#megrendeles
{
	display: block;
    width: fit-content;
    margin: auto;
    padding: 3px 13px;
    background-color: #f2f2f2;
    color: #248cc8;
    border-radius: 22px;
    border: 2px #258bc7 solid; 
}

.title
{
	margin: 15px 0px 15px 0px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.total
{
	font-weight: 500;
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: red;
}

.root2
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid red;
}

.nameList
{
	padding: 5px;
}

.listItem:hover
{
	background-color: #5b94f5;
}

.listArea
{
	overflow: auto;
    position: absolute;
    left: 0px;
    top: 38px;
    max-height: 250px;
    background-color: #e4e6e7;
	z-index: 1;
	width: 100%;
}

.ddButSign
{
	transform: rotateZ(90deg);
}

.ddBut
{
	position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 15px;
    /* background-color: red; */
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;	
}

#clientSelect2
{
	position: relative;
	max-width: 250px;
    width: 330px;
    max-height: 300px;
}

.imgqr
{
	width: 120px !important;
}

.root
{
	font-size:16px;
}

.root2 input[type="text"] 
{
    background-color: white;
    color: black;
    width: -webkit-fill-available;
}

.esims
{
	font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    border-top: 2px solid black;
	 margin-top: 20px;
    padding-top: 20px;
	position: relative;
}

.userInfo
{
	    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.adatsor
{
	    margin: 5px 0;
}
