.marginAuto
{
	margin: auto;
}

.intwominutes
{
	position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate3d(-50%, -20px, 0px);
    color: #dddddd;
    font-size: 15px;
}

.pending
{
	position: absolute;
    width: -webkit-fill-available;
    height: 100%;
    background-color: #000000d1;
    left: 0;
    top: 0;
    /* display: flex; */
    text-align: center;
}

.pendingTxt
{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 30px;
    font-weight: 500;
    color: #dddddd;
}

.disabled, .disabled input[type="text"], .disabled input, .disabled div
{
	opacity: 0.6;
	pointer-events: none;
}

.marginAuto
{
	margin: auto;
}

.wrapanywhere
{
	overflow-wrap: anywhere;
}

.loginHead
{
	text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: #2888c4;
    /* border-top: 0px solid red; */
    border-radius: 8px 8px 0 0;
    padding: 4px 0;
}

.loginBut
{
	font-weight: 500;
    padding: 5px 10px;
    font-size: 15px;
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 0px; */
    border-radius: 22px;
    color: white;
    background-color: #2888c4;
}

.loginInput, .loginCode
{
	font-weight: 500 !important;
    font-size: 15px !important;
	width: -webkit-fill-available;
}

.loginLabel
{
	display: block;
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	margin-bottom: 2px;
	color: black;
}

.loginRow
{
	
}

.loginFrame
{
	padding: 20px 20px;
}

.loginModal
{
	display: none;
	background-color: #000000a3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100 ww;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: auto;
    z-index: 2000;
    padding: 1rem;
}

.loginWindow
{
	 display: block;
    width: 100%;
    max-width: 250px;
    /* width: 230px; */
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 12px;
    border-top: 3px solid #248cc8;
    border-bottom: 3px solid #248cc8;
}

/*LOGIN VEGE*/
.red
{
	color: #8e0000;
}

.site_title
{
	font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
	margin-bottom: 35px;
    color: black;
}

.sim_button
{
    text-align: center;
    font-size: 18px;
    color: #164968;
    padding: 6px 0;
    border-radius: 22px;
    cursor: pointer;
    box-shadow: 0 0 16px 0px #c4c4c4;
    margin-top: 15px;
    font-weight: 500;
	border: 4px solid white;
}

.flag_holder
{
	display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 15px;
    overflow: hidden;
    /* box-shadow: 0 0 16px 0px #c4c4c4;*/
}

.flag_holder img
{
	height: 50px !important;
	object-fit: cover;
}

@media only screen and (max-width: 300px)
{
	#main
	{
		padding: 0px !important;
	}
}

.sim_title_cover
{
	background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 0 16px 0px #c4c4c4;
}

@media only screen and (max-width: 640px)
{
	.flag_holder
	{
		top: -12px !important;
    	left: -12px !important;
		box-shadow: 0 0 16px 0px #c4c4c4;
	}
	.sim_cover
	{
		padding-top: 30px !important;
	}
	.sim_title_cover
	{
		background-color: unset !important;
		border-radius: unset !important;
		box-shadow: unset !important;
	}
	
	.root
	{
		justify-self: unset !important;
	}
	
	.sim
	{
		display: block !important;
	}
	.sim_head
	{
		max-width: 180px !important;
		margin: auto;
		padding: 15px 15px;
		width: auto;
		background-color: white;
		border-radius: 22px;
		margin-top: 10px;
	}
	.sim_button
	{
		max-width: 180px !important;
        margin: auto;
        width: -webkit-fill-available;
        padding: 6px 15px;
        margin-top: 17px;
		margin-bottom: 8px;
	}
	.sim_title 
	{
    	padding-top: 0px !important;
	}
}

.created
{
	position: absolute;
    top: 0px;
    right: 10px;
    color: #164968;
    font-size: 12px;
	font-weight: 500;
}

.margintop5
{
	margin-top: 5px;
}

.marginbottom15
{
	margin-bottom: 15px;
}

.weight400
{
	font-weight: 400;
}

.font15
{
	font-size: 15px;
}

.kockaTxt
{
	font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: black;
}

.fix150
{
	height: 150px;
	
}

.felsorolasItem
{
	background-color: white;
    padding: 2px 7px;
    border: 1px solid #e2e2e2;
    border-radius: 22px;
}

.marginFelsorolas
{
	margin: 2px 2px;
}

.sim_title_small
{
	font-size: 16px;
    font-weight: 400;
	text-align: center;
    color: #315b77;
}

.sim_title_xsmall
{
	font-size: 14px;
    font-weight: 400;
	text-align: center;
    color: black;
}

.sim_title
{
	padding-top: 8px;
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 500;
}

.root
{
	max-width: 1024px;
	color: block;
	justify-self: center;
}

.sim_body
{
	display: block;
	width: 100%;
	padding: 10px;
	color: black;
}

.sim
{
	display: flex;
	justify-self: center;
    text-align: center;
	margin: auto;
	width: fit-content;
}

.sim_cover
{
	padding: 10px;
    margin: 25px 0;
    background-color: #f5f5f5;
    border-radius: 22px;
	/*border: 1px solid #164968;*/
	position: relative;
	padding-top: 20px;
	border-top: 3px solid #315b77;
    border-bottom: 3px solid #315b77;
	box-shadow: 0 0 16px 0px #c4c4c4;
	    overflow: hidden;
}

.sim_head
{
	max-width: 150px;
    background-color: white;
    display: flex;
    padding: 15px;
    border-radius: 22px;
	margin: 10px;
	width: -webkit-fill-available;
	align-items: center;
	box-shadow: 0 0 16px 0px #c4c4c4;
	overflow-y: auto;
	overflow-x: hidden;
	justify-content: center;
}

.sim_head img
{
	max-width: 100%;
    height: auto;
    object-fit: contain;
	min-width: 150px !important;
}

.inlineBlock
{
	display: inline-block;
}

.hide
{
 	display: none !important;
}

.show {
    display: block;
    opacity: 1 !important;
}

/*confirm*/

.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);
    opacity: 0;
    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%;
	opacity: 0;
	 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);}
}

.hide2
{
	/*display: none !important;
	opacity: 0 !important;*/
	
	opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}





