.title
{
	font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.komp_Txt
{
	text-align: center;
	font-size: 15px;
	padding: 2px 5px;
}

.kompatibilitas_box
{
	    margin-top: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    display: block;
    text-align: center;
    background-color: #f4f3f2;
    border-radius: 22px;
}

.komp_inner
{}

.kompInput
{
	display: block;
    border-radius: 22px;
    width: 80%;
    max-width: 350px;
    margin: auto;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 20px;
    padding: 1px 12px;
    font-size: 18px;
}

.kompatibilitas_box
{
	margin-top: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    display: block;
    text-align: center;
    background-color: #f4f3f2;
    border-radius: 22px;
}

.cbItem
{
	display: flex;
	padding-top: 7px;
    padding-bottom: 7px;
	cursor: pointer;
}

.boxImg
{
	width: 56px !important;
    height: 56px !important;
    border-radius: 50%;
	object-fit: cover;
}

.txtBoxItem
{
	padding: 0 10px;
}

.txtBoxItemName
{
	font-size: 20px;
    color: white;
}

.txtBoxItemPrice
{
	color: white;
}

.maxHScroll
{
	max-height: 200px;
    overflow-y: auto;
}

.txtBoxItemTitle
{
	color: white;
    text-align: left;
    padding: 10px;
    font-size: 18px;
}

.txtBoxItemName2
{
	padding-left: 15px;
    text-align: left;
    color: white;
    margin: 1px 0;
    border-bottom: 1px solid #5a5a5a;
}

.ChoiceBox
{
	padding: 20px 10px;
    display: block;
    background-color: #323232;
    border-radius: 22px;
    border: 2px white solid;
	max-width: 460px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px 0px black;
}

.filterInput
{
	margin: auto;
    display: block;
    height: 38px;
    font-size: 20px;
    min-width: 200px;
    max-width: 80%;
    width: 100%;
    border-radius: 22px;
    border: 2px solid #185377;
    padding: 10px;
}

.popItem
{
	display: inline-block;
    margin: 5px;
    width: 195px;
   
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, .02), 1px 8px 30px rgba(0, 0, 0, .25);
    border-radius: 16px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.popInner
{
	text-align: center;
}

.popImg
{}

.popImg img
{
	object-fit: cover;
    width: -webkit-fill-available;
}

.popData
{
	color: black;
	display: block;
    margin-left: 25px;
	position: relative;
	padding: 10px 0;
}

.popName
{
	font-size: 16px;
    font-weight: 500;
}

.popDeatils
{
	font-size: 15px;
}

.popPrice
{
	font-size: 15px;
    font-weight: 500;
}

.popFlag
{
	display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 2;
    top: -20px;
    left: -22px;
	    border-radius: 50%;
    box-shadow: 0px 0px 6px 1px #8d8d8d;
	overflow: hidden;
	object-fit: cover;
}

.popFlag img
{
	
    object-fit: cover;
    object-position: center;
    width: -webkit-fill-available;
    height: -webkit-fill-available !important;
	
}





.myHead
{
	background: #133f59;
	background: radial-gradient(circle,rgba(19, 63, 89, 1) 0%, rgba(36, 140, 200, 1) 100%);
	position: relative;
	border-radius: 0 0 22px 22px;
    padding: 20px 0;
}

@media only screen and (max-width: 400px)
{
	.headTitle
	{
		font-size: 34px !important;
	}
}


.ikon2
{
	height: 50px !important;
    align-self: center;
    margin-right: 20px;
}

.headTitle
{
	font-size: 44px;
    color: white;
    padding: 20px 20px 10px 20px;
    font-weight: 500;
    text-align: center;
	position: relative;
    z-index: 1;
    text-shadow: 0 0 7px black;
}


.ChoiceBox
{
	padding: 20px 10px;
    display: block;
    background-color: #323232;
    border-radius: 22px;
    border: 2px white solid;
	max-width: 460px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px 0px black;
}


.headTxt
{
	text-align: center;
    font-size: 16px;
    color: white;
	margin-bottom: 10px;
	margin-top: 8px;
}

.popularSims
{
	margin: auto;
    display: block;
    background: #343538;
    max-width: 600px;
    width: 80%;
    border-radius: 22px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.popularItem
{
	display: inline-block;
    width: 48%;
    color: white;
	cursor: pointer;
	vertical-align: top;
}

.popularShowMoreOrLess
{
	margin-top: 20px;
    padding: 10px 0;
    border-top: 2px solid;
    color: white;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

.popularMainTitle
{
	font-size: 24px;
    font-weight: 500;
    color: white;
    padding-top: 20px;
    padding-left: 5%;
}

.popularInner
{
	display: block;
    background-color: #343538;
    text-align: center;
    border-radius: 22px;
    padding: 5px;
    padding-top: 20px;
}

.popularItemInner
{	
	display: flex;
    margin: 5px;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 22px;
    background-color: #46474c;
	box-shadow: 0px 0px 3px 2px #656565;
}

.popularItemPic
{
	border-radius: 50%;
	object-fit: cover;
}

.popularItemTexBlock
{
	width: 100%;
    text-align: left;
}

.popularItemCountry
{
	font-size: 16px;
    text-transform: capitalize;
}

.popularItemPrice
{}

.popularItemArrow
{
	align-content: center;
}

.round
{
	border-radius: 50%;
}

.uticelok
{
	display: flex;
    color: white;
    font-size: 18px;
    font-weight: 500;
	margin-top: 10px;
}

.uticelBtn
{
	width: 50%;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 10px;
	padding-bottom: 2px;
}

.selectedUticel
{
	border-bottom: 5px #2589c4 solid;
}
@media only screen and (min-width:501px)
{
	.popFlag 
	{
		width: 30px !important;
		height: 30px !important;
	}
}

@media only screen and (max-width:500px)
{
	.popName
	{
		font-size: 18px !important;
	}
	
	.popFlag 
	{
		width: 50px !important;
		height: 50px !important;
		top: -30px !important;
    	left: -65px !important;
	}
	.popData
	{
		margin-left: 70px !important;
	}
	
	.popItem
	{
		width: -webkit-fill-available !important;
	}
	
	#main
	{
		padding-top: 25px !important;
	}
	
	.mainHead, .popularSims
	{
		margin-left: -35px !important;
        padding-left: 35px !important;
        margin-right: -35px !important;
        padding-right: 35px !important;
	}
	
	.popularSims
	{
    	width: 100% !important;
		
	}
	.popularItemInner {
		margin-bottom: 12px !important;
		background-color: unset !important; 
	}
}

@media only screen and (max-width: 620px)
{
	.popularItem
	{
		display: block ;
		width: 100% !important;
	}
	
	.szamlazasItem
	{
		display: block ;
	}
	.myinput
	{
		width: 100% !important;
	}
	.szamlazasItem label 
	{
		width: 100% !important;
	}
}



.hide
{
 	display: none !important;
}

.hide2
{
	/*display: none !important;
	opacity: 0 !important;*/
	display: none !important;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.show {
    display: block;
}

.nolink
{
	color: white !important;
	text-decoration:none !important;
}

.szovegBox
{
	text-align: right;
    width: -webkit-fill-available;
    color: black;
    font-size: 15px;
	display: inline-block;
	align-content: center;
}

.ikonSzoveg
{
	font-size: 20px;
    font-weight: 400;
    padding: 0 18px;
    align-content: center;
    color: black;
	display: inline-block;
	text-transform: capitalize;
}

.countriesBoxItemImg
{
	width: 50px;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 0 7px 0;
	display: flex;
    justify-self: center;
	align-self: center;
	object-fit: cover;
}

.countriesBoxItemTxt
{
	text-align: center;
    display: flex;
    justify-content: center;
    max-width: 50px;
}

.countriesBoxItem
{
	display: inline-block;
    padding: 3px 14px;
    margin: 2px;
    font-size: 14px;
}

.includedCountriesTitle
{
	font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}

.countriesBox, .countriesBoxForImport
{
	margin-top: 10px;
	text-align: center;
}

.includedCountries
{
	margin-top: 20px;
   /* box-shadow: 0px 0px 17px 0px #bbbbbb;*/
    border-radius: 22px;
    padding: 10px;
	color: #164968;
}

.box
{
	text-align: center;
}

.inlineBlock
{
	display: inline-block;
}

.featureBox
{
	background-color: #f4f3f2;
    width: 46%;
    border-radius: 22px;
    margin: 10px;
    vertical-align: top;
    text-align: left;
}

.featureBox .icon {
	font-size: 36px;
	color: #2287c0;
	margin-top: 4px;
}

.icon
{
	margin: 0px 15px;
    padding-top: 11px;
}

.mTitle
{
	height: 40px;
    font-weight: 500;
    font-size: 16px;
    padding: 2px 10px;
}

.mTxt
{
	height: 100px;
    font-size: 15px;
    padding: 2px 12px;
    text-align: justify;
}

@media only screen and (max-width: 650px)
{
	.featureBox
	{
		width: -webkit-fill-available !important;
	}
	.mTitle, .mTxt
	{
		height: unset !important;
	}
	
	#main
	{
		padding:25px 5px !important;
	}
}





.custom-confirm-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9998;
  }
  .custom-confirm-backdrop.show {
    display: block;
    opacity: 1;
  }

  /* Ablak */
  .custom-confirm-box {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    width: 300px;
    max-width: 90%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
	font-size:18px;
  }
  .custom-confirm-box.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .custom-confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
  }
  .custom-confirm-buttons button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
	  font-size:18px;
	  font-weight: 500;
  }
  .btn-yes { background: #4CAF50; color: white; }
  .btn-no  { background: #f44336; color: white; }

.loaderBG
{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
    z-index: 9998;
}

.loaderBox
{
	position: fixed;
	border: 4px solid #ffffff;
    box-shadow: 0px 0px 24px 9px #2a2a2a;
    z-index: 9999;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0px);
    background-color: #248cc8;
    border-radius: 50%;
	 transition: opacity 0.3s ease;
}

.loader {

	display: block;
    position: absolute;
    left: 50%;
    top: 29%;
    transform: translate3d(-50%, -50%, 0);
    width: 70px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#f6c543 50px, transparent 0), 
						linear-gradient(#ffc300 50px, transparent 0), 
						linear-gradient(#f6c543 50px, transparent 0), 
						linear-gradient(#ffc300 50px, transparent 0), 
						linear-gradient(#f6c543 50px, transparent 0);
    background-size: 8px 100%;
    background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px;
    animation: pillerPushUp 4s linear infinite;
  }
  .loader:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: ballStepUp 4s linear infinite;
  }

@keyframes pillerPushUp {
  0% , 40% , 100%{background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px}
  50% ,  90% {background-position: 0px 50px, 15px 58px, 30px 66px, 45px 78px, 60px 90px}
}

@keyframes ballStepUp {
  0% {transform: translate(0, 0)}
  5% {transform: translate(8px, -14px)}
  10% {transform: translate(15px, -10px)}
  17% {transform: translate(23px, -24px)}
  20% {transform: translate(30px, -20px)}
  27% {transform: translate(38px, -34px)}
  30% {transform: translate(45px, -30px)}
  37% {transform: translate(53px, -44px)}
  40% {transform: translate(60px, -40px)}
  50% {transform: translate(60px, 0)}
  57% {transform: translate(53px, -14px)}
  60% {transform: translate(45px, -10px)}
  67% {transform: translate(37px, -24px)}
  70% {transform: translate(30px, -20px)}
  77% {transform: translate(22px, -34px)}
  80% {transform: translate(15px, -30px)}
  87% {transform: translate(7px, -44px)}
  90% {transform: translate(0, -40px)}
  100% {transform: translate(0, 0);}
}
