.mainFlex,
.main_bttn,
.loader-container,
.modal-dialog-centered,
.loginThumb_wrap,
.noti__num,
.login_dropbtn,
.table_icon,
.flex_data,
.more_bttn,
.showSub_table,
.reserve_badge,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate,
.univTH_wrapper,
.buttons_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-check-input:checked {
    background-color: #4A5A51 !important;
    border-color: #4A5A51 !important;
}
.form-check-input:checked:before {
    background-color: white;
}
.flex_Start {
    display: flex;
    justify-content: start;
    align-items: start;
}

.flex_between,
.dashboard__navbar,
.title_between,
.form_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.background_cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.secPadding {
    padding: 80px 0;
}

html {
    scroll-behavior: smooth;
}

.btn-custom-brown {
    background-color: #B2876B !important;
    border-color: #B2876B!important;
    color: white!important;
    border-radius: 5px!important;
    font-size: 15px;
    min-width: 90px;
    width: fit-content;
    height: 34px;
    line-height: 14px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn-custom-brown:hover {
    background-color: #B2876B!important;
    border-color: #B2876B!important;
    color: white!important;
}
.btn-outline-custom {
    background-color: white!important;
    border: 1px solid #B2876B!important;
    color: #B2876B!important;
    border-radius: 5px!important;
    font-size: 15px;
    min-width: 80px;
    width: fit-content;
    height: 34px;
}

.btn-outline-custom:hover {
    background-color: white!important;
    border: 1px solid #B2876B!important;
    color: #B2876B!important;
}
.btn-custom-green {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
    color: white !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    min-width: 90px;
    width: fit-content;
    height: 34px;
    line-height: 14px;
}

.btn-custom-red {
    background-color: #b00020 !important;
    border-color: #b00020 !important;
    color: white !important;
    border-radius: 5px !important;
    font-size: 15px;
    min-width: 90px;
    width: fit-content;
    height: 34px;
    line-height: 14px;
}

[dir="rtl"] body {
    font-family: "tajawal", sans-serif !important;
}

[dir="rtl"] body {
    font-family: "tajawal", sans-serif !important;
}

body {

    letter-spacing: normal;
    overflow: hidden !important;
    margin: 0;
    padding: 0;
    background-color: #F7F9F8;
    position: relative;
    direction: rtl !important;
    text-align: right;
}

[dir="ltr"] body {
    direction: ltr !important;
    font-family: "Montserrat", sans-serif !important;
    text-align: left;

}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/english-font/Montserrat/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/english-font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
    font-style: italic;
}

@font-face {
    font-family: "tajawal";
    src: url("../fonts/arabic-font/Tajawal/Tajawal-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "tajawal";
    src: url("../fonts/arabic-font/Tajawal/Tajawal-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "tajawal";
    src: url("../fonts/arabic-font/Tajawal/Tajawal-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "tajawal";
    src: url("../fonts/arabic-font/Tajawal/Tajawal-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "tajawal";
    src: url("../fonts/arabic-font/Tajawal/Tajawal-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "tajawal";
    src: url("../fonts/arabic-font/Tajawal/Tajawal-ExtraBold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "tajawal";
    src: url("../fonts/arabic-font/Tajawal/Tajawal-Black.ttf");
    font-weight: 900;
}

* {

    letter-spacing: normal;
    font-family: "tajawal", sans-serif !important;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
}

[dir="ltr"] * {
    font-family: "Montserrat", sans-serif !important;


}

[dir="rtl"] * {
    font-family: "Montserrat", sans-serif !important;

}

body::-webkit-scrollbar {
    width: 8px;
}

body.thin::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #4A5A51;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #4A5A51;
}

form,
input {
    direction: rtl !important;
    text-align: right !important;
}

[dir="ltr"] form,
[dir="ltr"] input {
    direction: ltr !important;
    text-align: left !important;
}

[dir="rtl"]h1,
h2,
h3,
h4,
h5,
h6 {

    letter-spacing: normal;
    font-family: "tajawal", sans-serif !important;
    text-transform: capitalize;
    color: #1E3B4B;
    font-weight: 600;
    line-height: 28px;

}

[dir="ltr"] h1,
h2,
h3,
h4,
h5,
h6 {

    letter-spacing: normal;
    font-family: "Montserrat", sans-serif !important;
    text-transform: capitalize;
    color: #1E3B4B;
    font-weight: 600;
    line-height: 28px;

}

a {
    text-decoration: none !important;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

a:hover {
    color: #4A5A51;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

iframe,
video {
    max-width: 100%;
    width: 100%;
}

p {
    color: #636865;
    font-size: 14px;
    margin-bottom: 24px;
}

.main_bttn {
    gap: 10px;
    background-color: #B2876B;
    height: 43px;
    font-size: 14px;
    font-weight: 500;
    /*text-transform: capitalize;*/
    padding: 10px 18px;
    width: fit-content;
    color: #fff;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.reject_bttn {
    gap: 10px;
    border: 1px solid #b00020;
    height: 43px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 18px;
    width: fit-content;
    color: #b00020;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.main_bttn.login_btn {
    background-color: #4A5A51;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.main_bttn.download_bttn {
    background-color: #4A5A51;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 26px;
}

.main_bttn.trans_bttn {
    background-color: transparent;
    border: 1px solid #4A5A51;
    color: #4A5A51;
    font-size: 16px;
    text-align: center;
    padding: 0;
    font-weight: 600;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.main_bttn.addProv_bttn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.main_bttn:hover {
    color: #fff !important;
    background-color: #B2876B;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    outline: none !important;
}

select:focus {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    outline: none !important;
}

textarea {
    resize: none;
}

.loader-container {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background: #8ca195;
    z-index: 10000;
}

.loader {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    animation: rotation 1s linear infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: #fff #fff #4A5A51 #4A5A51;
    width: 90px;
    height: 90px;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.loader::before {
    width: 70px;
    height: 70px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

.absLoader_logo {
    position: absolute;
    width: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.mbttom_12 {
    margin-bottom: 12px !important;
}

.mbttom_14 {
    margin-bottom: 14px !important;
}

.mbttom_16 {
    margin-bottom: 16px !important;
}

.mbttom_20 {
    margin-bottom: 20px !important;
}

.mbttom_24 {
    margin-bottom: 24px !important;
}

.mbttom_32 {
    margin-bottom: 32px !important;
}

.mbttom_40 {
    margin-bottom: 40px !important;
}

.mbttom_50 {
    margin-bottom: 50px !important;
}

.mbttom_36 {
    margin-bottom: 36px !important;
}

.mbttom_80 {
    margin-bottom: 80px !important;
}

.mrgTop_45 {
    margin-top: 45px !important;
}

.dropdown-toggle::after {
    display: none;
}

img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

[dir="rtl"] .dropdown-menu {
    text-align: right !important;
    /*right: 0 !important;*/
}

.dropdown-item {
    display: flex;
    gap: 4px;
    color: #4A5A51;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}



.notification_list {
    width: 400px;
    border: none;
    z-index: 999999999999;
    background-color: transparent;
    max-height: 400px;
    display: flex;
    flex-direction: column;
}

.notification_list .scrollable-content {
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-color: #D9D9D9 transparent;
}


.notification_list .dropdown-item {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
}

.notification_list .dropdown-item:last-child {
    border-bottom: none;
}

.notification_list .dropdown-item img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

[dir='rtl'] .notification_list .notif-content {
    padding: 6px;
}

.notification_list .notif-content {
    display: grid;
    gap: 4px;
    padding: 2px;
}

.notification_list .notif-title {
    font-size: 16px;
    font-weight: bold;
    color: #4a5a51;
    margin-bottom: 2px;
}

.notification_list .notif-desc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #757575;
    word-wrap: break-word;
    justify-content: center;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.notification_list .dropdown-header {
    text-align: end;
    padding: 10px;
    color: #4a5a51;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;

}

.notification_list .dropdown-footer {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    color: #4a5a51;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #f0f0f0;
}

#searchModal {
    background-color: rgba(0, 0, 0, 0.11);
    padding-right: 0 !important;
    z-index: 999999;
}

.modal-dialog-centered {
    min-height: calc(100% - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchModal .modal-content {
    background: transparent;
    border: none;
    width: 100%;
}

#searchModal .close {
    color: #fff;
    position: absolute;
    top: 10px;
    opacity: 1;
    left: 10px;
}

[dir="ltr"] #searchModal .close {
    left: auto;
    right: 10px;
}

/*start login page*/
.topLogin_vabar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 999;
}

.topLogin_vabar .lang_btnn {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.loginIntro_Aside {
    padding: 85px 150px;
    position: relative;
    height: 100%;
    min-height: 100vh;
}

.registerIntro_Aside {
    /* padding: 85px 150px; */
    position: relative;
    height: 100%;
    min-height: 100vh;
}

.login_cardN {
    background-color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 60px;
    position: relative;
    z-index: 2;
}

.file-name {
    font-size: 0.9rem;
    color: #6c757d;
    display: block;
}

.login_cardN>h3 {
    color: #4A5A51;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    /* margin-bottom: 50px; */
}

.logo_link {
    display: block;
    width: 176px;
    margin: auto;
    margin-bottom: 20px;
}

.logo_link img {
    width: 176px;
}

.form_group {
    position: relative;
}

.form_group .pre_iconN {
    position: absolute;
    color: #D8E0EA;
    right: 20px;
    top: 10px;
}

.form_group .abs_iconN {
    position: absolute;
    color: #D8E0EA;
    left: 12px;
    top: 13px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
}

.form_group .abs_iconN.email_iconN {
    pointer-events: none;
}

[dir="ltr"] .form_group .abs_iconN {
    left: auto;
    right: 12px;
}

.file-upload-label {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.login_input {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    /*text-transform: capitalize;*/
    line-height: 21px;
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #D8E0EA;
    background: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-inline-start: 0;
}

.otp-inputs {
    gap: 15px;
    direction: ltr !important;
    display: flex;
    justify-content: center;
}

.login_input::placeholder {
    color: #879196;
    font-size: 18px;
    font-weight: 400;
    /*text-transform: capitalize;*/
    line-height: 21px;
}

.forget_link {
    display: block;
    width: fit-content;
    margin-inline-start: auto;
    color: #4A5A51;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.login__section {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh !important;
    min-width: 100vw !important;
    background-image: url(../images/login_bg.png);
}

.loginThumb_wrap {
    /* background-color: #4A5A51; */
    min-height: 100vh;
    height: 100%;
}

.mainG_logo {
    display: block;
    width: 327px;
}

.mainG_logo img {
    display: block;
    width: 327px;
}

/* .hvr-sweep-to-right:before {
  background: #4A5A51;
}

.hvr-sweep-to-left:before {
  background: #2C322F;
} */

/*** dashboard page ***/
.dashboard__wrapper {
    position: relative;
}

.asideMenu_column {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 253px;
    height: 100%;
    /*background-color: #46564D;*/
    background-image: url(../images/sidebarBG.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    z-index: 999;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    overflow-y: auto;
    overflow-x: hidden;
}

.asideMenu_column::-webkit-scrollbar {
    width: 5px;
}

.asideMenu_column::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.asideMenu_column::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.asideMenu_column .toggle_sidebar {
    position: absolute;
    top: 16px;
    left: -60px;
}

[dir="rtl"] .asideMenu_column {
    right: 0;
    /* transform: translateX(0); */
}

[dir="ltr"] .asideMenu_column {
    left: 0;
    /* transform: translateX(-100%); */
}



[dir="ltr"] .asideMenu_column .toggle_sidebar {
    left: auto;
    right: -60px;
}

.dashboard__menu {
    height: 100%;
}

.sidebar__logo {
    display: block;
    width: 73px;
    margin: auto;
    margin-bottom: 30px;
}

.sidebar__logo img {
    width: 73px;
}

.side_lnkCon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #B7BDB9;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.logo-placeholder {
    width: 73px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.dashboard__list {
    padding: 30px 11px;
    /*background-color: #4A5A51;*/
    margin: 0;
    list-style: none;
    min-height: calc(100vh - 150px);
}

.side_item {
    position: relative;
    margin-bottom: 0;
}

.side_link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff ;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-transform: capitalize;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 3px solid transparent;
}

.side_link.dropdown-toggle {
    position: relative;
}

.side_link.dropdown-toggle::before {
    content: '';
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 9px;
    left: 12px;
    position: absolute;
    top: 15px;
    width: 9px;
    transform: rotate(45deg);
}
.side_link:hover .side_SPName {
    color: #FFFFFF !important;
    background: none !important;
}
.side_item .dropdown-menu {
    position: static !important;
    display: none;
    width: 100%;
    background: none !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    --bs-dropdown-border-width: none !important;
}

.side_item .dropdown-menu.show {
    display: block;
}

.side_item .dropdown-menu .dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    /*gap: 10px;*/
    color: #fff !important;
    background: none !important;
    border: none;
    padding: 12px 15px;
    padding-right: 42px;
    font-size: 14px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

[dir="ltr"] .side_item .dropdown-menu .dropdown-item {
    padding-left: 22px;
    padding-right: 15px;
}

.side_item .dropdown-menu .dropdown-item.active {
    background-color: #ffffff33 !important;
    color: #fff !important;
}

.side_link.dropdown-toggle.show::before{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.side_link.dropdown-toggle.active_link::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.side_link.active{
    background-color: #ffffff33 !important;
    color: #fff !important;
}

.side_link.active .side_lnkCon{
    color: #fff !important;
}
.side_item .dropdown-menu .dropdown-item.active  {
    color: #fff !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent !important;
}
.dashboard__container {
    min-height: 100vh;
}

.dashboard__navbar {
    gap: 12px;
    width: 100%;
    background-color: #fff;
    padding: 16px 20px;
}

.navbar__title {
    color: #4A5A51;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

.navButtons_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mrST_auto {
    margin-inline-start: auto;
}

.notif__link {
    display: inline-flex;
    width: 24px;
    height: 24px;
    position: relative;
    color: #4A5A51;
}

.pendingorder__num {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-color: #E1C86B;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -6px;
    right: -8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.noti__num {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-color: #D94E4E;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -6px;
    right: -10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.login_dropbtn {
    font-family: 'STC-Regular', sans-serif;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #2C322F;
    background-color: #F9F8F7;
    border: 1px solid rgba(178, 135, 107, 0.2);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.language-toggle {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #ccc;
    /* padding: 3px; */
    width: 80px;
    position: relative;
    top: 20px;
    right: 0px;
}
.language-btn[disabled] {
    cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
.language-toggle form {
    z-index: 9999999 !important;
}

.language-btn {
    background: none;
    border: none;
    color: #4a5a51;
    font-size: 16px;
    padding: 5px 5px;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    text-align: center;
    transition: color 0.3s ease;
}

.language-btn.active {
    color: #fff !important;
    cursor: default;
    pointer-events: none;
}

.slider {

    position: absolute;
    background-color: #4a5a51;
    border-radius: 25px;
    left: 5px;

    z-index: 0;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;

}

/* .slider.en {
    transform: translateX(4px);
}

.slider.ar {

    transform: translateX(-45px);
}

.language_home.ar {
    transform: translateX(-45px) !important;
}

.language_home.en {
    transform: translateX(5px) !important;

} */

.active_switch {
    color: #F9F8F7;
    background-color: #2C322F;
}

.user_NInfo {
    text-align: end;
}

.user_NInfo .user_name {
    color: #505050;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}

.user_NInfo .user_job {
    color: #BBB;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}

.tNot_icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.dropUser__img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.dropdown-toggle::after {
    display: none;
}

.dashInner__container {
    overflow-y: auto;
    height: 90vh;
    padding: 23px;
}

.white_block {
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 24px;
    border: 1px solid #F1F5F3;
    box-shadow: 5px 5px 20px 0px #BBC9C129;
}

.profile-card {
    margin: 20px auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.avatar-container {
    width: 100%;
    height: 150px;
    background-image: url(../images/bg-profile.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px 15px 0 0;
    position: relative;
    margin-bottom: 60px;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #fff;
}

.avatar-icon {
    width: 60px;
    height: 60px;
    fill: #666;
}

.camera-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.camera-icon svg {
    width: 20px;
    height: 20px;
    fill: #666;
}

.btn-cancel {
    background-color: #fff;
    color: #666;
    border: 1px solid #ced4da;
    padding: 10px 30px;
    font-weight: 500;
}

.btn-wallet {
    background-color: #fff;
    color: #d2b48c;
    border: 1px solid #d2b48c;
    padding: 10px 30px;
    font-weight: 500;
}

.btn-submit {
    background-color: #d2b48c;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-weight: 500;
}

.btn-cancel-wallet {
    background-color: #fff;
    color: #666;
    border: 1px solid #ced4da;
    padding: 10px 80px;
    font-weight: 500;
}

.btn-submit-wallet {
    background-color: #d2b48c;
    color: #fff;
    border: none;
    padding: 10px 80px;
    font-weight: 500;
}

.discForm_group {
    position: relative;
}

.select2-container {
    width: 100% !important;
    border: none;
    z-index: 9999;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: none;
    color: #000;
    /*background: #FFF;*/
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding: 0;
    padding-inline-end: 40px !important;
    font-size: 14px;
    /*z-index: -1 !important;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered option[selected][disabled]{
    color: #657475; /* Black color for selected options with a value */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 6px;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    height: 8px;
    left: 50%;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    width: 8px;
    transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 1px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.chart_select .select2-container--default .select2-selection--single {
    height: 34px;
    padding-inline-end: 40px;
}

.chart_select .select2-container {
    height: 34px;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}

.chart_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-inline-start: 12px;
}

.chart_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    /*top: 20%;*/
}

.chart_select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 1px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.config_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #879196;
    font-weight: 700;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item {
    position: relative;
    color: #636865;
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb-item.active {
    color: #636865;
}

.breadcrumb-item a {
    color: #2C322F;
}

.breadcrumb-item a img {
    width: 15px;
    height: 15px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-inline-start: 4px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-inline-end: 4px;
}

[dir="ltr"] .breadcrumb-item+.breadcrumb-item::before {
    float: left;
}

.title_between {
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table_icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #4A5A51;
    margin-inline-end: 8px;
}

.table_icon.dark_bki {
    background-color: #2C322F;
}

.flex_data {
    justify-content: flex-start;
    gap: 8px;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #fff;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #fff;
}

table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    border: none;
}

table.dataTable thead th,
table.dataTable thead td {
    text-align: center;
    color: #2C322F;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: none;
    background-color: #F7F9F8;
    padding: 12px;
    align-content: center;
    min-width: 90px;
}

table.dataTable thead th a,
table.dataTable thead td a {
    color: #879196;
}

.status_badge {
    display: flex;
    justify-content: center;
}

table.dataTable tbody td {
    text-align: center;
    color: #606A64;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 16px;
    align-content: center;
    border: none !important;
    border-bottom: 4px solid #f7f9f8 !important;
    min-width: 57px;
}

table.dataTable tbody td.dataTables_empty {
    color: #969696;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.325px;
    text-align: center !important;
    padding-top: 40px;
}

table.dataTable tbody td a {
    color: #879196;
}

.datadisabled_bttn {
    color: #fff !important;
    background: #b00020 !important;
    border: 1px solid #b00020 !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    padding: 0 14px;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
}

.add_bttn {
    color: #fff !important;
    background-color: #B2876B;
    border: none !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    padding: 0 14px;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
}

.dataPrint_reload {
    color: #B2876B !important;
    background: transparent !important;
    border: 1px solid #B2876B !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    /* padding: 0 14px; */
    width: 34px;
    height: 34px;
    font-size: 25px;
    font-weight: 500;
}

.add_bttn {
    color: #fff !important;
    background-color: #B2876B;
    border: none !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    padding: 0 14px;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
}

.dataPrint_reload {
    color: #B2876B !important;
    background: transparent !important;
    border: 1px solid #B2876B !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    /* padding: 0 14px; */
    width: 34px;
    height: 34px;
    font-size: 20px;
    font-weight: 500;
}

.dataPrint_bttn {
    color: #B2876B !important;
    background: transparent !important;
    border: 1px solid #B2876B !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
}

/*.dataPrint_bttn:hover {*/
/*    background: #4A5A51 !important;*/
/*    color: #fff !important;*/
/*}*/

.more_bttn {
    min-width: 32px;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: rgba(151, 151, 151, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
}

.table__dropdown .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.table__dropdown .dropdown-item {
    color: #879196;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.325px;
    padding: 8px 16px;
}

.showSub_table {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    cursor: pointer;
}
.badge_service{
    /*min-width: 90px;*/
    padding: 8px 20px;
    /*width: fit-content;*/
    height: 34px;
    line-height: 14px;
    background: transparent;
    border-radius: 12px;
    border: 1px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 15px;
}
.badge_service.btn-active{
    color: #10B981;
    border-color: #10B981;
}
.badge_service.btn-inactive{
    color: #EF4444;
    border-color: #EF4444;

}
.badge_service.btn-pending{
    color: #d5c06b;
    border-color: #d5c06b;
}
.orders_badge{
    min-width: 90px;
    height: 34px;
    line-height: 14px;
    background: transparent;
    border-radius: 0.375rem !important;
    border: 1px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 15px;
}
.reserve_badge {
    min-width: 90px;
    /*padding: 0 20px;*/
    width: fit-content;
    height: 34px;
    line-height: 14px;
    background: transparent;
    border-radius: 12px;
    border: 1px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 15px;
}

.reserve_badge.done_badge {
    color: #10B981;
    border-color: #10B981;
}

.reserve_badge.accepted_badge {
    color: #3B82F6;
    border-color: #3B82F6;
}

.reserve_badge.processing_badge {
    color: #FB923C;
    border-color: #FB923C;
}

.reserve_badge.pending_badge {
    color: #d5c06b;
    border-color: #d5c06b;
}

.reserve_badge.canceled_badge {
    color: #EF4444;
    border-color: #EF4444;

}

.reserve_badge.delete_badge {
    color: #E00;
    border-color: #E00;
}

.reserve_badge.view_badge {
    background-color: #4A5A51;
    color: #fff;
    border-color: #4A5A51;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.reserve_badge.cancel_bttn {
    background-color: #E35B5B;
    border-color: #E35B5B;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
}

.reserve_badge.edit_bttn {
    background-color: #B2876B;
    border-color: #B2876B;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
}

.tab_thumbN {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.form_check {
    width: 16px;
    height: 16px;
    opacity: 0.2;
}

.form_check:checked {
    opacity: 1;
}
html[dir="rtl"] .dataTables_wrapper thead .first_element,
html[dir="rtl"] .dataTables_wrapper tbody .first_element {
    text-align: start !important;
}
.table__responsive {
    overflow-x: auto;
}

.table__responsive::-webkit-scrollbar {
    width: 1px !important;
    height: 7px;
}

.table__responsive::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.table__responsive::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/* For LTR (English), ensure the first column remains left-aligned */
html[dir="ltr"] .dataTables_wrapper thead .first_element,
html[dir="ltr"] .dataTables_wrapper tbody .first_element {
    text-align: left !important;
}

.dataTables_wrapper thead th{
    font-size: 14px !important;
    background: #f7f9f8;
    font-weight: 700 !important;
    line-height: 150% !important;
}
.dataTables_wrapper tbody td{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    padding: 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-flex;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #000;
    background-color: #fff;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    font-size: 10px;
    background-color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #fff !important;
    border: none !important;
    color: #4A5A51;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #4A5A51 !important;
    color: #fff !important;
    border: 1px solid #4A5A51 !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    gap: 8px;
    padding: 46px;
}

/*** reserve tabs ***/
.univ_tabs {
    width: fit-content !important;
    gap: 8px;
    border: none;
}

.univ_tabs .nav-link {
    color: #CBD5E1;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 14px;
    height: 34px;
    text-align: center;
    border: 1px solid #CBD5E1;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    min-width: 90px;
}

.univ_tabs .nav-link.active,
.univ_tabs .nav-link.show,
.univ_tabs .nav-link:hover {
    color: #fff;
    background-color: #4A5A51;
}

.univ_tabs.prov_tabs .nav-link {
    color: #4A5A51;
    background-color: #fff;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-width: 90px;
}

.univ_tabs.prov_tabs .nav-link.active,
.univ_tabs.prov_tabs .nav-link.show,
.univ_tabs.prov_tabs .nav-link:hover {
    color: #46564D;
    font-weight: 500;
    border-bottom: 2px solid #4A5A51;
}

.accordion-item {
    border: 0;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.accordion-item:not(:last-of-type) {
    margin-bottom: 8px;
}

.go-top {
    position: fixed;
    right: 10px;
    display: none;
    width: 50px;
    height: 50px;
    background: #4A5A51;
    color: #fff;
    text-align: center;
    bottom: 10px;
    z-index: 99;
    line-height: 46px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.go-top:hover {
    background-color: #000;
    color: #fff;
}

/*** provider page **/
.form_between {
    flex-wrap: wrap;
    padding-inline-start: 40px;
    padding-bottom: 40px;
    gap: 40px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 24px;
}

.univTH_wrapper {
    position: relative;
    justify-content: flex-start;
    background: #FFF;
}

.univTH_wrapper .imageInput_face {
    position: absolute;
    inset: 0;
    width: 110px;
    height: 110px;
    z-index: 3;
    opacity: 0;
}

.univTH_wrapper .image_Preview {
    min-width: 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.univTH_wrapper .imageInput_cont {
    padding-inline-start: 16px;
}

.univTH_wrapper .imageInput_cont h5 {
    color: #0F172A;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.univTH_wrapper .imageInput_cont p {
    color: #64748B;
    font-size: 15px;
    font-weight: 400;
}

.pointer_none {
    pointer-events: none;
    opacity: 0.3;
}

.povINN_cardN {
    margin-bottom: 40px;
}

.povINN_cardN .provOne_label {
    display: block;
    font-size: 15px;
    color: #64748B;
    margin-bottom: 4px;
}

.povINN_cardN .provOne_desC {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.group_WrpN {
    position: relative;
    margin-bottom: 24px;
}

.form_label {
    font-size: 14px;
    color: #334155;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.form_input {
    font-size: 16px !important;
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-inline-start: 16px;
}
[dir="rtl"] .select2 {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    z-index: 1 !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-inline-end: 40px;
}
[dir="ltr"] .select2 {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    z-index: 1 !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding-inline-start: 10px;
}

.form-select {
    background-position: left .75rem center !important;
    font-size: 14px !important;
    border: 1px solid #0000001A;
}
.form-select option[selected][disabled] {
    color: #657475;
}
.buttons_wrapper {
    width: fit-content;
    gap: 8px;
    margin-top: 8px;
}

.original_uloader {
    height: 70px;
}

.image-uploader {
    top: -44px;
    border: none;
    overflow: hidden;
    padding-top: 54px;
}

.image-uploader .upload-text {
    opacity: 0;
}

.headInner_row,
.bodyInner_row {
    margin: 0;
}

.headInner_row .col {
    text-align: center;
    color: #2C322F;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: none;
    background-color: #F7F9F8;
    padding: 12px;
    align-content: center;
}

.bodyCont_wrapper {
    background-color: #fff;
}

.bodyInner_row .col {
    text-align: center;
    color: #606A64;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 16px;
    align-content: center;
    border: none !important;
    border-bottom: 4px solid #f7f9f8 !important;
}

.collHidden_table {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 320px 280px 0 50px;
    top: 0;
    left: 0;
    right: 0;
    /* z-index: 999; */
}

.collHidden_table::before {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.collHidden_table .inner_table {
    position: relative;
    /* z-index: 0; */
    width: 100%;
}
.collapse-row .headInner_row .col:first-child,
.collapse-row .bodyInner_row .col:first-child {
    flex: 2   !important;
    min-width: 0;
}

[dir="ltr"] .collHidden_table {
    padding: 320px 50px 0 280px;
}

.noTable_data {
    padding: 20px;
    text-align: center;
}

[dir="ltr"] .addProv_bttn svg,
[dir="ltr"] .paginate_button svg {
    transform: scalex(-1);
    -webkit-transform: scalex(-1);
    -moz-transform: scalex(-1);
    -ms-transform: scalex(-1);
    -o-transform: scalex(-1);
}

[dir="ltr"] .side_link.dropdown-toggle::before {
    left: auto;
    right: 12px;
}
.actions_header {
    flex-wrap: wrap;
    gap: 1rem;
}
.btn-custom-brown {
    min-width: 120px;
    white-space: normal;
}

/*** media query screens ***/
@media (max-width: 767px) {

    [dir="rtl"] .asideMenu_column .toggle_sidebar {
        right: 10px;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1760px;
    }
}

@media (min-width: 992px) {
    .desktop__none {
        display: none;
    }

    .dashboard__container {
        margin-inline-start: 253px;
        transition: 0.7s;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        -ms-transition: 0.7s;
        -o-transition: 0.7s;
    }

    .dashboard__container.wideDash_container {
        margin-inline-start: 60px;
    }

    .dataBttns_wrap {
        padding-inline-start: 368px;
    }

    .dt-buttons {
        float: none !important;
        text-align: left;
        position: absolute !important;
        left: 0px;
        top: -170px;
        z-index: 1000;
    }

    [dir="ltr"] .dt-buttons {
        left: auto;
        right: -11px;
    }

    .asideMenu_column.collapsed_menu {
        width: 60px;
    }

    .asideMenu_column.collapsed_menu .sidebar__logo {
        display: none;
    }

    .asideMenu_column.collapsed_menu .side_link {
        justify-content: center;
    }

    .asideMenu_column.collapsed_menu .side_link .side_SPName {
        display: none;
    }

    .asideMenu_column.collapsed_menu .side_link.dropdown-toggle::before {
        display: none;
    }

    .asideMenu_column.collapsed_menu .service_bttn {
        display: none;
    }
}

/*** medium secreens ***/
@media (max-width: 991.98px) {
    [dir="rtl"] .asideMenu_column {
        transform: translateX(255px);
    }

    [dir="ltr"] .asideMenu_column {
        transform: translateX(-255px);
    }

    .mob-overlay {
        position: fixed;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .mob-overlay.active {
        opacity: .85;
        visibility: visible;
    }

    .dMobe_noe {
        display: none;
    }

    .loginIntro_Aside {
        padding: 146px 20px;
    }

    .loginIntro_Aside::before,
    .loginIntro_Aside::after {
        display: none;
    }

    .loginThumb_wrap {
        min-height: 60vh;
        padding: 20px;
    }

    .mainG_logo,
    .mainG_logo img {
        width: 200px;
    }


    .login_cardN {
        padding: 24px 10px;
    }

    .toggle__sidebar {
        top: 10px;
    }

    .dashInner__container {
        padding: 12px;
    }

    .table__responsive {
        overflow-x: auto;
    }

    .dataTables_wrapper .dataTables_filter {
        position: unset;
        margin-top: 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .dataTables_wrapper .dataTables_filter label,
    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
    }

    .dataBttns_wrap {
        justify-content: center;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .dt-buttons {
        text-align: right !important;
        /* display: none !important; */
    }

    .asideMenu_column {
        transform: translateX(255px);
        -webkit-transform: translateX(255px);
        -moz-transform: translateX(255px);
        -ms-transform: translateX(255px);
        -o-transform: translateX(255px);
    }

    .asideMenu_column.collapsed_menu {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .collHidden_table {
        padding: 160px 60px;
        overflow-x: auto;
    }

    .collHidden_table::before {
        width: 760px;
    }

    .collHidden_table .inner_table {
        width: 600px;
    }

    .logo_link {
        margin-bottom: 40px;
    }
}

/*** md secreens ***/
/*** mobile secreens ***/
@media (max-width: 767.98px) {
    .has_account {
        margin-bottom: 32px;
    }

    .navButtons_flex {
        gap: 0 !important;
    }

    .dt-buttons {
        text-align: left !important;
        display: inline-block !important;
        margin-left: 10px;
    }

    .dataPrint_bttn {
        /*margin-right: 1px;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-custom-brown{
        font-size: 10px !important;
    }
    .orderMid_1st {
        order: 0;
    }

    .dropdown-menu {
        position: absolute;
        inset: 0px 0px auto auto;
        margin: 0px;
        z-index: 99999;
        transform: translate3d(160px, 42.4px, 0px) !important;
    }

    .orderMid_2nd {
        order: 1;
    }

    .asideBar_wrap {
        margin-bottom: 16px;
    }

    .uniWide_cardN {
        margin-bottom: 16px;
    }

    .asideChat_column {
        margin-bottom: 16px;
    }
}

/*** small secreens ***/
@media (max-width: 575.98px) {
    .dashboard__navbar {
        flex-wrap: wrap;
    }

    .navButtons_flex {
        gap: 0 !important;
    }

    .editPro_bttn {
        top: 8px;
        right: 8px;
    }
}

.banner_home {
    background: url(../images/home/banner2.png);
    background-repeat: no-repeat;
    padding: 0px;
    border-bottom: 2px solid #ccc;
    box-shadow: 5px 5px 20px 0px #BBC9C129;

}

.custom-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 5px;
}

.card-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #757575 !important;
    font-size: 1rem;
    line-height: 1.5rem;
}

.card-text {
    font-weight: bold;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.333rem;
    color: #4a5a51;
}

.card-arrow {
    width: 28px;
    cursor: pointer;
}

.card-image {
    width: 55px;
    height: auto;
}

.table-responsive-md {
    border: 1px solid #EAECF0;
    border-radius: 25px;
    overflow: hidden;
}

.table-responsive-md .table {
    margin-bottom: 0;
    text-align: start;
    border: none;
    justify-content: center;
    max-width: 100%;
}

.table-responsive-md .table thead th {
    border: none;
    text-align: center;
    color: #657475;
    padding: 1rem;
    font-weight: 500;
    font-size: 20px;
}

.table-responsive-md .table tbody {
    border: none;
}

.table-responsive-md .table tbody td {
    border: none;
    text-align: center;
    padding: 1rem;
    color: #657475;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.table-responsive-md .form-check-input:disabled {
    opacity: 0.5;
}

.table-responsive-md .form-check {
    display: flex;
    align-items: start;
    gap: 1.5rem
}

.table-responsive-md .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.table-responsive-md .start_label {
    text-align: start !important;
}

.login__form-container {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    max-width: 90%;
    width: 28em;
    height: 80vh;
    overflow: hidden;
    max-height: 35em;
    border-radius: 2.5em;
    /* overflow-y: auto; */
    border: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .login__form-container {
        width: 90%;
        padding: 1.5rem;
        height: auto;
        overflow: hidden;
        max-height: 90vh;
        border-radius: 1.5em;
    }
}

@media (max-width: 576px) {
    .login__form-container {
        padding: 1rem;
        border-radius: 1em;
        overflow: hidden;
    }
}

.first_login__form-container {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    max-width: 90%;
    width: 40em;
    height: 60vh;
    max-height: 35em;
    border-radius: 2.5em;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .first_login__form-container {
        width: 80%;
        padding: 1.5rem;
        height: auto;
        overflow: hidden;
        max-height: 80vh;
        border-radius: 1.5em;
    }
}

@media (max-width: 576px) {
    .first_login__form-container {
        padding: 1rem;
        overflow: hidden;
        border-radius: 1em;
    }
}

.register__form-container {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    max-width: 90%;
    width: 48em;
    min-height: auto;
    /* Adjusted to avoid forcing full viewport height */
    max-height: 90vh;
    border-radius: 2.5em;
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .register__form-container {
        width: 90%;
        padding: 1.5rem;
        min-height: 70vh;
        max-height: 85vh;
        overflow: hidden;
        border-radius: 1.5em;
    }
}

@media (max-width: 576px) {
    .register__form-container {
        width: 95%;
        padding: 1rem;
        min-height: auto;
        overflow-y: auto;
        max-height: 80vh;
        border-radius: 1em;
    }
}

@media (max-width: 375px) {
    .actions_header {
        justify-content: center;
    }
    .btn-custom-brown {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .register__form-container {
        width: 98%;
        /* Almost full width */
        padding: 0.75rem;
        /* Minimal padding */
        min-height: auto;
        /* Reduced height to fit content */
        max-height: 75vh;
        /* Adjusted to fit iPhone SE */
        border-radius: 0.75em;
        overflow-y: auto;
    }
}
.login_input_register {
    color: #879196;
    font-size: 18px;
    font-weight: 400;
    /*text-transform: capitalize;*/
    line-height: 21px;
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #D8E0EA;
    background: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-inline-start: 0;
}
.login_input {
    /*font-size: 0.9rem;*/
    padding: 0.5rem;
}

.main_bttn {
    font-size: 0.9rem;
    padding: 0.5rem;
}

.abs_iconN {
    font-size: 0.8rem;
}
.gallery-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery-container {
    border: 2px dashed #d0d5dd;
    border-radius: 0.5rem;
    padding: 1.5rem;
    position: relative;
    overflow-x: auto;
}

.gallery-content {
    display: flex;
    gap: 0.5rem;
}

.gallery-item {
    position: relative;
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
}

.default-img {
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    background-size: cover;
    background-position: center;
    position: relative;
}
.plus-icon {
    font-size: 2rem;
    color: #6c757d;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    background-color: transparent;
}
.gallery {
    display: none;
}

.gallery-container::-webkit-scrollbar {
    height: 8px;
}

.gallery-container::-webkit-scrollbar-thumb {
    background-color: #d0d5dd;
    border-radius: 4px;
}

.delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #dc3545;
}

.delete-icon:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #b02a37;
}

.gallery-instruction {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: start;
    margin-bottom: 1rem;
}

.modal-content-wallet {
    border-radius: 15px;
    padding: 20px;
}

.modal-header-wallet {
    border-bottom: none !important;
    padding-bottom: 0;
}

.modal-title-wallet {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #eee;
}

.service-item:last-child {
    border-bottom: none;
}

.service-img {
    width: 2em;
    height: 2em;
    border-radius: 8px;
}

.service-details p {
    margin: 0;
    font-size: 0.8rem;
}

.service-details .category {
    color: #888;
    font-size: 0.85rem;
}

.service-details .price {
    font-weight: bold;
    font-size: 0.85rem;
    margin-top: 0.4rem;
    color: #333;
}

.button-group {
    display: flex;
    justify-content: end;
    gap: 10px;
    border: none;
    margin-bottom: 10px;
}

.button-group .active {
    background-color: #4a5a51 !important;
    color: #fff !important;
}

.button-group .btn {
    background-color: #ccc;
    color: #000;
    font-size: 12px !important;
}

#chart {
    max-width: 900px;
    margin: 0 auto;
    /* background: white; */
    border-radius: 8px;
    padding: 15px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.timeline-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 8px;
    min-height: 500px;
}

.timeline-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--primary);
    text-transform: capitalize;
}

/* Timeline container and items */
.timeline-container {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #0000001f;
}

.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    animation: fadeIn 0.5s ease-in-out forwards;
    opacity: 0;
    transform: translateY(10px);
}

.timeline-item:nth-child(1) {
    animation-delay: 0s;
}

.timeline-item:nth-child(2) {
    animation-delay: 0.1s;
}

.timeline-item:nth-child(3) {
    animation-delay: 0.2s;
}

.timeline-item:nth-child(4) {
    animation-delay: 0.3s;
}

.timeline-item:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-dot {
    position: absolute;
    top: 4px;
    right: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e9fef2;
    border: 2px solid #ccc;
    /* box-shadow: 0 0 0 4px rgba(180, 255, 218, 0.3); */
    z-index: 1;
}

.timeline-content {
    padding-right: 15px;
}

.timeline-item-title {
    font-weight: 500;
    margin-bottom: 0.2rem;
    text-transform: capitalize;
}

.timeline-item-body {
    color: #757575;
    margin-bottom: 0;
}

/* RTL support for Arabic */
.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .timeline-container {
    margin-right: 20px;
    padding-right: 20px;
    margin-left: 0;
    padding-left: 0;
}

.rtl .timeline-container::before {
    right: 0;
    left: auto;
}

.rtl .timeline-dot {
    right: -26px;
    left: auto;
}

.rtl .timeline-content {
    padding-right: 15px;
    padding-left: 0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .timeline-card {
        min-height: 400px;
    }

    .timeline-title {
        font-size: 0.9rem;
    }

    .timeline-item-title,
    .timeline-item-body {
        font-size: 0.9rem;
    }
}

#reserve_table1_filter {
    display: none !important;
}

.service-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.service-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    appearance: none;
    border: 2px solid #dc3545;
    border-radius: 6px;
    /* background-color: #dc3545; */
    transition: all 0.3s ease;
    position: relative;
}

.service-checkbox input[type="checkbox"]:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.service-checkbox input[type="checkbox"]:checked::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-checkbox label {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}

.day-row {
    /* background-color: #fff; */
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.day-row.disabled {
    background-color: #f1f1f1;
    opacity: 0.7;
}

.day-row .form-control {
    max-width: 250px;
    padding: 10px;
    display: inline-block;
}

.day-label {
    font-weight: bold;
    font-size: 1.1rem;
}

.day-row .form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.day-row .form-check-input:not(:checked) {
    background-color: #dc3545;
}

.day-row .form-check-input:checked+.status-text {
    color: #28a745;
}

.day-row .form-check-input:not(:checked)+.status-text {
    color: #dc3545;
}

.day-row .form-check-input:checked+.status-text::before {
    content: "مفعل";
    color: #28a745;
}

.day-row .form-check-input:not(:checked)+.status-text::before {
    content: "غير مفعل";
    color: #dc3545;
}

.day-row .form-check {
    display: flex;
    align-items: center;
    gap: 55px;
    justify-content: center;
}

.day-row .form-check-input:disabled {
    background-color: #6c757d;
}

.day-row .status-text {
    font-size: 0.9rem;
}

[dir="ltr"] .day-row .form-check {
    gap: 10px;
}

.title-button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    /* Adjust as needed to match mbttom_12 */
}

[dir="ltr"] .form-select {
    background-position: right .75rem center !important;
}

.tab-content-container {
    padding: 0.5rem;
    background-color: white;
    border-radius: 8px;

}

.tab-content-container .nav-tabs {
    border-bottom: 2px solid #e9ecef;
}

.tab-content-container .nav-tabs .nav-link {
    color: #6c757d;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border: none;
    border-bottom: 2px solid transparent;
}

.tab-content-container .nav-tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
    background-color: transparent;
}

.tab-content-container .client-info-card {
    border: none;
    padding: 1.5rem;
    margin-top: 1rem;
}

.times-row {
    /* background-color: #fff; */
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.time-slots .form-check-input:checked {
    background-color: #000 !important;
    border-color: #000;
}

.time-slot {
    background-color: #4a5a51c4;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    position: relative;
}

.time-slot.selected {
    background-color: #4a5a51;
}

.time-slot input {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 10px;
    margin: 0;
}

.time-input {
    width: 120px;
    text-align: center;
}

.custom-multiselect {
    position: relative;
}

.custom-multiselect input {
    cursor: pointer;
}

.custom-multiselect .dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

.custom-multiselect .dropdown-item {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.custom-multiselect .dropdown-item:hover {
    background-color: #f8f9fa;
}

.custom-file-input {
    position: relative;
    overflow: hidden;
}

.custom-file-label {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
}

.custom-file-label input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file-input .file-icon {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    color: #6c757d;
}

.custom-file-input .file-name {
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 2rem);
}

.custom-file-input .preview-container {
    min-height: 70px;
    /* Ensure space for the image */
}

#image_preview {
    max-width: 100px;
    display: none;
    /* Initially hidden */
}

.times-row .close-btn {
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
    color: #dc3545;
    /* Red color for the X */
}

.times-row .close-btn:hover {
    color: #a71d2a;
    /* Darker red on hover */
}

.week-view {
    display: flex;
    flex-direction: row;
    text-align: right;
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    min-height: 840px;
    width: 100%;
    overflow-x: auto;
}

.week-view-time {
    width: 80px;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.week-view-time-slot {
    height: 35px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    position: relative;
}

.week-view-days {
    display: flex;
    flex: 1;
    /* margin-left: 80px; */
    position: relative;
    /* Space for time column */
}

.week-view-day {
    flex: 1;
    border-left: 1px solid #ddd;
    position: relative;
    background: repeating-linear-gradient(to bottom,
            transparent,
            transparent 34px,
            #ddd 34px,
            #ddd 35px);
}

.week-view-day-header {
    text-align: center;
    padding: 10px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.week-view-appointment {
    position: absolute;
    width: 95%;
    left: 5px;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: transform 0.2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: initial;
    background-color: #fff3cd;
    border-right: 3px solid #ffc107;
    /* Default style, will be adjusted by type */
}

.week-view-appointment.accepted {
    background-color: #d1e7dd;
    border-right: 3px solid #198754;
}

.week-view-appointment.processing {
    background-color: #cfe2ff;
    border-right: 3px solid #0d6efd;
}

.week-view-appointment.pending {
    background-color: #fff3cd;
    border-right: 3px solid #ffc107;
}

.week-view-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.day-view {
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: right;
    margin: 10px 0;
    position: relative;
    min-height: 720px;
    width: 100%;
    overflow-x: auto;
}

.day-view-time {
    width: 80px;
    /* border-right: 1px solid #ddd; */
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.day-view-time-slot {
    height: 30px;
    /* border-bottom: 1px solid #ddd; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.day-view-appointments {
    flex: 1;
    margin-left: 80px;
    background: repeating-linear-gradient(to bottom, transparent, transparent 34px, #ddd 34px, #ddd 35px);
    /* Space for time column */
    position: relative;
}

.day-view-appointment {
    position: absolute;
    width: 95%;
    left: 5px;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: transform 0.2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff3cd;
    border-right: 3px solid #ffc107;
    /* Default style, will be adjusted by type */
}

.day-view-appointment.accepted {
    background-color: #d1e7dd;
    border-right: 3px solid #198754;
}

.day-view-appointment.processing {
    background-color: #cfe2ff;
    border-right: 3px solid #0d6efd;
}

.day-view-appointment.pending {
    background-color: #fff3cd;
    border-right: 3px solid #ffc107;
}

.day-view-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.month-navigation {
    display: flex;
    align-items: center;
    gap: 15px;
}

.month-title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.today-btn {
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    margin-right: 15px;
}

.action-buttons {
    display: flex;
    gap: 5px;
}

.action-btn {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    color: #212529;
    font-size: 0.9rem;
    padding: 5px 15px;
}

.action-btn.active {
    background-color: #3c5c4c;
    color: white;
}

/* Calendar Styles */
.calendar-container {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
}

.calendar-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: 600;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    overflow-x: auto;
    white-space: nowrap;
}

.weekday {
    padding: 5px;
    font-size: 0.9rem;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(6, 1fr);
    flex: 1;
    overflow: auto;
    max-height: 600px;
}

.calendar-day::-webkit-scrollbar {
    width: 3px;
}

.calendar-day::-webkit-scrollbar-thumb {
    background: #4A5A51;
    border-radius: 0;
}

.calendar-day {
    border: 1px solid #e0e0e0;
    min-height: 100px;
    padding: 5px;
    position: relative;
    overflow-y: auto;
    max-height: 150px;
}

.day-number {
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.today .day-number {
    background-color: #28a745;
    color: white;
}

.other-month {
    background-color: #f8f9fa;
    color: #6c757d;
}

/* Appointment Styles */
.appointment {
    margin-bottom: 5px;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: initial;
    display: block;
    max-width: 100%;
}

.tooltip-inner {
    max-width: 300px;
    text-align: right;
    background-color: #333;
    color: #fff;
}

.appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.appointment.accepted {
    background-color: #d1e7dd;
    border-right: 3px solid #198754;
}

.appointment.processing {
    background-color: #cfe2ff;
    border-right: 3px solid #0d6efd;
}

.appointment.other {
    background-color: #f8d7da;
    border-right: 3px solid #dc3545;
}

.appointment.pending {
    background-color: #fff3cd;
    border-right: 3px solid #ffc107;
}

.additional-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    margin-right: 5px;
}

/* Add button */
.add-appointment {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #3c5c4c;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
}

.calendar-day:hover .add-appointment {
    opacity: 1;
}

/* Modal Styles */
.modal-content {
    direction: rtl;
}

.modal-header .btn-close {
    margin: -0.5rem auto -0.5rem -0.5rem;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .calendar-day {
        min-height: 70px;
        max-height: 100px;
    }

    .week-view-day,
    .day-view-appointments {
        min-width: 80px;
    }

    .appointment,
    .week-view-appointment,
    .day-view-appointment {
        font-size: 0.75rem;
        padding: 3px 5px;
    }
}

@media (max-width: 992px) {
    .calendar-grid {
        grid-template-columns: repeat(7, 1fr);
    }

    .week-view {
        min-height: 600px;
    }

    .week-view-time,
    .day-view-time {
        width: 60px;
        min-width: 60px;
    }

    .week-view-day,
    .day-view-appointments {
        min-width: 80px;
    }

    .appointment,
    .week-view-appointment,
    .day-view-appointment {
        width: 85%;
        left: 7.5%;
        font-size: 0.7rem;
        padding: 2px 4px;
    }
}

@media (max-width: 768px) {
    .calendar-day {
        min-height: 60px;
        max-height: 90px;
        padding: 3px;
    }

    .day-number {
        width: 20px;
        height: 20px;
        font-size: 0.75rem;
    }

    .week-view,
    .day-view {
        min-height: 400px;
    }

    .week-view-time-slot,
    .day-view-time-slot {
        height: 25px;
        font-size: 0.7rem;
    }

    .week-view-day,
    .day-view-appointments {
        min-width: 60px;
    }
}

@media (max-width: 576px) {
    .calendar-header {
        font-size: 0.7rem;
        padding: 3px 0;
    }

    .weekday {
        font-size: 0.65rem;
        padding: 2px;
        min-width: 30px;
    }

    .calendar-day {
        min-height: 50px;
        max-height: 80px;
        padding: 2px;
    }

    .day-number {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
    }

    .week-view,
    .day-view {
        min-height: 300px;
    }

    .week-view-time,
    .day-view-time {
        width: 50px;
        min-width: 50px;
    }

    .week-view-day,
    .day-view-appointments {
        min-width: 50px;
    }

    .appointment,
    .week-view-appointment,
    .day-view-appointment {
        font-size: 0.6rem;
        padding: 1px 3px;
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 414px) {

    .calendar-header {
        font-size: 0.6rem;
        padding: 2px 0;
    }

    .weekday {
        font-size: 0.55rem;
        padding: 1px;
        min-width: 25px;
    }

    .calendar-day {
        min-height: 40px;
        max-height: 70px;
        padding: 1px;
    }

    .day-number {
        width: 15px;
        height: 15px;
        font-size: 0.6rem;
    }

    .appointment {
        font-size: 0.5rem;
        padding: 1px 2px;
    }
}

.btn-outline-processing {

    color: #FB923C;
    border-color: #FB923C;

}

.btn-download-pdf {
    background-color: #4a5a51;
    color: #fff;
}

.btn-outline-accept {

    color: #3B82F6;
    border-color: #3B82F6;
}

.btn-outline-finish {
    color: #10B981;
    border-color: #10B981;
}

.btn-outline-pending {
    color: #d5c06b;
    border-color: #d5c06b;
}

.btn-outline-cancel {
    color: #EF4444;
    border-color: #EF4444;

}

/* .btn-outline-processing:hover {
    color: #0056b3;
    border-color: #0056b3;
}

.btn-outline-accept:hover {
    color: #6bbe6b;
    border-color: #6bbe6b;
}

.btn-outline-finish:hover {
    color: #004d00;
    border-color: #004d00;
}

.btn-outline-pending:hover {
    color: #cc8400;
    border-color: #cc8400;
}

.btn-outline-cancel:hover {
    color: #e03e2d;
    border-color: #e03e2d;
} */

.table-responsive-orders {
    display: none;
}

.table-responsive-orders .table thead th {
    background-color: rgb(70, 86, 77);
    color: white;
    border: none;
}

.table-responsive-orders .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-responsive-orders .total-row {
    background-color: rgb(70, 86, 77);
    color: white;
    padding: 1rem;
    text-align: right;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}

.modal-header-delete {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header-delete i {
    font-size: 25px !important;
    color: #b00020 !important;
}

.modal-dialog-centered-delete {
    min-height: calc(100% - 4.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer-delete {
    border: none !important;
    display: flex;
    justify-content: start;
    justify-content: space-between;
}

.modal-footer-delete .btn-cancel {
    /* background: #ccc; */
    border: 1px solid #4a5a51;
    padding: 10px 65px;
    cursor: pointer;
}

.modal-footer-delete .btn-delete {
    background: #4a5a51;
    border: none;
    padding: 10px 65px;
    color: #fff;
    cursor: pointer;
}

/* Service type toggle */
.service-type-toggle {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.service-type-toggle button {
    flex: 1;
    padding: 5px;
    border: none;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-type-toggle button.active {
    background-color: #4a5a51;
    color: white;
}
[dir="ltr"] .button_update_request{
    text-align: end !important;
}
[dir="rtl"] .button_update_request{
    text-align: end !important;
}
.autoAccept {
    align-items: center;
    background: #fff;
    border: 1px solid #0000001A;
    border-radius: 4px;
    padding: 0.6rem;
    overflow: hidden;
    font-family: sans-serif;
}

.input-box-request {
    display: flex;
    padding: 0.25rem;
    align-items: center;
    background: #fff;
    border: 1px solid #0000001A;
    border-radius: 4px;
    overflow: hidden;
    font-family: sans-serif;

}

.input-box-request .prefix {
    font-weight: 300;
    font-size: 18px;
    color: #999;
    margin-left: 5px;
}

.input-box-request input {
    flex-grow: 1;
    font-size: 18px;
    background: transparent;
    border: none;
    outline: none;
}
/*input.form-control:focus,*/
/*input.form_input:focus {*/
/*    background-color: inherit !important;*/
/*    border-color: inherit !important;*/
/*    box-shadow: none !important;*/
/*    outline: none !important;*/
/*}*/


.input-box-request:has(input:disabled) {

    background: #e6e5e561;
    cursor: not-allowed;
}

.input-box-request:has(input:disabled) input {
    color: #000000 !important;
}

.input-box-request:has(input:disabled) .prefix {
    color: #000;

}

.input-box-request:focus-within {
    border-color: #4f7df3;
}

/* Ensure focus styles don't apply when disabled */
.input-box-request:has(input:disabled):focus-within {
    border-color: #eae3e380;
}


.names .label {
    font-weight: 700;
    color: #000;
    margin-left: 0.5rem;
}

.names .value {
    font-weight: 500;
}

.strikethrough {
    text-decoration: line-through;
}


.names {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.name-item {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.name-item .label{
    font-weight: 700;
    margin-left: 0.5rem;

}
.name-item .value{
    font-weight: 500;
}
.service-update-show .card-header{
    background: #fff !important;
    border: none !important;
}
.service-update-show .card-title {
    color: #4a5a51 !important;
    font-weight: 700;
    font-size: 16px;
}

.service-update-show .text-grey {
    color: #6c757d;
}

.service-update-show .price {
    font-weight: 700;
    font-size: 1.25rem;
}

.service-update-show .currency {
    font-size: 1rem;
}

.service-update-show .mark {
    background: none;
    padding: 0.25rem;
}

.service-update-show .badge-pending {
    background-color: #e4657c6e;
    color: #b00020;
    border-radius: 20px;
    align-items: center;
    display: inline-flex;
    font-weight: 400;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.service-update-show .badge-active {
    background-color: #4caf5045;
    color: #4caf50;
    border-radius: 20px;
    align-items: center;
    display: inline-flex;
    font-weight: 400;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.notifications-container {
    border: none;
    background-color: transparent;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.notifications-container .scrollable-content {
    /* flex: 1; */
    overflow-y: auto;
    -ms-overflow-style: none;
}

.notifications-container .scrollable-content::-webkit-scrollbar {
    width: 8px;
}

.un_read {
    background-color: #FAFAFA;
}

.notifications-container .scrollable-content::-webkit-scrollbar-thumb {
    background: #4A5A51;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.notifications-container .dropdown-item {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
}

.notifications-container .dropdown-item:last-child {
    border-bottom: none;
}

.notifications-container .dropdown-item img {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    margin-left: 10px;
}

.notifications-container .notif-content {
    flex-grow: 1;
}

.notifications-container .notif-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.notifications-container .notif-desc {
    font-size: 12px;
    color: #777;
}

.notifications-container .dropdown-header {
    text-align: end;
    padding: 25px;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    /* border-top: 1px solid #f0f0f0; */
}

.notifications-container .dropdown-footer {
    text-align: center;
    padding: 25px;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    border-top: 1px solid #f0f0f0;
}

.custom-input-group {
    margin: 0 auto;
    border: 1px solid #0000001A;
    border-radius: 6px;
    overflow: hidden;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.custom-input-group .form-control {
    border: none;
    box-shadow: none;
    color: #657475;
    padding: 10px 15px;
    font-size: 14px;
}

.custom-input-group .btn {
    border: none;
    border-radius: 6px;
    padding: 1px 10px;
    font-size: 14px;
}

.form_group .pre_iconN {
    position: absolute;
    color: #D8E0EA;
    right: 20px;
    top: 10px;
}

.table-responsive-time .table {
    margin-bottom: 0;
}

.table-responsive-time .table th {
    font-weight: 600;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 15px;
    color: #666;
}

.table-responsive-time .table td {
    padding: 15px;
    vertical-align: middle;
    border-color: #e0e0e0;
}

/* Toggle Switch */
.table-responsive-time .form-check-input {
    background-color: #ddd;
    border-color: #ddd;
    width: 3em;
    height: 1.5em;
    /* position: relative;
  left: 50px; */
    cursor: pointer;
}

.table-responsive-time .form-check-input:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.table-responsive-time .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
    border-color: #4CAF50;
}

/* Expand Button */
.table-responsive-time .expand-btn {
    background: none;
    border: none;
    color: #999;
    transition: transform 0.3s ease;
}

.table-responsive-time .expand-btn:hover {
    color: #4CAF50;
}

.table-responsive-time.expand-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Details Section */
.table-responsive-time .details-cell {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    padding: 20px !important;
}

.table-responsive-time.details-content {
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.employees-section,
.hours-section {
    margin-bottom: 20px;
}

.employees-section h5,
.hours-section h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

/* Employee Badges */
.employee-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.employee-badge {
    display: inline-block;
    background-color: #f5f0e6;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.employee-badge:hover {
    background-color: #efe5d5;
}

/* Time Slots */
.time-slot {
    background-color: #f7f9f8;
    border: 1px solid #e0e0e0;
    padding: 8px;
    color: #000;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.time-slot:hover {
    background-color: #f0f0f0;
    border-color: #ddd;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.collapse-row {
    border: 1px solid #ccc !important;

}

.shared_table_page_orders table {
    border-collapse: separate;
    border-spacing: 0 6px;
}


.shared_table_page_orders thead th {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    border: none;
}

.shared_table_page_orders tbody td {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px;
    border: none;
    text-align: center;
    vertical-align: middle;
}
.shared_table_page_orders .inner_table .row {
    display: flex;
    justify-content: center; /* Center the row content horizontally */
    align-items: center; /* Center the row content vertically */
}

.shared_table_page_orders .inner_table .col {
    flex: 1; /* Ensure equal width for columns */
    text-align: center; /* Center text in each column */
    padding: 10px;
}

.shared_table_page_orders tr {
    background-color: #fff;
    padding: 10px;
}
.shared_table_page_orders .inner_table{
    border: 1px solid #0000001A
}
.pagination.paginate_button {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pagination .paginate_button .arrow_left {
    background-color: #fff;
}

.pagination .page-item {
    margin: 0 0.25rem;
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0.25rem;
}

.pagination .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #4a5a51;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4a5a51;
}

.pagination.page-link.prev-page,
.pagination .page-link.next-page {

    background-color: #adb5bd;
    border: none;
    color: #adb5bd;
    padding: 0.5rem;

}

.pagination .page-link.prev-page:hover,
.pagination .page-link.next-page:hover {

    color: #9ca8b3;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;

}
.custom-export-dropdown-wrapper {
    position: relative;
    display: inline-block;
}
[dir="ltr"] .custom-export-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 5px 0;
    min-width: 160px;
    border-radius: 4px;
    text-align: left;
}

/* Styles for the dropdown menu container */
[dir="rtl"] .custom-export-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 5px 0;
    min-width: 160px;
    border-radius: 4px;
    text-align: right;
}

/* Styles for individual items within the dropdown */
.custom-export-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 15px;
    text-align: right; /* Align text to the right for Arabic */
    color: #333;
    background-color: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.custom-export-menu .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none;
}
.dt-button-down-arrow {
    display: none !important;
}

.dt-buttons .custom-export-dropdown {
    position: relative;
}

div.dt-button-collection {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 5px 0;
    min-width: 160px;
    display: none;
    list-style: none;
    margin: 0;
    border-radius: 4px;
    text-align: right;
}

div.dt-button-collection .dt-button {
    display: block;
    width: 100%;
    padding: 8px 15px;
    text-align: right;
    color: #333;
    background-color: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

div.dt-button-collection .dt-button:hover,
div.dt-button-collection .dt-button.active {
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none;
}

.dt-button-collection .dropdown-item {
    padding: 0.5rem 1rem;
}

.dt-buttons .dt-button.buttons-collection {
    position: relative;
}

div.dt-button-background {
    display: none !important;
}
/*@media excel {*/
/*    .table th:last-child, .table td:last-child {*/
/*        visibility: hidden !important;*/
/*    }*/
/*    .table th:last-child, .table td:last-child {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media pdf {*/
/*    .table th:last-child, .table td:last-child {*/
/*        visibility: hidden !important;*/
/*    }*/
/*    .table th:last-child, .table td:last-child {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media print {*/
/*    .table th:last-child, .table td:last-child {*/
/*        visibility: hidden !important;*/
/*    }*/
/*    .table th:last-child, .table td:last-child {*/
/*        display: none !important;*/
/*    }*/
/*}*/
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 14px !important;
    color: #4a5a51 !important;
}
html[dir="rtl"] select.form-select.is-invalid {
    padding-right: 0.75rem !important;
    padding-left: 2.25rem !important;
    line-height: 1.5 !important;
    background-position: left 0.75rem center !important;
}
.toast-pending-orders {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    bottom: 30px;
    z-index: 10000;
}

.toast-card {
    max-height: 50vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.toast-card::-webkit-scrollbar {
    display: none;
}

.toast-card {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.toast-pending-orders .card {
    background-color: whitesmoke;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
}
.dropdown-item input[type="checkbox"] {
    accent-color: #4a5a51;
}

.toast-pending-orders .card.single-or-empty {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.toast-pending-orders .order-title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.toast-pending-orders .countdown-input {
    font-weight: bold;
    font-size: 14px;
    color: #dc3545;
    text-align: center !important;
    /*margin-right: 55px;*/
    border: none;
}

.toast-pending-orders .order-details {
    font-weight: bold;
    font-size: 14px;
    margin-top: 0.75rem;
}

.toast-pending-orders .order-details span {
    font-size: 13px;
}

.toast-pending-orders .actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 1rem;
}

.toast-pending-orders .details-btn {
    font-size: 14px;
    font-weight: 600;
    color: #65a30d;
    text-decoration: none;
    transition: transform 0.2s;
}
