.disabled, .disabled input[type="text"], .disabled input, .disabled div
{
	opacity: 0.6;
	pointer-events: none;
}

.hide,.link-text
{
	display: none !important;
}

fieldset
{
	/*display: none;*/
}

.hide2
{
	display: none !important;
	opacity: 0 !important;
}

.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;*/
	height: calc(var(--vh, 1vh) * 100);
    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;
}*/

.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;
    position: relative;
    margin: auto;
}

.loaderBG
{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0);
    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: 1;
	 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);}
}

/*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; }

.site-title
{
	font-weight:600 !important;
	
}