

/* Popup Container Start */
.test{
	background-color: white !important;
}
.Popup-Container,
.Popup-Container01 {
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	margin: 0 auto;
	background-color: #000000bd;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	display: none;
}
.Popup-content {
	width: 50%;
	height: fit-content;
	text-align: center;
	background-color: var(--Popup-bg);
	padding: 0px 0 20px 0;
	margin: 50px auto;
}
.Popup-content h2 {
	color: var(--Menu-Color);
	padding: 8px 0;
	font-size: 20px;
	width: 100%;
	background-color: #0063e6;
	/* height:32px;  */
	line-height: 32px;
	margin-bottom: 30px;
}
.Popup-close-btn {
	float: right;
    background-color: #fd7e14;
    color: white;
	width: 34px;
	height: 34px;
	font-size: 22px;
	line-height: 34px;
	border-radius: 100%;
	position: relative;
	top: -15px;
	left: 15px;
	cursor: pointer;
}
.Popup-Submit-btn {
	font-size: 16px;
	font-weight: 400;
	color: var(--txt-color);
	width: 50%;
	display: inline-block;
	padding: 6.5px 20px;
	background-color: var(--btn-bg);
	cursor: pointer;
	border: 0;
	transition: 0.5s;
	margin-top: 15px;
}
.conf-box p {
	margin-bottom: 14px;
}
.conf-box p::before,
.conf-box p::after {
	display: inline-block;
	content: "";
	border-top: 0.2rem solid black;
	width: 4rem;
	margin: 0 1rem;
	transform: translateY(-2px);
}
.Note-Sec {
	margin: 10px;
}
.Note-Sec span {
	font-size: 14px;
	color: gray;
}
.Note-Sec p {
	font-size: 20px;
}
/* Popup Container Start */



/* Page content right section */
.Page-Content-right{
	position:absolute;
	top:-12px;
	z-index:100;
	width:38%; 
	height:100vh;
 display:none;
 animation: mymove 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  background-color: #0063e6;
  text-align: center;
  padding: 0 0 20px 0;
  box-shadow: 1px 0px 2px 0px;
}
.Page-Content-right h2{
	font-size:15px;
	width:88% ;
	float:left;
	line-height:28px;
	margin-bottom:20px;
	margin-top:20px;
	color: #fff;
} 
.Date-Cont{
	text-align: left;
	margin-left: 20px;
	line-height: 30px;
}
.Date-Cont input{
	border: 1px solid #b9b9b9;
	width: 40%;
	height: 30px;
	padding: 5px 10px;
	border-radius: 4px;
}
.Page-Content-right h3{
	font-size: 14px;
}
.Popup-content h2{
	font-size:14px;
	line-height:28px; 
	margin-bottom: 10px;
} 
.Popup-content h3{
	padding-top: 20px;
}
.Page-Content-right .Common-Btn-circle{
	margin-top:20px;
}
.Page-Content-right-Btn-Container{
	width: 99%;
	height:10%;
	text-align: center;
	position: absolute;
	margin-top: 20px;
}
.Page-Content-right form{
	background: #fff;
    height: 100vh;
    border-radius: 20px 20px 0 0;
	margin-top: 22px;
}
.Page-Content-right label i{
	border: 1px solid #E5E5E5;
	color: #c1c1c1;
	border-radius: 50%;
	padding: 10px;
	width: 18px;
        height: 18px;
        text-align: center;
}
.Page-Content-right label p{
	font-size: 11px;
}
.Page-Content-right ul {
	list-style-type: none;
  }
  
  .Page-Content-right li {
	display: inline-block;
  }
  
  input[type="checkbox"][id^="myCheckbox"] {
	display: none;
  }
  
  label {
	border: 1px solid #fff;
	display: block;
	position: relative;
	margin: 10px;
	cursor: pointer;
  }
  
  label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
  }
  
  label img {
	height: 100px;
	width: 100px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
  }
  :checked + label i{
	background-color: #FE7A15;
	color: #fff;
	border: none;
  }
  :checked + label img {
	transform: scale(0.9);
	z-index: -1;
  }
/* End of page content right */


/* Start of OTP Field */
#Otp-Verify {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 150px;
	margin: 0 auto;
  }
  .Otp-inputs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
  }
  .Otp-inputs input {
	width: 66px;
    height: 30px;
    margin: 0 4px;
    border: none;
    border-bottom: 2px solid #483d8b;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .Otp-inputs input:focus {
	border-bottom: 3px solid orange;
	outline: none;
  }
  .Popup-Container h4 a{
	color: #010186;
	text-align: right;
	width: 68%;
	margin: 10px auto;
  }
  /* End of OTP Field */

  .green_badge, .red_badge, .yellow_badge, .gray_badge{
	height: 14px;
	width: 14px;
	color: green;
	border-radius: 50%;
  }
  .red_badge{
	color: red;
  }
  .yellow_badge{
	color: yellow;
  }
  .gray_badge{
	color: gray;
  }
  .Bill_Rem_box{
	width: 92%;
	padding: 10px;
	margin-bottom: 100px;
 }  
.Bill_Rem{
	width: 90%;
	color: #b74c44;
	
        padding: 7px 10px;
        margin: 10px auto;
	border-radius: 8px;
	line-height: 28px;
}
.Bill_Rem ul li{
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #b74c4436;
}
/* .Master-Btn-Container{
	padding-top: 10px;
	padding-bottom: 10px;
} */

#verify_otp form{
    text-align:center;
}

#verify_otp h3 {
    font-size: 20px;
    font-weight: 700;
    color: #141943;
    /* margin-bottom: 5px; */
}

.Exam-timer h4 {
    font-size: 16px;
    font-weight: 700;
    color: #141943;
	margin-bottom: 5px;
}

.Exam-timer .minutes_value,
.Exam-timer .seconds_value {
    font-weight: 700;
    color: #141943;
}



/* ==========================================
   Mobile Popup Fix
   ========================================== */
@media screen and (max-width: 768px) {

    .Popup-Container,
    .Popup-Container01{
        padding:15px;
        overflow-y:auto;
        overflow-x:hidden;
        align-items:center;
        justify-content:center;
    }

    .Popup-content{
        width:100%;
        max-width:420px;
        margin:20px auto;
        border-radius:10px;
        box-sizing:border-box;
    }

    #verify_otp{
        padding:15px;
        box-sizing:border-box;
    }

    #Otp-Verify{
        width:100%;
        height:auto;
        margin:20px auto;
    }

    .Otp-inputs{
        width:100%;
        display:flex;
        justify-content:space-between;
        gap:6px;
    }

    .Otp-inputs input{
        width:42px;
        height:45px;
        margin:0;
        font-size:20px;
        flex:1;
    }

    .Popup-Submit-btn{
        width:100%;
        margin-top:20px;
    }

    .Popup-close-btn{
        top:-12px;
        left:8px;
        width:30px;
        height:30px;
        line-height:30px;
        font-size:20px;
    }

    .Exam-timer h4{
        font-size:14px;
    }

    .Master-Btn-Container{
        margin-top:10px;
    }

    #verify_otp h3{
        font-size:18px;
    }
}

/* Extra Small Devices */
@media screen and (max-width: 480px){

    .Popup-content{
        width:95%;
    }

    .Otp-inputs{
        gap:4px;
    }

    .Otp-inputs input{
        /*width:36px;*/
        width:25px;
        height:42px;
        font-size:18px;
    }

    .Exam-timer h4{
        font-size:13px;
    }
}


