html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    background: #f3f9ff;
    font-size: 14px;
}
label, select {
    outline: none !important;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
}
.btn-theme.btn[disabled], button.btn-theme[disabled] {
    cursor: not-allowed;
    background: #3c82c3 !important;
    font-family: "Montserrat", sans-serif;
}
.required {
    color: red;
}
* {
    box-sizing: border-box;
}
.view-all {
    font-size: 12px;
    font-weight: 600;
}
.row {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.row-width {
    float: left;
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
.width-1-1 {
    max-width: 100%;
}
.width-1-2 {
    max-width: 50%;
}
.width-2-3 {
    max-width: 66.66%;
}
.width-1-3 {
    max-width: 33.33%;
}
.width-1-4 {
    max-width: 25%;
}
.width-1-5 {
    max-width: 20%;
}
p.alert {
    border: 1px solid #00000059;
    border-radius: 6px;
    padding: 4px 8px;
}
p.alert.alert-warning {
    color: red;
    background: rgb(255 0 0 / 10%);
    border-color: rgb(255 0 0 / 30%);
}
p.alert.alert-success {
    color: rgb(37 167 76);
    background: rgb(37 167 76 / 10%);
    border-color: rgb(37 167 76 / 30%);
}
.btn, button {
    box-shadow: none !important;
    outline: none !important;
    padding: 7px 15px;
    font-size: 13px;
    border: none;
    font-size: 13px;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}
.btn-theme {
    color: #fff !important;
    background: #0a4a88;
    border: 1px solid #0a4a88;
}
.btn-theme img {
    filter: brightness(0) invert(1);
    float: left;
    height: 14px;
    width: 14px;
    margin-right: 10px;
}
.btn-theme:hover {
    background: #023768;
    border: 1px solid rgb(0 0 0 / 30%);
}
.btn-green {
    color: #fff !important;
    background: #14ac44;
    border: 1px solid #088b31;
}
.btn-green:hover {
    background: #088b31;
    border: 1px solid rgb(0 0 0 / 30%);
}
.btn-yellow {
    color: #fff !important;
    background: #fabd2f;
    border: 1px solid rgb(0 0 0 / 30%);
}
.btn-yellow:hover {
    background: #e5a100;
    border: 1px solid rgb(0 0 0 / 30%);
}
.btn-theme-outline {
    background-color: #ffffff;
    color: #1e61a5 !important;
    border: 1px solid #65adcf;
}
.btn-theme-outline:hover {
    background: #356da9;
    color: #ffffff !important;
    border: 1px solid #1e61a5;
}
.btn-theme-outline:hover img {
    filter: brightness(0) invert(1);
}
.btn-theme-outline .fa-spin:before {
    content: "";
    filter: initial;
}
.btn-theme-outline:hover .fa-spin:before {
    content: "";
    filter: brightness(0) invert(1);
}

.btn-clear {
    background-color: #ffffff;
    color: #1266ae !important;
    border: 1px solid #1266ae;
}
.btn-clear:hover {
    background: #f5f9ff;
}
p {
    color: #000;
    font-size: 13px;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 10px 0px;
    line-height: 20px;
}
a, a:hover {
    color: #0a4a88;
    text-decoration: none;
    cursor: pointer;
}
.line {
    border: 1px solid #f58854;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.theme-container {
    width: 100%;
    max-width: calc(100% - 200px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a5a5a5;
    height: 6px;
}
.radio-theme {
    padding-left: 0px !important;
    margin: 7px 0px 10px 0px;
    font-size: 14px;
    position: relative;
}
.radio-theme label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: normal;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
}
.radio-theme label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0px;
    margin: 0px;
    border: 1px solid #717171;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.radio-theme input[type="radio"] {
    opacity: 0;
    z-index: 1;
    margin: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
.radio-theme input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio-theme input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.radio-theme.checkbox-circle label::before {
    border-radius: 50%;
}
.radio-theme.checkbox-inline {
    margin-top: 0;
}
.radio-theme input[type="radio"]:checked + label::before {
    background-color: #ffffff;
}
.radio-theme input[type="radio"]:checked + label::after {
    color: #fff;
}
.radio-theme input[type="radio"].styled:checked + small + label:after, .radio-theme input[type="radio"].styled:checked + label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 0px;
    border-radius: 50%;
    margin: 5px;
    background-color: #01a4ef;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.radio-theme input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
.radio-theme input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
.dropdown-theme {
    text-align: right;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    height: auto;
    position: relative;
}
.dropdown-theme .dropdown-toggler {
    float: right;
    line-height: 25px;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
}
.dropdown-theme .dropdown-toggler:hover {
    color: #069;
}
.dropdown-theme .dropdown-toggler .fa {
    width: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 180px;
    line-height: 28px;
}
.dropdown-theme .dropdown-content {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #ffffff;
    max-width: 160px;
    width: 100%;
    min-width: 160px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0px 10px 25px 0px #00000008;
    display: none;
    overflow: hidden;
}
.dropdown-theme .dropdown-content .dropdown-list {
    width: 100%;
    float: left;
    position: relative;
    list-style: none;
}
.dropdown-theme .dropdown-content .dropdown-list + .dropdown-list {
    border-top: 1px solid #eaeaea;
}
.dropdown-theme .dropdown-content .dropdown-list .single-line {
    width: 100%;
    float: left;
    position: relative;
    line-height: 40px;
    padding: 0px 15px;
    text-align: left;
    font-size: 13px;
    color: #3d3d3d;
}
.dropdown-theme .dropdown-content .dropdown-list:hover .single-line {
    background: #f3f3f3;
}
.dropdown-theme.open .dropdown-content {
    display: block;
}
.page-body-header {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    background: #1bb5e7;
    left: 0px;
    align-items: center;
    background: linear-gradient(270deg, #004e92 0%, #01a4ef 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
    height: auto;
    min-height: 80px;
}
.page-body-header:before {
    content: "";
    background-image: url(../images/header-bg.svg);
    background-position: center right;
    position: absolute;
    background-size: 400px;
    height: 400px;
    width: 400px;
    background-repeat: no-repeat;
    right: 10px;
    top: 50%;
    margin-top: -200px;
    opacity: 0.5;
    -webkit-animation: rotating 25s linear infinite;
    -moz-animation: rotating 25s linear infinite;
    -ms-animation: rotating 25s linear infinite;
    -o-animation: rotating 25s linear infinite;
    animation: rotating 25s linear infinite;
}
.page-body-header .page-body-header-content {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.page-body-header .left-side {
    width: auto;
    float: left;
}
.page-body-header .right-side {
    width: auto;
    float: left;
    text-align: right;
}
.page-body-header .right-side .single-action {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.page-body-header .right-side .single-action .btn {
    display: inline-block;
    vertical-align: top;
}
.page-body-header .right-side .single-action .btn.single-action-icon {
    width: 30px;
    height: 30px;
    padding: 0px;
    float: left;
    position: relative;
}
.page-body-header .right-side .single-action .btn.single-action-icon img {
    width: 30px;
    height: 30px;
    padding: 0px;
    float: left;
    position: relative;
    filter: brightness(0) invert(1);
}
.page-title {
    line-height: 28px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.notification-list.notification-list-page {
    max-height: initial;
    overflow-y: initial;
}
.notification-list {
    width: 100%;
    float: left;
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}
.notification-list .single-notification {
    width: 100%;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 23px;
    color: #807c9e;
    padding-left: 30px;
    padding: 10px 0px 10px 40px;
    text-align: left;
    white-space: normal;
}
.notification-list .single-notification:before {
    content: "";
    background-image: url(../images/icon/gray-bell.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0px;
    top: 7px;
    background-size: 12px;
    width: 26px;
    text-align: center;
    height: 26px;
    margin: 0px 5px 0px 0px;
    border-radius: 180px;
    border: 1px solid #d8d8d8;
    padding: 0px;
}
.notification-list .single-notification + .single-notification {
    border-top: 1px solid #eeeeee;
}
.checkbox-theme {
    padding-left: 0px !important;
    width: 100%;
    float: left;
    position: relative;
}
.checkbox-theme label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    color: #363851;
    padding-left: 30px;
    float: left;
}
.checkbox-theme input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.checkbox-theme label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #717171;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-theme input[type="checkbox"]:checked + label::before {
    content: "";
    background-color: #0a4a88;
    border: 1px solid #0a4a88;
}
.checkbox-theme input[type="checkbox"]:checked + label::after {
    content: "";
    background-image: url(../images/icon/icon-check-white.svg);
    background-size: 12px;
    z-index: 1;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin: 4px;
    border: none;
    position: absolute;
    left: 0px;
    top: 0px;
}
.welcome-page {
    width: 100%;
    float: left;
    position: relative;
    padding: 35px 0px;
}
.welcome-page .welcome-page-title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
}
.welcome-page .welcome-page-title span {
    font-weight: 800;
}
.welcome-page .welcome-page-subtitle {
    color: rgb(255 255 255 / 80%);
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 25px;
}
.footer-actions {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.footer-actions .footer-action-left {
    width: 100%;
    text-align: left;
}
.footer-actions .footer-action-left .btn {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
.footer-actions .footer-action-left .btn img {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 2px 0px;
}
.footer-actions .footer-action-right {
    width: 100%;
    text-align: right;
}
.footer-actions .footer-action-right .btn {
    margin-left: 5px;
    display: inline-block;
}
.star-group {
    display: flex;
    align-items: center;
    width: 100%;
}
.star-group img {
    height: 13px;
    margin: 0px 2px;
    display: inline-block;
    vertical-align: top;
}
.star-group .star-rating {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 600;
}
.star-group.star-group-large img {
    height: 22px;
}
.question-numbering {
    font-size: 13px;
    width: 100%;
    line-height: 20px;
    color: black;
}
.question-numbering strong {
    font-weight: 700;
}
.question-numbers-point {
    width: 100%;
    position: relative;
    text-align: right;
    display: flex;
}
.question-numbers-point .single-question-point {
    width: 10px;
    border: 1px solid #a1a1a1;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 180px;
    background: #fff;
    margin: 2px;
}
.question-numbers-point .single-question-point.correct {
    border: 1px solid #00ac3f;
    background: #00ac3f99;
}
.question-numbers-point .single-question-point.skipped {
    border: 1px solid #0000007a;
    background: #858585;
}
.question-numbers-point .single-question-point.incorrect {
    border: 1px solid #ff0000;
    background: #ff000082;
}
.single-question-with-options {
    padding: 20px 45px !important;
}
.single-question-with-options .single-question-with-options-title {
    width: calc(100% - 80px);
    float: left;
    position: relative;
    font-weight: normal;
    color: #101010;
    font-size: 16px;
    line-height: 22px;
    z-index: 1;
    padding: 15px;
    text-align: center;
    margin: 0px 40px -30px 40px;
    border: 1px solid #c6dbef;
    background: #e5f2ff;
    border-radius: 15px;
    font-weight: 600;
}
.single-question-with-options .single-question-with-options-body {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 20px 20px 20px;
    border: 1px solid #c6dbef;
}
.answer-option-group {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
.answer-option-group .answer-option {
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    float: left;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    flex: calc(50% - 8px);
    margin: 0px;
}
.answer-option-group .answer-option .answer-option-number {
    background: #f3f3f3;
    line-height: 34px;
    width: 36px;
    text-align: center;
    border-radius: 180px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
    min-width: 36px;
}
.answer-option-group .answer-option:hover {
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}
.answer-option-group .answer-option:hover .answer-option-number {
    background: #cdcdcd;
    color: #fff;
    border: 1px solid rgb(155 155 155 / 20%);
}
.answer-option-group .answer-option.correct, .answer-option-group .answer-option.correct:hover {
    background: #bee7cb;
    border: 1px solid #72cd8f;
}
.answer-option-group .answer-option.correct .answer-option-number, .answer-option-group .answer-option.correct:hover .answer-option-number {
    background: #00852a;
    color: #fff;
    border: 1px solid rgb(0 0 0 / 20%);
}
.answer-option-group .answer-option.selected, .answer-option-group .answer-option.selected:hover {
    border: 1px solid #a9e9fc;
    background: #dff7fe;
}
.answer-option-group .answer-option.selected .answer-option-number, .answer-option-group .answer-option.selected:hover .answer-option-number {
    background: #00c5ff;
    color: #fff;
    border: 1px solid rgb(0 0 0 / 20%);
}
.answer-option-group .answer-option.incorrect, .answer-option-group .answer-option.incorrect:hover {
    background: #f4433629;
    border: 1px solid #f443365e;
}
.answer-option-group .answer-option.incorrect .answer-option-number, .answer-option-group .answer-option.incorrect:hover .answer-option-number {
    background: #f44336;
    color: #fff;
    border: 1px solid rgb(0 0 0 / 20%);
}
.finalresult-group {
    border: 1px solid #01a4ef3a;
    border-radius: 15px;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #c5eafc;
}
.finalresult-group:before {
    content: "";
    background: #00000010;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.finalresult-group .color-flyer-fixed {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
}
.finalresult-group .color-flyer-fixed img {
    width: 150%;
    opacity: 1;
    object-fit: cover;
    height: 150%;
    margin-top: -25%;
    filter: brightness(0) invert(1);
}
.finalresult-group .finalresult-left {
    width: 100%;
    position: relative;
    padding: 20px 20px 30px 20px;
}
.finalresult-group .finalresult-title {
    line-height: 32px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #004f94;
    text-transform: capitalize;
}
.finalresult-group .finalresult-subtitle {
    line-height: 28px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #535461;
    margin-bottom: 40px;
}
.finalresult-group .finalresult-test-name {
    width: 100%;
    float: left;
    position: relative;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #085092;
    text-transform: capitalize;
}
.finalresult-group .finalresult-test-points {
    line-height: 20px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #535461;
}
.finalresult-group .finalresult-right {
    position: relative;
    width: 300px;
    text-align: center;
    padding-bottom: 12px;
}
.finalresult-group .finalresult-right img {
    max-width: 150px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.white-box-result {
    border: 1px solid #01a4ef3a;
    border-radius: 15px;
    background: #fff;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding: 15px;
}
.white-box-result .white-box-result-title {
    width: 100%;
    position: relative;
    float: left;
    color: #004f94;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-question-result-group {
    width: 100%;
    position: relative;
    float: left;
}
.single-question-result {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    float: left;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}
.single-question-result .question-title-group {
    display: flex;
    width: 100%;
}
.single-question-result .question-number {
    width: 30px;
    float: left;
    color: gray;
    font-size: 14px;
    max-width: 30px;
    min-width: 30px;
}
.single-question-result .question-title {
    width: 100%;
    float: left;
    color: #494949;
    font-size: 13px;
}
.single-question-result .question-action {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
}
.single-question-result .question-action .view-solution {
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}
.single-question-result .answer-round {
    width: 20px;
    border: 1px solid #a1a1a1;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 180px;
    background: #858585;
    margin: 2px;
    position: relative;
    min-width: 20px;
}
.single-question-result .answer-round img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    padding: 3px;
}
.single-question-result .answer-round.correct {
    border: 1px solid #00ac3f;
    background: #00ac3f99;
}
.single-question-result .answer-round.incorrect {
    border: 1px solid rgb(0 0 0 / 50%);
    background: #d90f0f;
}
.single-question-result .answer-round.notattempt img {
    display: none;
}
.recomdations-group {
    width: 100%;
    position: relative;
    float: left;
}
.recomdations-group p {
    font-size: 14px;
    color: #5a5a5a;
}
.recomdations-group p strong {
    font-weight: 600;
}
.recomdations-group .recomdations-ul {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.recomdations-group .recomdations-ul li {
    font-size: 13px;
    color: #5a5a5a;
    width: 100%;
    position: relative;
    float: left;
    padding-left: 15px;
    margin-bottom: 5px;
    list-style: none;
}
.recomdations-group .recomdations-ul li:before {
    content: "";
    background: #004f94;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 0px;
    border-radius: 180px;
}
.recomdations-group .recomdations-action {
    width: 100%;
    position: relative;
    float: left;
}
.recomdations-group .recomdations-action .btn {
    display: inline-block;
    vertical-align: top;
}
.points-slider-group {
    width: 100%;
    position: relative;
    float: left;
}
.points-slider-group .points-slider {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    margin-bottom: 10px;
}
.points-slider-group .points-slider .points-slider-back {
    width: 100%;
    background: #e9e9e9;
    height: 12px;
    border-radius: 180px;
    position: relative;
    overflow: hidden;
    margin: 4px 0px;
}
.points-slider-group .points-slider .points-slider-back:after {
    content: "";
    border: 1px solid rgb(0 0 0 / 20%);
    position: absolute;
    top: 0px;
    height: 10px;
    width: calc(100% - 2px);
    left: 0px;
    z-index: 6;
    border-radius: 180px;
}
.points-slider-group .points-slider .points-slider-number {
    white-space: nowrap;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    width: 85px;
    text-align: right;
    padding: 0px 0px 0px 10px;
    max-width: 85px;
    min-width: 85px;
}
.points-slider-group .points-slider .points-slider-back .points-slider-percentage {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.points-slider-group .points-slider .points-slider-back .points-slider-divider {
    width: 10%;
    height: 12px;
    float: left;
    border-right: 1px solid rgb(0 0 0 / 20%);
    position: relative;
}
.points-slider-group .points-slider.points-slider-red .points-slider-back .points-slider-percentage {
    background: #d7071a;
}
.points-slider-group .points-slider.points-slider-yellow .points-slider-back .points-slider-percentage {
    background: #fdb225;
}
.points-slider-group .points-slider.points-slider-green .points-slider-back .points-slider-percentage {
    background: #14ac44;
}
.points-slider-number-color {
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
}
.points-slider-number-color .single-point-number-color {
    float: left;
    margin-right: 30px;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: gray;
    min-width: 50px;
}
.points-slider-number-color .single-point-number-color span {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 180px;
    position: relative;
    min-width: 16px;
    margin-right: 5px;
    border: 1px solid #00000069;
}
.points-slider-number-color .single-point-number-color.points-slider-red span {
    background: #d90f0f;
}
.points-slider-number-color .single-point-number-color.points-slider-yellow span {
    background: #ffb300;
}
.points-slider-number-color .single-point-number-color.points-slider-green span {
    background: #00ac3f;
}
.popup-header-group {
    border: 1px solid #01a4ef3a;
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #c5eafc;
}
.popup-header-group:before {
    content: "";
    background: #00000010;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.popup-header-group .color-flyer-fixed {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
}
.popup-header-group .color-flyer-fixed img {
    width: 150%;
    opacity: 1;
    object-fit: cover;
    height: 150%;
    margin-top: -25%;
    filter: brightness(0) invert(1);
}
.popup-header-group .popup-header-left {
    width: 100%;
    position: relative;
    padding: 20px 20px 31px 20px;
    text-align: left;
}
.popup-header-group .popup-header-title {
    line-height: 28px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #004f94;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.popup-header-group .popup-header-subtitle {
    line-height: 22px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #000000a6;
}
.popup-header-group .popup-header-test-name {
    width: 100%;
    float: left;
    position: relative;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #085092;
    text-transform: capitalize;
}
.popup-header-group .popup-header-test-points {
    line-height: 20px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #535461;
}
.popup-header-group .popup-header-right {
    position: relative;
    width: 200px;
    text-align: center;
    padding-bottom: 12px;
    min-width: 200px;
    max-width: 200px;
}
.popup-header-group .popup-header-right img {
    max-width: 150px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.popup-solution-group {
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
}
.popup-solution-group .solution.correct-solution {
    background: #eafdeb;
}
.popup-solution-group .solution.correct-solution h3 {
    color: green;
}
.popup-solution-group .solution {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgb(0 0 0 / 5%);
}
.popup-solution-group .solution .solution-content {
    width: 100%;
    position: relative;
    float: left;
    max-height: 400px;
    overflow-y: auto;
}
.popup-solution-group .solution p {
    margin: 0px;
    line-height: 22px;
    margin-bottom: 5px;
}
.popup-solution-group .solution p strong {
    font-weight: 600;
}
.popup-solution-group h3 {
    width: 100%;
    position: relative;
    float: left;
    color: #004f94;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
}
.solution-collapse-group {
    width: 100%;
    position: relative;
    float: left;
}
.solution-collapse-group .solution-collapse-header {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
}
.solution-collapse-group .solution-collapse-header .show-btn {
    background: #0c5394;
    padding: 0px 8px;
    border-radius: 6px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
}
.solution-collapse-group .solution-collapse-body {
    width: 100%;
    position: relative;
    float: left;
    display: none;
}
.solution-collapse-group.solution-open .solution-collapse-body {
    display: block;
}
.page-body-center {
    width: 100%;
    position: relative;
    float: left;
    padding: 15px 0px;
}
.info-message-group {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
}
.info-message-group .info-message-icon {
    float: left;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
}
.info-message-group .info-message-icon img {
    width: 16px;
    height: 16px;
    position: relative;
}
.info-message-group .info-message-content {
    display: none;
    background: rgb(219 227 237);
    border-radius: 5px;
    width: 100%;
    position: absolute;
    bottom: 28px;
    width: 180px;
    margin-left: -83px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 6px 10px;
    z-index: 1;
    font-weight: normal;
    color: #3f4a55;
}
.info-message-group .info-message-content:before {
    content: "";
    border-top: 8px solid rgb(219 227 237);
    position: absolute;
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.info-message-group:hover .info-message-content {
    display: block;
}
.info-message-group:hover .info-message-icon {
    opacity: 1;
}
.info-message-group.info-message-bottom .info-message-content {
    bottom: initial;
    top: 28px;
}
.info-message-group.info-message-bottom .info-message-content:before {
    transform: rotate(180deg);
    top: initial;
    bottom: 100%;
}
.info-message-group.info-message-right .info-message-content {
    right: -10px;
}
.info-message-group.info-message-right .info-message-content:before {
    left: initial;
    right: 10px;
}
@-webkit-keyframes rotating 
/* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
   }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
   }
}
.theme-section {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #dde4eb;
    box-shadow: 0px 8px 8px #e0eaf3;
}
.theme-section.theme-section-collapse.is-open .theme-section-body {
    max-height: initial;
}
.theme-section.theme-section-collapse.is-open .theme-section-body-collapse {
    padding: 15px 15px;
    width: 100%;
    float: left;
    position: relative;
}
.theme-section.theme-section-collapse .theme-section-body-collapse {
}
.theme-section.theme-section-collapse .theme-section-body {
    padding: 0px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.theme-section .dropdown-collapse {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
}
.theme-section.is-open .dropdown-collapse:before {
    transform: rotate(180deg);
}
.theme-section .dropdown-collapse:before {
    content: "";
    background-image: url(../images/icon/blue-dropdown.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    float: left;
    margin: 7px 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.theme-section .theme-section-header {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0eaf3;
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    min-height: 40px;
}
.theme-section .theme-section-header .section-title-group {
    display: inline-block;
}
.theme-section .theme-section-header .curriculum-checkbox {
    float: left;
    margin: 10px 15px 10px 00px;
}
.theme-section .theme-section-header .theme-section-actions {
    position: relative;
    display: flex;
    align-items: center;
}
.theme-section .theme-section-header .theme-section-actions .ajax-form {
    white-space: nowrap;
}
.theme-section .theme-section-header .theme-section-actions .ajax-form .single-action {
    display: inline-block;
}
.theme-section .theme-section-header .theme-section-actions .fa-action {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
}
.theme-section .theme-section-header .theme-section-actions .fa-action img {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    padding: 4px;
}
.theme-section .theme-section-header .theme-section-actions .single-action {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 8px;
}
.theme-section .theme-section-header .theme-section-actions .single-action .btn {
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
}
.theme-section .theme-section-header .theme-section-actions .single-action .info-message-group .info-message-icon {
    margin: 4px;
}
.theme-section .theme-section-footer {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #e0eaf3;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme-section .theme-section-footer .main-score-top-section {
    margin-bottom: 0px;
}
.theme-section .theme-section-footer .theme-section-footer-left {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.theme-section .theme-section-footer .theme-section-footer-left .btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 8px;
    min-height: 32px;
    min-width: 48px;
    padding: 0px 15px;
    line-height: 30px;
}
.theme-section .theme-section-footer .theme-section-footer-right {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.theme-section .theme-section-footer .theme-section-footer-right p {
    margin: 0px;
}
.theme-section .theme-section-footer .theme-section-footer-right .btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 8px;
}
.theme-section .theme-section-body {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
}
.theme-section .section-title {
    float: left;
    position: relative;
    min-width: 50px;
}
.theme-section .section-title span {
    color: #03498a;
    font-weight: 600;
    font-size: 14px;
    float: left;
    position: relative;
    height: 100%;
    padding: 10px 0px;
    min-width: 50px;
}
.theme-section .section-title span:after {
    content: "";
    background: #01a4ef;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
}
.page-body-double {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    padding-left: 350px;
}
.page-body-double .page-body-left {
    width: 350px;
    padding-right: 15px;
    margin-left: -350px;
}
.page-body-double .page-body-right {
    width: 100%;
    position: relative;
    float: left;
}
.page-body-double .page-body-right .theme-section.theme-section-notes{
       min-height: 100%;
           max-height: 100%;
}
.blue-theme-section {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #dde4eb;
    box-shadow: 0px 8px 8px #e0eaf3;
}
.blue-theme-section .theme-section-header {
    width: 100%;
    float: left;
    position: relative;
    padding: 9px 10px 16px 15px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    background: #e8f4ff;
    border-radius: 7px 7px 0px 0px;
}
.blue-theme-section .theme-section-header:before {
    content: "";
    width: 100%;
    position: absolute;
    background: white;
    border-radius: 50%;
    height: 16px;
    left: 0px;
    bottom: -8px;
}
.blue-theme-section .theme-section-header .theme-section-actions {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.blue-theme-section .theme-section-header .theme-section-actions .ajax-form {
    white-space: nowrap;
}
.blue-theme-section .theme-section-header .theme-section-actions .ajax-form .single-action {
    display: inline-block;
}
.blue-theme-section .theme-section-header .theme-section-actions .fa-action {
    position: relative;
    margin: 11px 0px;
    margin-left: 10px;
}
.blue-theme-section .theme-section-header .theme-section-actions .fa-action img {
    width: 16px;
    height: 16px;
    position: relative;
    float: left;
}
.blue-theme-section .theme-section-header .theme-section-actions .single-action {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 8px;
}
.blue-theme-section .theme-section-header .theme-section-actions .single-action .btn {
    padding: 4px 12px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.blue-theme-section .theme-section-body {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 15px 15px 15px;
    display: flex;
    flex-direction: column;
}
.blue-theme-section.blue-theme-section-leftpanel .theme-section-body {
    padding: 15px 15px;
}
.blue-theme-section.blue-theme-section-leftpanel .topic-title {
    display: inline-block;
    padding-right: 13px;
}
.blue-theme-section .section-title {
    color: #03498a;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    float: left;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.blue-theme-section .section-title .section-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-theme-section .section-title .section-icon img {
    width: 25px;
    height: auto;
}
.learning-practice-group {
    width: 100%;
    position: relative;
    float: left;
}
.learning-practice-single {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    padding: 7px;
}
.learning-practice-single:hover {
    background: #f3f9ff;
}
.learning-practice-single + .learning-practice-single:before {
    content: "";
    width: 100%;
    position: absolute;
    border-top: 1px dashed #dddddd;
    top: 0px;
    left: 0px;
}
.learning-practice-single .topic-title {
    width: 100%;
    position: relative;
    float: left;
    padding-right: 20px;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    display: flex;
}
.learning-practice-single .topic-subtitle {
    width: auto;
    position: relative;
    float: left;
    font-weight: normal;
    font-size: 11px;
    color: gray;
    line-height: 20px;
    font-style: italic;
    white-space: nowrap;
}
.learning-practice-single .topic-title a {
    width: 100%;
    position: relative;
    float: left;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    padding-right: 10px;
}
.learning-practice-single .topic-title a:hover {
    color: #0a4a88;
}
.learning-practice-single .topic-action {
    width: 20px;
    height: 20px;
    position: relative;
}
.learning-practice-single .topic-action .single-action {
    width: 20px;
    height: 20px;
    position: relative;
}
.learning-practice-single .topic-action .single-action img {
    width: 20px;
    height: 20px;
    position: relative;
    padding: 3px;
}
.attachments-group {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
}
.attachments-group .attachments-group-title {
    color: black;
    font-weight: normal;
    font-size: 12px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
.attachments-group .attachments-group-content {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
}
.attachments-group .attachments-group-content .image-upload-full-group {
    max-width: 65px;
    height: 65px;
    margin: 0px;
    min-width: 65px;
}
.attachments-group .attachments-group-content .media-library-group {
    margin-left: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 80px;
    white-space: nowrap;
}
.attachments-group .image-upload-group {
    width: 65px;
    height: 65px;
    margin: 0px;
    min-width: 65px;
    margin-right: 10px;
}
.attachments-group .image-upload-group .image-upload-photo {
    width: 65px;
    height: 65px;
}
.attachments-group .image-upload-group .image-upload-btn {
    width: 65px;
    height: 65px;
}
.attachments-group .media-library-single {
    padding: 0px;
    width: auto;
    height: 65px;
    margin-right: 8px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.attachments-group .media-library-single .media-removed {
    top: 8px;
    right: 8px;
}
.attachments-group .media-library-single .media-library-content .media-library-image img {
    padding: 0px;
}
.attachments-group .media-library-single .media-library-content {
    display: flex;
    padding: 4px;
    align-items: center;
}
.attachments-group .media-library-single .media-library-content .media-library-image {
    position: relative;
    min-width: 55px;
    width: 55px;
}
.attachments-group .media-library-single .media-library-content .media-library-name {
    display: block;
    position: relative;
    max-width: 100px;
    white-space: normal;
    text-align: left;
    padding: 3px 10px;
    overflow: hidden;
    max-height: 55px;
}
.attachments-group .media-library-single:hover .media-library-content .media-library-name {
    display: block;
}
.media-library-group {
    width: 100%;
    float: left;
    position: relative;
}
.media-library-group .media-library-row {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.media-library-single {
    float: left;
    position: relative;
    width: 120px;
    padding: 8px;
    height: 120px;
}
.media-library-single .checkbox-new {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.media-library-single:hover .media-removed {
    display: block;
}
.media-library-single .media-removed {
    display: none;
    position: absolute;
    top: 0px;
    border: 1px solid #ebebeb;
    right: 0px;
    z-index: 1;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 180px;
    cursor: pointer;
}
.media-library-single .media-removed:hover {
    border: 1px solid #dc3545;
}
.media-library-single .media-removed img {
    display: block;
    width: 24px;
    height: 24px;
    padding: 5px;
}
.media-library-single:hover .table-dropdown-actions {
    display: block;
}
.media-library-single .table-dropdown-actions {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    display: none;
}
.media-library-single .table-dropdown-actions .table-dropdown-content .table-dropdown-list .single-line {
    line-height: 34px;
    padding: 0px 10px;
    font-size: 12px;
}
.media-library-single .table-dropdown-actions .table-dropdown-content {
    max-width: 100px;
    width: 100%;
    min-width: 100px;
}
.media-library-single .table-dropdown-actions .table-dropdown-toggler {
    background: rgb(255 255 255 / 90%);
    width: 26px;
    height: 26px;
}
.media-library-single .table-dropdown-actions .table-dropdown-toggler img {
    width: 100%;
    float: left;
    position: relative;
    padding: 7px;
}
.media-library-single .media-library-content {
    background: white;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer;
    height: 100% !important;
    box-shadow: none !important;
}
.media-library-single:hover .media-library-content:hover {
    border: 1px solid #01a4ef;
}
.media-library-single .media-library-content .media-library-image {
    width: 100%;
    float: left;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 6px;
    overflow: hidden;
}
.media-library-single .media-library-content .media-library-image img {
    width: 100%;
    float: left;
    position: relative;
    object-fit: cover;
    height: 100%;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 6px;
    padding: 6px;
    border: none !important;
}
.media-library-single .media-library-content .media-library-name {
    position: absolute;
    bottom: 0px;
    background: rgb(255 255 255 / 80%);
    color: #000;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    height: auto;
    padding: 5px 10px;
    max-height: 64px;
    width: 100%;
    display: none;
    box-shadow: none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.media-library-single:hover .media-library-content .media-library-name {
    display: block;
}
.modal-media-body {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    min-height: 500px;
}
.modal-media-body .modal-media-body-left {
    width: 100%;
    float: left;
    position: relative;
    padding: 00px 20px 00px 00px;
}
.modal-media-body .modal-media-body-right {
    background: #f9fdff;
    width: 250px;
    float: left;
    position: relative;
    padding: 15px;
    border-bottom: 0;
    border: 1px solid #efefef;
    right: 0px;
    top: 0px;
    overflow-y: auto;
    max-width: 250px;
    min-width: 250px;
    border-radius: 10px;
    height: 100%;
}
.modal-media-body .modal-media-image {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.modal-media-body .modal-media-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.modal-media-body .media-info {
    width: 100%;
    float: left;
    position: relative;
}
.modal-media-body .media-info .media-info-single {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 12px;
}
.modal-media-body .media-info .media-info-single .media-info-label {
    float: left;
    position: relative;
    font-weight: 600;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    color: #082543;
}
.modal-media-body .media-info .media-info-single .media-info-value {
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
}
.modal-media-body .media-edit {
    width: 100%;
    float: left;
    position: relative;
}
.modal-media-body .media-actions {
    width: 100%;
    float: left;
    position: relative;
}
.modal-media-body .media-actions .media-action {
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 22px;
}
.modal-media-body .media-actions .media-action + .media-action {
    padding-left: 15px;
}
.modal-media-body .media-actions .media-action + .media-action:before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 5px;
    background: #b9b9b9;
}
.modal-media-body .mytutor-form .form-group .form-control {
    height: 36px;
    border-radius: 6px;
}
.modal-media-body .mytutor-form .form-group .form-label {
    font-size: 13px;
}
.hint-group {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}
.hint-group .hint-icon {
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 6px;
}
.hint-group .hint-icon img {
    width: 40px;
    height: 40px;
    position: relative;
}
.hint-group .hint-list {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    margin-top: 10px;
}
.hint-group .hint-list .hint-single {
    background: #e5f6fe;
    float: left;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #0086c530;
    text-align: left;
    font-size: 11px;
    padding: 1px 9px;
    margin-right: 6px;
    color: #000;
}
.hint-group .hint-list .hint-single.completed {
    text-decoration: line-through;
    opacity: 0.6;
    cursor: no-drop;
}
.meratutor-form {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px;
}
.meratutor-form .meratutor-form-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    color: #2d4245;
}
.meratutor-form .form-group.form-group-feedback .form-group-icon {
    display: none;
}
.meratutor-form .form-group.form-group-feedback.is-open .form-group-icon {
    display: block;
}
.meratutor-form .form-group.form-group-feedback .form-label.feedback-more {
    margin: 0px;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}
.meratutor-form .form-group.form-group-feedback .form-label.feedback-more:before {
    content: "";
    background-image: url(../images/icon/blue-dropdown.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    float: left;
    margin: 8px 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0px;
    left: 0px;
}
.meratutor-form .form-group.form-group-feedback.is-open .form-label.feedback-more:before {
    transform: rotate(180deg);
}
.meratutor-form .form-group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}
.meratutor-form .form-group .response-error, .meratutor-form .form-group .response-error-message {
    position: absolute;
    top: 100%;
    left: 0px;
    padding-top: 4px;
    font-size: smaller;
    color: red;
}
.meratutor-form .form-group .row-width .response-error {
    padding-right: 10px;
    padding-left: 10px;
}
.meratutor-form .form-group .input-group-double {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
}
.meratutor-form .form-group .input-group-double .form-control + .form-control {
    margin-left: 15px;
}
.meratutor-form .form-group .label-value {
    background: #f1f1f1;
    border: 1px solid #ffffff;
    border-radius: 8px;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    cursor: no-drop;
    min-height: 44px;
}
.meratutor-form .form-group .label-value:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    cursor: no-drop;
    z-index: 1;
}
.meratutor-form .form-group .error-message-new {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    margin-bottom: -16px;
    width: 100%;
    text-align: left;
    color: red;
}
.meratutor-form .form-group .form-group-title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #0a4a88 !important;
    border-bottom: 1px dashed #bbbbbb;
    margin-bottom: 10px;
}
.meratutor-form .form-group.form-group-disabled:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
    cursor: no-drop;
}
.meratutor-form .form-group .checkbox-new {
    margin: 15px 0px 0px 0px;
}
.meratutor-form .form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.meratutor-form .form-group .form-label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #5d5d5d;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px;
}
.meratutor-form .form-group .form-label .required-icon {
    color: red;
}
.meratutor-form .form-group .form-group-icon {
    width: 100%;
    float: left;
    position: relative;
}
.meratutor-form .form-group .form-group-icon .form-control {
    padding: 0px 40px 0px 10px;
}
.meratutor-form .form-group .form-group-icon .form-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    margin: 14px;
}
.meratutor-form .form-group .form-control {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    width: 100%;
    float: left;
    position: relative;
    height: 44px;
    padding: 0px 10px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}
.meratutor-form.meratutor-form-small .form-group .form-control {
    height: 34px;
    padding: 0px 30px 0px 10px;
}
.meratutor-form.meratutor-form-small .form-group .form-label {
    font-size: 13px;
}
.meratutor-form .form-group .form-control + .form-control {
    margin-top: 10px;
}
.meratutor-form .form-group .form-control:focus, .meratutor-form .form-group .form-control:hover {
    border: 1px solid #01a4ef;
}
.meratutor-form .form-group .form-control:disabled {
    background-color: #e7e7e7 !important;
    border: 1px solid #e7e7e7 !important;
    cursor: no-drop;
}
.meratutor-form .form-group .form-control-icon {
    width: 100%;
    float: left;
    position: relative;
}
.meratutor-form .form-group .form-control-icon .form-control {
    padding-right: 44px;
}
.meratutor-form .form-group .form-control-icon .right-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 13px;
}
.meratutor-form .form-group select.form-control {
    background-image: url("../images/icon/dropdown-arrow.svg");
    -webkit-appearance: none;
    background-position: center right 15px;
    background-repeat: no-repeat;
}
.meratutor-form .form-group textarea.form-control {
    min-height: 100px;
    text-align: left;
    padding: 10px 10px !important;
}
.meratutor-form .form-input-btn {
    width: 100%;
    float: left;
    position: relative;
}
.meratutor-form .form-input-btn .form-control {
    padding-right: 120px;
}
.meratutor-form .form-input-btn .btn {
    height: 32px;
    line-height: 30px;
    min-width: 100px;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    right: 6px;
    top: 6px;
}
.ajax-form {
    position: relative;
    top: initial;
    left: initial;
    height: initial;
}
.full-screen-dashboard {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    float: left;
}
.full-screen-dashboard span {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    margin: 5px;
}
.full-screen-dashboard span:before {
    content: "";
    background-image: url(../images/icon/icon-fullscreen.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    float: left;
}
.full-screen-btn {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    float: left;
}
.full-screen-btn span {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    margin: 5px;
}
.full-screen-btn span:before {
    content: "";
    background-image: url(../images/icon/icon-fullscreen.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    float: left;
}
body.fullscreen-active .full-screen-btn span:before {
    background-image: url(../images/icon/icon-fullscreen-exit.svg);
}
.page-body.theme-section-fixed .theme-section.theme-section-question {
    position: fixed;
    top: 0px;
    left: 0px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}
.page-body.theme-section-fixed .theme-section.theme-section-question .single-question-with-options {
    height: 100%;
}
.page-body.theme-section-fixed:before {
    content: "";
    position: fixed;
    top: 0px;
    background: rgb(0 0 0 / 60%);
    height: 100%;
    width: 100%;
    left: 0px;
}
.page-body.theme-section-fixed .theme-section.theme-section-question .theme-section-body {
    overflow-y: auto;
}
body.fullscreen-active {
    background: transparent;
}
body.fullscreen-active .header-theme, body.fullscreen-active .subject-page-header, body.fullscreen-active .page-body-double .page-body-left, body.fullscreen-active .footer-theme {
    z-index: -1;
}
.round-timer .base-timer {
    position: relative;
    width: 50px;
    height: 50px;
}
.round-timer .base-timer__svg {
    transform: scaleX(-1);
}
.round-timer .base-timer__circle {
    fill: none;
    stroke: none;
}
.round-timer .base-timer__path-elapsed {
    stroke-width: 10px;
    stroke: #c8d7e7;
}
.round-timer .base-timer__path-remaining {
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}
.round-timer .base-timer__path-remaining.green {
    color: #1bb5e7;
}
.round-timer .base-timer__path-remaining.orange {
    color: orange;
}
.round-timer .base-timer__path-remaining.red {
    color: red;
}
.round-timer .base-timer__label {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}
.question-timer-group {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
    justify-content: flex-end;
}
.question-timer-group .question-timer {
    width: 100%;
    text-align: right;
    padding-right: 11px;
}
.question-timer-group .question-timer .question-timer-title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #104b86;
    min-width: 140px;
}
.question-timer-group .question-timer .question-timer-title span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.question-timer-group .question-timer .question-timer-subtitle {
    width: 100%;
    float: left;
    position: relative;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    color: gray;
    line-height: 20px;
    font-style: italic;
}
.question-timer-group .question-timer .question-timer-subtitle strong {
    font-weight: 600;
}
.concept-after span:after {
    content: "";
    background: #01a4ef;
    height: 1px;
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
}
.remove-margin-normal {
    margin: 0;
}
.topic-detail-remove-padding img {
    padding-top: 5px;
}
.topic-action.attachment-file-back {
    background: #fff;
    border: 1px solid #dcdcdc;
    height: 26px;
    width: 26px;
    border-radius: 4px;
    padding: 0px;
}
.topic-action.attachment-file-back .single-action {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
}
.topic-action.attachment-file-back .single-action img {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
    padding: 5px;
}
.skill-level-change-group {
    width: 100%;
    float: left;
    position: relative;
}
.skill-level-single {
    padding: 6px 0px;
    width: 100%;
    float: left;
    position: relative;
    display: flex;
}
.skill-level-single + .skill-level-single {
    border-top: 1px dashed #d5d5d5;
}
.skill-level-single .skill-level-title {
    font-weight: normal;
    line-height: 19px;
    font-size: 13px;
    color: #000;
    width: 100%;
    float: left;
    position: relative;
    padding-right: 15px;
}
.skill-level-single .skill-level-change {
    width: 78px;
    display: flex;
    position: relative;
    height: 26px;
}
.skill-level-single .skill-level-change .common-score {
}
.skill-level-single .skill-level-change .common-score-effect {
    width: 26px;
    min-width: 26px;
    position: relative;
    height: 26px;
}
.skill-level-single .skill-level-change .common-score-effect img {
    width: 26px;
    min-width: 26px;
    padding: 7px;
    height: 26px;
}
.finalresult-header {
    border: 1px solid #01a4ef3a;
    border-radius: 15px;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: #c5eafc;
    background: linear-gradient(321deg, #084f90 0%, #003a73 100%) 0% 0% no-repeat padding-box;
}
.finalresult-header:before {
    content: "";
    background: #fabd2f;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0px;
    z-index: 1;
}
.finalresult-header .color-flyer-fixed {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
}
.finalresult-header .color-flyer-fixed img {
    width: 150%;
    object-fit: cover;
    height: 150%;
    margin-top: -25%;
    filter: brightness(0) invert(1);
    opacity: 0.1;
}
.finalresult-header .finalresult-left {
    width: 100%;
    position: relative;
    padding: 20px 20px 30px 20px;
}
.finalresult-header .finalresult-title {
    line-height: 36px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.finalresult-header .finalresult-subtitle {
    line-height: 22px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff85;
    margin-bottom: 20px;
}
.finalresult-header .finalresult-test-name {
    width: 100%;
    float: left;
    position: relative;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #085092;
    text-transform: capitalize;
}
.finalresult-header .finalresult-test-points {
    line-height: 20px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff94;
    margin-top: 20px;
}
.finalresult-header .finalresult-right {
    position: relative;
    width: 300px;
    text-align: center;
    padding-bottom: 12px;
}
.finalresult-header .finalresult-right img {
    max-width: 150px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.level-details {
    width: 100%;
    float: left;
    position: relative;
    max-width: 400px;
}
.level-details .single-level {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
}
.level-details .single-level .single-level-left {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    width: auto;
    white-space: nowrap;
    min-width: 50px;
}
.level-details .single-level .single-level-center {
    width: 100%;
    position: relative;
    padding: 0px 10px;
}
.level-details .single-level .single-level-center:after {
    content: "";
    border-top: 1px dashed #ffffff30;
    position: absolute;
    width: calc(100% - 20px);
    top: 50%;
    left: 10px;
}
.level-details .single-level .single-level-right {
    color: #fff;
    font-weight: 600;
    width: auto;
    white-space: nowrap;
    min-width: 50px;
}
.welcome-header {
    border: 1px solid #01a4ef3a;
    border-radius: 15px;
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(321deg, #084f90 0%, #003a73 100%) 0% 0% no-repeat padding-box;
    min-height: 100%;
    min-height: 400px;
}
.welcome-header:before {
    content: "";
    background: #fabd2f;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0px;
    z-index: 1;
}
.welcome-header .color-flyer-fixed {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
}
.welcome-header .color-flyer-fixed img {
    width: 150%;
    object-fit: cover;
    height: 150%;
    margin-top: -25%;
    filter: brightness(0) invert(1);
    opacity: 0.1;
}
.welcome-header .welcome-center {
    width: 100%;
    position: relative;
    padding: 80px 20px 80px 20px;
    text-align: center;
}
.welcome-header .welcome-center-title {
    line-height: 48px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin: 10px 0px;
}
.welcome-header .welcome-center-subtitle {
    line-height: 28px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff85;
    margin: 10px 0px;
}
.welcome-header .welcome-center-questions {
    line-height: 22px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    margin: 10px 0px;
}
.welcome-header .welcome-center-questions .btn {
    position: relative;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}
.welcome-header .welcome-center-questions .btn .fa-spin {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.welcome-header .welcome-right {
    position: relative;
    width: 300px;
    text-align: center;
    padding-bottom: 12px;
}
.welcome-header .welcome-right img {
    max-width: 150px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.nodata-display.nodata-display-small .nodata-image img {
    max-width: 100px;
    max-height: 100px;
}
.nodata-display.nodata-display-small .nodata-title{
    font-size: 16px;
    line-height: 24px;
}
.nodata-display {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 60px 0px;
}
.nodata-display .nodata-image {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}
.nodata-display .nodata-image img {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    max-height: 200px;
}
.nodata-display .nodata-title {
    line-height: 30px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #004f94;
    margin-bottom: 10px;
}
.nodata-display .nodata-subtitle {
    width: 100%;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: gray;
    margin-bottom: 16px;
}
.nodata-display .nodata-actions {
    width: 100%;
    float: left;
    position: relative;
}
.nodata-display .nodata-actions .btn {
    display: inline-block;
    vertical-align: top;
}

.refresh-icon {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    float: left;
}
.refresh-icon img {
    width: 24px;
    height: 24px;
    padding: 4px;
    float: left;
}
.radio-theme-group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
}
.radio-theme-group .radio-theme {
    float: left;
    list-style: none;
    margin-right: 30px;
}
.btn .fa-spin {
    width: 16px;
    height: 16px;
    position: relative;
    float: left;
}
.feedback-quick-options {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.feedback-quick-options .aiassist-feedback-btn {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    position: relative;
}
.feedback-quick-options .aiassist-feedback-btn a {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    cursor: pointer;
}
.feedback-quick-options .aiassist-feedback-btn a img {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    filter: grayscale(1);
    cursor: pointer;
}
.feedback-quick-options .aiassist-feedback-btn:hover a img, .feedback-quick-options .aiassist-feedback-btn.active a img {
    filter: initial;
}
.feedback-quick-options.feedback-quick-options-small {
    display: inline-flex;
    column-gap: 5px;
    width: auto;
    vertical-align: top;
    float: none;
}
.feedback-quick-options.feedback-quick-options-small .aiassist-feedback-btn {
    margin: 0px;
}
.feedback-quick-options.feedback-quick-options-small .aiassist-feedback-btn a {
    width: 20px;
    height: 20px;
}
.feedback-quick-options.feedback-quick-options-small .aiassist-feedback-btn a img {
    width: 20px;
    height: 20px;
}
.subject-page-header .subject-header .feedback-quick-options.feedback-quick-options-small {
    margin: 4px;
}
.subject-page-header .subject-header .feedback-quick-options.feedback-quick-options-small .aiassist-feedback-btn a {
    width: 24px;
    height: 24px;
}
.subject-page-header .subject-header .feedback-quick-options.feedback-quick-options-small .aiassist-feedback-btn a img {
    width: 24px;
    height: 24px;
}
app-star-group {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.single-published {
    background: #01b300;
    border-radius: 4px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
.single-published .single-published-image {
    width: 20px;
    min-width: 20px;
    height: 20px;
    float: left;
}
.single-published .single-published-image img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    padding: 4px;
    filter: brightness(0) invert(1);
}
.single-unpublished {
    background: #cfcfcf;
    border-radius: 4px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
.single-unpublished .single-unpublished-image {
    width: 20px;
    min-width: 20px;
    height: 20px;
    float: left;
}
.single-unpublished .single-unpublished-image img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    padding: 4px;
    filter: grayscale(1);
}
.theme-filter {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
.theme-filter .theme-filter-title {
    vertical-align: top;
    color: #323232;
    font-size: 13px;
    padding-right: 7px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.theme-filter .theme-filter-title .form-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    position: relative;
}
.theme-filter .form-group {
    display: inline-block;
    vertical-align: top;
}
.theme-filter .form-group .form-control {
    background: #fff;
    border: 1px solid #e0eaf3;
    border-radius: 6px;
    width: 100%;
    float: left;
    position: relative;
    height: 24px;
    padding: 0px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    min-width: 140px;
}
.theme-search .form-group .form-control:focus, .theme-search .form-group .form-control:hover, .theme-filter .form-group .form-control:focus, .theme-filter .form-group .form-control:hover {
    border: 1px solid #01a4ef;
}
.theme-filter .form-group select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 32px;
}
.theme-filter .form-group select.form-control {
    background-image: url(../images/icon/dropdown-arrow.svg);
    -webkit-appearance: none;
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.theme-filter .theme-filter-actions {
    margin-right: 0px;
    max-width: initial;
    margin-top: 0px;
    width: auto;
    white-space: nowrap;
}
.theme-filter .theme-filter-actions .btn {
    border-radius: 6px;
    margin: 0px 5px 0px 0px !important;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 34px;
    padding: 0px 25px;
}
.ui-helper-hidden-accessible {
    display: none;
}
.certificate-popup-image {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0eaf3;
}
.certificate-popup-image img {
    width: 100%;
    float: left;
    position: relative;
}
.certificate-popup-image .object-pdf, .certificate-popup-image .object-nocertificate {
    width: 100%;
    float: left;
    min-height: 400px;
}
.single-white-chartjs.full-screen-active {
    position: fixed;
    top: 0px;
    left: 0px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 15px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}
.single-white-chartjs.full-screen-active .full-screen-dashboard span:before {
    background-image: url(../images/icon/icon-fullscreen-exit.svg);
}
.single-white-chartjs.full-screen-active .chart-body, .single-white-chartjs.full-screen-active .chart-spenthours-group .app-chart-canvas, .single-white-chartjs.full-screen-active .chart-spenthours-group .chart-canvas, .single-white-chartjs.full-screen-active .chart-spenthours-group, .single-white-chartjs.full-screen-active .chart-canvas canvas {
    height: 100% !important;
}
.single-white-chartjs .chart-spenthours-group .app-chart-canvas, .single-white-chartjs .chart-spenthours-group .chart-canvas, .single-white-chartjs .chart-spenthours-group, .single-white-chartjs .chart-canvas canvas {
    height: 200px !important;
}
.page-body.dashboard-section-fixed:before {
    content: "";
    position: fixed;
    top: 0px;
    background: rgb(0 0 0 / 60%);
    height: 100%;
    width: 100%;
    left: 0px;
}
.page-body.dashboard-section-fixed .page-body-header, .page-body.dashboard-section-fixed .header-theme {
    z-index: -1;
}
.empty-table-content{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}
.empty-table-content .empty-table-img{
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.empty-table-content .empty-table-img img{
    max-width: 100%;
    max-height: 100%;
    padding: 25px;
}
.empty-table-content .empty-table-title{
    line-height: 28px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #03498a;
    text-align: center;
}
.empty-table-content .empty-table-subtitle{
    line-height: 28px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: gray;
}
.empty-table-content .empty-table-btn{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.empty-table-content .empty-table-btn .btn{
    display: inline-block;
    vertical-align: top;
}




.theme-loader-part{
text-align: center;
float: none;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}


.theme-loader-part .pl {
   display: block;
   width: 50px;
   height: 50px;
}
.theme-loader-part .pl__ring,  .theme-loader-part .pl__ball {
   animation: ring 2s ease-out infinite;
}
.theme-loader-part .pl__ball {
   animation-name: ball;
}



/* Animation */
@keyframes ring {
   from {
       stroke-dasharray: 0 257 0 0 1 0 0 258;
   }
   25% {
       stroke-dasharray: 0 0 0 0 257 0 258 0;
   }
   50%, to {
       stroke-dasharray: 0 0 0 0 0 515 0 0;
   }
}
@keyframes ball {
   from, 50% {
       animation-timing-function: ease-in;
       stroke-dashoffset: 1;
   }
   64% {
       animation-timing-function: ease-in;
       stroke-dashoffset: -109;
   }
   78% {
       animation-timing-function: ease-in;
       stroke-dashoffset: -145;
   }
   92% {
       animation-timing-function: ease-in;
       stroke-dashoffset: -157;
   }
   57%, 71%, 85%, 99%, to {
       animation-timing-function: ease-out;
       stroke-dashoffset: -163;
   }
}




.theme-loader-group.theme-loader-active{
        background: rgb(255 255 255 / 50%);
   height: 100%;
   z-index: 111111;
   position: fixed;
}

.theme-loader-group {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 100%;
}
.theme-loader-group .theme-loader {
    text-align: center;
    float: left;
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.theme-loader-group .theme-loader .theme-loader-image {
    width: 140px;
    height: 140px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.theme-loader-group .theme-loader .theme-loader-image .theme-loader-image-single {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.theme-loader-group .theme-loader .theme-loader-image .theme-loader-image-single img {
    width: 100%;
    height: 100%;
}
.theme-loader-group .theme-loader .theme-loader-image .theme-loader-image-single.image1 img {
    animation: image1 3s infinite;
}
.theme-loader-group .theme-loader .theme-loader-image .theme-loader-image-single.image3 img {
    animation: image3 3s infinite;
}
.theme-loader-group .theme-loader .theme-loader-image .theme-loader-image-single.image2 img {
    animation: image2 3s infinite;
}
@keyframes image1 {
    0% {
        opacity: 0;
        padding: 30px;
   }
    33% {
        opacity: 1;
        padding: 0px;
   }
    100% {
        opacity: 1;
        padding: 0px;
   }
}
@keyframes image2 {
    0% {
        opacity: 0;
   }
    33% {
        opacity: 0;
   }
    34% {
        opacity: 1;
        transform: rotate(-45deg);
   }
    66% {
        opacity: 1;
        transform: rotate(0deg);
   }
    100% {
        opacity: 1;
        transform: rotate(0deg);
   }
}
@keyframes image3 {
    0% {
        opacity: 0;
        padding: 100px;
   }
    66% {
        opacity: 0;
        padding: 100px;
   }
    67% {
        opacity: 0;
        padding: 0px;
   }
    100% {
        opacity: 1;
        padding: 0px;
   }
}
.theme-loader-group .theme-loader .theme-loader-message {
    font-size: 15px;
    color: #272727;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 500;
    min-height: 20px;
}
.theme-loader-group .theme-loader .loader-cancel-button {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.theme-loader-group.theme-data-loading {
    background: rgb(255 255 255 / 50%);
    height: 100%;
    z-index: 111111;
    position: fixed;
}