body {
    background-color: #F4F6FA;
}

.card.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.pagination {
    cursor: pointer;
    flex-wrap: wrap;
}


.widget-summary .summary-icon {
    color: #4285F4 !important;
}

html .bg-quaternary, html .background-color-quaternary {
    background-color: #E3EDFF !important;
}

.notifications > li .notification-icon, .widget-profile-info .atpl-profile-picture img, .userbox .profile-picture img {
    border-radius: 8px !important;
}

.form-control:focus {
    border-color: #528ff5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F4F6FA;
}

.tooltip .arrow {
    background: none;
}

.inner-toolbar .nav-pills > li {
    cursor: pointer;
}

.nav-pills-primary > li.active > a:hover, .nav-pills-primary > li.active > a:active, .nav-pills-primary > li.active > a:focus {
    background-color: #2270f2;
}

.solve-page .inner-toolbar.clearfix {
    overflow: visible;
}

.solve-page .inner-toolbar > ul > li {
    display: block;
}

.solve-page .dropdown-menu {
    background-color: #1D2127;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

    .solve-page .dropdown-menu .dropdown-item {
        color: #fff;
        width: calc(100% - 20px);
        margin-left: 10px;
        border-radius: 0.25rem;
        font-size: 13px;
        padding-left: 15px;
    }

        .solve-page .dropdown-menu .dropdown-item:hover {
            background-color: #4285F4;
        }

.thumbnail.stats-thumbnail .mg-cover {
    min-height: 150px;
}

.thumbnail.stats-thumbnail .thumb-preview .mg-thumb-options {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.thumbnail.stats-thumbnail .mg-title {
    font-size: 1.3rem !important
}

.thumbnail.stats-thumbnail h6.mg-title {
    font-size: 0.9rem !important
}

.cbt-perf-charts {
    position: relative;
    height: 200px;
    width: 100%;
}

#chartScores, #chartReactions {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.sellseperateswtichwrapper label {
    padding-top: 12px;
    margin-left: 0.5rem !important;
    font-size: 1.25rem !important;
    color: #4285F4;
    font-weight: bold;
}

    .sellseperateswtichwrapper label.custom-control-label:first-child {
        left: -4.75rem;
    }

        .sellseperateswtichwrapper label.custom-control-label:first-child:before, .sellseperateswtichwrapper label.custom-control-label:first-child:after {
            display: none;
        }

.custom-control-lg .custom-control-label::before {
    left: -4.5rem;
    width: 60px;
    height: 38px;
    border-radius: 20px;
}

.custom-control-lg .custom-control-label::after {
    top: 8px;
    left: -68px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.custom-switch.custom-control-lg .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4285F4;
    background-color: #4285F4;
}

.custom-switch.custom-control-lg .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(22);
    transform: translateX(22px);
}

#components-reconnect-modal {
    z-index: 10000 !important;
    background-color: #4285F4 !important;
}

    #components-reconnect-modal h5 {
        margin-top: 45vh !important;
        font-weight: bold !important;
        color: #fff !important;
        line-height: 30px;
    }

        #components-reconnect-modal h5 a {
            text-transform: uppercase !important;
            border: 1px solid !important;
            background-color: #fff !important;
            padding: 5px 10px !important;
            border-radius: 5px !important;
        }

    #components-reconnect-modal button {
        margin: 20px auto !important;
        margin-top: 50px !important;
        background-color: #4285F4 !important;
        color: #fff !important;
        font-size: 24px !important;
        padding: 10px !important;
        border: 5px solid #fff !important;
        text-transform: uppercase !important;
        border-radius: 5px !important;
    }

#Recaptcha > div {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.link-primary {
    color: #4285F4;
    cursor: pointer;
    text-decoration: none !important;
}

    .link-primary:hover {
        text-decoration: underline !important;
    }

.vertical-radio label:before {
    left: calc(50% - 9px);
}

.vertical-radio input[type="radio"]:checked + label:after {
    left: calc( 50% - 5px);
}

.widget-twitter-profile .profile-quote {
    border-radius: 5px;
}

.modal-block .card-action-dismiss {
    color: #fff !important;
}

    .modal-block .card-action-dismiss:hover {
        color: #333 !important;
    }

.card-header.has-actions > .card-title {
    margin-right: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.swal2-container {
    background-color: rgba(0, 0, 0, 0.80);
}

.checkbox-custom label {
    cursor: default;
}

.scrollable .scrollable-content {
    padding: 0 17px 0 0;
}

.widget-profile-info .atpl-profile-picture img {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #4285F4;
    margin: 0 auto;
}

.widget-profile-info .btn-file {
    margin-left: 0;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.mw-150px {
    max-width: 150px !important;
}

.mw-175px {
    max-width: 175px !important;
}

.mw-200px {
    max-width: 200px !important;
}

.widget-user-info .widget-user-info-body sup {
    font-size: 65%;
    font-weight: 400;
}

.faq-list h2:first-child {
    margin-top: 0;
}

.faq-list .card-header {
    border-radius: 5px !important;
    border-left: 4px #4285F4 solid;
    cursor: pointer;
}

.faq-list .active .card-header {
    border-radius: 5px 5px 0 0 !important;
}


.faq-list .card-header i {
    transition: 0.5s ease;
}

.faq-list .active .card-header i {
    transform: rotate(90deg);
    transition: 0.5s ease;
}

.faq-list .toggle-content {
    padding: 0;
}

    .faq-list .toggle-content .card-body {
        border-radius: 0 0 5px 5px !important;
    }

.worst-accuracy {
    display: inline;
    width: 50px;
    margin: 0 !important;
    padding: 0 !important;
}


@media (hover: none) and (pointer: coarse) {
    .sidebar-left .nano.hovered {
        overflow-y: scroll !important;
    }
}

a: not([href]):not([tabindex]) {
    cursor: pointer;
}

.badge {
    letter-spacing: 0;
    margin-top: 3px;
    font-size: 10px;
    vertical-align: top;
}

html.dark .card-actions a:hover {
    color: #ccc !important;
}

.dark .widget-user-info .widget-user-info-header {
    background: #222;
}

    .dark .widget-user-info .widget-user-info-header h2 {
        color: #ccc !important;
    }

.dark .payments .button {
    background: #2e353e;
}

    .dark .payments .button:hover {
        background: #222;
    }

.dark .notification-icon {
    background: #282d36;
}

.dark .answer-item span:first-child {
    color: #fff;
    background-color: #1d2127;
}

.dark .Qpin i, .dark .Qmark i, .dark .Qcake i, .dark .Qnote i, .dark .Qexit i, .dark .notification-icon i {
    color: #fff !important;
}

    .dark .notification-icon i.text-danger {
        color: #FF3B30 !important;
    }

.dark .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #282d36;
    color: #eee;
}

.dark p, .dark label.control-label, .dark .card-body table th, .dark .card-body table td {
    color: #eee !important;
}

/*.dark .text-danger {
    color: #FF3B30 !important;
}*/

.dark .alert-info p, .dark .alert-info label.control-label {
    color: inherit !important;
}

.dark .table-custom td {
    color: #ccc;
}

.dark .dropdown-item {
    color: #fff;
}

.dark .btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}

html.dark body {
    color: #eee;
}


#fastpassC.clicked, #fastpassC2.clicked {
    background-color: #4285F4 !important;
}

    #fastpassC.clicked i, #fastpassC2.clicked i {
        color: #fff !important;
    }

.btn-sidebar-test {
    position: absolute;
    bottom: 10px;
    width: 228px;
    min-width: 228px;
    max-width: 228px;
}

/*TEMP AREA END*/
.btn {
    white-space: nowrap;
}


.card-body table th {
    border-top: 0px !important;
}

.card-body .timeline .tm-body {
    padding: 0 !important;
}

.center-sign .logo {
    padding-top: 1rem;
}

.card-contact {
    min-height: 400px;
}


/*LeftMenu 1st Level*/
ul.nav-main li .nav-children li a {
    padding: 6px 15px 6px 17px;
    overflow: hidden;
}


/*LeftMenu 2nd Level*/
ul.nav-main li .nav-children .nav-children li a {
    padding: 6px 15px 6px 42px;
}

/*LeftMenu 3rd Level*/
ul.nav-main li .nav-children .nav-children .nav-children li a {
    padding: 6px 15px 6px 87px;
}

.widget-summary .summary {
    text-align: center;
}


.right-sidebar .inner-menu {
    background: #1D2127;
    border-left: 1px solid #242830;
    color: #abb4be;
    padding: 0;
    margin: 0;
}

    .right-sidebar .inner-menu .title {
        color: #465162;
        font-weight: 600;
        margin: 10px 0;
        padding: 0;
        text-transform: uppercase;
    }

.right-sidebar .inner-menu-toggle {
    left: auto !important;
    right: 0 !important;
}

.inner-menu hr.separator {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.4), transparent);
    margin: 20px -35px 20px;
}

.right-sidebar .inner-menu a.menu-item {
    color: #abb4be;
    display: block;
    margin: 0 -35px 0 -35px;
    padding: 10px 50px 10px 50px;
    text-decoration: none;
}

@media(hover: hover) and (pointer: fine) {
    .right-sidebar .inner-menu a.menu-item:hover {
        background: #21262d;
        color: #abb4be;
        text-decoration: none;
    }
}

.right-sidebar .inner-menu a.menu-item.active {
    background: #282d36;
}

.right-sidebar .inner-menu a.menu-item .label {
    font-weight: normal;
    font-size: 10px;
    font-size: 16px;
    font-size: 1rem;
    padding: .3em .7em .4em;
    margin: .2em -1em 0 0;
}

html.fixed .right-sidebar .inner-menu {
    right: 0 !important;
    left: auto !important;
}

.sidebar-light:not(.dark) .inner-menu {
    background: #FFF;
    border-right-color: #e2e3e6;
    color: #777;
}

    .sidebar-light:not(.dark) .inner-menu .title {
        color: #465162;
    }

    .sidebar-light:not(.dark) .inner-menu hr.separator {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
        background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1), transparent);
    }

    .sidebar-light:not(.dark) .inner-menu a.menu-item {
        color: #777;
    }

@media(hover: hover) and (pointer: fine) {
    .sidebar-light:not(.dark) .inner-menu a.menu-item:hover {
        background: #e2e3e6;
        color: #777;
    }
}

.sidebar-light:not(.dark) .inner-menu a.menu-item.active {
    background: #e2e3e6;
}

.right-sidebar .inner-menu .badge {
    font-size: 10.4px;
    font-size: 0.65rem;
    font-weight: 200;
    line-height: 14px;
    margin-left: 10px;
    margin-top: 9px;
    min-width: 35px;
    font-weight: bold;
    margin-right: -15px;
}

table .checkbox-custom {
    padding: 0 0 0 20px;
}

/*.table.table-custom > tbody > tr.info.gray > td {
        background-color: #ccc !important;
}*/

.table-exam .checkbox-custom label {
    margin-left: 10px;
}

.table-exam thead th {
    border-bottom: 0;
}

    .table-exam thead th:nth-child(1) {
        width: 50%;
    }

    .table-exam thead th:nth-child(2) {
        width: 10%;
    }

        .table-exam thead th:nth-child(2) span:nth-child(1) {
            text-align: right;
            padding-right: 20px;
        }

        .table-exam thead th:nth-child(2) span:nth-child(2) {
            text-align: right;
            display: block;
        }

    .table-exam thead th:nth-child(3) {
        padding-left: 20px;
    }

    .table-exam thead th:nth-child(4) {
        text-align: right;
    }

    .table-exam thead th:nth-child(5) {
        text-align: right;
    }

    .table-exam thead th:nth-child(6) {
        text-align: right;
    }

.table-exam .sections td:nth-child(2), .table-exam .chapters td:nth-child(2) {
    text-align: right;
    padding-right: 20px;
}

.table-exam .sections td:nth-child(3) {
    padding-left: 10px;
}

.table-exam .chapters td:nth-child(3) {
    padding-left: 50px;
}

.table-exam .sections td:nth-child(4), .table-exam .chapters td:nth-child(4) {
    text-align: right;
}

.table-exam .sections td:nth-child(5), .table-exam .chapters td:nth-child(5) {
    text-align: right;
}

.table-exam .sections td:nth-child(6), .table-exam .chapters td:nth-child(6) {
    text-align: right;
}

.table-exam .sections, .table-exam .sections label, .table-exam th label {
    font-weight: bold;
}

.table-exam .chapters .checkbox-custom {
    margin-left: 20px;
}

.table-exam .progress {
    margin-top: 2px;
}

.table-exam .progress-bar.progress-bar-success {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-exam .progress-bar.progress-bar-danger {
    border-radius: 0;
}

.table-exam .progress-bar.progress-bar-unseen {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table-exam.table-marked thead th:nth-child(2) span:nth-child(1) {
    text-align: right;
    padding-right: 0;
}

.table-exam.table-marked thead th:nth-child(3), .table-exam.table-marked thead th:nth-child(4), .table-exam.table-marked thead th:nth-child(5), .table-exam.table-marked thead th:nth-child(6) {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.table-exam.table-marked td:nth-child(2), .table-exam.table-marked td:nth-child(3), .table-exam.table-marked td:nth-child(4), .table-exam.table-marked td:nth-child(5), .table-exam.table-marked td:nth-child(6) {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.table-exam.table-incorrect thead th:nth-child(1) {
    width: 75%;
}

.table-watch-stats .checkbox-custom label {
    margin-left: 10px;
}

.table-watch-stats thead th {
    border-bottom: 0;
}

    .table-watch-stats thead th:nth-child(1) {
        width: 50%;
    }

    .table-watch-stats thead th:nth-child(2) {
        width: 10%;
    }

        .table-watch-stats thead th:nth-child(2) span:nth-child(1) {
            text-align: right;
            padding-right: 20px;
        }

        .table-watch-stats thead th:nth-child(2) span:nth-child(2) {
            text-align: right;
            display: block;
        }

    .table-watch-stats thead th:nth-child(3) {
        padding-left: 20px;
    }

.table-watch-stats .sections td:nth-child(2), .table-watch-stats .chapters td:nth-child(2) {
    text-align: right;
    padding-right: 20px;
}

.table-watch-stats .sections td:nth-child(3) {
    padding-left: 10px;
}

.table-watch-stats .chapters td:nth-child(3) {
    padding-left: 50px;
}

.table-watch-stats .sections {
    font-weight: bold;
}

.table-watch-stats .chapters label {
    margin-left: 20px;
}

.table-watch-stats label i {
    margin-right: 5px;
}

.table-watch-stats .progress {
    margin-top: 2px;
}

.table-watch-stats.table-marked thead th:nth-child(2) span:nth-child(1) {
    text-align: right;
    padding-right: 0;
}

.table-watch-stats.table-marked thead th:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.table-watch-stats.table-marked td:nth-child(2), .table-watch-stats.table-marked td:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

#modalStats .progress.light {
    background: #eeeeee;
    background-image: none;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
}






.table-custom tbody tr:first-child td {
    border-top: 0px;
}

.table-custom thead th {
    border-bottom: 0;
}

/*.table-custom.new-exam td:nth-child(1), .table-custom.new-exam th:nth-child(1) {
    width: 3%;
    text-align: -webkit-right;
    padding-left: 10px;
}

.table-custom.new-exam td:nth-child(2), .table-custom.new-exam th:nth-child(2) {
    width: 47%;
}

.table-custom.new-exam td:nth-child(3), .table-custom.new-exam th:nth-child(3) {
    width: 10%;
    text-align: right;
    padding-right: 18px;
}

.table-custom.new-exam th:nth-child(3) {
    padding-right: 0;
}


.table-custom.new-exam td:nth-child(4), .table-custom.new-exam th:nth-child(4) {
    width: 100%;
    text-align: -webkit-right;
    padding-right: 10px;
}


.table-custom.new-exam table td:nth-child(4) {
    width: 100%;
    text-align: -webkit-right;
}

.table-custom.new-exam .info td:nth-child(1), .table-custom.new-exam th:nth-child(1) {
    width: 3%;
    text-align: -webkit-right;
    padding-left: 10px;
}

.table-custom.new-exam .info td:nth-child(2), .table-custom.new-exam .info th:nth-child(2) {
    width: 47%;
    font-weight: bold;
}

.table-custom.new-exam .info td:nth-child(3), .table-custom.new-exam .info th:nth-child(3) {
    padding: 0;
    width: 20px;
}

.table-custom.new-exam .info td:nth-child(4), .table-custom.new-exam .info th:nth-child(4) {
    width: 10%;
    text-align: right;
    padding-right: 18px;
    font-weight: bold;
}


.table-custom.new-exam .info td:nth-child(5), .table-custom.new-exam th:nth-child(5) {
    width: 100%;
    text-align: -webkit-right;
    padding-right: 10px;
}


.table-custom.new-exam table td:nth-child(4) {
    width: 100%;
    text-align: -webkit-right;
}


.table-custom.new-exam .chapters td {
    padding-left: 20px;
}

    .table-custom.new-exam .chapters td:nth-child(1) {
        padding-left: 30px;
    }

    .table-custom.new-exam .chapters td:nth-child(2) {
        padding-left: 0;
    }

.table-custom.new-exam .progress {
    margin: 3px 0;
    width: 85%;
}

.table-custom.new-exam .info .progress {
    width: 90%;
}

.table-custom.new-exam .progress-bar, .total-progress .progress-bar {
    border-radius: 0 !important;
}*/

.table-custom.continue-exam td {
    vertical-align: middle;
}

.table-custom.continue-exam .progress {
    margin: 0;
}

.table-custom.last-exams .progress-bar {
    border-radius: 0 !important;
}

.table-custom.continue-exam .progress-bar {
    border-radius: 0 !important;
}

.table-custom.retest-exam td:nth-child(1) {
    width: 11%;
}

.table-custom.retest-exam td:nth-child(2) {
    width: 30%;
}

.table-custom.retest-exam td:nth-child(3) {
    width: 5%;
    text-align: center;
    font-weight: bold;
}

.table-custom.retest-exam td:nth-child(4) {
    width: 70%;
}

.table-custom.retest-exam td:nth-child(5) {
    width: 5%;
    text-align: center;
    font-weight: bold;
}

.table-custom.retest-exam td:nth-child(6) {
    width: 5%;
    text-align: center;
    font-weight: bold;
}

.table-custom.retest-exam td:nth-child(7) {
    width: 5%;
    text-align: center;
    font-weight: bold;
}

.table-custom.retest-exam td:nth-child(8) {
    width: 0%;
    text-align: right;
}

.table-custom.retest-exam td:nth-child(9) {
    width: 0%;
    text-align: right;
}

.table-custom.retest-exam .progress {
    margin: 0;
}

.table-custom.retest-exam .progress-bar {
    border-radius: 0 !important;
}

.table-custom.table-marked th {
    border-top: 0;
    white-space: nowrap;
}

    .table-custom.table-marked td:nth-child(1), .table-custom.table-marked th:nth-child(1) {
        width: 3%;
        text-align: -webkit-right;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-left: 10px;
    }

    .table-custom.table-marked td:nth-child(2), .table-custom.table-marked th:nth-child(2) {
        width: 47%;
    }

    .table-custom.table-marked td:nth-child(3), .table-custom.table-marked th:nth-child(3) {
        width: 10%;
    }

    .table-custom.table-marked td:nth-child(4), .table-custom.table-marked th:nth-child(4) {
        width: 10%;
    }

    .table-custom.table-marked td:nth-child(5), .table-custom.table-marked th:nth-child(5) {
        width: 10%;
    }

    .table-custom.table-marked td:nth-child(6), .table-custom.table-marked th:nth-child(6) {
        width: 10%;
    }

.table-custom.table-marked table td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.table-custom.table-marked table td:nth-child(5) {
    width: 10%;
    text-align: center;
}

.table-custom.table-marked table td:nth-child(6) {
    width: 10%;
    text-align: center;
}

.table-custom.table-marked .chapters td {
    padding-left: 20px;
}

    .table-custom.table-marked .chapters td:nth-child(1) {
        padding-left: 30px;
    }

    .table-custom.table-marked .chapters td:nth-child(2) {
        padding-left: 0;
    }

.table-custom.table-progress td:nth-child(1), .table-custom.table-progress th:nth-child(1) {
    /*min-width: 300px;*/
    text-align: left;
    display: block;
    white-space: nowrap;
}


.table-custom.table-progress td:nth-child(2), .table-custom.table-progress th:nth-child(2) {
    width: 100%;
    text-align: center;
}

.table-custom.table-progress td:nth-child(3), .table-custom.table-progress th:nth-child(3) {
    min-width: 90px;
    text-align: right;
    display: block;
    text-align: center;
}

    .table-custom.table-progress td:nth-child(3) .badge, .table-custom.table-progress th:nth-child(3) .badge {
        width: 100%;
    }

.table-custom.table-progress.table-exam-report td:nth-child(1), .table-custom.table-progress.table-exam-report th:nth-child(1) {
    min-width: 300px;
    display: table-cell;
}


.table-custom.table-progress.table-exam-report td:nth-child(2), .table-custom.table-progress.table-exam-report th:nth-child(2) {
    text-align: center;
    display: table-cell;
    width: unset;
}

.table-custom.table-progress.table-exam-report td:nth-child(3), .table-custom.table-progress.table-exam-report th:nth-child(3) {
    width: 100%;
    display: table-cell;
}

.exam-annex .item img {
    max-height: 340px;
    width: auto;
    display: block;
    margin: 0 auto 0;
    cursor: zoom-in;
}

.exam-annex .owl-carousel {
    margin-bottom: 0;
}

.exam-annex .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
    line-height: 10px;
}

.fancybox-inner .fancybox-image {
    cursor: zoom-out;
}


.progress-bar-unseen {
    background-color: #aaa;
}

html.dark .checkbox-unseen label:before, .checkbox-unseen label:before {
    background: #aaa;
    border-color: #aaa;
}

html.dark .checkbox-unseen input[type="checkbox"]:checked + label:after, .checkbox-unseen input[type="checkbox"]:checked + label:after {
    color: #fff;
}

.indicators ul li.success:before {
    border-color: #00B74A !important;
}

.indicators ul li.danger:before {
    border-color: #FF3B30 !important;
}

.indicators ul li.primary:before {
    border-color: #4285F4 !important;
}

.indicators ul li.default:before {
    border-color: #000 !important;
}

.indicators li span {
    margin-left: 15px;
}

.tips li span {
    margin-left: 5px;
}

.datepicker {
    z-index: 99999 !important;
}

.card-exam-opt {
}

.exam-annex {
}

    .exam-annex img {
    }

.exam-question {
}

    .exam-question h3 {
        font-size: 14px;
        margin-top: 0;
        color: #4E5E6A;
        line-height: 120%;
    }

.exam-answer {
}

.answer-item p {
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
    color: #4E5E6A;
    display: flex;
    align-items: center;
}

.answer-item span:first-child {
    float: left;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dark .exam-answer .alert p {
    color: #fff !important;
}

.dark .exam-answer .alert-success p {
    color: #777 !important;
}

.dark .exam-answer .alert-danger p {
    color: #777 !important;
}

/*.answer-item.true span:first-child {
    background-color: #00B74A;
    border-color: #00B74A #00B74A #388038;
    color: #FFF;
}

.answer-item.false span:first-child {
    background-color: #FF3B30;
    border-color: #FF3B30 #FF3B30 #a82824;
    color: #FFF;
}*/


.exam-answer .alert {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.exam-qno {
    display: inline-table;
}

    .exam-qno button {
        min-width: 38px;
        max-width: 38px;
        border-radius: 5px;
        position: relative;
        margin: 5px !important;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

        .exam-qno button .pinned {
            position: absolute;
            right: 0;
            top: 0;
        }

.exam-answer .answer-btn button.selected {
    background-color: #5AC8FA;
    border-color: #5AC8FA #5AC8FA #31b0d5;
    color: #FFF;
}

.exam-answer .answer-btn .btn-default span {
    color: #4E5E6A;
}

/*.exam-answer .answer-text {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
    color: #4E5E6A;
    line-height: 120%;
}*/

.exam-answer .answer-text {
    display: flex;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
    color: #4E5E6A;
    line-height: 120%;
}

.answer-container {
    line-height: 44px;
}

/*.watch-main .inner-body{
    margin-left:300px !important;
    margin-top: 0 !important;
    border-top:0 !important;
    padding:0 !important;
}*/

.dropdown-item.unselectable {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.dropdown-item.hide {
    display: none !important;
}

.cmove {
    cursor: move !important;
}

.alert.alert-exam {
    /*background-color: #fff !important;*/
    border-color: #ccc !important;
}

.page-header .breadcrumbs a {
    color: #fff;
}

    .page-header .breadcrumbs a:hover {
        color: #4285F4;
    }

@media(hover: hover) and (pointer: fine) {
    .alert.alert-exam:hover {
        color: #333 !important;
        border-color: #4285F4 !important;
        cursor: pointer;
    }
}


.sidebar-watch .collapse button.sub-menu {
    text-align: left;
    margin: 0;
    padding-left: 30px;
    padding-right: 50px;
}

    /*.sidebar-watch .collapse button.sub-menu:nth-child(2n+1) {
        margin-top: 10px;
    }*/

    /*.sidebar-watch .collapse button.sub-menu:last-child {
        margin-bottom: 10px;
    }*/

    .sidebar-watch .collapse button.sub-menu span {
        position: absolute;
        left: 10px;
        /*color: #fff;
        border-color: #333;*/
    }

.card-action-dismiss.modal-dismiss {
    color: #fff !important;
}

@media(hover: hover) and (pointer: fine) {
    .card-action-dismiss.modal-dismiss:hover {
        background-color: transparent !important;
        cursor: pointer !important;
    }
}

span.duration {
    position: absolute !important;
    right: 10px !important;
    left: auto !important;
    /*color: #fff;
        border-color: #333;*/
}


.nano .card-body {
    padding: 0 0 0 20px !important;
}

.nano .watched {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 14px !important;
}

.exam-gauges {
}

    .exam-gauges .gauge-chart, .exam-gauges strong {
        margin: 0;
    }

    .exam-gauges label {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.alert-default {
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
    color: #6c6c6c !important;
}

.exam-result .answer-btn {
    margin-bottom: 10px;
}

.exam-result .gauge-chart {
    margin: 0;
}

.exam-result .card-header h2.result {
    font-weight: bold;
    font-size: 3rem !important;
}

.exam-result .card-header p {
    font-size: 0.8rem;
    color: #fff;
}

.btn-retest-incorrect {
    background-color: #FF3B30;
    border-color: #FF3B30 #FF3B30 #a82824;
    color: #FFF;
}

@media(hover: hover) and (pointer: fine) {
    .btn-retest-incorrect:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
}

.btn-retest-all {
    background-color: #00B74A;
    border-color: #00B74A #00B74A #388038;
    color: #FFF;
}

@media(hover: hover) and (pointer: fine) {
    .btn-retest-all:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }
}

.btn-retest-watch {
    background-color: #5AC8FA;
    border-color: #5AC8FA #5AC8FA #31b0d5;
    color: #FFF;
}

@media(hover: hover) and (pointer: fine) {
    .btn-retest-watch:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }
}

.solve-exam {
    background-color: #fff;
}

.dark .solve-exam {
    background-color: #1d2127;
}

.solve-exam .nav-link {
    font-weight: bold;
}

.solve-exam .card-header {
    background: transparent;
}

.dark .solve-exam .card-header {
    background: transparent;
}


.main-social-icon {
    font-size: 18px !important;
    color: #ccc !important;
}

@media(hover: hover) and (pointer: fine) {
    .main-social-icon:hover {
        color: #4285F4 !important;
    }
}

.sidebar-widget.widget-stats {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    margin: 0;
    padding: 10px 25px;
    background-color: #1d2127;
}

.solve-menu .form-group {
    margin-bottom: 0 !important;
}

/*.solve-menu .inner-menu-content {
display:content;
}*/

.solve-menu .nano-content {
    display: flex;
    padding: 5px 17px 10px 20px !important;
    justify-content: space-between;
}

.solve-menu .newtest-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.solve-menu .newtest-filters {
display: flex;
}

.solve-menu form {
display: flex;
flex-direction: column;
}

.solve-menu .inner-menu-content {
    display: flex !important;
    flex-direction: column !important;
}

.solve-menu .newtest-command {
display: flex;
}


.form-wizard .tab-content {
    background: #fdfdfd;
}

.shopping-cart table.invoice-items {
    width: auto;
}

.shopping-cart th:nth-child(1) {
    min-width: 40px;
}

.shopping-cart th:nth-child(3), .shopping-cart th:nth-child(4), .shopping-cart th:nth-child(6), .shopping-cart th:nth-child(7) {
    min-width: 150px;
}

.shopping-cart th:nth-child(4) {
    min-width: 250px;
    width: 100%;
}

.shopping-cart th:nth-child(5) {
    min-width: 100px;
}

.shopping-cart .invoice-items .badge {
    margin-left: 10px;
    margin-top: 5px;
}

.form-wizard .alert.order-number, .form-wizard .btp-price.highlight {
    max-width: 400px;
    margin: 0 auto !important;
}

.pricing-table.princig-table-flat .plan {
    margin-left: 15px;
    margin-right: 15px;
}

    .pricing-table.princig-table-flat .plan:first-child {
        margin-left: 0px;
    }

    .pricing-table.princig-table-flat .plan:last-child {
        margin-right: 0px;
    }


    .pricing-table.princig-table-flat .plan h3 strong {
        font-size: 120%;
    }

    .pricing-table.princig-table-flat .plan h3 .desc {
        font-size: 1em;
    }

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

    .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar, .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-info {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-info {
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 34px;
}

    .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-info .mg-info-overlay {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

.mg-info-q, .mg-info-w {
    color: #fff;
}

.mg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
}

.mg-toolbar .mg-price {
    font-size: 14px;
}

.wm-label-right {
    /*position: absolute;
    right: 18px;*/
    float: right;
    right: 0;
    /*top: 14px;*/
    font-size: 11px;
    line-height: 18px;
    text-align: right;
    padding: 1px 0 1px 4px;
    margin-right: 25px;
}

.wm-label-left {
}

.jquery-accordion-menu .jquery-accordion-menu-footer:first-child {
    margin-top: 10px;
}

.wm-item-progress {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}

.submenu .wm-item-progress {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    padding-left: 22px;
}

ul.nav-main li a, .sidebar-widget .widget-header h6, .main-social-icon {
    color: #fff !important;
}

ul.nav-main li .nav-children li.nav-active > a {
    color: #4285F4 !important;
}

.reset-stats {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.payment-tab .nav-tabs {
    /*background:rgba(0, 136, 204, 0.1) !important;*/
}




.payment-tab .nav-link {
    font-weight: bold !important;
    border-radius: 5px 5px 0 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    background: rgba(0, 136, 204, 0.1) !important;
}

.payment-tab .nav-item.active .nav-link {
    background: #4285F4 !important;
    color: #fff !important;
}

@media(hover: hover) and (pointer: fine) {
    .payment-tab .nav-item.active .nav-link:hover {
        border-bottom: 0 !important;
    }
}

.payment-tab .nav-item:first-child.active .nav-link {
    border-left: 3px solid #4285F4 !important;
}

.payment-tab .nav-item:last-child.active .nav-link {
    border-right: 3px solid #4285F4 !important;
}

.payment-tab .tab-content {
    border: 3px solid #4285F4 !important;
}

.card-register .card-body {
    padding: 0 !important;
}

.card-register .nav-link, .card-sign .nav-link.active, .card-sign .nav-link:active {
    border-radius: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
}

.card-register .nav-tabs {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.control-label {
    color: #777 !important;
}

form label.control-label {
    font-weight: bold !important;
    color: #666 !important;
}


.donutChartLabel {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

.q-list-body .card-title {
    font-size: 18px;
    padding-right: 65px;
}

.q-list-body .q-number {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-weight: bold;
}

.jstree a {
    color: #777 !important;
    font-size: 11px;
}

.jstree-default .jstree-clicked {
    background-position: 0% 0%;
    background-color: none !important;
    box-shadow: none !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl, .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
    width: 14px;
}

.jstree-default .jstree-node {
    margin-left: 14px;
}

.jstree-node.jstree-leaf .jstree-icon.jstree-ocl {
    display: none;
}

.jstree-default .jstree-node.jstree-leaf {
    margin-left: 28px;
}

.bgcolor-unset {
    background-color: none !important;
}

.search-q-number .bootstrap-tagsinput {
    padding: 3px 5px 3px !important;
}

.search-q-number .badge-info {
    margin-left: 0 !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    margin-right: 2px !important;
}

.search-q-number input {
    min-width: 100% !important;
}


.sidebar-hr {
    display: table;
    margin: 0 auto;
    width: 100%;
}

    .sidebar-hr .line-thru {
        display: block;
        font-size: 12px;
        font-size: 0.75rem;
        position: relative;
    }

        .sidebar-hr .line-thru:before {
            background-color: #FFF;
            content: '';
            height: 10px;
            left: 50%;
            position: absolute;
            margin: -5px 0 0 -20px;
            top: 50%;
            width: 40px;
            z-index: 2;
        }

.dark .sidebar-hr .line-thru:before {
    background-color: #1D2127;
    color: #fff;
    ;
}

.sidebar-hr .line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}


.sidebar-hr .line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

.Qpin i, .Qmark i, .Qcake i, .Qwatch i, .Qnote i, .Qsim i, .Qexit i {
    color: #666;
    font-size: 20px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    vertical-align: top;
}

@media(hover: hover) and (pointer: fine) {
    .Qpin i:hover, .Qwatch i:hover, .Qnote i:hover {
        color: #4285F4;
    }

    .Qmark i:hover {
        color: #DC143C;
    }

    .Qcake i:hover {
        color: #32CD32;
    }

    .Qexit i:hover {
        color: #DC143C;
    }

    .Qsim i:hover {
        color: #FFBB33;
    }
}

.Qmark.active i {
    color: #DC143C !important;
}

.Qcake.active i {
    color: #32CD32 !important;
}

.Qpin.active i {
    color: #4285F4 !important;
}

.Qnote.active i {
    color: #4285F4 !important;
}

.Qsim i:hover {
    color: #FFBB33 !important;
}



.jstree-default .jstree-clicked {
    background-color: unset !important;
}

html.fixed.has-top-menu .inner-toolbar {
    left: 0;
}

.inner-toolbar > ul > li {
    padding-top: 14px;
    color: #fff;
}

    .inner-toolbar > ul > li a {
        color: #fff !important;
    }

    .inner-toolbar > ul > li .btn {
        margin-top: -8px;
        margin-right: 2px;
        margin-left: 2px;
    }

.inner-toolbar .nav-pills .btn {
    margin-top: 0;
}

.drpDwnSB .btn-group {
    display: block;
}

    .drpDwnSB .btn-group .btn {
        width: 100%;
    }

.hierarchy-select .btn {
    width: 100%;
}

.widget-summary .summary-icon {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    border-radius: 55px;
}

.widget-summary .summary .title {
    font-size: 1.2rem;
    line-height: 2;
}

.card-body.card-update .scrollable {
    height: 138px;
    min-height: 100%;
}

.solve-exam header {
    left: 0 !important;
}

.toggle > label {
    margin-bottom: 0;
}

.toggle-content {
    padding: 10px;
    padding-bottom: 0;
}

.card-exam-opt button, .card-exam-opt button:focus {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

.shortcuts-bar button {
    border: none;
    outline: none;
    background-color: transparent;
    color: #4285F4;
}

.exam-footer-links button {
    border: none;
    outline: none;
    background-color: transparent;
    color: #4285F4;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.payments {
    padding-left: 10px;
    min-width: 320px;
}

    .payments h4 {
        font-weight: bold;
        text-align: center;
    }

    .payments svg {
        display: block;
        position: absolute;
        top: 2px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

        .payments svg.svg-debit {
            top: 5px;
            right: 17px;
            width: 40px;
            height: 40px;
        }

        .payments svg.svg-visa {
            right: 125px;
        }

        .payments svg.svg-master {
            right: 70px;
        }

        .payments svg.svg-sofort {
            top: -8px;
            right: 8px;
            width: 65px;
            height: 65px;
        }

    .payments .svg-cash-hand {
        fill: #FFCA65;
    }

    .payments .svg-cash-thumb {
        stroke: #FBAD3E;
        fill: none;
    }

    .payments .svg-cash-money {
        fill: #34b154;
    }

    .payments .svg-cash-money-inner {
        fill: #fff;
        opacity: .4;
    }

    .payments .svg-cash-shirt-inner {
        fill: #def;
    }

    .payments .svg-cash-shirt-outer {
        fill: #07b;
    }

    .payments .svg-debit-card {
        fill: #e5e5e5;
    }

    .payments .svg-debit-data {
        fill: #bbb;
    }

    .payments .svg-debit-sign {
        fill: #fff;
    }

    .payments .svg-debit-read {
        fill: #555;
    }

    .payments .svg-visa-border {
        fill: #005098;
    }

    .payments .svg-visa-letter {
        fill: #005098;
    }

    .payments .svg-visa-corner {
        fill: #F6A500;
    }

    .payments .svg-master-border {
        fill: #E30613;
    }

    .payments .svg-master-circle1 {
        fill: #E40520;
    }

    .payments .svg-master-circle2 {
        fill: #FAB31E;
    }

    .payments .svg-master-letter {
        fill: #fff;
    }

    .payments .button {
        position: relative;
        height: 50px;
        padding: 0 0 0 50px;
        font-size: 14px;
        line-height: 48px;
        border-bottom: 1px solid #bbb;
        background: #fafafa;
        cursor: pointer;
    }

.instalments h4 {
    font-weight: bold;
    text-align: center;
}

.instalments .card-body {
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px #00B74A;
    background: #fafafa;
    cursor: default;
    display: flex;
    justify-content: space-around;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}

    .instalments .card-body img {
        height: 30px;
        margin: 10px 15px;
    }

@media(hover: hover) and (pointer: fine) {
    .payments .button:hover {
        background: #f5f5f5;
    }
}

.payments .button:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 6px #fff;
    background: #fff;
}

@media(hover: hover) and (pointer: fine) {
    .payments .button:hover:after {
        background: #bbb;
    }
}

.payments .button.active:after {
    background: #00B74A;
}

.payments .button.active {
    box-shadow: inset 0 0 0 2px #00B74A;
}

@media all and (min-width: 500px) {

    .payments {
        margin-top: 30px;
    }

        .payments svg {
            right: 25px;
            width: 55px;
            height: 55px;
        }

            .payments svg.svg-cash {
                height: 50px;
                top: 7px;
            }

            .payments svg.svg-debit {
                top: 4px;
                right: 27px;
                width: 50px;
                height: 50px;
            }

            .payments svg.svg-visa {
                right: 175px;
            }

            .payments svg.svg-master {
                right: 96px;
            }

            .payments svg.svg-amex {
                width: 48px;
            }

            .payments svg.svg-sofort {
                top: -14px;
                right: 15px;
                width: 85px;
                height: 85px;
            }

        .payments .button {
            height: 60px;
            padding: 0 0 0 60px;
            font-size: 18px;
            line-height: 58px;
        }

            .payments .button:after {
                top: 20px;
                left: 23px;
            }
}

@media all and (min-width: 992px) {

    .payments h4 {
        text-align: left;
    }

    .payments svg {
        top: auto !important;
        right: 0 !important;
        left: 0;
        margin: auto;
        bottom: 10px;
        width: 60px;
        height: 60px;
    }

        .payments svg.svg-cash {
            bottom: 5px;
            width: 70px;
            height: 60px;
        }

        .payments svg.svg-debit {
            width: 60px;
            height: 60px;
        }

        .payments svg.svg-visa {
            /*bottom: 50px;*/
            width: 40px;
            height: 40px;
            left: 10px;
            right: auto !important;
            bottom: 33px;
        }

        .payments svg.svg-master {
            /*bottom: 25px;*/
            width: 40px;
            height: 40px;
            right: 10px !important;
            left: auto;
            bottom: 33px;
        }

        .payments svg.svg-amex {
            /*bottom: 0;*/
            width: 40px;
            height: 30px;
            bottom: 15px;
            width: 40px;
            height: 25px;
        }

        .payments svg.svg-sofort {
            bottom: 0;
            width: 85px;
            height: 85px;
        }

        .payments svg.svg-click {
            bottom: -2px;
            width: 90px;
            height: 90px;
        }

        .payments svg.svg-paypal {
            bottom: -8px;
            width: 100px;
            height: 100px;
        }

    .payments .svg-visa-border,
    .payments .svg-master-border,
    .payments .svg-amex-border,
    .payments .svg-click-border,
    .payments .svg-paypal-border {
        display: none;
    }

    .payments {
        /*max-width: 700px;*/
        margin: 0 auto;
        /*padding: 25px;
        padding-left:0;
        padding-top:0;*/
        overflow: hidden;
    }

        .payments .button {
            float: left;
            width: 100px;
            height: 130px;
            margin-right: 10px;
            padding: 40px 0 0;
            font-size: 12px;
            line-height: 1;
            text-align: center;
            border: 0;
            border-radius: 3px;
            box-shadow: inset 0 0 0 1px #bbb;
        }

            .payments .button:last-child {
                margin-right: 0;
            }

            .payments .button:after {
                top: 10px;
                left: 40px;
            }
}

.simple-user-list .badge, #NotificationModal .badge {
    font-size: 13px;
}


.card-sign span.modal-opener {
    text-decoration: underline;
}

ul.simple-user-list li .message {
    font-size: 13px;
    text-decoration: underline;
    font-weight: 600;
}

ul.simple-user-list li .notification-owner, #NotificationModal .notification-owner {
    font-size: 11px;
    margin-top: 4px;
}

ul.simple-user-list li {
    margin: 0 0 15px;
}

.dark #btnNext, .dark #btnPrev {
    color: #EEE;
    background: #282d36;
}

@media(hover: hover) and (pointer: fine) {
    .dark #btnNext:hover, .dark #btnPrev:hover {
        color: #EEE;
        background-color: #242830;
    }
}

.dark .exam-answer .alert.alert-info p {
    color: #282d36 !important;
}

.dark .exam-qno .btn-primary {
    background-color: #4285F4;
    border-color: #4285F4 #4285F4 #0D47A1;
    color: #ffffff;
}

@media(hover: hover) and (pointer: fine) {
    .dark .exam-qno .btn-primary:hover,
    .dark .exam-qno .btn-primary.hover {
        background-color: #2270f2;
        border-color: #0d5ee5#0d5ee5#4285F4;
        color: #ffffff;
    }
}

.dark .exam-qno .btn-primary:focus,
.dark .exam-qno .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

.dark .exam-qno .btn-danger {
    background-color: #FF3B30;
    border-color: #FF3B30 #FF3B30 #a82824;
    color: #FFF;
}

@media(hover: hover) and (pointer: fine) {
    .dark .exam-qno .btn-danger:hover, .btn-danger.hover {
        background-color: #CC0000;
        border-color: #db5b57 #db5b57 #FF3B30;
        color: #FFF;
    }
}

.dark .exam-qno .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(210, 50, 45, 0.5);
    box-shadow: 0 0 0 3px rgba(210, 50, 45, 0.5);
    color: #FFF;
}

.dark .exam-qno .btn-success {
    background-color: #00B74A;
    border-color: #00B74A #00B74A #388038;
    color: #FFF;
}

@media(hover: hover) and (pointer: fine) {
    .dark .exam-qno .btn-success:hover, .btn-success.hover {
        background-color: #007E33;
        border-color: #63bb63 #63bb63 #00B74A;
        color: #FFF;
    }
}

.dark .exam-qno .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(71, 164, 71, 0.5);
    box-shadow: 0 0 0 3px rgba(71, 164, 71, 0.5);
    color: #FFF;
}

#NotificationModal p {
    font-size: 15px;
    margin: 20px 0 20px;
}

#explanation {
    font-family: 'Open Sans';
    font-size: 14px;
}

    #explanation p {
        margin: 0;
    }

.note-editable {
    font-size: 14px;
}

#explanation .release-date strong {
    font-size: 15px;
}

#explanation .release-date .badge {
    font-size: 11px;
}

#explanation .note-color-select, #backColorPicker, #backColorPalette, #foreColorPicker, #foreColorPalette {
    display: none !important;
}

#explanation .note-palette:nth-child(1) {
    display: none;
}

#explanation .card-header.note-toolbar .note-color-all .dropdown-menu {
    min-width: 169px;
    background: #FFF;
}

#explanation .tm-box ul {
    margin-top: 10px;
}

.cc-installments .group {
    background-color: #f6f6f6;
}

.installment-card .card-header {
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    background-origin: content-box !important;
}

    .installment-card .card-header img {
        height: 30px;
        max-width: 100%;
    }

.installment-card td, .installment-card th {
    padding: 0.25rem !important;
}

.installment-card th {
    font-size: 11px !important;
}

.installment-card.nofamily {
    border: 1px solid #333;
}

    .installment-card.nofamily .card-header {
        padding: 1px;
        border: none;
        height: 0;
    }

.installment-card.advantage {
    border: 1px solid #F97223;
}

    .installment-card.advantage .card-header {
        background-image: url('/img/cards/advantage.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.axess {
    border: 1px solid #FFBD31;
}

    .installment-card.axess .card-header {
        background-image: url('/img/cards/axess.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.bonus {
    border: 1px solid #199F33;
}

    .installment-card.bonus .card-header {
        background-image: url('/img/cards/bonus.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.cardfinans {
    border: 1px solid #005F9D;
}

    .installment-card.cardfinans .card-header {
        background-image: url('/img/cards/cardfinans.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.maximum {
    border: 1px solid #E9017A;
}

    .installment-card.maximum .card-header {
        background-image: url('/img/cards/maximum.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.paraf {
    border: 1px solid #00CDED;
}

    .installment-card.paraf .card-header {
        background-image: url('/img/cards/paraf.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.world {
    border: 1px solid #711E84;
}

    .installment-card.world .card-header {
        background-image: url('/img/cards/world.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.bankkartcombo {
    border: 1px solid #e3111a;
}

    .installment-card.bankkartcombo .card-header {
        background-image: url('/img/cards/bankkartcombo.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }

.installment-card.saglamkart {
    border: 1px solid #006649;
}

    .installment-card.saglamkart .card-header {
        background-image: url('/img/cards/saglamkart.png') !important;
        height: 50px;
        border-bottom: 1px solid #DADADA;
        padding: 10px;
    }



.installment-card input {
    display: table;
    margin-left: 4px;
}

.dashboard-body .table-leaderboard tbody tr {
    height: calc(20.3em / 5) !important;
}

.dashboard-body .table-leaderboard th {
    white-space: nowrap;
}

.dashboard-body .table-leaderboard td:nth-child(2) {
    padding: 0;
}


.progress.light {
    background: #d1d1d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), color-stop(10%, #d1d1d1), color-stop(11%, #d0d0d0));
    background-image: linear-gradient(#d1d1d1, #d1d1d1 10%, #d0d0d0 11%);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
}

.our-team .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: space-around;
    overflow: hidden; /*
    flex-direction: row-reverse;*/
    height: 150px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 8px;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23ccd9ee' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    /*transition: .3s;*/
}

    .rating > label.selected,
    .rating > input:checked ~ label,
    .rating > input:checked ~ label ~ label {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fed230' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    }


/*.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}*/

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

    .emoji-wrapper:before,
    .emoji-wrapper:after {
        content: "";
        height: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

/* .emoji-wrapper:before {
        top: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
    }

    .emoji-wrapper:after {
        bottom: 0;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
    }*/

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

    .emoji > svg {
        margin: 15px 0;
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

.emoji-wrapper > .emoji.rating-1 {
    transform: translateY(-100px);
}

.emoji-wrapper > .emoji.rating-2 {
    transform: translateY(-200px);
}

.emoji-wrapper > .emoji.rating-3 {
    transform: translateY(-300px);
}

.emoji-wrapper > .emoji.rating-4 {
    transform: translateY(-400px);
}

.emoji-wrapper > .emoji.rating-5 {
    transform: translateY(-500px);
}

#explanation p {
    margin: 0;
}

.table-exam-report .progress-bar.progress-bar-success {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-exam-report .progress-bar.progress-bar-danger {
    border-radius: 0;
}

.table-exam-report .progress-bar.progress-bar-unseen {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
