.custom-radio-btn {
    appearance: none;
}

.custom-radio-label {
    cursor: pointer;
    width: 100%;
    white-space: unset;
    border-radius: 0.5rem;
    text-transform: unset;
    transition: 0.4s ease-in-out;
}

.custom-radio-label.opt-txt:hover {
    background: #fdb240d9;
    color: #ffffff;
}

.custom-radio-label.opt-img {
    padding: 0;
}

.custom-radio-label.opt-img:hover {
    border: 2px solid #fdb240d9;
}

.custom-radio-btn:checked~.custom-radio-label.opt-txt {
    background: #fdb240;
    color: #ffffff;
}

.custom-radio-btn:checked~.custom-radio-label.opt-img {
    border: 2px solid rgb(255 179 65);
}

.custom-radio-btn:checked~.custom-radio-label.opt-txt.mcq-btn {
    background: #fd5c22;
    color: #ffffff;
}

.custom-radio-btn:checked~.custom-radio-label.opt-img.mcq-btn {
    border: 2px solid #fd5c22;
}

.custom-radio-label.opt-txt.mcq-btn:hover {
    background: #fd5c229e;
    color: #ffffff;
}

.custom-radio-label.opt-img.mcq-btn:hover {
    border: 2px solid #fd5c229e;
}

.custom-radio-label .card-body .card-title {
    font-size: 22px;
}


/* Category slider */

#category_list .owl-prev,
#category_list .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#category_list .owl-prev {
    left: -10px;
}

#category_list .owl-next {
    right: -10px;
}

#category_list .owl-nav {
    margin: 0;
}

#category_list .badge {
    padding-top: 0.35em !important;
    white-space: unset;
}


/* Activity page css */

#infoTitle {
    text-align: center;
}

.activity-card-heading {
    color: #0F569E;
    font-size: 28px;
    padding: 0 10%;
}

.activity-card-sub-heading {
    color: #0F569E;
    font-size: 26px;
    margin-bottom: 32px !important;
    padding: 10px 10%;
    font-weight: 400;
    line-height: 36px;
}

#questionArea .btn-toolbar .btn.next-step {
    background-color: #DB3A00;
    font-size: 22px !important;
    padding: 6px 36px;
    border-radius: 9px !important;
}

#questionArea .btn-toolbar .btn.prev-step {
    background-color: #FFAD33;
    color: #1E1D20;
    font-size: 22px !important;
    padding: 10px 50px;
    border-radius: 9px !important;
}

.activity-icon-menu {
    display: flex;
    position: absolute;
    right: 45px;
    bottom: -90px;
    z-index: 9;
}

.activity-icon-menu img {
    width: 45.25px !important;
    height: 45.25px !important;
}

.activity-icon-menu img {
    margin-left: 19px;
}

.activity-icon-menu .btn {
    background: none;
    padding: 0;
    box-shadow: none;
}

.activity-icon-menu .btn:active,
.activity-menu-header .btn:active {
    background-color: transparent !important;
    border-color: white !important;
    box-shadow: none;
}

.activity-menu-header .btn:hover {
    border-color: white !important;
    box-shadow: none;
}

.activity-menu-header {
    display: flex;
    justify-content: space-between;
    text-align: center;
    background-color: #33a6c3;
    padding: 20px;
    align-items: center;
}

.activity-menu-header h2 {
    color: #fff;
    margin-bottom: 0;
}

.activity-icon-content .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.activity-icon-content .modal-body {
    padding: 0;
}

.activity-menu-content {
    padding: 20px;
}

.activity-menu-content ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.activity-menu-content ul li {
    margin: 10px 0;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #000;
}

.activity-menu-content ul li span {
    width: 40px;
    height: 40px;
    background-color: #33a6c3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 28px;
    font-weight: 600;
}

.activity-menu-header img {
    height: 42.5px;
    width: 42.5px;
}

.activity-menu-header button {
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    background: none;
    box-shadow: none;
}

.activity-menu-header button:hover {
    background-color: transparent;
}

#how-to-play ul li span {
    min-width: 40px;
}

#how-to-play ul li {
    width: 100%;
    text-align: left;
}

.typingtext {
    font-size: 22px;
}

@media screen and (max-width: 1200px) {
    .activity-icon-menu {
        position: static;
        margin: 0 30px 30px auto;
    }
}

@media screen and (max-width: 767px) {
    .activity-icon-menu img {
        width: 30.25px !important;
        height: 30.25px !important;
    }
    .activity-icon-menu {
        margin: 15px 30px 15px auto;
    }
    .activity-menu-content ul li {
        font-size: 20px;
    }
    .activity-menu-content ul li span {
        width: 30px;
        min-width: 30px !important;
        height: 30px;
        font-size: 20px;
    }
}


/* Active card */

.activeCardCategory {
    transform: scale(1.00);
}


/* Active card */

.cardPdfBtn {
    white-space: normal;
    text-transform: capitalize;
}

.cardPdfBtn:hover {
    background: #fd5c22b4;
    color: #ffffff;
    cursor: pointer;
    transition: 0.35s ease-in-out;
}

.cardPdfBtn.selectedCard {
    background: #fd5c22;
    color: #ffffff;
    cursor: pointer;
    transition: 0.35s ease-in-out;
    transform: scale(1.06);
}

#sub_category_list .owl-stage-outer {
    padding: 1.2rem 0;
}

#sub_category_list .owl-nav {
    margin: 0 !important;
}

#category_list>.owl-dots {
    display: none;
}

#crct_ans {
    text-align: center;
}

.colorImg {
    width: auto;
    height: auto;
    max-height: 200px;
    cursor: pointer;
}

.colorBox {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 5px;
}

.colorFillSelect {
    cursor: pointer;
    user-select: none;
}

.radio-color,
.radio-custom {
    appearance: none;
}

.label-color,
.label-custom {
    cursor: pointer;
    width: 100%;
    white-space: unset;
    text-transform: unset;
    border: 2px solid transparent;
}

.radio-color:checked~.label-color,
.radio-custom:checked~.label-custom {
    border: 2px solid #fd5c22;
    border-radius: 0.5rem;
}

.color-the-circle .color_btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: 0 10px;
    border: 2px solid #250b5b;
    cursor: pointer;
}

.colorCircle {
    border: 1px solid #e0e0e0;
}

.cardGlossary {
    user-select: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.cardGlossary.active {
    background-color: #250b5b;
    color: #ffffff;
    border-color: #250b5b !important;
    box-shadow: 0 2px 15px 0px rgb(255 255 255 / 50%), 0 10px 20px -2px rgb(0 0 0 / 50%);
}

.wordBtn.activeWord {
    background-color: #fd5c22;
    color: #ffffff;
    border-color: #fd5c22 !important;
}

#glossaryActivity .accordion-item {
    user-select: none;
}

#glossaryActivity .audioFile {
    display: none;
}

#glossaryActivity .accordion-button:not(.collapsed) {
    background-color: #fd5c22 !important;
    color: #ffffff !important;
}

#glossaryActivity .audioBtn {
    color: #fd5c22;
    font-size: 14px;
    cursor: pointer;
}

.glossaryAct .searchResult {
    cursor: pointer;
}

.glossaryAct .searchResult:hover {
    background-color: #fd5c22;
    color: #ffffff;
}


/* In box loader Element */

.loaderEle,
.loaderEle:before,
.loaderEle:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loaderEle {
    color: #fd5c22;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    font-size: 5px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loaderEle:before,
.loaderEle:after {
    content: "";
    position: absolute;
    top: 0;
}

.loaderEle:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loaderEle:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* In box loader Element */

.wordBtn {
    user-select: none;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .colorImg {
        width: 100%;
        height: 100%;
        max-height: 125px;
    }
}

#category_list .owl-stage {
    margin: auto;
}


/* related activity */

.volt-actbg {
    border: 2px solid rgb(233 229 248);
}

.vvedisplay-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-2 {
    padding: 0.5rem !important;
}

.btn-block {
    color: #fff;
}

.volt-info {
    color: #fff;
    background-color: #250b5b;
    border-color: #250b5b;
}

.vidlistdata {
    color: #fff;
}

.highlight {
    background: #f65112;
    color: white;
    border-color: #f65112;
}

.dropdownMenuList .custom-select.menuDateSelected .menuDate {
    cursor: pointer !important;
}

.zoomBtn {
    bottom: 5px;
    right: 20px;
    color: #ccc;
    display: none;
}

.zoomBtn:hover {
    color: #333;
    cursor: zoom-in;
}

@media screen and (min-width: 992px) {
    .catimg-width {
        width: 70px !important;
    }
}

@media screen and (max-width: 991px) {
    .catimg-width {
        width: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .catimg-width {
        width: 36px !important;
    }
    .mfs-c {
        font-size: 12px !important;
    }
    .cardPdfBtn {
        font-size: 12px;
    }
}

.lockstyle {
    position: absolute;
    z-index: 99;
    padding: 8px 6px;
    right: 10px;
    top: 0px;
}

#questionBox .opt-img {
    transition: transform .2s;
    /* Animation */
}

#questionBox .opt-img:hover {
    transform: scale(1.25);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.img-zoom img {
    transition: transform .2s;
    /* Animation */
}

.img-zoom img:hover {
    transform: scale(1.25);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zindex99 {
    z-index: 99;
}

.mcqdiv img,
.width-imgtxt,
.tnfdiv img,
.fibdiv img {
    transition: transform .2s;
    /* Animation */
}

.mcqdiv img:hover,
.tnfdiv img:hover,
.fibdiv img:hover {
    transform: scale(1.25);
    /* (125% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.width-imgtxt:hover {
    transform: scale(1.45);
    z-index: 9999;
    /* (145% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bg-activity-active {
    background-color: #18646a !important;
    border: 2px solid #fff;
}

.activity-right-icon {}

.activity-right-icon ul {
    list-style: none;
}

.activity-right-icon ul li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #e59500;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.activity-right-icon ul li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif') 50% 50% no-repeat #fff;
}

.scrollDown {
    cursor: pointer;
}

.bg-none {
    background: none;
    box-shadow: none;
}

#activity-area:fullscreen {
    background: #fff;
    padding: 50px 20px;
}

#activity-area:fullscreen #intro-body {
    min-height: 84vh !important;
}

#activity-area:fullscreen #viewerContainer {
    min-height: 68vh !important;
}


/* basic style */


/* menu style */

.seeting-menu {
    width: calc(54px * 4 + 30px * 3);
    height: 54px;
    margin: 0 auto;
    -webkit-filter: url("#goo");
    filter: url("#goo");
}

.setting-section ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fs-icon {
    font-size: 24px;
}

.setting-section svg {
    overflow: hidden;
}

.ico02 {
    background-color: #e59500;
    transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 3;
}

.ico03 {
    background-color: #e59500;
    transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
    z-index: 2;
}

.ico04 {
    background-color: #e59500;
    transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    z-index: 1;
}


/* seeting-menu-object style */

@media screen and (max-width: 767px) {
    .seeting-menu-object {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .seeting-menu-object {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.seeting-menu-object .ico01::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 24px;
    margin: auto;
    background-color: #fff;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.seeting-menu-object .ico01::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 4px;
    margin: auto;
    background-color: #fff;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.seeting-menu-object i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.active .seeting-menu-object .ico01::before {
    transform: rotate(45deg);
}

.active .seeting-menu-object .ico01::after {
    transform: rotate(45deg);
}

#chkBtn {
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 9px !important;
}

@media screen and (max-width: 767px) {
    .active .ico02 {
        transform: translateY(calc(-55px + 0px));
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    }
    .active .ico03 {
        transform: translateY(calc(-55px * 2 + 0px * 2));
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
    }
    .active .ico04 {
        transform: translateY(calc(-55px * 3 + 0px * 3));
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .ico01 {
        background-color: #DB3A00;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 10000;
    }
    .move-ico {
        position: fixed;
        bottom: 10px;
        font-size: 18px;
        right: 10px;
        z-index: 9999;
    }
    .scrollDown {
        display: none !important;
    }
    .setting-section li {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
    }
    .seeting-menu-object .ico01::after {
        width: 18px;
    }
    .seeting-menu-object .ico01::before {
        height: 18px;
    }
}

@media screen and (min-width: 768px) {
    .active .ico02 {
        transform: translateY(calc(40px + 25px));
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    }
    .active .ico03 {
        transform: translateY(calc(40px * 2 + 25px * 2));
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
    }
    .active .ico04 {
        transform: translateY(calc(40px * 3 + 25px * 3));
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .ico01 {
        background-color: #DB3A00;
        position: relative;
        z-index: 4;
    }
    .move-ico {
        position: absolute;
        top: 0;
        font-size: 24px;
    }
    .setting-section li {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }
    .play-section {
        width: 40%;
        margin: auto;
        cursor: pointer;
    }
}

.main-section {
    position: relative;
}

.setting-section {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 768px) {
    .setting-section {
        position: absolute;
        top: 0;
        right: -15px;
        display: flex;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .play-section {
        width: 60%;
        margin: auto;
        cursor: pointer;
    }
    .right-icon-ul {
        display: inline-flex;
        margin-bottom: 0px;
    }
    .setting-section {
        position: absolute;
        top: -55px;
        right: 20px;
        display: flex;
        margin-top: 5px;
    }
    .activity-right-icon ul li {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .cardCategory {
        min-height: 110px;
    }
    .cardCategory p {
        font-size: 14px !important;
        padding: 5px !important;
    }
    .custom-radio-label .card-body .card-title {
        font-size: 16px;
    }
    .activity-card-sub-heading {
        font-size: 20px;
        margin-bottom: 15px !important;
        line-height: 26px;
    }
    .activity-card-heading {
        font-size: 22px;
        margin-bottom: 10px !important;
    }
    #questionArea .btn-toolbar .btn.next-step {
        font-size: 18px !important;
        padding: 4px 30px;
    }
    #questionArea .btn-toolbar .btn.prev-step {
        font-size: 18px !important;
        padding: 4px 30px;
    }
}

.scoreHeading {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.1px;
    color: #F75013;
}

.tagicon {
    font-family: system-ui;
    display: inline-block;
}

.angleleft:before {
    content: "<";
}

.angleright:before {
    content: ">";
}