@charset "UTF-8";
/*
	*******************
	Template name:  Demandium
	Version:        2.6
	Author:         6amtech
	Author url:     https://6amtech.com/

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Base
        1.1 Typography
        1.2 Spacing
        1.3 Color
    02. Components
        2.1 Helper
        2.2 Animation
        2.3 Social List
        2.4 Inputs
        2.5 Buttons
        2.6 Widget
        2.7 Pagination
        2.8 BackToTop
        2.9 Preloader
        2.10 Breadcrumb
    03. Layout
        3.1 Header
        3.2 Footer
        3.3 Blog
        3.4 404
        3.5 Coming Soon
        3.6 Banner
    04. Section
        4.1 Small Sections
    ********************/
:root {
  /* haneen */
  /* --bs-primary: #4153B3; */
  --bs-primary: #0478ce;
  --bs-primary-rgb: 65, 83, 179;
  --bs-primary-dark: #34428F;
  --bs-primary-dark-rgb: 52, 66, 143;
  /* --bs-primary: #ff6767; */
  --bg-color: #F7F8F9;
  --bg-color2: #F4F5F6;
  --text-light-color: #758590;
  --bs-body-color: #4b5864;
  /* --bs-primary: #ff5e00; */
  --input-border-color: #e4e4e4;
  --input-border-color-active: rgba(65, 83, 179, 0.5);
  --bs-dark: #18181a;
  --border-color: #EFF1F4;
  --bs-border-color: #EFF1F4;
  --bs-body-bg: #F7F8F9;
  --absolute-dark: #18181a;
  --absolute-white: #fff;
  --mobile-search-bg: #ddd;
  --shadow-color: rgba(0, 0, 0, 0.05);
  --shadow-color-rgb: 0, 0, 0;
  --dropdown-menu-color: #ffffff;
  --bs-primary-light-bg: rgba(65, 83, 179, 0.05);
  --bs-success: #16b559;
  --bs-info: #3C76F1;
  --bs-info-rgb: 61, 119, 242;
  --timeline-color: #dcdcdc;
  /* --bs-font-sans-serif: "Public Sans", sans-serif; */
  /* haneen */
  --bs-font-sans-serif: "Cairo", sans-serif;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  /*Color Added*/
  --secondary-btn-color: #F2F2F2;
  --secondary-btn-hover-color: #d1d3d6;
  --bs-warning: #FFBB38;
  --bs-warning-rgb: 255, 187, 56;
  --bs-warning-light: #ffeac2;
  --bs-warning-rgb-light: 55, 234, 194;
  --bs-warning-dark: #e6a832;
  --bs-warning-rgb-dark: 230, 168, 50;
}

[data-bs-theme=dark] {
    /* haneen */
  /* --bs-primary: #4153B3; */
  --bs-primary: #0478ce;
  --bg-color: #232323;
  --bg-color2: #1f2023;
  --dropdown-menu-color: #39393b;
  --text-light-color: #758590;
  --bs-body-color: #ccd0d3;
  --bs-dark: #fafafa;
  --bs-dark-rgb: 255, 255, 255;
  --border-color: #5d5d5d;
  --bs-white: #232325;
  --bs-white-rgb: 35, 35, 37;
  --bs-body-bg: #18181a;
  --mobile-search-bg: #505050;
  --shadow-color: rgba(255, 255, 255, 0.05);
  --shadow-color-rgb: 255, 255, 255;
  --bs-primary-light-bg: rgba(65, 83, 179, 0.1);
  --timeline-color: #484848;
  --bs-border-color: #404040;
  --secondary-btn-color: #535454;
  --secondary-btn-hover-color: #6f7070;
}

/* ************************
   01.1: Reset
   ********************* */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  outline: none !important;
}

html {
  /* font-family: sans-serif; */
  /* haneen */
  font-family: "Cairo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: start;
  background-color: var(--bs-body-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  margin-block-end: -2.5rem;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: var(--bs-dark);
}

h1 span:not(.counter),
h2 span:not(.counter),
h3 span:not(.counter),
h4 span:not(.counter),
h5 span:not(.counter),
h6 span:not(.counter) {
  color: var(--bs-primary);
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 1.25rem;
}

p:last-child {
  margin-block-end: 0;
}

a {
  color: var(--bs-dark);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--bs-primary);
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
  display: block;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox] {
  margin-inline-end: 0.3125rem;
}

::-moz-selection {
  text-shadow: none;
  color: var(--absolute-white);
  background-color: var(--bs-primary) !important;
}

::selection {
  text-shadow: none;
  color: var(--absolute-white);
  background-color: var(--bs-primary) !important;
}

::-moz-placeholder {
  color: var(--bs-dark) !important;
  opacity: 0.4 !important;
}

::placeholder {
  color: var(--bs-dark) !important;
  opacity: 0.4 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* Order List */
ol {
  padding-inline-start: 1.25rem;
}

ol li:not(:last-child) {
  margin-block-end: 0.3125rem;
}

/* ************************
   01.2: Padding/Margin
   ********************* */
.pt-120 {
  padding-block-start: 7.5rem;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-block-start: 3.75rem;
  }
}
.pb-120 {
  padding-block-end: 7.5rem;
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-block-end: 3.75rem;
  }
}
.mt-30 {
  margin-block-start: 1.875rem;
}

.mt-20 {
  margin-block-start: 1.25rem;
}

.mt-10 {
  margin-block-start: 0.625rem;
}

.mb-30 {
  margin-block-end: 1.875rem;
}

.mb-20 {
  margin-block-end: 1.25rem;
}

.mb-10 {
  margin-block-end: 0.625rem;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n30 {
  margin-bottom: -1.875rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

@media only screen and (max-width: 479px) {
  .p-30 {
    padding: 1.25rem 1rem !important;
  }
}
.p-20 {
  padding: 1.25rem !important;
}

@media only screen and (max-width: 479px) {
  .p-20 {
    padding: 1.25rem 1rem !important;
  }
}
.p-01 {
  padding: 0.0625rem;
}

/* ************************
   01.3: Color
   ********************* */
.text-color {
  color: var(--bs-body-color) !important;
}

.text-color-bg {
  background-color: var(--bs-body-color) !important;
}

.text-color-bo {
  border-color: var(--bs-body-color) !important;
}

.title-color {
  color: var(--bs-dark) !important;
}

.title-color-bg {
  background-color: var(--bs-dark) !important;
}

.title-color-bo {
  border-color: var(--bs-dark) !important;
}

.white-color {
  color: var(--bs-white) !important;
}

.white-color-bg {
  background-color: var(--bs-white) !important;
}

.white-color-bo {
  border-color: var(--bs-white) !important;
}

.dark-color {
  color: var(--bs-dark) !important;
}

.dark-color-bg {
  background-color: var(--bs-dark) !important;
}

.dark-color-bo {
  border-color: var(--bs-dark) !important;
}

.link-color {
  color: var(--bs-primary) !important;
}

.link-color-bg {
  background-color: var(--bs-primary) !important;
}

.link-color-bo {
  border-color: var(--bs-primary) !important;
}

.c1 {
  color: var(--bs-primary) !important;
}

.c1-bg {
  background-color: var(--bs-primary) !important;
}

.c1-bo {
  border-color: var(--bs-primary) !important;
}

.c2 {
  color: var(--bs-primary) !important;
}

.c2-bg {
  background-color: var(--bs-primary) !important;
}

.c2-bo {
  border-color: var(--bs-primary) !important;
}

.c1-light-bg {
  background-color: var(--bs-primary-light-bg);
}

.text-absolute-white {
  color: #ffffff;
}

a,
.socials a:after,
.btn,
.wizard .actions ul a,
.btn--light-primary .material-icons,
.btn--light-primary i,
.pagination li a svg path,
.pagination li span svg path,
.aside-body .nav li.has-sub-item:after,
.chat_list {
  transition: all 0.3s ease;
}

.list-inline,
.list-info,
.widget ul,
.option-select-btn,
.common-list,
.contact-list,
.wizard .steps ul,
.wizard .actions ul,
.services-tab-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

.list-separator {
  display: flex;
  gap: 30px;
}

.list-separator li:not(:last-child) {
  position: relative;
}

.list-separator li:not(:last-child):after {
  position: absolute;
  inset-block-start: calc(50% - 0.1875rem);
  inset-inline-end: -1.125rem;
  inline-size: 0.375rem;
  block-size: 0.375rem;
  background-color: var(--border-color);
  content: "";
}

.list-info {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.list-info li {
  display: flex;
  gap: 0.625rem;
}

.btn,
.wizard .actions ul a,
.pagination li a,
.pagination li span {
  font-weight: 500;
}

.aside {
  background-color: var(--bs-white);
}

.list-separator li:not(:last-child):after,
.badge-dot,
.timeline-number,
.socials a,
.count-btn .count,
.badge .dot,
.switcher_control::after,
.modal-body .btn-close__style2,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before,
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after,
.img-wrap-circle,
.wizard .steps ul .number,
.service-man-list__item_header img,
.avatar-status {
  border-radius: 50%;
}

.option-select-btn label span {
  border-radius: 0.1875rem;
}

.search-form__input_group,
.btn,
.wizard .actions ul a,
.select2-container--default .select2-selection--multiple,
.nav--tabs__style2 .nav-link,
.business-summary,
.statistics-card,
.statistics-serviceman,
.modal-body_title_bg,
.aside-body .nav ul li,
.user-profile,
.message_text,
.input_msg_write .send-msg-btns,
.service-list-item {
  border-radius: 0.3125rem;
}

.dropdown-menu,
.card,
.upload-file__img img,
.setting-box,
.information-details-box,
.service-man-list__item {
  border-radius: 0.625rem;
}

.btn .count,
.wizard .actions ul a .count,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.switcher_control,
.upload-file__close,
.upload-file__edit,
.aside-body .nav li .link-title .count {
  border-radius: 3.125rem;
}

.list-separator li:not(:last-child):after,
.badge-dot,
.timeline-number,
.socials a,
.count-btn .count,
.badge .dot,
.switcher_control::after,
.modal-body .btn-close__style2,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before,
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after,
.img-wrap-circle,
.wizard .steps ul .number,
.service-man-list__item_header img,
.avatar-status {
  border-radius: 100%;
}

.box-shadow,
.dropdown-menu,
.card,
.header,
.aside,
.settings-sidebar,
.filter-aside {
  box-shadow: 0px 0px 0.125rem rgba(65, 83, 179, 0.05), 0px 0.75rem 1.5rem -0.25rem rgba(65, 83, 179, 0.05);
}

.setting-box,
.service-list-item {
  box-shadow: 0px 0.3125rem 0.625rem var(--shadow-color);
}

.option-select-btn label input:checked ~ span {
  box-shadow: 0px 1px 2px rgba(58, 58, 68, 0.1), 0px 2px 3px rgba(90, 91, 106, 0.1);
}

.card {
  box-shadow: 0px 0.625rem 0.8125rem rgba(17, 38, 146, 0.05);
}

.btn,
.wizard .actions ul a,
.btn:focus {
  box-shadow: none !important;
}

.aside-body .nav li .link-title .count {
  line-height: 1;
}

.socials a:after {
  background: #ff0076;
  background: linear-gradient(45deg, #ff0076 0%, #590f87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0076", endColorstr="#590f87",GradientType=1 );
}

/* ************************
   02.1: Helper Classes
   ********************* */
.ov-hidden {
  overflow: hidden !important;
}

.ovx-hidden {
  overflow-x: hidden !important;
}

.radius-3 {
  border-radius: 0.1875rem !important;
}

.radius-5 {
  border-radius: 0.3125rem !important;
}

.radius-10 {
  border-radius: 0.625rem !important;
}

.radius-50 {
  border-radius: 3.125rem !important;
}

.h-40 {
  height: 2.5rem !important;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  opacity: 0.8;
}

.gap-5 {
  gap: 0.3125rem !important;
}

.gap-10 {
  gap: 0.625rem !important;
}

.gap-20 {
  gap: 1.25rem !important;
}

.gap-30 {
  gap: 1.875rem !important;
}

.table-cover-img {
  max-width: 4.375rem;
}

/* Width */
.mw-75 {
  max-inline-size: 75% !important;
}

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

/* Fonts */
.body-font {
  font-family: var(--body-font);
}

/* Gutter 60 */
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.fz-12 {
  font-size: 0.75rem !important;
}

.fz-14 {
  font-size: 0.875rem !important;
}

.fz-16 {
  font-size: 1rem !important;
}

.fz-30 {
  font-size: 1.875rem !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.index-2 {
  z-index: 2;
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.img-dropshadow {
  border: 3px solid var(--bs-white);
  filter: drop-shadow(0px 5px 10px rgba(0, 115, 180, 0.1));
}

/* Font Weight */
.fw-medium {
  font-weight: 500 !important;
}

.max-w220 {
  max-inline-size: 13.75rem;
}

.max-w220.js-select + .select2 {
  max-inline-size: 13.75rem;
}

.min-w180 {
  min-inline-size: 11.25rem;
}

.min-w180.js-select + .select2 {
  min-inline-size: 11.25rem;
}

.data-table-top {
  margin-block-end: 1rem;
}

[data-bs-toggle=modal] {
  cursor: pointer;
}

.badge-dot {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: var(--bs-primary);
}

.timeline-steps {
  max-inline-size: 25rem;
  margin: 0 auto;
}

.timeline-step {
  display: flex;
  position: relative;
}

.timeline-step:after {
  content: "";
  position: absolute;
  inset-inline-start: 0.9375rem;
  inset-block-start: 2rem;
  block-size: 0rem;
  inline-size: 0.125rem;
  background-color: var(--timeline-color);
}

.timeline-step:not(:last-child):after {
  block-size: 100%;
}

.timeline-info {
  margin: 0.3125rem 0rem 1.25rem;
}

.timeline-title {
  font-size: 1rem;
  color: var(--timeline-color);
  margin: 0rem 0rem 0.5rem;
}

.timeline-text {
  margin-block-end: 0.3125rem;
  color: var(--timeline-color);
}

.timeline-number {
  width: 2rem;
  height: 2rem;
  background-color: var(--timeline-color);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-inline-end: 0.875rem;
}

.timeline-number svg {
  inline-size: 1rem;
  block-size: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
}

.timeline-number svg path {
  fill: var(--absolute-white);
}

.timeline-step.completed .timeline-number {
  background-color: var(--bs-success);
}

.timeline-step.completed .timeline-number svg {
  opacity: 1;
}

.timeline-step.completed .timeline-title {
  color: var(--bs-dark);
}

.timeline-step.completed .timeline-text {
  color: var(--bs-body-color);
  opacity: 0.5;
}

.timeline-step.completed:after {
  background-color: var(--bs-success);
}

.bank-card-img {
  position: absolute;
  inset-block-start: 1.5rem;
  inset-inline-end: 1.875rem;
}

.bg-bottom {
  background-position: left bottom;
}

.bg-contain {
  background-size: contain;
}

/* ************************
   02.2: Animations
   ********************* */
.animated {
  animation-duration: 1s;
  animation-fill-mode: backwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -2.5rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes matrix {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes ripple {
  from {
    width: 0.1%;
    height: 0.1%;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* ************************
   02.3: Social List
   ********************* */
.socials a {
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem;
  position: relative;
  z-index: 1;
}

.socials a:not(:last-child) {
  margin-inline-end: 0.3125rem;
}

.socials a:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
}

.socials a:hover:after {
  transform: scale(1);
  opacity: 1;
}

/* ************************
   03.4: Inputs
   ********************* */
.theme-input-style {
  display: block;
  inline-size: 100%;
  padding: 0.5rem 0.625rem;
  line-height: 1.5;
  color: var(--bs-dark);
  background-color: var(--bs-white);
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out;
  block-size: 2.8125rem;
}

.theme-input-style:focus,
.theme-input-style:active {
  border-color: var(--input-border-color-active);
}

.input-group > .theme-input-style {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.search-form__input_group {
  background-color: var(--bg-color);
  align-items: center;
  padding: 0 0.625rem;
  flex-wrap: nowrap;
}

.search-form__icon {
  border: none;
  padding: 0.3125rem;
  background-color: transparent;
  opacity: 0.5;
  display: flex;
  padding-left: 0rem;
  padding-right: 0.5rem;
}

[dir=rtl] .search-form__icon {
  padding-right: 0rem;
  padding-left: 0.5rem;
}

.search-form__icon .material-icons {
  font-size: 1.5rem;
}

.search-form__input {
  height: 1.875rem;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--bs-dark);
}

.block-size-36 {
  block-size: 2.3225rem !important;
}

.search-form_style-two {
  display: flex;
  gap: 0.3125rem;
}

@media only screen and (max-width: 575px) {
  .header .search-form {
    position: absolute;
    inset-block-start: -1000%;
    inset-inline-end: 1rem;
    inline-size: calc(100% - 2rem);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease;
  }
  .header .search-form__input_group {
    block-size: 2.8125rem;
    z-index: 9;
    background-color: var(--mobile-search-bg);
  }
  .header .search-form.active {
    opacity: 1;
    visibility: visible;
    inset-block-start: 100%;
  }
}
/* form control */
.form-control {
  background-color: var(--bs-white);
  color: var(--bs-dark);
  border-color: var(--border-color);
}

.form-control:focus,
.form-control:active {
  border-color: var(--input-border-color-active);
  box-shadow: none;
  background-color: var(--bs-white);
  color: var(--bs-dark);
}

textarea.form-control,
textarea.theme-input-style {
  block-size: 5rem;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem var(--bs-white) inset !important;
  -webkit-text-fill-color: var(--bs-dark) !important;
}

.search-form input:-webkit-autofill,
.search-form input:-webkit-autofill:hover,
.search-form input:-webkit-autofill:focus,
.search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem var(--bg-color) inset !important;
  -webkit-text-fill-color: var(--bs-dark) !important;
}

/* ************************
   02.5: Buttons
   ********************* */
.btn,
.wizard .actions ul a {
  font-size: 0.875rem;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 0.75rem 1.625rem;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: none;
  font-weight: 500;
}

.btn--lg {
  padding: 0.875rem 1.875rem;
}

.btn i,
.wizard .actions ul a i,
.btn .material-icons,
.wizard .actions ul a .material-icons,
.btn .material-symbols-outlined,
.wizard .actions ul a .material-symbols-outlined {
  font-size: 0.875rem;
  margin-inline-end: 0.4375rem;
}

.btn strong,
.wizard .actions ul a strong {
  margin-inline-end: 0.125rem;
}

.btn .count,
.wizard .actions ul a .count {
  margin-inline-start: 0.3125rem;
  background-color: var(--bg-color);
  font-size: 0.75rem;
  color: var(--bs-dark);
  padding: 0.125rem 0.3125rem;
}

.btn:focus,
.wizard .actions ul a:focus,
.btn:hover,
.wizard .actions ul a:hover {
  color: var(--absolute-white) !important;
  background-color: #32439f;
}

.btn--primary,
.wizard .actions ul a {
  background-color: var(--bs-primary) !important;
  color: var(--absolute-white) !important;
}

.btn--secondary {
  background-color: var(--secondary-btn-color);
  color: var(--bs-dark) !important;
}

[data-bs-theme=dark] .btn--secondary:hover {
  background-color: #535454;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: var(--secondary-btn-hover-color);
  color: var(--bs-dark) !important;
}

.btn--danger {
  background-color: var(--bs-primary);
  color: var(--absolute-white);
}

.btn-soft--danger {
  background-color: rgba(255, 103, 103, 0.1);
  color: #ff6767;
}

.btn--success {
  background-color: var(--bs-success);
  color: var(--absolute-white);
}

.btn--light {
  background-color: rgba(65, 83, 179, 0.05);
  color: var(--bs-primary);
}

.btn--light-primary {
  background-color: rgba(65, 83, 179, 0.05);
  color: var(--bs-primary);
}

.btn--light-primary:hover .material-icons,
.btn--light-primary:hover i {
  color: var(--absolute-white);
}

.btn-link {
  padding: 0rem;
  font-size: 0.875rem;
  font-weight: var(--bs-body-font-weight);
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
  color: var(--bs-primary);
}

.btn-link.c1:active,
.btn-link.c1:focus,
.btn-link.c1:hover {
  color: var(--bs-primary) !important;
}

.btn.filter-btn,
.wizard .actions ul a.filter-btn {
  color: var(--bs-dark);
}

.btn.filter-btn:focus,
.wizard .actions ul a.filter-btn:focus,
.btn.filter-btn:hover,
.wizard .actions ul a.filter-btn:hover {
  /* background-color: transparent;
  color: inherit; */
  background-color: var(--bg-color2);
  color: var(--absolute-dark) !important;
}

[data-bs-theme=dark] .filter-btn:hover {
  color: #fff !important;
}

[data-bs-theme=dark] .dropdown-menu li {
  background-color: #232325;
  color: #fff;
}

[data-bs-theme=dark] .dropdown-menu li:hover {
  background-color: #232325;
  color: #fff;
}

.count-btn {
  position: relative;
  display: flex;
}

.count-btn i,
.count-btn .material-icons {
  font-size: 1.25rem;
}

.count-btn .count {
  position: absolute;
  inset-inline-end: -0.75rem;
  inset-block-start: -0.75rem;
  background-color: var(--bs-primary);
  color: var(--absolute-white);
  font-size: 0.75rem;
  inline-size: 1.25rem;
  block-size: 1.25rem;
  display: grid;
  place-items: center;
}

.count-btn:hover {
  color: var(--bs-dark);
}

/* ************************
   02.6: Widget
   ********************* */
.widget:not(:last-child) {
  margin-block-end: 2.5rem;
}

.widget .widget-title {
  margin-block-end: 1.25rem;
}

/* ************************
   02.7: Pagination
   ********************* */
.pagination {
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination li a,
.pagination li span {
  width: 2rem;
  height: 2rem;
  line-height: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li span:hover,
.pagination li.active span {
  background-color: var(--bs-primary);
  color: var(--absolute-white);
}

.pagination li a,
.pagination li span {
  color: var(--bs-white);
}

.pagination li a,
.pagination li span {
  background-color: var(--bs-dark);
}

.pagination li.nav-btn a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* ************************
02.8: Plugins & Bootstrap CSS Customization
********************* */
/* Bootstrap Floting Label */
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent !important;
}

.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
  color: transparent !important;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent !important;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0rem);
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0rem);
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.3rem) translateX(0rem);
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 2.8125rem;
}

.form-floating > textarea.form-control {
  height: 7.5rem;
}

.form-floating > label,
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0.625rem 1.25rem;
}

.form-floating > label {
  background-color: var(--bs-white);
  padding: 0.5rem 0.75rem;
  inline-size: -moz-min-content;
  inline-size: min-content;
  block-size: auto;
  inset-inline-start: 0.5rem;
  inset-block-start: 0.25rem;
  line-height: 1;
  font-size: 1rem;
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1rem;
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder), .form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1rem;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1rem;
}

/* Bootstrap Dropdown Taggle */
.dropdown-toggle::after {
  margin-inline-start: 0.255em;
}

/* Apex Chart CSS */
@media only screen and (max-width: 991px) {
  .apexcharts-title-text {
    opacity: 0;
    visibility: hidden;
  }
}
/* Custom Select2 CSS */
.earning-statistics .select2-container {
  min-width: 9.375rem;
}

@media only screen and (max-width: 479px) {
  .earning-statistics .select2-container {
    min-width: 6.25rem;
  }
}
.select2-container--default,
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  background-color: var(--bs-white) !important;
  border-color: var(--border-color) !important;
  min-block-size: 44px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 12px !important;
  margin-left: 10px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--input-border-color-active);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f3f4f5 !important;
  border: none;
  padding: 0.375rem 1rem 0.375rem 1.625rem;
  margin-top: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  color: var(--bs-body-color) !important;
  font-size: 1.25rem;
  padding: 0 0.25rem 0 0.5rem;
  top: 0.0625rem;
}

.select2-container--default .select2-selection--single {
  background-color: var(--bs-white) !important;
  border-color: var(--border-color) !important;
  min-block-size: 2.8125rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bs-dark) !important;
}

.selected-item-c1 + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bs-primary) !important;
  font-weight: 500;
}

.select2-dropdown {
  background-color: var(--bs-white) !important;
  border-color: var(--border-color) !important;
}

[data-bs-theme=dark] .select2-container--default .select2-results__option--selected {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 0px solid #aaa !important;
}

/* Datatables CSS */
.dataTables_wrapper .dataTables_filter {
  display: none;
}

.dataTables_length > label {
  display: flex;
  align-items: center;
  gap: 10px;
}

table.dataTable.no-footer {
  border-bottom: 0px solid var(--border-color);
}

table.dataTable tbody tr.selected > * {
  box-shadow: none;
  background: var(--bg-color);
}

table.dataTable tbody tr.selected > * {
  box-shadow: none;
  color: var(--bs-dark);
}

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

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  margin-block-start: 0rem;
  background-color: #eeeeee;
  border-color: #eeeeee;
  block-size: 1rem;
  inline-size: 1rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

table.dataTable tbody .selected td.select-checkbox:before,
table.dataTable tbody .selected th.select-checkbox:before {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1rem;
  text-shadow: none;
  color: var(--absolute-white);
  inset-block-start: 50%;
  transform: translateY(-50%);
}

table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable thead th,
table.dataTable thead td {
  padding-block-start: 1.0625rem;
  padding-block-end: 1.0625rem;
}

table.dataTable {
  padding-block-end: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: var(--bs-body-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--bs-dark) !important;
  border-color: transparent;
  background-color: var(--bg-color);
}

/* floala text editor */
.fr-box.fr-basic .fr-wrapper {
  border-radius: 0 0 10px 10px;
  max-block-size: 18.75rem;
  overflow-y: auto;
}

.fr-second-toolbar {
  display: none;
}

.fr-toolbar,
.fr-box.fr-basic .fr-element {
  color: var(--bs-dark);
}

.fr-toolbar,
.fr-box.fr-basic .fr-wrapper {
  background: var(--bs-white);
  border-color: var(--border-color);
}

.fr-toolbar .fr-command.fr-btn svg path,
.fr-popup .fr-command.fr-btn svg path,
.fr-modal .fr-command.fr-btn svg path {
  fill: var(--bs-dark);
}

[data-bs-theme=dark] .fr-desktop .fr-command:hover:not(.fr-table-cell),
[data-bs-theme=dark] .fr-desktop .fr-command:focus:not(.fr-table-cell),
[data-bs-theme=dark] .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
[data-bs-theme=dark] .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #4e4e4e;
}

.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active),
.fr-toolbar .fr-more-toolbar {
  background-color: var(--bg-color);
}

/* Table */
.table {
  width: 100%;
}

.table thead,
.table tfoot {
  background-color: var(--bg-color);
}

.table th,
.table td {
  border: none;
  padding: 1.25rem;
}

.table-variation {
  border-radius: 0.9375rem;
  overflow: hidden;
  border-style: hidden;
  box-shadow: 0 0 0 1px var(--input-border-color-active);
}

.table-variation .theme-input-style,
.table-variation .form-control {
  min-inline-size: 5.625rem;
}

.table-variation thead {
  background-color: transparent;
  border-bottom: 2px solid var(--input-border-color-active);
}

.table-variation thead th {
  padding-block-start: 1.25rem;
}

.table-variation tbody tr:first-child th,
.table-variation tbody tr:first-child td {
  padding-block-start: 1.25rem;
}

.table-variation tbody tr:last-child th,
.table-variation tbody tr:last-child td {
  padding-block-end: 1.25rem;
}

.table-variation tbody th {
  color: var(--bs-primary);
}

.table-variation th,
.table-variation td {
  text-align: center;
  padding: 0.625rem 1.5625rem;
}

.table-variation th:first-child,
.table-variation td:first-child {
  text-align: start;
}

.table-variation th:nth-child(1),
.table-variation th:nth-child(2),
.table-variation td:nth-child(1),
.table-variation td:nth-child(2) {
  background-color: rgba(82, 102, 208, 0.05);
}

@media only screen and (max-width: 991px) {
  .table-variation th,
  .table-variation td {
    padding: 0.625rem 0.9375rem;
  }
}
.table.align-center th:not(:nth-child(2)),
.table.align-center td:not(:nth-child(2)) {
  text-align: center;
}

.table.align-center th .switcher,
.table.align-center td .switcher {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.table.align-center th.sorting,
.table.align-center td.sorting {
  padding-inline-end: 0.625rem;
}

.table.align-center th.sorting::before,
.table.align-center th.sorting::after,
.table.align-center td.sorting::before,
.table.align-center td.sorting::after {
  display: none;
}

.table-sm.align-right th:not(:first-child),
.table-sm.align-right td:not(:first-child) {
  text-align: end;
}

.table.align-right th:not(:first-child),
.table.align-right td:not(:first-child) {
  text-align: end;
}

/* Toast */
.toast-body .btn-close {
  position: absolute;
  inset-block-start: 0.625rem;
  inset-inline-end: 0.625rem;
  background: transparent url("../img/icons/close.png") center/1em auto no-repeat;
}

/* Nav TAbs */
.nav--tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  opacity: 0.6;
  font-weight: 500;
  color: var(--bs-dark);
  text-transform: capitalize;
}

.nav--tabs .nav-link.active {
  border-color: var(--bs-dark);
  opacity: 1;
}

.nav--tabs__style2 .nav-link {
  border: none;
  opacity: 1;
  line-height: 1;
  padding: 0.5625rem 0.9375rem;
}

.nav--tabs__style2 .nav-link.active {
  background-color: var(--bs-primary);
  font-weight: 500;
  color: var(--absolute-white);
}

.nav--tabs__style3 {
  border-block-end: 0.0625rem solid var(--bs-primary);
}

.nav--tabs__style3 .nav-link {
  border: none;
  opacity: 1;
  line-height: 1;
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
  padding: 0.5625rem 0.9375rem;
}

.nav--tabs__style3 .nav-link.active {
  background-color: var(--bs-primary);
  font-weight: 500;
  color: var(--absolute-white);
}

/* Accordion */
.accordion-button {
  padding-inline-start: 2.8125rem;
  border: none;
  background-color: transparent;
  padding: 0;
  padding-inline-start: 2.25rem;
  color: var(--bs-dark);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: var(--bs-primary);
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  position: absolute;
  inset-inline-start: 0rem;
  font-family: "Material Icons";
  content: "\e5cf";
  background: none !important;
  font-size: 1.5rem;
  width: auto;
  height: auto;
}

.accordion-header {
  background-color: rgba(65, 83, 179, 0.05);
  border: 1px solid var(--border-color);
  padding: 1rem;
}

.accordion-item {
  border: none;
  background-color: var(--bs-white);
  color: var(--bs-body-color);
}

.accordion-edit-btn i,
.accordion-edit-btn .material-icons {
  color: var(--bs-primary);
}

.accordion-delete-btn i,
.accordion-delete-btn .material-icons {
  color: var(--bs-primary);
}

/* Dropdown */
@media only screen and (min-width: 992px) {
  .dropdown-menu-lg {
    min-inline-size: 15rem;
  }
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.dropdown-menu {
  max-inline-size: 20rem;
}

.dropdown-item,
.card-text {
  color: var(--bs-body-color);
}

.dropdown-item {
  text-align: start;
}

.dropdown-item:hover {
  background-color: transparent;
  color: var(--bs-primary);
}

/* Progress bar */
.progress {
  --bs-progress-height: 0.5rem;
}

.progress-bar {
  background-color: var(--bs-primary);
}

/* ************************
   02.11: Card
   ********************* */
.dropdown-menu,
.card {
  background-color: var(--bs-white);
  border: none;
}

.dropdown-menu a:not(.media) {
  display: block;
  padding: 0.5rem 1rem;
}

.dropdown-menu {
  background-color: var(--dropdown-menu-color);
}

.bank-info-card {
  background-color: rgba(0, 106, 255, 0.05);
}

.card-header {
  background-color: var(--bs-white);
  box-shadow: 0px 0px 0.125rem rgba(65, 83, 179, 0.05), 0rem 0.375rem 0.75rem -0.1875rem rgba(65, 83, 179, 0.05);
  border-color: transparent;
}

.card-header,
.card-body {
  padding: 1.25rem 1.25rem;
}

.business-summary,
.statistics-card,
.statistics-serviceman {
  background: linear-gradient(180deg, rgba(59, 177, 4, 0.95) 0%, rgba(54, 169, 0, 0.95) 100%);
  padding: 1.5rem 1.5rem 2.75rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.business-summary *,
.statistics-card *,
.statistics-serviceman * {
  color: var(--absolute-white);
}

.business-summary h2,
.statistics-card h2,
.statistics-serviceman h2 {
  font-weight: 500;
  font-size: 1.75rem;
  margin-block-end: 0.4375rem;
}

.business-summary h3,
.statistics-card h3,
.statistics-serviceman h3 {
  font-weight: var(--bs-body-font-weight);
}

.business-summary .absolute-img,
.statistics-card .absolute-img,
.statistics-serviceman .absolute-img {
  position: absolute;
  inset-block-end: 0.9375rem;
  inset-inline-end: 1.25rem;
}

.business-summary::after,
.statistics-card::after,
.statistics-serviceman::after {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0rem;
  background-color: var(--absolute-white);
  opacity: 0.05;
  content: "";
  block-size: 100%;
  inline-size: 8.125rem;
  z-index: -1;
  border-end-end-radius: 100%;
}

.business-summary-customers {
  background: linear-gradient(180deg, rgba(5, 89, 221, 0.9) 0%, #3577de 100%);
}

.business-summary-providers {
  background: linear-gradient(180deg, #ff9900 0%, #f48e2f 100%);
}

.business-summary-services {
  background: linear-gradient(180deg, #223dca 0%, #2542da 100%);
}

.statistics-card,
.statistics-serviceman {
  background: var(--bs-white);
  padding: 1.25rem;
}

.statistics-card::after,
.statistics-serviceman::after {
  background: linear-gradient(180deg, rgba(224, 240, 255, 0.1) 0%, rgba(48, 168, 255, 0.1) 100%);
  border-end-end-radius: 0;
  border-start-end-radius: 12.5rem;
  opacity: 1;
  inline-size: 80%;
  block-size: 96%;
}

.statistics-card h2,
.statistics-serviceman h2 {
  font-size: 2.5rem;
  color: #2a95ff;
}

.statistics-card svg circle {
  fill: #2a95ff;
}

.statistics-card__total-orders {
  background: linear-gradient(180deg, rgba(65, 83, 179, 0.1) 0%, rgba(232, 235, 255, 0.1) 100%);
}

.statistics-card__total-orders h2 {
  color: #4153b3;
}

.statistics-card__total-orders svg circle {
  fill: #4153b3;
}

.statistics-card h3,
.statistics-serviceman h3 {
  color: var(--bs-dark);
  font-size: 0.875rem;
}

.statistics-card .absolute-img,
.statistics-serviceman .absolute-img {
  inset-block-start: 0.9375rem;
}

.statistics-card__ongoing::after {
  background: linear-gradient(180deg, rgba(167, 255, 204, 0.1) 0%, rgba(71, 200, 128, 0.1) 100%);
}

.statistics-card__ongoing h2 {
  color: #3bc575;
}

.statistics-card__ongoing svg circle {
  fill: #3bc575;
}

.statistics-card__not_served::after,
.statistics-card__canceled::after {
  background: linear-gradient(180deg, rgba(255, 217, 217, 0.1) 0%, rgba(254, 104, 104, 0.1) 100%);
}

.statistics-card__not_served h2,
.statistics-card__canceled h2 {
  color: #ff6767;
}

.statistics-card__not_served svg circle,
.statistics-card__canceled svg circle {
  fill: #ff6767;
}

.statistics-card__total_provider::after,
.statistics-card__subscribed-providers::after {
  background: linear-gradient(180deg, rgba(255, 240, 218, 0.1) 0%, rgba(243, 167, 53, 0.1) 100%);
}

.statistics-card__total_provider h2,
.statistics-card__subscribed-providers h2 {
  color: #f3a735;
}

.statistics-card__total_provider svg circle,
.statistics-card__subscribed-providers svg circle {
  fill: #f3a735;
}

.statistics-card__style2 {
  border: 0.0625rem solid rgba(42, 149, 255, 0.5);
}

.statistics-card__style2 h3 {
  font-size: 0.875rem;
}

.statistics-card__style2 h2 {
  font-size: 1.375rem;
  color: #2a95ff;
  margin-block-end: 1rem;
}

.statistics-card__style2::after {
  background: rgba(42, 149, 255, 0.05);
}

.statistics-card__already-withdraw {
  border: 0.0625rem solid rgba(59, 197, 117, 0.5);
}

.statistics-card__already-withdraw h2 {
  color: #3bc575;
}

.statistics-card__already-withdraw::after {
  background: rgba(59, 197, 117, 0.05);
}

.statistics-card__withdrawable-amount {
  border: 0.0625rem solid rgba(255, 103, 103, 0.5);
}

.statistics-card__withdrawable-amount h2 {
  color: #ff6767;
}

.statistics-card__withdrawable-amount::after {
  background: rgba(255, 103, 103, 0.05);
}

.statistics-card__total-earning {
  border: 0.0625rem solid rgba(243, 167, 53, 0.5);
}

.statistics-card__total-earning h2 {
  color: #f3a735;
}

.statistics-card__total-earning::after {
  background: rgba(243, 167, 53, 0.05);
}

.statistics-card__collect-cash {
  border: 0.0625rem solid rgba(65, 83, 179, 0.3);
  text-align: center;
}

.statistics-card__collect-cash h3 {
  margin-block-end: 1.25rem;
  font-size: 1.125rem;
}

.statistics-card__collect-cash h2 {
  margin-block-end: 1.875rem;
  color: #4153b3;
}

.statistics-card__collect-cash::after {
  background: linear-gradient(180deg, rgba(65, 83, 179, 0.1) 0%, rgba(232, 235, 255, 0.1) 100%);
}

.statistics-card__order-overview {
  border: 0.0625rem solid rgba(65, 83, 179, 0.3);
  text-align: center;
}

.statistics-card__order-overview h3 {
  margin-block-end: 1.25rem;
  font-size: 1.125rem;
}

/* ************************
   02.12: Common
   ********************* */
.avatar {
  block-size: 2.1875rem;
  inline-size: 2.1875rem;
  overflow: hidden;
}

.avatar > img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-sm {
  block-size: 1.625rem;
  inline-size: 1.625rem;
}

.avatar-lg {
  block-size: 3.125rem;
  inline-size: 3.125rem;
}

/* Option Select */
.option-select-btn {
  display: flex;
}

.option-select-btn label {
  margin: 0;
}

.option-select-btn label span {
  color: var(--bs-body-color);
  background-color: var(--bg-color);
  text-transform: capitalize;
  padding: 0.5625rem 1rem;
  cursor: pointer;
}

.option-select-btn label input:checked ~ span {
  background-color: var(--white-bg);
  color: var(--bs-primary);
  font-weight: 500;
}

/* Events */
.events {
  position: relative;
  display: grid;
  grid-template-columns: 1rem 1fr;
  row-gap: 1.875rem;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.events .event {
  display: grid;
  grid-template-columns: 16px 1fr;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-column: 1/3;
}

.events .title > h5 {
  font-weight: var(--bs-body-font-weight);
  margin-block-end: 0.3125rem;
}

.events .description > p {
  opacity: 0.7;
}

.events .knob {
  grid-column: 1/2;
  align-self: center;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 1;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-white);
  border-radius: 50%;
}

.events .title,
.events .description {
  grid-column: 2/3;
  align-self: center;
}

.events .description span {
  opacity: 0.5;
}

.events .line {
  position: absolute;
  grid-column: 1/2;
  justify-self: center;
  block-size: 88%;
  inline-size: 1px;
  z-index: 0;
  background-color: #e9ecef;
  inset-block-start: 0.3125rem;
}

/* common List */
.common-list li {
  position: relative;
  padding: 0.625rem 0;
  cursor: pointer;
}

.common-list li::after {
  inline-size: 70%;
  block-size: 1px;
  inset-inline-start: 0rem;
  inset-block-end: 0;
  background-color: var(--border-color);
  content: "";
  position: absolute;
  opacity: 0.5;
}

.common-list li h5 {
  font-weight: 700;
  color: var(--bs-dark);
  margin-block-end: 0.3125rem;
}

.common-list_success-rate {
  display: flex;
  justify-content: flex-end;
  opacity: 0.7;
  line-height: 1;
}

.common-list_rating {
  font-weight: 600;
  color: var(--bs-primary);
  line-height: 1;
}

.common-list_rating .material-icons {
  font-size: 1rem;
  position: relative;
}

.common-list.after-none li:after {
  display: none;
}

.common-list__style2 li {
  display: grid;
  grid-template-columns: 9.375rem 1fr 3.125rem;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .common-list__style2 li {
    grid-template-columns: 5.625rem 1fr 1.875rem;
  }
}
.common-list__style2 .review-count {
  text-align: end;
}

/* Badge */
.badge {
  font-size: 0.875rem;
  font-weight: var(--bs-body-font-weight);
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
}

.badge .dot {
  block-size: 0.4375rem;
  inline-size: 0.4375rem;
  background-color: var(--bs-white);
  display: block;
}

.badge-info {
  background-color: rgba(43, 149, 255, 0.1);
  color: #2b95ff;
}

.badge-info .dot {
  background-color: #2b95ff;
}

.badge-primary {
  background-color: rgba(65, 83, 179, 0.1);
  color: #4153b3;
}

.badge-primary .dot {
  background-color: #4153b3;
}

.badge-success {
  background-color: rgba(22, 181, 89, 0.1);
  color: #16b559;
}

.badge-success .dot {
  background-color: #16b559;
}

.badge-danger {
  background-color: rgba(255, 55, 55, 0.1);
  color: #ff3737;
}

.badge-secondary {
  background-color: rgba(117, 133, 144, 0.1019607843);
  color: #758590;
}

.badge-warning {
  color: #ffbf00;
  background-color: rgba(255, 193, 7, 0.1215686275);
}

.badge-danger .dot {
  background-color: #ff3737;
}

/* Switcher */
.switcher {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  inline-size: 2.25rem;
  block-size: 1.125rem;
}

.switcher_control {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 2.25rem;
  block-size: 1.125rem;
  transition: background-color 0.15s ease-in;
  background-color: #A1A5AF;
}

.switcher_control::after {
  content: "";
  position: absolute;
  inset-block-start: 0.0625rem;
  inset-inline-start: 0.0625rem;
  inline-size: 1rem;
  block-size: 1rem;
  transition: left 0.15s ease-in;
  background-color: var(--absolute-white);
}

.switcher_input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.switcher_input:checked ~ .switcher_control {
  background-color: var(--bs-primary);
}

.switcher_input:checked ~ .switcher_control:after {
  inset-inline-start: 1.1875rem;
}

/* TAble Action Icons */
.table-actions {
  display: flex;
  gap: 1.25rem;
}

.table-actions_view i,
.table-actions_view .material-icons,
.table-actions_view .material-symbols-outlined,
.table-actions_edit i,
.table-actions_edit .material-icons,
.table-actions_edit .material-symbols-outlined {
  color: var(--bs-primary);
}

.table-actions_delete {
  cursor: pointer;
}

.table-actions_delete i,
.table-actions_delete .material-icons,
.table-actions_delete .material-symbols-outlined {
  color: var(--bs-primary);
}

/* Modal */
.swal2-popup,
.modal .modal-content {
  color: var(--bs-dark);
  background-color: var(--bs-white) !important;
}

.modal-body .btn-close {
  position: absolute;
  inset-block-start: 0.625rem;
  inset-inline-end: 0.625rem;
}

.modal-body .btn-close:focus {
  box-shadow: none;
}

.modal-body .btn-close__style2 {
  inline-size: 1.5rem;
  block-size: 1.5rem;
  background-color: var(--bs-white);
  display: grid;
  place-items: center;
  inset-block-start: -1.875rem;
  inset-inline-end: -1.875rem;
}

@media only screen and (max-width: 575px) {
  .modal-body .btn-close__style2 {
    inset-inline-end: 0rem;
    inset-block-start: 0rem;
  }
}
.modal-body_title {
  margin-block-end: 0.625rem;
}

.modal-body_title_bg {
  background-color: var(--bg-color);
  padding: 0.75rem;
}

.modal .meta-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.125rem;
}

/* Custom checkbox */
.custom-checkbox {
  display: block;
}

.custom-checkbox__input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox__label {
  position: relative;
  cursor: pointer;
}

.custom-checkbox__label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #eeeeee;
  inline-size: 1rem;
  block-size: 1rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.1875rem;
  margin-inline-end: 0.5rem;
}

.custom-checkbox__input:checked + .custom-checkbox__label::before {
  background-color: var(--bs-primary);
}

.custom-checkbox__input:checked + .custom-checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  inset-block-start: 0.1875rem;
  inset-inline-start: 0.375rem;
  inline-size: 0.3125rem;
  block-size: 0.75rem;
  border: solid var(--absolute-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* multiple-select-actions */
.multiple-select-actions {
  block-size: 3.75rem;
  background-color: var(--bg-color);
  padding: 0.625rem 1.0625rem;
  inline-size: 100%;
  inset-block-start: 0rem;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease;
  display: none;
}

.multiple-select-actions.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  display: flex;
}

/* upload file */
.upload-file {
  position: relative;
  cursor: pointer;
  inline-size: -moz-max-content;
  inline-size: max-content;
}

.video_attachment,
.cover_attachment,
.upload-file__input {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inline-size: 100%;
  block-size: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-file__img {
  max-inline-size: 8.75rem;
}

.upload-file__img img {
  aspect-ratio: 1/1;
  background-color: var(--bs-white);
}

.upload-file__img_banner {
  max-inline-size: 20.9375rem;
}

@media only screen and (max-width: 1399px) {
  .upload-file__img_banner {
    inline-size: 100%;
    max-inline-size: 100%;
  }
  .upload-file_reponsice {
    max-width: 100%;
  }
}
.upload-file__img_banner img {
  aspect-ratio: 3/1;
}

.upload-file__edit,
.upload-file__close {
  inline-size: 2rem;
  block-size: 2rem;
  background-color: #ffe1e2;
  display: grid;
  place-items: center;
  padding: 0.3125rem;
  color: var(--bs-primary);
  position: absolute;
  inset-inline-end: -0.625rem;
  inset-block-end: -0.625rem;
}

.upload-file__edit {
  background-color: #c1cbff;
  color: var(--bs-primary);
}

.upload-file__edit .material-icons,
.upload-file__close .material-icons {
  font-size: 1rem;
}

/* Offcanvas Overlay */
.offcanvas-overlay {
  position: fixed;
  inline-size: 100%;
  block-size: 100%;
  inset-inline-end: 0;
  inset-block-start: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 150ms ease;
  z-index: -1;
  opacity: 0;
}

.offcanvas-overlay.active {
  opacity: 1;
  z-index: 1032;
}

.offcanvas-overlay.aside-active {
  opacity: 1;
  z-index: 1031;
}

/* Service Price List */
.service-price-list {
  border: 1px solid var(--border-color);
}

.service-price-list-item {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.875rem 1.25rem;
  background-color: var(--white-bg);
  transition: background-color 150ms ease;
}

.service-price-list-item p {
  font-size: 1rem;
  color: var(--bs-dark);
  margin-block-end: 0rem;
}

.service-price-list-item:not(:last-child) {
  border-block-end: 1px solid var(--border-color);
}

.service-price-list-item:hover {
  background-color: var(--bg-color);
}

/* Contact List */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.contact-list li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.625rem;
}

/* Rating Review */
.rating-review__title {
  font-weight: 500;
  font-size: 2.1875rem;
  color: #758590;
  margin-block-end: 0.25rem;
}

.rating-review__out-of {
  font-size: 3.125rem;
  margin-inline-end: 0.3125rem;
}

.rating-review__info {
  color: #758590;
  font-weight: 600;
}

.rating i,
.rating .material-icons,
.rating .material-symbols-outlined {
  color: var(--bs-primary);
}

/* Two Column List */
.two-column-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.two-column-list li:not(:last-child) {
  margin-block-end: 0.625rem;
}

/* custom checkbox */
.custom-radio {
  display: flex;
  align-items: center;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  inset-inline-start: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-inline-start: 2rem;
  cursor: pointer;
  line-height: 1.375rem;
  display: inline-block;
  text-transform: capitalize;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inline-size: 1.375rem;
  block-size: 1.375rem;
  border: 0.0625rem solid var(--bs-primary);
  background: var(--bs-white);
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  inline-size: 1rem;
  block-size: 1rem;
  background-color: var(--bs-primary);
  position: absolute;
  inset-block-start: calc(50% - 8px);
  transform: translateY(-50%);
  inset-inline-start: 0.1875rem;
  transition: all 150ms ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* Img Wrap Circle */
.img-wrap-circle {
  inline-size: 6.25rem;
  block-size: 6.25rem;
  background-color: var(--bg-color);
  padding: 0.625rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.img-wrap-circle img {
  border-radius: 100%;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ************************
   03.1: Header
   ********************* */
.header {
  padding: 0.6875rem 0;
  padding-inline-start: 17.5rem;
  block-size: 3.75rem;
  display: flex;
  align-items: center;
  padding-inline-end: 0.9375rem;
  background-color: var(--bs-white);
}

@media only screen and (max-width: 1199px) {
  .header {
    padding-inline-start: 0.9375rem;
  }
  .header .aside-toggle {
    display: block !important;
  }
}
.toggle-search-btn {
  background-color: transparent;
  border: none;
  position: relative;
  inset-inline-end: -10px;
}

.toggle-search-btn i,
.toggle-search-btn .material-icons {
  font-size: 1.5rem;
  color: var(--bs-dark);
}

.toggle-menu-button i,
.toggle-menu-button .material-icons {
  font-size: 1.75rem;
}

/* ************************
   03.2: Footer
   ********************* */
.footer {
  padding: 1.125rem 0 0.5rem;
}

/* ************************
   03.3: aside
   ********************* */
.aside {
  inline-size: 16.875rem;
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: 0;
  block-size: 100%;
  z-index: 1031;
  transition: width 100ms;
}

@media only screen and (max-width: 1199px) {
  .aside {
    transform: translateX(-100%);
  }
}
.aside-header {
  padding: 0.6875rem 1.25rem;
  block-size: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}

.aside-body {
  padding: 0 1.25rem 1rem;
  max-block-size: calc(100% - 60px);
  position: relative;
}

.aside-body .nav {
  flex-direction: column;
}

.aside-body .nav li {
  font-size: 0.875rem;
  padding: 0.875rem 0;
  display: block;
}

.aside-body .nav li.nav-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.aside-body .nav li > a {
  display: flex;
  gap: 8px;
}

.aside-body .nav li .link-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aside-body .nav li .link-title .count {
  background-color: var(--bs-primary);
  color: var(--absolute-white);
  padding: 0.1875rem 0.5rem;
  font-size: 0.75rem;
}

.aside-body .nav li.has-sub-item {
  position: relative;
}

.aside-body .nav li.has-sub-item:after {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0.9375rem;
  z-index: -1;
}

.aside-body .nav li.sub-menu-opened:after {
  transform: rotate(90deg);
}

.aside-body .nav li.active > a {
  color: var(--bs-primary);
}

.aside-body .nav ul {
  padding-block-start: 0.625rem;
}

.aside-body .nav ul li {
  padding-inline-start: 1.5rem;
}

.aside-body .nav ul.sub-menu {
  display: none;
}

.mobile-logo {
  display: none;
}

a[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

.user-profile {
  background-color: var(--bg-color);
  padding: 1.25rem 0.9375rem;
  transition: all 100ms;
}

.header .aside-toggle {
  display: none;
}

body.aside-open .aside {
  transform: translateX(0) !important;
}

body.aside-folded .header {
  padding-inline-start: 4.375rem;
}

body.aside-folded .header .aside-toggle {
  display: block;
}

body.aside-folded .main-area {
  padding-inline-start: 4.6875rem;
}

@media only screen and (max-width: 991px) {
  body.aside-folded .main-area {
    margin-left: 0;
  }
}
body.aside-folded .aside {
  inline-size: 3.75rem;
}

body.aside-folded .aside .aside-toggle {
  display: none;
}

body.aside-folded .aside .mobile-logo {
  display: block;
}

body.aside-folded .aside .main-logo {
  display: none;
}

body.aside-folded .aside-header {
  padding: 0.3125rem;
  justify-content: center;
}

body.aside-folded .aside .user-profile {
  padding: 0;
  background-color: transparent;
}

body.aside-folded .aside .user-profile .avatar {
  min-inline-size: 1.375rem;
}

body.aside-folded .aside .user-profile .media-body {
  visibility: hidden;
  max-height: 46px;
}

body.aside-folded .aside-body .nav-category {
  visibility: hidden;
  max-height: 42px;
}

body.aside-folded .aside-body .nav-category:before {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.125rem;
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  background-color: var(--bs-dark);
  visibility: visible;
}

body.aside-folded .aside-body li .material-icons {
  color: var(--bs-dark);
}

body.aside-folded .aside-body li a span:not(.material-icons) {
  visibility: hidden;
  opacity: 0;
}

body.aside-folded .aside-body li.active i,
body.aside-folded .aside-body li:hover i {
  color: var(--bs-primary);
}

body.aside-folded.open-aside-folded .header .aside-toggle {
  display: none;
}

body.aside-folded.open-aside-folded .aside {
  inline-size: 16.875rem;
}

body.aside-folded.open-aside-folded .aside .aside-toggle {
  display: block;
}

body.aside-folded.open-aside-folded .aside .mobile-logo {
  display: none;
}

body.aside-folded.open-aside-folded .aside .main-logo {
  display: block;
}

body.aside-folded.open-aside-folded .aside-header {
  padding: 0.6875rem 1.25rem;
  justify-content: space-between;
}

body.aside-folded.open-aside-folded .aside .user-profile {
  background-color: var(--bg-color);
  padding: 1.25rem 0.9375rem;
}

body.aside-folded.open-aside-folded .aside .user-profile .avatar {
  min-inline-size: 1.875rem;
}

body.aside-folded.open-aside-folded .aside .user-profile .media-body {
  visibility: visible;
  max-height: inherit;
}

body.aside-folded.open-aside-folded .aside .aside-body li i {
  color: #aeaeae;
}

body.aside-folded:not(.open-aside-folded) .aside .user-profile .avatar {
  block-size: 1.375rem;
  min-inline-size: 1.375rem;
}

body.aside-folded:not(.open-aside-folded) .aside .user-profile .avatar > img {
  inline-size: auto;
  block-size: auto;
}

body.aside-folded.open-aside-folded .aside .aside-body li.nav-category {
  visibility: visible;
}

body.aside-folded.open-aside-folded .aside .aside-body li.nav-category:before {
  display: none;
}

body.aside-folded.open-aside-folded .aside .aside-body li a span {
  visibility: visible;
  opacity: 1;
}

body.aside-folded.open-aside-folded .aside .aside-body li.active i,
body.aside-folded.open-aside-folded .aside .aside-body li:hover i {
  color: #8280fd;
}

/* ************************
   03.4: Main Area
   ********************* */
.main-area {
  padding-block-start: 5.625rem;
  padding-inline-start: 18rem;
  padding-inline-end: 0.9375rem;
  block-size: 100vh;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1199px) {
  .main-area {
    padding-inline-start: 0.9375rem;
  }
}
@media only screen and (max-width: 479px) {
  .main-area {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
.preloader {
  position: fixed;
  inline-size: 100%;
  block-size: 100%;
  background-color: var(--bs-white);
  z-index: 9999999;
  display: grid;
  place-items: center;
}

.preloader::after {
  content: "";
  position: absolute;
  border: 0.3rem solid var(--bs-primary);
  border-radius: 50%;
  border-top: 0.3rem solid var(--bs-white);
  width: 2.75rem;
  height: 2.75rem;
  /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ************************
   03.5: Theme Switcher
   ********************* */
.settings-sidebar,
.filter-aside {
  position: fixed;
  background-color: var(--bs-white);
  inline-size: 18.75rem;
  inset-inline-end: -18.75rem;
  inset-block-start: 0;
  z-index: 1029;
  block-size: 100vh;
  padding: 3.75rem 0rem 1.25rem;
  transition: transform 200ms ease;
}

@media only screen and (max-width: 479px) {
  .settings-sidebar,
  .filter-aside {
    inline-size: 16.25rem;
    inset-inline-end: -16.25rem;
  }
}
.settings-sidebar.active,
.active.filter-aside {
  inset-inline-end: 0;
}

.settings-toggle-icon {
  position: absolute;
  inline-size: 2.8125rem;
  block-size: 2.8125rem;
  inset-inline-start: -2.8125rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  background-color: #e9ecfb;
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
  padding: 0.3125rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.settings-toggle-icon .material-icons {
  font-size: 1.5rem;
}

.settings-content h4 {
  padding: 1.25rem;
  border-bottom: 1px dashed var(--border-color);
  text-align: center;
}

.switchers-wrap {
  padding: 1.25rem;
}

.switch-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  row-gap: 1.25rem;
}

.setting-box {
  background-color: var(--bs-body-bg);
  block-size: 6.25rem;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  padding: 0.9375rem;
  transition: border 200ms ease;
  cursor: pointer;
}

.setting-box.active {
  border-color: var(--bs-primary);
}

.setting-box.dark-mode {
  background-color: var(--absolute-dark);
}

.setting-box.light-mode {
  background-color: var(--absolute-white);
}

.setting-box-wrap h5 {
  text-align: center;
  margin-block-start: 0.625rem;
}

/* ************************
   03.6: RTL
   ********************* */
[dir=rtl] .nav {
  padding-inline-start: 0;
}

[dir=rtl] .aside-body .nav li.has-sub-item:after {
  content: "chevron_left";
}

[dir=rtl] .aside-body .nav li.sub-menu-opened:after {
  transform: rotate(-90deg);
}

[dir=rtl] .ps__rail-y {
  left: 0 !important;
  right: auto !important;
}

@media only screen and (max-width: 1199px) {
  [dir=rtl] .aside {
    transform: translateX(100%);
  }
}
[dir=rtl] .fr-box.fr-basic .fr-placeholder {
  text-align: end !important;
}

[dir=rtl] .fr-box.fr-basic .fr-element,
[dir=rtl] .select2-container--default {
  direction: rtl;
}

[dir=rtl] .apexcharts-legend-marker {
  margin-right: 0rem;
  margin-left: 0.1875rem;
}

[dir=rtl] .send-msg-btns button[type=submit] .material-icons {
  transform: rotate(180deg);
}

[dir=rtl] .modal-header .btn-close {
  margin-left: 0;
  margin-right: auto;
}

/* ************************
   03.7: Filter Aside
   ********************* */
.filter-aside {
  z-index: 1033;
  padding-block-start: 0;
  inline-size: 25rem;
  inset-inline-end: -25rem;
}

@media only screen and (max-width: 479px) {
  .filter-aside {
    inline-size: 100%;
    inset-inline-end: -100%;
  }
}
.filter-aside__header {
  background-color: var(--bg-color);
  padding: 1.25rem 1.25rem;
  margin-block-end: 0.625rem;
}

.filter-aside__title {
  text-transform: uppercase;
  color: var(--bs-primary);
}

.filter-aside__body {
  padding: 1.25rem;
  block-size: 70vh;
  overflow-y: auto;
}

/* ************************
03.8: Login
********************* */
.register-form,
.login-form {
  min-block-size: 100vh;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.register-wrap,
.login-wrap {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 650px);
  min-height: 100dvh;
}

.register-wrap.style__two {
  grid-template-columns: 1fr minmax(auto, 750px);
}

@media only screen and (max-width: 991px) {
  .register-wrap.style__two,
  .register-wrap,
  .login-wrap {
    grid-template-columns: 1fr;
  }
}
.register-right {
  position: relative;
  max-width: 560px;
}

@media only screen and (max-width: 575px) {
  .register-right {
    padding: 1.5rem 0.9375rem;
  }
}
.register-left,
.register-img,
.login-left,
.login-img {
  block-size: 100%;
}

@media only screen and (max-width: 575px) {
  .register-left,
  .login-left {
    display: none;
  }
}
.register-footer,
.login-footer {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  margin-block-start: auto;
}

.register-copy,
.login-copy {
  background-color: #333f99;
  border-radius: 0.1875rem;
  color: var(--absolute-white);
  padding: 0.5rem 0.625rem;
}

/* ************************
   04.1: Dark Theme CSS
   ********************* */
[data-bs-theme=dark] .settings-toggle-icon {
  background-color: var(--bs-primary);
}

[data-bs-theme=dark] .events .line {
  background-color: #6c6c6c;
}

[data-bs-theme=dark] .apexcharts-yaxis-label,
[data-bs-theme=dark] .apexcharts-xaxis-label,
[data-bs-theme=dark] .apexcharts-title-text,
[data-bs-theme=dark] .apexcharts-legend-text {
  color: rgba(255, 255, 255, 0.7) !important;
  fill: rgba(255, 255, 255, 0.7) !important;
}

[data-bs-theme=dark] .card-header {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 0.125rem rgba(255, 255, 255, 0.05), 0rem 0.375rem 0.75rem -0.1875rem rgba(255, 255, 255, 0.05);
}

[data-bs-theme=dark] .table {
  --bs-table-color: var(--absolute-white);
}

[data-bs-theme=dark] .btn-close {
  background: transparent url("../img/icons/close.png") center/1em auto no-repeat;
}

[data-bs-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #838383 !important;
}

[data-bs-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
[data-bs-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #838383 !important;
  color: var(--absolute-white) !important;
}

[data-bs-theme=dark] .select2-container--default .select2-search--inline .select2-search__field {
  color: var(--absolute-white) !important;
}

[data-bs-theme=dark] ::-webkit-calendar-picker-indicator {
  filter: invert(1) !important;
}

/* ************************
 05.1: Jquery Steps
 ********************* */
.wizard .content .title {
  display: none;
}

.wizard .steps {
  margin-block-end: 0rem;
}

@media only screen and (max-width: 991px) {
  .wizard .steps {
    margin-block-end: 2.5rem;
  }
}
.wizard .steps ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
  .wizard .steps ul {
    flex-direction: column;
    gap: 1rem;
  }
}
.wizard .steps ul li {
  position: relative;
}

.wizard .steps ul li:not(:first-child) {
  padding-inline-start: 14.875rem;
}

@media only screen and (max-width: 991px) {
  .wizard .steps ul li:not(:first-child) {
    padding-inline-start: 3.125rem;
  }
}
@media only screen and (max-width: 479px) {
  .wizard .steps ul li:not(:first-child) {
    padding-inline-start: 0rem;
  }
}
.wizard .steps ul li:not(:first-child)::after {
  inline-size: 11.875rem;
  block-size: 0.0625rem;
  background-color: var(--bg-color2);
  position: absolute;
  inset-inline-start: 1.5rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  content: "";
}

@media only screen and (max-width: 991px) {
  .wizard .steps ul li:not(:first-child)::after {
    inset-inline-start: 0.625rem;
    inline-size: 1.875rem;
  }
}
@media only screen and (max-width: 479px) {
  .wizard .steps ul li:not(:first-child)::after {
    display: none;
  }
}
.wizard .steps ul li.first.done a {
  opacity: 1;
}

.wizard .steps ul li.first.done a .number {
  background-color: var(--bs-primary);
}

.wizard .steps ul li a {
  color: var(--bs-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 1rem;
  opacity: 0.3;
}

@media (max-width: 575px) {
  .wizard .steps ul li a {
    opacity: 1;
  }
}
.wizard .steps ul .number {
  inline-size: 1.5rem;
  min-inline-size: 1.5rem;
  block-size: 1.5rem;
  background-color: var(--bs-dark);
  display: grid;
  place-items: center;
  padding: 0.3125rem;
  color: var(--bs-white);
  line-height: 1;
  font-size: 0.75rem;
}

.wizard .steps ul .current a {
  opacity: 1;
}

.wizard .steps ul .current-info {
  display: none;
}

.wizard .steps ul .current .number {
  background-color: var(--bs-primary);
}

.wizard .actions {
  margin-block-start: 1.875rem;
}

.wizard .actions ul {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#register-vertical-steps.wizard.vertical {
  display: grid;
  grid-template-columns: 50px 2fr;
}

@media only screen and (max-width: 575px) {
  #register-vertical-steps.wizard.vertical {
    display: flex;
    flex-direction: column;
  }
}
#register-vertical-steps.wizard.vertical .actions {
  grid-column: span 3;
  position: sticky;
  z-index: 999;
  bottom: 0;
  padding-block: 1rem;
  background-color: var(--bs-white);
}

#register-vertical-steps.wizard.vertical .actions li.disabled {
  display: none;
}

#register-vertical-steps.wizard .steps {
  margin-block-end: 0rem;
  position: relative;
  padding-block-start: 3.75rem;
}

#register-vertical-steps.wizard .steps ul {
  justify-content: flex-start;
  flex-direction: column;
}

@media (max-width: 575px) {
  #register-vertical-steps.wizard .steps ul {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
  }
  #register-vertical-steps.wizard .steps ul::after {
    inline-size: 90%;
    inset-inline-start: 5%;
    inset-block-start: 0.75rem;
    background-color: var(--border-color);
    block-size: 0.5px;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.3;
  }
  #register-vertical-steps.wizard .steps ul .step-info {
    display: none;
  }
}
#register-vertical-steps.wizard .steps ul li {
  position: relative;
}

#register-vertical-steps.wizard .steps ul li:not(:first-child) {
  padding-inline-start: 0rem;
  padding-block-start: 100px;
}

@media (max-width: 575px) {
  #register-vertical-steps.wizard .steps ul li:not(:first-child) {
    padding-block-start: 0rem;
  }
}
#register-vertical-steps.wizard .steps ul li:not(:first-child)::after {
  inline-size: 0.125rem;
  block-size: 50%;
  z-index: -1;
  inset-block-start: 35%;
  inset-inline-start: 23px;
  content: "";
}

@media (max-width: 575px) {
  #register-vertical-steps.wizard .steps ul li:not(:first-child)::after {
    display: none;
  }
}
#register-vertical-steps.wizard .steps ul li.done + li::after,
#register-vertical-steps.wizard .steps ul li.done::after {
  background-color: var(--bs-primary);
  z-index: 1;
}

#register-vertical-steps.wizard .steps ul li.done a {
  opacity: 1;
}

#register-vertical-steps.wizard .steps ul li.done a .number {
  background-color: var(--bs-primary);
}

#register-vertical-steps.wizard .steps ul li a {
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
  background-color: var(--bs-white);
}

#register-vertical-steps.wizard .content {
  margin-inline-start: 4rem;
}

@media only screen and (max-width: 575px) {
  #register-vertical-steps.wizard .content {
    margin-inline-start: 0rem;
    margin-block-start: 2.5rem;
  }
}
/* ************************
   05.2: Provider Details
   ********************* */
.provider-details-overview {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 2fr 3fr 2fr;
}

@media only screen and (max-width: 991px) {
  .provider-details-overview {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .provider-details-overview {
    grid-template-columns: 1fr;
  }
}
.provider-details-overview__statistics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3125rem;
}

@media only screen and (max-width: 991px) {
  .provider-details-overview__statistics {
    order: -1;
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 379px) {
  .provider-details-overview__statistics {
    grid-template-columns: 1fr;
  }
}
/* Information Details Box */
.information-details-box {
  background-color: var(--white-bg);
  border: 1px solid rgba(65, 83, 179, 0.05);
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.1);
  padding: 1.875rem;
}

@media only screen and (max-width: 575px) {
  .information-details-box {
    padding: 1rem;
  }
}
.information-details-box__title {
  font-size: 1.25rem;
  margin-block-end: 1.25rem;
}

.information-details-box__title i,
.information-details-box__title .material-icons {
  font-size: inherit;
}

.information-details-box__subtitle {
  margin-block-end: 1.25rem;
}

/* Service Man List */
.service-man-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}

.service-man-list__item {
  border: 1px solid rgba(65, 83, 179, 0.05);
  box-shadow: 4px 4px 10px -4px rgba(145, 158, 171, 0.2);
}

.service-man-list__item_header {
  background: rgba(65, 83, 179, 0.05);
  border-radius: 0.625rem 0.625rem 1.25rem 1.25rem;
  padding: 0.9375rem;
  text-align: center;
}

.service-man-list__item_header img {
  inline-size: 3.625rem;
  block-size: 3.625rem;
  margin-block-end: 0.5rem;
}

.service-man-list__item_header .service-man-name {
  color: var(--bs-primary);
}

.service-man-list__item_header .service-man-phone {
  font-size: 0.75rem;
}

.service-man-list__item_body {
  padding: 0.9375rem;
}

/* ************************
   05.3: Chat
   ********************* */
.avatar-status {
  position: absolute;
  inline-size: 0.625rem;
  block-size: 0.625rem;
  inset-block-end: 0rem;
  inset-inline-end: 0rem;
  border: 2px solid var(--absolute-white);
}

.chat_list {
  padding: 0.75rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.chat_list:hover,
.chat_list.active {
  background-color: rgba(217, 217, 217, 0.3);
}

.outgoing_msg,
.received_msg {
  max-inline-size: 70%;
  margin-block-end: 1rem;
  display: inline-flex;
  flex-direction: column;
}

.received_msg .message_text {
  background-color: rgba(217, 217, 217, 0.3);
}

.received_msg {
  margin-inline-end: auto;
  align-items: flex-start;
}

.outgoing_msg {
  margin-inline-start: auto;
  align-items: flex-end;
}

.outgoing_msg .message_text {
  background-color: var(--bs-primary);
  color: var(--absolute-white);
}

.message_text {
  margin-block-end: 0.3125rem;
  padding: 0.625rem 1rem;
}

.time_date {
  font-size: 12px;
}

.card-chat {
  min-block-size: calc(100vh - 200px);
}

.inbox_chat,
.inbox_msg {
  block-size: 45vh;
  overflow-y: auto;
  padding-inline-end: 0.5rem;
}

@media only screen and (min-width: 1400px) {
  .inbox_chat,
  .inbox_msg {
    max-block-size: 58vh;
  }
}
.inbox_chat {
  max-block-size: 60vh;
}

.add-img,
.add-attatchment {
  position: relative;
  cursor: pointer;
}

.add-img .material-icons,
.add-attatchment .material-icons {
  cursor: pointer;
}

.add-img input,
.add-attatchment input {
  opacity: 0;
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0rem;
  inset-inline-start: 0rem;
  cursor: pointer;
}

.send-msg-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}

.send-msg-btns button {
  border: none;
  color: var(--bs-primary);
  background-color: transparent;
}

.input_msg_write {
  position: relative;
}

.input_msg_write textarea {
  padding-block-end: 2.5rem;
}

.input_msg_write .send-msg-btns {
  padding-block-start: 0.25rem;
  background-color: var(--bs-white);
  position: absolute;
  z-index: 1;
  inline-size: calc(100% - 17px);
  inset-inline-start: 0.0625rem;
  inset-block-end: 0.0625rem;
}

/* ************************
   05.4: Service
   ********************* */
.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
  gap: 1.5625rem;
}

.service-list-wrap {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  align-items: start;
  gap: 1.875rem;
}

@media only screen and (max-width: 991px) {
  .service-list-wrap {
    grid-template-columns: 1fr;
  }
}
.service-list-item {
  background-color: var(--bs-primary-light-bg);
  display: flex;
  flex-direction: column;
}

.service-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-title {
  background-color: var(--bs-white);
  padding: 0.75rem;
  display: block;
  flex-grow: 1;
}

.service-actions {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.services-tab-menu li {
  padding: 1.25rem;
  border-inline-start: 0.125rem solid var(--bs-primary-light-bg);
  text-transform: capitalize;
  border-start-end-radius: 0.3125rem;
  border-end-end-radius: 0.3125rem;
}

.services-tab-menu li.active {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-light-bg);
}

/* Provider Panel CSS */
.show-notification-list {
  max-block-size: 25rem;
  overflow-y: auto;
}

.show-notification-list .card-title {
  line-height: 1.5;
  margin-block-end: 0.5rem;
}

.earning-statistics .select2-container--default .select2-selection--single {
  min-block-size: 2.125rem;
}

.earning-statistics .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.125rem;
}

.earning-statistics .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.125rem;
}

.service-list-item .service-img {
  block-size: 7.5rem;
  overflow: hidden;
}

.service-list-item .service-img img {
  -o-object-fit: cover;
  object-fit: cover;
  block-size: 100%;
  inline-size: 100%;
}

#search-form__input + .dropdown-menu:hover,
#search-form__input:focus + .dropdown-menu {
  display: block !important;
  position: absolute;
  display: block;
  inset-block-start: calc(100% + 0.1rem);
  inset-inline-start: 0rem;
  max-block-size: 25rem;
  overflow-y: auto;
  inline-size: 17.5rem;
}

.lh-1\.5 {
  line-height: 1.5;
}

.hover-color-c2:hover {
  color: var(--bs-primary) !important;
}

.img-square-90 {
  inline-size: 5.625rem;
  block-size: 5.625rem;
  -o-object-fit: cover;
  object-fit: cover;
}

#multi_image_picker {
  display: flex;
  gap: 1rem;
  inline-size: 100%;
  justify-content: center;
}

#multi_image_picker > * {
  flex: 0 0 50%;
}

.login-right-wrap {
  display: flex;
  flex-direction: column;
}

/* Admin Panel CSS */
.show-notification-list {
  max-block-size: 25rem;
  overflow-y: auto;
}

.show-notification-list .card-title {
  line-height: 1.5;
  margin-block-end: 0.5rem;
}

.earning-statistics .select2-container--default .select2-selection--single {
  min-block-size: 2.125rem;
}

.earning-statistics .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.125rem;
}

.earning-statistics .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.125rem;
}

.service-list-item .service-img {
  block-size: 7.5rem;
  overflow: hidden;
}

.service-list-item .service-img img {
  -o-object-fit: cover;
  object-fit: cover;
  block-size: 100%;
  inline-size: 100%;
}

#search-form__input + .dropdown-menu:hover,
#search-form__input:focus + .dropdown-menu {
  display: block !important;
  position: absolute;
  display: block;
  inset-block-start: calc(100% + 0.1rem);
  inset-inline-start: 0rem;
  max-block-size: 25rem;
  overflow-y: auto;
  inline-size: 17.5rem;
}

.lh-1\.5 {
  line-height: 1.5;
}

.hover-color-c2:hover {
  color: var(--bs-primary) !important;
}

.img-square-90 {
  inline-size: 5.625rem;
  block-size: 5.625rem;
  -o-object-fit: cover;
  object-fit: cover;
}

#multi_image_picker {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.login-right-wrap {
  display: flex;
  flex-direction: column;
}

.show-upload-file {
  background-color: var(--bg-color);
  padding: 0.5rem 1rem;
  margin-block-end: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.object-fit {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.select2-dropdown {
  z-index: 1056 !important; /*1051;*/
}

[data-bs-theme=dark] .apexcharts-tooltip.light {
  border: 1px solid #6c6c6c;
  background-color: #39393b;
}

[data-bs-theme=dark] .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background-color: #39393b;
  border-bottom: 1px solid #6c6c6c;
}

[data-bs-theme=dark] .select2-container--default .select2-selection--multiple {
  background-color: #232325;
}

[data-bs-theme=dark] .select2-container--default .select2-results > .select2-results__options {
  background: #39393b;
}

.main-logo,
.mobile-logo {
  max-block-size: 2.5rem;
}

.page-title {
  text-transform: capitalize;
}

label {
  text-transform: capitalize;
}

.information-details-box .avatar-img {
  max-inline-size: 8.75rem;
}

.max-w-100 {
  -webkit-max-inline-size: 100% !important;
  max-inline-size: 100% !important;
}

.grid-column-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
}

.ps-20 {
  padding-left: 1.25rem;
}

.bg--secondary {
  background-color: rgba(117, 133, 144, 0.1);
}

.form-floating input[type=password] {
  padding-inline-end: 2.5rem;
}

.form-floating .togglePassword {
  position: absolute;
  inset-inline-end: 0.75rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.header-icon > img {
  inline-size: 30px;
  block-size: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pe--4 {
  padding-inline-end: 1.5rem;
}

[data-bs-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #444 !important;
  color: var(--absolute-white) !important;
}

[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c1c1c1 !important;
}

.max-w360 {
  max-inline-size: 22.5rem;
}

.max-w320 {
  max-inline-size: 20rem;
}

.max-w320 + .select2-container {
  max-inline-size: 20rem;
}

@media (max-width: 575px) {
  .max-w320 {
    max-inline-size: 100%;
  }
}
[data-bs-theme=dark] #toast-container > div {
  box-shadow: 0 0 12px #3c3c3c;
}

.toast-message {
  text-transform: capitalize;
}

#toast-container > div {
  border-radius: 0.25rem !important;
}

#toast-container > .toast-success {
  background-color: rgba(22, 181, 89, 0.9) !important;
}

#toast-container > .toast-warning {
  background-color: rgba(255, 180, 0, 0.9) !important;
}

#toast-container > .toast-error,
#toast-container > .toast-danger {
  background-color: rgba(255, 76, 81, 0.9) !important;
}

#toast-container > .toast-info {
  background-color: rgba(22, 177, 255, 0.9) !important;
}

.swal2-popup .swal2-content,
.swal2-popup .swal2-title {
  color: var(--bs-dark) !important;
}

/* QA Issue Fixing CSS */
.login-logo {
  max-block-size: 60px;
  max-inline-size: 294px;
}

[data-bs-theme=dark] .inbox_msg::-webkit-scrollbar {
  inline-size: 0.5rem;
}

[data-bs-theme=dark] .inbox_msg::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme=dark] .inbox_msg::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 0.5rem;
  border: 2px solid var(--border-color);
}

[data-bs-theme=dark] .recaptcha,
[data-bs-theme=dark] .dark-support {
  filter: brightness(0.8) contrast(1.2);
}

[data-bs-theme=dark] .dark-support-border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[data-bs-theme=dark] .wizard .steps ul .number {
  background-color: #cdcdcd !important;
}

.apexcharts-legend-text {
  text-transform: capitalize;
}

.upload-file-close {
  cursor: pointer;
}

/* Serviceman Details */
.statistics-serviceman {
  text-align: center;
  border: 1px solid rgba(243, 167, 53, 0.5);
  border-radius: 0.625rem;
}

.statistics-serviceman * {
  color: #0461a5 !important;
}

.statistics-serviceman::after {
  background-color: rgba(243, 167, 53, 0.05);
}

.statistics-serviceman__ongoing-booking {
  border-color: rgba(42, 149, 255, 0.5);
}

.statistics-serviceman__ongoing-booking::after {
  background-color: rgba(42, 149, 255, 0.05);
}

.statistics-serviceman__completed-booking {
  border-color: rgba(255, 103, 103, 0.5);
}

.statistics-serviceman__completed-booking::after {
  background-color: rgba(255, 103, 103, 0.05);
}

.statistics-serviceman__total-cancelled {
  border-color: rgba(59, 197, 117, 0.5);
}

.statistics-serviceman__total-cancelled::after {
  background-color: rgba(59, 197, 117, 0.05);
}

.list-unstyled,
.radio-list,
.serviceman_info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.serviceman_info-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.serviceman_info-list li {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  gap: 0.625rem;
  color: var(--bs-dark);
}

.serviceman_info-list li:not(:first-child) {
  padding-block-start: 1rem;
}

@media (min-width: 767px) {
  .serviceman_info-list li {
    flex-basis: 40%;
  }
  .serviceman_info-list li:not(:first-child):not(:nth-child(2)) {
    border-block-start: 1px solid var(--bs-border-color);
    margin-block-start: 1rem;
    padding-block-start: 1rem;
  }
}
.serviceman_info-list li .material-icons {
  inline-size: 2rem;
  min-inline-size: 2rem;
  block-size: 2rem;
  border-radius: 0.625rem;
  background-color: rgba(65, 83, 179, 0.1);
  display: grid;
  place-items: center;
}

.radio-list {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.radio-list label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0.8rem !important;
  border: 1px solid var(--border-color);
  border-radius: 5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.radio-list label::before,
.radio-list label::after {
  display: none !important;
}

.radio-list input:checked + label {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.fz-34 {
  font-size: 2.125rem !important;
}

.d--none {
  display: none;
}

.text-justify {
  text-align: justify !important;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.bootstrap-tagsinput {
  border-radius: 0.375rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  height: 2.8125rem !important;
}
.action-btn {
  /* --size: 1.625rem; */
  --size: 30px;
  inline-size: var(--size);
  block-size: var(--size);
  min-inline-size: var(--size);
  border-radius: 0.25rem;
  background-color: transparent;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.action-btn.btn--light-primary {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border: 1px solid var(--bs-primary);
}

.action-btn.btn--light-primary:hover {
  background-color: rgba(var(--bs-primary-rgb), 1);
}

.action-btn.btn--light-success {
  background-color: rgba(var(--bs-success-rgb), 0.05);
  border: 1px solid var(--bs-success);
  color: var(--bs-success);
}

.action-btn.btn--light-success:hover {
  background-color: rgba(var(--bs-success-rgb), 1);
  color: var(--absolute-white);
}

.action-btn.btn--success {
  background-color: rgba(var(--bs-success-rgb), 0.05);
  border: 1px solid var(--bs-success);
  color: var(--bs-success);
}

.action-btn.btn--success:hover {
  background-color: rgba(var(--bs-success-rgb), 1);
  color: var(--absolute-white);
}

.action-btn.btn--danger {
  background-color: rgba(var(--bs-danger-rgb), 0.05);
  border: 1px solid var(--bs-danger);
  color: var(--bs-danger);
}

.action-btn.btn--danger:hover {
  background-color: rgba(var(--bs-danger-rgb), 1);
  color: var(--absolute-white);
}

.bg-primary-light {
  background-color: rgba(65, 83, 179, 0.05) !important;
}

.dropdown-hover {
  position: relative;
  cursor: pointer;
}

.dropdown-hover-menu {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  inset-inline-end: calc(100% + 5px);
  inset-block-start: -110%;
  list-style: none;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  min-inline-size: 17.5rem;
  max-block-size: 16rem;
  overflow-y: auto;
}

.dropdown-hover-menu li {
  padding: 1rem;
  border-radius: 0.5rem;
  border-block-end: 1px solid var(--border-color);
}

.dropdown-hover-menu li h5 {
  font-weight: 500;
}

.dropdown-hover:hover .dropdown-hover-menu {
  visibility: visible;
  opacity: 1;
  inset-inline-end: calc(100% + 5px);
  inset-block-start: -100%;
}

#location_map_div {
  height: 250px;
  position: relative;
}

#location_map_div > input {
  position: absolute;
  inset-inline-start: 47%;
  inset-block-start: 9px;
  z-index: 9;
  block-size: 40px;
  border: 1px solid var(--bs-primary);
}
@media screen and (max-width: 991px) {
  #location_map_div > input {
    inset-inline-start: 15px !important;
  }
}

#pac-input {
  top: 0.5rem !important;
  padding: 10px !important;
  background: #fff !important;
  height: 35px !important;
  border: unset !important;
}

.gmnoprint {
  display: none;
}

.ripple-animation {
  line-height: 1;
  box-shadow: 0 0 0px 0px rgba(4, 97, 165, 0.5);
  cursor: pointer;
  border-radius: 50%;
  transition: 250ms color;
  animation-name: wave;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ripple-animation:hover {
  animation: none;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(4, 97, 165, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(4, 97, 165, 0);
  }
}
.payment_method_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  text-wrap: nowrap;
}

/* .payment_method_grid > div {
    max-width: 200px;
} */
.payment_method_grid > div img {
  max-width: 80px;
  max-height: 40px;
}

.alert-close-btn {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #f30c0c;
  color: var(--absolute-white);
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.alert-close-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out infinite;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
/* booking evidence photos */
.max-height-100 {
  max-height: 100px;
}

/* spartan css */
.spartan_remove_row {
  inset-inline-end: 3px;
  top: 3px;
  background: transparent;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 7, 0);
  position: absolute !important;
}

.spartan_item_wrapper .file_upload img.img_ {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.spartan_item_wrapper {
  width: 50% !important;
  flex: 0 0 50% !important;
  margin-bottom: 0 !important;
  max-width: 130px !important;
}

.spartan_item_wrapper .file_upload {
  border: none !important;
  padding: 0 !important;
  height: unset !important;
  aspect-ratio: 1;
}

.spartan_item_wrapper .file_upload img {
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #f4f4f4;
}

.spartan_item_wrapper > img {
  height: unset;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.spartan_item_wrapper p {
  margin: 0;
}

.min-w-100px {
  min-width: 100px !important;
}

.max-w-100px {
  max-width: 100px !important;
}

@media (min-width: 768px) {
  .spartan_item_wrapper.size--md {
    max-width: 170px !important;
  }
}
.spartan_item_wrapper.size--sm {
  max-width: 120px !important;
}

.otp-form {
  max-width: 320px;
}

.otp-form .otp-field {
  --size: 3.75rem;
  inline-size: var(--size);
  block-size: calc(var(--size) / 2);
  border: none;
  border-bottom: 3px solid var(--bs-primary);
  text-align: center;
  background-color: transparent;
}

.square-btn {
  --size: 26px;
  width: var(--size);
  height: var(--size);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.translate-y-4px {
  transform: translateY(4px);
}

.__schedule-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.__schedule-item .subtitle {
  width: 100%;
  max-width: 242px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.__schedule-area {
  width: 0;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .__schedule-area {
    width: 100%;
  }
}
.clock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.clock .clock__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.__border {
  border-color: #d0dbe9;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check .form-check-input {
  width: 18px;
  height: 18px;
  box-shadow: none !important;
}

.form-check .form-check-label {
  margin-top: 6px;
  color: var(--bs-body-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 5px;
  display: block;
}

.form-check .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.service_cursor_pointer {
  cursor: pointer;
}

#serviceForm.show + .show_form-btn {
  display: none !important;
}

.resize-none {
  resize: none;
}

/* New style */
.iti__flag-container + .form-control {
  height: 2.8125rem;
}

label.switcher.hasContent::before {
  content: attr(data-before);
  position: absolute;
  right: calc(100% + 15px);
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 0.75rem;
}

.iti--allow-dropdown {
  width: 100%;
}

/* New Style */
@media (min-width: 1400px) {
  .gap-xl-5 {
    gap: 3rem !important;
  }
}
.bg-custom {
  --bg-custom: rgba(4, 97, 165, 0.12);
  background-color: var(--bg-custom) !important;
}

/* .sidebar--search-form {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff
} */
.sidebar--search-form .search--form-group {
  position: relative;
  transition: all ease 0.3s;
}

.sidebar--search-form .search--form-group .icon {
  position: absolute;
  left: 8px;
  top: 10px;
  color: #99a7ba !important;
}

.sidebar--search-form .form-control {
  padding-left: 34px;
}

.table-md > :not(caption) > * > * {
  padding: 0.4rem 0.25rem;
}

/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
  height: 24px;
  position: relative;
  display: inline-block;
}

.on-off-toggle__slider {
  line-height: 1;
  display: block;
  border-radius: 50rem;
  background-color: #dfe5eb;
  transition: background-color 0.15s ease-in;
  padding: 3px;
  color: var(--absolute-dark);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#service_schedule__span {
  cursor: pointer;
}

.on-off-toggle__input {
  position: absolute;
  opacity: 0;
}

.on-off-toggle__circle {
  --size: 18px;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  background-color: var(--absolute-white);
  display: block;
}

.on-off-toggle__off,
.on-off-toggle__on {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.on-off-toggle__on {
  display: none;
}

.on-off-toggle__on .on-off-toggle__text {
  padding-inline-start: 0.35rem;
}

.on-off-toggle__off .on-off-toggle__text {
  padding-inline-end: 0.35rem;
}

.on-off-toggle__text {
  font-size: 10px;
}

.on-off-toggle__input:checked + .on-off-toggle__slider .on-off-toggle__off {
  display: none;
}

.on-off-toggle__input:checked + .on-off-toggle__slider .on-off-toggle__on {
  display: flex;
}

.on-off-toggle__input:checked + .on-off-toggle__slider {
  background-color: var(--bs-primary);
  color: var(--absolute-white);
}

/* Custom Dropdown Menu */
.dropdown-menu__custom {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  --bs-dropdown-min-width: 14rem;
  padding: 5px;
}

.dropdown-menu__custom li {
  padding: 0.5rem 1rem;
  background-color: var(--absolute-white);
  border-radius: 0.35rem;
}

.dropdown-menu__custom li:hover {
  background-color: #f3f8ff;
  color: var(--bs-primary);
}

/* Timeline CSS */
#service_schedule__span {
  position: relative;
}

.timeline-container {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 300ms ease-in-out;
}

#service_schedule__span:hover .timeline-container {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.timeline-sessions {
  position: relative;
  list-style-type: none;
  padding: 1rem;
  margin: 0;
  border-radius: 5px;
  background-color: var(--bs-white);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  text-align: start;
}

.timeline-container li {
  padding-bottom: 1.5rem;
  border-left: 2px solid #f0ecec;
  position: relative;
  padding-left: 12px;
}

.timeline-container li.active {
  border-left: 2px solid var(--bs-primary);
}

.timeline-container li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.timeline-container li::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--bs-white);
  border: 2px solid #b4c3ce;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 0px;
}

.timeline-container li:last-child::before {
  left: -4px;
}

.timeline-container li.active:before {
  border: 2px solid var(--bs-primary);
}

.timeline-date {
  position: relative;
  top: -3px;
}

.timeline-date,
.timeline-time {
  color: var(--bs-body-color);
  font-weight: 500;
  font-size: 12px;
}

.timeline-container li.active .timeline-date,
.timeline-container li.active .timeline-time {
  color: var(--bs-dark);
}

.h-45 {
  height: 45px;
}

table th {
  font-weight: 600;
}

.min-w120 {
  min-inline-size: 7.5rem;
}

.text-two-line {
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* upload Image */
.input_msg_write .upload_img_box {
  position: relative;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
}

.input_msg_write .upload_img_box img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.input_msg_write .upload_img_box .img-clear {
  position: absolute;
  width: 14px;
  height: 14px;
  color: var(--absolute-white);
  background-color: #9eadc1;
  border-radius: 100%;
  right: -6px;
  top: -6px;
  display: grid;
  place-items: center;
  line-height: 1;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.input_msg_write .upload_img_box .img-clear:hover {
  background-color: var(--bs-danger);
}

.inbox-img-grid {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  margin-block-end: 0.3125rem;
  flex-wrap: wrap;
}

/*.inbox-img-grid {*/
/*    display: grid;*/
/*    grid-template-columns: 70px 70px;*/
/*    grid-template-rows: 70px 70px;*/
/*    justify-content: end;*/
/*    gap: 0.5rem;*/
/*    margin-block-end: 0.3125rem;*/
/*}*/
.inbox-img-grid > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 70px;
  height: 70px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.conv-img-wrap {
  position: relative;
}

.conv-img-wrap > img {
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.conv-img-wrap-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--absolute-white);
  border-radius: 0.5rem;
  line-height: 1.3;
}

[dir=rtl] .input_msg_write .pl-8 {
  padding-right: 3.5rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

body.aside-folded:not(.open-aside-folded) .search--form-group {
  display: none;
}

.select2-search-has-icon {
  position: relative;
}

.select2-search-has-icon .select2-search__icon {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
}

.select2-search-has-icon .select2-search__field {
  padding-left: 1.8rem;
}

#register-vertical-steps .form-error-wrap + label,
#register-vertical-steps .form-floating + label {
  color: var(--bs-danger);
}

/* Chrome, Safari, Edge, Opera */
.withdraw-input::-webkit-outer-spin-button,
.withdraw-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.withdraw-inputut[type=number] {
  -moz-appearance: textfield;
}

.form-floating__icon .material-icons,
.form-floating__icon .material-symbols-outlined {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
  color: var(--bs-gray-500);
}

.form-floating__icon .material-icons.togglePassword,
.form-floating__icon .material-symbols-outlined.togglePassword {
  left: auto;
  right: 10px;
}

.form-floating__icon .form-control {
  padding-left: 44px;
}

.form-floating__icon > label {
  inset-inline-start: 24px;
  transition: all 300ms ease;
}

.form-floating__icon > input:focus + label {
  inset-inline-start: 0.5rem;
}

.lagn-drop-btn {
  background: var(--bs-body-bg);
  padding: 10px 20px;
  border-radius: 4px;
  min-width: 200px;
}

@media (max-width: 767px) {
  .lagn-drop-btn {
    padding: 10px;
    min-width: initial;
  }
}
.lagn-drop-btn + .dropdown-menu {
  min-width: 200px;
}

.lagn-drop-btn + .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid var(--bs-body-bg);
}

.cursor-auto {
  cursor: auto !important;
}

.select2-container--default .select2-selection--multiple {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}

.h-69px {
  height: 69px !important;
}

.info-transform-fix {
  transform: translateY(4px);
}

.min-w-92px {
  min-width: 92px;
}

.common-list li {
  cursor: auto;
}

@media screen and (min-width: 992px) {
  .border-lg-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
.service-details-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 2;
  top: 100%;
  right: 0;
  min-width: 200px;
}

.service-details-info > *:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.service-details-info-wrap:hover .service-details-info {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.text-limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.right-8 {
  right: 8px;
}

.top-8 {
  top: 8px;
}

.promotional_cost_card {
  border-radius: 10px;
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}

.promotional_cost_card h2 {
  color: var(--bs-primary);
}

.promotional_cost_card.style__2 {
  background-color: rgba(var(--bs-success-rgb), 0.07);
}

.promotional_cost_card.style__2 h2 {
  color: var(--bs-success);
}

.promotional_cost_card.style__3 {
  background-color: rgba(var(--bs-warning-rgb), 0.05);
}

.promotional_cost_card.style__3 h2 {
  color: var(--bs-warning);
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  color: var(--bs-primary);
}

.provider-bank-card {
  border-radius: 10px;
  border-color: rgba(4, 97, 165, 0.4);
  box-shadow: 0px 5.888px 17.665px 0px rgba(51, 66, 87, 0.05);
  background-color: #fafcff;
  background-image: url("../img/card-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.provider-bank-card .info {
  color: var(--absolute-dark);
}

#multi_image_picker2 .spartan_item_wrapper {
  width: 100% !important;
  flex: 0 0 100% !important;
}

.tf-box {
  border-radius: 5px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  max-width: 578px;
}

.tf-box h2 {
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .tf-box h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .tf-box h2 {
    font-size: 24px;
  }
}
.bg-center {
  background-position: center;
}

.login-right {
  max-width: 450px;
}

.register-right-wrap {
  max-height: 100dvh;
  overflow-y: auto;
}

.rating-review {
  border-radius: 10px;
  background-color: rgba(4, 97, 165, 0.05);
  padding: 20px;
  min-width: 300px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.rating-review__info > span {
  border-radius: 4px;
  background-color: rgba(4, 97, 165, 0.05);
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
}

@media (min-width: 992px) {
  .border-lg-end {
    border-inline-end: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
.mw-50\% {
  max-width: 50%;
}

.video video {
  width: 100%;
  border-radius: 10px;
  max-height: 100%;
}

.prev-video-box {
  margin-top: -10px;
}

video#VisaChipCardVideo {
  max-width: 100%;
  border-radius: 8px;
  max-height: 320px;
}

.prev-video-box {
  margin-top: -10px;
}

.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
  position: static;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 999998;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 620px;
  max-height: 380px;
  transform: translate(-50%, -50%);
  z-index: 999999;
  overflow: visible;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

#boxclose {
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 100%;
  background: #666;
  font-size: 14px;
  display: grid;
  place-items: center;
  line-height: 1;
  padding: 2px;
  width: 16px;
  height: 16px;
}

.boxclose:before {
  content: "×";
  position: relative;
  top: -2px;
}

#fade:hover ~ #boxclose {
  display: none;
}

.h-160 {
  height: 160px;
}

.h-120 {
  height: 120px;
}

.min-h-200 {
  min-height: 200px;
}

.h-200 {
  height: 200px !important;
}

.remove-file-button {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  border: none;
  outline: none;
  z-index: 999;
  display: none;
  color: red;
}

.promotion-typewise-upload-box {
  display: none;
}

.top-80px {
  top: 80px;
}

.form--check {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.form--check .form-check-input {
  margin: 0;
  min-width: 16px;
  min-height: 16px;
  box-shadow: none !important;
  outline: none !important;
}

.form--check .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.form--check .form-check-input:not(:checked) ~ .form-check-label {
  opacity: 0.75;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

.w-25 {
  width: 25%;
}

.text-8797AB {
  color: #8797ab;
}

.profile-prev-image {
  width: 30%;
  max-width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.profile-preview-box .wishlist-btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.profile-preview-box .wishlist-btn-2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--bs-primary);
  color: var(--absolute-white);
}

.w-0 {
  width: 0;
}

.static-text {
  display: none;
}

@media screen and (min-width: 1200px) {
  .static-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.line-limit-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.drp-buttons .btn {
  padding: 0.675rem 0.75rem !important;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.drp-buttons .btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.icon-absolute-on-right {
  position: absolute;
  font-size: 20px;
  opacity: 0.6;
  inset-inline-end: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.form--check .form-check-label {
  margin: 0;
}

/* Version_2.6 CSS */
.mw-700 {
  max-width: 700px;
}

.grid-columns {
  --min: 10rem;
  --max: 1fr;
  --gap: 1rem;
  --repeat: auto-fill;
  display: grid;
  grid-template-columns: repeat(var(--repeat), minmax(var(--min), var(--max)));
  gap: var(--gap);
}

.dropdown__style--two .dropdown-menu {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.dropdown__style--two .dropdown-item {
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 14px;
  color: var(--bs-dark);
  font-weight: 500;
  transition: all 300ms ease-in-out;
}

.dropdown__style--two .dropdown-item:hover {
  border-color: #eef6ff;
  background-color: #f3f8ff;
  box-shadow: 0px 12px 24px -4px rgba(27, 127, 237, 0.05), 0px 0px 2px 0px rgba(0, 113, 220, 0.05);
  color: var(--bs-primary);
}

.scrollY {
  --mh: 100px;
  max-height: var(--mh);
  overflow-y: auto;
}

.upload-file__img video {
  width: 100%;
  border-radius: 6px;
}

label.error {
  color: var(--bs-danger) !important;
  font-size: 12px;
}

#add-new-employee-form .steps {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#add-new-employee-form .steps ul {
  justify-content: flex-start;
}

.modal .modal-content.modal-content__search {
  background-color: transparent !important;
}

.search-list-item {
  padding: 0.5rem 1rem;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.search-list-item:hover {
  background-color: rgba(4, 97, 165, 0.05);
}

.search-list {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.min-h-350 {
  min-height: 350px;
}

.ctrlplusk {
  letter-spacing: -0.3px;
}

.modal.fade.removeSlideDown .modal-dialog {
  transition: none;
  transform: none;
}

.bg-card {
  background-color: var(--bs-white);
}

.pe--12 {
  padding-inline-end: 12px !important;
}

.cancellantion-note {
  border: 1px solid rgba(255, 103, 103, 0.2);
  background: rgba(255, 103, 103, 0.1);
  padding: 10px;
}

.play-icon span {
  cursor: pointer;
  font-size: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--bs-white);
}

.absolute-centered {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
}

.iti__search-input,
.iti__dropdown-content {
  background-color: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}

[data-bs-theme=dark] .bg-light {
  --bs-light-rgb: 42, 42, 42;
}

.access-checkboxes hr {
  border-color: #b5b5b5;
}

.profile_img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

/* version 2.7 CSS */
.overview-card {
  position: relative;
  border-radius: 0.625rem;
  background-color: rgba(0, 224, 255, 0.1);
  padding: 1.25rem;
  z-index: 1;
}

.overview-card::after {
  border-radius: 5px 0px 400px 0px;
  background: rgba(91, 188, 255, 0.05);
  width: 124px;
  height: 125px;
  max-height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  z-index: -1;
}

.overview-card.after-w50::after {
  width: 50%;
}

.img-circle {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  display: grid;
  place-items: center;
  background-color: var(--bs-white);
  padding: 0.5rem;
}

.overview-card__title {
  color: var(--bs-primary);
}

.overview-card.style__two {
  background-color: rgba(208, 172, 0, 0.1);
}

.overview-card.style__two .overview-card__title {
  color: #e27e26;
}

.overview-card.style__two::after {
  background-color: rgba(208, 172, 0, 0.05);
}

.overview-card.style__three {
  background-color: rgba(3, 157, 85, 0.05);
}

.overview-card.style__three .overview-card__title {
  color: #039d55;
}

.overview-card.style__three::after {
  background-color: rgba(3, 157, 85, 0.05);
}

.max-w500 {
  max-width: 500px !important;
}

.max-w260 {
  max-width: 260px !important;
}

.business-summary.style__two {
  background: rgba(0, 224, 255, 0.1);
}

.business-summary.style__two h2 {
  color: var(--bs-primary);
}

.business-summary.style__two h3 {
  color: var(--bs-dark);
}

.business-summary.style__two::after {
  background: rgba(91, 188, 255, 0.05);
  opacity: 1;
}

.business-summary.style__two.success {
  background: rgba(0, 197, 126, 0.1);
}

.business-summary.style__two.success h2 {
  color: var(--bs-success);
}

.business-summary.style__two.success::after {
  background: rgba(0, 197, 126, 0.05);
}

.business-summary.style__two.danger {
  background: rgba(255, 117, 0, 0.05);
}

.business-summary.style__two.danger h2 {
  color: var(--bs-danger);
}

.business-summary.style__two.danger::after {
  background: rgba(255, 103, 103, 0.05);
}

.business-summary.style__two.warning {
  background: rgba(208, 172, 0, 0.1);
}

.business-summary.style__two.warning h2 {
  color: var(--bs-warning);
}

.business-summary.style__two.warning::after {
  background: rgba(208, 172, 0, 0.05);
}

.statistics-card.style__two {
  border: 0.791px solid rgba(65, 83, 179, 0.3);
  box-shadow: 0px 0px 1.582px 0px rgba(145, 158, 171, 0.2), 0px 9.49px 18.98px -3.163px rgba(145, 158, 171, 0.1);
}

.statistics-card.style__two::after {
  background: linear-gradient(180deg, rgba(65, 83, 179, 0.06) 0%, rgba(232, 235, 255, 0.06) 100%);
  border-end-end-radius: 100rem;
  border-start-end-radius: 0;
  opacity: 1;
  inline-size: 60%;
  block-size: 100%;
}

g[filter="url(#filter4_d_4021_1338)"] + path,
g[filter="url(#filter4_d_4021_1338)"],
g[filter="url(#filter7_d_4021_1338)"],
g[filter="url(#filter2_d_4021_1338)"] + path,
g[filter="url(#filter2_d_4021_1338)"],
g[filter="url(#filter6_d_4021_1338)"],
g[filter="url(#filter3_d_4021_1338)"] + path,
g[filter="url(#filter3_d_4021_1338)"],
g[filter="url(#filter5_d_4021_1338)"] {
  opacity: 0;
  transform: translateX(100px) scale(0.85);
  transition: 0.35s;
  transition-delay: 0.35s;
}

g[filter="url(#filter4_d_4021_1338)"] + path,
g[filter="url(#filter4_d_4021_1338)"],
g[filter="url(#filter2_d_4021_1338)"] + path,
g[filter="url(#filter2_d_4021_1338)"],
g[filter="url(#filter3_d_4021_1338)"] + path,
g[filter="url(#filter3_d_4021_1338)"] {
  transition-delay: 0.5s;
}

g[filter="url(#filter4_d_4021_1338)"] + path,
g[filter="url(#filter4_d_4021_1338)"],
g[filter="url(#filter7_d_4021_1338)"],
g[filter="url(#filter2_d_4021_1338)"] + path,
g[filter="url(#filter2_d_4021_1338)"],
g[filter="url(#filter6_d_4021_1338)"] {
  transform: translateX(-20px) scale(0.8);
}

#documentationModal.show g[filter="url(#filter3_d_4021_1338)"] + path,
#documentationModal.show g[filter="url(#filter3_d_4021_1338)"],
#documentationModal.show g[filter="url(#filter5_d_4021_1338)"],
#documentationModal.show g[filter="url(#filter4_d_4021_1338)"] + path,
#documentationModal.show g[filter="url(#filter4_d_4021_1338)"],
#documentationModal.show g[filter="url(#filter7_d_4021_1338)"],
#documentationModal.show g[filter="url(#filter2_d_4021_1338)"] + path,
#documentationModal.show g[filter="url(#filter2_d_4021_1338)"],
#documentationModal.show g[filter="url(#filter6_d_4021_1338)"] {
  opacity: 1;
  transform: translateX(0px) scale(1);
}

.price-box hr {
  border-color: #b5b5b5;
}

.price-box.active {
  background-color: var(--bs-primary);
  color: var(--absolute-white);
}

.price-box.active .price-box__top h5 {
  color: var(--absolute-white);
}

.price-box__top {
  --size: 600px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.price-box__top::after {
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: rgba(4, 97, 165, 0.05);
}

.price-box.active .price-box__top::after {
  background: rgba(255, 255, 255, 0.05);
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.price-box-wrap {
  display: flex;
  gap: 1rem;
}

.price-box-wrap > .price-box {
  flex: 1 0 215px;
}

.min-h-62 {
  min-height: 62px;
}

.max-w-600 {
  max-width: 600px;
}

.payment-method-option {
  transition: all 250ms;
}

.payment-method-option.active {
  border-color: rgba(4, 97, 165, 0.51);
  box-shadow: 0px 8px 15px 0px rgba(4, 97, 165, 0.1);
}

.mw-632 {
  max-width: 632px;
}

/* Toaster CSS */
.notifications-container {
  max-width: 520px !important;
}

.notifications-container .notify {
  --notify-gray-2: var(--bs-body-color);
  --notify-gray: var(--bs-dark);
  --notify-padding: 1rem;
}

.notify--type-1.custom_toast {
  background-color: var(--bs-white);
  border: none;
  border-left: 5px solid currentColor;
  align-items: flex-start;
}

.custom_toast .notify__title {
  margin-bottom: 6px;
}

.notifications-container .custom_toast.notify--type-1 {
  box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.08);
}

.business-plan-option.active:not(.payment_methods_list_container) {
  border-color: rgba(65, 83, 179, 0.5) !important;
  background: rgba(65, 83, 179, 0.05);
}

.payment_methods_list_container .payment_methods_list {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 250ms;
}

.payment_methods_list_container.active .payment_methods_list {
  height: auto;
  opacity: 1;
  margin-top: 1.5rem;
}

.w-26 {
  width: 26px !important;
}

.mw-440 {
  max-width: 440px;
}

.priceBoxSwiper .swiper-button-next,
.priceBoxSwiper .swiper-button-prev {
  --size: 30px;
  --swiper-navigation-color: var(--bs-dark);
  --swiper-navigation-size: 1rem;
  background: #fff;
  filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.1));
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
}

.priceBoxSwiper .swiper-button-next.swiper-button-disabled,
.priceBoxSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.price-box.active.uncheck-icon {
  display: none;
}

.price-box .check-icon {
  display: none;
}

.price-box.active .uncheck-icon {
  display: none;
}

.price-box.active .check-icon {
  display: inline-block;
}

.free_trial_or_payment_wrap,
.priceBoxSwiper-wrap {
  display: none;
}

/* Circular progress */
.circular-progress {
  --size: 24px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 3px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  animation: progress-animation 5s linear 0s 1 forwards;
}

.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
  stroke: rgba(255, 255, 255, 0.5);
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: var(--absolute-white);
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.btn-white-light {
  --bs-btn-color: var(--absolute-white);
  --bs-btn-bg: rgba(255, 255, 255, 0.3);
  --bs-btn-border-color: rgba(255, 255, 255, 0.3);
  --bs-btn-hover-color: var(--absolute-white);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.3);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.3);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--absolute-white);
  --bs-btn-active-bg: rgba(255, 255, 255, 0.3);
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--absolute-white);
  --bs-btn-disabled-bg: rgba(255, 255, 255, 0.3);
  --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.3);
}

.btn-white-light:focus,
.btn-white-light:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.btn-white {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: rgba(255, 255, 255, 0.9);
  --bs-btn-border-color: rgba(255, 255, 255, 0.9);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.9);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.9);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: rgba(255, 255, 255, 0.9);
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-bg: rgba(255, 255, 255, 0.9);
  --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.9);
}

.btn-white:focus,
.btn-white:hover {
  background-color: rgb(255, 255, 255);
  color: var(--bs-dark);
}

.trial-notification-close {
  opacity: 0.5;
  transition: all 250ms;
}

.trial-notification-close:hover {
  opacity: 1;
}

.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trial-notification {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  left: 0;
}

.trial-notification.active {
  display: block;
}

.wh-20 {
  width: 20px;
  height: 20px;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms--auto {
  margin-inline-start: auto !important;
}

@media (max-width: 991px) {
  .cancellantion-note__header {
    position: fixed;
    width: calc(100% - 30px);
    top: 65px;
    left: 15px;
    background: rgb(255, 103, 103);
  }
  .cancellantion-note__header * {
    color: var(--absolute-white);
  }
}
.max-height-45px {
  max-height: 45px;
}

.welcome-card {
  border: 1px solid #e6e8ec;
  border-left: 3px solid #0f9918;
  padding: 20px;
  padding-left: 16px;
  font-size: 12px;
  display: flex;
  gap: 16px;
  border-radius: 10px;
  box-shadow: 0px 12px 32px rgba(6, 28, 61, 0.08);
}

.welcome-card .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.welcome-card__text {
  width: 0;
  flex-grow: 1;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 9999;
}

.alert--message-2 {
  border-left: 3px solid var(--bs-primary);
  border-radius: 6px;
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 9999;
  background: #fff;
  width: 80vw;
  display: flex;
  max-width: 330px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-size: 12px;
  transition: all ease 0.5s;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075);
}

.alert--message-2 h6 {
  font-size: 16px;
}

.alert--message-2:not(.active) {
  transform: translateX(calc(100% + 40px));
}

.alert--message-3 {
  border-left: 3px solid var(--bs-primary);
  border-: 3px solid var(--bs-primary);
  border-radius: 6px;
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 9999;
  background: #fff;
  width: 80vw;
  display: flex;
  max-width: 330px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-size: 12px;
  transition: all ease 0.5s;
}

.alert--container {
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 9999;
  width: 80vw;
  max-width: 330px;
}

[dir=rtl] .alert--container {
  right: auto;
  left: 20px;
}

.alert--container:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.alert--container .alert {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  margin-bottom: 10px;
  width: 100% !important;
}

.alert--container .alert:not(.active) {
  display: none;
}

.select-container {
  position: relative;
}

.booking_canceled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}

/* New CSS */
.form--check {
  cursor: pointer;
}

.form--check--inline {
  padding: 16px 20px;
  background: var(--bs-white);
}

.form--check--inline .form-check-label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.form--check--inline .form-check-label .material-symbols-outlined {
  opacity: 0.6;
  font-size: 95%;
}

.border-2 {
  border: 1px solid rgba(208, 219, 233, 0.4);
}

.border-2 .form-control {
  border-color: #d0dbe9;
}

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

[data-bs-theme=dark] .border-2 {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme=dark] .border-2 .form-control {
  border-color: rgba(255, 255, 255, 0.1);
}

.btn-outline-primary {
  border: 1px solid var(--bs-primary);
}

.btn-outline-primary:not(:hover) {
  color: var(--bs-primary);
  background: transparent;
}

.add-content-btn {
  height: 40px;
  padding-inline: 15px;
  padding-block: 0 !important;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  --bs-primary: #00aa6d;
}

.edit-content-btn {
  height: 40px;
  padding-inline: 15px;
  padding-block: 0 !important;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.btn--light-danger {
  background-color: rgba(65, 83, 179, 0.05);
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.robots-meta-checkbox-card {
  padding: 20px;
  border: 1px solid rgba(51, 66, 87, 0.1019607843);
  border-radius: 5px;
}

.robots-meta-checkbox-card .item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.h-30 {
  height: 30px;
}

@media screen and (max-width: 450px) {
  .robots-meta-checkbox-card .item,
  .robots-meta-checkbox-card .checkbox--item {
    width: 100%;
  }
}
.form--check .form-check-input {
  transform: translateY(-2px);
}

.w-120px {
  width: 120px;
}

.selected-systems {
  row-gap: 6px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.form--check .form-check-input {
  transform: translateY(0);
}

.top-3 {
  top: 12px;
}

.right-3 {
  right: 12px;
}

.z-10 {
  z-index: 10;
}

.gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}

.alert--message-2 {
  border-left: 3px solid var(--bs-primary);
  border-radius: 6px;
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 9999;
  background: #fff;
  width: 80vw;
  display: flex;
  max-width: 330px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-size: 12px;
  transition: all ease 0.5s;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075);
}

.alert--message-2 h6 {
  font-size: 16px;
}

.alert--message-2:not(.active) {
  transform: translateX(calc(100% + 40px));
}

.alert--message-3 {
  border-left: 3px solid var(--bs-primary);
  border-: 3px solid var(--bs-primary);
  border-radius: 6px;
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 9999;
  background: #fff;
  width: 80vw;
  display: flex;
  max-width: 330px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-size: 12px;
  transition: all ease 0.5s;
}

.alert--container {
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 9999;
  width: 80vw;
  max-width: 330px;
}

[dir=rtl] .alert--container {
  right: auto;
  left: 20px;
}

.alert--container:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.alert--container .alert {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  margin-bottom: 10px;
  width: 100% !important;
}

.alert--container .alert:not(.active) {
  display: none;
}

.maintainance-text-button .square-btn {
  transform: translateY(4px);
}

.badge-soft-secondary {
  color: #363636;
  background-color: rgba(113, 134, 157, 0.1);
}

.max-w-215px {
  max-width: 215px;
}

.progress-circle-container .progress-circle {
  transform: rotate(-90deg);
  border: 4px solid transparent;
  aspect-ratio: 1;
  border-right-color: var(--bs-primary);
  border-bottom-color: var(--bs-primary);
  border-radius: 50%;
}

.upload--progress {
  height: 5px;
}

.progress-circle-container .progress-circle circle {
  fill: none;
  stroke-width: 8;
}

.progress-circle-container .progress-circle .bg {
  stroke: transparent;
}

.progress-circle-container .progress-circle .progress {
  stroke: var(--bs-primary);
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 1s ease;
  stroke-linecap: round;
}

.w-43px {
  width: 43px;
}

.text-9EADC1 {
  color: #9eadc1;
}

.modal-body-color-border {
  border-left: 5px solid var(--bs-primary);
}

.flex-grow {
  flex-grow: 1;
}

.btn--container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.mb-20px {
  margin-bottom: 20px;
}

.form-label {
  color: var(--absolute-dark);
}

.robots-meta-checkbox-card {
  padding: 20px;
  border: 1px solid rgba(51, 66, 87, 0.1019607843);
  border-radius: 5px;
}

.checkbox--item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
}

.checkbox--item:not(:last-child) {
  margin-bottom: 10px;
}

.checkbox--item input {
  display: none;
}

.checkbox--item .checked {
  display: none;
}

.checkbox--item input:checked ~ .checked {
  display: inline-block;
}

.checkbox--item input:checked ~ .unchecked {
  display: none;
}

.checkbox--item input:checked ~ * {
  font-weight: 600;
}

.robots-meta-checkbox-card .item {
  flex-grow: 1;
}

.h-30 {
  height: 30px;
}

@media screen and (max-width: 450px) {
  .robots-meta-checkbox-card .item,
  .robots-meta-checkbox-card .checkbox--item {
    width: 100%;
  }
}
.check-item-2 {
  display: inline-flex;
  border-radius: 3px;
  background: #eeeeee;
}

.check-item-2 input {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: none !important;
}

.check-item-2 input:not(:checked) {
  opacity: 0;
}

.check-item-2 input:checked {
  background-color: #006fbd;
  opacity: 1;
}

.max-w-353px {
  max-width: 353px;
}

.__bg-FAFAFA {
  background: #fafafa;
}

:root {
  --bs-primary-rgb: 65, 83, 179;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.earning-details-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.earning-details-card-wrapper .left-card {
  width: 230px;
  flex-grow: 1;
}

.earning-details-card-wrapper .slider-card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .earning-details-card-wrapper .left-card {
    flex-grow: 0;
  }
  .earning-details-card-wrapper .slider-card {
    width: 100px;
    flex-grow: 1;
  }
}
.earning-details-card-wrapper .slider-card .card-body {
  padding: 20px;
}

.wallet-slider {
  overflow: hidden;
  position: relative;
}

.wallet-slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.wallet-slider-card {
  width: 175px;
  padding: 10px;
  background: #eff6ff;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  min-height: 109px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wallet-slider .swiper-prev,
.wallet-slider .swiper-next {
  position: absolute;
  height: 100%;
  width: 48px;
  position: absolute;
  top: 0;
  z-index: 9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.wallet-slider .swiper-prev.swiper-button-disabled,
.wallet-slider .swiper-next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.wallet-slider .swiper-prev {
  inset-inline-start: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%);
}

.wallet-slider .swiper-next {
  inset-inline-end: 0;
}

[dir=rtl] .wallet-slider .swiper-next,
[dir=rtl] .wallet-slider .swiper-prev {
  transform: rotate(180deg);
}

.wallet-slider .swiper-prev .material-symbols-outlined,
.wallet-slider .swiper-next .material-symbols-outlined {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.total--subscriptions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -85%);
  text-align: center;
  font-size: 14px;
  z-index: 3;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
}

.aspect-square {
  aspect-ratio: 1;
}

.h-36px {
  height: 36px;
}

.rounded-full {
  border-radius: 999px;
}

.how-it-works-dialog {
  max-width: 650px;
}

.invert-1 {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.cron-jobs-slider {
  overflow: hidden;
}

.swiper--pagination {
  position: relative !important;
  inset: unset !important;
  width: 0 !important;
  flex-grow: 1;
}

.swiper-pagination-bullet-active {
  background: var(--bs-primary);
}

.modal-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 90dvh;
  overflow-y: auto;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.w-100px {
  width: 100px;
}

.executing-time {
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
}

.text--grey {
  color: rgba(51, 66, 87, 0.8);
}

.instruction-info {
  font-size: 13px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.list-lower-alpha {
  list-style: lower-alpha;
}

.left-auto {
  left: auto;
}

.floating-label-info {
  padding-inline-end: 28px !important;
}

.floating-label-info .material-symbols-outlined,
.floating-label-info .material-icons {
  inset-inline-start: auto;
  inset-inline-end: 5px;
  inset-block-start: 50%;
}

.form-floating .select2-container--open + .floating-label-info {
  inset-inline-start: 0.5rem;
}

.border-and-rounded-start-0 {
  border-radius: 6px;
  z-index: 10;
}

[dir=ltr] .border-and-rounded-start-0 {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .border-and-rounded-start-0 {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.disabled-input .floating-label-info {
  background: transparent;
}

.disabled-input .form-control {
  background: #f4f4f4;
  border-color: transparent;
}

.copy-button {
  border-radius: 0px 6px 6px 0px;
  background: #efeff0;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

.copy-button .material-symbols-outlined {
  position: relative;
  inset: unset;
  transform: scale(1);
  color: rgb(0, 160, 141);
}

[dir=rtl] .copy-button {
  border-radius: 6px 0px 0px 6px;
}

.appearance-hidden {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.appearance-hidden::-webkit-inner-spin-button,
.appearance-hidden::-webkit-outer-spin-button {
  display: none;
}

.bootstrap-tagsinput {
  background-color: var(--bs-white) !important;
  border-color: var(--bs-border-color) !important;
}

[data-bs-theme=dark] .form-control:disabled {
  background: rgba(117, 133, 144, 0.1);
  border-color: rgba(117, 133, 144, 0.1);
}

.review-tooltip {
  --bs-tooltip-max-width: 400px;
  --bs-tooltip-arrow-width: 1.4rem;
  --bs-tooltip-arrow-height: 0.8rem;
  --bs-tooltip-padding-x: 1.5rem;
  --bs-tooltip-padding-y: 1.2rem;
  --bs-tooltip-border-radius: 0.6rem;
  --bs-tooltip-opacity: 1;
}

.review-tooltip .tooltip-inner {
  text-align: start;
}

.review-tooltip .tooltip-arrow {
  transform: translateX(-35px) !important;
  left: unset !important;
  right: 0;
  /* transform: translateX(35px) !important; */
}

.action-btn.btn--light-primary:hover {
  color: var(--white);
}

.action-btn i {
  font-size: 1rem;
}

.table {
  --bs-table-hover-bg: rgba(0, 0, 0, 0.02);
}

.review-tooltip[data-popper-placement=left] .tooltip-arrow {
  transform: translateX(-1px) !important;
  top: 30px !important;
}

.review-tooltip[data-popper-placement=right] .tooltip-arrow {
  transform: translate(13px) !important;
  right: 100%;
  top: 30px !important;
}

.aside-folded:not(.open-aside-folded) .aside .nav .card {
  display: none;
}

.btn--secondary-two {
  background-color: rgba(65, 83, 179, 0.05);
  color: var(--bs-primary);
  border: 1px solid rgba(65, 83, 179, 0.2);
}

.__bg-FAFAFA {
  background: #fafafa;
}

.bg-F8F8F8 {
  background: #f8f8f8;
}

.qty-width {
  width: 50px !important;
  text-align: center;
}

.margin-left-20 {
  margin-left: 20px;
}

.max-w120 {
  max-width: 7.5rem !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

.pl-20 {
  padding-left: 20px !important;
}

.canvas_class {
  height: 100%;
}

/* Multi Image Picker */
.multi_image_picker {
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.multi_image_picker::-webkit-scrollbar {
  display: none;
}

.multi_image_picker .spartan_item_wrapper {
  margin-bottom: 0 !important;
}

.multi_image_picker .spartan_item_wrapper:last-child {
  order: -1 !important;
  margin-inline-end: -20px !important;
}

.multi_image_picker .spartan_item_wrapper .file_upload {
  overflow: unset !important;
  background-color: var(--bs-white) !important;
  border: 1px dashed var(--bs-border-color) !important;
  padding: 0 !important;
  border-radius: 5px !important;
  aspect-ratio: 1;
}

.multi_image_picker .spartan_item_wrapper .file_upload .spartan_remove_row {
  right: -6px !important;
  top: -6px !important;
  background: var(--bs-danger) !important;
  border-radius: 100% !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 18px !important;
  z-index: 2;
}

.multi_image_picker .spartan_item_wrapper .file_upload .spartan_remove_row svg {
  inline-size: 14px !important;
  block-size: 14px !important;
}

.multi_image_picker .spartan_item_wrapper .file_upload .img_ {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 5px !important;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: inherit;
}

.multi_image_picker .spartan_item_wrapper .file_upload .spartan_image_placeholder {
  aspect-ratio: unset;
  border: none;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.multi_image_picker .imageSlide_prev,
.multi_image_picker .imageSlide_next {
  position: absolute;
  padding-top: 20px;
  inset-block-start: 0;
  height: 100%;
  z-index: 2;
  display: none;
}

.multi_image_picker .imageSlide_prev {
  inset-inline-start: 5px;
}

.multi_image_picker .imageSlide_next {
  inset-inline-end: 5px;
}

.multi_image_picker.overflow .imageSlide_prev,
.multi_image_picker.overflow .imageSlide_next {
  display: block;
}

.form-check-input {
  flex-shrink: 0;
}

.form-check-input:checked + .form-check-label h5 {
  opacity: 1 !important;
}

[data-bs-theme=dark] .form-check-input {
  flex-shrink: 0;
  background-color: var(--bs-white);
  border-color: var(--bs-border-color);
}

.btn--primary:hover, .btn--primary:focus, .wizard .actions ul a:hover {
  background-color: var(--bs-primary-dark) !important;
}

.fi {
  line-height: 1;
  letter-spacing: normal;
}

.package-received .min-w-150 {
  width: 14.2857142857%;
}

/*Custom Table */
.table-custom-td .sl-topics {
  gap: 40px;
}

.table-toggle-btn.active span {
  transform: rotate(-180deg);
  background-color: var(--bs-primary) !important;
  color: var(--bs-white);
}

.table-toggle-btn span i {
  font-size: 1.25rem;
  line-height: 1.4375rem;
}

.table-cont {
  width: 570px;
}
.table-cont p {
  font-size: 12px;
}

.w-20 {
  width: 1.25rem;
}

.h-20 {
  height: 1.25rem;
}

.icon-hover:hover span {
  color: var(--bs-white);
}

.w-120 {
  width: 120px;
  min-width: 120px;
}

@media screen and (max-width: 1450px) {
  .table-custom-td .sl-topics {
    gap: 20px;
  }
  .table-cont {
    width: 370px;
  }
}
@media screen and (max-width: 991px) {
  .table-custom-td .sl-topics {
    gap: 18px;
  }
  .table-cont {
    width: 190px;
  }
}
[data-bs-theme=dark] .map-icon-global {
  filter: brightness(0) invert(1);
}

.max-w-700 {
  max-width: 700px;
}

[data-bs-theme=dark] #apex_line-chart .apexcharts-canvas svg {
  background-color: #232325 !important;
}
[data-bs-theme=dark] #apex_line-chart .apexcharts-tooltip-title {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
[data-bs-theme=dark] #apex_line-chart .apexcharts-tooltip {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
[data-bs-theme=dark] #apex_line-chart .apexcharts-tooltip {
  border-color: rgba(255, 255, 255, 0.212) !important;
}

[data-bs-theme=dark] .tooltip-inner {
  background-color: #333 !important;
  color: #fff;
  border-radius: 5px;
}

[data-bs-theme=dark] .tooltip {
  background-color: #333 !important;
  color: #fff !important;
  border-radius: 5px;
}

[data-bs-theme=dark] .input_msg_write textarea {
  background-color: transparent !important;
  color: #fff !important;
}

.text-dark-absolute {
  color: var(--absolute-dark);
}

.top-02 {
  position: relative;
  top: 2px;
}

.w-400 {
  width: 400px;
}

.price-box ul li {
  max-width: 116px;
  text-align: center;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */
