.test-caption,
.test-hero h1.test-caption {
    color: #284664
}

.test-hero {
    position: relative;
    margin-top: 13px
}

.clearfix {
    display: block;
    clear: both
}

.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.test-hero .book-img-wrap {
    float: left;
    margin-right: 15px;
    margin-top: 6px
}

.book-img-wrap {
    position: relative;
    display: inline-block
}

.exam-volume-detail .test-hero img:first-child {
    width: 230px
}

.test-hero img {
    width: 145px;
    border: 4px solid #d4dae0;
    border-radius: 8px
}

@media (min-width:768px) and (max-width:991px) {
    .test-caption.lesson-title {
        font-size: 32px !important;
        font-weight: 700
    }
}

@media screen and (max-width:1199px) {
    .test-caption {
        font-size: 20px
    }

    .test-hero.clearfix {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        text-align: center
    }
}

.test-caption {
    margin: 0;
    padding: 0
}

.right-panel {
    float: left
}

.right-panel p,
h1.test-caption.lesson-title {
    margin: 0
}

p.desc {
    margin-bottom: 10px
}

span.badge {
    width: auto;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    float: right;
    border: 1px solid;
    padding: 0 5px;
    margin: 0;
    height: 20px;
    position: relative;
    top: 21px;
    left: 10px;
    text-transform: capitalize;
    border-radius: 8px
}

span.badge.ielts-lms-class-warning {
    background: orange;
    color: #fff
}

.practice-item__more {
    width: calc(100% - 93px) !important
}

a.practice-item__more-dots {
    position: relative;
    top: 3px
}



/* ----------STYLE-4 Cards design---------- */
.flex-grid {
    --spacing: 20px;
    --columns: 3;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing))
}

.flex-grid:after,
.flex-grid:before {
    content: normal
}

.flex-grid>* {
    width: calc(calc(100% / var(--columns)) - var(--spacing));
    margin-left: var(--spacing);
    margin-bottom: var(--spacing)
}

.exam-detail {
    padding-bottom: 10rem
}

.exam-detail__grid {
    display: flex;
    gap: 20px
}

.exam-detail__col-left {
    width: 67.81%
}

.exam-detail__col-right {
    width: 32.19%;
    padding-top: 3rem
}

.exam-detail .iot-opselect button.dropdown-toggle {
    border-radius: 30px
}

.exam-detail .test-vote a {
    font-size: 16px
}

.exam-detail .test-vote em {
    font-size: 16px;
    color: #282828;
    font-style: normal
}

.exam-detail .test-vote .star-rating {
    justify-content: flex-start
}

.exam-detail .test-vote span.rating-point {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 2px
}

.exam-detail .exam-card {
    display: flex;
    gap: 2rem;
    margin: 3rem 0 5rem
}

.exam-detail .exam-card__img-wrap {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.exam-detail .exam-card__img-wrap .ioticon-video-solid {
    position: absolute;
    font-size: 23px;
    bottom: 5px;
    right: 6px;
    color: #fff
}

.exam-detail .exam-card__img-wrap .tooltip-inner {
    background: linear-gradient(180deg, #294563 0, #172636 100%);
    padding: 5px 10px;
    font-size: 11px
}

.exam-detail .exam-card__img-wrap .tooltip-arrow {
    border-top-color: #172636
}

.exam-detail .exam-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.exam-detail .exam-card__rating {
    margin-bottom: 1.2rem
}

.exam-detail .exam-card__title {
    font-size: 32px;
    margin: 0 0 .5rem
}

.exam-detail .exam-card__desc-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    line-height: 1.2
}

.exam-detail .exam-card__desc-item:last-child {
    margin-bottom: 0
}

.exam-detail .exam-card__desc-item span {
    margin-right: 5px;
    font-size: 24px
}

.exam-detail .exam-card__desc-item strong {
    margin-left: 4px
}

.exam-detail .practice-list {
    margin-bottom: 8rem
}

.exam-detail .practice-list__card {
    border-radius: 30px;
    background: var(--white, #fff);
    box-shadow: 0 4px 50px 0 rgba(41, 69, 99, .08);
    padding: 20px
}

.exam-detail .practice-list__card+.practice-list__card {
    margin-top: 2rem
}

.exam-detail .practice-list__title {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    margin: 0 0 2rem
}

.exam-detail .practice-list__items {
    --spacing: 10px;
    --columns: 4
}

@media (min-width:768px) and (max-width:991px) {
    .flex-grid {
        --spacing: 10px;
        --columns: 3
    }

    .exam-detail__grid {
        flex-wrap: wrap;
        padding: 0
    }

    .exam-detail__col-left {
        width: 100%
    }

    .exam-detail__col-right {
        width: 100%;
        display: flex;
        gap: 2rem
    }

    .exam-detail .practice-list__items {
        --spacing: 10px;
        --columns: 4
    }
}

.exam-detail .practice-item {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 15px;
    border: 1px solid #d6f0f4;
    background: #fff;
    min-width: 225px;
}

.exam-detail .practice-item [class^=circular-progress-text] {
    font-size: 24px;
    font-weight: 600
}

.exam-detail .practice-item.-blue {
    border: 1px solid #d6f0f4
}

.exam-detail .practice-item.-green {
    border: 1px solid #d6e4da
}

.exam-detail .practice-item.-orange {
    border: 1px solid #feeede
}

.exam-detail .practice-item.-pink {
    border: 1px solid #f4e0e4
}

.exam-detail .practice-item__icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/svgs/headphone-duotone.svg) center/contain no-repeat;
    margin-bottom: 5px
}

.exam-detail .practice-item__icon.-reading {
    background-image: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/svgs/notepad.svg)
}

.exam-detail .practice-item__icon.-writing {
    background-image: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/svgs/pennibstraight.svg)
}

.exam-detail .practice-item__icon.-speaking {
    background-image: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/svgs/microphone.svg)
}

.exam-detail .practice-item__progress.-finished [class^=circular-progress-percent] {
    display: none
}

.exam-detail .practice-item__title {
    margin: 0
}

.exam-detail .practice-item__btn {
    width: 100%;
    white-space: nowrap
}

.exam-detail .practice-item__features {
    display: flex;
    gap: 6px
}

.exam-detail .practice-item__features .tooltip-inner {
    background: linear-gradient(180deg, #172636 0, #294563 100%);
    padding: 5px 10px
}

.exam-detail .practice-item__features .tooltip.bottom .tooltip-arrow {
    border-top-color: #172636
}

.exam-detail .practice-item__feature-item {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #bdc5cf;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

.exam-detail .practice-item__feature-item:hover {
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px;
    border: 1px solid #294563
}

.exam-detail .practice-item__feature-item:after {
    content: '\e9a2';
    display: inline-block;
    font-family: iot-fonts !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #294563
}

.exam-detail .practice-item__feature-item.-previous:after {
    content: '\e9a2';
    content: '\e9b9'
}

.exam-detail .practice-item__feature-item.-explain:after {
    content: '\e906'
}

.exam-detail .full-test__ftest-prev-detail.-inactive,
.exam-detail .full-test__ftest-video-answer.-inactive,
.exam-detail .practice-item__feature-item.-inactive {
    filter: grayscale(100%);
    opacity: .4;
    cursor: default
}

.exam-detail .full-test {
    display: flex;
    padding: 12px 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(212, 218, 224, .46) 0, #d4dae0 100%);
    position: relative
}

.exam-detail .full-test__ribbon {
    background-color: #dd1804;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1px 2px;
    display: flex;
    transform: rotate(43deg);
    font-weight: 700;
    width: 60px;
    top: -58px;
    align-items: center;
    float: right;
    margin-right: -50px;
    position: relative;
    right: 27px
}

.exam-detail .full-test__ribbon:after,
.exam-detail .full-test__ribbon:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 100%;
    border-bottom: 14px solid #dd1804;
    border-right: 14px solid transparent
}

.exam-detail .full-test__ribbon:before {
    left: initial;
    right: 100%;
    border-right: none;
    border-bottom: 14px solid #dd1804;
    border-left: 14px solid transparent
}

.exam-detail .full-test__title {
    font-size: 18px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1
}

.exam-detail .full-test__title span {
    font-size: 32px;
    margin-right: 5px
}

.exam-detail .full-test__progress {
    border-radius: 30px;
    height: 22px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #294563;
    margin: 0 auto
}

.exam-detail .full-test__progress.-start {
    display: flex;
    justify-content: center;
    background: #eaecef;
    align-items: center
}

.exam-detail .full-test__progress.-start .progress-bar {
    color: #294563;
    width: initial !important;
    background: 0 0;
    box-shadow: none
}

.exam-detail .full-test__progress .progress-bar {
    background-color: #294563
}

.exam-detail .full-test__ftest-features {
    display: flex;
    gap: 6px;
    margin-right: 6px
}

.exam-detail .full-test__ftest-prev-detail,
.exam-detail .full-test__ftest-video-answer {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #bdc5cf;
    cursor: pointer
}

.exam-detail .full-test__btn,
.iot-gribt {
    display: flex;
    padding: 10px 15px;
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif
}

.exam-detail .full-test__ftest-prev-detail:after,
.exam-detail .full-test__ftest-video-answer:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/svgs/lego.svg) center/contain no-repeat
}

.exam-detail .full-test__ftest-prev-detail:after {
    background-image: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/svgs/time-board.svg)
}

.exam-detail .full-test__btn {
    border-radius: 30px;
    border: 1px solid #294563;
    font-size: 14px;
    min-width: 150px;
    line-height: 1;
    background: #294563;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

.exam-detail .new-tip,
.iot-gribt {
    font-size: 14px;
    background: linear-gradient(180deg, #294563 0, #172636 100%);
    margin: 0 auto;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    color: #fff
}

.exam-detail .full-test__btn:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 2px 8px
}

.exam-detail .full-test__btn.-restart {
    background: 0 0;
    color: #294563
}

.exam-detail .full-test__btn.-restart:before,
.iot-gribt.-restart:before {
    content: "\e9b0"
}

.exam-detail .full-test__btn:before,
.iot-gribt:before {
    content: "\e9a5";
    display: inline-block;
    font-family: iot-fonts !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.exam-detail .full-test__btn:before {
    font-size: 20px;
    margin-right: 5px
}

.exam-detail .new-tip {
    padding: 5px 10px;
    width: 300px;
    max-width: 80%;
    position: absolute;
    border-radius: 5px;
    bottom: calc(100% + 5px);
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .2s
}

.exam-detail .new-tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: #172636 transparent transparent;
    border-style: solid;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0
}

.iot-gribt {
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    border: none;
    transition: .2s
}

.iot-grbt:hover,
.iot-gribt:hover {
    color: #fff;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, .17) 0 -23px 25px 0 inset, rgba(0, 0, 0, .15) 0 -36px 30px 0 inset, rgba(0, 0, 0, .1) 0 -79px 40px 0 inset, rgba(0, 0, 0, .06) 0 2px 1px, rgba(0, 0, 0, .09) 0 4px 2px, rgba(0, 0, 0, .09) 0 8px 4px, rgba(0, 0, 0, .09) 0 16px 8px, rgba(0, 0, 0, .09) 0 32px 16px
}

.iot-grbt:focus,
.iot-gribt:focus {
    color: #fff;
    opacity: 1
}

.-blue.iot-gribt,
.iot-grbt.-blue {
    background: linear-gradient(180deg, #33b2c7 0, #268695 100%)
}

.-green.iot-gribt,
.iot-grbt.-green {
    background: linear-gradient(180deg, #337845 0, #265a35 100%)
}

.-orange.iot-gribt,
.iot-grbt.-orange {
    background: linear-gradient(180deg, #faa859 0, #bb7f44 100%)
}

.-pink.iot-gribt,
.iot-grbt.-pink {
    background: linear-gradient(180deg, #c86478 0, #954b5a 100%)
}

.-white.iot-gribt,
.iot-grbt.-white {
    background: #fff;
    border: 1px solid #bdc5cf;
    color: #294563
}

.-white.iot-gribt:focus,
.-white.iot-gribt:hover,
.iot-grbt.-white:focus,
.iot-grbt.-white:hover {
    border: 1px solid #fff;
    color: #fff;
    box-shadow: rgba(80, 111, 145, .17) 0 -23px 25px 0 inset, rgba(80, 111, 145, .15) 0 -36px 30px 0 inset, rgba(80, 111, 145, .1) 0 -79px 40px 0 inset, rgba(80, 111, 145, .06) 0 2px 1px, rgba(80, 111, 145, .09) 0 4px 2px, rgba(80, 111, 145, .09) 0 8px 4px, rgba(80, 111, 145, .09) 0 16px 8px, rgba(80, 111, 145, .09) 0 32px 16px
}

.-disabled.iot-gribt,
.iot-grbt.-disabled {
    opacity: .3;
    background: var(--gradient-primary, linear-gradient(180deg, #294563 0, #172636 100%));
    pointer-events: none;
    cursor: not-allowed
}

.iot-gribt:before {
    font-size: 16px
}

.explain-bt:before,
.test-bt:before {
    content: '';
    margin-right: 5px;
    position: relative;
    top: 4px
}

.iot-gribt.-restart:hover {
    box-shadow: rgba(0, 0, 0, .1) -4px 9px 25px -6px
}

.iot-gribt.-restart.-blue {
    color: #32b4c8;
    background: 0 0;
    border: 1px solid #32b4c8
}

.iot-gribt.-restart.-green {
    color: #37854d;
    background: 0 0;
    border: 1px solid #37854d
}

.iot-gribt.-restart.-orange {
    color: #f9a95a;
    background: 0 0;
    border: 1px solid #f9a95a
}

.iot-gribt.-restart.-pink {
    color: #c76378;
    background: 0 0;
    border: 1px solid #c76378
}

.iot-gribt.-resume:before {
    content: "\e9b6"
}

.explain-bt,
.iot-bt,
.iot-btc,
.iot-btgr,
.iot-btor,
.test-bt {
    height: 48px;
    padding: 0 16px;
    border-radius: 4px;
    background-color: #294563;
    font-size: 16px;
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    letter-spacing: .5px;
    color: #fff;
    text-align: center;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer
}

@media (max-width:767px) {
    .flex-grid {
        --spacing: 0px;
        --columns: 1
    }

    .flex-grid>* {
        margin-bottom: 2rem
    }

    .exam-detail__grid {
        flex-wrap: wrap;
        padding: 0
    }

    .exam-detail__col-left,
    .exam-detail__col-right {
        width: 100%
    }

    .exam-detail .test-vote em {
        font-size: 14px
    }

    .exam-detail .test-vote .star-rating {
        justify-content: center
    }

    .exam-detail .test-vote span.rating-point {
        font-size: 12px
    }

    .exam-detail .exam-card {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .exam-detail .exam-card__info {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .exam-detail .practice-list__items {
        --spacing: 10px;
        --columns: 2
    }

    .exam-detail .practice-item {
        padding: 10px
    }

    .exam-detail .full-test {
        flex-direction: column;
        gap: 1rem;
        padding: 12px 15px
    }

    .explain-bt,
    .iot-bt,
    .iot-btc,
    .iot-btgr,
    .iot-btor,
    .test-bt {
        line-height: normal
    }
}

.iot-btc,
.iot-btor {
    height: 40px;
    line-height: 40px
}

.explain-bt:focus,
.explain-bt:hover,
.iot-bt:focus,
.iot-bt:hover,
.iot-btc:focus,
.iot-btc:hover,
.iot-btgr:focus,
.iot-btgr:hover,
.iot-btor:focus,
.iot-btor:hover,
.test-bt:focus,
.test-bt:hover {
    background-color: #2f5376;
    color: #fff
}

.-pink.explain-bt,
.-pink.iot-btc,
.-pink.iot-btgr,
.-pink.iot-btor,
.-pink.test-bt,
.iot-bt.-pink {
    background-color: #c76378;
    color: #fff
}

.-pink.explain-bt:focus,
.-pink.explain-bt:hover,
.-pink.iot-btc:focus,
.-pink.iot-btc:hover,
.-pink.iot-btgr:focus,
.-pink.iot-btgr:hover,
.-pink.iot-btor:focus,
.-pink.iot-btor:hover,
.-pink.test-bt:focus,
.-pink.test-bt:hover,
.iot-bt.-pink:focus,
.iot-bt.-pink:hover {
    background-color: #c76378
}

.-blue.explain-bt:hover,
.-blue.iot-btc:hover,
.-blue.iot-btgr:hover,
.-blue.iot-btor:hover,
.-blue.test-bt:hover,
.-grey-blue.explain-bt:hover,
.-grey-blue.iot-btc:hover,
.-grey-blue.iot-btgr:hover,
.-grey-blue.iot-btor:hover,
.-grey-blue.test-bt:hover,
.-orange.explain-bt:hover,
.-orange.iot-btc:hover,
.-orange.iot-btgr:hover,
.-orange.iot-btor:hover,
.-orange.test-bt:hover,
.-pink.explain-bt:hover,
.-pink.iot-btc:hover,
.-pink.iot-btgr:hover,
.-pink.iot-btor:hover,
.-pink.test-bt:hover,
.iot-bt.-blue:hover,
.iot-bt.-grey-blue:hover,
.iot-bt.-orange:hover,
.iot-bt.-pink:hover {
    opacity: .8
}

.-blue.explain-bt,
.-blue.iot-btc,
.-blue.iot-btgr,
.-blue.iot-btor,
.-blue.test-bt,
.iot-bt.-blue {
    background-color: #32b4c8;
    color: #fff
}

.-blue.explain-bt:focus,
.-blue.explain-bt:hover,
.-blue.iot-btc:focus,
.-blue.iot-btc:hover,
.-blue.iot-btgr:focus,
.-blue.iot-btgr:hover,
.-blue.iot-btor:focus,
.-blue.iot-btor:hover,
.-blue.test-bt:focus,
.-blue.test-bt:hover,
.explain-bt.turquoise,
.iot-bt.-blue:focus,
.iot-bt.-blue:hover {
    background-color: #32b4c8
}

.-orange.explain-bt,
.-orange.iot-btc,
.-orange.iot-btgr,
.-orange.iot-btor,
.-orange.test-bt,
.iot-bt.-orange {
    background-color: #f9a95a;
    color: #fff
}

.-orange.explain-bt:focus,
.-orange.explain-bt:hover,
.-orange.iot-btc:focus,
.-orange.iot-btc:hover,
.-orange.iot-btgr:focus,
.-orange.iot-btgr:hover,
.-orange.iot-btor:focus,
.-orange.iot-btor:hover,
.-orange.test-bt:focus,
.-orange.test-bt:hover,
.explain-bt.yellow,
.iot-bt.-orange:focus,
.iot-bt.-orange:hover {
    background-color: #f9a95a
}

.-grey-blue.explain-bt,
.-grey-blue.iot-btc,
.-grey-blue.iot-btgr,
.-grey-blue.iot-btor,
.-grey-blue.test-bt,
.iot-bt.-grey-blue {
    background-color: #d4dae0;
    color: #294563
}

.-grey-blue.explain-bt:focus,
.-grey-blue.explain-bt:hover,
.-grey-blue.iot-btc:focus,
.-grey-blue.iot-btc:hover,
.-grey-blue.iot-btgr:focus,
.-grey-blue.iot-btgr:hover,
.-grey-blue.iot-btor:focus,
.-grey-blue.iot-btor:hover,
.-grey-blue.test-bt:focus,
.-grey-blue.test-bt:hover,
.iot-bt.-grey-blue:focus,
.iot-bt.-grey-blue:hover {
    background-color: #d4dae0
}

.explain-bt:active,
.explain-bt:focus,
.iot-bt:active,
.iot-bt:focus,
.iot-btc:active,
.iot-btc:focus,
.iot-btgr:active,
.iot-btgr:focus,
.iot-btor:active,
.iot-btor:focus,
.test-bt:active,
.test-bt:focus {
    outline: 0
}

.disable.explain-bt,
.disable.iot-btc,
.disable.iot-btgr,
.disable.iot-btor,
.disable.test-bt,
.iot-bt.disable {
    background-color: #ccc
}

button.iot-bt {
    line-height: normal
}

.iot-btgr {
    background-color: #fff;
    color: #9d9d9d;
    border: 1px solid #ccc
}

.iot-btgr:focus,
.iot-btgr:hover {
    background-color: #f7f7f7;
    color: #9d9d9d
}

.iot-btor {
    width: 177px;
    background-color: #f9a95a
}

.iot-btor:focus,
.iot-btor:hover {
    background-color: #ffba6b
}

.iot-btc {
    width: 100%;
    max-width: 211px;
    background-color: #ccc;
    font-size: 14px;
    letter-spacing: .4px;
    display: inline-block
}

.iot-btc:focus,
.iot-btc:hover {
    background-color: #294563;
    color: #fff
}

.explain-bt,
.test-bt {
    font-size: 12px;
    max-width: 190px
}

.test-bt:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/themes/iot/images/icon_flash.png) center/contain no-repeat
}

.test-bt.dark-green {
    background-color: #265a35
}

.test-bt.dark-green:focus,
.test-bt.dark-green:hover {
    background-color: rgba(38, 90, 53, .8)
}

.test-bt.dark-turquoise {
    background-color: #268695
}

.test-bt.dark-turquoise:focus,
.test-bt.dark-turquoise:hover {
    background-color: rgba(38, 134, 149, .8)
}

.test-bt.dark-pink {
    background-color: #954b5a
}

.test-bt.dark-pink:focus,
.test-bt.dark-pink:hover {
    background-color: rgba(149, 75, 90, .8)
}

.test-bt.dark-yellow {
    background-color: #bb7f44
}

.test-bt.dark-yellow:hover {
    background-color: rgba(187, 127, 68, .8)
}

.explain-bt:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/themes/iot/images/icon_resume.png) center/contain no-repeat
}

.explain-bt.green {
    background-color: #327846
}

.explain-bt.green:focus,
.explain-bt.green:hover {
    background-color: rgba(50, 120, 70, .8)
}

.explain-bt.turquoise:focus,
.explain-bt.turquoise:hover {
    background-color: rgba(50, 180, 200, .8)
}

.explain-bt.pink {
    background-color: #c76478
}

.explain-bt.pink:focus,
.explain-bt.pink:hover {
    background-color: rgba(199, 100, 120, .8)
}

.explain-bt.yellow:focus,
.explain-bt.yellow:hover {
    background-color: rgba(249, 169, 90, .8)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.ion-android-close.ic-upgrade {
    width: 24px;
    height: 24px;
    top: -30px;
    right: -22px;
    opacity: 1;
    font-size: 30px;
    color: #fff
}

@media (max-width:767px) {
    .ion-android-close.ic-upgrade {
        top: 5px;
        right: 5px;
        color: #294563;
        font-size: 20px
    }
}

.iot-gribt.btn-locked:before {
    content: "\e995"
}

.iot-gribt.btn-locked {
    cursor: no-drop;
    filter: grayscale(10%);
    opacity: .4
}

.exam-detail .practice-item__icon.-gov-sectional-timing,
.exam-detail .practice-item__icon.-gov-non-sectional-timing {
    background-image: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/svgs/quiz.svg)
}

.iot-gribt.-gov {
    background: linear-gradient(180deg, #6f51f8 0, #7c63f3 100%);
}

span.practice-item__icon.-proqyz-pdf-quiz {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/wp-content/plugins/spacetree/libs/proqyz/includes/templates/shortcodes/course/default/dist/img/pdf-quiz/pdf-quiz.png) center / contain no-repeat;
    margin-bottom: 5px;
}

.iot-gribt.-pdf-quiz {
    background: linear-gradient(180deg, #1B72E8 0, #1e3252 100%);
}

.exam-detail .full-test__ribbon.fullmock-test {
    position: absolute;
    background-color: #DD1804;
    text-transform: uppercase;
    font-size: 12px;
    left: -3px;
    top: 10px;
    color: #fff;
    line-height: 1;
    padding: 1px 2px;
    display: flex;
    align-items: center;
    transform: rotate(-45deg);
    font-weight: bold;
}

.exam-detail .full-test__ribbon.fullmock-test:after,
.exam-detail .full-test__ribbon.fullmock-test:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 100%;
    border-bottom: 14px solid #DD1804;
    border-right: 14px solid transparent;
}

.exam-detail .full-test__ribbon.fullmock-test:before {
    left: initial;
    right: 100%;
    border-right: none;
    border-bottom: 14px solid #DD1804;
    border-left: 14px solid transparent;
}


.bb-app-badge-warning {
    background-color: #ff9800
}

.loader-anim::after {
    content: "";
    background-color: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-name: loader-animate;
    animation-timing-function: linear;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, 0) 81%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, 0) 81%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, 0) 81%)
}

.loader-anim::before {
    content: "";
    height: 110px;
    display: block;
    background-color: #ededed;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed
}

@keyframes loader-animate {
    0% {
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        transform: translate3d(100%, 0, 0)
    }
}

.topics-pagination {
    display: block;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

li.topic-page {
    display: inline-block;
    margin: 10px .2em;
    border: 1px solid #b9b9b9;
    padding: 4px;
    height: 35px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    border-radius: 7px;
    cursor: pointer;
    transistion: all .666ms ease
}

li.ielts-lms-page-active {
    background: var(--wp--preset--color--ast-global-color-0);
    color: #fff;
    border: 0;
    padding: 6px
}

li.topic-page:hover {
    background-color: #e4e4e4
}

.course-card.ielts-topics {
    padding: 10px !important;
    border: 0;
    background: 0 0
}

div#content {
    background: #eaeaea4a
}

.ielts-lms-course-pagination {
    margin: 10px auto 50px
}

#course-overlay-loader.show {
    display: flex !important;
    opacity: 1 !important
}

#course-overlay-loader {
    opacity: 0;
    transition: opacity 666ms;
    display: none;
    position: fixed;
    z-index: 999;
    background: #00000024;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.proqyz__course-pagination {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.proqyz__course-pagination ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    list-style: none;
}

li.proqyz__course-page {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--ilms-primary);
}

li.proqyz__course-page.proqyz__course-cp {
    background: var(--ilms-primary);
    color: white;
}

li.proqyz__course-page.proqyz__page-loadiing img {
    display: block !important;
}

li.proqyz__course-page.proqyz__page-loadiing span {
    display: none !important;
}

li.proqyz__course-page.proqyz__page-loadiing {
    cursor: no-drop;
    opacity: 0.6;
}


.bb-video-time,
.trigger__btn {
    color: #fff;
    text-align: center
}

.modal__footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    border-top: 1px solid #ebe9e9
}

.trigger__btn {
    padding: 7px 13px;
    background: #3e3e3e;
    font-size: 15px;
    outline: 0;
    border: none;
    border-radius: 5px;
    font-family: cursive
}

.modal__zoom-recording {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear .25s, opacity .25s, transform .25s;
    z-index: 99999
}

.modal__zoom-recording .modal__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: auto;
    min-width: 600px;
    max-width: 60vw;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start
}

.modal__zoom-recording .modal__header {
    display: block;
    padding: 14px;
    border-bottom: 1px solid #ebe9e9
}

.modal__zoom-recording .modal__body {
    overflow-y: scroll;
    height: auto;
    min-height: 40vh;
    max-height: 60vh;
    padding: 10px
}

.modal__zoom-recording .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    background-color: #d3d3d3
}

.modal__zoom-recording .close-button:hover {
    background-color: #a9a9a9
}

.modal__zoom-recording.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility linear, opacity .25s, transform .25s
}

.recording-preview-img {
    line-height: 1;
    position: relative;
    height: 80px;
    border-radius: 3px
}

.recording-preview-img img {
    display: block;
    width: 136px;
    height: 82px
}

.recording-preview-img .play_btn,
.recording-preview-img .play_btn_link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 1;
    opacity: 0
}

span.triangle-play-icon {
    position: absolute;
    left: 7px;
    bottom: 6px;
    font-size: 12px;
    transition: 50ms linear;
    width: 28px;
    height: 28px;
    line-height: 27px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: #007cff;
    border: 1px solid #007cff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}

span.triangle-play-icon:before {
    margin-right: -3px
}

.recording-preview-img:hover span.triangle-play-icon {
    transition: 50ms linear;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .35)
}

.bb-video-time {
    background: #122b46;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: -.17px;
    position: absolute;
    top: 58px;
    right: 6px;
    padding: 3px 7px;
    z-index: 10
}

.modal__zoom-recording h2.clip_title {
    font-size: 14px;
    margin: 0;
    line-height: 2;
    font-weight: 600
}

.modal__zoom-recording h3.card__title {
    margin: 0;
    display: inline-flex;
    font-size: 16px
}

.zoom__show {
    display: block !important;
    width: 100%
}

@media (max-width:600px) {
    .modal__zoom-recording.modal-fullscreen-sm-down .modal__body {
        min-height: auto !important;
        overflow-y: scroll;
        height: 100%;
        padding: 10px;
        max-height: 94%
    }

    .modal__zoom-recording.modal-fullscreen-sm-down .modal__dialog {
        width: auto;
        max-width: 100%;
        height: 100%;
        margin: 0;
        min-width: 100%;
        border-radius: 0
    }
}

a.practice-item__btn.iot-gribt {
    text-decoration: none;
}

a.practice-item__feature-item {
    text-decoration: none;
}

.modal {
    z-index: 1050 !important;
}

.modal {
    text-align: center;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.in {
    opacity: 1;
    display: block !important;
}

.modal .modal-dialog {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    margin: 0 auto;
    justify-content: center;
}

/* ===== Modal Content ===== */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* ===== Modal Header ===== */
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
    background: none;
    border: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    cursor: pointer;
}

.modal-header .close:hover {
    opacity: 0.5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

/* ===== Modal Body ===== */
.modal-body {
    position: relative;
    padding: 15px;
}

/* ===== Modal Footer ===== */
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/* ===== Backdrop ===== */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s linear;
}

.modal-backdrop.in {
    opacity: 0.5;
}

/* ===== Prevent Body Scroll ===== */
.modal-open {
    overflow: hidden;
}

/* ===== Small Screen Adjustments ===== */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 10px;
    }
}

.modal-fulltest__body {
    border-radius: 30px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 50px 0px rgba(41, 69, 99, 0.08);
    display: flex;
    padding: 20px 50px;
    flex-direction: column;
    align-items: center;
}

.modal-fulltest__title {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.modal-fulltest__caption {
    color: #282828;
    font-size: 16px;
    margin-bottom: 3rem;
    position: relative;
    display: flex;
    align-items: center;
}

.modal-fulltest__footer {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-fulltest__reminder {
    text-align: center;
}

.modal-fulltest__btn {
    min-width: 150px;
    height: 44px;
    margin-top: 10px;
}

.modal-fulltest .ion-android-close {
    font-size: 25px;
    top: 10px;
    right: 12px;
}

.ion-android-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #294563;
}

.ion-android-close:before {
    content: "x";
}

.modal-fulltest__sm-title {
    color: #294563 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: left;
}

.modal-fulltest__test-info li {
    display: flex;
    position: relative;
    align-items: flex-start;
    text-align: left;
}

.modal-fulltest__caption:before {
    content: url(/wp-content/plugins/spacetree/libs/proqyz/includes/public/dist/icons/fulltest-idea.svg);
    display: inline-block;
    margin-right: 1rem;
}

.modal-fulltest .modal-content {
    padding: 2% 2%;
    border-radius: 30px;
}

.modal-fulltest .modal-fulltest__btn {
    border-radius: 30px;
    border: 1px solid #294563;
    font-size: 14px;
    min-width: 150px;
    line-height: 1;
    background: #294563;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.modal-fulltest .modal-fulltest__btn,
.iot-gribt {
    display: flex;
    padding: 10px 15px;
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}