@font-face {
    font-family: "Rotis Sans Serif Std Light";
    src: url('../fonts/Rotis_Sans_Serif_Std_45_Light.otf');
}
@font-face {
    font-family: "Rotis Sans Serif Std ExtraBold";
    src: url('../fonts/Rotis_Sans_Serif_Std_75_Extra_Bold.otf');
}
@font-face {
    font-family: "Rotis SansSerif Std";
    src: url('../fonts/Rotis_Sans_Serif_Std_Regular.otf');
}
:root {
    --theme-main-green-color: #00A87A;
    --theme-dark-gray-color : #464643;
    --theme-purple-color : #9D32B3;
    --theme-light-gray-color : #D9D9D9;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

body,html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "Rotis SansSerif Std",sans-serif;
    color: var(--theme-dark-gray-color);
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Rotis Sans Serif Std ExtraBold",sans-serif;
}

.theme-text-purple {
    color: var(--theme-purple-color);
}

.theme-btn-black {
    background-color: var(--theme-dark-gray-color);
    color: #fff;
    border: 2px solid #fff;
}

.theme-btn-black:hover {
    color: var(--theme-dark-gray-color);
    background-color: #fff;
    border: 2px solid var(--theme-dark-gray-color);
}

.theme-green-btn {
    background-color: #00A87A;
    color: #fff;
    border: 2px solid #fff;
}
.theme-green-btn:hover {
    color: #00A87A;
    background-color: #fff;
    border: 2px solid #00A87A;
}

.theme-btn-gray {
    background-color: var(--theme-light-gray-color);
    color: var(--theme-dark-gray-color);
    border: 2px solid var(--theme-dark-gray-color);
}
.theme-btn-gray:hover {
    color: var(--theme-light-gray-color);
    background-color: var(--theme-dark-gray-color);
    border: 2px solid var(--theme-light-gray-color);
}

.theme-bg-green-color {
    background-color: var(--theme-main-green-color);
}

.theme-text-green {
    color: var(--theme-main-green-color);
}

.theme-light-gray-color {
    background-color: var(--theme-light-gray-color);
}

a:hover {
    color: var(--theme-main-green-color);
}

.w-md-50 {
    width: 50%;
}
.wrapper {
    min-height: 100vh;
}
.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.05rem rgb(73 194 156);
}

.authentication-card {
    background-color: rgba(28, 179, 131, 0.8);
}

.authentication-bg {
    background: url("../img/authentication-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* background: rgb(0,177,127);
    background: -moz-radial-gradient(circle, rgba(0,177,127,1) 50%, rgba(70,70,67,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(0,177,127,1) 50%, rgba(70,70,67,1) 100%);
    background: radial-gradient(circle, rgba(0,177,127,1) 50%, rgba(70,70,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b17f",endColorstr="#464643",GradientType=1); */
}

.gradient-btn {
    background: rgb(0,177,127);
    background: -moz-radial-gradient(circle, rgba(0,177,127,1) 50%, rgba(70,70,67,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(0,177,127,1) 50%, rgba(70,70,67,1) 100%);
    background: radial-gradient(circle, rgba(0,177,127,1) 50%, rgba(70,70,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b17f",endColorstr="#464643",GradientType=1);
}

.overlay-bg {
    background-color: rgba(182, 180, 180, 0.05);
    width: 100%;
    height: 100%;
}

span.mobile-extension {
    background: #fff;
    padding: .375rem .25rem;
    border: 0;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.mobile-number {
    border: 0;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.otp-input-fields {
    margin: auto;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 40px;
  }
  .otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #00b17f;
    background-color: #fff;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
  }
  .otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .otp-input-fields input[type=number] {
    -moz-appearance: textfield;
  }
  .otp-input-fields input:focus {
    border-width: 2px;
    border-color: #00b17f;
    font-size: 20px;
  }
  .main-bg {
    background: url("../img/main_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
.conset-form-input:checked {
    background-color: var(--theme-main-green-color);
    border-color: #0d6efd;
}
.count-card {
    border-radius: 3rem 3rem 0 0;
    border: 0;
    background-color: #00A87A;
}
.count-card .card-body {
    background-color: #fff;
}
.count-card .card-header,
.count-card .card-body {
    border-radius: 3rem 3rem 0 0;
    border: 0;
}
.progressbar {
    background: linear-gradient(90deg, #ABC1C9 -29.25%, #C4E0E8 -28.74%);
    width: 100%;
    height: 25px;
    position: relative;
    border-radius: 20px;
}
.progressbar:before {
    position: absolute;
    top: 8.6%;
    left: 1%;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    content: '';
    background: linear-gradient(136.99deg, #F6F7F9 -289.51%, #EBF2F5 -287.85%, #D0E4EA -285.02%, #CBE2E8 -284.47%);
    z-index: 1;
}
.progressbar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 50%;
    border-radius: 20px;
    content: '';
    background-color: #00A87A;
}



.banner-area {
    background-image: url('../img/thank-you.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 250px;
    height: 100%;
    position: relative; /* Make the container position relative */
}
.home-btn {
    position: absolute;
    top: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
}
.quizBtn {
    display: inline-flex;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0.25rem;
}
.quizBtn:hover {
    background-color: var(--theme-light-gray-color);
    color: var(--theme-dark-gray-color);
    border-color: var(--theme-dark-gray-color);
}
.attempted {
    background-color: var(--theme-main-green-color);
    color: #fff;
}
.unattempted {
    background-color: var(--theme-light-gray-color);
    color: var(--theme-dark-gray-color);
}
.btn.quizBtn.active {
    color: var(--theme-dark-gray-color);
    border: 2px solid var(--theme-purple-color);
}
.currentQue {
    background-color: var(--theme-light-gray-color);
    color: var(--theme-dark-gray-color);
    border: 2px solid var(--theme-purple-color);
}
.mcq-answer {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #F5F5F5;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
}
.optionNo {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: var(--theme-dark-gray-color);
    border-radius: 50%;
    outline: 3px solid #b9b9b9;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex: 0 0 auto;
    margin-right: 1rem;
}
.optionNo,.option {
    z-index: 10;
}
.question-options input {
    display: none;
}

.question-options .highlight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.question-options input:hover ~ .highlight {
    background-color: var(--theme-light-gray-color);
    border: 2px solid var(--theme-main-green-color);
}

.question-options input:checked ~ .highlight {
    border: 2px solid var(--theme-main-green-color);
}

.question-options input:checked ~ .optionNo {
    background-color:  var(--theme-main-green-color);
    outline-color: #137b5e;
}
#button-group {
    flex-wrap : wrap;
}
@media(max-width:991px) {
    #button-group {
        overflow-x: scroll;
        flex-wrap:nowrap;
    }

    .bg-m-white {
        background-color: rgba(255, 255, 255, 0.9);
    }
}
@media (max-width: 767px) {
    .w-full {
        width: 100%;
    }
}
.loader {
    display: none;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	background:#000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
