/*
    Created on : 25 Aug 2022, 10:19:25
    Author     : yosefgad
*/
body {
  font-family: "Noto Sans", "Amiri", "Open Sans", sans-serif, cursive;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0;
  color: #333333;
  font-size: 1em;
}

.mt-75 {
  margin-top: 75px;
}

.wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
  /*padding-top: 66px;*/
}

.sidebar-menu {
  background-color: rgb(167, 25, 75);
  width: 260px;
  z-index: 10;
  bottom: 0;
  position: fixed;
  top: 0;
  /*padding-top: 70px;*/
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 5px;
  right: auto;
  margin-top: var(--bs-dropdown-spacer);
}

.thin-sidebar {
  /*position: absolute;*/
  width: 70px;
  z-index: 5;
  padding-top: 70;
  visibility: visible;
}

.content-page {
  margin-inline-start: 260px;
  -webkit-margin-start: 260px;
  overflow: hidden;
  padding: 0 0 65px;
  min-height: 100vh;
}

.content_thin-sidebar {
  margin-inline-start: 70px;
  -webkit-margin-start: 70px;
}

.footer_thin-sidebar {
  margin-inline-start: 0px !important;
  -webkit-margin-start: 80px !important;
}

.logo_css {
  width: 30px;
  height: 30px;
}

.side-nav {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

/*.side-nav li a.active {
    background-color: $primary !important;
}*/
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.nav-link {
  color: #fce4ea;
}

.nav-link:hover, .nav-link:focus {
  color: #81d3fa;
}

a.active {
  color: #039BE5 !important;
  font-weight: 700;
}

.fa-solid, .fas, .far, .fal {
  width: 30px;
}

.side-nav > li a i.fa-solid, .side-nav > li a i.fas, .side-nav > li a i.far, .side-nav > li a i.fal {
  height: 15px;
  font-size: 15px;
}

.side-menu-icon {
  display: inline-block;
  width: 30px;
}

.side-nav .list-group-item {
  border: 0 !important;
  padding: 0;
}

.larg-gray {
  font-size: 24px;
  color: #333333;
}

.page-title-box .page-title {
  font-size: 1.5rem;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  margin: 0;
  line-height: 33px;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 700;
}

.h5, h5 {
  font-size: 0.94rem;
}

.card {
  border: none;
}

.widget-number {
  font-size: 20px;
  background-color: rgba(0, 109, 179, 0.1215686275);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

div.scroll {
  margin: 4px, 4px;
  padding: 4px;
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  position: absolute;
}

.card-body {
  padding: 1.5rem 1.5rem;
}

#tableList > .card-body {
  min-height: 150px;
}

.mb-s3 {
  margin-bottom: 0 !important;
}

.user-menu-ltr {
  left: auto !important;
  right: 0 !important;
}

.border-user {
  border: 1px solid #f1f3fa;
  border-width: 0 1px;
}

.div-shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.dropdown-menu a {
  color: #333333;
  font-size: 0.9rem;
}

.rowLineHeight {
  min-height: 50px;
}

.semiTitle {
  font-size: 0.95rem;
  font-weight: 600;
}

.w200px {
  width: 200px;
}

.w300px {
  width: 300px !important;
}

.addHours {
  padding: 0;
}

.addHours:hover {
  padding: 0;
  border-color: #999;
  background-color: var(--bs-btn-hover-bg);
}

.fz-09 {
  font-size: 0.9rem;
}

.fz-85 {
  font-size: 0.85rem;
}

.fz-07 {
  font-size: 0.7rem;
}

.fz-2 {
  font-size: 2rem;
}

.btn-middel {
  width: 100px;
  padding: 0.25rem 1rem 0.25rem 1rem !important;
}

.btn-square-sm {
  width: 24px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 24px !important;
  text-align: center;
  padding: 0px;
  font-size: 12px;
}

.btn-default {
  background-color: #FFFFFF;
  border-color: #dee2e6;
  color: #444;
  padding: 0 3px;
}

.btn-default:hover {
  background-color: #f8f9fa;
  border: 1px solid;
  border-color: #ced3d9;
}

.fa-dropdown {
  width: 13px !important;
  margin-inline-start: 5px;
}

.fa-dropdown-rtl {
  width: 13px !important;
  padding-left: 5px;
}

.w20px {
  width: 20px;
}

.w50px {
  width: 50px;
}

.w70px {
  width: 70px;
}

.w100px {
  width: 100px !important;
}

.w120px {
  width: 120px !important;
}

.w150px {
  width: 150px;
}

.w180px {
  width: 180px !important;
}

.h38 {
  height: 38px;
}

.s-grid {
  padding: 0;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

.s-grid-upper {
  padding: 0.4rem 0.4rem;
  border-left: 0;
  border-right: 0;
  background-color: white;
}

.s-grid-middle {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.s-grid-lower {
  padding: 0.4rem 0.4rem;
  border-left: 0;
  border-right: 0;
  background-color: white;
}

.px-lr {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

table tr:last-child {
  border-bottom: 1px solid white;
}

/*form label {
    font-weight: 700
}*/
.vbuttom {
  position: absolute;
  bottom: 0;
  alignment-baseline: central;
}

.textarea-form {
  width: 400px !important;
}

.s-btn {
  min-width: 75px;
  padding: 0 !important;
}

#file-select {
  opacity: 0;
  z-index: -1;
}

.s-pt015 {
  padding-top: 0.15rem !important;
}

input:indeterminate {
  background: lime;
}

.s-icon {
  font-size: 1rem;
  width: 1rem;
  text-align: center;
  margin-inline-end: 0.5rem !important;
  -webkit-margin-end: 0.5rem !important;
}

.divSearch {
  width: 300px;
}

.s-img {
  width: 120px;
  height: 120px;
}

.d-important {
  display: block !important;
}

#file-upload {
  opacity: 0;
  z-index: -1;
}

.em-img-select {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#drop-area {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  height: 200px;
  border: 3px dashed #e9e9e9;
}

.lbldrop {
  background-color: #e75410;
  color: white;
  padding: 0.5em 2em;
}

#msgAlert {
  top: 30px;
  padding: 20px;
  min-width: 200px;
  max-width: 400px;
  height: auto;
  z-index: 9999;
  visibility: none;
}

.img-added {
  max-width: 100%;
}

.img-container {
  position: relative;
  text-align: center;
  color: white;
  width: auto;
  max-width: 100%;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.bg-primary-light {
  background-color: #ffe6e6 !important;
}

.alertDialog {
  background-color: #fdf3cd;
  width: 95%;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #664d03;
}

.w0 {
  width: 0px;
}

.w14 {
  width: 14px;
}

.s-list-group {
  border: 0 !important;
}

.s-list-group:hover {
  border: 0 !important;
  background-color: white;
}

.s-list-group.active {
  background-color: white;
  color: #03569b !important;
}

.section-header {
  margin-bottom: 1rem;
}

.fw-300 {
  font-weight: 300;
}

.section label {
  font-weight: 300;
  margin: 0 0.5rem 0.5rem 0;
}

.border-gray {
  border-color: #D8D8D8;
}

div.sticky {
  position: sticky;
  top: 0;
}

.footer {
  margin-inline-start: 260px;
  -webkit-margin-start: 260px;
  padding: 0 0 10px;
  text-align: center;
  color: #a6a6a6;
}

.getApp {
  height: 24px;
}

.pastBg {
  opacity: 0.5;
}

.btn-blue-100 {
  background-color: #cfe2ff;
  border: none;
}

.btn-blue-100:hover, .btn-blue-100:focus {
  background-color: #9ec5fe;
  border: none;
}

.btn-blue-200 {
  background-color: #9ec5fe;
  border: none;
}

.btn-blue-200:hover, .btn-blue-200:focus {
  background-color: #9ec5fe;
  border: none;
}

.btn-blue-300 {
  background-color: #6ea8fe;
  border: none;
  color: #FFFFFF;
}

.btn-blue-300:hover, .btn-blue-300:focus {
  background-color: #0d6efd;
  border: none;
  color: #FFFFFF;
}

.btn-gray-200 {
  background-color: #e9ecef;
  border: none;
}

.btn-gray-200:hover, .btn-gray-200:focus {
  background-color: #dee2e6;
  border: none;
}

.clientBg {
  background-color: #cfe2ff;
  color: #0d6efd;
  width: 80px;
  text-align: center;
  font-size: 0.7rem;
}

.staffBg {
  background-color: #d1e7dd;
  color: #198754;
  width: 80px;
  text-align: center;
  font-size: 0.7rem;
}

.btn-green {
  background-color: #2aaa6f;
  color: white;
  width: 80px;
  text-align: center;
}

.alert_replay_closed {
  background-color: #dbf5e1;
  color: #198754;
}

.min-w-500px {
  min-width: 500px;
  width: 600px;
}

.mb-last-0 {
  margin-bottom: 0 !important;
}

.bg-blue {
  background-color: #039BE5 !important;
}

.bg-yellow {
  background-color: #ffdd51 !important;
}

.yellow {
  color: #ffdd51 !important;
}

.yellow-lighter {
  color: #ffeb99 !important;
}

.blue-light {
  color: #4ec2f7 !important;
}

.table-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  padding: var(--table-container-table-padding);
}

.dataTable {
  clear: both;
  max-width: none !important;
  border-collapse: separate !important;
}

.content-page .table,
.content-page .s-grid table,
.content-page .table-responsive > table,
.modal .table {
  position: relative;
  background: var(--table-bg);
  border-collapse: unset;
  border-spacing: 0;
}

.content-page .s-grid table,
.content-page .table-responsive > table,
.modal .table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: gray;
}

.tabletr th, .tabletr td {
  white-space: nowrap;
}

.top-country-badge {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.42rem 0.62rem;
  border: 1px solid transparent;
}

.top-country-rank {
  opacity: 0.9;
}

.top-country-count {
  display: inline-block;
  margin-inline-start: 0.25rem;
  padding: 0.05rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.top-country-rank-1 {
  background: #FDE2E4;
  border-color: #F8B4BC;
  color: #7A1D2C;
}

.top-country-rank-2 {
  background: #FFF1D6;
  border-color: #F8DDA2;
  color: #7C4A03;
}

.top-country-rank-3 {
  background: #E0EAFF;
  border-color: #BBD0FF;
  color: #1E3A8A;
}

.top-country-rank-4 {
  background: #DDF6F1;
  border-color: #A7E4D8;
  color: #0F5C56;
}

.top-country-rank-5 {
  background: #ECEFF4;
  border-color: #D6DCE6;
  color: #334155;
}

.billing-mobile-table td {
  overflow-wrap: anywhere;
}

.table .billing-expired-row > td,
.table .billing-expired-row > th {
  background-color: #FDECEC !important;
  border-color: #F5C2C7 !important;
  color: #842029;
}

@media (max-width: 767.98px) {
  .billing-mobile-table {
    border: 0;
  }
  .billing-mobile-table thead {
    display: none;
  }
  .billing-mobile-table tbody,
  .billing-mobile-table tr,
  .billing-mobile-table td {
    display: block;
    width: 100%;
  }
  .billing-mobile-table tr {
    border: 1px solid #e6e8eb;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
    background: #fff;
  }
  .billing-mobile-table tr.billing-expired-row {
    border-color: #F5C2C7;
    background: #FDECEC;
  }
  .billing-mobile-table td {
    white-space: normal !important;
    border: 0;
    padding: 0.35rem 0 !important;
  }
  .billing-mobile-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #6c757d;
    margin-bottom: 0.12rem;
  }
  .billing-mobile-table td .btn {
    width: 100%;
  }
}

.border-top-primary {
  border-top-color: #a7194b !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.delSplitHours, .delHours, .removeShift {
  color: #c5c5c5;
}

.delSplitHours:hover, .delHours:hover {
  color: #a7194b;
}

.editSplitHours {
  color: #c5c5c5;
}

.editSplitHours:hover {
  color: #198754;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.horizontal-scroll {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  border: 1px solid #ddd; /* Optional border */
}

.schedule-table {
  min-width: 800px; /* Adjust based on content width */
  border-collapse: collapse;
}

.scroll-wrapper {
  display: flex;
  align-items: center;
}

.scroll-left,
.scroll-right {
  background: #a7194b;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px;
}

.scroll-left:hover,
.scroll-right:hover {
  background: #a7194b;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .small-text-center {
    text-align: center !important;
  }
  .tabletr th, .tabletr td {
    font-size: 0.85rem;
  }
}
@media (min-width: 576px) {
  .form-control {
    display: inline-flex;
    max-width: none;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .mt-75 {
    margin-top: 30px;
  }
  .mb-s3 {
    margin-bottom: 1rem !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .wrapper {
    padding-top: 70px;
  }
  #nav-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .sidebar-menu {
    background-color: rgb(167, 25, 75);
    width: 70px;
    z-index: 10;
    bottom: 0;
    top: 0;
    padding-top: 0px;
    visibility: hidden;
  }
  .thin-sidebar {
    /*position: absolute;*/
    width: 260px;
    z-index: 5;
    padding-top: 70;
    visibility: visible;
    margin-top: 66px;
  }
  .sidebar-menu.thin-sidebar {
    z-index: 1050;
  }
  .nav ul.side-nav li a .d-none {
    display: inline-block !important;
  }
  .content-page {
    margin: auto;
    overflow: hidden;
    padding: 0px;
    min-height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .wrapper {
    padding-top: 70px;
  }
  #nav-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .sidebar-menu {
    background-color: rgb(167, 25, 75);
    width: 70px;
    z-index: 10;
    bottom: 0;
    top: 0;
    padding-top: 0px;
    visibility: hidden;
  }
  .thin-sidebar {
    /*position: absolute;*/
    width: 260px;
    z-index: 5;
    padding-top: 70;
    visibility: visible;
    margin-top: 66px;
  }
  .sidebar-menu.thin-sidebar {
    z-index: 1050;
  }
  .nav ul.side-nav li a .d-none {
    display: inline-block !important;
  }
  .content-page {
    margin: auto;
    overflow: hidden;
    padding: 0px;
    min-height: 100vh;
  }
  .card {
    margin-bottom: 10px;
  }
  .px-lr {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .divSearch {
    width: 100%;
  }
  .s-img {
    width: 90px;
    height: 90px;
  }
  .w300px {
    width: 100%;
  }
  .footer {
    margin-inline-start: 0;
    -webkit-margin-start: 0;
    padding: 0 0 10px;
    text-align: center;
    color: #a6a6a6;
  }
  .min-w-500px {
    width: 100%;
  }
  .small-text-center {
    text-align: center !important;
  }
}

/* Premium account dashboard refresh: CMS-only visual layer. */
body[data-sidebar-mode][data-page] {
  --account-bg: #f5f7fb;
  --account-bg-soft: #eef4f9;
  --account-surface: rgba(255, 255, 255, 0.94);
  --account-surface-solid: #ffffff;
  --account-surface-muted: #f8fafc;
  --account-border: rgba(148, 163, 184, 0.24);
  --account-border-strong: rgba(100, 116, 139, 0.28);
  --account-text: #172033;
  --account-muted: #667085;
  --account-primary: #a7194b;
  --account-primary-dark: #86113b;
  --account-primary-soft: #fff1f6;
  --account-blue: #0479ba;
  --account-blue-dark: #035f94;
  --account-blue-soft: #e9f6fd;
  --account-success-soft: #eaf8f1;
  --account-warning-soft: #fff7df;
  --account-danger-soft: #fff1f2;
  --account-radius-sm: 0.5rem;
  --account-radius: 0.85rem;
  --account-radius-lg: 1.15rem;
  --account-shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.06);
  --account-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
  --account-shadow-strong: 0 24px 70px rgba(15, 23, 42, 0.14);
  --account-focus: 0 0 0 0.22rem rgba(3, 155, 229, 0.18);
  background:
    linear-gradient(180deg, #f9fbfd 0%, var(--account-bg) 42%, #f7f9fc 100%);
  color: var(--account-text);
  font-size: 0.97rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body[data-sidebar-mode][data-page] > .container {
  max-width: 1220px;
}

body[data-sidebar-mode][data-page] .wrapper,
body[data-sidebar-mode][data-page] .content-page,
body[data-sidebar-mode][data-page] .content-page.bg-light {
  background: transparent !important;
}

body[data-sidebar-mode][data-page] .content-page {
  padding-bottom: 3rem;
}

body[data-sidebar-mode][data-page] .content-page > .px-lr,
body[data-sidebar-mode][data-page] .content-page > .row.px-lr {
  width: min(100%, 1680px);
  margin-inline: auto;
}

body[data-sidebar-mode][data-page] .px-lr {
  padding-right: clamp(0.75rem, 1.35vw, 1.35rem) !important;
  padding-left: clamp(0.75rem, 1.35vw, 1.35rem) !important;
}

body[data-sidebar-mode][data-page] .div-shadow {
  box-shadow: none;
}

body[data-sidebar-mode][data-page] .pos-f-t.bg-white,
body[data-sidebar-mode][data-page] #nav-top {
  background: rgba(255, 255, 255, 0.88) !important;
  border-bottom: 1px solid var(--account-border);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body[data-sidebar-mode][data-page] #nav-top {
  min-height: 68px;
  padding-inline: clamp(0.75rem, 2vw, 1.35rem);
}

body[data-sidebar-mode][data-page] #btnMenu {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body[data-sidebar-mode][data-page] #btnMenu:hover {
  background: var(--account-surface-muted);
  transform: translateY(-1px);
}

body[data-sidebar-mode][data-page] .logo_css {
  border-radius: 0.65rem;
  box-shadow: 0 8px 18px rgba(167, 25, 75, 0.14);
}

body[data-sidebar-mode][data-page] .widget-number {
  background: var(--account-surface-muted);
  border: 1px solid var(--account-border);
  border-radius: 999px;
  color: var(--account-muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body[data-sidebar-mode][data-page] .dropdown-menu {
  border: 1px solid var(--account-border);
  border-radius: var(--account-radius);
  box-shadow: var(--account-shadow);
  padding: 0.45rem;
}

body[data-sidebar-mode][data-page] .dropdown-menu a,
body[data-sidebar-mode][data-page] .dropdown-item {
  border-radius: 0.55rem;
  color: var(--account-text);
}

body[data-sidebar-mode][data-page] .dropdown-item:hover,
body[data-sidebar-mode][data-page] .dropdown-item:focus {
  background: var(--account-blue-soft);
  color: var(--account-blue-dark);
}

body[data-sidebar-mode][data-page] .sidebar-menu {
  background:
    linear-gradient(180deg, #9f1445 0%, #7d1238 56%, #68142f 100%);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 14px 0 38px rgba(87, 15, 42, 0.18);
}

body[data-sidebar-mode][data-page] .side-nav {
  padding: 0 0.85rem;
}

body[data-sidebar-mode][data-page] .side-nav .list-group-item {
  margin-bottom: 0.2rem;
}

body[data-sidebar-mode][data-page] .side-nav .nav-link {
  border-radius: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 42px;
  padding: 0.65rem 0.75rem;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body[data-sidebar-mode][data-page] .side-nav .nav-link:hover,
body[data-sidebar-mode][data-page] .side-nav .nav-link:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform: translateX(2px);
}

body[data-sidebar-mode][data-page][dir=rtl] .side-nav .nav-link:hover,
body[data-sidebar-mode][data-page][dir=rtl] .side-nav .nav-link:focus {
  transform: translateX(-2px);
}

body[data-sidebar-mode][data-page] .side-nav .nav-link.active,
body[data-sidebar-mode][data-page] .side-nav a.active {
  background: #ffffff;
  color: var(--account-primary) !important;
  box-shadow: 0 10px 24px rgba(74, 13, 36, 0.2);
}

body[data-sidebar-mode][data-page] .side-menu-icon {
  width: 32px;
  opacity: 0.95;
}

body[data-sidebar-mode][data-page] .content_thin-sidebar {
  margin-inline-start: 82px;
  -webkit-margin-start: 82px;
}

body[data-sidebar-mode][data-page] .sidebar-menu.thin-sidebar .side-nav {
  padding-inline: 0.35rem;
}

body[data-sidebar-mode][data-page] .sidebar-menu.thin-sidebar .side-nav .nav-link {
  justify-content: center;
  gap: 0;
  padding-inline: 0;
}

body[data-sidebar-mode][data-page] .sidebar-menu.thin-sidebar .side-menu-icon {
  width: auto;
}

body[data-sidebar-mode][data-page] .page-title-box {
  display: inherit;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 70px;
  padding-top: 1.35rem;
}

body[data-sidebar-mode][data-page] .page-title-box .page-title,
body[data-sidebar-mode][data-page] .page-title {
  color: var(--account-text) !important;
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

body[data-sidebar-mode][data-page] .page-title-side {
  color: var(--account-muted) !important;
  font-size: 0.9rem;
}

body[data-sidebar-mode][data-page] .larg-gray,
body[data-sidebar-mode][data-page] .semiTitle,
body[data-sidebar-mode][data-page] .section-header,
body[data-sidebar-mode][data-page] h1,
body[data-sidebar-mode][data-page] h2,
body[data-sidebar-mode][data-page] h3,
body[data-sidebar-mode][data-page] h4,
body[data-sidebar-mode][data-page] h5,
body[data-sidebar-mode][data-page] h6 {
  color: var(--account-text);
  letter-spacing: 0;
}

body[data-sidebar-mode][data-page] .card,
body[data-sidebar-mode][data-page] .s-grid,
body[data-sidebar-mode][data-page] .modal-content,
body[data-sidebar-mode][data-page] .popup-form,
body[data-sidebar-mode][data-page] .datepicker-inline {
  background: var(--account-surface);
  border: 1px solid var(--account-border) !important;
  border-radius: var(--account-radius-lg) !important;
  box-shadow: var(--account-shadow-sm);
}

body[data-sidebar-mode][data-page] .card {
  overflow: visible;
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

body[data-sidebar-mode][data-page] .s-grid {
  overflow: visible;
}

body[data-sidebar-mode][data-page] .s-grid .table-responsive {
  overflow-x: auto;
}

body[data-sidebar-mode][data-page] .card:hover {
  border-color: var(--account-border-strong) !important;
  box-shadow: var(--account-shadow);
}

body[data-sidebar-mode][data-page] .card-body {
  padding: clamp(1rem, 1.8vw, 1.65rem);
}

body[data-sidebar-mode][data-page] .s-grid {
  margin-bottom: 1.25rem;
}

body[data-sidebar-mode][data-page] .s-grid-upper,
body[data-sidebar-mode][data-page] .s-grid-lower,
body[data-sidebar-mode][data-page] .card-header,
body[data-sidebar-mode][data-page] .card-footer {
  background: rgba(248, 250, 252, 0.78) !important;
  border-color: var(--account-border) !important;
}

body[data-sidebar-mode][data-page] .s-grid-upper,
body[data-sidebar-mode][data-page] .s-grid-lower {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

body[data-sidebar-mode][data-page] .bg-white {
  background-color: var(--account-surface-solid) !important;
}

body[data-sidebar-mode][data-page] .bg-light {
  background-color: var(--account-surface-muted) !important;
}

body[data-sidebar-mode][data-page] .bg-warning {
  background: linear-gradient(135deg, #fff6d8 0%, #ffe8a3 100%) !important;
  color: #553b00;
}

body[data-sidebar-mode][data-page] .bg-info {
  background: linear-gradient(135deg, #e6f7ff 0%, #bbeafe 100%) !important;
  color: #073b55;
}

body[data-sidebar-mode][data-page] .bg-primary,
body[data-sidebar-mode][data-page] .bg-blue {
  background: linear-gradient(135deg, var(--account-blue) 0%, #04a9e8 100%) !important;
}

body[data-sidebar-mode][data-page] .color-primary {
  color: var(--account-primary) !important;
}

body[data-sidebar-mode][data-page] a,
body[data-sidebar-mode][data-page] .blue {
  color: var(--account-blue);
}

body[data-sidebar-mode][data-page] a:hover,
body[data-sidebar-mode][data-page] .blue:hover {
  color: var(--account-blue-dark);
}

body[data-sidebar-mode][data-page] .btn,
body[data-sidebar-mode][data-page] a.btn,
body[data-sidebar-mode][data-page] button.btn {
  border-radius: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 38px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body[data-sidebar-mode][data-page] .btn:hover,
body[data-sidebar-mode][data-page] a.btn:hover,
body[data-sidebar-mode][data-page] button.btn:hover {
  transform: translateY(-1px);
}

body[data-sidebar-mode][data-page] .btn-close,
body[data-sidebar-mode][data-page] .btn-close:hover,
body[data-sidebar-mode][data-page] .dropdown-item,
body[data-sidebar-mode][data-page] .dropdown-item:hover,
body[data-sidebar-mode][data-page] .dropdown-item.btn,
body[data-sidebar-mode][data-page] .dropdown-item.btn:hover {
  min-height: initial;
  transform: none;
}

body[data-sidebar-mode][data-page] .btn-sm,
body[data-sidebar-mode][data-page] .btn-square-sm {
  border-radius: 0.55rem;
  min-height: 30px;
}

body[data-sidebar-mode][data-page] .btn-primary,
body[data-sidebar-mode][data-page] .btn-salonna-primary {
 --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--account-primary);
  --bs-btn-border-color: var(--account-primary);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--account-primary-dark);
  --bs-btn-hover-border-color: var(--account-primary-dark);
  --bs-btn-focus-shadow-rgb: 167, 25, 75;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--account-primary-dark);
  --bs-btn-active-border-color: var(--account-primary-dark);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: var(--account-primary);
  --bs-btn-disabled-border-color: var(--account-primary);

  color: #ffffff;
  background-color: var(--account-primary);
  background-image: none;
  border-color: var(--account-primary);
  box-shadow: none;
  cursor: default;
}

body[data-sidebar-mode][data-page] .btn-salonna-primary:hover,
body[data-sidebar-mode][data-page] .btn-primary:hover {
  color: #ffffff;
  background-color: var(--account-primary-dark);
  background-image: none;
  border-color: var(--account-primary-dark);
  box-shadow: none;
  cursor: pointer;
}

body[data-sidebar-mode][data-page] .btn-primary:focus,
body[data-sidebar-mode][data-page] .btn-salonna-primary:focus {
  color: #ffffff;
  background-color: var(--account-primary);
  background-image: none;
  border-color: var(--account-primary);
  box-shadow: none !important;
  cursor: pointer;
}

body[data-sidebar-mode][data-page] .btn-salonna-light,
body[data-sidebar-mode][data-page] .btn-light,
body[data-sidebar-mode][data-page] .btn-default,
body[data-sidebar-mode][data-page] .btn-secondary {
  background: #ffffff;
  border: 1px solid var(--account-border);
  color: var(--account-text);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

body[data-sidebar-mode][data-page] .btn-salonna-light:hover,
body[data-sidebar-mode][data-page] .btn-light:hover,
body[data-sidebar-mode][data-page] .btn-default:hover,
body[data-sidebar-mode][data-page] .btn-secondary:hover {
  background: var(--account-surface-muted);
  border-color: var(--account-border-strong);
  color: var(--account-text);
}

body[data-sidebar-mode][data-page] .btn-danger {
  box-shadow: 0 10px 22px rgba(220, 53, 69, 0.18);
}

body[data-sidebar-mode][data-page] .form-control,
body[data-sidebar-mode][data-page] .form-select,
body[data-sidebar-mode][data-page] select,
body[data-sidebar-mode][data-page] textarea,
body[data-sidebar-mode][data-page] input[type=text],
body[data-sidebar-mode][data-page] input[type=email],
body[data-sidebar-mode][data-page] input[type=password],
body[data-sidebar-mode][data-page] input[type=number],
body[data-sidebar-mode][data-page] input[type=tel],
body[data-sidebar-mode][data-page] input[type=date],
body[data-sidebar-mode][data-page] input[type=time],
body[data-sidebar-mode][data-page] .input-group-text,
body[data-sidebar-mode][data-page] .border-form {
  background-color: #ffffff;
  border: 1px solid var(--account-border);
  border-radius: 0.72rem;
  color: var(--account-text);
  min-height: 42px;
}

body[data-sidebar-mode][data-page] .input-group > .form-control,
body[data-sidebar-mode][data-page] .input-group > .form-select {
  border-radius: 0.72rem;
}

body[data-sidebar-mode][data-page] .input-group > :not(:first-child) {
  margin-inline-start: -1px;
}

body[data-sidebar-mode][data-page] .input-group-text {
  background: var(--account-surface-muted);
  color: var(--account-muted);
}

body[data-sidebar-mode][data-page] label,
body[data-sidebar-mode][data-page] .form-label {
  color: #344054;
  font-weight: 650;
}

body[data-sidebar-mode][data-page] .form-text,
body[data-sidebar-mode][data-page] .text-muted {
  color: var(--account-muted) !important;
}

body[data-sidebar-mode][data-page] .form-check-input {
  border-color: var(--account-border-strong);
  width: 1.05em;
  height: 1.05em;
}

body[data-sidebar-mode][data-page] .form-check-input:checked {
  background-color: var(--account-blue);
  border-color: var(--account-blue);
}

body[data-sidebar-mode][data-page] textarea:hover,
body[data-sidebar-mode][data-page] input:hover,
body[data-sidebar-mode][data-page] select:hover,
body[data-sidebar-mode][data-page] textarea:active,
body[data-sidebar-mode][data-page] input:active,
body[data-sidebar-mode][data-page] select:active,
body[data-sidebar-mode][data-page] textarea:focus,
body[data-sidebar-mode][data-page] input:focus,
body[data-sidebar-mode][data-page] select:focus,
body[data-sidebar-mode][data-page] #btnMenu:focus,
body[data-sidebar-mode][data-page] #dropdownMenu2:focus,
body[data-sidebar-mode][data-page] button.btn:focus,
body[data-sidebar-mode][data-page] button.btn:active,
body[data-sidebar-mode][data-page] label:focus,
body[data-sidebar-mode][data-page] .btn:active,
body[data-sidebar-mode][data-page] .btn.active,
body[data-sidebar-mode][data-page] .btn:focus,
body[data-sidebar-mode][data-page] a:focus,
body[data-sidebar-mode][data-page] .form-control:focus,
body[data-sidebar-mode][data-page] .form-select:focus,
body[data-sidebar-mode][data-page] .form-check-input:focus,
body[data-sidebar-mode][data-page] .btn-close:focus {
  outline: 2px solid transparent !important;
  box-shadow: var(--account-focus) !important;
}

body[data-sidebar-mode][data-page] .form-control:focus,
body[data-sidebar-mode][data-page] .form-select:focus,
body[data-sidebar-mode][data-page] select:focus,
body[data-sidebar-mode][data-page] textarea:focus,
body[data-sidebar-mode][data-page] input:focus {
  border-color: rgba(3, 155, 229, 0.58);
}

body[data-sidebar-mode][data-page] .error,
body[data-sidebar-mode][data-page] label.error {
  color: #b42318;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.35rem;
}

body[data-sidebar-mode][data-page] .table-responsive,
body[data-sidebar-mode][data-page] .table-container,
body[data-sidebar-mode][data-page] .horizontal-scroll {
  border-radius: var(--account-radius);
  scrollbar-color: rgba(100, 116, 139, 0.45) transparent;
}

.content-page .table,
.content-page .s-grid table,
.content-page .table-responsive > table,
.modal .table {
  --table-bg: #ffffff;
  background: #ffffff;
  border-collapse: separate !important;
  border-spacing: 0;
  color: var(--account-text);
}

body[data-sidebar-mode][data-page] .table > :not(caption) > * > * {
  background-color: transparent;
  border-bottom-color: rgba(226, 232, 240, 0.95);
  padding: 0.78rem 0.9rem;
  vertical-align: middle;
}

.content-page .table thead th,
.content-page .s-grid table thead th,
.content-page .table-responsive > table thead th,
.modal .table thead th {
  background: #f8fafc;
  color: #475467;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

body[data-sidebar-mode][data-page] .datepicker table,
body[data-sidebar-mode][data-page] .datepicker-inline table {
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
}

body[data-sidebar-mode][data-page] .datepicker table thead th,
body[data-sidebar-mode][data-page] .datepicker-inline table thead th {
  background: transparent;
  color: inherit;
  font-size: inherit;
}

body[data-sidebar-mode][data-page] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(248, 250, 252, 0.7);
}

body[data-sidebar-mode][data-page] .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--account-blue-soft);
  color: var(--account-text);
}

body[data-sidebar-mode][data-page] .table tr:last-child,
body[data-sidebar-mode][data-page] .table tbody tr:last-child > td {
  border-bottom-color: transparent;
}

body[data-sidebar-mode][data-page] .table-sm > :not(caption) > * > * {
  padding: 0.62rem 0.75rem;
}

body[data-sidebar-mode][data-page] .alert {
  border: 1px solid transparent;
  border-radius: var(--account-radius);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

body[data-sidebar-mode][data-page] .alert-danger {
  background: var(--account-danger-soft);
  border-color: rgba(244, 63, 94, 0.22);
  color: #9f1239;
}

body[data-sidebar-mode][data-page] .alert-success,
body[data-sidebar-mode][data-page] .alert_replay_closed {
  background: var(--account-success-soft);
  border-color: rgba(25, 135, 84, 0.18);
  color: #146c43;
}

body[data-sidebar-mode][data-page] .alert-warning,
body[data-sidebar-mode][data-page] .alertDialog {
  background: var(--account-warning-soft);
  border-color: rgba(245, 158, 11, 0.24);
  color: #7a4b00;
}

body[data-sidebar-mode][data-page] .alert-info {
  background: var(--account-blue-soft);
  border-color: rgba(3, 155, 229, 0.2);
  color: #075985;
}

body[data-sidebar-mode][data-page] .modal-content {
  box-shadow: var(--account-shadow-strong);
}

body[data-sidebar-mode][data-page] .modal-header,
body[data-sidebar-mode][data-page] .modal-footer {
  border-color: var(--account-border);
}

body[data-sidebar-mode][data-page] .modal-title {
  font-weight: 800;
}

body[data-sidebar-mode][data-page] .btn-close {
  border-radius: 999px;
}

body[data-sidebar-mode][data-page] .s-list-group,
body[data-sidebar-mode][data-page] .list-group-item {
  border-color: var(--account-border) !important;
}

body[data-sidebar-mode][data-page] .s-list-group.active,
body[data-sidebar-mode][data-page] .s-list-group:hover {
  background: var(--account-blue-soft);
  color: var(--account-blue-dark) !important;
}

body[data-sidebar-mode][data-page] .clientBg,
body[data-sidebar-mode][data-page] .staffBg,
body[data-sidebar-mode][data-page] .top-country-badge,
body[data-sidebar-mode][data-page] .mdates span {
  border-radius: 999px;
  font-weight: 700;
}

body[data-sidebar-mode][data-page] .clientBg {
  background: var(--account-blue-soft);
  color: var(--account-blue-dark);
}

body[data-sidebar-mode][data-page] .staffBg,
body[data-sidebar-mode][data-page] .btn-green {
  background: var(--account-success-soft);
  color: #146c43;
}

body[data-sidebar-mode][data-page] .schedule-scroll-hint {
  background: #ffffff;
  border-color: var(--account-border-strong);
  border-radius: 999px;
  color: var(--account-muted);
}

body[data-sidebar-mode][data-page] .nav.schedule {
  background: linear-gradient(135deg, var(--account-blue) 0%, #049bdc 100%);
  border-radius: var(--account-radius);
  overflow: hidden;
}

body[data-sidebar-mode][data-page] ul.schedule > .nav-item > a.active {
  border-bottom-color: #ffd166;
}

body[data-sidebar-mode][data-page] .datepicker-inline {
  color: var(--account-text);
}

body[data-sidebar-mode][data-page] .datepicker table tr td.dayOff,
body[data-sidebar-mode][data-page] .datepicker table tr td.dayOff.highlighted {
  background-color: var(--account-primary);
  border-color: var(--account-primary-dark);
}

body[data-sidebar-mode][data-page] #drop-area {
  background: rgba(255, 255, 255, 0.72);
  border: 2px dashed var(--account-border-strong);
  border-radius: var(--account-radius-lg);
}

body[data-sidebar-mode][data-page] .lbldrop {
  background: var(--account-primary);
  border-radius: 0.7rem;
}

body[data-sidebar-mode][data-page] .footer,
body[data-sidebar-mode][data-page] .footer.bg-light {
  background: rgba(255, 255, 255, 0.82) !important;
  border-top-color: var(--account-border) !important;
}

@media (max-width: 991.98px) {
  body[data-sidebar-mode][data-page] #nav-top {
    min-height: 64px;
  }

  body[data-sidebar-mode][data-page] .wrapper {
    padding-top: 72px;
  }

  body[data-sidebar-mode][data-page] .thin-sidebar {
    margin-top: 66px;
    box-shadow: var(--account-shadow-strong);
  }

  body[data-sidebar-mode][data-page] .content-page {
    padding-bottom: 1.75rem;
  }

  body[data-sidebar-mode][data-page] .page-title-box {
    min-height: auto;
    padding-top: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  body[data-sidebar-mode][data-page] {
    font-size: 0.94rem;
  }

  body[data-sidebar-mode][data-page] .px-lr {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  body[data-sidebar-mode][data-page] .page-title-box {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 0.35rem;
  }

  body[data-sidebar-mode][data-page] .page-title-box .page-title,
  body[data-sidebar-mode][data-page] .page-title {
    white-space: normal;
  }

  body[data-sidebar-mode][data-page] .card,
  body[data-sidebar-mode][data-page] .s-grid {
    border-radius: var(--account-radius) !important;
    margin-bottom: 0.9rem;
  }

  body[data-sidebar-mode][data-page] .card-body {
    padding: 1rem;
  }

  body[data-sidebar-mode][data-page] .table-responsive {
    border: 1px solid var(--account-border);
  }

  body[data-sidebar-mode][data-page] .s-grid .table-responsive {
    border: 0;
  }

  body[data-sidebar-mode][data-page] .table > :not(caption) > * > * {
    padding: 0.68rem 0.72rem;
  }

  body[data-sidebar-mode][data-page] .btn,
  body[data-sidebar-mode][data-page] a.btn,
  body[data-sidebar-mode][data-page] button.btn {
    min-height: 40px;
  }

  body[data-sidebar-mode][data-page] .divSearch,
  body[data-sidebar-mode][data-page] .w300px,
  body[data-sidebar-mode][data-page] .textarea-form,
  body[data-sidebar-mode][data-page] .min-w-500px {
    width: 100% !important;
    min-width: 0;
  }

  body[data-sidebar-mode][data-page] .modal-dialog {
    margin: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-sidebar-mode][data-page] *,
  body[data-sidebar-mode][data-page] *::before,
  body[data-sidebar-mode][data-page] *::after {
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Dashboard and branch overview polish: scoped CSS-only presentation layer. */
body[data-page="sidebar-dashboard"] .page-title-box {
  margin-bottom: 0.35rem !important;
}

body[data-page="sidebar-dashboard"] .page-title-box .page-title {
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
}

body[data-page="sidebar-dashboard"] .page-title-side {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--account-border);
  border-radius: 999px;
  box-shadow: var(--account-shadow-sm);
  color: var(--account-muted) !important;
  display: inline-flex;
  justify-content: center;
  max-width: max-content;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row {
  row-gap: 1.1rem;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(3) .card {
  border: 0 !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

body[data-page="sidebar-dashboard"] .card.bg-warning,
body[data-page="sidebar-dashboard"] .card.bg-info {
  min-height: 172px;
  overflow: hidden;
  position: relative;
}

body[data-page="sidebar-dashboard"] .card.bg-warning::before,
body[data-page="sidebar-dashboard"] .card.bg-info::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 62%);
  content: "";
  height: 210px;
  inset-inline-end: -70px;
  position: absolute;
  top: -75px;
  width: 210px;
}

body[data-page="sidebar-dashboard"] .card.bg-warning .card-body,
body[data-page="sidebar-dashboard"] .card.bg-info .card-body {
  align-items: center;
  gap: 1rem;
  min-height: 172px;
  position: relative;
  z-index: 1;
}

body[data-page="sidebar-dashboard"] .card.bg-warning .fs-3,
body[data-page="sidebar-dashboard"] .card.bg-info .fs-3 {
  font-size: clamp(1.2rem, 1.7vw, 1.45rem) !important;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}

body[data-page="sidebar-dashboard"] .card.bg-warning img,
body[data-page="sidebar-dashboard"] .card.bg-info img {
  border: 4px solid rgba(255, 255, 255, 0.72);
  height: 108px;
  object-fit: cover;
  width: 108px;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card {
  min-height: 190px;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card-body {
  display: flex;
  flex-direction: column;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card h5 {
  color: var(--account-muted) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 0.55rem;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card h3 {
  color: var(--account-text);
  font-size: clamp(1.35rem, 1.75vw, 1.7rem);
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 0.7rem !important;
  margin-top: 0.3rem !important;
  overflow-wrap: anywhere;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .widget-number {
  background: linear-gradient(135deg, #eef8ff 0%, #ffffff 100%);
  border-color: rgba(3, 155, 229, 0.18);
  box-shadow: 0 10px 24px rgba(3, 121, 186, 0.12);
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card .btn-trans {
  align-items: center;
  align-self: flex-start;
  background: var(--account-blue-soft);
  border: 1px solid rgba(3, 155, 229, 0.16) !important;
  border-radius: 999px;
  color: var(--account-blue-dark) !important;
  display: inline-flex;
  gap: 0.35rem;
  margin-top: auto;
  padding: 0.25rem 0.75rem !important;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card .btn-trans a {
  color: inherit;
}

body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card .btn-trans:hover,
body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card .btn-trans:focus {
  background: #dff2fb;
  border-color: rgba(3, 155, 229, 0.28) !important;
}

body[data-page="sidebar-dashboard"] iframe[src*="google.com/maps"] {
  background: var(--account-surface-solid);
  border: 1px solid var(--account-border) !important;
  border-radius: var(--account-radius-lg);
  box-shadow: var(--account-shadow);
  min-height: 405px;
  overflow: hidden;
}

body[data-page="sidebar-clientarea"] .section-container {
  background: var(--account-surface);
  border: 1px solid var(--account-border);
  border-radius: var(--account-radius-lg);
  box-shadow: var(--account-shadow-sm);
  padding: clamp(1rem, 2vw, 1.5rem);
}

body[data-page="sidebar-clientarea"] .list-group {
  /* background: var(--account-surface); */
  /* border: 1px solid var(--account-border) !important; */
  border-radius: var(--account-radius-lg);
  box-shadow: var(--account-shadow-sm);
  overflow: hidden;
}

body[data-page="sidebar-clientarea"] .list-group .list-group-item.bg-light {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
  border-bottom: 1px solid var(--account-border) !important;
}

body[data-page="sidebar-clientarea"] .section-header h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

body[data-page="sidebar-clientarea"] .section > .div-shadow {
  background: transparent !important;
  box-shadow: none;
}

body[data-page="sidebar-clientarea"] .section > .div-shadow > .p-4 {
  background: #ffffff;
  border: 1px solid var(--account-border);
  border-radius: var(--account-radius-lg);
  box-shadow: var(--account-shadow-sm);
  overflow-x: auto;
  padding: 0.65rem !important;
}

body[data-page="sidebar-clientarea"] .section table.table {
  border-collapse: separate !important;
  border-spacing: 0 0.65rem;
  min-width: 520px;
}

body[data-page="sidebar-clientarea"] .section table.table thead th {
  background: transparent;
  border: 0;
  color: var(--account-muted);
  padding-bottom: 0.25rem;
}

body[data-page="sidebar-clientarea"] .section table.table .trSalon > td {
  background: #ffffff;
  border-bottom: 1px solid var(--account-border);
  border-top: 1px solid var(--account-border);
  padding-bottom: 0.85rem;
  padding-top: 0.85rem;
}

body[data-page="sidebar-clientarea"] .section table.table .trSalon > td:first-child {
  border-inline-start: 1px solid var(--account-border);
  border-radius: var(--account-radius) 0 0 var(--account-radius);
  color: var(--account-muted);
  font-weight: 800;
  text-align: center;
}

body[data-page="sidebar-clientarea"][dir=rtl] .section table.table .trSalon > td:first-child {
  border-radius: 0 var(--account-radius) var(--account-radius) 0;
}

body[data-page="sidebar-clientarea"] .section table.table .trSalon > td:last-child {
  border-inline-end: 1px solid var(--account-border);
  border-radius: 0 var(--account-radius) var(--account-radius) 0;
}

body[data-page="sidebar-clientarea"][dir=rtl] .section table.table .trSalon > td:last-child {
  border-radius: var(--account-radius) 0 0 var(--account-radius);
}

body[data-page="sidebar-clientarea"] .section table.table .trSalon:hover > td {
  background: #f9fcff;
  border-color: rgba(3, 155, 229, 0.22);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

body[data-page="sidebar-clientarea"] .section .trSalonName {
  color: var(--account-text);
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

body[data-page="sidebar-clientarea"] .section .trSalon img.img-thumbnail,
body[data-page="sidebar-clientarea"] .section .trSalon .fallback-placeholder,
body[data-page="sidebar-clientarea"] .section .trSalon .img-thumbnail.d-flex {
  border: 1px solid var(--account-border) !important;
  border-radius: var(--account-radius) !important;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  height: 76px !important;
  object-fit: cover;
  padding: 0;
  width: 76px !important;
}

body[data-page="sidebar-clientarea"] .section .badge {
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.6rem;
}

body[data-page="sidebar-clientarea"] .section .badge.bg-danger {
  background: var(--account-danger-soft) !important;
  border-color: rgba(244, 63, 94, 0.22);
  color: #9f1239;
}

body[data-page="sidebar-clientarea"] .section .badge.bg-light {
  background: var(--account-warning-soft) !important;
  border-color: rgba(245, 158, 11, 0.24);
  color: #7a4b00 !important;
}

body[data-page="sidebar-clientarea"] .section .btnDrop {
  align-items: center;
  background: var(--account-surface-muted);
  border: 1px solid var(--account-border) !important;
  border-radius: 999px;
  color: var(--account-muted) !important;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  width: 34px;
}

body[data-page="sidebar-clientarea"] .section .btnDrop:hover,
body[data-page="sidebar-clientarea"] .section .btnDrop:focus {
  background: var(--account-blue-soft);
  color: var(--account-blue-dark) !important;
}

body[data-page="sidebar-clientarea"] .section .dropdown-menu {
  min-width: 13rem;
}

body[data-page="sidebar-clientarea"] .section .dropdown-item.btn {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 0.45rem;
  justify-content: flex-start;
  padding: 0.55rem 0.65rem;
  text-align: inherit;
  width: 100%;
}

body[data-page="sidebar-clientarea"] #accordionFlushExample {
  margin-top: 1.15rem;
}

body[data-page="sidebar-clientarea"] #accordionFlushExample .accordion-item {
  background: var(--account-surface);
  border: 1px solid var(--account-border);
  border-radius: var(--account-radius-lg);
  box-shadow: var(--account-shadow-sm);
  overflow: hidden;
}

body[data-page="sidebar-clientarea"] #accordionFlushExample .accordion-button {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  color: var(--account-text);
  font-weight: 800;
  gap: 0.5rem;
  min-height: 58px;
}

body[data-page="sidebar-clientarea"] #accordionFlushExample .accordion-button:not(.collapsed) {
  background: var(--account-blue-soft);
  box-shadow: inset 0 -1px 0 var(--account-border);
  color: var(--account-blue-dark);
}

body[data-page="sidebar-clientarea"] #addNewSalonForm {
  background: #ffffff;
  border-top: 1px solid var(--account-border);
}

body[data-page="sidebar-clientarea"] #droparea {
  background: var(--account-surface-muted);
  border: 1px dashed var(--account-border-strong) !important;
  border-radius: var(--account-radius) !important;
}

/* Dense CMS screens: scoped polish for lists, forms, and operational panels. */
body[data-sidebar-mode][data-page] .content-page .s-grid,
body[data-sidebar-mode][data-page] .content-page #tableList.card {
  background: #ffffff;
}

body[data-sidebar-mode][data-page] .content-page .s-grid-upper,
body[data-sidebar-mode][data-page] .content-page .s-grid-lower {
  align-items: center;
  gap: 0.75rem;
}

body[data-sidebar-mode][data-page] .content-page .table-responsive {
  background: #ffffff;
  border: 1px solid var(--account-border);
}

body[data-sidebar-mode][data-page] .content-page .s-grid .table-responsive {
  border-width: 1px 0;
  border-radius: 0;
}

body[data-sidebar-mode][data-page] .content-page .table tbody tr {
  transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

body[data-sidebar-mode][data-page] .content-page .table tbody td {
  color: #344054;
}

body[data-sidebar-mode][data-page] .content-page .table tbody td:first-child {
  color: var(--account-text);
  font-weight: 700;
}

body[data-sidebar-mode][data-page] .content-page .btn:not(.btn-link):not(.dropdown-item) {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

body[data-sidebar-mode][data-page] .content-page .btn:not(.btn-link):not(.dropdown-item):hover,
body[data-sidebar-mode][data-page] .content-page .btn:not(.btn-link):not(.dropdown-item):focus {
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

body[data-sidebar-mode][data-page] .content-page .btn.btn-sm:not(.btn-link):not(.dropdown-item),
body[data-sidebar-mode][data-page] .content-page .s-btn {
  box-shadow: none;
}

body[data-sidebar-mode][data-page] .content-page .section,
body[data-sidebar-mode][data-page] .content-page .section-container {
  color: var(--account-text);
}

body[data-sidebar-mode][data-page] .content-page .section .row + .row,
body[data-sidebar-mode][data-page] .content-page form .row + .row {
  margin-top: 0.35rem;
}

body[data-sidebar-mode][data-page] .content-page .form-control::placeholder,
body[data-sidebar-mode][data-page] .content-page input::placeholder,
body[data-sidebar-mode][data-page] .content-page textarea::placeholder {
  color: #98a2b3;
}

body[data-sidebar-mode][data-page] .content-page .badge {
  letter-spacing: 0;
}

/* Calendar schedule width and top-alignment fix. */
body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .s-grid {
  width: 100%;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .s-grid-upper.table-container {
  display: block;
  padding-right: clamp(0.75rem, 1.2vw, 1rem) !important;
  padding-left: clamp(0.75rem, 1.2vw, 1rem) !important;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .s-grid-upper.table-container > .bg-light {
  border: 1px solid var(--account-border);
  border-radius: var(--account-radius);
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.75rem !important;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .card-body.horizontal-scroll {
  border: 1px solid var(--account-border);
  border-radius: var(--account-radius);
  overflow-x: auto;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table {
  min-width: 100%;
  table-layout: auto;
  white-space: normal;
  width: max-content;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table > tbody > tr > td,
body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table > thead > tr > th,
body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table table td {
  vertical-align: top !important;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table > tbody > tr > td {
  box-sizing: border-box;
  min-width: 180px;
  overflow: visible;
  padding: 0.75rem !important;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table > tbody > tr > td > table {
  margin-inline: 0 !important;
  margin-top: 0 !important;
  max-width: none;
  table-layout: auto;
  width: max-content;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table > tbody > tr > td > table > tbody > tr > td {
  max-width: none;
  min-width: 132px;
  overflow: visible;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table > tbody > tr > td > table .d-flex {
  max-width: none;
  min-width: 100%;
}

body[data-sidebar-mode][data-page="sidebar-appointments"][data-calendar-view="dailyView"] .content-page .schedule-table > tbody > tr > td {
  text-align: center;
}

body[data-sidebar-mode][data-page="sidebar-appointments"][data-calendar-view="dailyView"] .content-page .schedule-table > tbody > tr > td > table {
  margin-inline: auto !important;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .emp_div {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: var(--account-radius);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0.65rem !important;
  max-width: none;
  min-height: 84px;
  padding: 0.55rem 0.5rem;
  width: 100%;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .emp_div .rounded-circle {
  border: 2px solid #ffffff;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.1);
  flex: 0 0 auto;
  object-fit: cover;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .emp_div small {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.35rem;
  max-width: 12rem;
  overflow-wrap: anywhere;
  white-space: normal;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .s-time,
body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .s-edit {
  box-shadow: none;
  max-width: none;
  min-width: 118px;
  width: 100%;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .s-time:hover,
body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .s-edit:hover {
  box-shadow: none;
  transform: none;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .s-time .card-body,
body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .s-edit .card-body {
  overflow: visible;
  padding-right: clamp(0.45rem, 0.8vw, 0.9rem) !important;
  padding-left: clamp(0.45rem, 0.8vw, 0.9rem) !important;
  white-space: nowrap;
}

body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .card-body.text-muted,
body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .card-body.color-primary:not(.bg-primary-light) {
  background: rgba(248, 250, 252, 0.9);
  border: 1px dashed rgba(148, 163, 184, 0.24);
  border-radius: var(--account-radius-sm);
  min-height: 44px;
}

@media (max-width: 767.98px) {
  body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page > .px-lr {
    padding-right: 0.65rem !important;
    padding-left: 0.65rem !important;
  }

  body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .s-grid-upper.table-container {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  body[data-sidebar-mode][data-page="sidebar-appointments"] .content-page .schedule-table .emp_div {
    min-height: 76px;
  }
}

/* Phase 1 CMS admin polish: shell, cards, data grids, and form surfaces. */
body[data-sidebar-mode][data-page] .content-page {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0) 220px),
    var(--account-bg);
}

body[data-sidebar-mode][data-page] .content-page > .px-lr:first-of-type {
  padding-top: 0.35rem;
}

body[data-sidebar-mode][data-page] .page-title-box {
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  margin-bottom: 1.1rem !important;
  padding-bottom: 1rem;
}

body[data-sidebar-mode][data-page] .page-title-box .page-title {
  color: #111827 !important;
  letter-spacing: 0;
}


body[data-sidebar-mode][data-page] .section-header {
  justify-content: flex-start;
}

body[data-sidebar-mode][data-page][dir=rtl] .section-header {
  justify-content: flex-end;
}

body[data-sidebar-mode][data-page] .page-title-side {
  align-items: center;
  /* background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--account-border); */
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  padding: 0.45rem 0.75rem !important;
}

body[data-sidebar-mode][data-page] .content-page .card,
body[data-sidebar-mode][data-page] .content-page .s-grid,
body[data-sidebar-mode][data-page] .content-page .section-container {
  border-color: rgba(148, 163, 184, 0.2) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

body[data-sidebar-mode][data-page] .content-page .card:hover,
body[data-sidebar-mode][data-page] .content-page .s-grid:hover,
body[data-sidebar-mode][data-page] .content-page .section-container:hover {
  border-color: rgba(100, 116, 139, 0.26) !important;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.1);
}

body[data-sidebar-mode][data-page] .content-page .s-grid-upper,
body[data-sidebar-mode][data-page] .content-page .card-header {
  min-height: 58px;
}

body[data-sidebar-mode][data-page] .content-page .s-grid-upper {
  border-bottom: 1px solid var(--account-border) !important;
}

body[data-sidebar-mode][data-page] .content-page .s-grid-lower,
body[data-sidebar-mode][data-page] .content-page .card-footer {
  border-top: 1px solid var(--account-border) !important;
}

body[data-sidebar-mode][data-page] .content-page .divSearch.input-group {
  background: #ffffff;
  border: 1px solid var(--account-border);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

body[data-sidebar-mode][data-page] .content-page .divSearch.input-group .form-control,
body[data-sidebar-mode][data-page] .content-page .divSearch.input-group .btn,
body[data-sidebar-mode][data-page] .content-page .divSearch.input-group .input-group-text {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
}

body[data-sidebar-mode][data-page] .content-page .table-responsive {
  overflow: auto;
}

body[data-sidebar-mode][data-page] .content-page .table {
  margin-bottom: 0;
}

body[data-sidebar-mode][data-page] .content-page .table thead th {
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  height: 44px;
}

body[data-sidebar-mode][data-page] .content-page .table tbody tr:hover > * {
  background-color: rgba(233, 246, 253, 0.74) !important;
}

body[data-sidebar-mode][data-page] .content-page .table tbody td,
body[data-sidebar-mode][data-page] .content-page .table tbody th {
  height: 52px;
}

body[data-sidebar-mode][data-page] .content-page .card.p-4,
body[data-sidebar-mode][data-page] .content-page .s-grid.p-4,
body[data-sidebar-mode][data-page] .content-page .section-container {
  padding: clamp(1rem, 2vw, 1.55rem) !important;
}

body[data-sidebar-mode][data-page] .content-page .s-border,
body[data-sidebar-mode][data-page] .content-page .border-form,
body[data-sidebar-mode][data-page] .content-page .form-control,
body[data-sidebar-mode][data-page] .content-page .form-select {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-sidebar-mode][data-page] .content-page .form-control:disabled,
body[data-sidebar-mode][data-page] .content-page .form-control[readonly],
body[data-sidebar-mode][data-page] .content-page .form-select:disabled {
  background-color: #f3f6fa;
  color: #667085;
}

body[data-sidebar-mode][data-page] .content-page label small.text-danger,
body[data-sidebar-mode][data-page] .content-page .card-subtitle small.text-danger {
  font-weight: 800;
}

body[data-sidebar-mode][data-page] .content-page .btn-primary,
body[data-sidebar-mode][data-page] .content-page .btn-salonna-primary {
  box-shadow: 0 12px 24px rgba(167, 25, 75, 0.22);
}

body[data-sidebar-mode][data-page] .content-page .btn-primary:hover,
body[data-sidebar-mode][data-page] .content-page .btn-salonna-primary:hover {
  box-shadow: 0 16px 30px rgba(167, 25, 75, 0.26);
}

body[data-sidebar-mode][data-page] .content-page .btn-outline-primary,
body[data-sidebar-mode][data-page] .content-page .btn-trans {
  border-color: rgba(3, 155, 229, 0.24) !important;
}

body[data-sidebar-mode][data-page] .content-page .alert,
body[data-sidebar-mode][data-page] .content-page #alertMessage:not(:empty) {
  border-radius: var(--account-radius);
}

body[data-sidebar-mode][data-page] .content-page .list-group {
  border-radius: var(--account-radius-lg);
}

@media (max-width: 991.98px) {
  body[data-sidebar-mode][data-page] .page-title-box {
    margin-bottom: 0.85rem !important;
    padding-bottom: 0.85rem;
  }

  body[data-sidebar-mode][data-page] .content-page .s-grid-upper,
  body[data-sidebar-mode][data-page] .content-page .s-grid-lower {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  body[data-sidebar-mode][data-page] .content-page {
    background: var(--account-bg);
  }

  body[data-sidebar-mode][data-page] .page-title-side {
    border-radius: var(--account-radius);
    max-width: 100%;
  }

  body[data-sidebar-mode][data-page] .content-page .table tbody td,
  body[data-sidebar-mode][data-page] .content-page .table tbody th {
    height: auto;
  }

  body[data-sidebar-mode][data-page] .content-page .card.p-4,
  body[data-sidebar-mode][data-page] .content-page .s-grid.p-4,
  body[data-sidebar-mode][data-page] .content-page .section-container {
    padding: 1rem !important;
  }
}

@media (max-width: 1199.98px) {
  body[data-page="sidebar-dashboard"] iframe[src*="google.com/maps"] {
    min-height: 340px;
  }
}

@media (max-width: 767.98px) {
  body[data-page="sidebar-dashboard"] .content-page > .px-lr.row {
    row-gap: 0.85rem;
  }

  body[data-page="sidebar-dashboard"] .page-title-side {
    padding-inline: 0.75rem !important;
  }

  body[data-page="sidebar-dashboard"] .card.bg-warning .card-body,
  body[data-page="sidebar-dashboard"] .card.bg-info .card-body {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-page="sidebar-dashboard"] .card.bg-warning img,
  body[data-page="sidebar-dashboard"] .card.bg-info img {
    height: 84px;
    width: 84px;
  }

  body[data-page="sidebar-dashboard"] .content-page > .px-lr.row:nth-of-type(4) .card {
    min-height: auto;
  }

  body[data-page="sidebar-dashboard"] iframe[src*="google.com/maps"] {
    min-height: 280px;
  }

  body[data-page="sidebar-clientarea"] .section-container {
    padding: 0.8rem;
  }

  body[data-page="sidebar-clientarea"] .section > .div-shadow > .p-4 {
    padding: 0.45rem !important;
  }

  body[data-page="sidebar-clientarea"] .section table.table {
    min-width: 460px;
  }

  body[data-page="sidebar-clientarea"] .section .trSalon img.img-thumbnail,
  body[data-page="sidebar-clientarea"] .section .trSalon .fallback-placeholder,
  body[data-page="sidebar-clientarea"] .section .trSalon .img-thumbnail.d-flex {
    height: 60px !important;
    width: 60px !important;
  }
}
/*# sourceMappingURL=cms.css.map */
body[data-sidebar-mode][data-page] .content-page .divSearch.input-group {
  width: min(100%, 360px);
  min-height: 44px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid var(--account-border);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

body[data-sidebar-mode][data-page] .content-page .divSearch.input-group #searhInput {
  flex: 1 1 auto;
  width: 1%;
  min-height: 44px;
  padding-inline: 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
}

body[data-sidebar-mode][data-page] .content-page .divSearch.input-group #btn-search {
  min-width: 68px;
  min-height: 44px;
  margin: 0 !important;
  padding-inline: 1rem !important;
  padding-block: 0 !important;
  border: 0;
  border-radius: 0;
  background: var(--account-primary);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1 !important;
  box-shadow: none;
}

body[data-sidebar-mode][data-page] .content-page .divSearch.input-group #btn-search:hover,
body[data-sidebar-mode][data-page] .content-page .divSearch.input-group #btn-search:focus {
  background: var(--account-primary-dark);
}