﻿@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");
}

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;
}

.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;
}

.h-700 {
    height: 700px !important;
}

@media (max-width: 499px) {
    .h-700 {
        height: 500px !important;
    }
}

.border-solid {
    border-style: solid !important;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.out-line-0 {
    outline: none !important;
}

.dir-rtl {
    direction: rtl !important;
}

.dir-ltr {
    direction: ltr !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;
}

.circle-image-menu-white {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 3px solid #ffffff;
}

.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;
}

#example_filter {
    text-align: left;
}

@media (max-width: 768px) {
    #example_filter {
        text-align: center;
    }
}

#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;
}

.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;
}

.certificate {
    position: absolute;
    left: 2%;
    bottom: 27%;
}

.certificate img {
    width: 85px;
}

.footer {
    height: auto !important;
}

@media (max-width: 675px) {
    .certificate {
        position: relative;
        text-align: center
    }
}


@media (min-width: 991px) {
    .username {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .username {
        display: flex !important;
    }
}

.left-15 {
    left: 15px;
}

.left-40 {
    left: 40px;
}

.top-4 {
    top: 4px;
}

.right-15 {
    right: 15px;
}

.right-0 {
    right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.top-auto {
    top: auto !important;
}

.sub-menu {
    background: #f9f7ff;
    border-radius: 15px;
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: .5rem 1.5rem .5rem 1.5rem !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;
}


.td-accepted {
    box-shadow: inset 15px 0 0 #00bf4f !important;
}



.text-justify {
    text-align: justify !important;
}


.box-shadow-none {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}