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

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

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

* {
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Tajawal", sans-serif;
}
body {
    background-color: #f5f5f5;
}

html[dir="ltr"] .form-switch.form-check-solid .form-check-input {
    margin-left: 10px !important;
    margin-right: 0px !important;
}

html[dir="ltr"] .form-control.select-data::after {
    left: unset !important;
    right: 15px !important;
}

html[dir="ltr"] .list-data-contain li::after,
html[dir="ltr"] .bundels .box .content li::after {
    right: unset !important;
    left: 0px !important;
}

html[dir="ltr"] .aside.aside-dark .aside-logo .svg-icon {
    transform: rotate(180deg);
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar {
    width: 1px;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
    direction: inherit;
}

@media (min-width: 992px) {
    .aside-enabled.aside-fixed.header-fixed .header {
        height: 90px;
    }

    .aside {
        transition: width 0.3s ease;
    }
}

.red_error,
.errorMessage {
    color: #f1416c !important;
    font-weight: bolder !important;
}

.small_notes {
    color: #490e07 !important;
    font-weight: bolder !important;
}

.error-tab {
    border-color: #f1416c !important;
    font-weight: bolder !important;
}

.overflowNone {
    overflow: hidden;
}
.btn:focus,
button:focus,
input:focus,
.form-control:focus {
    outline-width: 0px !important;
    outline-color: transparent !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
    text-decoration: none !important;
}

.calendars-popup {
    z-index: 1055 !important;
}

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

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background-color: #ffd371;
    opacity: 0.5;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

.overflowNone {
    overflow: hidden;
}

:root {
    --primary-color: #742c2b !important;
    --secondary-color: #742c2b !important;
    --sidebar-icon-color: #ffffff !important;
    --content-color: #303231;
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.475rem;
    --bs-dropdown-border-width: 0rem;
    --bs-dropdown-inner-border-radius: calc(0.475rem - 0rem);
    --bs-dropdown-divider-bg: var(--bs-gray-100);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-dropdown-link-color: var(--bs-gray-900);
    --bs-dropdown-link-hover-color: var(--bs-gray-900);
    --bs-tertiary-bg: #f9f9f9;
    --bs-tertiary-bg-rgb: 249, 249, 249;
    --bs-component-hover-color: #3e97ff;
    --bs-component-hover-bg: #f9f9f9;
    --bs-gray-700: #4b5675;
    --bs-input-color: var(--bs-gray-700);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: var(--bs-component-hover-color);
    --bs-dropdown-link-active-bg: var(--bs-component-hover-bg);
    --bs-dropdown-link-disabled-color: var(--bs-gray-500);
    --bs-dropdown-item-padding-x: 0.85rem;
    --bs-dropdown-item-padding-y: 0.65rem;
    --bs-dropdown-header-color: var(--bs-gray-600);
    --bs-dropdown-header-padding-x: 0.85rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.page-title-box h4,
.card-title {
    color: var(--primary-color);
    font-weight: 900;
}

.fa.fa-eye,
.fa.fa-credit-card {
    color: var(--primary-color) !important;
    font-size: 18px !important;
}

.cu th {
    background-color: #f7f7f7 !important;
    font-weight: 700 !important;
    min-width: 90px !important;
    width: 90px !important;
    color: var(--primary-color) !important;
    text-align: center;
    font-size: 15px !important;
    vertical-align: top !important;
    padding: 15px 0px 15px !important;
}

.head-table th {
    width: 80px !important;
    min-width: 80px !important;
}

td {
    text-align: center;
    vertical-align: middle;
    color: var(--content-color) !important;
}

td span {
    margin: auto !important;
}

#sidebar-menu,
.aside-menu {
    /* background-color:#171B2D; */
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: inherit;
    color: inherit;
}
.menu-item {
    border-bottom: 1px solid #f5f5f5;
}

.aside.aside-dark .aside-logo {
    background-color: #f2f2f2;
}

.aside.aside-dark .aside-logo .svg-icon {
    color: var(--primary-color);
}

.aside.aside-dark .aside-logo .svg-icon:hover {
    color: var(--secondary-color);
}

#kt_aside_toggle.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon {
    color: var(--secondary-color);
}

.badge-light-success {
    color: #50cd89;
    background-color: var(--primary-color);
}

.header .badge {
    background-color: var(--primary-color) !important;
}

.image-input.image-input-outline .image-input-wrapper,
.image-input.image-input-outline,
.image-input .image-input-wrapper {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px rgba(127, 181, 255, 0.1);
    position: relative;
    z-index: 3;
}

.sheet-contain {
    width: 100%;
    padding: 15px 10px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(127, 181, 255, 0.2);
}

.sheet-contain h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.sheet-contain .sheet-list li {
    margin-bottom: 10px;
}

.sheet-contain .sheet-list li:last-child {
    margin-bottom: 0px !important;
}

.sheet-contain .sheet-list li a {
    width: 100%;
    display: block;
    padding-inline-start: 20px;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    z-index: 9;
    position: relative;
}

.sheet-contain .sheet-list li a::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    width: 10px !important;
    transition: all 0.3s linear;
    height: 10px !important;
    background-color: var(--secondary-color) !important;
    border-radius: 3px !important;
    transform: rotate(45deg);
    z-index: -1;
}

.sheet-contain .sheet-list li a:hover::after {
    transform: rotate(0deg);
}

.sheet-contain .sheet-list li a:hover {
    color: #231f20;
}

html[dir="ltr"] .sheet-contain .sheet-list li a::after {
    right: unset !important;
    left: 0px;
}

.btn.btn-icon.btn-circle {
    display: flex !important;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

/* .aside.aside-dark .aside-logo,
.header-fixed .header {
background-color: #f7f7f7;
} */

/* .svg-icon {
color: #fff !important;
}

.header h1,
.header .breadcrumb-item span,
.header .breadcrumb-item {
color: #fff !important;
}

.header .menu-content a {
col  or: #fff !important;
} */

#sidebar-menu li,
#sidebar-menu a,
#sidebar-menu i,
.aside-menu span,
.aside-menu span i,
.aside-menu .menu-section,
.aside-dark .menu .menu-item .menu-section {
    /* color: var(--content-color) !important; */
    color: #742c2b;
}

#sidebar-menu .mm-active > a,
.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here),
.aside-dark .menu .menu-item .menu-link.active {
    background-color: #171b2d !important;
    color: #fff !important;
}

.aside-dark .menu .menu-item .menu-link.active span,
.aside-dark .menu .menu-item .menu-link:hover span,
.aside-dark .menu .menu-item.menu-accordion.show .active-link-shape .menu-arrow,
.aside-dark .menu .menu-item.menu-accordion.show .active-link-shape .menu-title,
.aside-dark
    .menu
    .menu-item.menu-accordion.show
    .active-link-shape
    .menu-icon
    i {
    color: #1d2327 !important;
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-arrow:after,
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-arrow:after {
    filter: invert(10%) sepia(7%) saturate(1396%) hue-rotate(85deg)
        brightness(13%) contrast(92%);
}

#sidebar-menu .sub-menu,
.menu-sub {
    margin-bottom: 10px !important;
}

.aside-dark .menu .menu-item .menu-section {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.user-notification {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.user-notification .dropdown-toggle::after {
    display: none !important;
}
.user-notification i {
    font-size: 22px !important;
}
.user-notification ul {
    margin: 10px -90px !important;
}
.login-content {
    margin: auto !important;
}
.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #000 !important;
}
.menu-item .menu-link .menu-bullet {
    font-size: 18px !important;
}
.menu-bullet-link {
    font-size: 18px;
}
/* .menu-bullet-link span{
    font-size: 8px !important;
} */
.button-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

td .button-contain a {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

td .button-contain a:last-child {
    -webkit-margin-end: 0px !important;
    margin-inline-end: 0px !important;
}

.table-action-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.custom-btn,
.btn.btn-primary {
    width: 150px;
    height: 40px;
    background: transparent !important;
    border: 1px solid transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    z-index: 1;
}

.custom-btn.small-btn {
    height: 40px !important;
}

.custom-btn i,
.btn.btn-primary i {
    color: #fff;
    /* margin-inline-end: 10px !important; */
    font-size: 15px;
    margin: 0px 5px !important;
}

.custom-btn:hover i {
    color: var(--primary-color) !important;
}

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

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

.custom-btn.active span {
    color: rgb(255, 255, 255) !important;
}

.btn.btn-primary::after,
.btn.btn-primary::before,
.custom-btn::after,
.custom-btn::before {
    content: "";
    position: absolute;
    width: 52%;
    height: 100%;
    background-color: var(--primary-color);
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}

.custom-btn::after,
.btn.btn-primary::after {
    left: 0;
}

.custom-btn::before,
.btn.btn-primary::before {
    right: 0px;
}

.custom-btn img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg)
        brightness(105%) contrast(101%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg)
        brightness(105%) contrast(101%);
}

.custom-btn span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.btn-primary:hover,
.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
    background-color: #fff !important;
    background: #fff !important;
}

.custom-btn:hover,
.btn.btn-primary:hover {
    border-color: var(--primary-color) !important;
    background: transparent !important;
    background-color: transparent !important;
}

.btn.btn-primary:hover i,
.btn.btn-primary:hover:not(.btn-active) i {
    color: #001d6e !important;
}

.custom-btn:hover::after,
.custom-btn:hover::before,
.btn.btn-primary:hover::after,
.btn.btn-primary:hover::before {
    width: 0px;
}

.btn.btn-primary:hover span,
.custom-btn:hover span {
    color: var(--primary-color);
}

.custom-btn:hover img {
    -webkit-filter: invert(12%) sepia(32%) saturate(6484%) hue-rotate(218deg)
        brightness(88%) contrast(112%);
    filter: invert(12%) sepia(32%) saturate(6484%) hue-rotate(218deg)
        brightness(88%) contrast(112%);
}

.custom-btn.border-btn {
    border: 1px solid var(--primary-color) !important;
    background-color: transparent !important;
}

.custom-btn.full-width {
    width: 100% !important;
}

.custom-btn.border-btn span {
    color: var(--primary-color);
}

.custom-btn.border-btn::after,
.custom-btn.border-btn::before {
    width: 0%;
}

.custom-btn.border-btn:hover {
    border-color: transparent !important;
    color: #fff !important;
}

.custom-btn.border-btn:hover span {
    color: #fff !important;
}

.custom-btn.border-btn:hover::after,
.custom-btn.border-btn:hover::before {
    width: 55%;
}

.custom-btn.large-btn {
    width: 200px;

    padding: 12px 15px !important;
}

label,
.form-contain .form-group label,
.form-contain .form-group label.form-label {
    display: block !important;
    margin-bottom: 2px !important;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.form-contain .form-group label span {
    display: block !important;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color) !important;
}

h4,
.modal-title {
    font-size: 20px !important;
    font-weight: 900 !important;
    margin-bottom: 15px !important;
}

thead {
    background-color: #f7f7f7 !important;
}

.form-control.select-data,
.form-select.form-select-sm {
    position: relative;
    z-index: 9;
    appearance: none;
}

.form-control.select-data::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../../../../../images/vuesax-bulk-arrow-circle-down.svg")
        center / contain no-repeat !important;
    top: calc(50% - 9.5px);
    left: 15px;
    z-index: -1;
}

.form-contain .form-group .form-control {
    color: #000000 !important;
    width: 100% !important;
    height: 40px;
    font-size: 15px;
    font-weight: 500 !important;
    border-radius: 5px !important;
    border: 1px solid #742c2b !important;
}

.text-area-shape {
    color: #000000 !important;
    width: 100% !important;
    font-size: 15px;
    font-weight: 500 !important;
    border: 1px solid #eef1f3 !important;
    background-color: #f5f5f5 !important;
    padding: 5px !important;
    min-height: 40px !important;
}

.text-area-shape:focus,
.text-area-shape :active {
    outline: none !important;
}

.form-control,
.form-select.form-select-sm {
    color: #000000 !important;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    /* border: 1px solid #742C2B !important; */
}

.form-control {
    height: 40px !important;
}
.login-form {
    /* border: 1px solid #742C2B !important; */
    background-color: #f5f5f5 !important;
    border-radius: 0px;
    border: none;
}

.form-select.form-select-sm {
    min-height: 40px !important;
    height: max-content !important;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}
.chat-icon {
    padding-right: 15px;
    color: #742c2b !important;
    font-size: 25px !important;
}
.chat-input {
    color: #000000 !important;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    padding: 25px 0px;
}

.form-contain .form-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.form-contain .form-group .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.form-contain .form-group .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.form-contain .form-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.form-control:focus,
.form-control:hover {
    /* border-color: rgba(0, 29, 110, 0.7); */
}

.form-contain .form-group .form-control:hover,
.form-contain .form-group .form-control:focus {
    border-color: rgba(0, 29, 110, 0.7);
}

.form-contain .form-group .form-control.textarea {
    height: 120px !important;
}

.select2-search__field {
    height: unset !important;
}
.user_box_messages {
    border-bottom: 1px solid #c4a581;
}
.user_box_messages:hover {
    background-color: rgb(248, 245, 255) !important;
}
.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle > img {
    background-color: #c4a581 !important;
    color: #fff !important;
}
.text-gray-900 {
    color: #742c2b !important;
}

.border-shape {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.card-body.card-btn-shape {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}

.form-check-label {
    color: #231f20 !important;
    font-size: 15px !important;
    opacity: 1 !important;
}

.form-check {
    display: flex !important;
    align-content: center;
    align-items: center;
    position: relative;
}
.d {
    transition: all 0.3s linear;
    border: 1px solid transparent;
}
.d:hover {
    transform: translateY(-7px);
    border: 1px solid #c4a581;
}
.card .card-header .card-title,
.card .card-header .card-title .card-label {
    color: #742c2b !important;
}

.form-check.form-check-solid .form-check-input {
    border: 1px solid #742c2b !important;
}
.form-check-input:checked {
    background-color: #742c2b !important;
    /* opacity: 1 !important; */
}
.btn.btn-primary:hover i,
.btn.btn-primary:hover:not(.btn-active) i {
    color: #742c2b !important;
}
.text-hover-primary:hover {
    color: #742c2b !important;
}

.filter {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.filter li {
    margin-inline-end: 10px !important;
}

.filter .item-shape {
    margin-bottom: 10px !important;
}

.filter li a {
    width: 150px;
    height: 30px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    font-weight: 500;
    font-size: 12px;
}

#clientLink {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 10px;
}

#clientLink img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-inline-end: 10px;
}

#clientLink a {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}

.filter li a::after,
.filter li a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: var(--primary-color);
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}

.filter li a::after {
    left: 0;
}

.filter li a::before {
    right: 0px;
}

.filter li a:hover,
.filter li a.active {
    border-color: transparent;
    color: #fff;
}

.filter li a:hover::after,
.filter li a:hover::before,
.filter li a.active::after,
.filter li a.active::before {
    width: 50%;
}

.breadcrumb {
    background: transparent !important;
}

.breadcrumb a {
    color: #000000 !important;
    font-weight: 500 !important;
}

.breadcrumb span {
    color: var(--primary-color) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

.modal-body {
    width: 100%;
}

.modal-body .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
}

.modal-body .content img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.modal-body .content h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px;
}

.modal-body .content .button-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-body .content .button-contain .button-data {
    width: 140px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ec3737;
    border-radius: 30px;
}

.modal-body .content .button-contain .button-data.red-bk {
    background-color: #ec3737;
    color: #fff;
}

.modal-body .content .button-contain .button-data.red-bk:hover {
    background-color: #fff;
    color: #ec3737;
}

.modal-body .content .button-contain .button-data.red-border {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    color: #ec3737;
}

.modal-body .content .button-contain .button-data.red-border:hover {
    background-color: #ec3737;
    color: #fff;
}

.title-contain {
    font-size: 25px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 0px !important;
}

.data-list {
    width: 100%;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-content: flex-start;
}

.data-list li {
    padding: 0px 10px;
    -webkit-border-start: 1px solid rgba(0, 0, 0, 0.3);
    border-inline-start: 1px solid rgba(0, 0, 0, 0.3);
}

.data-list li:first-child {
    -webkit-padding-start: 0px !important;
    padding-inline-start: 0px !important;
    -webkit-border-end: 0px;
    border-inline-start: 0px;
}

.data-list li:last-child {
    -webkit-padding-end: 0px !important;
    padding-inline-end: 0px !important;
}

.data-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.data-list li a img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.data-list li a i {
    font-size: 20px;
    color: #001d6e;
    margin-inline-end: 10px;
}

.data-list li a span {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.data-list li a:hover img {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.data-list li a:hover span {
    color: var(--secondary-color);
}

.clients-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-wrap: wrap !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-content: flex-end;
    padding: 13px 0px;
}

.clients-button .btn-shape {
    width: 127px;
    height: 40px;
    margin-top: 10px;
    border: 1px solid var(--secondary-color);
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary-color) !important;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.clients-button .custom-btn.large-btn {
    width: 200px;
    height: 40px;
    margin-top: 10px;
    border: 1px solid var(--secondary-color);
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary-color) !important;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.clients-button .btn-shape img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-inline-end: 10px;
    filter: invert(13%) sepia(27%) saturate(6402%) hue-rotate(215deg)
        brightness(91%) contrast(115%);
}

.clients-button .btn-shape:hover img {
    filter: invert(100%) sepia(0%) saturate(7484%) hue-rotate(346deg)
        brightness(132%) contrast(94%);
    animation: scaling 0.4s linear;
}

@keyframes scaling {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }
}

.clients-button .btn-shape:last-child {
    -webkit-margin-end: 0px !important;
    margin-inline-end: 0px !important;
}

.clients-button .btn-shape:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

.clients-button .btn-shape:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.clients-button .custom-btn.large-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

.form-control.small-text {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.toolbar {
    display: none !important;
}

.header-fixed.toolbar-fixed .wrapper {
    padding-top: calc(0px + var(--kt-toolbar-height)) !important;
}

.form-switch .form-check-input {
    width: 70px !important;
}

.dataTables_length {
    margin-inline-start: 20px !important;
}

.client-box {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 29, 110, 0.1);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.3s linear;
}

/* .client-box .client-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 4;
}

.client-box .client-icon::after,
.client-box .client-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.client-box .client-icon::after {
    background-color: #fff;
    z-index: -1;
}

.client-box .client-icon::before {
    background-color: var(--secondary-color);
    opacity: 1;
    animation: plus 3s linear infinite;
    z-index: -2;
} */

.client-box .content {
    width: 100%;
    padding: 0px !important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center !important;
    text-align: center;
    margin-bottom: 10px;
}

.client-box .content h2 {
    font-size: 20px;
    font-weight: 900;
    color: #231f20;
    margin: 0px !important;
}

.client-box .content h3 {
    font-size: 16px;
    font-weight: 900;
    color: #231f20;
    margin: 0px !important;
}

.client-box .content h2.number-client {
    font-size: 40px !important;
}

.client-box p {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 0px;
    text-align: center;
}

@keyframes plus {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.client-box .client-icon i {
    font-size: 15px;
    color: var(--primary-color);
    position: relative;
    margin-inline-start: 20px;
    z-index: 9;
}

.client-box:hover {
    transform: translateY(-10px);
}

.client-box .content.block-data {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.client-box .content.block-data .flex-data {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-direction: column !important;
    width: 100%;
}

.client-box .content.block-data h4 {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}

.card-nav {
    width: fit-content;
    margin: auto;
    display: flex;
    align-content: center;
    align-content: center;
    padding: 10px 30px 0px 0px !important;
    justify-content: center;
    border-bottom: 1px solid #ddd !important;
}

.nav-item {
    text-align: center;
}

.card-nav li {
    margin: 0px !important;
    margin-inline-end: 14px !important;
}

.card-nav li a {
    padding-bottom: 10px !important;
    position: relative;
    z-index: 2;
    display: block;
}

.card-nav li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    z-index: -1;
    transition: all 0.3s linear;
}

.card-nav li a.active,
.card-nav li a:hover {
    border-color: transparent !important;
    color: var(--primary-color) !important;
}

.card-nav li a.active::after,
.card-nav li a:hover::after {
    transform: scaleX(1);
}

.daterangepicker {
    overflow: hidden !important;
}

.daterangepicker .drp-calendar th {
    min-width: 33px !important;
    width: 33px !important;
}

tr {
    /* border-color: #ddd.blade.php !important; */
}

td {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: var(--content-color);
}

.content.d-flex.flex-column.flex-column-fluid {
    width: 100% !important;
    overflow: hidden !important;
}

#popupitemtest .reservation-popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}

#popupitemtest .reservation-popup .popup-content {
    min-width: 320px;
    background-color: #f7f7f7 !important;
    padding: 40px 15px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

#popupitemtest .reservation-popup .close-popup-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ec3737;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 10px;
    color: #fff;
}

#popupitemtest .reservation-popup ul li {
    display: flex;
    align-content: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#popupitemtest .reservation-popup ul li:last-child {
    margin-bottom: 0px !important;
}

#popupitemtest .reservation-popup ul li span {
    color: #808080;
    font-size: 15px;
    font-weight: 500;
}

#popupitemtest .reservation-popup ul li b {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
}

#popupitemtest .reservation-popup ul li.data {
    justify-content: flex-start !important;
}

#popupitemtest .reservation-popup ul li.data img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-inline-end: 10px;
}

#popupitemtest .reservation-popup ul li.data a {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}

.calendar-responsive th {
    background-color: #f7f7f7 !important;
    padding: 0px !important;
}

.fc-scrollgrid-section.fc-scrollgrid-section-header th,
.fc-theme-standard th,
.fc .fc-col-header-cell-cushion {
    padding: 3px 0px !important;
}

.calendar-responsive th a {
    color: #001d6e !important;
    font-weight: 900 !important;
    font-size: 15px !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(127, 181, 255, 1) !important;
}

.fc .fc-daygrid-day.fc-day-today a,
.fc-daygrid-more-link.fc-more-link {
    color: #000000;
}

.fc-col-header-cell {
    padding: 0px !important;
    border-bottom: 0px !important;
}

.fc-list-event-title,
.fc .fc-daygrid-dot-event .fc-event-title {
    text-align: right !important;
    padding-right: 0px !important;
}

.fc .fc-daygrid-dot-event .fc-event-title {
    text-align: right !important;
}

.aside-menu::-webkit-scrollbar {
    width: 8px;
}

.aside-menu::-webkit-scrollbar-track {
    background-color: #ccc;
}

.aside-menu::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #008bd2, #00466a) !important;
    border-radius: 8px;
}

.aside-menu .menu-sub {
    background-color: #f0f5f5 !important;
}

.aside-menu::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #00466a, #008bd2) !important;
}

.bundels .box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 139, 210, 0.08);
    box-shadow: 0px 0px 10px rgba(0, 139, 210, 0.08);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.bundels .box .title {
    width: 100%;
    padding: 25px 10px;
    text-align: center;
    background: #c0c4c7;
    position: relative;
    z-index: 9;
}

.bundels .box .title h4 {
    color: var(--primary-color) !important;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
}

.bundels .box .data {
    width: 100%;
    height: calc(100% - 113px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bundels .box .content {
    padding: 20px 10px;
}

.bundels .box .content li {
    padding-inline-start: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.list-data-contain {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.list-data-contain li {
    padding-inline-start: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.bundels .box.not-hover:hover {
    transform: translate(0px) !important;
}

.heading-style {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.bundels .box .content li.heading {
    width: fit-content;
    margin: 0px auto 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bundels .box .content li.heading .name {
    font-size: 15px;
    margin-inline-end: 10px;
}

.bundels .box .content li.heading .day {
    font-size: 20px;
    font-weight: 900;
}

.bundels .box .content li.data-contain {
    padding-top: 10.5px;
    padding-bottom: 7px;
}

.bundels .box .content li.data-contain.flex-data-contain {
    padding-top: 17px !important;
    padding-bottom: 18px !important;
}

.list-data-contain li .name,
.bundels .box .content li .name {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    width: 60px;
}

.list-data-contain li .user_name,
.bundels .box .content li .user_name {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.bundels .box .content li .time-block {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.bundels .box .content li .time-block input {
    width: calc(100% - 45px) !important;
    background-color: #fff;
}

.bundels .box .content li .clear-remove-date {
    width: 40px;
    height: 40px;
    background-color: #ec3737;
    border: 0px !important;
    outline: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.bundels .box .content li .day {
    color: #001d6e;
    font-size: 15px;
    font-weight: 500;
}

.flex-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0px 0px;
    margin-bottom: 10px !important;
}

.flex-content li {
    margin-inline-end: 15px;
}

.flex-content li .name {
    font-size: 20px;
    font-weight: 700;
    color: #231f20;
    margin-inline-end: 10px;
}

.list-data-contain li .data,
.flex-content li .day {
    font-size: 25px;
    font-weight: 900;
    color: #008bd2;
}

.list-data-contain li .data {
    margin-inline-start: 10px !important;
}

.bundels .box .content li.no-after::after {
    display: none !important;
}

.bundels .box .content li.no-after {
    padding-inline-start: 5px !important;
}

.bundels .box .content li:last-child {
    margin: 0px;
}

.bundels .box .button-contain {
    padding-bottom: 20px;
}

.bundels .box .button-contain .button-shape {
    margin: auto;
}

.bundels .box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.select2-container--bootstrap5
    .select2-selection--multiple.form-select-sm
    .select2-search.select2-search--inline
    .select2-search__field {
    margin: 0px !important;
    max-height: 28px !important;
}

.post {
    padding-top: 20px !important;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-search
    .select2-search__field {
    border: 1px solid #e4e6ef !important;
}

#kt_table_users th {
    min-width: 120px !important;
    color: var(--primary-color) !important;
}

.swal2-popup .swal2-checkbox {
    display: none !important;
}

/* .page-item.active:hover:not(.offset) .page-link {
    color: #fff !important;
} */

.login-page {
    width: 100%;
    /* height: 100vh;
    position: relative; */
    z-index: 99;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* flex-direction: column;
    text-align: center; */
}

.login-page::after {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f7f7f7 url("/images/login.svg") center / cover no-repeat;
    opacity: 1;
    z-index: -1; */
}

.login-page .content {
    width: 100%;
    padding: 60px 40px 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 29, 110, 0.1);
    display: flex;
    flex-direction: column;
    height: calc(100% + 50px);
}

.login-page .logo-in-top {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -6.5rem;
    z-index: -1;
    clip-path: circle(50%);
    border: 8px solid #f6f6f5;
}

.login-page .input-login-user {
    position: relative;
}

.login-page .input-login-user input {
    padding: 2rem 3.5rem;
    background-color: #fff !important;
    background-image: none !important;
}

.login-page .input-login-user span.is-invalid {
    padding: 2rem 3.5rem;
    background-color: red !important;
}

.login-page .button-reguster {
    background-color: transparent !important;
    border: 1px solid #05595b !important;
    color: #05595b;
    font-weight: bolder !important;
}

.login-page .button-reguster:hover {
    border: 1px solid #02787a !important;
    color: #05595b;
    font-weight: bolder !important;
}

/* .login-page button {
    border-radius: 20px !important;
    padding: 1.5rem 0 !important;
} */

html[dir="rtl"] .login-page .input-login-user .icon-login-edit {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/images/profile-circle-new.svg") no-repeat;
}

html[dir="ltr"] .login-page .input-login-user .icon-login-edit {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    background: url("/images/profile-circle-new.svg") no-repeat;
}

html[dir="rtl"] .login-page .input-login-user .icon-login-edit:nth-child(3) {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/images/lock-new.svg") no-repeat;
}

.login-page .eye-slash-password,
.login-page .eye-password {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0rem;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-page .eye-slash-password {
    background: url(/images/eye-slash-new.svg) no-repeat;
}

.login-page .eye-password {
    background: url(/images/eye-new.svg) no-repeat;
}

.login-page .forget-password-word {
    position: absolute;
    left: 0;
    color: #05595b !important;
    text-decoration: underline !important;
}

html[dir="rtl"] .login-page .content label {
    text-align: right !important;
}

html[dir="ltr"] .login-page .content label {
    text-align: left !important;
}

.login-page .content img {
    width: 200px;
    height: 80px;
    object-fit: contain;
    margin: auto;
}

.login-page .content h1 {
    font-size: 30px;
    font-weight: 900;
    color: var(--primary-color);
}

.login-page .content p {
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin: 10px 0px;
}

.select2-container--bootstrap5
    .select2-selection--multiple.form-select-sm
    .select2-selection__choice
    .select2-selection__choice__remove {
    height: 0.6rem !important;
    width: 0.6rem !important;
    margin-right: 0.5rem !important;
    left: 3px !important;
    filter: invert(19%) sepia(90%) saturate(6149%) hue-rotate(357deg)
        brightness(96%) contrast(115%) !important;
    opacity: 1 !important;
}

.modal-data-contain {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.modal-data-contain img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 25px;
}

.modal-data-contain h1 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0px;
    color: var(--primary-color);
}

.dataset {
    cursor: pointer;
    color: #5e6278;
    font-size: 1.5em;
}

.dataset:hover {
    background-color: #f1faff;
}

.dataset:hover span {
    color: #009ef7;
}

.btn.btn-bg-light {
    background-color: var(--bs-table-bg) !important;
}

a {
    color: #009ef7 !important;
    cursor: pointer;
}

.modal-lg {
    width: 70%;
    margin: auto;
}

.page-item.active .page-link {
    color: #fff !important;
}

.input-group-text {
    height: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: right;
}

input[type="number"] {
    -moz-appearance: textfield;
    text-align: right;
}

.blue_header {
    color: var(--blue-color) !important;
}

.form-solid {
    background-color: #e9e9e9 !important;
}

.red_border {
    border: #f1416c solid 1px !important;
}

.fancybox__slide {
    z-index: 1055;
}

.fancybox__container {
    z-index: 1051;
}

.fancybox__image {
    z-index: 1056;
}

.modal {
    z-index: 1050;
}

.modal-backdrop {
    z-index: 1048;
}

.print-title {
    color: #001d6e;
}

@media (max-width: 767px) {
    .card-nav {
        justify-content: center !important;
    }
}

.aside-toggle-new {
    margin-right: 0px !important;
}

.aside:not(:hover) .aside-logo {
    /* justify-content: end !important; */
}

.notification-header {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2d784;
    border-radius: 50%;
    cursor: pointer;
}

.notification-header img {
    width: 20px;
}

.notification-header {
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    position: absolute;
    top: 105%;
    left: -9rem;
    display: none;
    width: 21rem;
    height: 20rem;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 3px #c1c0bd;
    border-radius: 20px;
    overflow: scroll;
}

.dropdown-content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}

.dropdown-content ul li:hover a {
    display: flex;
    background-color: #ededed;
}

.dropdown-content ul li:first-child {
    margin-top: 0.9rem;
}

.dropdown-content ul li div {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
}

.dropdown-content ul li span:first-child {
    font-size: 14px !important;
    color: #000 !important;
}

.dropdown-content ul li span {
    font-size: 12px !important;
    color: #05595b !important;
}

.table.table-row-bordered tr {
    height: 2rem !important;
}

.notification-header:hover .dropdown-content {
    display: block;
}

.notification-dot {
    position: absolute;
    top: -6px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #07585a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.input-invoices-date {
    position: relative;
}

.input-invoices-date input {
    padding: 1rem 2rem;
}

.datatable-wrapper-content th {
    display: table-cell;
    vertical-align: middle;
}

.custom-file-upload {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #f9f9f9;
    cursor: pointer;
    display: flex;
    width: auto;
    text-align: center;
    min-width: 20rem;
    justify-content: center;
}

.upload-text {
    font-size: 14px;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.selected-file-name {
    margin-top: 5px;
    font-size: 12px;
    color: #888;
    margin: 0 0.5rem;
}

.file-input-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.file-input {
    display: none;
}

html[dir="rtl"] .input-invoices-date .icon-input-invoices-date {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0.9rem;
    top: 55%;
    transform: translate(0, -50%);
    background: url(/images/calendar-2-new.svg) no-repeat;
}

.kt_user_id_filter input {
    background-color: #001d6e !important;
}

.side-bar-links {
    background-color: #fff !important;
    color: #000 !important;
    width: 95% !important;
    height: 180px !important;
    display: flex;
    justify-content: center;
    border-radius: 20px !important;
    margin-bottom: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.side-bar-links:hover {
    background-color: #05595b !important;
    color: #fff !important;
}

.side-bar-links.active + a {
    display: block !important;
}

.side-bar-links:hover .icon svg path {
    fill: #f5f5f5;
}

.side-bar-links.active {
    background-color: #05595b !important;
    color: #fff !important;
}

.side-bar-links.active:hover {
    background-color: #05595b !important;
    color: #fff !important;
}

.btn .svg-icon {
    margin-left: 0 !important;
}

.side-bar-links i img {
    width: 36px;
    height: 36px;
}

.side-bar-links.active .icon svg path {
    fill: #f5f5f5;
}

.pack-to-home-page {
    font-size: 12px !important;
    color: #e2d784 !important;
    text-decoration: underline !important;
    top: 75%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.side-bar-links.active .pack-to-home-page {
    display: inline-block !important;
}

.col-2-edition-ul {
    width: 14.666667% !important;
}

.add-org-content {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 0px 50px #1a212f1a;
    border-radius: 50px;
}

.add-and-remove-row {
    display: flex;
    gap: 2rem;
}

.create-institutes-content {
    background-color: #e2d784;
    border-radius: 20px;
}

.create-institutes-content li {
    width: 50%;
}

.create-institutes-content li a {
    border-bottom: none !important;
    padding: 0.7rem 1rem !important;
    color: #000 !important;
}

.create-institutes-content > li > a.active {
    background-color: #05595b !important;
    color: #fff !important;
    border-radius: 20px;
}

.create-institutes-content span {
    display: flex;
    justify-content: center;
}

.create-institutes-content .nav-link span:first-child {
    display: block;
}

.create-institutes-content .nav-link span:last-child {
    display: none;
}

.create-institutes-content .nav-link.active span:first-child {
    display: none;
}

.create-institutes-content .nav-link.active span:last-child {
    display: block;
}

.settings-operation-favourite {
    width: calc(100% / 2.3) !important;
    height: 200px !important;
    background-color: #1a212f1a;
    display: flex;
    justify-content: center;
    margin: 1rem;
    border-radius: 20px;
}

.addTitleBtn {
    background-color: var(--secondary-color);
    color: white;
    border-radius: 5px !important;
    margin-top: 43px !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.nn {
    margin-top: 45px !important;
}

/* don't delete this */

/* .add-a-facility-data input {
    border-radius: 20px !important;
    background-color: #fff !important;
    border: 1px solid #555 !important;
}

.add-a-facility-add-image .image-input {
    width: 28rem !important;
    background-color: #fff !important;
    border: 1px solid #05595b;
    border-radius: 15px !important;
    height: 5rem;
    position: relative;
}


.add-a-facility-add-image .image-input img {
    display: none;
}

.add-a-facility-add-image .image-input label {
    top: 50% !important;
    right: 100px !important;
    transform: translate(-50%, -50%) !important;
    height: 40px !important;
    width: 40px !important;
} */

.disabled-button-prev-next {
    background-color: #999 !important;
}

.tax-right-content {
    border-radius: 20px;
    padding: 2rem;
}

.tax-right-content input {
    width: 2rem;
}

.institute-card-all {
    display: flex !important;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.institute-card {
    background-color: #f5f5f5;
    width: 24.3333%;
    height: 200px;
    display: flex;
    justify-content: center;
    border-radius: 40px;
}

.homepage .statistics-homepage {
    background-color: #fff;
    height: 75vh;
    border-radius: 30px;
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.homepage .statistics-homepage .brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.homepage .statistics-homepage .brand img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #05595b1a;
}

.homepage .statistics-homepage .brand span {
    font-size: 18px !important;
}

.homepage .statistics-homepage .statistics-options {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    flex-wrap: wrap;
    overflow: hidden;
}

.homepage .statistics-homepage .statistics-options a {
    color: #05595b !important;
}

.homepage .statistics-homepage .statistics-options .option {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 250px; */
    height: 250px;
    box-shadow: 0px 0px 20px #05595b14;
    border-radius: 40px;
}

.homepage .statistics-homepage .statistics-options .option:hover {
    background-color: #05595b;
    color: #fff !important;
}

.homepage .statistics-homepage .statistics-options .option:hover svg path {
    fill: #f5f5f5;
}

.homepage .option .option-style {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.customized-datatable {
    margin-top: -1rem;
}

.customized-datatable .gl-final-balance {
    background-color: #e2d78433;
    width: 50%;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    color: #05595b;
    font-size: 15px;
    justify-self: center;
}

.customized-datatable .gl-final-balance span:last-child {
    margin-right: 1rem;
}

.documents-select-images {
    background-color: #05595b0f;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.documents-review-images {
    height: 60vh;
}

.documents-select-images img {
    width: 50px;
    height: 50px;
}

.documents-review-images {
    height: 50vh;
}

.documents-review-images #selected-file {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    height: 100%;
    overflow: scroll;
}

.documents-review-images #selected-file {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.documents-review-images #selected-file div {
    height: 100%;
}

.documents-review-images #selected-file div::before {
    display: flex;
    content: "";
    background-image: url(../images/default.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.documents-review-images .delete-document-container #deleteDocumentImage {
    border: none;
    background-color: transparent;
    margin-top: 0.5rem;
}

.documents-review-images .delete-document-container {
    display: flex;
    justify-content: flex-end;
}

.preview-create-document {
    height: 50vh;
    margin-top: 0 !important;
    align-items: center;
}

.preview-create-document span {
    text-align: center !important;
}

#kt_aside_menu_wrapper .menu .menu-sub {
    /* border-radius: 20px; */
    background-color: #f5f5f5 !important;
}

.aside-dark .menu .menu-item .menu-link .menu-arrow:after {
    background-image: url(../../../../../images/arrow-left4.svg) !important;
}
.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-arrow:after,
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-arrow:after {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(1deg)
        brightness(111%) contrast(101%);
}
.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-arrow:after {
    background-image: url(../../../../../images/arrow-left4.svg) !important;
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-arrow:after,
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-arrow:after {
    filter: none;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(1deg)
        brightness(111%) contrast(101%);
}

.menu-item .menu-link .menu-title {
    display: flex;
    align-items: center;
    flex-grow: 0.99;
}

.menu-item .menu-link .menu-icon {
    margin-left: 0 !important;
}

.aside-menu
    .menu
    .menu-sub:not([data-popper-placement])
    > .menu-item
    > .menu-link {
    padding-right: 35px !important;
}

.tax-button-delete a {
    color: #a70000 !important;
}

.tax-button-delete a:hover {
    color: #fff !important;
}

.radio-label {
    position: relative;
    padding-left: 30px;
    /* تعديل حجم الراديو بحسب حجم الصورة */
    cursor: pointer;
}

.radio-custom {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    background-image: url(../../../../../images/tick-circle.svg);
    background-size: cover;
}

.radio-custom-input {
    opacity: 0;
}

.radio-custom-input:checked + label .radio-custom {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    background-image: url(../images/tick-circle-selected.svg);
    background-size: cover;
}

.radio-custom-input:checked + label {
    border-color: #05595b;
}

.package-description {
    color: #062c30;
}

.botton-back-viewing:hover h3 {
    color: #fff !important;
}

.preview-image-create {
    margin-top: 1rem;

    border: 1px solid #f0f5f5;
    border-radius: 20px;
    overflow: scroll;
}

.preview-image-create:has(span) {
    display: flex;
}

.preview-image-create span {
    text-align: end;
    padding: 0 1rem;
    font-size: 11px;
    width: 100%;
}

.delete-image-create,
.download-images-or-file {
    display: flex;
    justify-content: end;
}

.preview-image-create img {
    width: 100%;
    height: max-content;
    /* max-height: 25rem; */
    overflow: scroll;
    border-radius: 20px;
}

.delete-and-download-group {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
    gap: 2rem;
}

#createBtn {
    margin-bottom: 1rem !important;
}

.button-backing {
    order: 1;
}

.button-backing a {
    width: 30% !important;
}

.cursor-pointer.show .arror-down-logout {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.Back-to-facility-button {
    border: 1px solid #e2d7840f !important;
    border-radius: 20px !important;
    background-color: #e2d784 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 0.4rem;
}

[data-kt-aside-minimize="on"] .aside:not(:hover) .aside-logo {
    justify-content: end;
}

[data-kt-aside-minimize="on"] .Back-to-facility-button span {
    display: none;
}

.institutes-row-one {
    display: flex;
    justify-content: space-between;
}

.dt-buttons {
    gap: 1rem;
}

#calendarFiltersForm .search-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.add-category-institutes a {
    min-width: 9rem !important;
}

#kt_content_container .card table tr {
    text-align: center !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    color: #000 !important;
}

.swal2-popup:hover {
    color: #000 !important;
}

.institutes-pop-up label {
    text-align: start;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.button-important-and-replace-value:hover svg path {
    stroke: #fff;
}

.search-in-create-entry {
    display: flex;
    padding: 0 2rem;
    margin: 20px 0 0 0 !important;
}

.search-in-create-entry #clone_entry_input {
    background-color: #fff !important;
    width: 20rem;
}

.search-in-create-entry .search-entry-container-buttons {
    display: flex;
    gap: 1.5rem;
    margin-right: 2rem;
}

.aforementioned {
    display: none;
}

.aforementioned-custom {
    /* position: absolute; */
    display: flex !important;
    position: absolute;
    box-shadow: 0px 0px 10px rgba(53, 54, 54, 0.12);
    display: block;
    left: -4rem;
    top: -58px;
    background-color: #fff;
    height: 4.5rem;
    overflow: scroll;
    min-width: 14rem;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 4px;
    transition: display 5s ease-out;
}

.aforementioned-custom ::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.mentioned-container-cust {
    position: relative;
}

.hover-to-show-more:hover + .aforementioned {
    transition-delay: 5s;
}

.unacrued-entries-style {
    margin-bottom: 15px;
    border: 1px solid #0d5a5c;
    width: max-content;
    padding: 11px;
    border-radius: 20px;
    color: #0d5a5c;
}

.unacrued-entries-style span {
    font-size: 15px;
}

.tax-button {
    background-color: #e2d784 !important;
    color: #05595b !important;
    position: relative;
    width: 11rem;
    height: 4rem;
    border-radius: 10px !important;
    border: navajowhite;
}

.tax-button:hover {
    background-color: #05595b !important;
    color: #fff !important;
    position: relative;
    width: 11rem;
    height: 4rem;
    border-radius: 10px !important;
    border: #05595b;
}

.tax-entry-edit {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.tax-entry-edit input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

#dt_subscriptions .btn-group {
    gap: 1rem;
}

.aside-menu .menu-item .menu-link {
    gap: 0.5rem;
}

.aside-menu .menu-item .menu-link img {
    width: 22px;
    height: 22px;
}

.aside-menu .menu-sub .menu-item .menu-link .menu-bullet-link img {
    width: 10px;
    height: 10px;
}
.aside-menu .menu .menu-item .menu-content,
.aside-menu .menu .menu-item .menu-link {
    padding-right: 25px !important;
    padding-left: 20px !important;
}
.card .card-nav {
    border: none !important;
}

.card-nav .nav-item-in-patient {
    margin-bottom: 2.5rem !important;
}

.card-nav .nav-item-in-patient a.active {
    color: #05595b !important;
    border-bottom: 1px solid #05595b !important;
}

.card-nav .nav-item-in-patient a:hover {
    color: #05595b !important;
    border-bottom: 1px solid #05595b !important;
}

/* media query */

@media (min-width: 1850px) {
    .aforementioned {
        left: -3rem;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100% !important;
    }
}

@media (max-width: 1500px) {
    .homepage .statistics-homepage .statistics-options .option {
        height: 200px;
        width: 25%;
    }
}

@media (min-width: 1500px) {
    .homepage .statistics-homepage .statistics-options .option {
        width: 15%;
    }

    .settings-operation-favourite {
        width: calc(100% / 4.5) !important;
        height: 200px !important;
        background-color: #1a212f1a;
        display: flex;
        justify-content: center;
        margin: 1rem;
        border-radius: 20px;
    }
}

@media (min-width: 1241px) {
    .add-org-content {
        width: 83.33333% !important;
    }

    .settings-operation-favourite {
        width: calc(100% / 3.4);
        height: 200px !important;
        background-color: #1a212f1a;
        display: flex;
        justify-content: center;
        margin: 1rem;
        border-radius: 20px;
    }
}

@media (max-width: 1241px) {
    @media (min-width: 1850px) {
        .aforementioned {
            left: -1.5rem;
        }
    }

    .search-in-create-entry #clone_entry_input {
        background-color: #fff !important;
        width: 11rem;
    }

    .add-org-content {
        width: 79% !important;
    }

    .search-input,
    .choose-a-category,
    .choose-an-institution,
    .button-add-mession-in-calander {
        width: 50%;
        display: flex;
        justify-content: end;
    }

    .button-add-mession-in-calander button {
        width: 50% !important;
    }
}

@media (max-width: 1200px) {
    .homepage .statistics-homepage .statistics-options {
        justify-content: start;
    }

    .homepage .statistics-homepage .statistics-options .option {
        width: 31%;
    }

    .homepage .statistics-homepage {
        gap: 1.5rem;
    }

    .homepage .statistics-homepage .statistics-options .option {
        height: 175px;
    }

    .customized-datatable .dataTables_wrapper > div {
        justify-content: space-between !important;
    }

    .btn.btn-secondary.buttons-print {
        width: 10rem !important;
    }

    .btn.btn-secondary.buttons-excel {
        width: 10rem !important;
        margin-right: 0 !important;
    }

    .btn.btn-secondary.buttons-print::after,
    .btn.btn-secondary.buttons-excel::after {
        right: 29px !important;
    }

    .gl-final-balance {
        width: 100% !important;
    }

    .gl-final-balance > div:first-child {
        width: 100% !important;
    }

    .edit-entry-buttons {
        width: 100%;
    }

    .edit-entry-inputs {
        width: 100%;
    }

    .edit-entry-buttons button {
        width: calc(100% / 3.9) !important;
    }
}

@media (max-width: 999px) {
    *::-webkit-scrollbar-track {
        background: unset !important;
    }

    *::-webkit-scrollbar {
        width: 3px !important;
        height: 4px !important;
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    .clients-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0px 5px 0px !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .clients-button .btn-shape {
        -webkit-margin-end: 5px !important;
        margin-inline-end: 5px !important;
        margin-bottom: 15px;
    }

    .data-list {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        border: 0px !important;
    }

    .data-list li {
        margin-bottom: 10px !important;
        border: 0px !important;
    }

    .data-list li:last-child {
        margin-bottom: 0px !important;
    }

    .data-list li:nth-child(2) {
        -webkit-border-start: 0px !important;
        border-inline-start: 0px !important;
    }

    /* .card .nav {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding: 0px 15px !important;
    } */

    .card .nav li {
        -webkit-margin-end: 10px !important;
        /* margin-inline-end: 10px !important; */
        /* margin-bottom: 10px !important; */
    }

    .card .nav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center !important;
        padding: 10px 0px 10px 0px !important;
        margin: 0px !important;
        flex-direction: column;
    }

    .card .nav li a i {
        -webkit-margin-end: 3px;
        margin-inline-end: 3px;
    }

    .card .nav li a span {
        font-size: 13px !important;
    }

    .breadcrumb {
        display: none !important;
    }

    .card-nav {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .card-nav li a {
        width: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .clients-button .btn-shape {
        width: 122px;
        font-size: 10px !important;
    }

    .bundels.flex-shape {
        width: 100% !important;
        padding: 10px 0px !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        align-content: flex-start !important;
    }

    .bundels.flex-shape .flex-width {
        width: 85% !important;
    }

    .bundles-card {
        width: 100%;
        overflow-x: hidden;
    }

    .list-data-contain {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        align-content: flex-start !important;
    }

    .calendar-responsive {
        width: 100%;
    }

    .button-contain {
        flex-wrap: wrap !important;
    }

    .button-contain .custom-btn,
    .button-contain .btn {
        margin-bottom: 10px;
        width: 100%;
        margin-inline-end: 0px !important;
    }

    .button-contain .btn-primary span {
        font-size: 13px !important;
    }

    .button-contain .btn-primary:last-child {
        margin-bottom: 0px !important;
    }

    .filter {
        margin: 20px 0px;
    }

    .filter .nav-item {
        margin-bottom: 10px !important;
    }

    .flex-data-mobile {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        align-content: flex-start !important;
    }

    .table-responsive th {
        min-width: 130px !important;
        text-align: center;
        vertical-align: top;
    }

    .login-page .content {
        padding: 40px;
        margin-top: 25px;
        height: 100%;
    }
    .login-page .content h2 {
        margin-top: 20px;
        font-size: 30px;
        color: #000 !important;
    }
    .login-page .content button {
        margin-top: 20px;
    }

    .login-page .content img {
        /* height: 130px !important; */
    }

    .login-page .content h1 {
        font-size: 20px;
    }

    .client-box .content.block-data h4,
    .client-box .content h2,
    .client-box .content h2.number-client {
        font-weight: 500 !important;
        font-size: 15px !important;
    }

    .client-box .client-icon i {
        font-size: 13px !important;
    }

    .client-box {
        padding: 15px 10px !important;
    }

    .heading-style {
        font-size: 20px !important;
    }

    .login-page .logo-in-top {
        clip-path: none;
        border: none;
    }

    .button-add-mession-in-calander button {
        width: 60% !important;
    }

    .button-add-mession-in-calander button span {
        font-size: 12px !important;
    }
}

@media (max-width: 998px) {
    .aforementioned {
        left: -4.5rem;
    }
}

@media (max-width: 991px) {
    .search-in-create-entry #clone_entry_input {
        background-color: #fff !important;
        width: 17rem;
    }

    .instiutes-list-right {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .instiutes-list-right li {
        width: calc(100% / 4) !important;
    }

    .instiutes-content-left {
        width: 100% !important;
    }

    .entry-page-preview {
        display: flex;
        margin-bottom: 2rem;
        order: 1;
    }

    .preview-image-create {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .preview-image-create span {
        text-align: center;
    }

    .document-image-and-preview {
        width: 100%;
    }

    .documents-select-images {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
        height: 30vh !important;
    }

    .edit-entry-inputs {
        margin-top: 1rem;
    }

    .entry-page-added {
        order: 1;
    }

    .delete-and-download-group {
        display: flex;
        flex-direction: column;
        margin-right: 1rem;
    }

    .botton-back-viewing {
        padding: 0 4rem !important;
    }

    .invoices-page-intery {
        order: 2;
        width: 97%;
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .button-backing {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .page-preview-place {
        order: 2;
        width: 100%;
    }

    .entry-page-preview {
        width: 100%;
        flex-direction: column;
    }

    .preview-create-document img {
        object-fit: contain;
        height: 100%;
    }
}

@media (max-width: 800px) {
    .side-bar-links a {
        width: 80% !important;
        height: calc(100% + 100px) !important;
    }
}

@media (max-width: 767px) {
    .calendar-responsive {
        width: 700px;
    }

    .mobile-hidden {
        display: none !important;
    }

    .fc .fc-header-toolbar {
        flex-direction: row;
        align-items: flex-start;
    }

    .pack-to-home-page {
        top: 75%;
        left: 27%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .dataTables_wrapper .d-flex .flex-wrap {
        width: 75%;
        gap: 1rem;
    }

    .datePickerRange {
        width: 12rem !important;
    }

    #filters_form {
        display: flex;
        flex-direction: column;
    }

    .change-size-input input {
        width: 48% !important;
    }
}

@media (min-width: 600px) and (max-width: 700px) {
    .pack-to-home-page {
        top: 75%;
        left: 30%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #basic-addon1 {
        width: 1% !important;
    }
}

@media (max-width: 600px) and (min-width: 500px) {
    .search-in-create-entry #clone_entry_input {
        width: 8.5rem;
    }
}

@media (max-width: 576px) {
    .homepage .statistics-homepage .statistics-options .option {
        width: 100%;
    }

    .homepage .statistics-homepage {
        height: auto;
    }

    .add-org-content {
        border-radius: 20px;
    }

    .institute-card {
        width: 100%;
    }

    .add-org-content {
        padding: 2rem 0.5rem;
        border-radius: 30px;
    }

    .settings-operation-favourite {
        width: 100% !important;
        margin: 1rem 0;
    }

    div.dt-buttons {
        display: flex;
        flex-direction: row;
        gap: 1rem !important;
    }

    .dataTables_wrapper .d-flex .flex-wrap {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_length {
        padding: 1rem 0;
        display: flex;
        justify-content: end;
        width: 100%;
        margin-inline-start: -10px !important;
    }

    .entry-page-preview {
        flex-direction: column;
    }

    .preview-image-create {
        width: 94%;
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .delete-and-download-group {
        flex-direction: row;
    }

    .documents-select-images {
        height: 20vh !important;
    }
}

@media (max-width: 600px) {
    .instiutes-list-right li {
        width: calc(100% / 2) !important;
    }

    .institute-card {
        width: 31.333%;
    }

    .side-bar-links {
        height: 130px !important;
    }

    .institute-card {
        height: 125px;

        border-radius: 20px;
    }

    .pack-to-home-page {
        left: 50px;
        margin: 1rem 0;
    }

    .dataTables_wrapper .d-flex .flex-wrap {
        width: 100%;
        gap: 1rem;
    }

    .edit-entry-buttons div {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .search-input,
    .choose-a-category,
    .choose-an-institution,
    .button-add-mession-in-calander {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .button-add-mession-in-calander button {
        width: 50% !important;
    }

    .add-category-institutes {
        margin-bottom: 1rem;
    }

    .choose-a-category > div,
    .choose-an-institution > div,
    .button-add-mession-in-calander > button {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .change-size-input input {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .search-in-create-entry {
        flex-direction: column;
        padding: 0 1.5rem;
    }

    .search-in-create-entry #clone_entry_input {
        width: 100%;
        margin-bottom: 2rem;
    }

    .search-in-create-entry .search-entry-container-buttons {
        margin-right: 0 !important;
        flex-direction: column;
    }

    #clone_inverted_entry_button,
    #clone_entry_button {
        width: 100%;
    }

    .edit-entry-buttons div {
        flex-direction: column !important;
    }

    .edit-entry-buttons button {
        width: 100% !important;
    }

    .total-price-entries {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 375px) {
    .list-data-contain li::after,
    .bundels .box .content li::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: linear-gradient(45deg, #008bd2, #00466a);
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 0px;
        top: calc(50% - 7.5px);
        z-index: -1;
    }
}

@media (max-width: 375px) {
    .instiutes-list-right li {
        width: calc(100% / 1) !important;
    }

    .filter li a {
        width: 123px;
        font-size: 10px !important;
    }

    .bundels .box .content li {
        padding-inline-start: 0;
    }

    .side-bar-links {
        width: 100% !important;
    }

    .instiutes-list-right {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .create-institutes-content li {
        font-size: 10px;
    }

    .nav-line-tabs .nav-item .nav-link {
        margin: 0;
    }

    .settings-operation-favourite {
        margin: 1rem 0;
    }

    .settings-operation-favourite {
        width: 100% !important;
        margin: 1rem 0;
    }

    .filtering {
        width: 100% !important;
    }

    .edit-entry-inputs .form-wrapper {
        flex-direction: column;
    }

    .edit-entry-inputs .form-wrapper .col-6 {
        width: 100%;
    }

    .add-and-remove-row {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .invoices-page-intery button,
    .invoices-page-intery a {
        width: 100% !important;
    }

    .avatar-hide-350px {
        display: none;
    }
}

.menu-link img:not(.img-default) {
    filter: invert(48%) sepia(84%) saturate(7456%) hue-rotate(157deg)
        brightness(92%) contrast(91%);
}

.menu-link.active img:not(.img-default),
.menu-link:hover img:not(.img-default) {
    filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(358deg)
        brightness(108%) contrast(101%);
}

.menu-item.show .menu-link .menu-bullet img:not(.img-default) {
    filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(358deg)
        brightness(108%) contrast(101%);
}

.modal-header {
    background-color: var(--secondary-color) !important;
}

.modal-header h5 {
    color: #ffffff !important;
}

.modal-body {
    overflow-y: scroll !important;
    max-height: 500px !important;
    z-index: 999 !important;
    scrollbar-color: var(--primary-color) transparent !important;
}

.btn {
    border-radius: 0%;
}

.text-center th {
    text-align: center !important;
}

.dataTable tbody td {
    padding: 5px 1rem !important;
}

.input-group .input-group-text {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected {
    background-color: var(--bs-component-hover-color);
    color: var(--bs-component-hover-bg);
    transition: color 0.2s ease;
    position: relative;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected:after {
    height: 0;
}

.login-page img {
    width: 200px;
    height: 50px;
    object-fit: contain;
}

.login-page .content .pass-link {
    text-align: start !important;
}
/*
.login-page .content .button-data button {
    background-color: #05595b !important;
    border-radius: 0px !important;
    overflow: hidden;
} */

.login-page .content .pass-link a {
    text-align: start;
    font-size: 15px;
    font-weight: 500;
    color: #05595b !important;
}
.btn-check:active + .btn.btn-secondary,
.btn-check:checked + .btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:active:not(.btn-active),
.btn.btn-secondary:focus:not(.btn-active),
.btn.btn-secondary:hover:not(.btn-active),
.show > .btn.btn-secondary {
    background-color: #a78d70 !important;
}
.remove-btn {
    display: flex;
    justify-content: end;
}
@media (min-width: 992px) {
    .login-page img {
        /* position: absolute;
        top: 20px;
        left: 100px; */
    }

    html[dir="ltr"] .login-page img {
        left: unset;
        right: 100px;
    }

    .login-page {
        padding: 50px 100px;
    }

    .login-page .content {
        padding: 90px 80px;
        height: unset !important;
    }

    .login-page .content h2 {
        font-size: 35px;
        font-weight: 900;
        color: #000 !important;
        margin-bottom: 20px;
    }

    .login-page .content p {
        font-size: 15px;
        font-weight: 500;
        margin: 0px 0px 20px 0px;
        color: #000;
    }
}
.modal-dialog {
    max-width: 1000px !important;
    margin: auto !important;
    margin-top: 50px !important;
}
.bi-eye-slash {
    color: #742c2b !important;
}
.companies-suppliers-style .card {
    height: 100px !important;
    transition: all 0.5s linear !important;
    border: 1px solid transparent !important;
    margin-bottom: 0 !important;
}
.companies-suppliers-style .card:hover {
    transform: translateY(-7px);
    border: 1px solid #c4a581;
}
.companies-suppliers-style .card .card-body {
    height: 100% !important;
}
.container-xxl .card-xl-stretch {
    transition: all 0.5s linear !important;
    border: 1px solid transparent !important;
    margin-bottom: 0 !important;
}
.container-xxl .card-xl-stretch:hover {
    transform: translateY(-7px);
    border: 1px solid #742c2b;
}
.statistics-items-container .card {
    height: 100px !important;
}
.statistics-items-container .card .card-body {
    height: 100% !important;
}
.aside-dark .hover-scroll-overlay-y {
    scrollbar-color: #742c2b transparent !important;
}
.main-video-upload {
    display: flex;
    justify-content: start;
    text-align: start;
    align-items: center;
    margin-top: 20px;
}

.video-upload {
    width: 100%;
}
.video-upload a {
    width: 100%;
}
.course-video video {
    margin-top: 20px;
}

.drive-card {
    display: flex;
    flex-direction: row;
    background-color: #f5f5f5;
    border: none !important;
    cursor: pointer !important;
}
.attachment-item {
    cursor: pointer !important;
}
.drive-card:hover {
    background-color: #dfdfdf;
}
.list-drive {
    width: 20px;
    margin-right: auto;
}
.list-drive img {
    width: 24px;
    height: 24px;
    padding: 4px 4px;
}
.dots-img:hover {
    background-color: #c2c2c2;
    border-radius: 50%;
}

.list-drive ul {
    margin-top: 5px !important;
}
.list-drive ul li a {
    color: #742c2b !important;
}
.card .card-body {
    padding: 1rem 2.25rem !important;
}
.drive-title {
    margin-bottom: 30px !important;
}
.drive-title span {
    color: #742c2b;
    font-size: 17px;
}
.drive-title i {
    color: #000;
    margin: 0px 10px;
}
.client-card {
    width: 20% !important;
    box-sizing: border-box; /* Ensures padding & border don't affect width */
}

.client-card-content h3 {
    font-size: 16px !important;
}
.client-card-content span {
    font-size: 12px;
}
.client-card-header {
    padding: 0;
}
.client-card-header h3 {
    font-size: 16px !important;
}
.client-card-header span {
    font-size: 12px;
}
.client-card-header-paragraph {
    justify-content: center;
    align-items: end;
}
.client-card-header-paragraphh {
    margin: 0px 5px;
}
.client-card-header-paragraphh h3 {
    font-size: 16px;
}
.client-card-main-icon {
    justify-content: center;
    align-items: center;
}
.drive-hor-list {
    text-align: center;
}
.drive-hor-list span {
    font-size: 13px;
}
.l {
    left: 15px;
}
.attachment-item:hover {
    background-color: #f5f5f5;
}
.radio-toolbar {
    display: flex;
    gap: 5px;
}
.radio-toolbar label {
    font-size: 14px !important;
}
.rating-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 200px;
    height: 50px;
}
input[type="radio"] {
    display: none;
}
.positive-btn {
    background-color: #28a746a9 !important;
    padding: 10px;
    cursor: pointer;
}
.negative-btn {
    background-color: #dc28469f !important;
    padding: 10px;
    cursor: pointer;
}
input[type="radio"]:checked + .positive-btn {
    background-color: #28a745 !important;
}
input[type="radio"]:checked + .negative-btn {
    background-color: #dc3545 !important;
}

.my-div label {
    color: #ffff !important;
}
.badge-warning {
    background-color: #28a745 !important;
}
.badge-info {
    background-color: #dc3545 !important;
}
.warning i {
    color: #742c2b !important;
}
.warning span {
    font-size: 15px;
}
.warning a {
    color: #000 !important;
    font-size: 15px !important;
}
.btn i {
    padding: 0 !important;
    /* margin: 0px 5px !important; */
}
.case-information {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px 0px;
    font-size: 15px;
}
.case-information i {
    color: #fff !important;
}
.case-information span {
    color: #fff !important;
}
.timer {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.scroll-container {
    height: 200px !important;
    overflow-y: auto;
    scrollbar-color: #742c2b transparent !important;
}
.fa-plus {
    color: #fff !important;
}
.soon-img {
    width: 24px;
    height: 24px;
    filter: invert(18%) sepia(23%) saturate(3258%) hue-rotate(330deg)
        brightness(100%) contrast(86%);
}
.client-card-user-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-card-user-icon i {
    font-size: 40px;
    color: #742c2b;
}
.evaluation-user {
    width: 190px;
    height: 60px;
    background-color: #c4a581;
    display: flex;
    justify-content: center;
    align-items: center;
}
.students-cards-details {
    width: 20%;
}

.buttons-print i {
    font-size: 16px;
    color: #fff !important;
}
.buttons-excel i {
    font-size: 16px;
    color: #fff !important;
}
@media (min-width: 1920px) {
    .case-btns {
        /* width: 16.66666667% !important; */
    }
}
@media (max-width: 1300px) {
    .scroll-containerx {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-color: #742F2D transparent !important;
        overflow-y: hidden !important;
    }
}
.expense-div {
    display: flex;
    align-items: end;
    justify-content: end;
}
.expense-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-toggle:empty::after {
    display: none !important;
}
.notification-drop-menu {
    padding: 15px !important;
    margin-top: 10px !important;
    border: 1px solid #eff2f5;
    border-radius: 0.475rem !important;
    height: 400px !important;
    width: 500px !important;
    overflow-y: auto !important;
    scrollbar-color: #742c2b transparent !important;
    z-index: 999 !important;
}

.notification-drop-menu:hover .dropdown-item {
    display: block !important;
}

.notification-drop-menu .dropdown-item {
    padding: 1rem !important;
    flex-wrap: normal !important;
}
.notification-title {
    justify-content: space-between;
}
.notification-title h3 {
    font-size: 14px !important;
    max-width: 300px;
    white-space: normal;
    line-height: normal;
}
.notification-title span {
    font-size: 14px;
}
.notification-drop-menu .notification-desc {
    width: 100%;
}
.notification-drop-menu .notification-desc span {
    font-size: 12px !important;
    max-width: 400px;
    white-space: normal;
    line-height: normal;
}
.user-head-table th {
    background-color: #742c2b !important;
    color: #fff !important;
}
.no-distance {
    margin: 0 !important;
    padding: 0 !important;
}
.statistics-items-container {
    /* margin: 50px 0px !important; */
    margin-top: 50px;
}

.btn-group {
    gap: 7px !important;
}
.reject-btn {
    transition: all 0.3s linear !important;
}
.reject-btn:hover {
    transform: translateY(-2px);
}
.reject-btn i {
    font-size: 18px;
    color: #ca0000;
    margin: 0px 3px;
}
.reject-btn span {
    color: #ca0000;
}
.accept-btn {
    transition: all 0.3s linear !important;
}
.accept-btn:hover {
    transform: translateY(-2px);
}
.accept-btn i {
    font-size: 18px;
    color: #50db50;
    margin: 0px 3px;
}
.accept-btn span {
    color: #50db50;
}
.note-btn {
    background-color: #742c2b !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3 linear !important;
}
.note-btn i {
    color: #fff !important;
}

.note-btn:hover {
    background-color: #fff !important;
    border: 1px solid #742c2b !important;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(-2px, 2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, 2px);
    }
    80% {
        transform: translate(2px, -2px);
    }
    100% {
        transform: translate(0);
    }
}

.vibrate {
    animation: vibrate 0.5s linear !important;
}
.note-btn:hover i {
    color: #742c2b !important;
    animation: vibrate 0.5s linear infinite !important;
}

.custom-select-width {
    width: 100% !important;
    overflow: hidden !important;
    /* text-overflow: ellipsis !important; */
    white-space: nowrap !important;
}

.custom-select-width option {
    white-space: nowrap !important;
    overflow: hidden !important;
    /* text-overflow: ellipsis !important; */
}

label {
    color: #742c2b !important;
}
.case-inputt {
    width: 20%;
}
/* .case-inputt-degree{
    width: 20%;
}
.case-inputt-degree-subs{
    width: 60%;
}
.case-inputt-result{
    width: 20%;
} */

@media (max-width: 992px) {
    .alert-card {
        width: 100% !important;
        text-align: center !important;
    }
    .enquiry-icon {
        justify-content: center !important;
        margin-top: 10px !important;
    }
    .client-card {
        width: 100% !important;
    }
    .students-cards-details {
        width: 100%;
    }
    .login-main-img {
        display: none;
    }
    .case-inputt {
        width: 100% !important;
    }
    .trash-icon {
        margin-top: 10px !important;
    }
    .case-inputt-degree {
        width: 100% !important;
    }
    .case-inputt-degree-subs {
        width: 100% !important;
    }
    .case-profile-buttons {
        /* display: block !important;
        justify-content: center !important; */
    }
    .case-profile-btn {
        width: 150px !important;
    }
    .note-btn {
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
    }
    .note-btn i {
        font-size: 15px !important;
    }
    .user-notification ul {
        /* margin: 10px 5px !important; */
        transform: translate3d(177px, 44.5px, 0px) !important;
    }
    .notification-drop-menu {
        width: 350px !important;
    }
    .expense-btn {
        margin-top: 10px;
        margin-left: -17px;
    }
    .fc .fc-scrollgrid {
        width: 1000px !important;
        table-layout: fixed !important;
    }
    .fc .fc-header-toolbar {
        flex-direction: row !important;
        align-items: flex-start !important;
        display: flex !important;
        justify-content: space-between !important;
        width: 1000px !important;
    }
    .fc .fc-view-harness {
        width: 1000px !important;
    }
}
@media (max-width: 740px) and (min-width: 360px) {
    .copoun-create {
        width: 102% !important;
    }
}
.home-card a {
    color: #000 !important;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .home-card {
        width: 50% !important;
    }
    .alert-card {
        width: 50% !important;
    }
    .main-enquiry {
        width: 100% !important;
    }
    .account-tree-container {
        width: 100% !important;
    }
    .big-account-tree {
        width: 100% !important;
    }
    .client-card {
        width: 50% !important;
    }
    .login-log {
        width: 100% !important;
    }
    .login-main-img {
        width: 100% !important;
    }
    .login-empty {
        display: none !important;
    }
    .students-cards-details {
        width: 50%;
    }
    .statistics-main {
        width: 50%;
    }
    .profit-report {
        width: 50%;
    }
    .case-inputt {
        width: 50% !important;
    }
    .case-inputt-degree {
        width: 50% !important;
    }
    .case-inputt-degree-subs {
        width: 100% !important;
    }
    .case-inputt-degree-subs-element {
        width: 100% !important;
    }
    .content-case-repeater {
        width: 50% !important;
    }
    .case-inputt-result {
        width: 50% !important;
    }
    .case-profile-buttons {
        display: flex !important;
    }
    .case-profile-btn {
        width: 50% !important;
    }
    .courses-profile-cards {
        width: 50% !important;
    }
    /* .legal-btn{
        width: 50% !important;
    } */
}
@media (min-width: 768px) and (max-width: 1024px) {
    .alert-card {
        width: 50% !important;
    }
    .main-enquiry {
        width: 100% !important;
    }
    .enquiry-icon {
        justify-content: end !important;
        width: 20% !important;
    }
    .main-enquiry-header {
        width: 80% !important;
    }
    .client-card {
        width: 50% !important;
    }
    .students-cards-details {
        width: 50%;
    }
    .case-inputt {
        width: 50% !important;
    }
    .case-inputt-degree {
        width: 50% !important;
    }
    .case-inputt-degree-subs {
        width: 50% !important;
    }
    .case-profile-buttons {
        display: flex !important;
    }
    .case-profile-btn {
        width: 50% !important;
    }
    .company-btn{
        width: 50% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .case-inputt-degree-subs-element {
        width: 50% !important;
    }
    .coupon-btn {
        width: 50% !important;
    }
}
/* @media(min-width:360px) and (max-width:740px){
    .copoun-create input{
        padding: 0px 9px !important;
    }
} */

.client-card-header {
    justify-content: space-between;
    align-items: center;
}

.client-card-header-icon {
    width: 60px;
    height: 60px;
    background-color: #c4a581;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-card-header-icon i {
    font-size: 28px;
    background-color: #c4a581;
    color: #fff;
}

.client-card-header-paragraph p {
    font-size: 22px;
    margin: 0 !important;
}

.client-card-content {
}

.client-card-content ul li {
    font-size: 14px;
    margin-top: 5px;
}

.main-enquiry {
    padding: 20px;
    margin-top: 10px;
    margin-right: 5px;
}

.main-enquiry-header p {
    font-size: 14px;
}

.main-enquiry-buttons {
    margin-top: 20px;
    gap: 10px;
}

.enquiry-icon {
    display: flex;
    justify-content: end;
}

.enquiry-icon img {
    width: 140px;
    height: 130px;
    filter: invert(74%) sepia(36%) saturate(300%) hue-rotate(352deg)
        brightness(85%) contrast(91%);
}
.modall-main {
    background-color: #fff;
    gap: 7px;
    padding: 5px 15px;
    align-items: baseline;
    justify-content: center;
}
.modall-main h6 {
    font-size: 15px;
}
.modall-main span {
    font-size: 15px;
}
.modall-submain {
    background-color: #fff;
    gap: 7px;
    padding: 5px 15px;
    align-items: baseline;
    justify-content: center;
}
.modall-submain h6 {
    font-size: 15px;
}
.modall-submain span {
    font-size: 15px;
}
.modal-header {
    height: 70px;
    padding-top: 30px;
}
.card-headerr {
    background-color: #742c2b;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-top-right-radius: 0.625rem !important;
    border-top-left-radius: 0.625rem !important;
}
.client-card-content {
    text-align: center;
}
.dataTables_filter {
    margin-left: auto !important;
}
.text-info {
    color: #dc3545 !important;
}
.add-case-repeater {
    border: 1px dotted var(--primary-color);
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0px;
}
.case-profile-buttons {
    justify-content: end !important;
    align-items: center !important;
    gap: 5px !important;
}
/* textarea{
    background-color: #fff !important;
    padding: 5px !important;
    border: 1px solid #742C2B !important;
} */

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Arial", sans-serif;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}

.time-unit {
    padding: 10px;
    text-align: center;
    background: #c4a581;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: pulse 1s infinite;
    transition: transform 0.5s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#days:hover,
#hours:hover,
#minutes:hover,
#seconds:hover {
    transform: scale(1.2) rotate(10deg);
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.timer span {
    animation: fade 2s;
}
.modal-footer {
    flex-wrap: nowrap !important;
}
.select2-container--bootstrap5
    .select2-search.select2-search--inline
    .select2-search__field {
    line-height: normal !important;
}
.svg-icon {
    color: var(--primary-color) !important;
}
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon {
    color: var(--primary-color) !important;
}
.user-notification-counter {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background-color: #fac00c !important;
    position: absolute !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: 55px !important;
    left: 30px !important;
}
@media (max-width: 992px) {
    .user-notification-counter {
        width: 14px !important;
        height: 14px !important;
        top: 35px !important;
        left: 20px !important;
    }
}
.user-notification-counter span {
    color: #000 !important;
}
ul.file-list li {
    display: flex;
    justify-content: center;
    align-items: center;
}

html[dir="ltr"] .form-group .form-control {
    text-align: left !important;
}
html[dir="ltr"] .dataTables_filter {
    margin-left: unset !important;
    margin-right: auto !important;
}

html[dir="ltr"] .aside-dark .menu .menu-item .menu-link .menu-arrow:after {
    transform: scaleX(-1);
}

html[dir="ltr"]
    .aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-arrow:after {
    transform: scaleX(-1) rotate(-90deg);
}

.custom-select-style {
    height: 100%;
    background-color: white;
}
.select2-container .custom-select-style {
    background-color: white !important;
}
.select2-container--bootstrap5
    .select2-dropdown
    .select2-results
    > .select2-results__options {
    text-align: start !important;
}
@media (max-width: 768px) {
    .main-colored ul {
        display: flex;
        flex-direction: column !important;
        justify-content: start !important;
        align-items: start !important;
    }
}
@media (max-width: 992px) {
    .colored {
        width: 16px !important;
        height: 16px !important;
    }
}

.sub-card .card-header {
    background-color: var(--primary-color) !important;
}
.sub-card .card-header h3 {
    color: #fff !important;
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-right: 0;
}
.sub-card .card-body .sub-data{
    font-size: 16px;
}
.sub-card .card-body .sub-date{
    font-size: 14px;
}
.fc-theme-standard .fc-popover{
    z-index: 999 !important;
}
@media(min-width:992px) and (max-width:1660px){
    .sub-accordion {
        width: 50% !important;
    }
}
@media(min-width:992px) and (max-width:1774px) {
    .big-case-btn {
        width:260px !important;
    }
    .small-case-btn{
        width: 200px !important;
    }
}
.gold-star {
    color: #d4af37 !important;
}
/* .fc-event-past{
    border: 1px solid #167564 !important;
    background-color: #167564 !important
    ;
}
.fc-event-future{
    border: 1px solid #742F2D !important;
    background-color: #742F2D !important
    ;
    color: #fff !important;
}
.fc-event-title{
    color: #fff !important;
} */
