.member_card .change_lang{
    display : none;
}

.hover-text-theme:hover{
    color: grey !important;
}

.hover-border-theme-secondary:hover{
    border : 2px solid var(--secondary_color) !important;
}

/*added by ruba to fix logout menu */
.dropdown-menu[data-bs-popper]:lang(en){
    top: 100%;
    left: -138px;
    margin-top: .125r
}
.dropdown-menu[data-bs-popper]:lang(ar){
    top: 100%;
    right: -138px;
    margin-top: .125r
}

@font-face {
    font-family: 'Playball';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Slogon.woff2') format('woff2');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/author.woff2') format('woff2');

}

.bg-primary{
    background-color: rgb(0 0 0) !important;
}


.sidebar{
    background-color: #ffffff !important;
}

.add_here{
    display: none !important;
}

.btn-24,
.btn-24 *,
.btn-24 :after,
.btn-24 :before,
.btn-24:after,
.btn-24:before {
    border: 0 solid;
    box-sizing: border-box;
}
.btn-24 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: var(--primary_color);
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    text-transform: uppercase;
}
.btn-24:disabled {
    cursor: default;
}
.btn-24:-moz-focusring {
    outline: auto;
}
.btn-24 svg {
    display: block;
    vertical-align: middle;
}
.btn-24 [hidden] {
    display: none;
}
.btn-24 {
    --background: var(--primary_color);
    background: none;
    overflow: hidden;
    position: relative;
}
.btn-24 span {
    display: block;
    position: relative;
    transition: transform 0.2s ease;
}
.btn-24:after,
.btn-24:before {
    --tilt: 20px;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
    width: 100%;
    z-index: -1;
}
.btn-24:after {
    --thickness: 5px;
    background: var(--background);
    height: calc(100% - var(--thickness) * 2);
    left: var(--thickness);
    top: var(--thickness);
    width: calc(100% - var(--thickness) * 2);
}
.btn-24:hover span {
    transform: translateX(-20px);
}
.btn-24:hover:after,
.btn-24:hover:before {
    -webkit-clip-path: polygon(
        0 0,
        calc(100% - var(--tilt)) 0,
        100% 50%,
        calc(100% - var(--tilt)) 100%,
        0 100%
        );
    clip-path: polygon(
        0 0,
        calc(100% - var(--tilt)) 0,
        100% 50%,
        calc(100% - var(--tilt)) 100%,
        0 100%
        );
}



#ccias_candidate_dob_container{
    flex-direction: column !important;
}

.icon-material-outline-account-circle::before {
    content: "\e907";
}

.date_calendar{
    position: relative !important;
}
.input-with-icon-left svg {
    position: absolute;
    top: 0;

    text-align: center;
    line-height: 48px;
    width: 37px;
    height: 42px;
    font-size: 15px;
    background-color: white;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: block;
    border-radius: 0 4px 4px 0;
    padding:5px;
    z-index: 9;
    /*  bottom: 0;
      height: 100%;*/
}
.input-with-icon-right svg {
    position: absolute;
    top: 0;

    text-align: center;
    line-height: 48px;
    width: 37px;
    height: 42px;
    font-size: 15px;


    box-sizing: border-box;
    display: block;
    border-radius: 0 4px 4px 0;
    padding:5px;
    z-index: 9;
    /*  bottom: 0;
      height: 100%;*/
}



.button_icon {
    background-color: var(--primary-color)  !important;
    height: 80%;
    width: 20%;
}



.add .button_icon {
    color: white !important;
}
.custom_button {
    background-color: var(--primary_color) !important;

}
.add .button_title {
    background-color: var(--primary-color) !important;
    font-weight: bold;
}
.dataTable thead th {
    /*color: black !important;*/
    font-weight: 700;
}
.bold{
    font-weight: 700;
}

/*added by ruba */
@font-face {
    font-family: 'Outfit Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/outfitregular.woff2') format('woff2');
}

.tajawal{
    font-family: 'Tajawal_ar';
}

* {
    font-family: 'Outfit Regular' !important;
    box-sizing: border-box;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}
.layer-dark {
    background-color: rgba(0, 0, 0, 0.451);
}
.bg-grad-theme {
    background-image: linear-gradient(0deg, var(--primary_color) 10%, var(--secondary_color) 100%);
}
.theme-title,
.theme-title * {
    font-size: 40px;
    font-weight: bold;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

::selection {
    background-color: var(--primary_color);
    color: white;
}


::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 100px
}

a {
    text-decoration: none;
}

.link {
    color: var(--primary_color);
}

.link:hover {
    text-decoration: underline;
}

.btn-white {
    background-color: white;
}

.btn-white:hover {
    background-color: rgba(189, 197, 209, .2) !important;
}
.hover-splash:hover{
    background-color: rgb(165 165 165 / 20%) !important;
}
.hover-shadow{
    transition: box-shadow 0.5s;
}
.hover-shadow:hover{
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}

.btn-theme {
    background-color: var(--primary_color);
    color: white;
    font-weight: bold;
    transition: all 0.3s;
}

.btn:focus,
.btn:active {
    box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.dropdown-item.active,
.dropdown-item:active {
    background-color: #eee !important;
    color: black !important;
}

.btn-theme:hover{
    background-color: var(--secondary_color);
    color: white;
}

.logo {
    display: flex;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.row {
    margin: 0;
}

.form-label {
    font-weight: bold;
}

.form-group {
    margin: 0.5rem 0;
}

.form-check-input:focus,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.form-control:focus {
    box-shadow: none !important;
    border-color: black !important;
    background-color: white;
}

.form-check-input:checked {
    background-color: var(--primary_color) !important;
    ;
    border-color: var(--primary_color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--primary_color) !important;
}

.w-95 {
    width: 95%;
}

.w-limit {
    max-width: 1500px;
}

.w-fit {
    width: fit-content !important;
}

.h-0 {
    height: 0;
}

.min-h-100 {
    min-height: 100%;
}

.bg-theme {
    background-color: var(--primary_color) !important;
}

.bg-theme-dark {
    background-color: var(--primary_color) !important;
}

.bg-theme-light {
    background-color: var(--primary_light) !important;
}
.bg-theme-secondary{
    background-color: var(--secondary_color) !important;
}
.text-theme-secondary{
    color: var(--secondary_color) !important;
}
.text-theme {
    color: var(--primary_color) !important;
}

.text-theme-dark {
    color: var(--primary_color) !important;
}

.text-theme-light {
    color: var(--primary_light) !important;
}

.scrollbar-0::-webkit-scrollbar {
    width: 0px;
    height: 0;
}

.selected {
    background-color: var(--primary_color_dark) !important;
}

.of-contain {
    object-fit: contain;
}

.of-cover {
    object-fit: cover;
}

.space-y {
    margin: 10px 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5)
}

.border-theme {
    border-color: var(--secondary_color) !important;
}

.no-wrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

.transition {
    transition: all 0.3s;
}

.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-invalid-input] {
    border-color: red !important;
}

.btn-primary:active{
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
}

.select2-container--default .select2-selection--single{
    display: flex !important;
    align-items: center !important;
}
.email_required [data-invalid-message]{
    position: initial !important;
}
[data-invalid-message] {

    font-weight: bold;
    font-size: 0.8rem;
    color: red !important;
}

.hide-spin::-webkit-outer-spin-button,
.hide-spin::-webkit-inner-spin-button {
    display: none;
}

.clamp1,
.clamp2,
.clamp3,
.clamp5,
.clamp6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}
.clamp5 {
    -webkit-line-clamp: 4;
}

.clamp6 {
    -webkit-line-clamp: 6;
}

.hover-border-bottom {
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s;
}

.hover-border-bottom:hover {
    border-bottom-color: white !important;
}



.pointer {
    cursor: pointer;
}
.zoom {
    cursor: zoom-in;
}

.grab {
    cursor: grab;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.733);
}

.bg-dark {
    background-color: #000000 !important;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-10 {
    z-index: 10;
}

.z-99 {
    z-index: 99;
}

.z-999 {
    z-index: 999;
}

.z-9999 {
    z-index: 9999;
}

.gradiant-bottom {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.gradiant-top {
    background-image: linear-gradient(0deg, #0d0d0d00, rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
}

.hover-shimmer:hover,
.shimmer {
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
}

.hover-shimmer:hover {
    animation: shimmer 0.7s forwards;
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left
    }
}

.dropdown-content {
    /*display: none;*/
    flex-direction: column;
    background-color: white;
    min-width: 200px;
    box-shadow: 1px 1px 5px grey;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    display: none;
    z-index: 10;
    display: flex;
    height: 0;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;

}

.dropdown:hover>.dropdown-content {
    height: auto;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;

}

.dropdown-item {
    border: none !important;
}
.shake{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.paragraph p,
.paragraph{
    font-family: 'Outfit Regular' !important;
    line-height: 1.7
}
.en-font{
    font-family: 'Outfit Regular' !important;
}
.hover-scale{
    transition: transform 0.5s;
}
.hover-scale:hover{
    transform: scale(1.1);
}

.cairo{
    font-family: "Cairo";
}

.b-lazy{
    opacity:0.2;
    transition: all 0.3s;
}
.b-lazy.b-loaded{
    opacity:1;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px !important;
    bottom: 0;
    background-color: var(--primary_color);
    transition: all 0.25s ease-out;
}

.hover-underline-animation:hover::before {
    width: 100%;
}

.gradiant-bottom {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.gradiant-top {
    background-image: linear-gradient(0deg, #0d0d0d00, rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
}
.center-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.dark-layer{
    background-color: #0000004d;
}
.rounded-theme{
    border-radius: 25px;
    overflow: hidden !important;
}
.header-theme{
    position: relative
}
.header-theme::after,
.header-theme::before{
    content: "";
    position: absolute;
    top: 45%;
    width: 60%;
    height: 5px;
    right: 105%;
    background-color: var(--primary_color)
}
.header-theme::after{
    left: 105%;
    right: unset
}
.divider{
    width: 100px;
    height: 5px;
    background-color: var(--primary_color)
}
.image-content{
    height: 90vh;
}
.h{
    font-size: 3rem;
}
.text-justify{
    text-align: justify;
}
.fs-7{
    font-size: 14px;
}
.country_code{

    /*height: 100%;*/
}
.niceCountryInputMenu {
    background: white !important;
    color: black !important;
    border: 1px solid #ced4da;
    cursor: pointer;
    display: flex;
    align-items: center;
    height:42px !important;
    /*    border-top-left-radius: 0rem !important;
        border-bottom-left-radius: 0rem !important;*/
    /*    border-right: 0 !important;
        border-left: 0 !important;
        border-top:0 !important;*/
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border-radius: 0;*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /*    border-right: 0;
        border-left: 0;
        border-top:0;*/
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem 2.25rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    /*border-radius: 0;*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.combo_clear{
    margin-top: 0px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px !important;
    user-select: none;
    -webkit-user-select: none;
    height:49px !important;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 42px !important;
    user-select: none;
    -webkit-user-select: none;
}

.date_calendar div {

    gap: 2px !important;
}


.file {
    width: 100%;
    padding: 4px;
    background: var(--secondary_color) !important;
    border: 1px solid var(--primary_color) !important;
    color: var(--primary_color) !important;
    ;
    display: flex;
}

.modal-btn{
    padding-left: 45px;
    padding-right: 45px;
}
.modal{
    background-color: rgba(0, 0, 0, 0.62);
}

@media only screen and (max-width: 1000px) {
    .image-content{
        height: auto;
    }
    .h{
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 700px) {

    .h{
        font-size: 2rem;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}
.radio-selected{
    background-color: var(--primary_color) !important;
    color:white !important;
}

.delete{

    color: var(--primary_color) !important;
    border: 1px solid var(--primary_color) !important;
}
.delete .button_icon {
    color:white !important;
}
.delete .button_title{
    color: var(--primary_btn)  !important;
    background-color:   white !important;
    font-weight: bold;
}


.modify {
    border: 1px solid var(--primary_color) !important;
}
.modify .button_title {
    background-color: var(--primary_color) !important;
    font-weight: bold;
    /*color: var(--primary_btn)  !important;*/
}
.modify .button_icon {
    color:white !important;
}
#div_grid_header{
    background-color:  var(--primary_color)!important;
    color: white !important;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
}

.bg-secondary{

}

thead{
    background-color: white !important;
}
thead th{
    color:black !important;
}

.btn-primary {
    background-color: var(--primary_color) !important;
}

.btn-primary:hover{
    background-color: var(--secondary_color) !important;
}

.text-primary{
    color: var(--primary_color) !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: var(--primary_color) !important;
}

.bg-primary{
    background-color: var(--primary_color) !important;
}
.bg-secondary{
    background-color: var(--secondary_color) !important;
}

.bg-light-secondary{
    background-color: #ffcc00b8 !important;
}

.border-white:hover{
    border-color: var(--primary_color) !important;
}

.btn:hover{
    background-color: var(--secondary_color) !important;
}

.border-primary{
    border-color: var(--primary_color) !important;
    border: 2px solid;
}

.bg-modify-color{
    background-color: var(--modify_btn_color) !important;
}

.border-modify-color{
    border-color: var(--modify_btn_color) !important;
    border: 2px solid;
}

.b-lazy{
    opacity:0.2;
    transition: all 0.3s;
}
.b-lazy.b-loaded{
    opacity:1;
}