body,
#kt_content {
    background-color: #f4f7fb !important;
}

.no-shadow {
    box-shadow: none !important;
}

.custom-image-file {
    border: #cccbcb dashed 2px;
    cursor: pointer;
    padding: 1px;
    width: 156px;
    background: #ffff;
    height: 156px;
    text-align: center;
}

.custom-image-file-preview {
    position: relative;
    width: 150px;
    height: 150px;
}

.custom-image-file-preview img {
    width: 150px;
    height: 150px;
}

.fa-circle.text-success {
    -webkit-text-shadow: 0px 0px 5px #23ef3e;
    -moz-text-shadow: 0px 0px 5px #23ef3e;
    -o-text-shadow: 0px 0px 5px #23ef3e;
    -ms-text-shadow: 0px 0px 5px #23ef3e;
    text-shadow: 0px 0px 5px #23ef3e;
}

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000002b;
}

#loader div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#add-note .modal-dialog {
    max-width: unset;
    width: 70%;
}

.border-danger {
    border: 1px solid #fea7a7 !important;
}

.preview {
    border: 1px solid #ccc;
    padding: 10px;
}

.img-circle {
    width: 50px;
    height: 50px;
    margin: auto 5px;
    border-radius: 50%;
}

.text-left {
    text-align: left;
}

.news-video {
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px #ffeded;
    -moz-box-shadow: 1px 1px 10px #ffeded;
    -o-box-shadow: 1px 1px 10px #ffeded;
    -ms-box-shadow: 1px 1px 10px #ffeded;
    box-shadow: 1px 1px 10px #ffeded;
}

.image-file-controller {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-image-file-preview .btn {
    position: absolute;
    top: 55px;
    left: 60px;
    color: white;
}

:root {
    --m-c: #172120;
    --s-c: #2020d3;
}

.tw-bg-main {
    background-color: var(--s-c);
    color: white;
}

.tw-bg-secondary {
    background-color: var(--m-c);
    color: white;
}

/*#app .tw-bg-green-700, #app .tw-text-white {*/
/*    background-color: var(--s-c) !important;*/
/*}*/

.select2-container--bootstrap5 .select2-selection--single {
    padding: 0.94rem;
}

.swal2-container {
    z-index: 9999999 !important;
}

.login-bg {
    /* background-image: url(https://salahseleemteam.com/site/images/img2.webp); */
    position: relative;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 4px 10px 3px #0000001c !important;
}

.login-bg::before {
    content: " ";
    width: 180px;
    height: 100px;
    background: #fff;
    position: absolute;
    right: -63px;
    transform: rotate(46deg);
    top: -20px;
    z-index: 1;
}

.login-form .form-control.form-control-solid {
    background-color: #f5f8fa00;
    border-radius: 10px;
    height: 55px;
    border-color: rgba(134, 146, 166, 0.3);
    /*transition: all .5s ease-in-out;*/
}

.login-form .form-control.form-control-solid:focus {
    background-color: transparent;
    border-color: #000;
    outline: 0;
    box-shadow: 0 4px 10px 3px #0000001c !important;
    color: #333;
}

.btn.btn-primary,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.theme--dark.v-btn.v-btn--has-bg,
.v-application .success {
    background-color: #000 !important;
    color: white !important;
    border-color: transparent;
    position: relative;
    transition: all 0.5s ease-in-out;
    font-weight: 700;
    border-radius: 10px;
}

.btn.btn-primary:hover i {
    color: #000 !important;
}

.default-btn {
    background-color: #000 !important;
    color: #fff !important;
    border-color: transparent !important;
    position: relative !important;
    transition: all 0.5s ease-in-out;
    font-weight: 700 !important;
    border-radius: 10px !important;
}

input.tw-px-2 {
    padding-inline: 15px;
}

.btn.btn-primary:hover:not(.btn-active) {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.v-application .primary--text {
    color: #2020d3 !important;
    caret-color: #2020d3 !important;
}

/* .btn.btn-primary:before,
.btn.btn-primary:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all .3s ease-in-out;
} */

/* .menu-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all .3s ease-in-out;
} */

.menu-link {
    border-radius: 12px;
}

.btn.btn-primary:before,
.menu-link:before {
    right: unset;
    left: 0;
    top: 0;
}

.btn.btn-primary:after,
.menu-link:after {
    left: unset;
    right: 0;
    bottom: 0;
}

.btn.btn-primary:hover:before,
.btn.btn-primary:hover:after,
.menu-link:hover:after {
    width: 100%;
    margin: auto;
}

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

.btn.btn-primary:hover:after,
.menu-link:hover:after {
    left: 0;
}

.form-check.form-check-solid .form-check-input:checked,
.page-item.active .page-link,
.default-bg {
    background: #242424;
}
.page-item:hover:not(.offset) .page-link {
    color: #dfd2c0 !important;
}
.page-item:hover:not(.offset) .page-link .previous {
    background-image: url("../images/prev.svg");
}
.page-item:hover:not(.offset) .page-link .next {
    background-image: url("../images/next.svg");
}
.default-color,
.btn.btn-color-primary .svg-icon,
.btn.btn-color-primary i,
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-icon,
.menu-state-icon-primary
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-icon,
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-icon
    i,
.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-icon
    i,
.btn.btn-primary i {
    color: white !important;
}

.aside.aside-dark,
.aside.aside-dark .aside-logo {
    background-color: #242424 !important;
}

.breadcrumb-item {
    color: #fff !important;
}

.breadcrumb-item.text-dark {
    color: #fff !important;
}

.aside-dark .menu .menu-item .menu-link .menu-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon i,
.aside-dark .menu .menu-item .menu-link .menu-title,
.aside-dark .menu .menu-item .menu-link {
    color: #ffffff;
}

.aside-dark .menu .menu-item .menu-section {
    color: #b8b8b8a6 !important;
    font-weight: 700;
}

.menu-item {
    position: relative;
}

.scrolltop,
.scrolltop:hover,
.v-application .green {
    background: #000;
    color: #fff;
}

.scrolltop {
    border-radius: 10px;
}

#tailwind-app .tw-btn-primary {
    background: #000 !important;
    color: #fff;
    background-image: none !important;
    border: none;
}

.fw-bold {
    font-weight: 700 !important;
}

.mob-logo {
    filter: brightness(0) invert(1);
}

.stat-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: #2941a8 !important;
}

.stat-icon i {
    font-size: 25px;
    line-height: 2;
}

.btn-success,
.btn-success:hover,
.btn.btn-success:hover:not(.btn-active),
.btn.btn-success:active:not(.btn-active),
.btn.btn-success:focus:not(.btn-active) {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.btn-success i,
.n-form-item .n-form-item-label {
    color: #000;
}

.btn.btn-active-color-primary:hover:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.text-hover-primary:hover,
.text-hover-primary:hover .svg-icon {
    color: #2020d3 !important;
}

.symbol.symbol-50px .symbol-label {
    width: 35px;
    height: 35px;
}

/*
thead tr {
    background-color: #f5f8fa !important;
} */

thead tr th:first-child,
tbody tr td:first-child {
    padding-inline-start: 15px !important;
}

thead tr {
    font-weight: 700 !important;
}

.n-form-item .n-form-item-blank {
    display: block;
}

.n-steps .n-step-indicator {
    background-color: #000;
    box-shadow: none;
}

.select2-container--bootstrap5 .select2-selection,
.theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
    background: #f7f8fd !important;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    /*transition: all .5s ease-in-out;*/
    /* box-shadow: 1.5px 1.5px 0 #ef4123 !important; */
}

.select2-container--bootstrap5 .select2-selection:focus,
.form-control:focus,
.n-input:not(.n-input--autosize):focus,
.n-input:hover,
.n-base-selection .n-base-selection-label:hover,
.n-input:not(.n-input--autosize):focus {
    border: 1px solid #000 !important;
    border: none;
    --n-border-hover: none;
    --n-border-focus: none;
    background: transparent !important;
}

.n-input {
    border: 1px solid transparent !important;
}

.btn-light {
    border-radius: 10px;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background: #000;
    color: white;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected,
.tw-bg-gray-700 {
    background: #000 !important;
    color: white !important;
}

/*.theme--light.v-icon {*/
/*    color: #ffffff !important;*/
/*}*/
.col-form-label,
.n-form-item .n-form-item-label {
    color: #000;
    font-weight: 700;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--highlighted {
    background: #000;
    color: white;
}

form {
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px 0px #cbcbcb5e; */
}

.form-noShadow {
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
}

.card-shadow {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #cbcbcb5e !important;
}

.btn-success,
.btn-secondary,
div.dataTables_wrapper div.dataTables_length select {
    border-radius: 10px;
}

.page-item.active .page-link {
    border-radius: 2px;
}
.page-item .page-link {
    height: 2.1rem !important;
}
.n-input:not(.n-input--autosize),
.n-input,
.n-base-selection .n-base-selection-label,
.n-base-selection {
    border-radius: 10px;
    background-color: #f5f8fa !important;
    border: none;
    transition: all 0.5s ease-in-out;
    --n-border-hover: none !important;
    --n-border-focus: none !important;
    --n-box-shadow-focus: none !important;
    --n-border: none !important;
    --n-border-active: none !important;
    --n-box-shadow-active: none !important;
}

.n-button--success-type,
.n-button--info-type {
    --n-color: #000000 !important;
    --n-color-hover: #000000 !important;
    --n-color-pressed: #000000 !important;
    --n-color-focus: #000000 !important;
    --n-color-disabled: #000000 !important;
    --n-ripple-color: #000000 !important;
    --n-border: none !important;
    --n-border-hover: none !important;
    --n-border-pressed: none !important;
    --n-border-focus: none !important;
    --n-border-disabled: none !important;
    border-radius: 10px;
    --n-text-color: #2020d3 !important;
    --n-text-color-hover: #2020d3 !important;
    --n-text-color-pressed: #2020d3 !important;
    --n-text-color-focus: #2020d3 !important;
    --n-text-color-disabled: #2020d3 !important;
    color: #2020d3 !important;
}

.v-application .primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
    /* color: #2020d3 !important; */
}

.n-button--default-type {
    --n-ripple-color: #ef4123 !important;
    --n-text-color-hover: #ef4123 !important;
    --n-text-color-pressed: #ef4123 !important;
    --n-text-color-focus: #ef4123 !important;
    --n-border-hover: 1px solid transparent !important;
    --n-border-pressed: 1px solid transparent !important;
    --n-border-focus: 1px solid transparent !important;
    --n-border-disabled: 1px solid transparent !important;
    --n-border: 1px solid transparent !important;
}

.n-card.n-modal,
.v-sheet.v-card:not(.v-sheet--outlined) {
    border-radius: 10px;
}

.dataTables_wrapper {
    padding: 0 10px;
}

table.dataTable {
    box-shadow: 2px 2px 20px 0px #e0e0e08c;
}

option:hover {
    background-color: #2020d3 !important;
}

/* .mdi:before, .mdi-set{
    color: #ef4123
} */
/*.tw-border-solid {*/
/*    border: none !important;*/
/*}*/

/* .theme--light.v-icon {
    color: #fff !important;
} */
.v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: 0px 0px 10px 0px #cbcbcb5e;
}

.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)
    > .v-input__control
    > .v-input__slot {
    background-color: transparent !important;
}

.tw-border-green-700,
.hover\:tw-border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: #000 !important;
}

#tailwind-app .tw-border-blue-900 {
    --tw-border-opacity: 1;
    border-color: #000 !important;
    box-shadow: none !important;
    border-style: dashed;
}

.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(
        .v-input--has-state
    )
    > .v-input__control
    > .v-input__slot
    fieldset {
    color: #000 !important;
    border-top: none;
    border-inline: none;
    border-radius: 0;
}

#tailwind-app button:focus {
    outline: none !important;
}

.invoice-table tr {
    border: none !important;
}

.bg-defaultLight {
    background: #ef41232e !important;
}

.diet-item[data-v-20a9c798]:hover {
    --tw-border-opacity: 1;
    border-color: #000 !important;
}

.bg-primary {
    background-color: #000 !important;
    --bg-color: 0, 158, 247 !important;
}

.account-img {
    border-radius: 10px !important;
}

.n-alert {
    background-color: transparent !important;
    text-align: center;
    border: none !important;
    --n-border: none !important;
}

.n-alert.n-alert--show-icon .n-alert-body {
    padding-inline: 0 !important;
}

.n-alert .n-alert__icon {
    color: var(--n-icon-color);
    display: none !important;
}

.n-alert .n-alert-body .n-alert-body__title {
    color: #2020d3 !important;
}

.table {
    --bs-table-bg: transparent !important;
    box-shadow: 2px 2px 20px 0px #e0e0e08c;
    border: none !important;
    --bs-table-striped-bg: transparent !important;
    font-size: 15px;
}

.meal-item-line input {
    background-color: #f5f8fa !important;
    border-radius: 10px;
    border: 1px solid #ccc !important;
}

.auth-bg form {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.auth-bg form input {
    background-color: transparent !important;
    border-radius: 8px;
}
.auth-bg form input::placeholder {
    color: #000 !important;
    font-size: 13px;
}

.auth-bg form button {
    border-radius: 10px !important;
}

.auth-bg .title {
    font-size: 40px;
    font-weight: 700;
}

.auth-bg p {
    color: #a3aed0;
    margin-block: 20px;
}

/* .aside.aside-dark,
.aside.aside-dark .aside-logo {

    border-radius: 0 50px 50px 0;
} */

.aside-enabled.aside-fixed.toolbar-fixed .toolbar {
    background-color: #f9fafe !important;
}

.bg-none {
    background-color: transparent !important;
}

.logo-menu {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-top: 30px;
    width: 100%;
    height: 60px;
    margin-left: 5px;
    /* padding: 10px 5px; */
    padding-inline-start: 22px;
}

.sidebarIcon {
    width: 20px;
    filter: invert(1);
}

.logo-menu .logo {
    width: 150px;
}

.side-menu .main-menu a {
    color: #939393;
    font-weight: 700;
}

.side-menu .bg-dark {
    background: #1f1f26 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #1f1f26;
    border-radius: 0px;
}

.nav-pills .nav-item {
    margin-right: 0;
    width: 100%;
}

.aside-dark .menu .menu-item .menu-link.active {
    background-color: transparent;
}

.nav-pills .nav-item a {
    color: #939393 !important;
    padding-inline: 5px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    padding-block: 11px;
}

.client-details-tabs {
    background: #ecefff;
    border-radius: 10px;
    padding-inline: 20px;
}

.client-details-tabs .nav-item {
    margin-inline: auto;
}

.client-details-tabs .nav-item .nav-link {
    font-size: 20px;
    font-weight: 700;
    /* color: #2020d391; */
}
.table {
    box-shadow: none;
}

.client-details-tabs .nav-item .nav-link.active {
    border-bottom-width: 3px;
}

.client-details-value {
    color: #939393;
    font-weight: 500 !important;
    font-size: 19px;
}

.client-details-label {
    color: #6b6b6b;
    font-weight: 600 !important;
    font-size: 19px;
}

.light-bg {
    background: #f8f9f9;
}

#base-datatable-table {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.stat-bg {
    /* background-image: url("../images/bg.png"); */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: #ffffff !important;
}

.toolbar-fixed .toolbar {
    box-shadow: none;
}

.aside-menu .menu-item {
    width: 100%;
}

.aside-dark .menu .menu-item .menu-link,
.aside-dark .menu .menu-item .menu-link .menu-title,
.aside-dark .menu .menu-item .menu-link .menu-icon,
.aside-dark .menu .menu-item .menu-link .menu-icon i {
    color: #dfd2c0 !important;
    font-size: 15px;
}

.br-15 {
    border-radius: 15px;
}

.br-25 {
    border-radius: 25px;
}

.aside.aside-dark,
.aside.aside-dark .aside-logo {
    box-shadow: none !important;
}

.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) {
    border-radius: 12px;
    background: #84796c;
    box-shadow: 0px 17px 20px -8px rgba(223, 210, 192, 0.13);
}

.table.table-row-bordered tr td:last-child {
    padding-inline-end: 15px;
}

.table.table-row-bordered tr:nth-child(even) {
    background: #f9fafe;
}

.table.table-row-bordered tr td:last-child a:nth-child(1) {
    /* background: #26A584; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-inline-start: 5px;
}

.table.table-row-bordered tr td:last-child a:nth-child(2) {
    /* background: #1F1F1F; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-inline-start: 5px;
}

.table.table-row-bordered tr td:last-child a:nth-child(3) {
    /* background: #E63214; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-inline-start: 5px;
}

.table.table-row-bordered tr td:last-child .btn.btn-icon .svg-icon,
.table.table-row-bordered tr td:last-child .btn.btn-icon i {
    color: #979dbc;
}
tbody a.btn {
    border: 1px solid #979dbc;
    border-radius: 5px;
}

.n-steps .n-step-indicator .n-step-indicator-slot .n-base-icon {
    color: #ffffff;
}

.n-step--wait-status .n-step-indicator {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #ececec;
    border-radius: 50%;
    color: #ececec;
}

.n-step--process-status .n-step-indicator {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
}

.n-step--process-status .n-step-content .n-step-content-header,
.n-step--process-status
    .n-step-indicator
    .n-step-indicator-slot
    .n-step-indicator-slot__index,
.btn.btn-success i,
.btn.btn-success:focus:not(.btn-active) i {
    color: #000 !important;
}

#kt_toolbar .select2-selection {
    background-color: #fff !important;
}

.col-md-6.gap-4 .bg-dark {
    background-color: transparent;
}

.side-menu {
    background: #1f1f26 !important;
    border-radius: 0 50px 50px 0;
}

html[lang="ar"] .side-menu {
    border-radius: 50px 0 0 50px;
}

html[lang="ar"] .text-left {
    text-align: right;
}

.table-status,
table .badge.bg-dark {
    background: #000 !important;
    border-radius: 6px !important;
    color: #2020d3 !important;
}

.n-tag {
    color: #000000;
    background-color: #2020d31a;
    --n-border: 1px solid #2020d3 !important;
    border-radius: 10px;
}

.n-steps .n-step-splitor {
    background-color: #000000;
}

table td a {
    color: #333;
}

table .bg-success {
    background-color: rgb(38 166 132 / 16%) !important;
    color: #26a584;
    border-radius: 6px;
}

table .bg-info {
    background-color: rgb(114 57 234 / 16%) !important;
    color: #7239ea !important;
    border-radius: 6px;
}

.filter-form .select2-container--bootstrap5 .select2-selection,
.filter-form .form-control,
.filter-form
    .theme--light.v-text-field--filled
    > .v-input__control
    > .v-input__slot {
    background: #ffffff00 !important;
    border: 1px solid #eee !important;
    border-radius: 50px;
}

.filter-form .col-form-label,
.filter-form .n-form-item .n-form-item-label {
    color: #8f8f8f;
    font-weight: 700;
}

.dt-buttons {
    padding-inline: 15px;
}
.dt-buttons button {
    border-radius: 10px !important;
}
.btn.btn-icon.btn-circle {
    border-radius: 5px !important;
}
.btn.btn-secondary,
.btn.btn-secondary:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.btn.btn-secondary i {
    color: #000 !important;
}

.form-check.form-check-solid .form-check-input:checked,
.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
    margin-top: 0 !important;
}
input:not(input[type="checkbox"]) {
    background-color: transparent !important;
    border-radius: 8px !important;
}
/* ================================= media =================== */
@media (max-width: 1000px) {
    .tw-flex {
        display: inline-block !important;
    }

    .mob-breadcrumb .text-white,
    .mob-breadcrumb .text-muted {
        color: #333 !important;
    }

    .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .toolbar {
        margin-bottom: 0;
    }

    .auth-bg:before {
        display: none;
    }

    .login-img {
        display: none;
    }
}

@media (min-width: 992px) {
    .aside .aside-menu,
    .aside {
        width: 260px;
    }
}

@media (max-width: 768px) {
    .client-details-value,
    .client-details-label {
        font-size: 16px;
    }

    .client-details-tabs .nav-item .nav-link {
        font-size: 12px;
    }

    .client-details-tabs .nav-item {
        margin-bottom: 0 !important;
    }

    .client-details-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0px !important;
    }

    .client-details-tabs {
        padding-inline: 0px;
    }
}
.required:after {
    display: none !important;
}
