﻿@font-face {
    font-family: "Tajawal-Medium";
    src: url("../fonts/Tajawal/Tajawal-Medium.ttf");
}

@font-face {
    font-family: "Tajawal-Bold";
    src: url("../fonts/Tajawal/alfont_com_Tajawal-Bold.ttf");
}

@font-face {
    font-family: "Tajawal-ExtraBold";
    src: url("../fonts/Tajawal/alfont_com_Tajawal-ExtraBold.ttf");
}

@font-face {
    font-family: "digital-regular";
    src: url("../fonts/digital/digital-7.ttf");
}

@font-face {
    font-family: "digital-mono";
    src: url("../fonts/digital/digital-7 (mono).ttf");
}

@font-face {
    font-family: "Aref-Regular";
    src: url("../fonts/ArefRuqaa/aref-regular.ttf");
}

@font-face {
    font-family: "Aref-Bold";
    src: url("../fonts/ArefRuqaa/aref-bold.ttf");
}

body {
    font-family: "Tajawal-Medium", sans-serif !important;
}


/* General */
.font-family-medium {
    font-family: "Tajawal-Medium", sans-serif !important;
}

.font-family-bold {
    font-weight: 900 !important;
    font-family: "Tajawal-Bold", sans-serif !important;
}

.font-family-ExtraBold {
    font-weight: 900 !important;
    font-family: "Tajawal-ExtraBold", sans-serif !important;
}

.font-family-digital-regular {
    font-family: "digital-regular", sans-serif !important;
}

.font-family-digital-mono {
    font-family: "digital-mono", sans-serif !important;
}

.form-select {
    background-image: url('../images/site/arrow-down.svg') !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('../images/site/check.svg') !important;
}

.form-group {
    margin-bottom: 1rem;
}

.max-h-50vh {
    max-height: 50vh;
}


@media (min-width: 500px) {
    .min-w-645px {
        height: 645px !important;
    }
}

.h-700 {
    height: 700px;
}

@media (min-height: 800px) and (max-height: 900px) {
    .h-700 {
        height: 600px !important;
    }
}

@media (min-height: 715px) and (max-height: 800px) {
    .h-700 {
        height: 515px !important;
    }
}


@media (min-height: 615px) and (max-height: 715px) {
    .h-700 {
        height: 450px !important;
    }
}

@media (min-height: 500px) and (max-height: 615px) {
    .h-700 {
        height: 300px !important;
    }
}

@media(min-height: 405px) and (max-height: 500px) {
    .h-700 {
        height: 275px !important;
    }
}

@media(max-height: 405px) {
    .h-700 {
        height: 220px !important;
    }
}

.filter-project {
    position: absolute !important;
}

@media(max-width: 992px) {
    .filter-project {
        position: relative !important;
    }
}

.h-200 {
    height: 200px !important;
}

.h-47px {
    height: 47px !important;
}

.h-500 {
    height: 500px !important;
}



.border-solid {
    border-style: solid !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-dotted-top {
    border-top: 1px dotted black !important;
}

.border-solid-bottom {
    border-bottom: 1px solid black !important;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}




.out-line-0 {
    outline: none !important;
}

.dir-rtl {
    direction: rtl !important;
}

.bg-none {
    background: none !important;
}

.btn-delete-site {
    padding: 1px 6px !important;
    margin-right: 10px;
}

.circle-image-menu {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 3px solid #9870b6;
}

.group-name {
    position: absolute;
    right: 91px;
    top: 60px;
    font-size: 13px;
    font-weight: 600;
    color: gray;
    opacity: 0.7;
}

table thead th {
    text-align: right !important;
}

.table-movement > :not(caption) > * > * {
    padding: 0.42rem !important;
}

.table-project-page > :not(caption) > * > * {
    padding: 0.42rem !important;
}


#example_filter {
    text-align: left;
}

@media (max-width: 768px) {
    #example_filter {
        text-align: center;
    }
}


@media (min-width: 769px) {
    .body-vh-100 {
        min-height: 100vh !important
    }
}

#example_filter .form-control-sm {
    padding: 0.5rem 2.5rem !important;
    font-size: 1rem !important;
    border-radius: .4rem !important;
}


.w-fit-content {
    width: fit-content !important;
}

.h-fit-content {
    height: fit-content !important;
}

/*Select 2*/
.select2-dropdown {
    z-index: 1071 !important;
}

.select2-selection__arrow {
    top: 6px !important;
    left: 1px;
    right: 0 !important;
}

.select2-selection__rendered {
    direction: rtl;
    margin-top: 4px;
}

.select2-selection--single {
    height: 40px !important;
}

.select2-selection__clear {
    margin-left: 5px;
}

@media (max-width: 499px) {
    .overflow-remodal::-webkit-scrollbar {
        width: 3px !important;
        border-radius: 5px
    }
}

.scroll-site::-webkit-scrollbar {
    height: 0;
    width: 7px;
    background: rgb(1,1,1,0.1);
}

.scroll-site::-webkit-scrollbar-thumb {
    background: rgb(1,1,1,0.2);
}

    .scroll-site::-webkit-scrollbar-thumb:hover {
        background: rgb(1, 1, 1, 0.3);
    }

.right-0 {
    right: 0 !important;
}

.certificate {
    position: absolute;
    left: 2%;
    bottom: 27%;
}

    .certificate img {
        width: 85px;
    }

.certificate-signin {
    position: fixed;
    left: 2%;
    bottom: 2%;
}

    .certificate-signin img {
        width: 135px;
    }

.logo-text-second {
    position: absolute;
    bottom: -27px;
    right: 79px;
}

.footer {
    height: auto !important;
}

@media (max-width: 675px) {
    .certificate {
        position: relative;
        text-align: center
    }
}

.td-accepted {
    box-shadow: inset 15px 0 0 #00bf4f !important;
}

.td-un-accept {
    box-shadow: inset 15px 0 0 #ce0e0e !important;
}

.td-accepted-rtl {
    box-shadow: inset -15px 0 0 #00bf4f !important;
}

.td-un-accept-rtl {
    box-shadow: inset -15px 0 0 #ce0e0e !important;
}

.card-pag {
    position: relative;
    height: 16.5cm;
    width: 8cm;
    background-image: url(../images/site/bg-baj.png);
    display: none;
}

.qr-img {
    position: absolute;
    left: 68px;
    top: 30px;
    border-radius: 15px;
    border: solid 3px #c3c3c3;
}

.student {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
}

.student-content {
    background: white;
    border-radius: 12px;
    padding: 6px;
    border: 1px solid #c3c3c3;
}


.select2-dropdown {
    z-index: 1071 !important;
    direction: rtl;
}

@media (min-width: 1200px) {
    .font-size-lg-16-site {
        font-size: 16px !important;
    }
}

@media (max-width: 500px) {
    .font-size-sm-14 {
        font-size: 14px !important;
    }
}

@media (max-width: 500px) {
    .font-size-sm-16 {
        font-size: 16px !important;
    }
}

@media (max-width: 500px) {
    .font-size-sm-10 {
        font-size: 10px !important;
    }
}

@media (max-width: 500px) {
    .font-size-sm-11 {
        font-size: 11px !important;
    }
}

.font-size-site-22 {
    font-size: 22px;
}

.font-size-site-20 {
    font-size: 20px;
}

.font-size-site-17 {
    font-size: 17px;
}

.font-size-site-13 {
    font-size: 13px;
}

input.larger-check {
    width: 20px;
    height: 20px;
}

.text-justify {
    text-align: justify !important;
}


/* Exam Page */
.rounded-site-1 {
    border-radius: 19px !important;
}

.rounded-site-2 {
    border-radius: 9px !important;
}

.rounded-site-3 {
    border-radius: 28px !important;
}

.rounded-site-4 {
    border-radius: 12px !important;
}

.bg-exam-area {
    background: #F6F6F6 !important;
}

.bg-question-area {
    background: #f5f5f5 !important;
}

.bg-option-area {
    background: #e4e4e4 !important;
}

.left-15 {
    left: 15px;
}

.left-19 {
    left: 19px;
}

.left-40 {
    left: 40px;
}

.top-4 {
    top: 4px;
}

.right-15 {
    right: 15px;
}

.right-110 {
    right: 110px;
}

.right-100 {
    right: 100px;
}

.left-0 {
    left: 0 !important;
}

.top-auto {
    top: auto !important;
}

.input-options {
    position: absolute !important;
    top: 19px;
    width: 16px;
    height: 16px;
}

.i-next {
    font-size: 31px;
    position: absolute !important;
    left: -1px;
    top: 0;
}

.btn-next {
    position: relative !important;
    border-left: 0 !important;
}

.i-previous {
    font-size: 31px;
    position: absolute !important;
    right: -1px;
    top: 0;
}

.btn-previous {
    position: relative !important;
    border-right: 0 !important;
}

.w-btn-pagination {
    width: 110px;
}

.text-answer {
    height: 170px;
}

.w-40px {
    width: 40px;
}

.w-48px {
    width: 48px;
}

.w-230px {
    width: 230px;
}

.w-240px {
    width: 240px;
}

.div-pagination-exam {
    width: 100% !important;
    height: 300px;
    overflow-y: auto;
}

.digital-clock {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 70px;
}

@media (max-width: 1200px) {
    .digital-clock {
        font-size: 50px !important;
    }
}

.digital-clock span {
    border-radius: 5px;
    margin: 0 5px;
}

.clock-success {
    color: #008d17;
}

.clock-red {
    color: #c20000;
}

.btn-purple-disabled {
    color: #fff;
    background-color: #7c91c5 !important;
    border-color: #768ecb !important;
    cursor: default !important;
    color: #fff !important;
}

.btn-warning-disabled {
    color: #fff;
    background-color: #fff1ac !important;
    border-color: #fff39f !important;
    cursor: default !important;
    color: #fff !important;
}

.text-muted-site {
    color: #6C6C6C;
}

.min-vh-85 {
    min-height: 85vh !important;
}

.min-vh-94 {
    min-height: 94vh !important;
}


.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 9999; /* ensure the backdrop appears above other elements */
    display: flex; /* initially hide the backdrop */
}

.spinner-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.bg-fulfilled {
    background-color: #a1dba3;
}

.bg-not-fulfilled {
    background-color: #EF5350;
}

.bg-average {
    background-color: #FFCA28;
}

.bg-good {
    background-color: #42A5F5;
}

.bg-very-good {
    background-color: #4CAF50;
}

.bg-excellent {
    background-color: #FFEE58;
}

@media print {
    .hide-on-print {
        display: none;
    }
}

/* question text */


.div-question-answer {
    display: none;
    position: relative;
    width: 100% !important;
}

.qr-question {
    border-radius: 15px;
    border: solid 3px #c3c3c3;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.h-title-q {
    font-weight: 900 !important;
    font-family: "Tajawal-Bold", sans-serif !important;
    position: relative;
    margin: 0 !important;
}

.h-title-a {
    font-weight: 900 !important;
    font-family: "Tajawal-Bold", sans-serif !important;
    position: relative;
    margin: 0 !important;
}


.title-question {
    position: relative;
    text-align: justify;
    margin: 0 !important;
    padding-bottom: 1rem
}

.title-answer {
    position: relative;
    text-align: justify;
    margin: 0 !important;
}

.dir-ltr {
    direction: ltr;
}

/* Certificate */

.div-certificate {
    position: relative;
    padding: 2rem;
}

.title-certificate {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    font-family: "Aref-Bold", sans-serif !important;
}

.title-number {
    font-weight: 600;
}

.number-certificate {
}

.title-date {
    font-weight: 600;
}

.text-certificate-1 {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    font-family: "Aref-Bold", sans-serif !important;
}

.text-certificate-2 {
    text-align: center;
    font-weight: 800;
    font-family: "Aref-Bold", sans-serif !important;
    font-size: 20px;
}

.div-footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-evenly;
}

.img-qr {
    width: 150px;
    height: 150px;
}

.div-manager {
    text-align: center;
    position: relative;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    justify-content: end;
}

.marg-0 {
    margin: 0;
}

.f-weight-600 {
    font-weight: 600;
}


@media (max-width: 460px) {
    .w-inhert {
        width: inherit;
    }
}

.h-100vh {
    height: 100vh !important;
}

.h-150 {
    height: 150px !important;
}

.h-100px {
    height: 100px !important;
}


.h-55px {
    height: 55px !important;
}

/* Certificate Cofirmation */

.h-94vh {
    height: 94.3vh !important;
}


/* Order */

.div-order {
    position: relative;
}

.title-order {
    text-align: center;
    font-family: Tajawal-ExtraBold, sans-serif;
    font-size: 22px;
    margin-top: 0.5rem;
}

.number-order, .date-order {
    text-align: right;
    font-family: Tajawal-Bold, sans-serif;
}

.title-permission-order {
    margin-top: 3rem;
    text-align: right;
    font-family: Tajawal-ExtraBold, sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    background: #ffffda;
    width: fit-content;
}

.div-orders {
    padding: 1rem;
    font-size: 16px;
    font-family: Tajawal-Bold, sans-serif;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.div-manager-order {
    text-align: center;
    font-family: Tajawal-Bold, sans-serif;
    margin-top: 7rem;
    float: left;
}

.career-title-order {
}

.div-copyTo {
    margin-top: 20rem;
    padding-bottom: 4rem;
}

.copy-to {
    background: #ffffda;
    width: fit-content;
    text-decoration: underline;
}

.margin-0 {
    margin: 0 !important;
}

.mbo-1 {
    margin-bottom: 0.2rem !important;
}

/* Panel Home */
.panel-1:hover {
    --bs-bg-opacity: 1;
    background-color: #776ACF !important;
    transition: .3s
}

.panel-2:hover {
    --bs-bg-opacity: 1;
    background-color: #E1665D !important;
    transition: .3s
}

.panel-3:hover {
    --bs-bg-opacity: 1;
    background-color: #6DCBA3 !important;
    transition: .3s
}

.panel-4:hover {
    --bs-bg-opacity: 1;
    background-color: #969BA5 !important;
    transition: .3s
}

.panel-5:hover {
    --bs-bg-opacity: 1;
    background-color: #3966D7 !important;
    transition: .3s
}

.panel-6:hover {
    --bs-bg-opacity: 1;
    background-color: #5FD0F3 !important;
    transition: .3s
}

.panel-7:hover {
    --bs-bg-opacity: 1;
    background-color: #E83E8C !important;
    transition: .3s
}

.panel-8:hover {
    --bs-bg-opacity: 1;
    background-color: #F7CC53 !important;
    transition: .3s
}

.panel-9:hover {
    --bs-bg-opacity: 1;
    background-color: #212529 !important;
    transition: .3s
}

.panel-10:hover {
    --bs-bg-opacity: 1;
    background-color: #6A9B8E !important;
    transition: .3s
}

.panel-11:hover {
    --bs-bg-opacity: 1;
    background-color: #7B8DC0 !important;
    transition: .3s
}

.panel-12:hover {
    --bs-bg-opacity: 1;
    background-color: #8B5050 !important;
    transition: .3s
}

    .panel-1:hover .text-hover-site,
    .panel-2:hover .text-hover-site,
    .panel-3:hover .text-hover-site,
    .panel-4:hover .text-hover-site,
    .panel-5:hover .text-hover-site,
    .panel-6:hover .text-hover-site,
    .panel-7:hover .text-hover-site,
    .panel-8:hover .text-hover-site,
    .panel-9:hover .text-hover-site,
    .panel-10:hover .text-hover-site,
    .panel-11:hover .text-hover-site,
    .panel-12:hover .text-hover-site {
        color: #ffffff !important
    }

    .panel-1:hover .avatar-title i,
    .panel-2:hover .avatar-title i,
    .panel-3:hover .avatar-title i,
    .panel-4:hover .avatar-title i,
    .panel-5:hover .avatar-title i,
    .panel-6:hover .avatar-title i,
    .panel-7:hover .avatar-title i,
    .panel-8:hover .avatar-title i,
    .panel-9:hover .avatar-title i,
    .panel-10:hover .avatar-title i,
    .panel-11:hover .avatar-title i,
    .panel-12:hover .avatar-title i {
        padding-left: 15px !important;
        -ms-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        color: #ffffff !important
    }


.text-soft-success {
    color: #6a9b8e !important;
}

.text-soft-primary {
    color: #8b5050 !important;
}

.text-soft-purple {
    color: #7b8dc0 !important;
}

.home-panel .bxs-folder {
    font-size: 36px !important;
}

.text-hover-site {
    font-size: 20px;
    margin-top: 10px;
}


/* Excel */
.ribbon,
.top-panels {
    direction: ltr;
}


.sub-menu {
    background: #f9f7ff;
    border-radius: 15px;
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: .5rem 1.5rem .5rem 1.5rem !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}


.dropdown-site {
    height: auto;
    max-height: 385px;
    overflow-y: auto;
    min-width: 11rem !important;
}

.weight-400 {
    font-weight: 400 !important;
}

/*  panel  */
.panel-setting {
    border-radius: 0 !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}


.d-none-site {
    display: none !important;
}

.font-size-9 {
    font-size: 9px !important
}


.shadow-card-bond {
    -webkit-box-shadow: 0 2px 3px rgba(52,58,64,0.06) !important;
    box-shadow: 0 0 4px 1px rgba(52,58,64,0.06) !important;
}


.rounded-end-search {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
}

.rounded-start-search {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

@media (min-width: 768px) {
    .dropdown-mega-menu-xl-site {
        width: 38rem;
    }
}

@media (max-width: 768px) {
    .dropdown-mega-menu-xl-site {
        width: 18rem;
    }
}


.dropdown-menu-site {
    max-height: 500px;
    overflow-y: auto;
}



.written-no {
    position: relative;
    width: 70px;
}


    .written-no button {
        position: absolute;
        right: 7px;
        width: 25px;
        height: 22px;
        border: none;
        cursor: pointer;
        font-size: 16px;
        border-radius: 4px;
        transition: background 0.2s;
    }

        .written-no button:hover {
            background: #ddd;
        }

    .written-no .plus {
        top: -12px;
    }

    .written-no .minus {
        bottom: 0;
    }


.w-75px {
    width: 75px !important;
}