/*font*/
@font-face {
    font-family: 'main-font';
    src: url("../fonts/Bahij-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'main-font';
    src: url("../fonts/Bahij-bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}



html[dir="rtl"] body {
    font-family: 'main-font';
    text-align: right;
}

.login-page-register-content-block.login-page-content-block {
    margin: 50px auto;
}

.login-page-register-content-block .login-page-side-section {
    width: 200px;
    padding: 40px 20px;
}

.login-page-controls-section select.custom-select, .login-page-controls-section input.form-control {
    border-radius: 16px;
}

.register-logo img {
    height: 60px;
    margin-bottom: 20px;
}

.login-pages-body:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/login-body-bg.svg);
    background-size: cover;
    z-index: -1;
    display: block;
}

.login-page-content-cont {
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-self: center;
}

.login-page-content-block {
    background-color: rgba(255,255,255,0.1);
    margin: auto;
    border-radius: 40px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.login-page-side-section {
    width: 280px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 40px;
}

.login-page-content-block {
    display: flex;
    min-width: 700px;
}

.login-page-controls-section {
    flex: 1;
    padding: 40px;
}

.login-page-side-section > img {
    width: 100%;
}

.login-page-controls-main-title {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 24px;
    color: #fff;
}

.login-page-controls-section label {
    color: #fff;
}

.login-page-side-content {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

    .login-page-side-content a.btn {
        margin-top: 20px;
    }

.form-group-label-help-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .form-group-label-help-cont a {
        color: #fff;
        font-size: 12px;
    }

/*masterpage styles*/
header.main-header {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.03);
    display: flex;
    justify-content: space-between;
    padding: 6px 16px;
    align-items: center;
}

.header-tools-cont {
    display: flex;
    align-items: center;
}

.header-logo-cont img {
    height: 50px;
}

span.header-notification-number {
    font-size: 12px;
    font-weight: 800;
    padding: 0px 4px;
    color: #28b2b4;
}

.header-tools-cont li.nav-item.dropdown {
    list-style: none;
}

.header-tools-user-cont .nav-link {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sys-top-header-alert {
    background-color: #007EB5;
}

    .sys-top-header-alert a {
        font-size: 14px;
        display: flex;
        color: #fff;
        padding: 6px 16px;
        align-items: center;
        gap: 8px;
        text-align: center;
        justify-content: center;
    }

        .sys-top-header-alert a img {
            height: 12px;
        }

.main-sys-title-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0px 16px;
}

.main-sys-title-txt {
    font-size: 40px;
    font-weight: 800;
    color: #37326D;
}

.main-sys-title-counter {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-sys-title-counter-times {
    display: flex;
    gap: 6px;
}

.main-sys-title-counter-time-item {
    width: 70px;
    border: 1px solid #EBEBEB;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 5px;
    color: #37326D;
}

.main-sys-title-counter-time-item-num {
    font-weight: bold;
    font-size: 26px;
    line-height: 16px;
}

.main-sys-title-counter-time-item-title {
    font-size: 14px;
    margin-top: 4px;
}

.main-sys-title-counter-title {
    color: #37326D;
}

.main-sys-tabs-ont {
    margin-bottom: 32px;
    padding: 0px 16px;
}

.main-sys-tabs-ont-items {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    gap: 32px;
}

.main-sys-tabs-ont-item.active a {
    border-bottom: 5px solid #37326c;
    color: #37326c;
    font-weight: bold;
}

.main-sys-tabs-ont-item a {
    padding-bottom: 10px;
    color: #ACACAC;
    text-decoration: none !important;
}

.main-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer.main-footer {
    background-color: #F8F8F8;
    padding: 20px 16px;
    margin-top: 60px;
}

.footer-copyrights-text {
    font-weight: 800;
    color: #575756;
}

.footer-copyrights-links {
    display: flex;
    margin-bottom: 10px;
}

    .footer-copyrights-links a {
        color: #575756;
        font-size: 12px;
    }


/*awards categories*/
.main-sys-awards-cat-cont {
    margin-bottom: 32px;
    padding: 0px 16px;
}

.main-sys-awards-cat-item {
    padding: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    display: flex;
    gap: 24px;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.1);
    margin-bottom: 16px;
}

.main-sys-awards-cat-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-sys-awards-cat-item-info-title {
    font-size: 24px;
    font-weight: bold;
    color: #37326D;
}

.main-sys-awards-cat-item-info-des {
    font-size: 14px;
    color: #575756;
    margin-top: 8px;
}

.main-sys-awards-cat-item-link a {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #37326c;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none !important;
    color: #fff;
}

.main-sys-awards-cat-item-logo img {
    width: 88px;
}

.main-sys-awards-cat-item.disabled {
    background-color: #EDEDED;
}

    .main-sys-awards-cat-item.disabled .main-sys-awards-cat-item-link a {
        background-color: #B0B0B0;
        cursor: not-allowed;
    }

.main-sys-awards-cat-empty {
    text-align: center;
}

.main-sys-awards-cat-empty-title {
    font-size: 30px;
    font-weight: 800;
    margin-top: 16px;
    color: #37326c;
}



/*listing page*/
.data-list-header-cont {
    display: flex;
    padding: 16px 32px;
    font-weight: bold;
    background-color: #fff;
    position: sticky;
    top: 0;
}

.data-list-cont {
    padding: 0px 16px;
}

.data-list-header-data, .data-list-body-data {
    flex: 0.75;
}

.data-list-header-id, .data-list-body-id {
    flex: 1;
}

.data-list-header-actions, .data-list-body-actions {
    width: 100px;
}

.data-list-body-item {
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 6px 14px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 10px 32px;
    margin-bottom: 16px;
}

.data-list-body-actions .btn:hover img {
    filter: brightness(0) invert(1);
}

.data-list-content-cont {
    position: relative;
}

.data-list-body-id a {
    font-weight: bold;
    color: #55BFCE;
}

.data-list-header-col {
    color: #2E326B;
}

.data-list-body-col {
    color: #2E326B;
}

.data-list-header-col, .data-list-body-col {
    padding: 0px 10px;
}

.data-list-body-id img {
    padding-right: 8px;
}

span.data-list-body-mobile-label {
    display: none;
    font-weight: bold;
    padding-left: 10px;
}
/*steps*/
.tile {
    background-color: #fff !important;
    border-radius: 30px !important;
    box-shadow: 0px 10px 30px #e8e8e8 !important;
    margin: 30px 15px !important;
    border: 1px solid #f1f1f1 !important;
    padding: 30px;
}

.sv_bootstrap_css .sv_qstn {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

div#surveyElement .panel-footer {
    display: flex !important;
    background-color: #fff !important;
}

li.sv_progress-buttons__list-element--current:before {
    background-color: #37326D !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

ul.sv_progress-buttons__list {
    padding: 0px !important;
    display: flex !important;
}

    ul.sv_progress-buttons__list li:before {
        border: none !important;
        width: 21px !important;
        height: 21px !important;
        z-index: 115 !important;
        position: relative !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

.sv_progress-buttons__list li::after {
    left: unset !important;
    right: -93% !important;
    width: 100% !important;
    z-index: 0 !important;
    top: 10px !important;
    height: 1px !important;
    background-color: #e8e8e8 !important;
}

.sv_progress-buttons__container {
    display: flex !important;
}

.sv_progress-buttons__image-button-left {
    display: none !important;
}

.sv_progress-buttons__image-button-right {
    display: none !important;
}

.sv_main.sv_main .sv_progress-buttons__list li::before {
    background-color: #e8e8e8 !important;
}

.sv_main.sv_main .sv_progress-buttons__list .sv_progress-buttons__page-title {
    font-weight: normal !important;
}

li.sv_progress-buttons__list-element--current .sv_main.sv_main .sv_progress-buttons__list .sv_progress-buttons__page-title {
    font-weight: normal !important;
}

ul.sv_progress-buttons__list li {
    display: flex !important;
    flex-direction: column !important;
    text-align: right !important;
}

.sv_main.sv_main .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed:before {
    background-color: #29B3B4 !important;
}

.sv_main.sv_main .sv_progress-buttons__list li.sv_progress-buttons__list-element--current::before {
    background-color: #37326D !important;
}

.tile-header.dvd.dvd-btm h1 {
    font-size: 30px;
    font-weight: bold;
    color: #2E326B;
}


@media (max-width: 767px) {
    .login-page-content-block {
        min-width: unset;
        flex-direction: column;
        width: 95%;
        border-radius: 20px;
    }

    .login-page-side-section {
        width: auto;
        padding: 20px;
        border-radius: 20px;
    }

        .login-page-side-section > img {
            width: auto;
            height: 70px;
            margin-bottom: 20px;
        }

    .login-page-controls-section {
        padding: 20px;
    }

    .login-page-side-content {
        display: flex;
        flex-direction: column;
    }

    span.header-username-txt {
        display: none;
    }

    .header-logo-cont img {
        height: 40px;
    }

    .header-tools-user-cont .nav-link > img {
        height: 27px;
    }

    header.main-header {
        padding: 16px;
    }

    .main-sys-title-cont {
        flex-direction: column;
    }

    .main-sys-title-counter {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-sys-awards-cat-item {
        flex-direction: column;
        text-align: center;
    }

    .main-sys-awards-cat-item-link a {
        width: 100%;
        padding: 10px;
    }

    .main-sys-title-txt {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .main-footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-copyrights-links {
        align-items: center;
        justify-content: center;
    }

    .footer-stamp {
        margin-top: 20px;
    }

    .data-list-header-cont {
        display: none;
    }

    .data-list-body-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 15px;
        gap: 8px;
    }

    .data-list-header-actions, .data-list-body-actions {
        width: 100%;
    }

    span.data-list-body-mobile-label {
        display: inline-block;
    }
}
