@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --olo-text-grey: #697586;
  --poppins-family: 'Poppins', sans-serif;
  --roboto-family: 'Roboto', sans-serif;
  --olz-text-red: #ff5252;
  --olz-text-white: #fff;
  --olozon-secondary: #7c3aed;
  --olz-color-blue: var(--secondary-color, #7c3aed);
  --olz-primary-color: var(--theme-color);
  --olz-gradient-vibrant: var(--theme-gradient-vibrant);
  --olz-glow-vibrant: var(--theme-glow-vibrant);
  --olz-dark-blue: var(--secondary-color-dark, #1b459b);
  --olz-light-primary: var(--theme-color-light, #fd8458);
  --olz-gradient-orange-dark: #f66531;
  --olz-gradient-orange-light: #7c3aed;
}

.bs-text-bg-orange {
  background-color: var(--theme-color) !important;
}
.bs-img-bg-orange {
  background: var(--theme-gradient-vibrant);
  position: relative;
  overflow: hidden;
}
.bs-img-bg-orange::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, var(--theme-glow-vibrant) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
  pointer-events: none;
}
.roboto-family {
  font-family: var(--roboto-family);
}

.poppins-family {
  font-family: var(--poppins-family);
}

.olz-text-lg {
  font-size: 1rem;
  font-family: var(--poppins-family);
}

.olz-font-normal {
  font-weight: 400;
}

.olz-text-grey {
  color: var(--olo-text-grey);
}

.olz-font-medium {
  font-weight: 500;
}

.olz-font-bold {
  font-weight: 700;
}
.olz-text-26-lg {
  font-size: 26px;
}

.olz-text-22-lg {
  font-size: 22px;
}

.olz-text-20-lg {
  font-size: 20px;
}

.olz-text-14-lg {
  font-size: 14px;
}

.olz-text-red {
  color: var(--olz-text-red);
}

.olz-min-height-39 {
  min-height: 39px;
}

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

.tw-text-blue-500 {
  color: var(--olz-color-blue) !important;
}

.tw-text-orange-500 {
  color: var(--theme-color) !important;
}
.tw-mx-auto {
  margin: 0 auto !important;
}

/* .dataTables_scrollHeadInner table,
.dataTables_scrollHeadInner {
    width: 100% !important;
} */

.dataTables_scrollHeadInner table thead tr th {
  background-color: var(--theme-color) !important;
  color: #fff;
  font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter input {
  box-shadow: 0px 1px 2px 0px #b7b7b729 !important;
  border: 1px solid var(--olz-color-blue) !important;
  border-radius: 4px !important;
  padding: 1rem 10px !important;
  margin-left: 0px !important;
}

div.dataTables_wrapper div.dataTables_filter input::placeholder {
  color: #8a9296;
}

.dataTables_scrollBody table {
  width: 100% !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: var(--olz-color-blue) !important;
  cursor: default;
  background-color: #fff !important;
  border-color: #337ab7 !important;
}

.pagination > li > a {
  background-color: var(--olz-color-blue) !important;
  color: #fff !important;
  border: 1px solid var(--olz-color-blue) !important;
  font-size: 14px !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* CSS BY bilal start */

h1.welcom-text {
  background: var(--theme-gradient-vibrant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: Inter;
  font-weight: 800;
  font-size: 38px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: -0.5px;
}

h2.welcom-text-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000;
}

.login-footer-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}

.login-left-img {
  width: 100%;
  object-fit: contain;
  margin: 30px auto;
  height: 420px;
}

.login-right-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

.login-right-section img {
  /* position: absolute;
    top: 1.5rem; */
  width: 300px;
}

.img-box-login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* height: calc(100vh - 3rem); */
  /* height: 100%; */
  background-color: rgb(255 255 255 / 87%) !important;
  width: 100%;
}

.packes-logo {
  width: 50%;
  max-width: 20%;
  margin: 50px;
}

.packeges-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.packeges-card .col-md-4 {
  height: 100%;
}

.box-footer {
  border-top: none !important;
  background-color: transparent !important;
}

.box-header {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000 !important;
  padding: 0px !important;
  margin-bottom: 15px !important;
}

.pkg-price span.display_currency {
  font-family: Inter;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000 !important;
}

.pkg-price small {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-variant: small-caps;
  color: #000 !important;
}

.packeg-desc {
  font-family: Inter !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  text-transform: capitalize !important;
  color: #000 !important;
  margin-top: 10px;
}

.pkg-items {
  margin-top: 10px;
}

.pkg-items li {
  margin: 10px 0px;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #000 !important;
}

.text-olozon {
  color: #fff;
  background-color: var(--orange-color);
  font-weight: 500 !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 8px !important;
}

.fa-check:before {
  font-size: 14px !important;
  margin-left: 3px;
  margin-top: 3px;
  display: block;
}

.olo-bg {
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f6 100%) !important;
  position: relative;
}

.olo-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: var(--theme-gradient-vibrant);
  filter: blur(150px);
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.sidebar-logo {
  padding: 10px;
}

span.select2-selection.select2-selection--single {
  /* border-radius: 8px;
    border: 2px solid var(--olozon-secondary);
    padding: 13px 10px 13px 50px;
    height: 50px; */
  background-color: #efefef !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #000 !important;
  font-family: 'Poppins' !important;
  border: none !important;
  height: auto !important;
}

span.select2-selection.select2-selection--single span.select2-selection.select2-selection--single {
  margin-top: 0 !important;
  line-height: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px !important;
  top: 5px !important;
}

.form-group select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

span#select2-dashboard_location-container {
  font-family: 'Inter' !important;
  text-transform: capitalize !important;
  margin-top: 0px !important;
}

.loc-select {
  position: relative;
  border: 1px solid var(--olz-dark-blue);
  border-radius: 8px;
}

.loc-select span#select2-dashboard_location-container {
  font-family: 'Poppins' !important;
  text-transform: capitalize !important;
  margin-top: 0px !important;
  font-size: 13px;
  font-weight: 400;
  color: #555555;
}

.loc-select span.select2-selection.select2-selection--single {
  padding-left: 60px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-color: #fff !important;
}

.loc-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px !important;
  top: 5px !important;
}

span.loc-icon {
  background-color: var(--olozon-secondary);
  color: #fff;
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* CSS BY bilal END */

.ozon-register .form-control,
.ozon-register .select2-container--default .select2-selection--single,
.ozon-register .select2-selection .select2-selection--single {
  height: 50px;
  border-radius: 0px 5px 5px 0px !important;
  background-color: #eee;
}

.ozon-register .file-input.file-input-new .form-control {
  border-radius: 0px 0px 0px 0px !important;
}

.ozon-register .select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 4px;
}

.ozon-register .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
}

/* .ozon-register .input-group .input-group-addon {
    border-radius: 5px 0px 0px 5px;
    font-size: 18px;
    background-color: var(--olz-color-blue);
    color: #ffffff;
    border: 1px solid var(--olz-color-blue);
} */

.ozon-register .wizard > .content > .body label {
  color: var(--olz-dark-blue);
}

.ozon-register img.tw-object-fill.img-ozon-logo {
  border-radius: 6px;
  background-color: white;
}

.ozon-register .wizard > .content > .body input {
  display: block;
  border: 1px solid var(--olz-dark-blue) 50;
  background-color: #eee;
}

.ozon-register .input-group-btn button {
  padding: 14px 10px;
}

.ozon-register .wizard > .content > .body input::placeholder {
  color: #333;
}

.ozon-register .wizard > .steps .done a,
.wizard > .steps .done a:active,
.ozon-register .wizard > .steps .done a:hover {
  padding: 1.2em 1.5em;
}

.ozon-register .input-group-btn > .btn + .btn {
  padding: 14px 15px;
}

body {
  background: #f1f5f9 !important;
  font-family: 'Inter', sans-serif !important;
  color: #1e293b;
}

.header-ozon {
  background-color: #ffffff;
  height: 70px;
}

/* .ozon-register {
    background: #E7EAEC !important;

} */

.img-ozon-logo {
  max-height: 50px;
}

.btn-ozon-blue {
  background-color: transparent !important;
  color: var(--olz-color-blue) !important;
  border-color: var(--olz-color-blue) !important;
  padding: 15px;
  border-radius: 10px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-ozon-blue:hover {
  background-color: var(--olz-color-blue) !important;
  color: #ffffffe8 !important;
  border-color: var(--olz-color-blue) !important;
}

.btn-ozon {
  background-color: #7c3aed !important;
  color: #fff !important;
  border-color: #7c3aed !important;
  padding: 8px 15px;
  border-radius: 5px;
  margin-left: 10px;
}

.ozon-register .btn-ozon-next {
  min-width: 150px;
  text-align: center;
  background-color: #7c3aed !important;
  color: #fff !important;
  border-color: #7c3aed !important;
  padding: 8px 15px;
  border-radius: 5px;
  margin-left: 10px;
}

.ozon-register .btn-ozon-next:hover {
  background-color: #be4519 !important;
  color: #e9e2e2e8 !important;
  border-color: #be4519 !important;
}

.ozon-register .btn-ozon-disabled {
  min-width: 150px;
}

.ozon-register .btn-ozon-previous {
  min-width: 150px;
}

.btn-ozon:hover {
  background-color: #be4519 !important;
  color: #e9e2e2e8 !important;
  border-color: #be4519 !important;
}

.btn-primary {
  background: #04468b;
  border-color: #04468b;
}

.btn-primary:hover {
  background: #be4519;
  border-color: #be4519;
}

.btn.btn-primary.btn-file {
  background: #e6f4ff;
  border-color: #bcc7db;
  color: var(--olz-dark-blue);
}

.btn.btn-primary.btn-file:hover {
  background: #04468b;
  border-color: #04468b;
  color: #ffffff;
}

.ozon-register .wizard > .steps .current a,
.ozon-register .wizard > .steps .current a:active,
.ozon-register .wizard > .steps .current a:hover {
  background: var(--theme-color) !important;
  font-size: 18px;
}

.ozon-register .wizard > .steps .disabled a,
.ozon-register .wizard > .steps .disabled a:active,
.ozon-register .wizard > .steps .disabled a:hover {
  font-size: 18px;
}

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

.ozon-logo-wrap {
  width: 100% !important;
}

.bg-gradient {
  /* background: var(--theme-color) !important;
    background: linear-gradient(80deg, rgba(246, 101, 49, 1) 10%, rgba(27, 69, 155, 1) 75%); */
  /* background: linear-gradient(80deg,rgba(27, 69, 155, 1) 31%, rgba(42, 104, 227, 1) 64%)!important; */
  background: linear-gradient(110.76deg, #6a8efa 31.01%, #bf6fb7 56.91%, #e07c7f 69.3%, #efd04f 109.83%);
}

#side-bar > a:hover,
#side-bar > div > a:hover {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

#side-bar > a:hover > svg:nth-child(1) path,
#side-bar > div > a:hover > svg:nth-child(1) path {
  fill: #fff !important;
}

.sideBar_menuOLZ:hover::after,
.sideBar_menuOLZ:hover span {
  color: var(--theme-color) !important;
}

.olozone-active-sideBar {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

.olozone-active-sideBar svg:nth-child(1) path {
  fill: #fff !important;
}

.box.box-olozon {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid var(--olz-color-blue);
}

.olo-btn-login {
  background: var(--theme-gradient-vibrant) !important;
  border-radius: 30px !important;
  color: var(--olz-text-white);
  border: none !important;
  box-shadow: 0 4px 15px var(--theme-glow-vibrant) !important;
  transition: all 0.3s ease !important;
}

.olo-btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--theme-glow-vibrant) !important;
  filter: brightness(1.1);
}

/* login page css start */
.olozon-text h2 {
  font-size: 20px;
  font-weight: 700;
}

.tw-border-outline {
  border: 1px solid #989ca8 !important;
  border-radius: 5px !important;
}

/* Chrome, Edge, Safari autofill fix */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.input-placeholder-text::placeholder {
  color: #848484 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.help-block strong {
  font-weight: 400 !important;
  font-size: 12px !important;
}

/* login page css end */
/* index page start */
.text-gradient {
  background: var(--theme-gradient-vibrant) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.tw-to-primary-900 {
  /* Override the gradient with your custom one */
  --tw-gradient-to: none;
  /* remove default Tailwind gradient */
  background: linear-gradient(80deg, #333 31%, rgba(42, 104, 227, 1) 64%) !important;
}

.tw-bg-primary-800 {
  --tw-gradient-to: none;
  background: linear-gradient(80deg, var(--theme-color-dark) 30%) !important;
}

.cu-table-top {
  border-top: 4px solid transparent !important;
  border-image: var(--theme-gradient-vibrant) 1 !important;
  border-radius: 12px !important;
  overflow: hidden;
}

/* .tw-bg-primary-800 {
    --tw-bg-opacity: 1;
    background: rgb(0 64 193/var(--tw-bg-opacity));
    background: linear-gradient(
357deg, rgba(27, 69, 155, 1) 31%, rgba(42, 104, 227, 1) 64%) !important;
} */

.olo-dashboard-main-card::before {
  /* Remove solid background color */
  background-color: transparent;

  /* Apply your gradient */
  /* background: linear-gradient(80deg, rgba(27, 69, 155, 1) 31%, rgba(42, 104, 227, 1) 64%) !important; */
  background: var(--theme-gradient) !important;
  display: none;
}

i.fa.fa-info-circle.text-info.hover-q.no-print {
  /* background: linear-gradient(80deg, rgba(27, 69, 155, 1) 31%, rgba(42, 104, 227, 1) 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

/* .olo-dashboard-main-card::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    border-radius: 10px 0px 0px 10px;
} */

.small-box.olo-dashboard-main-card::after {
  background-image: none !important;
}

.olo-dashboard-main-card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background-color: white;
  padding: 1.25rem !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
  border-image: var(--theme-gradient-vibrant) 1;
}

.olo-dashboard-main-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.olo-dashboard-main-card > * {
  padding: 0px;
}

.cu-btn-border {
  border: 1px solid #d2d6de !important;
}

.olo-dashboard-main-card p.tw-text-sm.tw-font-medium.tw-text-gray-500.tw-truncate.tw-whitespace-nowrap {
  font-size: 20px;
  font-weight: 700;
}

/* .olo-dashboard-main-card::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='currentColor'><g><path d='M29.34 11.08c-.58-.73-1.45-1.15-2.38-1.15h-.561l.301-1.699c.047-.262-.013-.531-.166-.749-.152-.218-.385-.366-.647-.411l-7.495-1.309c-.544-.096-1.061.267-1.157.81l-.599 3.358h-1.019l.633-3.53c.19-1.09 1.23-1.82 2.31-1.62l3.99.7-.47-2.65c-.1-.55-.62-.91-1.16-.81l-10.04 1.75c-.27.05-.5.19-.65.41s-.21.49-.17.75l.875 5h-1.995l-.86-3.73c-.1-.45-.5-.77-.97-.77h-4.11c-.55 0-1 .45-1 1s.45 1 1 1h3.31l3.14 13.6c.32 1.39 1.54 2.35 2.97 2.35h12.83c1.43 0 2.65-.96 2.97-2.35l1.7-7.39c.21-.9 0-1.84-.58-2.56zm-5.87 8.46h-8.98c-.55 0-1-.45-1-1 0-.56.45-1 1-1h8.98c.56 0 1 .44 1 1 0 .55-.44 1-1 1zm2.25-4.06h-13.48c-.55 0-1-.45-1-1 0-.56.45-1 1-1h13.48c.55 0 1 .44 1 1 0 .55-.45 1-1 1z'/><path d='M12.845 24.954c-1.395 0-2.53 1.132-2.53 2.522 0 1.392 1.135 2.523 2.53 2.523s2.53-1.132 2.53-2.523c0-1.39-1.135-2.522-2.53-2.522z'/><path d='M24.823 24.954c-1.396 0-2.53 1.132-2.53 2.522 0 1.392 1.135 2.523 2.53 2.523s2.53-1.132 2.53-2.523c.001-1.39-1.134-2.522-2.53-2.522z'/></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.19;
    pointer-events: none;
    z-index: 0;
} */

.olo-dashboard-svg-02::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor'><g><path d='M46 302H15c-8.291 0-15 6.709-15 15v180c0 8.291 6.709 15 15 15h31c24.814 0 45-20.186 45-45V347C91 322.186 70.814 302 46 302z'/><path d='M347 0c-90.901 0-165 74.099-165 165 0 39.6 14.099 75.899 37.5 104.399 18.9 5.4 36.599 15 51.599 28.201 2.821 2.116 4.414 2.091 7.5 2.4H332c20.7 0 39 10.199 49.501 26.4C455.9 310.499 512 244.2 512 165 512 74.099 437.901 0 347 0zm15.3 237.299h-.3V255c0 8.399-6.599 15-15 15s-15-6.601-15-15v-17.701c-9.9-3.3-19.2-9.6-27.299-19.499-5.401-6.301-4.5-15.601 1.8-21 6.299-5.4 15.899-4.5 20.999 1.8 8.101 9.6 17.1 13.2 24.6 10.499 6-2.1 9.9-7.8 9.9-14.099 0-8.401-6.599-15-15-15-24.9 0-45-20.101-45-45 0-18.001 10.8-34.501 27.6-41.4 0.601-.3 1.5-.3 2.4-.601V75c0-8.401 6.599-15 15-15s15 6.599 15 15v17.999c7.8 2.701 15.3 6.601 22.2 13.2 6 5.7 6 15.3 0.3 21.301s-15.3 6-21.301 0.3c-7.2-6.901-15.298-9.6-21.899-6.601-7.8 3.3-11.4 8.7-11.4 14.7 0 8.399 6.599 15 15 15 24.9 0 45 20.1 45 45 0 14.399-12.901 31.2-30.7 38.701z'/><path d='M507.5 331.099c-1.801-2.999-4.199-5.4-6.9-7.5-11.045-9.663-29.654-8.749-40.499 3.001L392 405.2l-2.1 2.398c-8.399 9.3-20.4 14.401-33 14.401H239.5c-8.401 0-15-6.601-15-15 0-8.401 6.599-15 15-15H332c16.5 0 30-13.5 30-30v-.3c-.3-16.5-13.5-29.7-30-29.7h-55.3c-8.996 0-18.637-3.303-26.4-9.9-36.599-32.1-90-34.201-129.3-6.899v184.499C150.7 507.8 181.3 512 212.199 512H347c32.999 0 64.2-15.601 84-42.001l72.001-96c6.506-8.3 7.298-27.21.499-37.1z'/></g></svg>");
}

.olo-dashboard-svg-03::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor'><path fill-rule='evenodd' d='M127.47 382.946a7.413 7.413 0 0 1 7.418-7.421h101.729a7.421 7.421 0 0 1 0 14.841h-101.724a7.422 7.422 0 0 1-7.423-7.42zm110.887 31.579h-103.464a7.421 7.421 0 1 0 0 14.842h103.464a7.421 7.421 0 0 0 0-14.841zm72.443-133.973h-169.052a7.421 7.421 0 1 0 0 14.841h169.052a7.421 7.421 0 0 0 0-14.841zm-48.363 54.965a7.414 7.414 0 0 0-7.42-7.42h-113.269a7.421 7.421 0 0 0 0 14.841h113.272a7.42 7.42 0 0 0 7.418-7.421zm114.513-28.145v90.256h90.25a98.092 98.092 0 0 0-90.246-90.256zm-297.957 102.87v-346.891a26.451 26.451 0 0 1 26.425-26.428h241.809v-16.336a11.6 11.6 0 0 0-11.59-11.587h-279.237a11.6 11.6 0 0 0-11.6 11.587v378.069a11.6 11.6 0 0 0 11.6 11.586zm188.46 42.765a112.787 112.787 0 0 1 128.8-157.551v-232.105a11.605 11.605 0 0 0-11.6-11.587h-279.232a11.6 11.6 0 0 0-11.589 11.587v378.069a11.593 11.593 0 0 0 11.584 11.586zm199.747-40.538a97.929 97.929 0 0 1-180.677 44.531 6.555 6.555 0 0 0-.594-.943 97.913 97.913 0 0 1 76.182-148.688v97.676a7.423 7.423 0 0 0 7.422 7.421zm-339.339-209.462a22.527 22.527 0 0 1 36.127-18.007l38.176-26.258a22.322 22.322 0 0 1-.913-6.266 22.568 22.568 0 0 1 44.247-6.286l28.189 5.565a22.55 22.55 0 0 1 39.434-4.081l23.769-18.795a22.6 22.6 0 1 1 9.009 11.788l-29.064 23a22.547 22.547 0 0 1-43.976 3.053l-28.195-5.566a22.517 22.517 0 0 1-33.9 9.679l-38.5 26.481a22.565 22.565 0 1 1-44.4 5.693zm222.725-81.182a7.738 7.738 0 1 1 7.737 7.739 7.743 7.743 0 0 1-7.737-7.739zm-63.8 38.608a7.732 7.732 0 1 1 7.725 7.728 7.737 7.737 0 0 1-7.725-7.728zm-70.7-7.961a7.737 7.737 0 1 1 7.736 7.728 7.745 7.745 0 0 1-7.736-7.728zm-73.386 50.535a7.733 7.733 0 1 1 7.728 7.728 7.746 7.746 0 0 1-7.728-7.728zm2.972-111.235a7.421 7.421 0 1 1 0-14.841h55.333a7.421 7.421 0 0 1 0 14.841zm0 36.5a7.421 7.421 0 1 1 0-14.841h24.134a7.421 7.421 0 0 1 0 14.841zm86.535 74.641h143.639a7.421 7.421 0 0 1 0 14.841h-143.646a7.421 7.421 0 1 1 0-14.841zm62.649 51.34h-62.656a7.421 7.421 0 1 1 0-14.841h62.646a7.421 7.421 0 0 1 0 14.841z'/></svg>");
}

.olo-dashboard-svg-04::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M21 7l-18 0'/><path d='M18 10l3 -3l-3 -3'/><path d='M6 20l-3 -3l3 -3'/><path d='M3 17l18 0'/></svg>");
}

/* Ensure card content is above the icon */
.olo-dashboard-main-card > * {
  position: relative;
  z-index: 1;
}

.tw-text-primary-700 {
  color: #333;
}

/* .olozone-active:hover {
    color: #ffffff9a;

} */
/* .border-color-logo {
    border-color: #ffffff79 !Important;
} */

.olozone-active {
  position: relative;
  /* padding: 10px 20px 10px 30px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff !important;
  background-color: var(--theme-color) !important;
  /* background-color: var(--olz-dark-blue);
    color: white; */
  /* background: linear-gradient(352deg, var(--olz-dark-blue) 31%, var(--olz-color-blue) 64%); */
  /* background: linear-gradient(352deg, #94b7ff 31%, var(--olz-color-blue) 64%); */
}

.olozone-active:hover {
  background-color: var(--theme-color) !important;
}

.olozone-active svg path {
  fill: #fff !important;
}

/* Left two vertical bars */
.olozone-active::before,
.olozone-active::after {
  content: '';
  position: absolute;
  left: 10px;
  /* distance from button edge */
  width: 2px;
  /* bar thickness */
  height: 70%;
  /* bar height relative to button */
  background: var(--theme-color-dark) !important;
  /* color of bars */
  top: 15%;
  /* center bars vertically */
  display: none;
}

/* offset second bar slightly to the right */
.olozone-active::after {
  left: 16px;
  /* distance between two bars */
}

/* .olozone-active:hover::before,
.olozone-active:hover::after {
    background: var(--olz-dark-blue);
} */
.olozone-active:hover::before,
.olozone-active:hover::after {
  background: var(--theme-color) !important;
}

/* child active */
.olozone-active-child {
  position: relative;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* background-color: #e1e1e1; */
  border-radius: 5px;
  color: var(--theme-color) !important;
}

/* .olozone-active-child:hover {
    color: var(--theme-color) !important;
} */

.tw-h-inherit {
  height: inherit !important;
}

/* .olozone-active-child::before,
.olozone-active-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 75%;
    background: var(--theme-color) !important;
    top: 15%;
    transition: background 0.3s ease;
} */

.sideBar_menuOLZ,
.olozone-active-child {
  position: relative;
}

.sideBar_menuOLZ {
  padding: 5px 20px 5px 30px;
  margin-top: 0px !important;
}

.sideBar_menuOLZ::after {
  content: '';
  position: absolute;
  right: unset;
  /* adjust as needed */
  top: 50%;
  padding: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='6' viewBox='0 0 15 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.874 2.71979L12.0808 0.125145C11.9214 -0.0101561 11.5862 -0.0586357 11.4044 0.0963803C11.2231 0.24607 11.2231 0.535849 11.4044 0.690856L13.4556 2.58935H0.46734C0.209113 2.58935 0 2.77313 0 3.00005C0 3.22696 0.209129 3.41074 0.46734 3.41074H13.4556L11.405 5.30978C11.2238 5.45947 11.2128 5.76415 11.405 5.90426C11.5862 6.03476 11.9166 6.03956 12.0815 5.8707L14.874 3.28083C14.9952 3.17429 15.0831 2.89824 14.874 2.71979Z' fill='%23555555'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.olozone-active-child::after {
  content: '';
  position: absolute;
  right: unset;
  /* adjust as needed */
  top: 50%;
  padding: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='6' viewBox='0 0 15 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.874 2.71979L12.0808 0.125145C11.9214 -0.0101561 11.5862 -0.0586357 11.4044 0.0963803C11.2231 0.24607 11.2231 0.535849 11.4044 0.690856L13.4556 2.58935H0.46734C0.209113 2.58935 0 2.77313 0 3.00005C0 3.22696 0.209129 3.41074 0.46734 3.41074H13.4556L11.405 5.30978C11.2238 5.45947 11.2128 5.76415 11.405 5.90426C11.5862 6.03476 11.9166 6.03956 12.0815 5.8707L14.874 3.28083C14.9952 3.17429 15.0831 2.89824 14.874 2.71979Z' fill='%23F66531'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* .olozone-active-child:hover::before,
.olozone-active-child:hover::after {
    background: #000;
} */

/* first line */
.olozone-active-child::before {
  left: 10px;
}

/* second line slightly to the right */
.olozone-active-child::after {
  left: 0px;
  /* adjust spacing between lines */
}

.daterangepicker .ranges li.active {
  background: var(--olz-color-blue) !important;
}

.table > thead:first-child > tr:first-child > th:first-child {
  border-top-left-radius: 8px;
  /* ya jitni radius chahiye */
}

.table > thead:first-child > tr:first-child > th:last-child {
  border-top-right-radius: 8px;
}

.table > thead:first-child > tr:first-child > th {
  /* background-color: var(--theme-color) !important;
    color: white; */
}

div.pos-tab-menu div.list-group > a.active,
div.pos-tab-menu div.list-group > a.active .glyphicon,
div.pos-tab-menu div.list-group > a.active .fa {
  background: var(--theme-color) !important;
}

.tw-rounded-lg {
  border-radius: 0.2rem !important;
}

.modal-header {
  background: var(--theme-gradient) !important;
  color: white;
}

.list-group {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2px;
}

a.list-group-item.text-center.tw-font-bold.tw-text-sm.md\:tw-text-base {
  width: max-content;
  min-width: 100px;
  font-size: 14px;
  min-width: 175px;
}

button#btnCalculator,
button#view_todays_profit {
  display: none;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 11px;
  cursor: pointer;
  border-bottom: 1px solid #00000045;
  font-family: 'Roboto';
}

i.fa.fa-info-circle.text-info.hover-q.no-print {
  color: #2563eb !important;
}

.table > thead:first-child > tr:first-child > th i.fa.fa-info-circle.text-info.hover-q.no-print {
  color: #fafafade !important;
}

.product_box {
  border-radius: 0px;
}

/* index page end */
.close {
  color: #ffffff;
  opacity: 0.7;
}

.tw-bg-\[\#646EE4\] {
  --tw-bg-opacity: 1;
  background-color: var(--theme-color-dark);
}

.hover\:tw-bg-\[\#414aac\]:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-color-dark);
}

.tw-bg-\[\#001F3E\] {
  --tw-bg-opacity: 1;
  background-color: var(--theme-orange);
}

.tw-bg-\[\#001F3E\]:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-orange);
}

/*super admin dashboard  */
.olo-dashboard-main-card > .small-box-footer {
  color: #333 !important;
}

.olo-dashboard-main-card > .small-box-footer:hover {
  color: #333 !important;
  background: rgb(0 0 0 / 15%);
}

.olo-dashboard-main-card:hover {
  color: #333;
}

.olo-dashboard-main-card {
  color: #333;
}

.box.box-primary {
  border-top-color: var(--theme-color-dark) !important;
}

.super-admin-nav-bar .navbar-nav > li > a {
  color: #ffffff;
}

.bg-olozone-primary {
  color: #ffffff;
  background-color: var(--theme-color-dark);
}

.bg-olozone-primary .navbar-brand {
  color: #ffffff;
  display: inline-flex;
}

.bg-olozone-primary .navbar-brand:hover {
  color: #d6d6d6;
}

.bg-olozone-primary .navbar-nav > li > a:focus,
.super-admin-nav-bar .navbar-nav > li > a:hover {
  color: #d6d6d6;
  background-color: transparent;
}

.text-light-blue,
.text-primary {
  color: var(--olz-dark-blue) !important;
}

/* .chiled .hover\:tw-text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 0.815);
} */

.btn-olozon-primary {
  background: var(--theme-color);
  border-color: var(--theme-color-dark);
  color: #ffffff;
}

.btn-olozon-primary:hover,
.btn-olozon-primary.active {
  background: var(--theme-color-dark);
  border-color: var(--theme-color-dark);
  color: #ffffff;
}

.bs-banner {
  background-image: url('../uploads/img/packeges-header.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  position: relative;
  /* required for overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

/* Overlay using var(--olz-dark-blue) */
/* .bs-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(27, 70, 155, 0.418);
    z-index: 1;
} */

.bs-banner h1 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 4px 4.6px #00000040 !important;
}

/* Ensure text appears above overlay */
.bs-banner * {
  position: relative;
  z-index: 2;
}

.bg-gray {
  background-color: #ababab !important;
}

/* .dt-buttons.btn-group a {
    background-color: #f1f1f1 !important;
    color: #000000b5;
} */
/* .box-header>.box-tools a {
    background-color: var(--theme-color-dark) !important;
}

.box-header>.box-tools a:hover {
    background-color: var(--theme-color-dark) !important;
    color: #ffffff !important;
} */

.cu-bg-pos-cat {
  background-color: var(--theme-orange) !important;
}

.cu-bg-pos-cat:hover {
  background-color: var(--theme-orange-light) !important;
}

/*  */

/* start by haseeb */
.border-0 {
  border: none !important;
}

.dt-buttons .buttons-collection {
  border: 0.5px solid var(--olz-color-blue) !important;
  border-radius: 4px;
  padding: 10.8px 10px !important;
  min-height: auto;
  height: auto;
  background-color: #fff !important;
  color: var(--olz-color-blue) !important;
  box-shadow: 0px 1px 2px 0px #00000029 !important;
  transition: 0.3s all ease-in-out;
}

.dt-buttons .buttons-collection:hover {
  background-color: var(--olz-color-blue) !important;
  color: #fff !important;
}

.dt-buttons .buttons-collection:hover span svg path {
  fill: #fff !important;
}

.dt-buttons .buttons-collection span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
}

.dt-buttons .buttons-collection span svg {
  height: 12px;
  width: 12px;
}

ul.dt-button-collection {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

ul.dt-button-collection li a {
  color: #000 !important;
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 400;
  padding: 5px 10px;
}

.dt-buttons.btn-group {
  text-align: end;
}

/* profile */
.tw-box__wrapper {
  box-shadow: 0px 1px 11px 0px #00000030 !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 50px;
}

.tw-box-card_detail {
  padding: 30px 50px !important;
}

.box-title-lg {
  font-size: 40px !important;
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  color: #000 !important;
  margin: 10px 0px !important;
}

.olz-box-body .form-group {
  width: 50%;
  margin: 0;
  margin-bottom: 15px;
}

.olz-box-body .form-group .input-group {
  width: 100%;
}

.olz-box-body .form-group .input-group input {
  background-color: #f9f9f9;
  border: none;
  padding: 18px 20px;
  min-height: fit-content;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins';
  border-radius: 10px;
}

.olz-box-body .form-group .input-group input::placeholder {
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins';
}

.olz-box-body .form-group .control-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  margin-bottom: 10px !important;
}

.tw-theme-btn {
  background: var(--theme-color, #7c3aed) !important;
  background: linear-gradient(135deg, var(--theme-color-light, #a78bfa) 0%, var(--theme-color, #7c3aed) 100%) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: 'Poppins', sans-serif !important;
  border-radius: 12px !important;
  padding: 10px 24px !important;
  margin-top: 0px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: fit-content !important;
  color: #ffffff !important;
  border: 1px solid var(--theme-color-light, #a78bfa) !important;
  line-height: normal !important;
  height: auto !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 15px var(--theme-glow, rgba(124, 58, 237, 0.3)) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.tw-theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--theme-glow, rgba(124, 58, 237, 0.5)) !important;
  filter: brightness(1.1);
}

.tw-theme-btn:active {
  transform: translateY(0);
}

.tw-theme-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transition: 0.8s;
  pointer-events: none;
}

.tw-theme-btn:hover::before {
  left: 100%;
}

/* ──── Scroll to Top Icon ──── */
.scroll.icon {
  position: fixed !important;
  right: 30px !important;
  bottom: 30px !important;
  width: 50px !important;
  height: 50px !important;
  background: var(--theme-color, #7c3aed) !important;
  background: linear-gradient(135deg, var(--theme-color-dark, #5b21b6) 0%, var(--theme-color, #7c3aed) 100%) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  z-index: 9999 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 0 0 0 0 var(--theme-glow, rgba(124, 58, 237, 0.4)) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.scroll.icon i {
  font-size: 20px !important;
  margin: 0 !important;
  transition: transform 0.3s ease !important;
}

.scroll.icon:hover {
  transform: translateY(-5px) scale(1.1) !important;
  background: var(--theme-color-dark, #5b21b6) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px var(--theme-glow, rgba(124, 58, 237, 0.6)) !important;
}

.scroll.icon:hover i {
  transform: translateY(-2px);
}

.scroll.icon:active {
  transform: translateY(0) scale(0.95) !important;
}

.form-group {
  margin-bottom: 25px !important;
}

.form-group > label:nth-child(1) {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: 'Poppins' !important;
  color: #000 !important;
  text-transform: capitalize !important;
  text-align: left !important;
}

.form-group label.error {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: 'Poppins' !important;
  /* position: absolute;
    bottom: 0px; */
}

.radio-inline span,
.form-group textarea,
.form-group select,
.form-group > input,
.form-group input.form-control,
.form-group select.form-control {
  background-color: #efefef !important;
  border-radius: 8px !important;
  padding: 12.46px 16px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #000 !important;
  font-family: 'Poppins' !important;
  border: none !important;
  height: auto !important;
}

.form-group .input-group .input-group-addon + select + span span span.select2-selection.select2-selection--single,
.form-group .input-group .input-group-addon + input.form-control,
.form-group .input-group .input-group-addon + select.form-control {
  border-radius: 0px 8px 8px 0px !important;
}

.form-group input::placeholder {
  color: #848484 !important;
}

.box-title {
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  font-size: 24px !important;
  color: var(--olz-dark-blue) !important;
  margin-bottom: 15px !important;
}

.profile-image-card {
  margin-top: -160px;
}

.profile-image-card .olz-profile-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  border: 8px solid #fff !important;
  border-color: #fff;
  position: relative;
  background-color: #fff;
}

.olz-profile-detail {
  margin-top: 10px;
  margin-left: 20px;
}

.olz-profile-detail h3 {
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  font-family: 'poppins';
}

.olz-profile-detail h5 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  font-family: 'poppins';
}

.olz-add-imagePro {
  position: absolute;
  right: -14px;
  bottom: -14px;
  cursor: pointer;
}

.olz-profile-img img {
  border-radius: 10px;
}

/* image upload */
/* Image Upload Modal Styles - Refined to match image */
.image-upload-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.75) !important;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000 !important;
}

.image-upload-modal {
  background: #4f4f4f !important;
  padding: 60px 40px 40px 40px !important;
  border-radius: 30px !important;
  width: 95% !important;
  max-width: 480px !important;
  text-align: center !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6) !important;
  position: relative !important;
  border: 2px dashed #ffffff !important;
}

.image-preview-area {
  width: 140px !important;
  height: 140px !important;
  border: 2px dashed #ffffff !important;
  border-radius: 20px !important;
  margin: 0 auto 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
  position: relative !important;
  background: transparent !important;
}

.image-preview-area svg {
  width: 50px !important;
  height: 50px !important;
}

.image-preview-area img,
.image-preview-area video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.upload-btn-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
}

.upload-btn-group .upload-btn {
  background: linear-gradient(180deg, #3b73e4 0%, var(--olz-dark-blue) 100%) !important;
  color: white !important;
  border: none !important;
  padding: 16px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important;
  font-family: 'Poppins';
}

.upload-btn-group .upload-btn:hover {
  opacity: 0.9 !important;
}

.confirm-btn-container {
  margin-top: 40px !important;
  display: none;
}

.confirm-btn {
  background: linear-gradient(180deg, #3b73e4 0%, var(--olz-dark-blue) 100%) !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 60px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  font-family: 'Poppins';
  transition: 0.3s all ease-in-out;
}

.confirm-btn:hover {
  transform: scale(1.05);
  transition: 0.3s all ease-in-out;
}

.close-modal {
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 35px !important;
  cursor: pointer !important;
  line-height: 1 !important;
  transition: color 0.3s !important;
}

.close-modal:hover {
  color: #fff !important;
}

#capture-btn {
  background: linear-gradient(180deg, #2ecc71 0%, #27ae60 100%) !important;
}

.multi-langugaes span.select2-selection.select2-selection--single {
  border-radius: 8px;
  border: none;
  padding: 15px 10px 15px 10px;
  height: 50px;
  background-color: #f9f9f9;
}

table.table tr th {
  background-color: var(--theme-color) !important;
  color: #fff !important;
  font-family: 'Poppins' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border-radius: 0px !important;
  white-space: nowrap;
}

table.table tr td {
  border: 1px solid #d9d9d9 !important;
  background-color: #fff !important;
}

table.table tr:first-child td {
  border-top: none !important;
}

table.table.tw-payment-info-total tr td {
  border: 1px solid #d9d9d9 !important;
}

/* table.table tr td:last-child{
    display: flex !important;
    align-items: center !important;
} */
table.table tr td .tw-dw-btn {
  border-radius: 5px !important;
}

table.table tr td .tw-dw-btn-outline.tw-dw-btn-primary {
  border-radius: 5px !important;
  border: 0.5px solid #4caf50 !important;
  color: #4caf50 !important;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  padding: 4px 10px !important;
  height: auto !important;
  min-height: auto !important;
  line-height: normal !important;
  background-color: #fff !important;
  box-shadow: unset !important;
}

table.table tr td .tw-dw-btn-outline.tw-dw-btn-primary:hover {
  border: 0.5px solid #4caf50 !important;
  background-color: #4caf50 !important;
  color: #fff !important;
}

table.table tr td .tw-dw-btn-outline.tw-dw-btn-error {
  border-radius: 5px !important;
  border: 0.5px solid #ff5252 !important;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  padding: 4px 10px !important;
  height: auto !important;
  min-height: auto !important;
  line-height: normal !important;
}

table.table tr td .tw-dw-btn-outline.tw-dw-btn-error:hover {
  color: #fff !important;
  background-color: #ff5252 !important;
}

table.table tr td .tw-dw-btn-outline.tw-dw-btn-info {
  border-radius: 5px !important;
  border: 0.5px solid #00c0ef !important;
  color: #00c0ef !important;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  padding: 4px 10px !important;
  height: auto !important;
  min-height: auto !important;
  line-height: normal !important;
}

table.table tr td .tw-dw-btn-outline.tw-dw-btn-info:hover {
  color: #fff !important;
  background-color: #00c0ef !important;
}

table.table-slim tr th {
  background-color: transparent !important;
  color: #000 !important;
  border-bottom: 1px solid #ccc !important;
}

table.table-slim tr td {
  text-align: end !important;
}

/* users */
/* button.btn-modal, */
a.tw-bg-gradient-to-r,
a.olz-theme-add_btn,
.olz-theme-add_btn {
  box-shadow: 0px 1px 2px 0px #00000029 !important;
  background-color: var(--theme-color) !important;
  color: #fff !important;
  border-radius: 4px !important;
  display: flex;
  border: 1px solid var(--theme-color) !important;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  position: relative;
  overflow: hidden;
  /* background: var(--theme-gradient, linear-gradient(120deg,
                rgba(255, 255, 255, 0) 30%,
                rgba(255, 255, 255, 0.6) 50%,
                rgba(255, 255, 255, 0) 70%)) !important;
    background-size: 200% 100% !important;
    background-position: -200% 0 !important;
    background-repeat: no-repeat !important;
    transition: background-position 1.2s ease !important; */
}

/* button.btn-modal svg, */
a.tw-bg-gradient-to-r svg,
a.olz-theme-add_btn svg,
.olz-theme-add_btn svg {
  width: 16px !important;
}

/* button.btn-modal:hover,
a.tw-bg-gradient-to-r:hover {
    background-position: 200% 0 !important;
} */

/* button.btn-modal::before, */
a.olz-theme-add_btn::before,
.olz-theme-add_btn::before,
a.tw-bg-gradient-to-r::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(54, 32, 32, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
  transition: 0.8s;
}

/* button.btn-modal:hover::before, */
a.olz-theme-add_btn:hover::before,
.olz-theme-add_btn:hover::before,
a.tw-bg-gradient-to-r:hover::before {
  left: 100%;
}

@media (min-width: 768px) {
  .header-ozon .md\:tw-top-5 {
    top: 0.25rem !important;
    height: 60px;
  }

  .header-ozon .md\:tw-top-8 {
    top: 1rem;
  }
}

@media (min-width: 564px) {
  .daterangepicker .ranges ul {
    width: 180px;
    margin-right: 10px;
  }
}

@media (max-width: 564px) {
  .img-ozon-logo {
    max-height: 50px;
    width: 180px !important;
  }

  .tw-gap-4 {
    gap: 0rem;
  }
}

/* Hide DataTables sorting icons */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-image: none !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  content: '' !important;
  display: none !important;
}

table.dataTable thead th {
  padding-right: 10px !important;
  white-space: nowrap !important;
}

/* Custom Sort Button Styling */
.sort-table-btn {
  background: var(--olz-color-blue) !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 5.5px 10px !important;
  border: none !important;
  display: inline-flex !important;
  height: 33px;
  margin-top: 0px;
  margin-bottom: 0px !important;
  font-size: 14px !important;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%) !important;
  background-size: 200% 100% !important;
  background-position: -200% 0 !important;
  background-repeat: no-repeat !important;
  transition: background-position 1.2s ease !important;
}

.sort-table-btn:hover {
  background-position: 200% 0 !important;
}

.sort-table-btn span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sort-table-btn svg {
  width: 14px;
  height: 14px;
}

.dataTables_length select.form-control {
  border: 0.5px solid var(--olz-color-blue) !important;
  border-radius: 4px;
  padding: 6px 10px !important;
  min-height: auto;
  height: auto;
  background-color: #fff !important;
  color: var(--olz-color-blue) !important;
  box-shadow: 0px 1px 2px 0px #00000029 !important;
}

.dataTables_filter label,
.dataTables_filter label input {
  width: 100% !important;
  margin-bottom: 0px !important;
}

.box-header > .box-tools {
  float: right;
  margin-bottom: 0;
  display: flex !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  gap: 10px !important;
}

/* Hide Export button initially to prevent flicker */
.export-table-btn {
  display: none !important;
}

/* Show Export button only when it's in the header actions area */
.box-tools .export-table-btn {
  display: inline-flex !important;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  /* width: 100% !important; */
}

.dataTables_length {
  text-align: left !important;
}

.box-header.with-border {
  border-bottom: 0px !important;
}

.box-title-filter a {
  color: #555555 !important;
  font-size: 20px !important;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  display: block !important;
}

.box-title-filter a:hover {
  background-color: transparent !important;
}

/* Premium Upload Container Area */
.olz-upload-container {
  border: 2px solid var(--olz-color-blue);
  border-radius: 12px;
  margin-bottom: 25px;
}

.olz-upload-wrapper {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 25px;
}

.olz-upload-side {
  width: 25%;
  min-width: 150px;
  border: 2px dashed #9b9b9b;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff9f7;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px;
}

.olz-upload-side:hover {
  border-color: var(--olz-color-blue);
}

.olz-plus-icon {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1;
}

.olz-max-size-text {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  text-align: center;
}

.olz-upload-main {
  flex: 1;
  margin-bottom: 0px !important;
  border: 2px dashed #9b9b9b !important;
}

.olz-upload-dropzone {
  border: none !important;
  /* Hide internal border when used in main */
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  background-color: transparent;
  /* Use container bg or transparent */
  cursor: pointer;
  transition: all 0.3s ease;
}

.olz-upload-icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.olz-upload-title {
  font-size: 24px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

.olz-upload-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}

.olz-choose-file-btn {
  background-color: var(--olz-color-blue);
  /* Dark Blue */
  color: #ffffff !important;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  transition: background-color 0.2s;
  display: inline-block;
  cursor: pointer;
}

.olz-choose-file-btn:hover {
  background-color: var(--olz-dark-blue);
}

.olz-upload-top-text {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

/* Premium Attach Document Dual-Box UI */
.olz-attach-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: stretch;
}

.olz-attach-preview-box {
  flex: 0 0 240px;
  border: 2px dashed #9b9b9b;
  border-radius: 12px;
  background-color: #fff9f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  min-height: 200px;
}

.olz-upload-dropzone,
.olz-attach-upload-box {
  flex: 1;
  border: 2px dashed #9b9b9b;
  border-radius: 12px;
  background-color: #fff9f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  cursor: pointer;
  min-height: 200px;
}

.olz-attach-plus-icon {
  font-size: 60px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}

.olz-attach-max-text {
  font-size: 11px;
  color: #333;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
}

.olz-attach-upload-box .olz-upload-icon {
  margin-bottom: 10px;
}

.olz-upload-dropzone .olz-upload-title,
.olz-attach-upload-box .olz-upload-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 5px !important;
}

.olz-upload-dropzone .olz-upload-subtitle,
.olz-attach-upload-box .olz-upload-subtitle {
  font-size: 13px !important;
  margin-bottom: 15px !important;
}

.olz-upload-btn {
  background-color: #3b82f6;
  /* Modern Blue */
  color: #fff !important;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.olz-upload-btn:hover {
  background-color: var(--olz-dark-blue);
}

@media (max-width: 768px) {
  .olz-attach-container {
    flex-direction: column;
  }

  .olz-attach-preview-box {
    flex: 1;
  }
}

.input-group .input-group-addon {
  background-color: var(--theme-color) !important;
  border-radius: 10px 0px 0px 10px;
  border: none;
  color: #fff;
  padding: 10px 20px;
}

.input-group .input-group-addon:last-child {
  background-color: transparent !important;
  border-radius: 0px 10px 10px 0px !important;
  border: none;
  color: #fff;
  padding: 10px 20px;
}

.input-group .input-group-addon + input,
.input-group .input-group-addon + input + input,
.input-group .input-group-addon + select {
  /* box-shadow: 0px 0px 4px 0px #00000030; */
  min-height: 38px;
  border-radius: 0px 10px 10px 0px !important;
}

.download-template-file_btn {
  border: 2px solid var(--olz-color-blue) !important;
  background-color: transparent !important;
  color: var(--olz-color-blue) !important;
  padding: 17px 20px !important;
  height: auto !important;
  font-family: 'Poppins' !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: 0.3s all ease-in-out;
}

.download-template-file_btn:hover {
  background-color: var(--olz-color-blue) !important;
  color: #fff !important;
}

.instruction_text {
  margin-bottom: 10px;
}

.instruction_text h3 {
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins';
  color: #000000;
}

.instruction_text h6 {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins';
  color: #848484;
}

.box,
.info-box {
  border-radius: 0.75rem !important;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.modal .modal-header,
.expense_category_modal .modal-header {
  color: white;
  background: linear-gradient(360deg, var(--olz-dark-blue) 0%, var(--olz-color-blue) 100%) !important;
}

.modal .modal-header h4.modal-title,
.expense_category_modal .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins';
}

.more_btn {
  background-color: var(--olz-dark-blue) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Roboto';
  padding: 13px 10px !important;
  height: auto !important;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 auto;
  border: none !important;
  min-height: fit-content !important;
  line-height: normal !important;
}

.tw-dw-btn-neutral {
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Poppins' !important;
  border-radius: 10px !important;
  padding: 8px 20px;
  margin-top: 0px;
  display: inline-block;
  min-height: fit-content;
  color: #000 !important;
  line-height: normal;
  height: auto;
  border: 1px solid #000 !important;
  transition: 0.3s all ease-in-out;
}

.tw-dw-btn-neutral:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.modal-content {
  border-radius: 10px !important;
  overflow: hidden;
}

.load_notifications {
  background: transparent !important;
}

.tw-top-adminProfile {
  box-shadow: 1px 0px 6.1px 0px #00000024 inset;
  background: #f4f4f4;
  padding: 7px 35px 7px 7px;
  gap: 25px !important;
}

.tw-admin-userName p {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--roboto-family);
  color: #000;
  margin-bottom: 0px;
  line-height: normal;
  margin-bottom: 5px;
}

.tw-admin-userName h6 {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--roboto-family);
  margin-bottom: 0px;
}

.tw-adminProfile-pic {
  border: 2px solid var(--theme-color) !important;
  height: 50px;
  width: 50px;
}

.tw-h-80 {
  height: 80px;
}

.tw-POS-btn {
  font-weight: 400 !important;
  background-color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-family: 'Roboto' !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}

/* button.btn-modal::before, */
.tw-POS-btn::before,
.tw-POS-btnn::before,
.tw-POS-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(54, 32, 32, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
  transition: 0.8s;
}

/* button.btn-modal:hover::before, */
.tw-POS-btn:hover::before,
.tw-POS-btn:hover::before,
.tw-POS-btn:hover::before {
  left: 100%;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-bottom-color: var(--theme-color) !important;
}

.nav-tabs-custom > .nav-tabs > li.active:hover > a,
.nav-tabs-custom > .nav-tabs > li.active > a {
  background-color: #fff !important;
  color: var(--theme-color) !important;
}

.tw-del-selected-btn {
  border: 1px solid #ff5252 !important;
  color: #ff5252 !important;
  background-color: transparent !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  font-size: 12px;
  font-family: var(--poppins-family);
  font-weight: 400 !important;
  line-height: normal !important;
  transition: 0.3s all ease-in-out;
}

.tw-del-selected-btn:hover {
  border: 1px solid #ff5252 !important;
  color: #fff !important;
  background-color: #ff5252 !important;
}

.tw-location-btn {
  border: 1px solid #4caf50 !important;
  color: #4caf50 !important;
  background-color: transparent !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  font-size: 12px;
  font-family: var(--poppins-family);
  font-weight: 400 !important;
  line-height: normal !important;
  transition: 0.3s all ease-in-out;
}

.tw-location-btn:hover {
  border: 1px solid #4caf50 !important;
  color: #fff !important;
  background-color: #4caf50 !important;
}

.tw-locationRemove-btn {
  border: 1px solid #6f6f6f !important;
  color: #6f6f6f !important;
  background-color: transparent !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  font-size: 12px;
  font-family: var(--poppins-family);
  font-weight: 400 !important;
  line-height: normal !important;
  transition: 0.3s all ease-in-out;
}

.tw-locationRemove-btn:hover {
  border: 1px solid #6f6f6f !important;
  color: #fff !important;
  background-color: #6f6f6f !important;
}

.tw-deactivated-btn {
  border: 1px solid #ff4300 !important;
  color: #ff4300 !important;
  background-color: transparent !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  font-size: 12px;
  font-family: var(--poppins-family);
  font-weight: 400 !important;
  line-height: normal !important;
  transition: 0.3s all ease-in-out;
}

.tw-deactivated-btn:hover {
  border: 1px solid #ff4300 !important;
  color: #fff !important;
  background-color: #ff4300 !important;
}

.tw-woocomerce-btn {
  border: 1px solid var(--olz-color-blue) !important;
  color: var(--olz-color-blue) !important;
  background-color: transparent !important;
  border-radius: 6px !important;
  padding: 4px 8px !important;
  font-size: 12px;
  font-family: var(--poppins-family);
  font-weight: 400 !important;
  line-height: normal !important;
  transition: 0.3s all ease-in-out;
}

.tw-woocomerce-btn:hover {
  border: 1px solid var(--olz-color-blue) !important;
  color: #fff !important;
  background-color: var(--olz-color-blue) !important;
}

.nav-tabs-custom > .nav-tabs > li {
  border-bottom: 3px solid #697586 !important;
  margin-bottom: 0px !important;
  margin-right: 0 !important;
}

.tw-save-openingStock {
  background: transparent !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 0px;
  display: inline-block;
  min-height: fit-content;
  color: var(--olz-color-blue) !important;
  border: 1px solid var(--olz-color-blue) !important;
  line-height: normal;
  height: auto !important;
  transition: 0.3s all ease-in-out;
}

.tw-save-openingStock:hover {
  background: var(--olz-color-blue) !important;
  color: #fff !important;
}

select.form-control.text-colorF {
  color: var(--theme-color) !important;
}

.tw-rounded-radius-8 {
  border-radius: 8px !important;
}

.tw-home_table .dt-buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

.tw-search-loaction span.select2-selection.select2-selection--single {
  border: 2px solid var(--olz-dark-blue) !important;
  padding: 5px 10px !important;
}

.loc-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: 0px !important;
  line-height: 28px !important;
}

.tw-search-loaction .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: 0 !important;
  line-height: normal !important;
}

.selected-fields span.select2-selection.select2-selection--multiple {
  box-shadow: unset !important;
  min-height: 41px !important;
  border-radius: 10px !important;
  background-color: #efefef !important;
  border: none !important;
  height: 100% !important;
}

span.select2-selection.select2-selection--multiple {
  box-shadow: 0px 0px 4px 0px #00000030 !important;
  min-height: 37px !important;
  border-radius: 0px 10px 10px 0px !important;
  border: none !important;
  height: 100% !important;
}

.input-group input.input_number {
  background-color: #efefef !important;
  padding: 12px 16px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #000 !important;
  font-family: 'Poppins' !important;
  border: none !important;
  height: auto !important;
}

.tw-select_box {
  background-color: #f9f9f9 !important;
  color: #848484 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Poppins' !important;
  line-height: normal !important;
  padding: 18px 16px !important;
  border-radius: 10px !important;
  border: none !important;
}

.tw-sale-comission_tbl tr td:last-child {
  display: flex;
  align-items: center;
}

.tw-instructions_lines p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #000;
  line-height: normal;
  margin-bottom: 0px;
}

.tw-instructions_lines span {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #848484;
  line-height: normal;
}

.content-header > h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto';
}

.content-header > h1 > small {
  font-size: 16px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #000000;
}

.fa.fa-filter {
  color: var(--olz-color-blue) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #3c8dbc !important;
  background-color: #fff !important;
}

.icheckbox_square-blue + strong {
  font-weight: 400 !important;
  font-family: 'Poppins' !important;
}

/* Reports */
.tw-transaction_tabs {
  overflow: auto;
}

.tw-transaction_tabs .list-group-item {
  border: none !important;
  border-bottom: 3px solid #697586 !important;
  background-color: transparent !important;
}

.content .pos-tab-container .tw-transaction_tabs .list-group-item.active {
  background: transparent !important;
  border-bottom: 3px solid var(--theme-color) !important;
  border-top: none !important;
  color: #000 !important;
}

.transaction_wrapper .pos-tab-content {
  padding-left: 0px !important;
}

.tw-reports_tabs .nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  overflow: auto;
}

.tw-reports_tabs .nav-tabs-custom {
  overflow: hidden;
  border-radius: 0.75rem;
}

.tw-reports_tabs .nav-tabs-custom > .nav-tabs > li > a {
  color: #697586;
  border-radius: 0;
}

.tw-reports_tabs .nav-tabs-custom > .nav-tabs > li {
  border-top: 0px solid transparent;
}

.tw-reports_tabs .nav-tabs-custom > .nav-tabs > li.active {
  border-bottom-color: var(--theme-color) !important;
  border-top: none !important;
}

.tw-reports_tabs .navbar-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.tw-reports_tabs .navbar-nav li {
  border-bottom: 3px solid #697586 !important;
}

.tw-reports_tabs .navbar-nav li.active {
  border-bottom: 3px solid var(--theme-color) !important;
  border-top: none !important;
}

.tw-reports_tabs .navbar-nav li.active a {
  background-color: transparent !important;
  color: var(--theme-color) !important;
}

table.table.tw-payment-info-total tr th {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #d9d9d9 !important;
}

.report_data-wrapper table.table tr th {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.report_data-wrapper table.table tr td {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-right: 0px !important;
}

.tw-stock-report_btn {
  background-color: transparent !important;
  border: 1px solid var(--olz-color-blue) !important;
  border-radius: 8px !important;
  color: var(--olz-color-blue) !important;
  padding: 8px !important;
  transition: 0.3s all ease-in-out !important;
}

.tw-stock-report_btn:hover {
  background-color: var(--olz-color-blue) !important;
  border: 1px solid var(--olz-color-blue) !important;
  border-radius: 8px !important;
  color: #fff !important;
  padding: 8px !important;
}

.add-production_btn {
  background-color: var(--olz-color-blue) !important;
  color: #fff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Poppins' !important;
  border-radius: 10px !important;
  padding: 8px 20px !important;
  margin-top: 0px !important;
  display: inline-block !important;
  min-height: fit-content !important;
  color: #fff !important;
  line-height: normal !important;
  height: auto !important;
}

body section.content button.add-production_btn i.fa.fa-info-circle.text-info.hover-q.no-print {
  color: #fff !important;
}

.essential-todo span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.todo__tbl table.table tr td:last-child ul li:nth-child(1) a {
  display: flex;
  align-items: center;
  gap: 14px;
}

table.table.balanceSheet__tbl tr th {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
}

table.table.balanceSheet__tbl tr td {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
}

table.table.trial-balance_tbl tbody tr th {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
}

.tabular_btn:nth-child(1) {
  border-radius: 8px 0px 0px 8px !important;
}

.tabular_btn:nth-child(2) {
  border-radius: 0px 8px 8px 0px !important;
}

.tabular_btn {
  background: linear-gradient(180deg, #fefefe 0%, #e7e7e7 100%) !important;
  border: 1px solid #dcdcdc !important;
  color: #000 !important;
  padding: 8px 20px !important;
}

.tabular_btn.focus {
  outline: none !important;
}

.tabular_btn.active {
  background: linear-gradient(180deg, #2864de 0%, #1b459b 100%) !important;
  border: 1px solid !important;
  border-image-source: linear-gradient(180deg, #2a67e2 0%, #1b469d 100%) !important;
  color: #fff !important;
}

.jstree-icon.jstree-themeicon.fa.fa-folder {
  color: #fdb441;
}

.budget__tbl table.table {
  table-layout: fixed;
  min-width: 1400px;
  /* Ensure enough space for 12 months + account column */
}

/* Account Column Width */
.budget__tbl table.table tr th:first-child {
  width: 200px;
  background-color: #f9f9f9 !important;
  color: #000 !important;
}

/* Month Columns Width (Equal) */
.budget__tbl table.table tr th:not(:first-child),
.budget__tbl table.table tr td {
  width: 100px;
}

/* First row header */
.budget__tbl-quarterly table.table thead tr th {
  background-color: #f9f9f9 !important;
  color: #000 !important;
}

/* Body rows first column */

.budget__tbl-quarterly table.table tbody tr td:nth-child(odd),
.budget__tbl-quarterly table.table tbody tr th:nth-child(odd) {
  background-color: #fff !important;
  color: #000 !important;
}

.budget__tbl-quarterly table.table tbody tr:nth-child(even) th {
  background-color: #f9f9f9 !important;
  color: #000 !important;
}

/* Body rows second column */
.budget__tbl-quarterly table.table tbody tr td:nth-child(even),
.budget__tbl-quarterly table.table tbody tr th:nth-child(even) {
  background-color: #f9f9f9 !important;
  color: #000 !important;
}

.budget__tbl table.table tr th {
  white-space: normal;
  background-color: #f9f9f9 !important;
  color: #000 !important;
  /* width: 40%; */
}

.budget__tbl table.table tr td:nth-child(even) {
  background-color: #f9f9f9 !important;
}

.acounting-reports-description {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 300;
  color: #000;
  min-height: 67.7px;
}

.box-title.acounting-reports-heading {
  font-size: 18px !important;
  color: #000 !important;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
}

.view-report_btn {
  background: linear-gradient(180deg, #3b73e4 0%, #1c469d 100%);
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  width: fit-content;
  font-weight: 300;
  font-family: 'Poppins';
  font-size: 13px;
  transition: 0.3s all ease-in-out;
  position: relative;
  overflow: hidden;
}

.view-report_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(54, 32, 32, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
  transition: 0.8s;
}

.view-report_btn:hover::before {
  left: 100%;
}

table.table.trial-balance__table tr th {
  background-color: transparent !important;
  border: 1px solid #d9d9d9 !important;
  color: #000 !important;
}

table.table.trial-balance__table tr td {
  background-color: transparent !important;
  border: 1px solid #d9d9d9 !important;
  color: #000 !important;
}

.chartOfAccount__table {
  border: 1px solid #2a67e2;
  box-shadow: 0px 0px 7px 0px #00000030;
  border-radius: 10px;
  padding: 20px 10px;
  background-color: #fff;
}

.chartOfAccount__table h3 {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #000000;
}

.chartOfAccount__table table.table {
  margin-bottom: 0px !important;
  border: none !important;
}

.chartOfAccount__table table.table tr th {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  color: #1b459b !important;
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  font-size: 20px !important;
}

.chartOfAccount__table table.table tr th:nth-child(2) {
  border-right: 0px !important;
}

.chartOfAccount__table table.table tr td {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  padding: 20px 10px;
}

.chartOfAccount__table table.table tr td:nth-child(2) {
  border-right: 0px !important;
  text-align: right;
}

.chartOfAccount__table table.table tr:last-child td {
  border-bottom: none !important;
}

.luckysheet_info_detail .luckysheet_info_detail_input {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

.kitchen_tbl {
  border-bottom: 1px solid #d9d9d9 !important;
}

.kitchen_tbl table.table tr td,
.kitchen_tbl table.table tr th {
  font-weight: 400 !important;
  font-family: 'Poppins' !important;
  color: #000 !important;
  font-size: 16px !important;
  padding: 8px 0px !important;
  border: none !important;
}

.orderNo-text {
  border-bottom: 1px solid #d9d9d9 !important;
}

.orderNo-text h4 {
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  color: #000 !important;
  font-size: 28px !important;
}

.order-btn {
  position: relative !important;
  padding: 8px 20px 8px 20px !important;
  border: 2px solid var(--theme-color) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--theme-color) !important;
  font-size: 16px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* orange background */
.order-btn::before {
  content: '';
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 50px !important;
  height: 100% !important;
  background: var(--theme-gradient-vibrant) !important;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%) !important;
  transition: 0.4s !important;
  z-index: 1 !important;
}

/* hover effect */
.order-btn:hover::before {
  width: 100% !important;
  clip-path: none !important;
}

/* keep text above background */
.order-btn .orderBtn-text,
.order-btn .orderBtn-arrow {
  position: relative !important;
  z-index: 2 !important;
  font-size: 14px;
}

.order-btn:hover {
  color: #fff !important;
}

.pay-subscription__btn,
.mark_as_served_btn,
.mark_as_cooked_btn {
  position: relative !important;
  padding: 8px 20px 8px 20px !important;
  border: 2px solid #2e3192 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #2e3192 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.pay-subscription__btn::before,
.mark_as_served_btn::before,
.mark_as_cooked_btn::before {
  content: '';
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 50px !important;
  height: 100% !important;
  background: #2e3192 !important;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%) !important;
  transition: 0.4s !important;
  z-index: 1 !important;
}

/* hover effect */
.pay-subscription__btn:hover::before,
.mark_as_served_btn:hover::before,
.mark_as_cooked_btn:hover::before {
  width: 100% !important;
  clip-path: none !important;
}

/* keep text above background */
.pay-subscription__btn .orderBtn-text,
.mark_as_served_btn .orderBtn-text,
.mark_as_served_btn .orderBtn-arrow,
.mark_as_cooked_btn .orderBtn-text,
.mark_as_cooked_btn .orderBtn-arrow {
  position: relative !important;
  z-index: 2 !important;
  font-size: 14px !important;
}

.pay-subscription__btn:hover,
.mark_as_served_btn:hover,
.mark_as_cooked_btn:hover {
  color: #fff !important;
}

.pay-subscription__btn:hover .orderBtn-arrow {
  color: #fff !important;
  z-index: 2 !important;
}

.pay-subscription__btn .orderBtn-arrow {
  position: absolute;
  right: 40px;
}

.orderBtn-arrow {
  position: absolute;
  right: 20px;
}

.kitchen-orderBTn-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0px;
}

.box.box-olozon.subscriptModal__Card {
  box-shadow: -6px 6px 24.4px 7px rgba(0, 0, 0, 0.07058823529411765) !important;
}

.subscriptModal__Card .box-title {
  color: #000 !important;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
  text-align: center;
  display: block;
}

.subscriptModal__Card .pkg-price {
  background-color: var(--theme-color) !important;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 500;
}

.subscriptModal__Card .pkg-price span,
.subscriptModal__Card .pkg-price small {
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
}

.subscriptModal__Card .pkg-items {
  padding: 0px;
}

.tw-flex-row {
  display: flex !important;
  flex-wrap: wrap !important;
}

.package-card-container {
  display: flex !important;
  margin-bottom: 20px;
}

.subscriptModal__Card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin-bottom: 0px !important;
}

.subscriptModal__Card .box-body {
  flex: 1 !important;
}

.more-items-container {
  overflow: hidden;
}

.toggle-items-btn {
  padding: 2px 10px !important;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
}

.toggle-items-btn:hover,
.toggle-items-btn:focus {
  text-decoration: none !important;
  opacity: 0.8;
}

.tw-visa-field span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.tw-ai-assistance-card .tw-ai-heading {
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.tw-ai-assistance-card .tw-ai-heading h3 {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-bottom: 0px;
  font-family: 'Poppins';
}
.tw-ai-assistance-card h5 {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #000;
  font-family: 'Poppins';
}
.tw-ai-assistance-card p {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #000;
  font-family: 'Poppins';
}
.tw-settings_buttons-wrap .list-group .list-group-item.active {
  background-color: var(--olz-dark-blue) !important;
  color: var(--olz-text-white) !important;
}
.tw-diet-plan_tbl .list-group {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px !important;
}
.tw-diet-plan_tbl .list-group .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0 !important;
  background-color: #fff;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.tw-text-orange-hover:hover {
  color: var(--theme-color) !important;
}
#business_register_form fieldset {
  width: 100% !important;
}
.tw-register__tabs .steps ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.tw-register__tabs .steps ul li {
  width: auto !important;
}
.tw-register__tabs .steps ul li.current a {
  border-bottom: 3px solid var(--theme-color) !important;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  color: var(--theme-color) !important;
  background-color: transparent !important;
}
.tw-register__tabs .steps ul li.current a:hover {
  color: var(--theme-color) !important;
}
.tw-register__tabs .steps ul li.disabled a {
  border-bottom: 3px solid #aaa !important;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  color: #aaa !important;
  background-color: transparent !important;
}
.verify-whatsapp_btn {
  background-color: transparent !important;
  border: 1px solid var(--olz-color-blue) !important;
  border-radius: 8px !important;
  color: var(--olz-color-blue) !important;
  padding: 3px 8px !important;
  transition: 0.3s all ease-in-out !important;
  font-size: 10px;
}
.file-caption-name {
  display: flex;
  overflow: hidden;
  height: 100%;
  word-break: break-all;
  align-items: center;
}

/* subscription --- package */

.btn-pill.btn-gradient {
  color: #fff !important;
  background: var(--theme-gradient-vibrant) !important;
  box-shadow: 0px 4px 15px var(--theme-glow-vibrant);
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s;
  display: inline-block;
  font-family: 'Poppins';
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.btn-pill.btn-white {
  background: #fff;
  color: #000 !important;
  border: none;
  box-shadow: 0px 0px 10px 0px #2a67e2a6;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
  font-family: 'Poppins';
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}

.onhover-animate {
  position: absolute;
  transform: translate(50%, 50%);
  right: -50%;
  top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.onhover-animate span,
.onhover-animate i {
  background: var(--theme-gradient-vibrant);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}
.btn-pill.btn-gradient:hover {
  background: #fff !important;
}

.btn-pill.btn-gradient:hover .onhover-animate,
.btn-pill.btn-white:hover .onhover-animate {
  opacity: 1;
  right: 50%;
  white-space: nowrap;
  transform: translate(50%, 50%);
}
.btn-pill.btn-gradient .btn-pill-text,
.btn-pill.btn-white .btn-pill-text {
  transform: translate(50%, 50%);
  left: 0%;
  position: relative;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.btn-pill.btn-gradient:hover .btn-pill-text,
.btn-pill.btn-white:hover .btn-pill-text {
  transform: translate(50%, 50%);
  left: -150%;
  position: relative;
  opacity: 0;
}

.card-pricing.popular .card-pricing-header {
  padding: 15px 0px 0px 0px;
  border-radius: 18px 18px 0 0;
}
.card-pricing.popular .card-title,
.card-pricing.popular .card-subtitle {
  color: #000 !important;
}
.popular-badge {
  position: absolute;
  top: -20px;
  left: -3px;
  background: var(--theme-gradient-vibrant);
  box-shadow: 0 4px 15px var(--theme-glow-vibrant);
  color: #fff;
  padding: 8px 0;
  border-radius: 30px 30px 0 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  z-index: 11;
  box-shadow: 0px 10px 40px var(--theme-glow-vibrant);
}
.pricing-header {
  background: var(--theme-gradient-vibrant);
  padding: 60px 20px;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.pricing-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 150%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(35deg);
  pointer-events: none;
}
.pricing-header .back-link {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  font-size: 20px;
}
.pricing-header .pricing-title {
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  font-size: 34px;
}

.promo-content {
  flex: 1;
  text-align: center;
  z-index: 5;
  padding-right: 50px;
}
.promo-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
  background: linear-gradient(90deg, #6366f1 0%, #f16532 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  font-family: 'Poppins';
}
.promo-subtitle {
  color: #8b5cf6 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 25px !important;
  background: linear-gradient(90deg, #6366f1 0%, #f16532 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins';
}

.promo-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.package-card-container {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Always occupy 25% of the row for 4 items per row */
.package-card-container {
  flex: 0 0 25%;
  max-width: 25%;
}

/* Promo Banner Styles Update */
.promo-banner-container {
  margin-bottom: 60px;
  padding: 0 20px;
}
.promo-banner {
  background: var(--olo-bg-gradient, linear-gradient(90deg, #f0f7ff 0%, #ffffff 45%, #fff7ed 100%));
  border-radius: 24px;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(148, 163, 184, 0.1);
  overflow: visible;
  width: 100%;
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.promo-image-wrapper {
  flex: 0 0 350px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
.phone-mockup {
  width: 130px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.1));
  transform: rotate(-5deg);
}
.phone-mockup img {
  width: 100px;
  height: 160px;
}

.interval-btn {
  border: none;
  background: transparent;
  padding: 10px 45px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #64748b;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s;
  font-size: 15px;
  background-color: #eaeaea;
  transition: 0.3s all ease-in-out;
}
.interval-btn:hover {
  background-color: #fff6f3;
  color: var(--olz-orange);
}
.interval-btn.active {
  background-color: var(--olz-orange);
  color: #fff;
  box-shadow: 0 4px 12px rgba(241, 101, 50, 0.3);
}
.interval-btn-container {
  position: relative;
}
.original-price {
  font-size: 24px;
  color: #d1d5db;
  margin-bottom: -5px;
  font-weight: 500;
}
.strike-diagonal {
  position: relative;
  display: inline-block;
}
.strike-diagonal::after {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  width: calc(100% + 4px);
  height: 1.5px;
  background: #d1d5db;
  transform: rotate(-12deg);
  transform-origin: center;
  pointer-events: none;
}
.interval-menu {
  display: flex;
  background: #ffffff;
  padding: 8px;
  border-radius: 20px;
  gap: 5px;
  box-shadow: 0px 0px 12px 0px #0000001f;
}
.dynamic-field-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.remove-field-btn {
  border: 1px solid #ff5252;
  background: white;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.remove-field-btn:hover {
  background-color: #ff5252;
}
.remove-field-btn:hover svg path {
  stroke: #fff;
}
.add-extra-info-btn {
  border: 1.5px solid var(--olz-color-blue);
  background: white;
  font-size: 12px;
  color: var(--olz-color-blue);
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.add-extra-info-btn:hover {
  background: var(--theme-color) !important;
  color: #fff !important;
  border: 1.5px solid var(--theme-color) !important;
}
.field-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #374151;
}

hr {
  border-top: 1px solid #ccc !important;
}
.filterByDate-calender {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 8px;
  padding: 8px !important;
  color: #fff !important;
  background-color: var(--olz-color-blue) !important;
  border: none !important;
}
.filterByDate-calender span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tw-login-user-input {
  border: 1px solid var(--theme-color) !important;
  border-radius: 30px;
  padding: 14px 18px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  color: var(--theme-color) !important;
  background-color: #fefbec !important;
}
body .tw-login-user-input::placeholder {
  color: var(--theme-color) !important;
}

body .tw-login-user-input::-webkit-input-placeholder {
  color: var(--theme-color) !important;
}

body .tw-login-user-input:-ms-input-placeholder {
  color: var(--theme-color) !important;
}
@media (max-width: 991px) {
  .login-right-section {
    height: 100%;
  }
  .promo-banner {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .promo-content {
    padding-right: 0px;
  }
  .promo-image-wrapper {
    margin-bottom: 50px;
  }
  .promo-banner {
    padding: 30px 30px;
  }
  .promo-image-wrapper {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .login-right-section {
    height: 100%;
  }

  h1.welcom-text {
    font-size: 50px;
  }

  h2.welcom-text-desc {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  h1.welcom-text {
    font-size: 34px;
    margin-bottom: 10px;
  }

  h2.welcom-text-desc {
    font-size: 15px;
  }

  h2.welcom-text-desc br {
    display: none;
  }

  .login-left-img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: 30px auto;
    height: auto;
  }

  .login-footer-text {
    font-size: 14px;
  }

  .login-footer-text br {
    display: none;
  }

  .login-right-section {
    height: 100%;
  }

  .tw-reports_tabs .navbar-nav li {
    border-bottom: 0px !important;
    width: 100%;
  }

  .tw-reports_tabs .navbar-nav li.active {
    border-bottom: 0px !important;
    border-top: none !important;
  }

  .tw-reports_tabs .navbar-nav li.active a {
    background-color: transparent !important;
    color: var(--theme-color) !important;
    width: 100%;
  }
  .promo-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .promo-banner {
    padding: 30px 10px;
  }
  .promo-title {
    font-size: 16px !important;
  }
  .promo-subtitle {
    font-size: 16px !important;
  }
  .interval-menu {
    background: #ffffff;
    padding: 8px;
    border-radius: 20px;
    gap: 15px;
    box-shadow: 0px 0px 12px 0px #0000001f;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* .interval-btn-container {
    position: relative;
    margin-top: 22px;
  } */
}

/* ===== RESPONSIVE: Package Card Grid & Mobile Improvements ===== */

/* Large desktop down — 3 cards per row */
@media (max-width: 1399px) {
  .package-card-container {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
}

/* Tablet — 2 cards per row */
@media (max-width: 991px) {
  .package-card-container {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .container-custom {
    padding: 0 15px !important;
  }
  .pricing-header .pricing-title {
    font-size: 26px !important;
  }
  .pricing-header {
    padding: 25px 15px !important;
  }
}

/* Small tablet / large phone — still 2 cards */
@media (max-width: 767px) {
  .package-card-container {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .btn-pill.btn-gradient,
  .btn-pill.btn-white {
    padding: 10px 25px !important;
    font-size: 13px !important;
    width: 100%;
    text-align: center;
  }
  .category-nav {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 0 15px !important;
  }
  .category-nav-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .nav-btn {
    font-size: 12px !important;
    padding: 6px 12px !important;
    white-space: nowrap;
  }
  .card-pricing {
    padding: 15px 15px 20px 15px !important;
  }
  .card-title {
    font-size: 18px !important;
  }
  .currency-symbol {
    font-size: 22px !important;
  }
  .price-amount {
    font-size: 30px !important;
  }
  .price-period {
    font-size: 12px !important;
  }
  .feature-list li {
    font-size: 12px !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
  }
  .check-icon {
    width: 16px !important;
    height: 16px !important;
    font-size: 9px !important;
  }
  .pricing-header .pricing-title {
    font-size: 22px !important;
  }
  .popular-badge {
    font-size: 12px !important;
    padding: 6px 0 !important;
  }
  .star {
    display: none !important;
  }
  .save-badge {
    font-size: 8px !important;
    padding: 2px 6px !important;
    top: -20px !important;
  }
}

/* Mobile — 1 card per row */
@media (max-width: 575px) {
  .package-card-container {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .container-custom {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .pricing-header .pricing-title {
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }
  .pricing-header {
    padding: 20px 10px !important;
  }
  .promo-banner-container {
    padding: 0 10px !important;
  }
  .promo-banner {
    border-radius: 16px !important;
  }
  .card-pricing.popular {
    transform: none !important;
  }
  .btn-group-pricing {
    gap: 8px !important;
  }
  .pricing-cards-row {
    margin-top: 15px !important;
  }
  /* .bs-container-fluid {
        padding-bottom: 40px !important;
    } */
  .btn-pricing {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}

/* ======================================================================
   🎨 PREMIUM SIDEBAR & HEADER TRANSFORMATION
   Elevated UI with vibrant gradients, glassmorphism, & micro-animations
   ====================================================================== */

/* ──── Sidebar Container ──── */
.side-bar {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.04) !important;
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Gradient accent strip on left edge */
.side-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--theme-color) 0%, var(--secondary-color, #2a67e2) 50%, var(--theme-color-light) 100%);
  z-index: 10;
}

/* ──── Sidebar Logo Area ──── */
.side-bar > a:first-of-type {
  background: linear-gradient(135deg, #ffffff 0%, #fafbfe 100%) !important;
  border-bottom: 2px solid transparent !important;
  border-image: linear-gradient(90deg, var(--theme-color), var(--secondary-color, #2a67e2), var(--theme-color-light)) 1 !important;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Subtle shimmer on logo area */
.side-bar > a:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: sidebarLogoShimmer 6s ease-in-out infinite;
}

@keyframes sidebarLogoShimmer {
  0%,
  100% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
}

/* Logo breathing glow */
.sidebar-logo {
  padding: 10px;
  transition: all 0.4s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.side-bar > a:first-of-type:hover .sidebar-logo {
  transform: scale(1.04);
  filter: drop-shadow(0 4px 16px color-mix(in srgb, var(--theme-color) 30%, transparent));
}

/* ──── Sidebar Scrollbar ──── */
#side-bar {
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--theme-color) 25%, transparent) transparent;
}

#side-bar::-webkit-scrollbar {
  width: 4px;
}

#side-bar::-webkit-scrollbar-track {
  background: transparent;
}

#side-bar::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--theme-color) 25%, transparent);
  border-radius: 10px;
}

#side-bar::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--theme-color) 50%, transparent);
}

/* ──── Section Headers in Sidebar ──── */
.sidebar-section-header,
#side-bar > div.tw-px-3.tw-py-2 {
  color: var(--theme-color) !important;
  font-weight: 700 !important;
  font-size: 0.68rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 12px 16px 6px !important;
  margin-top: 8px;
  position: relative;
  font-family: 'Inter', sans-serif !important;
}

/* Tiny gradient underline for section headers */
.sidebar-section-header::after,
#side-bar > div.tw-px-3.tw-py-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--theme-color), var(--secondary-color, #2a67e2));
  border-radius: 2px;
}

/* ──── Menu Items — Base State ──── */
#side-bar > a,
#side-bar > div > a.drop_down {
  border-radius: 10px !important;
  margin: 2px 8px !important;
  padding: 9px 14px !important;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
  color: #4a5568 !important;
  border: 1px solid transparent;
}

/* Hover — gentle lift with left accent */
#side-bar > a:hover,
#side-bar > div > a.drop_down:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 8%, white), color-mix(in srgb, var(--secondary-color, #2a67e2) 5%, white)) !important;
  color: var(--theme-color-dark) !important;
  transform: translateX(3px);
  border-left: 3px solid var(--theme-color) !important;
  box-shadow: 0 2px 12px color-mix(in srgb, var(--theme-color) 10%, transparent);
}

#side-bar > a:hover > svg:nth-child(1) path,
#side-bar > div > a.drop_down:hover > svg:nth-child(1) path {
  fill: var(--theme-color) !important;
  transition: fill 0.3s ease;
}

/* ──── Active Menu Item — Vibrant Gradient Pill ──── */
.olozone-active {
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-dark) 100%) !important;
  color: #fff !important;
  border-radius: 10px !important;
  margin: 2px 8px !important;
  box-shadow:
    0 4px 16px color-mix(in srgb, var(--theme-color) 35%, transparent),
    0 1px 3px rgba(0, 0, 0, 0.08) !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}

/* Active item shimmer effect */
.olozone-active::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  animation: activeShimmer 3s ease-in-out infinite !important;
  display: block !important;
}

/* Remove old double-bar indicators */
.olozone-active::after {
  display: none !important;
}

@keyframes activeShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

.olozone-active:hover {
  transform: translateX(2px);
  box-shadow:
    0 6px 20px color-mix(in srgb, var(--theme-color) 45%, transparent),
    0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.olozone-active svg path {
  fill: #fff !important;
}

.olozone-active .tw-truncate {
  color: #fff !important;
}

/* ──── Active Child Items ──── */
.olozone-active-child {
  background: color-mix(in srgb, var(--theme-color) 8%, white) !important;
  color: var(--theme-color-dark) !important;
  border-radius: 8px !important;
  padding: 6px 16px 6px 20px !important;
  font-weight: 600 !important;
  position: relative;
  transition: all 0.25s ease;
}

/* Replace old arrow with a colored dot indicator */
.olozone-active-child::after {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
  position: absolute !important;
  left: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-image: none !important;
}

.olozone-active-child::before {
  display: none !important;
}

/* Child menu container — vertical connector line */
#side-bar .chiled {
  position: relative;
  margin-left: 24px !important;
  padding-left: 16px !important;
  border-left: 2px solid color-mix(in srgb, var(--theme-color) 15%, transparent) !important;
}

/* Child menu item hover */
.sideBar_menuOLZ:hover {
  color: var(--theme-color-dark) !important;
  background: color-mix(in srgb, var(--theme-color) 5%, white);
  border-radius: 6px;
  transition: all 0.2s ease;
}

/* Replace child arrow with a subtle dot on hover */
.sideBar_menuOLZ::after {
  content: '' !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #94a3b8 !important;
  position: absolute !important;
  left: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: all 0.25s ease !important;
  background-image: none !important;
}

.sideBar_menuOLZ:hover::after {
  background: var(--theme-color) !important;
  width: 6px !important;
  height: 6px !important;
}

/* Dropdown arrow icon styling */
#side-bar > div > a.drop_down .svg {
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

/* ──── Active sidebar parent (has active child) ──── */
.olozone-active-sideBar {
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 12%, white), color-mix(in srgb, var(--secondary-color, #2a67e2) 8%, white)) !important;
  color: var(--theme-color-dark) !important;
  border-radius: 10px !important;
  margin: 2px 8px !important;
  border-left: 3px solid var(--theme-color) !important;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--theme-color) 8%, transparent);
}

.olozone-active-sideBar svg:nth-child(1) path {
  fill: var(--theme-color) !important;
}

.olozone-active-sideBar .tw-truncate {
  color: var(--theme-color-dark) !important;
  font-weight: 600 !important;
}

/* ======================================================================
   🔝 PREMIUM HEADER TRANSFORMATION
   ====================================================================== */

/* Header bar — gradient bottom border + subtle glass */
.thetop > main > .tw-border-b.tw-bg-white {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfe 100%) !important;
  border-bottom: none !important;
  position: relative;
  box-shadow:
    0 2px 16px rgba(0, 0, 0, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.03) !important;
}

/* Gradient bottom accent on header */
.thetop > main > .tw-border-b.tw-bg-white::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--theme-color), var(--secondary-color, #2a67e2), var(--theme-color-light));
  z-index: 1;
}

/* Header mobile toggle button */
.small-view-button,
.side-bar-collapse {
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--theme-color) 25%, transparent);
}

.small-view-button:hover,
.side-bar-collapse:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--theme-color) 35%, transparent);
}

/* Header date button — premium glass style */
.thetop > main > .tw-border-b .tw-font-mono {
  background: linear-gradient(135deg, var(--theme-color-dark), var(--secondary-color-dark, #1b459b)) !important;
  border-radius: 10px !important;
  font-family: 'Inter', monospace !important;
  font-weight: 500 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 10px color-mix(in srgb, var(--theme-color) 20%, transparent);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Shimmer on date button */
.thetop > main > .tw-border-b .tw-font-mono::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  animation: headerDateShimmer 4s ease-in-out infinite;
}

@keyframes headerDateShimmer {
  0%,
  100% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
}

/* Header profit button */
#view_todays_profit {
  background: linear-gradient(135deg, var(--theme-color-dark), var(--theme-color)) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

#view_todays_profit:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--theme-color) 30%, transparent);
}

/* Profile card in header — premium styling */
.tw-top-adminProfile {
  background: linear-gradient(135deg, #f8f9fc 0%, #f1f3f9 100%) !important;
  box-shadow:
    inset 0 1px 4px rgba(0, 0, 0, 0.06),
    0 2px 10px rgba(0, 0, 0, 0.04) !important;
  border-radius: 50px !important;
  padding: 6px 28px 6px 6px !important;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.tw-top-adminProfile:hover {
  box-shadow:
    inset 0 1px 4px rgba(0, 0, 0, 0.06),
    0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

/* Profile image — gradient ring */
.tw-adminProfile-pic {
  border: 2.5px solid transparent !important;
  background-image: linear-gradient(white, white), linear-gradient(135deg, var(--theme-color), var(--secondary-color, #2a67e2)) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--theme-color) 20%, transparent);
  transition: all 0.3s ease;
}

.tw-top-adminProfile:hover .tw-adminProfile-pic {
  box-shadow: 0 4px 16px color-mix(in srgb, var(--theme-color) 35%, transparent);
  transform: scale(1.03);
}

/* Profile online indicator */
.tw-top-adminProfile .tw-bg-DA5525 {
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)) !important;
  animation: pulseOnline 2s ease-in-out infinite;
}

@keyframes pulseOnline {
  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--theme-color) 40%, transparent);
  }
  50% {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--theme-color) 0%, transparent);
  }
}

/* Profile name styling */
.tw-admin-userName p {
  font-weight: 600 !important;
  color: #1a202c !important;
}

.tw-admin-userName h6 {
  color: var(--theme-color) !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  text-transform: capitalize;
}

/* Profile dropdown — premium */
.tw-top-adminProfile details ul {
  border-radius: 14px !important;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 2px 6px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.tw-top-adminProfile details ul li a {
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

.tw-top-adminProfile details ul li a:hover {
  background: color-mix(in srgb, var(--theme-color) 8%, white) !important;
  color: var(--theme-color-dark) !important;
}

/* ──── Notification bell style ──── */
.tw-top-adminProfile .tw-flex.tw-items-center.tw-gap-5 > a {
  transition: all 0.25s ease;
  border-radius: 8px;
  padding: 4px;
}

.tw-top-adminProfile .tw-flex.tw-items-center.tw-gap-5 > a:hover {
  background: color-mix(in srgb, var(--secondary-color, #2a67e2) 8%, white);
  transform: scale(1.08);
}

/* 📱 Header Responsiveness — Fix for mobile overlapping */
@media (max-width: 768px) {
  .tw-top-adminProfile {
    padding: 4px 16px 4px 4px !important;
    gap: 12px !important;
  }
}

@media (max-width: 575px) {
  .tw-top-adminProfile {
    padding: 4px 12px 4px 4px !important;
    gap: 10px !important;
    max-width: fit-content;
  }

  .tw-admin-userName {
    display: none !important; /* Hide name on small mobile to save space */
  }

  .tw-top-adminProfile .tw-flex.tw-items-center.tw-gap-5 {
    gap: 8px !important;
  }

  .tw-top-adminProfile details summary {
    gap: 0 !important;
  }
  
  .tw-h-10.tw-bg-black-200 {
     height: 24px !important; /* Shrink vertical separator */
  }
}

@media (max-width: 380px) {
  .tw-top-adminProfile {
    gap: 6px !important;
    padding-right: 8px !important;
  }
  
  .tw-adminProfile-pic {
    width: 32px !important;
    height: 32px !important;
  }
}

/* ──── Collapsed sidebar adjustment ──── */
.sidebar-collapse .side-bar {
  width: 0 !important;
  overflow: hidden;
}

/* ──── Mobile sidebar slide-in ──── */
.small-view-side-active.side-bar {
  animation: slideInSidebar 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12) !important;
}

@keyframes slideInSidebar {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
