﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/iranSans/IRANSans-web.eot');
    src: url('/assets/fonts/iranSans/IRANSans-web.eot ? #iefix') format("embedded-opentype"), url('/assets/fonts/iranSans/IRANSans-web.woff') format("woff"), url('/assets/fonts/iranSans/IRANSans-web.ttf') format("truetype")
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/iranSans/IRANSans-Medium-web.eot');
    src: url('/assets/fonts/iranSans/IRANSans-Medium-web.eot ? #iefix') format("embedded-opentype"), url('/assets/fonts/iranSans/IRANSans-Medium-web.woff') format("woff"), url('/assets/fonts/iranSans/IRANSans-Medium-web.ttf') format("truetype")
}

@font-face {
    font-family: 'IRANSansFaNum';
    src: url('/assets/fonts/iransans/IRANSansWeb.eot');
    src: url('/assets/fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/iransans/IRANSansWeb.woff2') format('woff2'), url('/assets/fonts/iransans/IRANSansWeb.woff') format('woff'), url('/assets/fonts/iransans/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'nazanin';
    src: url('/assets/fonts/bnazanin/nazanin.eot');
    src: url('/assets/fonts/bnazanin/nazanin.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/bnazanin/nazanin.woff') format('woff'), url('/assets/fonts/bnazanin/nazanin.ttf') format('truetype');
}

@font-face {
    font-family: 'sarbaz';
    src: url('Sarbaz-Black.woff2') format('woff2'), url('Sarbaz-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: IRANSansFaNum;
}

[id^="MathJax-Span"] {
    font-family: 'IRANSansFaNum' !important;
}

body {
    font-family: 'IRANSansFaNum' !important;
    color: black !important;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}



input,
textarea {
    -moz-user-select: text;
}



body {
    font-family: IRANSansFaNum !important;
}



.min-height-50 {
    min-height: 50px;
}

.header-page {
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 1px 7px 0px #cccccce0;
}

.footer-page {
    border-top: 1px solid #ccc;
    box-shadow: 0px 1px 7px 0px #cccccce0;
}

.bottom-0 {
    bottom: 0 !important;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-right: -1.25rem;
}

select {
    font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: unset;
}

.bg-red {
    color: #fff !important;
}

.h-50p {
    height: 50px
}

.h-100p {
    height: 100px
}

.mt-50 {
    margin-top: 50px
}

.mt--50 {
    margin-top: -50px !important
}

.mt-100 {
    margin-top: 100px
}

.mt--100 {
    margin-top: -100px
}

.col-1-8 {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

.col-2-8 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-1-10 {
    max-width: 10%;
    flex: 0 0 10%;
}

.col-2-10 {
    max-width: 20%;
    flex: 0 0 20%;
}

.w-100 {
    width: 100%;
}


.card-view-value {
    text-align: center !important;
}

.cur-pointer {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

#loader-part {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #1e91f3;
}

    #loader-part img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#loader-part-scan {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #001f7f;
}

.scan-gif {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}


table {
    border-collapse: collapse;
}


.bg-blue {
    background-color: #2d47e1 !important;
    color: white !important;
}

.bg-success {
    background-color: #2dce89 !important;
    color: white !important;
}


.custom-card-header {
    display: flex;
    justify-content: center;
    align-items: center;
}



.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.btn-delete-plan {
    top: -10px;
    left: 0;
    position: absolute;
    color: #ff00009c;
    cursor: pointer;
}

.btn-delete-plan2 {
    top: 5px;
    left: 5px;
    position: absolute;
    color: #ff00009c;
}

.question-ltr {
    text-align: left !important;
    direction: ltr !important;
}

.card .table td, .card .table th {
    padding-right: 1.5 rem;
    padding-left: 1.5 rem;
    text-align: right;
}

.card-header {
    text-align: right;
}

.btn-icon-only {
    width: 2.9rem;
    height: 2.375rem;
    padding: 0;
}

.w-30 {
    width: 30%
}

.d-inline-block {
    display: inline-block !important;
}

.custom-control {
    padding-right: 1.75rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    right: -2.75rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    background: no-repeat 50% / 50% 50%;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    right: -2.75rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    pointer-events: none;
    border: #dee2e6 solid 1px;
    background-color: #fff;
    box-shadow: 0 3px 2px rgb(233 236 239 / 5%);
}

.custom-control-label::before {
    top: 0.25rem;
    right: -1.75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    border: 1px solid #dee2e6;
}

.custom-control-label::after {
    top: 0.25rem;
    right: -1.75rem;
}

.kpi-num {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    width: 100%;
}

    .kpi-num span {
        font-size: 2rem;
        color: white;
    }

.kpi-row-special {
    text-align: center;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

    .kpi-row-special:nth-child(1) .col-12 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

.kpi-num-special {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    justify-content: flex-end;
}

    .kpi-num-special span {
        font-size: 2rem;
        color: black;
    }

.custom-persentage-special {
    font-size: 1.2rem !important;
    margin-top: 10%;
    margin-left: 5%;
}

.custom-special {
    background: transparent !important
}

.custom-info {
    background: #17a2b8 !important;
}

.custom-info-dark {
    background: #283593 !important;
}

    .custom-info-dark a {
        color: white;
    }


.custom-gray {
    background: #adb5bd !important;
}



.custom-success {
    background: #28a745 !important;
}

    .custom-success span {
        color: white;
    }

.custom-white {
    background: white !important;
}

    .custom-white small {
        color: blue;
    }

.custom-warning {
    background: #ffc107 !important;
}

.custom-warning-light {
    background: #757575 !important;
}

.custom-danger {
    background: #dc3545 !important;
    color: white;
}

    .custom-danger span {
        color: white;
    }

.custom-danger-font {
    color: #dc3545 !important;
}

.custom-purple {
    background: #7b1fa2 !important
}

.custom-brown {
    background: #795548 !important;
}

.custom-grey {
    background: #686a6a !important;
}

.custom-Lightgrey {
    background: #adb5bd !important;
}

.bg-primary-admin {
    background-color: white !important;
}

.sidebar-dark-primary {
    background-color: #343a40 !important;
}

.goup-radio-custom {
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    border-radius: 5px;
}

.custom-persentage {
    font-size: 1.5rem !important;
    margin-top: 20%;
    margin-left: 5%;
}

.send-message {
    position: absolute;
    left: 10px;
}

.header-admin {
    display: flex;
    align-items: center;
}
/*section {
    overflow: auto;
}*/
@media only screen and (max-width:960px) {
    .panel-default > .panel-heading button strong {
        font-size: 0.8rem !important
    }

    .studentlayout .navbar {
        height: 0 !important;
    }
}

@media only screen and (max-width:960px) {
    .header-admin {
        display: block;
        align-items: center;
    }

        .header-admin .col-md-6 {
            margin: 20px 0;
        }

    .special-header-select {
        margin-bottom: 10px;
    }

    .kpi-row {
        padding-top: 0px !important;
    }

    .custom-special {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
    }
}

.special-header-select label {
    float: right;
    margin-left: 5px;
    width: 25%;
}

.special-header-select select {
    width: 100%;
}

.special-header-select .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

@media only screen and (max-width:500px) {
    .kpi-row {
        min-height: 60px;
    }

    .kpi-num span {
        font-size: 3rem !important;
    }

    .card-special {
        margin-bottom: 10px !important;
    }

    .special-header-select {
        margin-bottom: 10px;
    }

    .custom-special {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0;
    }

    h4.custom-header-topic {
        font-size: 15px !important;
    }
}

@media only screen and (max-width:1000px) {
    .custom-header-topic {
        font-size: 1.8vw !important;
    }
}

@media only screen and (max-width:1300px) {
    h4.custom-header-topic {
        font-size: 1.2vw;
    }
}

@media only screen and (max-width:1200px) {

    .card-special-sub {
        margin-bottom: 10px !important;
    }
}


.custom-search {
    border-radius: 10px !important;
    max-width: 70%;
}

.focused .custom-search {
    max-width: 50% !important;
}

.custom-title {
    margin-bottom: 20px !important;
    margin-top: 20px;
    margin-right: 1%;
}

.custom-progress {
    margin-bottom: 0;
    height: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent;
}

    .custom-progress .progress-bar-dark {
        background: #00000050 !important;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .custom-progress .progress-bar-light {
        background: #ffffff80 !important;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.custom-progress-parent {
    padding: 0;
    direction: initial;
    position: absolute;
    bottom: 0;
}

.custom-list-item {
    padding-top: 0 !important;
}

.custom-header-grey {
    background: #dfdfdf !important;
}

.login-background-image {
    background-image: url(/img/winter1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:500px) {
    .login-background-image {
        background-image: url(/img/winter1.jpg) !important;
    }
}

.custom-info-tooltip {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 1.4rem;
    padding: 0;
    height: 0;
}

.custom-tooltip {
    font-size: 1rem;
    font-family: 'IRANSansFaNum' !important;
}

.tooltip-inner {
    background-color: #424242 !important;
    opacity: 1;
    max-width: 350px;
    width: 350px;
}

@media only screen and (max-width:500px) {
    .tooltip-inner {
        max-width: 150px;
        width: 150px;
    }
}

.listStudent td:not(:first-child) {
    font-size: 1rem;
    font-weight: 600;
}

.addexamTable td a {
    width: 100%;
}

.activeForced {
    background: #2dce89 !important;
    border: 1px solid #2dce89 !important;
}

    .activeForced:hover {
        background: #2dce89 !important;
        border: 1px solid #2dce89 !important;
    }

.custom-message-chart {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.custom-pagination .btn:hover {
    box-shadow: none !important;
    transform: none !important;
    background: #5e72e4 !important;
    color: white !important;
}

.custom-table-tasks {
    border-spacing: 5px;
    border-collapse: unset !important;
}

    .custom-table-tasks th:nth-child(1) {
        width: 100px;
    }

    .custom-table-tasks th:nth-child(2) {
        width: 100px;
    }

    .custom-table-tasks th:nth-child(3) {
        width: 100px;
    }

    .custom-table-tasks th:nth-child(1), td:nth-child(1) {
        border-spacing: 0 !important
    }

    .custom-table-tasks .custom-header-tasks {
        display: block;
        padding: 0;
    }

        .custom-table-tasks .custom-header-tasks span {
            font-size: 1rem;
        }

        .custom-table-tasks .custom-header-tasks .row:first-child {
            background: white;
        }

        .custom-table-tasks .custom-header-tasks .row:nth-child(2) {
            background: lightgray;
            color: #1865f2;
            height: 50px;
            align-items: center;
        }

    .custom-table-tasks td:nth-child(2) {
        background: lightgray;
    }

    .custom-table-tasks td:nth-child(3) {
        background: lightgray;
    }

    .custom-table-tasks td {
        font-size: 1.1rem;
        text-align: center !important;
    }

    .custom-table-tasks tfoot {
        display: none !important;
    }

    .custom-table-tasks .custom-header-tasks .row:first-child span {
        font-size: 1.1rem !important;
        letter-spacing: 0;
    }

    .custom-table-tasks .th-inner {
        padding: 0 !important;
    }

.custom-table-box-num {
    padding: 0 !important;
    color: white;
    width: 200px;
}

#questionBody img {
    display: unset;
}

#choice1 p {
    margin: 0 !important;
    display: inline-block !important;
}

#choice1 img {
    display: inherit;
}

#choice2 img {
    display: inherit;
}

#choice3 img {
    display: inherit;
}

#choice4 img {
    display: inherit;
}

#choice2 p {
    margin: 0 !important;
    display: inline-block !important;
}

#choice3 p {
    margin: 0 !important;
    display: inline-block !important;
}

#choice4 p {
    margin: 0 !important;
    display: inline-block !important;
}

#questionBodyImg img {
    max-width: 100%;
    display: initial;
}

/*h4 {
    font-family: 'Arial', sans-serif;
}
*/
.star {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.star-under {
    color: white;
}

.star-over {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.correctRate .star-over {
    color: #283593;
}

.wrongRate .star-over {
    color: #dc3545;
}

.star-visible {
    display: inline-block;
}

.custom-percent-rate {
    direction: ltr;
}

.optionanswer {
    padding: 0.85em 1.375em;
    background-color: #eee;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0.375rem;
}

.text-bold {
    font-weight: 600;
}

.custom-table-box-num .row {
    cursor: pointer;
    border: 1px solid transparent;
}

    .custom-table-box-num .row:hover {
        border: 1px solid black;
    }

#trapweb {
    width: 40px;
}

.custom-hard {
    background: #dc3545 !important;
    color: white;
}

.custom-hard-2 {
    background: #dc3545 !important;
    color: white;
}

.custom-mid {
    background: #ffc107 !important;
    color: white;
}

.custom-easy {
    background: #28a745 !important;
    color: white;
}

.custom-easy-2 {
    background: #28a745 !important;
    color: white;
}

.custom-simplicity {
    display: flex;
    justify-content: center;
}

    .custom-simplicity span {
        padding: 10px 20px !important;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
    }

.kpi-row {
    height: 100%;
    font-size: 1rem;
    color: white;
}

.btn-outline-dark:hover {
    color: #fff !important;
    border-color: #212529;
    background-color: #212529;
}

.kpi-num-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 2.375rem;
    position: relative;
    z-index: 10;
    min-width: 3.8rem;
}

    .kpi-num-sub span {
        font-size: 1.2rem;
        color: white;
        font-family: 'nazanin' !important;
    }

.toolparent:nth-child(1) .kpi-num-sub span {
    font-size: 1.6rem !important;
}

.toolparent:nth-child(2) .kpi-num-sub span {
    font-size: 1.6rem !important;
}

.toolparent:nth-child(3) .kpi-num-sub span {
    font-size: 1.2rem !important;
}

.toolparent:nth-child(4) .kpi-num-sub span {
    font-size: 1.2rem !important;
}

.toolparent:nth-child(1) .kpi-num-sub {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.toolparent:nth-child(2) .kpi-num-sub {
    border-radius: 0
}

.toolparent:nth-child(3) .kpi-num-sub {
    border-radius: 0;
}

.toolparent:nth-child(4) .kpi-num-sub {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-gem-title {
    display: flex;
    align-items: center;
    top: 0;
}

.custom-span-title {
    font-size: 1.2rem;
}

.custom-header-topic {
    font-size: 0.9vw;
}

th, td {
    text-align: center !important
}

.text-05rem {
    font-size: 0.5rem !important;
}

.text-06rem {
    font-size: 0.6rem !important;
}

.text-07rem {
    font-size: 0.7rem !important;
}

.text-08rem {
    font-size: 0.8rem !important;
}

.text-09rem {
    font-size: 0.9rem !important;
}

.text-1rem {
    font-size: 1rem !important;
}


.text-2rem {
    font-size: 2rem !important;
}

.text-3rem {
    font-size: 3rem !important;
}

.text-4rem {
    font-size: 4rem !important;
}

.text-5rem {
    font-size: 5rem !important;
}

.text-1-1rem {
    font-size: 1.1rem !important;
}

.text-1-2rem {
    font-size: 1.2rem !important;
}

.text-1-3rem {
    font-size: 1.3rem !important;
}

.text-1-4rem {
    font-size: 1.4rem !important;
}

.text-1-5rem {
    font-size: 1.5rem !important;
}

.text-1-6rem {
    font-size: 1.6rem !important;
}

.text-1-7rem {
    font-size: 1.7rem !important;
}

.text-1-8rem {
    font-size: 1.8rem !important;
}

.text-1-9rem {
    font-size: 1.9rem !important;
}

.text-2-5rem {
    font-size: 2.5rem !important;
}

.text-3-5rem {
    font-size: 3.5rem !important;
}

.text-4-5rem {
    font-size: 4.5rem !important;
}



.custom-owl-reward {
    font-size: 1.5rem !important
}

.content-body {
    min-height: 800px
}

th, td {
    text-align: center
}

.d-inline-block {
    display: inline-block !important;
}

.clear-both {
    clear: both
}

.test-cell-border {
    border: 1px solid #fff;
    border-radius: 10px;
}

.td-content-noruz {
    margin: 0px;
}

.white-break {
    white-space: break-spaces;
}

.table-border-custom {
    border: 1px solid #ccc;
}

    .table-border-custom td, .table-border-custom th {
        border: 1px solid #ccc;
    }

.border-left {
    border-left: 1px solid #ccc !important;
}

.package-title {
    display: flex;
    min-height: 60px;
    text-align: center;
    align-items: center;
}

.table-px-2 td, .table-px-2 th {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.line-height-1 {
    line-height: 1;
}

.badge-custom {
    border-radius: 100px;
    padding: 0 10px;
}

.card {
    margin-bottom: 10px;
    border: 0;
    box-shadow: 2px 1px 4px 2px rgb(53 53 54 / 23%);
}

@media (min-width: 768px) {
    .col-md5-1 {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .col-md5-2 {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .col-md5-3 {
        max-width: 60%;
        flex: 0 0 60%;
    }

    .col-md5-4 {
        max-width: 80%;
        flex: 0 0 80%;
    }

    .col-md5-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    m-text-center {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    #gameRankModal .toolparent {
        max-width: 13% !important
    }

    table.visible-lg {
        display: table !important;
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.p-fixed {
    position: fixed
}

.text-blue {
    color: #283593 !important;
}

.btn-gray {
    color: #fff;
    border-color: #4b515f;
    background-color: #646b7c;
}

.btn-gray {
    color: #fff;
    border-color: #4b515f;
    background-color: #646b7c;
}

    .btn-gray:hover {
        color: #fff;
        border-color: #4b515f;
        background-color: #646b7c;
    }

.btn-success-blue {
    color: #fff;
    border-color: #283593;
    background-color: #283593;
}

.card-special {
    padding: 1.5rem;
    border-radius: 20px;
    height: 90%;
}

.kpi-icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kpi-icon-child {
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .kpi-icon-child i {
        font-size: 2rem;
        color: white;
    }

*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


a, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

img, video {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.container {
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.brand {
    font-family: inherit;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--color-teal-800);
    text-transform: uppercase;
    max-width: 135px;
}

.responsiveNav.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
}

.studentlayout .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin: 0 auto;
}

.menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: grid;
    align-content: center;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background: #ffd200;
    box-shadow: var(--shadow-medium);
}

.menu-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    color: black;
}

    .menu-link.is-active {
        position: relative;
        transition: all 0.35s ease;
    }

.menu-icon {
    font-size: 1.35rem;
    line-height: 1;
    color: inherit;
}

.menu-name {
    display: none;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    visibility: hidden;
    text-transform: capitalize;
}

.menu-name-show {
    display: block;
    visibility: visible;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.25;
    text-transform: capitalize;
}

@media only screen and (min-width: 991px) {
    .menu-name {
        display: block;
        visibility: visible;
    }

    .menu-name-show {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (min-width: 991px) {
    .menu-list {
        justify-content: center;
        column-gap: 3rem;
    }
}

@media only screen and (min-width: 991px) {

    .titleNorouz {
        position: absolute;
        right: 0;
    }

    .responsiveNav.header {
        transition: all 0.35s ease-in-out;
        height: 75px;
        background: white;
    }

    .menu {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        background: none;
        box-shadow: none;
    }

    .menu-link.is-active::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 3px;
        border: none;
        outline: none;
        background: black;
    }

    .menu-link:hover {
        color: blue;
        transition: all 0.35s ease;
    }

    .menu-icon {
        display: none;
        visibility: hidden;
    }

    .menu-name {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 0.2rem;
    }
}

:root {
    --color-black: #1a1a1a;
    --color-white: #fff;
    --color-darken: #333;
    --color-teal-100: #c2fae7;
    --color-teal-200: #97f2d7;
    --color-teal-300: #65e6bf;
    --color-teal-400: #3ad9aa;
    --color-teal-500: #20cb98;
    --color-teal-600: #12ba87;
    --color-teal-700: #0ca778;
    --color-teal-800: #283593;
    --color-teal-900: #087d5a;
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

ul {
    --col-gap: 2rem;
    --barH: 1rem;
    --roleH: 2rem;
    --flapH: 1rem;
}

.banner-green {
    background: #00897b;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
    clip-path: polygon( calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)) )
}

.banner-blue {
    background: #1286A8;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
    clip-path: polygon( calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)) )
}

.banner-orange {
    background: #DA611E;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
    clip-path: polygon( calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)) );
}

.banner-khar {
    background: #D2B53B;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
    clip-path: polygon( calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)) );
}

.banner {
    border-radius: 10px;
    color: yellow;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 1em;
}

.cupParent {
    width: 100%;
    display: flex;
    justify-content: end;
    display: flex;
    align-items: center;
    position: absolute;
}

.cupDiv {
    background: rgb(198,106,22);
    background: linear-gradient(0deg, rgba(198,106,22,1) 0%, rgba(237,190,66,1) 59%);
    /*background: rgb(218,145,0);
    background: linear-gradient(0deg, rgba(218,145,0,1) 47%, rgba(246,242,192,1) 100%);*/
    border: 3px solid rgba(218,145,0,1);
    border-radius: 15px;
}

.cupTextDiv {
    border: 3px solid #eac668;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
    margin-left: -10px;
}

.cupParentDiv {
    position: relative;
}

.cupTextDiv span {
    color: black;
    font-weight: 600;
    font-size: 1.3rem;
}

.cupParent i {
    font-size: 2rem;
    background: rgb(255,216,148);
    background: linear-gradient(0deg, rgba(255,216,148,1) 0%, rgba(249,249,231,1) 100%);
    /*background: rgb(255,224,131);
    background: linear-gradient(0deg, rgba(255,224,131,1) 0%, rgba(255,255,255,1) 100%);*/
    color: transparent;
    -webkit-background-clip: text;
}

@media only screen and (max-width: 700px) {
    div.custom-notepad .bottom {
        top: 55% !important;
    }

    .custom-notepad .line:nth-child(n+7) {
        display: none
    }

    .custom-notepad #open {
        max-height: 42% !important;
    }
}

@media only screen and (max-width: 991px) {
    .custom-notepad .line:nth-child(n+12) {
        display: none
    }

    .custom-notepad .bottom {
        top: 20% !important;
    }

    .menuDivSpace {
        width: 100%;
        height: 6rem !important;
    }

    .kpi-num-sub {
        min-width: unset !important;
    }

    .cupParentDiv {
        position: unset !important;
    }

    .cupParent {
        top: 15px;
        padding-left: 15px !important
    }

    .banner {
        font-size: 1em;
    }

    * {
        margin: 0;
        padding: 0;
    }

        *, *:after, *:before {
            box-sizing: border-box;
        }

    ol, ul {
        list-style: none;
    }

    html {
        line-height: 1.2;
        -webkit-font-smoothing: antialiased;
    }

    html, body {
        height: 100%;
    }

    body {
        background: #fff;
        color: #4e4e4e;
        font-family: "proxnova-reg", arial, sans-serif;
        font-size: 16px;
    }

    .iframe {
        border-radius: 15px;
        border: 15px solid #000;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        margin: 30px auto;
        height: 600px;
        width: 360px;
        position: relative;
        overflow-x: hidden;
        perspective: 1200px;
    }

    .mainContainer {
        position: relative;
        height: 100%;
        transform-style: preserve-3d;
        transform: translateZ(-100px);
    }

        .mainContainer > .mainMenu, .mainContainer .container {
            backface-visibility: hidden;
            min-height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            width: 100%;
        }

    header {
        height: 75px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .menuBtn {
        border: 24px solid #000;
        border-radius: 5px;
        height: 0;
        width: 0;
        transition: all 300ms;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .menuBtn .menuLines {
            background-color: #fff;
            display: block;
            margin: -1px 0 0 -15px;
            position: absolute;
            top: 50%;
            transform: rotate(-45deg);
            height: 2px;
            width: 30px;
        }

            .menuBtn .menuLines:after, .menuBtn .menuLines:before {
                content: '';
                background-color: #fff;
                display: block;
                position: absolute;
                height: 2px;
                width: 100%;
                transition: all 200ms;
            }

            .menuBtn .menuLines:after {
                bottom: -7px;
            }

            .menuBtn .menuLines:before {
                top: -7px;
            }

        .menuBtn.clicked {
            border-color: #fff;
            border-radius: 10px;
            transform: rotate(0deg);
        }

            .menuBtn.clicked .menuLines {
                height: 0;
                transform: rotate(0deg);
            }

                .menuBtn.clicked .menuLines:after, .menuBtn.clicked .menuLines:before {
                    background-color: #f67280;
                    top: 1px;
                }

                .menuBtn.clicked .menuLines:after {
                    transform: rotate(45deg);
                }

                .menuBtn.clicked .menuLines:before {
                    transform: rotate(-45deg);
                }

    .mainMenu {
        background-color: #ffd200;
        transform: rotateY(-90deg) translateZ(288px);
        transition: transform 0;
        padding: 80px 0 0;
        height: 100%;
        z-index: 10;
    }

        .mainMenu.flip {
            transform: rotateY(0deg) translateZ(100px);
        }

            .mainMenu.flip li {
                animation: shake 300ms linear;
                transform-origin: 50% 50%;
                animation-iteration-count: 2;
            }

                .mainMenu.flip li:nth-child(1) {
                    opacity: 1;
                    animation-delay: 100ms;
                }

                .mainMenu.flip li:nth-child(2) {
                    opacity: 1;
                    animation-delay: 200ms;
                }

                .mainMenu.flip li:nth-child(3) {
                    opacity: 1;
                    animation-delay: 300ms;
                }

                .mainMenu.flip li:nth-child(4) {
                    opacity: 1;
                    animation-delay: 400ms;
                }

                .mainMenu.flip li:nth-child(5) {
                    opacity: 1;
                    animation-delay: 500ms;
                }

                .mainMenu.flip li:nth-child(6) {
                    opacity: 1;
                    animation-delay: 600ms;
                }

                .mainMenu.flip li:nth-child(7) {
                    opacity: 1;
                    animation-delay: 700ms;
                }

                .mainMenu.flip li:nth-child(8) {
                    opacity: 1;
                    animation-delay: 800ms;
                }

        .mainMenu li {
            opacity: 0;
            text-decoration: none;
        }

            .mainMenu li:nth-child(1) {
                background-color: #2980b9;
            }

            .mainMenu li:nth-child(2) {
                background-color: #29b865;
            }

            .mainMenu li:nth-child(3) {
                background-color: #16a085;
            }

            .mainMenu li:nth-child(4) {
                background-color: #f39c12;
            }

            .mainMenu li:nth-child(5) {
                background-color: #8e44ad;
            }

            .mainMenu li:nth-child(6) {
                background-color: #2c3e50;
            }

            .mainMenu li:nth-child(7) {
                background-color: #d35400;
            }

            .mainMenu li:nth-child(8) {
                background-color: #c0392b;
            }

    .studentlayout ul li a {
        color: #fff;
        display: block;
        padding: 25px 0 25px 25px;
        text-align: right;
        text-transform: uppercase;
        position: relative !important;
    }


    .mainMenu li a i, .mainMenu li a span {
        display: inline-block;
        vertical-align: middle;
    }

    .mainMenu li a i {
        font-size: 25px;
        margin-right: 10px;
        text-align: center;
        width: 30px;
    }

    .mainMenu li a span {
        font-weight: bold;
        letter-spacing: 1px;
    }

    .studentlayout .container.navbar {
        transform: translateZ(100px);
        transition: transform 500ms;
    }

    .studentlayout .container.flip {
        transform: rotateY(90deg) translateZ(288px);
    }

    .studentlayout .container.navbar .page {
        margin: 0 10px;
        display: none;
    }

        .studentlayout .container.navbar .page.active {
            display: block;
        }

    .studentlayout .container.navbar h2 {
        font-size: 20px;
    }

        .studentlayout .container.navbar h2 span {
            display: inline-block;
            vertical-align: middle;
        }

        .studentlayout .container.navbar h2:before, .container.navbar h2:after {
            content: '---';
            display: inline-block;
            vertical-align: middle;
        }

        .studentlayout .container.navbar h2:before {
            margin-right: 5px;
        }

        .studentlayout .container.navbar h2:after {
            margin-left: 5px;
        }

    .studentlayout .container.navbar p {
        font-size: 15px;
        margin: 5px 0 0;
    }

    .fade {
        animation: fade 3000ms;
    }

    .flip {
        z-index: 1000000000;
        overflow: hidden;
    }

    @-webkit-keyframes fade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-moz-keyframes fade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes shake {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes shake {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .ParentAllNavbar {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

.responsiveNav ul {
    --col-gap: 1rem;
    --barH: 1rem;
    --roleH: 2rem;
    --flapH: 2rem;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap) / 2);
    justify-content: center;
    align-items: flex-start;
    list-style: none;
}

    .responsiveNav ul li {
        position: relative;
        width: 11em;
        /* display: grid;*/
        grid-template:
            "role"
            "icon"
            "title"
            "descr";
        align-items: flex-start;
        gap: 1rem;
        padding-block-end: calc(var(--flapH) + 1rem);
        text-align: center;
        background: var(--accent-color);
        background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
        clip-path: polygon( calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)) );
    }

.responsiveNav bar
ul li::before {
    content: "";
    grid-area: role;
    height: var(--barH);
    width: calc(100% + var(--col-gap));
    margin-left: calc(var(--col-gap) / -2);
    margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
    background: grey;
    z-index: -1;
    background-image: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) );
}

.responsiveNav role
ul li::after {
    content: "";
    grid-area: role;
    background: var(--accent-color);
    background-image: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) );
    height: var(--roleH);
}

.responsiveNav ul li .icon,
ul li .title,
ul li .descr {
    padding-inline: 1rem;
    color: white;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.responsiveNav ul li a {
    color: white;
}

.responsiveNav ul li .icon {
    font-size: 3rem;
}

.responsiveNav
ul li .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: -5px;
    margin-top: 5px;
    height: 15px;
}

.studentlayout ul li a {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

    .studentlayout ul li a.bannerGoExam {
        position: relative !important;
        padding: 5px 20px;
    }

.responsiveNav
ul li .descr {
    font-size: 0.9rem;
}

.responsiveNav .credits {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

    .responsiveNav .credits a {
        color: var(--color);
    }

.responsiveNav ul li:hover {
    transition-duration: 0.3s;
    padding-bottom: 65px;
}

.responsiveNav ul li.practiceNav:hover {
    background: #2980b9;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.mabhasiNav:hover {
    background: #29b865;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.DashboardNav:hover {
    background: #16a085;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.noteNav:hover {
    background: #f39c12;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.mistakesNav:hover {
    background: #8e44ad;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.profileNav:hover {
    background: #2c3e50;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.practiceNav.is-active {
    background: #2980b9;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.mabhasiNav.is-active {
    background: #29b865;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.DashboardNav.is-active {
    background: #16a085;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.noteNav.is-active {
    background: #f39c12;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.mistakesNav.is-active {
    background: #8e44ad;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul li.profileNav.is-active {
    background: #2c3e50;
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
}

.responsiveNav ul .is-active {
    padding-bottom: 65px;
}

.responsiveNav .menu-link {
    display: initial !important;
}

    .responsiveNav .menu-link.is-active {
        padding-bottom: 70px !important;
    }

.tik {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cupParentModal {
    width: 100%;
    display: flex;
    justify-content: end;
    display: flex;
    align-items: center;
    position: absolute;
}

.cupDivModal {
    border-radius: 15px;
}

.cupTextDivModal {
    border: 3px solid #eac668;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgb(233,203,116);
    background: linear-gradient(0deg, rgba(233,203,116,1) 53%, rgba(245,217,144,1) 64%);
    margin-left: -21px;
}

.cupParentDivModal {
    position: relative;
}

.cupTextDivModal span {
    color: black;
    font-weight: 600;
    font-size: 1.3rem;
}

.cupParentModal img {
}

@media only screen and (max-width: 1175px) {

    .bannerImagePattern {
        background: rgba(172,20,7,1) !important;
    }

    .bannerImagePattern-bahar {
        background: rgb(50 148 8) !important;
    }


    .bannerImagePattern-3day {
        background: rgb(8 143 148) !important;
    }

    .bannerImagePattern-Talented {
        background: rgba(0,80,155,1) !important;
    }

    .responsiveNav ul li {
        width: 9.3rem !important;
    }

    #gameRankModal .card-special-sub {
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
}

.emptygears a.kpi-num-sub {
    background: #adb5bd !important;
    min-width: 3.8rem;
}

.emptygears button.kpi-num-sub {
    background: #adb5bd !important;
    min-width: 3.8rem;
}

.emptygears .custom-info-dark {
    background: #adb5bd !important;
}

.emptygears span.label {
    color: #adb5bd !important;
}

.emptygears .half-arc {
    background: #adb5bd !important;
}

.btn-custom-gray {
    color: #fff;
    border-color: #939393;
    background-color: #afb2b8;
}

.bannerImagePattern ul {
    font-size: 13px;
    line-height: 1.5em;
    margin: 5px 0 15px;
    padding: 0;
}



    .bannerImagePattern ul li {
        list-style: none;
        position: relative;
        padding: 0 0 0 20px;
        direction: rtl;
        color: white;
        font-size: 1.2rem;
        text-align: right;
        line-height: 2;
    }

        .bannerImagePattern ul li .btn {
            background: rgb(216,172,24);
            background: linear-gradient(0deg, rgba(216,172,24,1) 0%, rgba(219,170,31,1) 100%);
            border-radius: 10px;
            -webkit-box-shadow: 5px 4px 9px 0px rgba(0,0,0,0.4);
            -moz-box-shadow: 5px 4px 9px 0px rgba(0,0,0,0.4);
            box-shadow: 5px 4px 9px 0px rgba(0,0,0,0.4);
            padding: 18px 14px;
            display: inline-flex;
            align-items: center;
        }

        .bannerImagePattern ul li .bannerGoExam i {
            padding: 2px;
            background: white;
            border-radius: 50%;
            width: 1.6rem;
            height: 1.6rem;
            font-size: 1.2rem;
            -webkit-box-shadow: 5px 4px 9px -4px rgba(0,0,0,0.48);
            -moz-box-shadow: 5px 4px 9px -4px rgba(0,0,0,0.48);
            box-shadow: 5px 4px 9px -4px rgba(0,0,0,0.48);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: black
        }

        .bannerImagePattern ul li .bannerGoExam small {
            color: black;
            font-size: 1.1rem;
            font-weight: 600;
        }

    .bannerImagePattern ul.round li:before {
        content: "";
        position: absolute;
        right: -15px;
        top: 0;
        margin: auto;
        bottom: 0;
        width: 10px;
        height: 10px;
        background-color: white;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: none;
    }

.bannerImagePattern img {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.modal-header img {
    flex-shrink: 0;
}

.headerRanking {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.bannerImagePattern {
    background: rgb(172,20,7);
    background: linear-gradient(90deg, rgba(172,20,7,1) 25%, rgba(240,35,16,1) 50%, rgba(172,20,7,1) 83%);
}

.bannerImagePattern-Talented {
    background: rgb(50 148 8);
    background: linear-gradient(90deg, rgb(0 80 155) 25%, rgb(0 115 220) 50%, rgba(0 80 155) 83%);
    min-height: 10rem;
}

.trophy-image {
    position: relative;
}

    .trophy-image h5 {
        background: rgb(117,86,5);
        background: linear-gradient(0deg, rgba(117,86,5,1) 0%, rgba(222,168,27,1) 7%, rgba(222,172,28,1) 87%, rgba(235,209,117,1) 100%);
        padding: 0px 5px;
        text-align: right;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        align-items: center;
    }

        .trophy-image h5 small {
            font-size: 0.8rem;
            font-weight: 600;
        }

        .trophy-image h5:nth-child(2) {
            position: absolute;
            top: 22%;
            left: 50%;
            width: 9rem;
            padding-top: 3px;
            padding-bottom: 3px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            justify-content: start;
        }

        .trophy-image h5:nth-child(3) {
            position: absolute;
            top: 43%;
            left: 50%;
            width: 6.5rem;
            padding-top: 3px;
            padding-bottom: 3px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            justify-content: start;
        }

        .trophy-image h5:nth-child(5) {
            position: absolute;
            top: 43%;
            right: 50%;
            width: 6.5rem;
            padding-top: 3px;
            padding-bottom: 3px;
            display: inline-flex;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            justify-content: end;
        }

        .trophy-image h5:nth-child(4) {
            position: absolute;
            top: 22%;
            right: 50%;
            width: 9rem;
            padding-top: 3px;
            padding-bottom: 3px;
            display: inline-flex;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            justify-content: end;
        }

    .trophy-image span {
        font-size: 1.2rem;
    }

        .trophy-image span img {
            width: 2rem;
        }

.bannerTitleParent {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bannerTitleParent .bannerTitleImage {
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/img/bannerTalaCenter.png) !important;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

    .bannerTitleParent h2 {
        font-size: 3.5rem;
        color: white;
        font-weight: 600;
        text-align: center;
    }

    .bannerTitleParent h5 {
        font-size: 1.1rem;
        color: white;
        border-radius: 15px;
        padding: 3px;
        background: rgb(150,52,9);
        background: linear-gradient(0deg, rgba(150,52,9,1) 0%, rgba(213,104,23,1) 7%, rgba(212,103,24,1) 87%, rgba(249,155,108,1) 100%);
        width: 15rem;
        max-width: 15rem;
        margin: auto;
        text-align: center;
    }

.bannerBlink {
    animation: blinker 1s linear infinite;
}

.rankBlink {
    animation: blinker 1.5s linear infinite;
    cursor: pointer;
}

@keyframes blinker {
    50% {
        opacity: 0.6;
    }
}

@keyframes rankBlink {
    10% {
        opacity: 1;
    }
}

.BannerTropheyResponsive {
    display: flex;
    position: absolute;
    top: 0;
    left: 58px;
    max-width: 105px;
    margin-top: -10px;
}

    .BannerTropheyResponsive img {
        position: relative;
        z-index: 2;
    }

    .BannerTropheyResponsive h5 {
        padding: 0 !important
    }

        .BannerTropheyResponsive h5:nth-child(2) {
            width: 7rem !important;
            top: 23px !important;
        }

        .BannerTropheyResponsive h5:nth-child(3) {
            width: 4.5rem !important;
            top: 52px !important;
        }

        .BannerTropheyResponsive h5:nth-child(4) {
            width: 6rem !important;
            top: 23px !important;
        }

        .BannerTropheyResponsive h5:nth-child(5) {
            width: 4.5rem !important;
            top: 52px !important;
        }

.menuDivSpace {
    width: 100%;
    height: 8rem;
}

.BannerTropheyResponsive span img {
    width: 2rem;
    margin-top: 3px;
}

.note-body {
    min-height: 500px;
}

.custom-notepad.box {
    position: relative;
    width: 90%;
    height: 800px;
    display: block;
    background: none;
    margin: auto;
    margin-top: 2%;
}

.custom-notepad .notepad {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #89bad4;
    border-radius: 10px;
}

.custom-notepad .pad {
    position: absolute;
    top: -1%;
    left: 4%;
    width: 92%;
    height: 98%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.custom-notepad .top {
    position: absolute;
    width: 100%;
    height: 7%;
}

.custom-notepad .clip:nth-child(1) {
    position: absolute;
    width: 12.5%;
    height: 100%;
    left: 0;
}

.custom-notepad .whole {
    position: absolute;
    bottom: 0;
    left: 22%;
    width: 37%;
    height: 60%;
    background: #ececec;
    border-radius: 50%;
}

.custom-notepad .roll {
    position: absolute;
    top: -40%;
    left: 30%;
    width: 20%;
    height: 120%;
    background: #f36540;
    border-radius: 10px;
}

.custom-notepad .clip:nth-child(2) {
    position: absolute;
    left: 12.5%;
    width: 12.5%;
    height: 100%;
}

.custom-notepad .clip:nth-child(3) {
    position: absolute;
    left: 25%;
    width: 12.5%;
    height: 100%;
}

.custom-notepad .clip:nth-child(4) {
    position: absolute;
    left: 37.5%;
    width: 12.5%;
    height: 100%;
}

.custom-notepad .clip:nth-child(5) {
    position: absolute;
    left: 50%;
    width: 12.5%;
    height: 100%;
}

.custom-notepad .clip:nth-child(6) {
    position: absolute;
    left: 62.5%;
    width: 12.5%;
    height: 100%;
}

.custom-notepad .clip:nth-child(7) {
    position: absolute;
    left: 75%;
    width: 12.5%;
    height: 100%;
}

.custom-notepad .clip:nth-child(8) {
    position: absolute;
    left: 87.5%;
    width: 12.5%;
    height: 100%;
}

.custom-notepad .bottom {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 90%;
    z-index: 2;
}

.custom-notepad .line {
    position: absolute;
    width: 100%;
    height: 0.10%;
    background: #f36540;
    z-index: 1;
}

    .custom-notepad .line:nth-child(2) {
        top: 8%;
    }

    .custom-notepad .line:nth-child(3) {
        top: 16%;
    }

    .custom-notepad .line:nth-child(4) {
        top: 24%;
    }

    .custom-notepad .line:nth-child(5) {
        top: 32%;
    }

    .custom-notepad .line:nth-child(6) {
        top: 40%;
    }

    .custom-notepad .line:nth-child(7) {
        top: 48%;
    }

    .custom-notepad .line:nth-child(8) {
        top: 56%;
    }

    .custom-notepad .line:nth-child(9) {
        top: 64%;
    }

    .custom-notepad .line:nth-child(10) {
        top: 72%;
    }

    .custom-notepad .line:nth-child(11) {
        top: 80%;
    }

    .custom-notepad .line:nth-child(12) {
        top: 88%;
    }

.custom-notepad .pen {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 6%;
    height: 70%;
    background: #f36540;
}

.custom-notepad .top-pen {
    position: absolute;
    top: -1%;
    width: 160%;
    height: 1.5%;
    background: #f36540;
}

.custom-notepad .edge {
    position: absolute;
    top: -1%;
    right: -15%;
    width: 10%;
    height: 30%;
    background: #f36540;
}

.custom-notepad .reflection {
    position: absolute;
    left: 7%;
    width: 6%;
    height: 100%;
    background: #fff;
}

.custom-notepad .pen-tip {
    position: absolute;
    bottom: -15%;
    left: 1%;
    width: 100%;
    height: 15%;
    background: #f36540;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.custom-notepad .tip-reflection {
    position: absolute;
    right: 32%;
    width: 4%;
    height: 80%;
    background: #fff;
    transform: rotate(20deg);
}

.custom-notepad .note-card-body {
    margin-top: 4rem;
    margin-right: 20px;
    margin-left: 20px;
}

.custom-notepad #open {
    position: relative;
    max-height: 80%;
    overflow: auto;
}

.question-body td {
    border: 1px solid #666;
    padding: 2px 8px;
}

.question-show td {
    border: 1px solid #666;
    padding: 2px 8px;
}

u {
    text-decoration: underline;
}

.guide-help {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/help-back-game.png) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}


.home-demo .item {
    background: transparent;
}

    .home-demo .item img {
        max-width: 50%;
        margin: auto;
    }

.home-demo h2 {
    text-align: center;
    font-weight: 300;
    color: white;
}

.home-demo .owl-carousel {
    background: rgba(0,0,0,0.5);
    width: 75%;
    height: 80%;
    margin-right: 15%;
    position: absolute;
    z-index: 0;
    border-radius: 15px;
}

.guide-help .section {
    height: 100%;
}

.guide-help .section1 {
    color: white;
    padding: 35px 60px 35px 50px;
    box-sizing: border-box;
    margin: 0px;
}

    .guide-help .section1 .titleImage {
        max-width: 5rem;
        width: 5rem !important;
        float: left;
        margin-top: 20px;
    }

    .guide-help .section1 > p {
        margin: 10px 5px 30px 0px;
        font-size: 11px;
        color: hsla(0, 0%, 100%, 0.75);
        line-height: 1.8;
    }

    .guide-help .section1 > div {
        text-align: right;
        line-height: 2;
    }

        .guide-help .section1 > div div {
            width: 33.3%;
        }

            .guide-help .section1 > div div h4 {
                margin-bottom: 0px;
                font-size: 18px;
                color: hsl(0, 0%, 100%);
            }

            .guide-help .section1 > div div p {
                font-size: 9.5px;
                letter-spacing: .4px;
                color: hsla(0, 0%, 100%, 0.6);
            }

.guide-help .section2 {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media only screen and (max-width: 765px) {
    .guide-help .owl-theme .owl-dots {
        right: 0 !important;
    }

    .home-demo h2 {
        margin-top: 7rem !important;
    }

    .guide-help i {
        position: relative !important;
        float: left;
    }

    .home-demo .owl-carousel {
        height: inherit !important;
        padding-bottom: 0 !important;
    }

    .guide-help {
        background-image: none !important
    }

    .menu-link.is-active {
        border: 4px solid;
    }
}

@media only screen and (max-width: 1100px) {
    div.home-demo .owl-carousel {
        width: 90% !important;
        margin-right: 5% !important;
        padding-bottom: 80px;
    }

    .guide-help .section1 {
        padding: 0 !important
    }

    div.guide-help .progressGame {
        width: 100% !important;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 1349px) {
    .home-demo .owl-carousel {
        width: 80% !important
    }
}

.guide-help .owl-stage-outer {
    height: 100%
}

.guide-help .row {
    align-items: center;
    height: 100%;
}

.guide-help .owl-stage, .guide-help .owl-item, .guide-help .item, .guide-help .container-fluid {
    height: 100%
}

.guide-help .owl-nav {
    display: block !important;
}

.guide-help .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.guide-help .owl-prev {
    right: 20px;
    position: absolute;
    bottom: 10px;
}

.guide-help .owl-next {
    left: 20px;
    position: absolute;
    bottom: 10px;
}

.guide-help .owl-theme .owl-dots {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
}

    .guide-help .owl-theme .owl-dots button {
        margin-left: 5px;
        margin-top: 5px;
        border-radius: 50%;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.guide-help .owl-theme .owl-dot.active button {
    background: #a7ef0a;
    border-color: #a7ef0a;
    color: black;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
}

.progressGame {
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
    /* position: relative;*/
    height: 25px;
    max-width: 300px;
    margin-top: 15px;
}

    .progressGame img {
        position: absolute;
        top: -4px;
        bottom: 0;
        right: 3px;
    }

/* .progressGame:before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: -10px;
        background: rgba(255,255,255,0.2);
        height: 45%;
        width: 95%;
        margin: auto;
    }*/

.progress-done {
    background: #28A745;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    padding-right: 0px;
}

.progress-done2 {
    background: #283593;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    padding-right: 45px;
}

.guide-help .progressGame {
    width: 50% !important
}

    .guide-help .progressGame img {
        max-width: 35px !important;
        top: 2px !important;
    }

.guide-help i {
    font-size: 4rem;
}

.scoreClassAll {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    height: fit-content;
}

.scoreClass1 {
    background: rgb(214,154,0);
    background: linear-gradient(45deg, rgba(214,154,0,1) 0%, rgba(252,219,87,1) 69%, rgba(243,201,0,1) 100%);
}

    .scoreClass1:before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: -20px;
        background: rgba(255,255,255,0.2);
        height: 30%;
        width: 85%;
        margin: auto;
    }

.scoreClass2 {
    background: rgb(161,169,181);
    background: linear-gradient(45deg, rgba(161,169,181,1) 0%, rgba(163,167,180,1) 69%, rgba(181,187,203,1) 100%);
}

    .scoreClass2:before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: -20px;
        background: rgba(255,255,255,0.2);
        height: 30%;
        width: 85%;
        margin: auto;
    }

.scoreClass3 {
    background: rgb(167,117,74);
    background: linear-gradient(45deg, rgba(167,117,74,1) 0%, rgba(202,137,90,1) 69%, rgba(204,138,85,1) 100%);
}

    .scoreClass3:before {
        border-radius: inherit;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: -20px;
        background: rgba(255,255,255,0.2);
        height: 30%;
        width: 85%;
        margin: auto;
    }

#gameRankModal .kpi-num-sub span {
    font-size: 1rem !important
}

#gameRankModal .kpi-num-sub {
    min-width: unset !important;
}

#gameRankModal {
    background: rgba(0,0,0,0.5);
}

    #gameRankModal .modal-dialog {
        -webkit-box-shadow: 5px 3px 8px 5px rgb(0 0 0 / 32%);
        box-shadow: 5px 3px 8px 5px rgb(0 0 0 / 32%);
    }

    #gameRankModal .cupParentModal strong {
        font-size: 1.2rem;
    }

.done-text {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
}

.done2-text {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
}

.rankClick {
    margin-top: 10px !important;
    position: relative;
    cursor: pointer;
}

.questionBody {
    font-size: 18px !important
}

.persian-formola {
    font-family: Arial !important;
    font-size: .95em !important;
    font-style: normal;
    font-weight: normal;
}

.persian-num-formola {
    font-family: 'IRANSansFaNum' !important;
    font-size: 97% !important;
    font-style: normal;
    font-weight: normal;
}

.bannerImagePattern-bahar {
    background: rgb(50 148 8);
    background: linear-gradient(90deg, rgb(50 148 8) 25%, rgb(90 230 30) 50%, rgba(50 148 8) 83%);
}

.bannerImagePattern-3day {
    background: rgb(8 143 148);
    background: linear-gradient(90deg, rgb(8 143 148) 25%, rgb(14 221 228) 50%, rgba(8 143 148) 83%);
    min-height: 10rem;
}



.sidenav-toggler-line {
    position: relative;
    display: block;
    height: 2px;
    background-color: #ffffff;
}

.scoreNum {
    display: grid;
    text-align: center;
}

#gameRankModal .closeRank {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    float: left;
    opacity: 1 !important;
    color: #c3c3c3 !important;
    text-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
}

#gameRankModal .close {
    font-size: 1rem !important;
    font-weight: 300;
    line-height: 1;
    float: right;
    opacity: 1 !important;
    color: white !important;
    padding: 10px 30px;
    background: linear-gradient(0deg, rgba(29,26,19,1) 45%, rgba(126,119,109,1) 55%);
}

.modal-dialog {
    max-height: 90%;
    overflow: auto;
    pointer-events: unset;
}

.titleNorouz {
    text-shadow: 0px 1px 3px #000000, 2px 2px 2px rgb(206 89 55 / 0%);
    color: #df9f1b;
}

#gameRankModal .card {
    /*  background: rgb(194,194,184);*/
    background: linear-gradient(0deg, rgba(216,216,206,1) 53%, rgba(227,227,218,1) 64%);
}


#gameRankModal .modal-header {
    /*  background: rgb(194,194,184);*/
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(29,26,19,1) 45%, rgba(126,119,109,1) 55%);
    padding: 0;
}

    #gameRankModal .modal-header img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
        cursor: pointer;
    }

#gameRankModal .modal-content {
    /*  background: rgb(194,194,184);*/
    background-color: rgb(245 245 245);
}

.banner .code {
    font-weight: bold;
    color: white;
}

/*.owl-stage {
    min-width: 500px !important;
}

.owl-item {
    min-width: 120px !important;
}*/

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading button {
        padding: 10px 15px;
        display: flex;
        direction: ltr;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        position: relative;
    }

        .panel-default > .panel-heading button strong {
            margin-right: 20px;
            text-align: right;
        }

        .panel-default > .panel-heading button:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
            font-weight: bolder;
            position: absolute;
            top: 22%;
            right: 20px;
        }

        .panel-default > .panel-heading button[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading button[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading button[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            font-size: 30px;
        }

.half-arc {
    position: relative;
    width: 117px;
    height: 58px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom: 0;
    background: whitesmoke;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .half-arc:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%;
        border-radius: 50%;
        background-image: conic-gradient(#e6c070, #ff2929 calc(var(--percentage, 0) / 2), #dedede 0);
        transition: transform .5s ease-in-out;
        z-index: 1;
        transform: rotate(270deg);
    }

    .half-arc:after {
        content: "";
        position: absolute;
        display: block;
        background: transparent;
        z-index: 2;
        width: calc(100% - 32px);
        height: calc(200% - 32px);
        border-radius: 50%;
        top: 16px;
        left: 16px;
    }

    .half-arc span {
        color: #673ab7;
        z-index: 3;
        position: absolute;
        bottom: 0;
        text-align: center;
        font-size: 1rem;
    }

.bannerImagePattern-Talented {
    background: rgb(50 148 8);
    background: linear-gradient(90deg, rgb(0 80 155) 25%, rgb(0 115 220) 50%, rgba(0 80 155) 83%);
    min-height: 10rem;
}

.bannerTitleParent .bannerTitleParent-Talented {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-image: url('/img/page/Talented/ItemCenter.png') !important;
}

.m-mt-50 {
    margin-top: unset;
}

@media (max-width: 500px) {
    .m-mt-50 {
        margin-top: 50px !important;
    }
}

.max-w-350 {
    max-width: 350px !important;
}

.custom-border-LeafAnswer {
    width: fit-content;
    margin: auto;
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #dfdfdf;
    margin-bottom: 15px;
    color: #0024c7;
}

.scale09 {
    transform: scale(0.9);
}

.scale1-15 {
    transform: scale(1.15);
}

.scale1-2 {
    transform: scale(1.20);
}

.thick-border {
    border-width: thick !important;
}

.medium-border {
    border-width: medium !important;
}

.text-grey {
    color: #ccc !important;
}



.question-number-grey {
    color: #7c7c7c !important;
}


    .question-number-grey h1 {
        color: #7c7c7c !important;
    }

.bg-light-green {
    background-color: #90ff7f;
}

.question-number-dark {
    color: black !important;
}


    .question-number-dark h1 {
        color: black !important;
    }


.cursor-pointer {
    cursor: pointer;
}

.min-heigh-10rem {
    min-height: 10rem;
}

.min-heigh-11rem {
    min-height: 11rem;
}

.min-heigh-12rem {
    min-height: 12rem;
}

.min-heigh-13rem {
    min-height: 13rem;
}

.min-heigh-14rem {
    min-height: 14rem;
}

.min-heigh-15rem {
    min-height: 15rem;
}

.max-height-50 {
    max-height: 50%;
}

.write-com {
    width: 50%;
}

@media only screen and (max-width: 576px) {

    .write-com {
        width: 90% !important;
    }
}

.boder-answer-com {
    border-radius: 10px;
    border-right: #83e0f2 5px solid !important;
}

.top-point-number {
    border: 1px solid #ffffff;
    border-left: 1px solid #00000000;
    border-radius: 3px;
    padding-right: 5px;
}

.user-in-table {
    background: #cfd4f6;
    border: #8896f5 1px solid;
    border-radius: 2px;
}

.ttt {
    flex: 1;
}

.yyy {
    display: flex;
    flex-wrap: wrap;
    flex: 1
}

@media only screen and (max-width: 576px) {

    .yyy {
        display: flex;
        flex-wrap: wrap;
    }

    .ttt {
        flex: 0 0 50%;
    }
}

.top_point_back {
    border-radius: 20px;
    background: rgb(255, 221, 0);
    border-color: rgb(204, 177, 0);
    vertical-align: middle;
}

.main_item_back {
    display: flex;
    background: #f5f5f5;
    border-radius: 15px;
    justify-content: start;
    align-items: center;
    padding: 10px;
}

.main_item_back2 {
    display: flex;
    background: white;
    border-radius: 15px;
    justify-content: start;
    align-items: center;
    padding: 10px;
}

.sub-item-back {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.top-row-two {
    margin-right: unset
}

@media only screen and (min-width: 1200px) {

    .top-row-two {
        margin-right: 60px;
    }
}

.baner-home_page {
    border-radius: 15px;
}

.top-item-back {
    height: auto;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 0 0.5rem rgb(136 152 170 / 8%) !important
}

.top-item-color {
    color: #404040 !important;
}

.border-radius-15p {
    border-radius: 15px !important;
}

.top-shadow {
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px 0px !important;
}

.child-blue {
    flex: 1;
}

.parent-blue {
    display: flex;
    flex-wrap: wrap;
    flex: 1
}

.blue-count-65 {
    height: 65px;
    width: 65px;
    min-width: 65px
}

.blu-count-num {
    font-size: 2rem !important;
}

.blue-count-percent {
    font-size: 0.9rem !important;
}

@media only screen and (max-width: 576px) {



    .parent-blue {
        display: flex;
        flex-wrap: wrap;
    }

    .child-blue {
        flex: 0 0 50%;
    }

    .justify-between-sm {
        justify-content: space-between;
    }

    .m-left-0-sm {
        margin-left: 0 !important;
    }

    .m-right-3-sm {
        margin-right: 1rem !important;
    }

    .px-0-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .px-title-sm {
        padding-left: 0 !important;
        padding-right: 20px !important;
    }

    .blue-count-65 {
        height: 50px;
        width: 50px;
        min-width: 50px
    }

    .blu-count-num {
        font-size: 1.3rem !important;
    }

    .blue-count-percent {
        font-size: 0.75rem !important;
    }

    .panel-default > .panel-heading button:after {
        content: "";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
        font-weight: bolder;
        position: absolute;
        top: 15%;
        right: 17px;
    }

    .justify-content-center-sm {
        justify-content: center !important
    }
}


.tree-kno {
    filter: invert(93%) sepia(0%) saturate(7465%) hue-rotate(57deg) brightness(107%) contrast(110%);
}

.min-90 {
    min-width: 90px !important;
}

.item22 {
    background-color: #4DC7A0;
    color: white;
    font-size: 30px;
    height: 150px;
    padding: 10px;
}

.fix-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.test-special-icon {
    font-size: 25px;
    position: absolute;
    left: -19px;
    top: -18px;
    color: #ffc300;
}

@media only screen and (min-width: 765px) {
    .inline-block-title {
        display: inline-block;
        max-width: 450px;
        width: 450px;
    }
}

.top_bage_num {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black
}

.circle_inbox {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    overflow: hidden;
    background: red;
    top: 10px;
    right: -1px;
    transform: translate(50%,-50%);
}


@-webkit-keyframes rotating1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.pr {
    -webkit-animation: rotating1 2s linear infinite;
    top: 0
}

.like-questionn {
    border: 2px solid #63dffc;
    padding: 2px 8px 2px 8px;
    border-radius: 4px
}

.dislike-questionn {
    border: 2px solid #e72828;
    padding: 2px 8px 2px 8px;
    border-radius: 4px
}

.progressQuiz {
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
    height: 3px;
    /*max-width: 300px;
    min-width: 240px;*/
    width: 100%;
}

.progressQuiz-done {
    background: #28A745;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
    padding-right: 0px;
}

.shoe-quiz {
    top: 0;
    bottom: 0;
    left: 0;
    transform: translate(0%,-50%)
}

.answer-quiz-border {
    border-color: #646464 !important;
}

.circle_inbox-2 {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    overflow: hidden;
    background: red;
    top: 10px;
    right: -1px;
    transform: translate(50%,-50%);
}

.get-plan-summer-img {
    top: 75px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}


.get-plan-summer-mob {
    top: 60px;
    right: 0;
    left: 70px;
    margin: auto;
}


@keyframes leaves {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
    }
}


.treeLeaves {
    -webkit-animation: leaves 2s ease-in-out infinite alternate;
}

.ssp {
    left: 0;
    top: 0;
    position: absolute;
    transform: translate(50%,-50%);
}

.font-size-08-xs-ana {
    font-size: 1.5rem;
}

.padding-web-ana {
    padding-left: 70px !important;
    padding-right: 70px !important;
}



.font-size-stra-web-08-rem {
    font-size: 0.8rem;
}

.font-size-stra-web-09-rem {
    font-size: 0.9rem;
}

.font-size-stra-web-1-rem {
    font-size: 1rem;
}


@keyframes fadeAndScale {

    0% {
        opacity: 0;
        transform: scale(.4, .4);
    }

    99% {
        opacity: 1;
        transform: scale(1, 1);
    }

    100% {
        opacity: 0;
    }
}

.like-anim {
    animation-duration: 1s;
    animation-name: fadeAndScale;
}

@keyframes certificate-anim {
    0% {
        /*transform: scale(0.5);*/
        opacity: 0.1;
    }

    100% {
        /*transform: scale(1);*/
        opacity: 1;
    }
}


.certificate-logo {
    -webkit-animation: certificate-anim 0.9s ease-in-out infinite alternate;
}

.analysis-off-back {
    background-color: #f3f3f3;
}

.select-course-practice {
    width: 210px;
}

.btn-light-Lock {
    color: #161616;
    border-color: #e1e1e1;
    background-color: #e9ebed;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.circle_inbox2 {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    overflow: hidden;
    background: red;
    /*top: 10px;
    right: -1px;
    transform: translate(50%,-50%);*/
}

.hover-none:hover {
    background-color: unset;
    color: #233dd2;
}


@keyframes certificate-anim2 {
    0% {
        /*transform: scale(0.5);*/
        color: white;
    }

    100% {
        /*transform: scale(1);*/
        color: green;
    }
}


.certificate-logo2 {
    -webkit-animation: certificate-anim2 0.9s ease-in-out infinite alternate;
}


.custom-pink {
    background-color: #b50096;
}

.custom-red {
    background-color: #b50000;
}


.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 310px;
    min-height: 366px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    left: -90%;
    /*  transform: translate(38%, 0%);*/
    border-radius: 10px;
}

    .dropdown-content2 a {
        color: black;
        padding: 5px;
        text-decoration: none;
        display: block;
        font-size: 0.8rem;
        text-align: right
    }

        .dropdown-content2 a:hover {
            background-color: #ddd;
        }

.show2 {
    display: block;
}






.modal33 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    right: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content33 {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 40px;
    margin-left: 40px;
    background-color: #343a40;
    border-radius: 10px;
    width: 20%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close33 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close33:hover,
    .close33:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header33 {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.totaltest-custom-col {
    background-color: #e7bf6d;
}


.margin-top-giud {
    margin-top: 4.2rem;
}

.plan-average-btn {
    border-color: #fff;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    margin: 4px 5px;
    height: 25px !important;
}


.selected-title {
    padding: 0px 3px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #5e72e4;
}

.unselected-title {
    padding: 0px 3px;
    border: 1px solid #939393;
    border-radius: 5px;
    background-color: #e9e6e0;
}

.selected-main-title {
    background-color: #5e72e4;
}

.unselected-main-title {
    background-color: #e9e6e0;
}


body {
    padding: 0px;
}


.ul3 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;
    list-style-type: none;
    padding: 12px 10px 0;
}

.tab3 {
    float: left;
    height: 44px;
    margin: 0 8px -1px 0;
    /*border: 1px solid #DAE0E7;*/
    background: #FFFFFF;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}


.tabSelected3 {
    height: 45px;
    border-bottom: none;
    background: #fff;
}


.closeTab3 {
    width: 16px;
    height: 16px;
    margin: 0 14px 0 12px;
    padding: 3px;
    border-radius: 16px;
    line-height: 16px;
    text-align: center;
}


.backscan {
    background-image: url("../../img/in4.png");
    background-size: contain;
}

.backtest {
    background-color: #94ebdf !important
}

.noborder :focus-visible {
    border: unset
}


.chat-sent {
    width: fit-content;
    margin-left: 1.5rem;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid #e1eece;
    background-color: #eff6e5;
}

.chat-recived {
    width: fit-content;
    margin-right: 1.5rem;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #cee5e9;
    background-color: #e5f1f3;
}



@media only screen and (min-width: 1024px) {
    .width-60px-lg {
        width: 60px !important;
    }

    .width-65px-lg {
        width: 65px !important;
    }

    .width-30-per-lg {
        width: 30%;
    }

    .total-test-cus-px {
        padding: 0 80px !important;
    }

    .cus-archive-data_left {
        display: inline-block;
        width: 35px;
        text-align: right;
    }

    .cus-archive-data_right {
        display: inline-block;
        width: 35px;
        text-align: left;
    }



    .marginx-50px {
        margin-left: 50px;
        margin-right: 50px;
    }

    .d-xl-unset {
        display: unset !important;
    }
}

@media only screen and (max-width: 1024px) {

    .d-lg-unset {
        display: unset !important;
    }
}


@media only screen and (max-width: 768px) {
    .yu {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }

    .cus-col-md-4 {
        max-width: 33.33333%;
        flex: 0 0 50%;
    }

    .cust-order-2 {
        order: 2
    }



    .cus-mtop-md {
        margin-top: 0px;
    }

    .cus-col55-md {
        max-width: 45.8333366667%;
        flex: 0 0 45.8333366667%;
    }

    .cus-col1-md {
        max-width: 8.333326666%;
        flex: 0 0 8.333326666%;
    }

    .wrong-people-md {
        padding-left: 2px !important;
        padding-right: 2px !important
    }

    .true-people-md {
        padding-left: 0px !important;
        padding-right: 14px !important;
    }

    .fontsize-16-md {
        font-size: 1.6rem !important;
    }

    /*.display-none-mob-tab {
        display: none !important;
    }*/

    .marginx-10px-md {
        margin-left: 10px !important;
        margin-right: 18px !important;
    }


    .d-md-unset {
        display: unset !important;
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(242 242 242);
}
@media only screen and (max-width: 576px) {

    .w-85p-xs {
        width:85px;
    }

    .display-none-xs {
        display: none !important;
    }


    .progressQuiz {
        background-color: rgba(0,0,0,0.4);
        border-radius: 10px;
        height: 3px;
        /*max-width: 300px;
        min-width: 100px;*/
        width: 100%;
    }

    .yu {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }

    .justify-content-start-xs {
        justify-content: start !important;
    }

    .justify-content-between-xs {
        justify-content: space-between !important
    }

    .justify-content-end-xs {
        justify-content: end;
    }

    .justify-content-center-xs {
        justify-content: center !important;
    }

    .cus-col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cust-order-2 {
        order: 2
    }

    .cus-col-sm-4 {
        max-width: 33.33333%;
        flex: 0 0 50%;
    }

    .cus-mtop-md {
        margin-top: 0px;
    }

    .custom-header-quiz-sm {
        border-bottom: unset !important;
        background-color: unset !important;
    }

    .min-height-140px-xs {
        min-height: 140px;
    }

    .font-size-08-xs-ana {
        font-size: 0.9rem;
    }

    .font-size-07-xs-mob {
        font-size: 0.7rem !important;
    }

    .padding-web-ana {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .font-size-stra-web-08-rem {
        font-size: 0.7rem;
    }

    .font-size-stra-web-1-rem {
        font-size: 0.9rem;
    }

    .p-015-rem-xs {
        padding-left: 0.15rem !important;
        padding-right: 0.15rem !important;
    }

    .m-lr-4px-xs {
        margin: 0px 2px 0px 2px !important;
    }

    .fontsize-1rem-xs {
        font-size: 1rem !important;
    }

    .custom-kpi-mob-ana {
        min-width: unset !important;
        width: 100px;
    }

    .text-07-rem-xs {
        font-size: 0.7rem !important;
    }

    .text-08-rem-xs {
        font-size: 0.8rem !important;
    }

    .text-09-rem-xs {
        font-size: 0.9rem !important;
    }

    .select-course-practice {
        width: 170px;
    }

    .width-100-xs {
        width: 100% !important;
    }

    .width-150-px-xs {
        width: 150px !important;
    }

    .px-8px-xs {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .display-none-mob-tab {
        display: none !important;
    }

    .width-100-xs {
        width: 100% !important;
    }

    .flex-grow-1-xs {
        flex-grow: 1;
    }

    .mt-8px-xs {
        margin-top: 8px;
    }

    .mt-10px-xs {
        margin-top: 10px;
    }


    .text-05rem-xs {
        font-size: 0.5rem !important;
    }

    .text-06rem-xs {
        font-size: 0.6rem !important;
    }

    .text-07rem-xs {
        font-size: 0.7rem !important;
    }

    .text-08rem-xs {
        font-size: 0.8rem !important;
    }

    .text-09rem-xs {
        font-size: 0.9rem !important;
    }

    .text-1rem-xs {
        font-size: 1rem !important;
    }

    .text-2rem-xs {
        font-size: 2rem !important;
    }

    .text-3rem-xs {
        font-size: 3rem !important;
    }

    .text-4rem-xs {
        font-size: 4rem !important;
    }

    .text-5rem-xs {
        font-size: 5rem !important;
    }

    .text-1-1rem-xs {
        font-size: 1.1rem !important;
    }

    .text-1-2rem-xs {
        font-size: 1.2rem !important;
    }

    .text-1-3rem-xs {
        font-size: 1.3rem !important;
    }

    .text-1-4rem-xs {
        font-size: 1.4rem !important;
    }

    .text-1-5rem-xs {
        font-size: 1.5rem !important;
    }

    .text-1-6rem-xs {
        font-size: 1.6rem !important;
    }

    .text-1-7rem-xs {
        font-size: 1.7rem !important;
    }

    .text-1-8rem-xs {
        font-size: 1.8rem !important;
    }

    .text-1-9rem-xs {
        font-size: 1.9rem !important;
    }

    .text-2-5rem-xs {
        font-size: 2.5rem !important;
    }

    .text-3-5rem-xs {
        font-size: 3.5rem !important;
    }

    .text-4-5rem-xs {
        font-size: 4.5rem !important;
    }

    .margin-top-giud {
        margin-top: 1rem;
    }

    .margin-top-1rem-xs {
        margin-top: 1rem;
    }

    .padding-bottom-2rem-xs {
        padding-bottom: 2rem !important;
    }

    .modal-content33 {
        width: 75%;
    }

    .cus-archive-data_left {
        display: inline-block !important;
        width: 28px !important;
        text-align: right !important;
        font-size: 0.8rem !important;
    }

    .cus-archive-data_right {
        display: inline-block !important;
        width: 28px !important;
        text-align: left !important;
        font-size: 0.8rem !important;
    }

    .dropdown-content2 {
        left: -88%;
    }

    .mr-0px-xs {
        margin-right: 0px !important;
    }

    .d-xs-unset {
        display: unset !important;
    }

    .w-sx-100 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 320px) {

    .text-07rem-xxs {
        font-size: 0.7rem !important;
    }
}


.QC00 {
    color: #2a2a2a;
    border-color: #bdbdbd;
    background-color: #d9d9d9;
    background-image: none;
}

.bg-light-red {
    background-color: #ffb1c0 !important;
}

.bg-dark-red {
    background-color: #fd0437 !important
}

.bg-light-blue {
    background-color: cornflowerblue !important
}

.bg-dark-blue {
    background-color: blue !important
}


.text-light-red {
    color: #ff708d !important
}

.text-dark-red {
    color: #fd0437 !important
}







:root {
    /* Base font size */
    /* Set neon color */
    --neon-text-color: #f40;
    --neon-border-color: #08f;
}



.scan {
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    padding: 1rem 2.5rem;
    border: 0.3rem solid #fff;
    border-radius: 1rem;
    text-transform: uppercase;
    animation: flicker 1.5s infinite alternate;
}

    .scan::-moz-selection {
        background-color: var(--neon-border-color);
        color: var(--neon-text-color);
    }

    .scan::selection {
        background-color: var(--neon-border-color);
        color: var(--neon-text-color);
    }

    .scan:focus {
        outline: none;
    }

/* Animate neon flicker */
@keyframes flicker {

    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem var(--neon-text-color), 0 0 4rem var(--neon-text-color), 0 0 6rem var(--neon-text-color), 0 0 8rem var(--neon-text-color), 0 0 10rem var(--neon-text-color);
        box-shadow: 0 0 .5rem #fff, inset 0 0 .5rem #fff, 0 0 2rem var(--neon-border-color), inset 0 0 2rem var(--neon-border-color), 0 0 4rem var(--neon-border-color), inset 0 0 4rem var(--neon-border-color);
    }

    20%, 24%, 55% {
        text-shadow: none;
        box-shadow: none;
    }
}


@keyframes blink2 {
    0% {
        box-shadow: 0px 0px 9px 4px rgb(6 255 12 / 37%);
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0px 0px 9px 4px rgb(6 255 12 / 37%);
    }
}



.btn-active-test {
    background: linear-gradient(to right, #1e5799 0%,#2ce0bf 19%,#76dd2c 40%,#dba62b 60%,#e02cbf 83%,#1e5799 100%);
    background-size: 10000px 100%;
    animation: bg 15s linear infinite;
    border: none !important;
}

@keyframes bg {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 10000px;
    }
}



.thead-table-custom {
    background-color: #b9c9fe;
}

.white-png {
    filter: invert(99%) sepia(87%) saturate(0%) hue-rotate(92deg) brightness(106%) contrast(100%)
}




.background-chart {
    min-width: 100px;
    display: flex;
    text-align: center;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
}

.border-radius-5p {
    border-radius: 5px;
}

.border-radius-right-5p {
    border-radius: 0px 5px 5px 0px
}

.border-radius-left-5p {
    border-radius: 5px 0px 0px 5px
}

.z-index-3 {
    z-index: 3
}

.card .table td, .card .table th {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.text-dark-gray {
    color: #5c5c5c !important;
}



.white-btn2 {
    color: black !important;
    border-color: #fff;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 3px;
    padding: 0px 15px;
    font-size: 12px;
}


#questionBodyImg img {
    width: 100% !important;
    height: unset !important;
    max-width: 500px
}

#text-circle {
    transform: translate(0, 10px);
    font-family: 'IRANSansFaNum';
    font-size: 25px;
    font-weight: 600;
}

.border-1p-gray {
    border: 1px solid #838383;
}

.badge-25 {
    width: 25px;
    height: 25px;
    border-radius: 30px;
}

.badge-30 {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.badge-40 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.badge-50 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding-top: 10px;
}

.badge-75 {
    width: 75px;
    height: 75px;
    border-radius: 75px;
}

.badge-100 {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.h-200 {
    height: 200px;
}

.w-fit-content {
    width: fit-content
}

.w-200 {
    width: 200px;
}

.max-w-150p {
    max-width: 150px;
}

.min-60p {
    min-width: 60px;
}

.min-135p {
    min-width: 135px;
}

.min-140p {
    min-width: 140px;
}


.min-155p {
    min-width: 155px;
}


.min-160p {
    min-width: 160px;
}


.min-165p {
    min-width: 165px;
}


.min-170p {
    min-width: 170px;
}



.min-175p {
    min-width: 175px;
}

.min-h-200p {
    min-height: 200px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.btn-50p {
    width: 50px;
}

.btn-65p {
    width: 65px;
}

.border-radius-50 {
    border-radius: 50%;
}

.circle-90p {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.circle-80p {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.circle-70p {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.circle-60p {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.circle-30p {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.circle-40p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.circle-50p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.circle-20p {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.circle-15p {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block !important;
}

.circle-10p {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block !important;
}

.background-none {
    background: none !important;
}

.line-height-14p {
    line-height: 14px;
}

.carousel-indicators li {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    transition: opacity .6s ease;
    text-indent: -999px;
    opacity: .5;
    border-radius: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-color: #818181;
    background-clip: padding-box;
    flex: 0 1 auto;
}

.carousel-item img {
    width: 100% !important;
}

.w-25p {
    width: 25px !important;
}

.w-30p {
    width: 30px !important;
}

.w-35p {
    width: 35px !important;
}

.w-40p {
    width: 40px !important;
}

.w-45p {
    width: 45px !important;
}

.w-50p {
    width: 50px !important;
}

.w-55p {
    width: 55px !important;
}

.w-65p {
    width: 65px !important;
}

.w-75p {
    width: 75px !important;
}

.w-85p {
    width: 85px !important;
}

.w-95p {
    width: 95px !important;
}

.w-105p {
    width: 105px !important;
}

.w-120p {
    width: 120px !important;
}

.w-135p {
    width: 135px !important;
}

.w-145p {
    width: 135px !important;
}

.w-150p {
    width: 150px !important;
}

.w-170p {
    width: 170px !important;
}

.w-190p {
    width: 190px !important;
}

.w-210p {
    width: 210px !important;
}

.w-250p {
    width: 250px !important;
}

.w-300p {
    width: 300px !important;
}


.main-div {
    background-image: url('../../img/New/back.png');
    background-repeat: no-repeat;
    background-position: initial;
    background-size: contain;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.owl-dots {
    display: none !important;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.new-card {
    background-color: white;
    border-radius: 10px;
}

.bg-new-green {
    background-color: #8eb31d;
}

.bg-new-blue {
    background-color: #0763d6;
}

.bg-cyan-dark {
    background-color: #0ecacc;
}

.filter-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.border-radius-top-25 {
    border-radius: 25px 25px 0 0;
}

.min-h-400 {
    min-height: 400px
}

.bg-yellow-new {
    background-color: #ffcc00;
}



.bg-light-yellow-new {
    background-color: #fff8dd;
}

.bg-light-blue-new {
    background-color: #e0f7ff;
}

.btn-yellow {
    color: #000;
    border-color: #ffcc00;
    background-color: #ffcc00;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-blue-new {
    color: #fff;
    border-color: #4a72c4;
    background-color: #4a72c4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-home {
    margin-top: -50px;
    box-shadow: 0px 0px 3px 0px gray;
}

.bg-sumer {
    background-image: url('../../img/New/summer-icon.png');
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    background-attachment: inherit;
    width: 100%;
    height: 100%;
}

.text-green-new {
    color: #434f03
}

.text-shadow {
    color: #FFFFFF;
    text-shadow: 2px 2px 0 #898784, 2px -2px 0 #898784, -2px 2px 0 #898784, -2px -2px 0 #898784, 2px 0px 0 #898784, 0px 2px 0 #898784, -2px 0px 0 #898784, 0px -2px 0 #898784;
}

.w-max-content {
    width: max-content
}

.btn-back {
    background: #ffffff69;
    padding: 7px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
}

.bg-dark-pink-new {
    background-color: #ff005a
}

.text-dark-pink-new {
    color: #ff005a
}

.bg-light-green-new {
    background-color: #3fc504
}

.text-light-green-new {
    color: #3fc504
}

.btn-next-new-big {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    border-radius: 10px;
}

.btn-next-new-small {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 10px;
}

.min-h-600 {
    min-height: 600px;
}

.min-h-700 {
    min-height: 700px;
}

.h-unset {
    height: unset !important;
}

.border-radius-left-15p {
    border-radius: 15px 0 0 15px;
}

.border-radius-right-15p {
    border-radius: 0 15px 15px 0;
}

.border-radius-top-15p {
    border-radius: 15px 15px 0 0;
}

.form-group-div {
    border: 0.5px solid gray;
    border-radius: 15px;
    padding: 3px;
}

    .form-group-div > strong {
        position: absolute;
        background-color: white;
        top: -15px;
        padding: 5px;
        right: 10px;
    }

    .form-group-div > input {
        border: none;
    }

    .form-group-div > select {
        border: none;
    }

.checkbox-yellow {
    accent-color: #ffcc00;
}


.checkbox-blue {
    accent-color: #0026ff;
}

.w-45p {
    width: 45px
}

.h-45p {
    height: 45px;
}

.h-55p {
    height: 55px;
}

.h-65p {
    height: 65px;
}

.h-75p {
    height: 75px;
}

.h-85p {
    height: 85px;
}

.h-95p {
    height: 95px;
}

.h-115p {
    height: 115px;
}

.h-135p {
    height: 135px;
}

.h-155p {
    height: 155px;
}

.h-175p {
    height: 175px;
}

.border-05-gray {
    border: 0.5px solid gray;
}

.line-height-unset {
    line-height: unset !important;
}

.m-2rem {
    margin: 2rem;
}

.mr-2rem {
    margin-right: 2rem;
}

.ml-2rem {
    margin-left: 2rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.mx-2rem {
    margin-top: 2rem 0;
}

.my-2rem {
    margin-bottom: 0 2rem;
}

.top-2rem {
    top: 2rem;
}

.top--2rem {
    top: -2rem;
}

.bottom-2rem {
    bottom: 2rem;
}

.bottom--2rem {
    bottom: 2rem;
}

.left-2rem {
    left: 2rem;
}

.left--2rem {
    left: -2rem;
}

.right-2rem {
    right: 2rem;
}

.right--2rem {
    right: -2rem;
}

.border-blue {
    border-color: #2d47e1;
}

input[type='checkbox'] {
    transform: scale(1.5);
}


.bg-img-box {
    background-image: url('../../img/New/box.png');
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 130px;
    background-attachment: initial;
}

.bg-img-yellow {
    background-image: url('../../img/New/shimi poster.png');
}

.img-border-new {
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px #818181;
}

.bg-khardeli {
    background-color: #e1b504
}

.text-khardeli {
    color: #e1b504
}

.cercle {
    border-radius: 50%
}

.cercle-50 {
    width: 50px;
    height: 50px
}

.date-badge-new {
    position: absolute;
    top: -10px;
    right: -20px;
    border-radius: 10px 10px 10px 0;
    background-color: #fce68d;
    box-shadow: -1px 1px 1px gray;
}

.min-h-800 {
    min-height: 800px;
}

.max-h-unset {
    max-height: unset !important;
}

.show-null {
    display: none !important;
}

.show-none {
    display: none !important;
}

.fixed-table-loading {
    display: none !important;
}


.table-bordered th, .table-bordered td {
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
}

.table thead th {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    color: #4a72c4;
    background: #f7f7f7 !important
}

.table td, .table th {
    font-size: .9rem;
    white-space: nowrap;
}


.table {
    border: unset !important
}

.nav-light-blue {
    background-color: #edf3ff !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    background: unset !important;
}

.tfoot {
    display: none !important
}


@-webkit-keyframes moving-gradient {
    0% {
        background-position: -250px 0;
    }

    100% {
        background-position: 250px 0;
    }
}

.load-table-animation {
    display: block;
    height: 12px;
    background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
    background-size: 500px 100px;
    animation-name: moving-gradient;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}