body,
html {
}

body {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

a:hover,
a:focus {
    text-decoration: none;
}
p {
    line-height: 22px;
}
.header-wrap {
}

.top-header {
    background: #0a0e6e;
    padding: 10px 0;
}

.top-items {
}

.top-items ul {
    margin: 0;
    padding: 0;
}

.top-items ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
}

.top-items ul li a {
    color: #fff;
}

.top-items ul li a:hover {
    color: #ccc;
}

.social-share {
}

.social-share > ul {
    margin: 0;
    padding: 0;
}

.social-share > ul > li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0px 0 10px;
    color: #fff;
}

.social-share > ul > li > a {
    color: #fff;
}

.social-share > ul > li > a:hover {
    color: #ccc;
}

.social-share > ul > li > a > i{
    background: #fff;
    color:#da0018;
    padding: 0px;
    border-radius: 16px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
}

.nav-wrap {
    background: #fff;
    padding: 0;
    z-index: 9;
    position: relative;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}

.nav-wrap .navbar-brand {
    display: inline-block;
    max-width: 180px;
}

.nav-wrap .nav-item {
    margin: 0 0 0 20px;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    color: #5a5a5a;
    font-weight: 400;
    position: relative;
}

.nav-wrap .navbar-nav .nav-link.active,
.nav-wrap .navbar-nav .show > .nav-link,
.nav-wrap .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #4f547b;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #4f547b;
    content: "";
    margin: 0 0 -19px;
    opacity: 0;
}

.nav-wrap .navbar-expand-lg .navbar-nav .nav-link.active::after {
    opacity: 1;
}

.slider-wrap {
    background: #f8f8f8;
    padding: 50px 0 100px;
}

.single-slider {
}

.banner-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    color: #4f547b;
}

.slider-desc {
    padding: 0 5px;
}

.slider-desc p {
    font-size: 14px;
    line-height: 21px;
    color: #707070;
}

.btn {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.primary-btn {
    background: #d4051a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.primary-btn:hover {
    color: #fff;
    background: #ac0112;
}

.btn-lg {
    padding: 12px 30px;
}

.text-danger {
    color: #ff7b7b !important;
}

.banner-img {
    max-width: 300px;
}

.slick-prev,
.slick-next {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #ffffff;
    color: #00baf5;
    text-align: center;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 0px 20px rgba(62, 28, 131, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    opacity: 1;
    line-height: 55px;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: 900;
    color: #00baf5;
}

.slick-next:before {
    content: "\f054";
}

.slick-prev {
    left: -65px;
}

.slick-next {
    right: -65px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #fff;
}

.info-block {
}

.info-wrap {
    margin: 40px 0 0;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(62, 28, 131, 0.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.info-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #dbf6ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.info-icon img {
    width: 30px;
    margin: 0 auto;
}

.info-desc {
}

.info-desc h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2d3954;
    margin: 5px 0 0;
}

.info-desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #647b9c;
    margin: 0;
}

.prep-block {
}

.block-title {
}

.block-title h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #4f547b;
}

.title-divider {
    width: 78px;
    height: 0px;
    border: 2px solid #4f547b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.shadowed-box {
    box-shadow: 0px 0px 20px rgba(62, 28, 131, 0.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.title-header {
    border-bottom: #d1dbea 1px solid;
}

.subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0;
}

.view-all {
    color: #d4051a;
    font-weight: 500;
}

.view-all:hover {
    color: #000;
}

.item-list-block {
}

.thumb-icon {
    width: 30px;
}

.thumb-icon img {
    width: 30px;
}

.thumb-desc {
}

.card-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #2d3954;
}

.card-title a {
    color: #2d3954;
}

.card-title a:hover {
    color: #00baf5;
}

.date-text {
    color: #647b9c;
    font-size: 12px;
}

.tag-list {
}

.tag-list ul {
    margin: 0;
    padding: 0;
}

.tag-list ul li {
    list-style-type: none;
    display: inline-block;
    background: #acffaf29;
    border: 1px solid #198754;
    border-radius: 8px;
    text-align: center;
    padding: 4px 8px;
    color: #198754;
}

.tag-list ul li p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.tag-list ul li:last-child {
    margin-right: 0;
}

.green-badge {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #00945f;
    line-height: 22px;
    padding: 0px 20px;
    /* background: #90E3C5; */
    border: 1px solid #00945f;
    border-radius: 6px !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.yellow-badge {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #8c8500;
    line-height: 22px;
    padding: 0px 20px;
    background: #e3df90;
    border: 1px solid #8c8500;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.quiz-holder {
    padding: 20px 15px;
    background: #dbf6ff;
    border: 1px solid #78dfff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quiz-holder h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.answer-list {
    display: block;
    padding: 20px 20px;
    margin: 15px 0 0 0;
    background: #ffffff;
    border: 1px solid #d1dbea;
    box-shadow: 0px 0px 10px rgba(62, 28, 131, 0.1);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.form-check .form-check-input {
    margin: 3px 10px 0 0;
    width: 20px;
    height: 20px;
}

.form-check-label {
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}

.correct-answer {
    background: #62d0f2;
}

.page-url,
.qn-no {
    font-size: 16px;
    font-weight: 500;
    color: #009ed0;
}

.page-url:hover {
    color: #000;
}

.primary-text {
    color: #009ed0;
}

.read-more {
    color: #00baf5;
    font-weight: 500;
}

.read-more:hover {
    color: #000;
}

.news-block {
}

.grey-block {
    background: #f8f8f8;
}

.bordered-card {
    background: #ffffff;
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.thumb-img {
    width: 75px;
}

.thumb-img img,
.video-thumb-wrap img {
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.video-thumb-wrap {
    width: 75px;
    position: relative;
}

.play-btn {
    color: #00baf5;
    text-align: center;
    font-size: 16px;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 50%;
    top: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(62, 28, 131, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.play-btn:hover {
    background: #00baf5;
    color: #fff;
}

.image-zoom-effect {
    overflow: hidden;
}

.image-zoom-effect img {
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

.image-zoom-effect:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.poll-block {
}

.poll-block h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 15px;
}

.poll-option-no {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #00c2ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.poll-items {
}

.poll-desc {
}

.poll-progress {
}

.progress {
    height: 25px;
    background: #dbf6ff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.progress-bar {
    background: #00c2ff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.poll-type {
}

.poll-type p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}

.main-footer {
    background: #0a0e6e;
}

.newsletter-wrap {
    max-width: 832px;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.newsletter-form {
}

.newsletter-form .form-control {
    height: 40px;
    font-size: 14px;
}

.btn-secondary {
    font-size: 12px;
    padding: 11px 15px;
    color: #fff;
    font-weight: 500;
    border: none;
    background: #4f547b;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.top-footer {
    padding: 30px 0;
    color: #fff;
}

.footer-logo {
    max-width: 180px;
    margin: 0 0 10px;
}

.top-footer p {
    line-height: 24px;
    margin: 0;
}

.top-footer .social-share ul li {
    font-size: 26px;
    margin: 0 20px 0 0;
}
.top-footer .social-share > ul > li > a > i {
    background: #fff;
    color: #0a0e6e;
    padding: 0px;
    border-radius: 26px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
}

.footer-nav {
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    list-style-type: none;
    display: block;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 400;
}

.footer-nav ul li a {
    color: #fff;
}

.footer-nav ul li a:hover {
    color: #d4051a;
}

.top-footer h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.copyright-block {
    /* background: #000000; */
    padding: 20px 0;
    color: #fff;
}

.pb-lg-6 {
    padding-bottom: 60px !important;
}

.inner-banner-block {
    background: #f8f8f8;
    padding: 30px 0;
}

.inner-banner-block h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.category-group {
}

.category-group ul {
    margin: 0;
    padding: 0;
}

.category-group ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 10px 0;
}

.category-group ul li a {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    background: #00c2ff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.category-group ul li a:hover {
    background: #007ea5;
}

.breadcrumb-wrap {
}

.breadcrumb-item a {
    color: #00c2ff;
}

.breadcrumb-item a:hover {
    color: #007ea5;
}

.grey-tags {
}

.grey-tags ul {
    margin: 0;
    padding: 0;
}

.grey-tags ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.grey-tags ul li a {
    display: inline-block;
    padding: 3px 15px;
    color: #4f547b;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    background: #d1dbea;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.grey-tags ul li a:hover {
    background: #636974;
    color: #fff;
}

.tab-wrap {
}

.tab-wrap .nav-pills {
    background: #00baf5;
    padding: 10px 10px;
}

.tab-wrap .nav-pills .nav-link {
    background: #fff;
    color: #4f547b;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tab-wrap .nav-item {
    margin: 0 10px 0 0;
}

.tab-wrap .nav-pills .nav-link.active,
.tab-wrap .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4f547b;
}

.leader-card {
}

.leader-av {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.leader-av img {
    height: 100%;
    object-fit: cover;
}

.leader-desc {
}

.leader-desc h5 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.bordered-list {
}

.bordered-list ul {
    margin: 0;
    padding: 0;
}

.bordered-list ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    border-right: #707070 1px solid;
}

.bordered-list ul li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.bordered-list ul li strong {
    font-weight: 500;
}

.rank-wrap {
}

.rank-holder {
    width: 62px;
    padding: 8px 5px;
    text-align: center;
    background: #fff961;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.rank-holder p {
    font-weight: 600;
    margin: 0;
    line-height: 24px;
}

.accordion-wrap {
}

.accordion-wrap .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #00baf5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion-wrap .accordion-item {
    border: none;
    margin: 0 0 10px;
}

.accordion-wrap .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00baf5;
}

.accordion-wrap .accordion-body {
    padding: 0;
}

.accordion-wrap p {
    font-size: 14px;
    color: #848484;
    line-height: 24px;
    margin: 10px 0;
}

.accordion-button::after {
    content: "";
    background: none;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f067";
}

.accordion-button:not(.collapsed)::after {
    background: none;
    content: "\f068";
}

.inner-banner-block h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    color: #4f547b;
}

.meta-lists {
    display: inline-block;
    padding: 10px 20px 5px;
    background: #00baf5;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
}

.meta-lists ul {
    margin: 0;
    padding: 0;
}

.meta-lists ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 20px 5px 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.meta-lists ul li:last-child {
    margin-right: 0;
}

.details-wrap {
}

.details-wrap h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #4f547b;
}

.details-wrap p,
.para-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
}

.alert-success {
    background: #90e3c5;
    border-color: #00a368;
}

.custom-scroll-box {
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.custom-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Handle */

.custom-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Handle on hover */

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.ft-height-div {
    max-height: 100px;
    overflow-y: scroll;
    overflow: hidden scroll;
}

.btn-success {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.circled-list {
}

.circled-list ul {
    margin: 0;
    padding: 0;
}

.circled-list ul li {
    list-style-type: none;
    display: block;
    margin: 0 0 10px;
    color: #707070;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
}

.circled-list ul li::before {
    position: absolute;
    content: "";
    background: #00c2ff;
    width: 6px;
    height: 6px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.result-status {
}

.result-indicator {
    width: 25px;
    height: 25px;
    background: #d1dbea;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.success-indicator {
    background: #36ae83;
}

.secondary-indicator {
    background: #d1dbea;
}

.danger-indicator {
    background: #ff7b7b;
}

.alert-indicator {
    background: #cdc73e;
}

.timer-wrap {
    max-width: 200px;
    border: rgba(0, 0, 0, 0.2) 1px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.min-wrap {
    background: #dbf6ff;
    text-align: center;
    padding: 10px 10px;
    border-right: rgba(0, 0, 0, 0.2) 1px solid;
    font-size: 16px;
    color: #ff7b7b;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
}

.action-wrap {
    text-align: center;
    color: #2d3954;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 10px 10px;
}

.action-wrap a {
    color: #2d3954;
}

.action-wrap a:hover {
    color: #00c2ff;
}

.grey-btn {
    font-size: 14px;
    color: #647b9c;
    font-weight: 600;
    border: #d1dbea 1px solid;
    background: #f1f1f1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.border-primary {
    border: #0098c8 1px solid !important;
}

.footer-elements {
}

.footer-elements ul {
    margin: 0;
    padding: 0;
}

.footer-elements ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px 5px 0;
}

.footer-elements ul li:last-child {
    margin-right: 0;
}

.text-primary {
    color: #00baf5 !important;
}

.qn-list {
}

.qn-list ul {
    margin: 0;
    padding: 0;
}

.qn-list ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px 10px 0;
}

.qn-list ul li:last-child {
    margin-right: 0;
}

.round-no {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #647b9c;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.qn-list ul li.active .round-no {
    background: #00c2ff;
}
.white-btn:hover {
    background: #f8f8f8;
}
.modal-body h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #2d3954;
}
.answers-wrap {
    max-height: 600px;
    overflow-y: scroll;
    overflow: hidden scroll;
}
.omr-wrap {
    line-height: 16px;
}
.blue-border {
    border-color: #00c2ff !important;
}
.light-blue-bg {
    background: #edfbff;
}
.light-red-bg {
    background: #ffdbdf;
}

.red-border {
    border-color: #faadb6 !important;
}
.bg-primary {
    background-color: rgb(220 1 24) !important;
}
.answer-eclipse {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    line-height: 24px;
    border: #000 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.dotted-line {
    border-bottom: #000 1px dotted;
    min-height: 14px;
}
.bottom-blocks {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.photo-wrap {
    min-height: 230px;
}
.answer-block {
    position: relative;
    padding: 0 60px;
}
.answer-block:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    border-top: #000 1px dotted;
    top: 50%;
    z-index: -1;
}
.barcode-wrap {
    max-width: 276px;
    margin: 0 auto;
}
.scissor-wrap {
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    left: -8px;
    font-size: 20px;
}
.sc-right {
    left: auto;
    right: -8px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.inline-items {
}
.inline-items ul {
    margin: 0;
    padding: 0;
}
.inline-items ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 0;
}
.no-wrap {
    width: 25px;
    text-align: center;
}
.ant-modal .ant-modal-header {
    margin-bottom: 15px;
    border-bottom: #dedede 1px solid;
    padding-bottom: 15px;
}

.answerSpan p {
    margin: 0;
}
.qns-block {
}
.qns-block p {
    margin: 0;
}
:where(.css-dev-only-do-not-override-fpg3f5).ant-radio-wrapper .ant-radio {
    align-self: flex-start;
    margin-top: 6px;
}
.page-content {
    min-height: calc(100vh - 380px);
}

.details-wrap ol li,
ul li {
    color: gray; 
    line-height: 28px;
}

.pointer-events-none{
    pointer-events: none;
    cursor: pointer;
}

.set-badge{
    background: #dedefa;
    border: 1px solid #0a0f6d;
    border-radius: 4px;
    text-align: center;
    padding: 4px 8px;
    color: #0a0f6d;
    font-size: 12px;
}

.loksewa-card {
    padding:12px;
    margin-bottom:12px;
    display: flex;
    background: #dcdcff78;
    align-items: center;
    justify-content: space-between;
}

.personal-card-header{
    background: #dedefa;
    color: #0a0f6d;
    padding: 1rem;
}

.personal-card-body{
    padding: 1rem;
    color: #0a0f6d;
}

.text-secondary{
    color: #0a0f6d !important;
}

.bg-secondary{
    background-color: #0a0f6d !important;
}
