.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* reset DarkMood */
[data-bs-theme="dark"] #tab-content-1 textarea {
  background: #000;
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

[data-bs-theme="dark"] .modal-sorting-box .modal-dialog,
[data-bs-theme="dark"] .modal-sorting-box .modal-header,
[data-bs-theme="dark"] .modal-sorting-box .modal-footer,
[data-bs-theme="dark"] .modal-sorting-box .modal-body,
[data-bs-theme="dark"] .sorting-modal table tbody tr,
[data-bs-theme="dark"] .sorting-modal table thead tr th,
[data-bs-theme="dark"] .form-box table thead tr th,
[data-bs-theme="dark"] .table-responsive table thead tr th {
  background-color: #192328 !important;
  color: white !important;
}
[data-bs-theme="dark"] .sorting-modal table tr td,
[data-bs-theme="dark"] .form-box table tr td,
[data-bs-theme="dark"] .table-responsive table tr td {
  color: white !important;
}
.table-responsive table thead tr th {
  font-family: Roboto;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.2px;
  text-align: center !important;
  text-wrap: nowrap;
  color: #757b7e !important;
  background-color: #eaeff4 !important;
}

.table-responsive table tr td {
  text-align: center !important;
  color: #192328 !important;
}
.table-responsive table tr:nth-child(even) {
  background-color: #0f276008;
}
[data-bs-theme="dark"]
  .campaign-table
  .table-responsive
  table
  tr:nth-child(even) {
  background-color: #000 !important;
}
.campaign-table .table-responsive table tr:nth-child(even) {
  background-color: white !important;
}
.cart-table table tr:nth-child(odd),
.order-section-details table tr:nth-child(odd),
.wallet-table table tr:nth-child(odd) {
  background-color: #0f276008 !important;
}
.cart-table table tr:nth-child(even),
.order-section-details table tr:nth-child(even),
.wallet-table table tr:nth-child(even) {
  background-color: #ffffff08 !important;
}
/* added New  table tr is white  */
.store-list-table table tbody tr {
  background-color: white !important;
}
[data-bs-theme="dark"] .store-list-table table tbody tr {
  background-color: #ffffff08 !important;
}
/* added New  table tr is white  */
[data-bs-theme="dark"] .user-info h4 {
  color: white !important;
}

.order-section-details table tr td {
  text-wrap: nowrap;
}
.sales-table-2 table tr td {
  text-wrap: nowrap;
}

/* reset DarkMood */

.tenant-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.tenant-list .tenant-filter-box {
  flex-grow: 1;
}
.plus-btn {
  color: #fff;
  background-color: #3076bc;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 1;
  font-size: 1rem;
}

.plus-btn:hover {
  background-color: #f36f2e;
  color: #fff;
}
.trash-btn {
  color: #fff;
  background-color: #f36f2e;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 1;
  font-size: 1rem;
}

.trash-btn:hover {
  background-color: #000;
  color: #fff;
}

.brn-trash {
  color: red !important;
}
.brn-trash .bi-x-lg {
  color: red !important;
  font-size: 20px;
}

.btn-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-primary-2 {
  padding: 12px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: black;
  border: #3075bc 1px solid;
  transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -ms-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 768px) {
  .btn-primary-2 {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.btn-save {
  color: white;
  border: #3075bc 1px solid;
  background: #3076bc;
  font-size: 18px !important;
  padding: 8px 25px;
  transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -ms-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  -o-transition: color 0.5s ease-in-out, background-color 0.35s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.75s ease-in-out;
  font-weight: 400 !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
[data-bs-theme="dark"] .btn-primary-2 {
  color: white;
}
.btn-primary-2.active {
  background-color: #3075bc;
}
.btn-primary-2:hover {
  background-color: #3075bc;
  color: white;
}
.btn-save:hover {
  background-color: #2d3fa8;
  color: white;
}
.btn-primary-2 .bi-arrow-bar-down {
  rotate: 180deg;
}

[data-bs-theme="dark"] .btn-top {
  background-color: #171717;
  color: white;
  border-color: #242424;
}
.btn-top {
  border: 1px solid #eaeff4;
  padding: 10px 16px;
  border-radius: 5px;
  border: 1px solid #eaeff4;
  opacity: 0px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-top:hover,
.btn-top:active {
  background-color: #3076bc;
  color: white;
}

/* Tab section and tab btn design  */
[data-bs-theme="dark"] .tab-group,
[data-bs-theme="dark"] .tab-group-2,
[data-bs-theme="dark"] .tab-group-mini {
  background: #000;
}
[data-bs-theme="dark"] .tab-group .tab-btn-all-2,
[data-bs-theme="dark"] .tab-group .tab-btn-all {
  color: white !important;
  /* border: #242424 1px solid; */
  border-right: none;
}
.tab-group {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  padding: 0px 10px;
}
.tab-group-2 {
  display: flex;
  flex-direction: row;
  margin: 1.5rem 0;
  padding: 0px 10px;
  overflow-x: auto;
  width: 100%;
}

.tab-group-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tab-group-2::-webkit-scrollbar {
  height: 7px;
  background-color: #f5f5f5;
}

.tab-group-2::-webkit-scrollbar-thumb {
  background-color: gray;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tab-group-mini {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin: 1.5rem 0;
  padding: 0px 10px;
  max-width: fit-content;
  overflow-x: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .tab-group .tab-btn-all {
    width: 100%;
    border: none;
    height: 4rem;
    border-right: #e7e6e69d 2px solid;
    border-bottom: #ffffff3e 2px solid;
    color: #192328;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tab-group {
    flex-direction: row;
  }
  .tab-group .tab-btn-all {
    width: 14rem;
  }
  .tab-group .tab-btn-all {
    border: none;
    max-width: fit-content !important;
    border-bottom: #ffffff19 2px solid;
    height: 3.3rem;
    border-right: #e7e6e69d 2px solid;
    color: #192328;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
  }
}
.tab-group .tab-btn-all:hover {
  border-bottom: #3075bc 3px solid;
}

.tab-group .tab-btn-active {
  color: #3075bc;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: #3075bc 3px solid;
}
/** Tab-content    */
[data-bs-theme="dark"] #tab-content-1 form .form-label {
  color: white;
}

[data-bs-theme="dark"] .tab-1-content form label,
[data-bs-theme="dark"] .tab-2-content form label,
[data-bs-theme="dark"] #tab-content-1 .form-label,
[data-bs-theme="dark"] #tab-content-1 form .form-label,
[data-bs-theme="dark"] #tab-content-2 .form-label,
[data-bs-theme="dark"] #tab-content-2 form .form-label,
[data-bs-theme="dark"] #tab-content-3 form .form-label,
[data-bs-theme="dark"] #tab-content-4 form .form-label,
[data-bs-theme="dark"] .tenant-list-section form .form-label,
[data-bs-theme="dark"] .tab-1-content form .form-label,
[data-bs-theme="dark"] .tab-2-content form .form-label,
[data-bs-theme="dark"] .tab-6-content form .form-label,
[data-bs-theme="dark"] #tab-content-1 label .form-label,
[data-bs-theme="dark"] #tab-content-2 label .form-label,
[data-bs-theme="dark"] #tab-content-3 label .form-label,
[data-bs-theme="dark"] #tab-content-4 label .form-label,
[data-bs-theme="dark"] #tab-content-5 label .form-label,
[data-bs-theme="dark"] #tab-content-6 label .form-label,
[data-bs-theme="dark"] #tab-content-1 .form-label {
  color: white !important;
}
[data-bs-theme="dark"] #collapseOne form select {
  border-color: rgb(79, 79, 79) !important;
}

[data-bs-theme="dark"] .apexcharts-menu,
[data-bs-theme="dark"] textarea,
[data-bs-theme="dark"] .tab-2-content form select,
[data-bs-theme="dark"] .tab-1-content select,
[data-bs-theme="dark"] .tab-1-content form select,
[data-bs-theme="dark"] .tab-1-content form input,
[data-bs-theme="dark"] .tab-2-content form input,
[data-bs-theme="dark"] .tab-6-content form input,
[data-bs-theme="dark"] #tab-content-1 form input,
[data-bs-theme="dark"] #tab-content-2 input,
[data-bs-theme="dark"] #tab-content-2 form input,
[data-bs-theme="dark"] #tab-content-3 form input,
[data-bs-theme="dark"] #tab-content-4 form input,
[data-bs-theme="dark"] #tab-content-1 select,
[data-bs-theme="dark"] #tab-content-1 form select,
[data-bs-theme="dark"] #tab-content-2 select,
[data-bs-theme="dark"] #tab-content-2 form select,
[data-bs-theme="dark"] #tab-content-3 form select,
[data-bs-theme="dark"] #tab-content-4 form select,
[data-bs-theme="dark"] #tab-content-1 textarea,
[data-bs-theme="dark"] #tab-content-1 form textarea,
[data-bs-theme="dark"] #tab-content-2 textarea,
[data-bs-theme="dark"] #tab-content-2 form textarea,
[data-bs-theme="dark"] #tab-content-3 form textarea,
[data-bs-theme="dark"] #tab-content-4 form textarea {
  background-color: #24292f !important;
  color: white;
  border-color: #4c4c4c;
}

[data-bs-theme="dark"] .apexcharts-menu-item,
[data-bs-theme="dark"] .tab-1-content form label,
[data-bs-theme="dark"] .tab-2-content form label,
[data-bs-theme="dark"] .tab-6-content form .form-label,
[data-bs-theme="dark"] .form-label,
[data-bs-theme="dark"] .form-label,
label,
[data-bs-theme="dark"] #tab-content-1 .form-label,
[data-bs-theme="dark"] #tab-content-1 form .form-label,
[data-bs-theme="dark"] #tab-content-2 .form-label,
[data-bs-theme="dark"] #tab-content-2 form .form-label,
[data-bs-theme="dark"] #tab-content-3 form .form-label,
[data-bs-theme="dark"] #tab-content-4 form .form-label {
  color: white;
}

[data-bs-theme="dark"] .apexcharts-menu-item:hover {
  color: #000;
}

.form-label label,
.tab-1-content form label,
.tab-2-content form label,
#tab-content-1 .form-label,
#tab-content-1 form .form-label,
#tab-content-2 .form-label,
#tab-content-2 form .form-label,
#tab-content-3 form .form-label,
#tab-content-4 form .form-label,
.tenant-list-section form .form-label,
.tab-1-content form .form-label,
.tab-2-content form .form-label,
.tab-6-content form .form-label {
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  display: block;
}
.tab-2-content form select,
.tab-1-content form select,
.tab-1-content form input,
.tab-2-content form input,
.tab-6-content form input,
#tab-content-1 form input,
#tab-content-2 input,
#tab-content-2 form input,
#tab-content-3 form input,
#tab-content-4 form input,
#tab-content-1 select,
#tab-content-1 form select,
#tab-content-2 select,
#tab-content-2 form select,
#tab-content-3 form select,
.form-control select,
.form-control input,
.form-control textarea,
#tab-content-4 form select {
  margin-bottom: 20px;
  height: 50px;
}
[data-bs-theme="dark"] #tab-content-4 form input[type="radio"]:checked {
  border-color: #000;
}
[data-bs-theme="dark"] #tab-content-4 form input[type="radio"] {
  background: #171717;
  border: 1px solid #3076bc;
}
#tab-content-4 form input[type="radio"] {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
#tab-content-4 form input[type="radio"]:checked {
  width: 20px;
  height: 20px;
  appearance: none;
  background: #3075bc;
  border-radius: 50%;
  border: 3px white solid;
  outline: #3075bc 2px solid;
  /* outline-offset: 2px; */
}
[data-bs-theme="dark"] #tab-content-1 label .form-label,
[data-bs-theme="dark"] #tab-content-2 label .form-label,
[data-bs-theme="dark"] #tab-content-3 label .form-label,
[data-bs-theme="dark"] #tab-content-4 label .form-label,
[data-bs-theme="dark"] #tab-content-5 label .form-label,
[data-bs-theme="dark"] #tab-content-6 label .form-label,
[data-bs-theme="dark"] #tab-content-1 .form-label {
  color: white !important;
}
/** Tab-content    */
/* Tab section and tab btn design  */
/* BILLING PAGE   */
.title-wrapper {
  display: flex;
  align-content: flex-end;
  gap: 20px;
}
.title-wrapper h3 {
  font-size: 30px;
}

[data-bs-theme="dark"] .dataTables_length label,
[data-bs-theme="dark"] .title-wrapper h6,
[data-bs-theme="dark"] .title-wrapper h6 a {
  color: white;
}
.section-title h6 {
  display: flex;
  font-size: 16px;
  align-items: center;
  padding: 0px;
  margin-top: 20px;
  color: #171717;
  gap: 5px;
}
.section-title h6 a {
  color: #171717;
  text-decoration: none !important;
  padding: 0px;
  font-size: 16px;
}
.tenant-list .btn-add {
  font-size: 20px;
}

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .tenant-list .btn-add,
[data-bs-theme="dark"] .tenant-list .btn-trash,
[data-bs-theme="dark"] .section-title input {
  background-color: #24292f;
  border: #192328 1px solid;
}
[data-bs-theme="dark"] .section-title input:focus {
  background-color: #242424;
}
/* BILLING PAGE   */

/* Supplier Payment */
.main-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .main-boxes {
    justify-content: start;
  }
  .main-boxes .count-box {
    /* max-width: 300px; */
    max-width: 232.17px;
    width: 100%;
  }
}
[data-bs-theme="dark"] .main-boxes .count-box {
  background-color: #08284276;
  color: white;
}
[data-bs-theme="dark"] .main-boxes .count-box p {
  color: white;
}
.main-boxes .count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e6f2ff;
  border-radius: 5px;
  width: 100%;
  padding: 20px 10px;
  height: 115px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-boxes .count-box h2 {
  font-size: 28px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 33.6px;
  color: #3076bc;
}
.main-boxes .count-box p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #000;
}
/* Supplier Payment */

/* ! Sales page design Start Here  */
[data-bs-theme="dark"] .btn-order-clip {
  background: #171717;
  border: #000 1px solid;
}
.btn-order-clip {
  background: #fff;
  color: #3076bc;
  border: rgb(235, 235, 235) 1px solid;
  padding: 8px 10px;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-order-clip.active {
  background-color: #3075bc;
  color: white;
}

[data-bs-theme="dark"] .tab-group-btn,
[data-bs-theme="dark"] .tab-group-btn .tab-btn {
  background-color: #171717;
  color: #e6f2ff;
  border: #242424;
}

.plx-box {
  display: flex;
  align-items: start;
  gap: 10px;
  /* flex-wrap: wrap; */
}
.tab-group-btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  margin: 20px 0;
  flex-direction: column;
  gap: 20px;
}
.plx-box .tab-group-btn {
  display: flex;
  max-width: fit-content;
  align-items: start;
  padding: 10px 30px;
  margin: 20px 0;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .tab-group-btn {
    padding: 0px 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tab-group-btn .tab-btn {
  border: none;
  color: black;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline;
  padding: 15px 30px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  text-transform: uppercase;
  border-right: #e6f2ff 1px solid;
}

.tab-group-btn .tab-btn.active {
  color: #3076bc;
  font-weight: 700;
}

#tab-content-4 .tab-4-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
[data-bs-theme="dark"] #tab-content-4 .tab-4-content .left-sight h2,
[data-bs-theme="dark"] #tab-content-4 .tab-4-content .right-sight h2 {
  color: white;
}
#tab-content-4 .tab-4-content .left-sight h2,
#tab-content-4 .tab-4-content .right-sight h2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #192328;
}
#tab-content-4 .tab-4-content .left-sight {
  max-width: 432px;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

#tab-content-4 .tab-4-content .left-sight .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 1rem;
}

#tab-content-4 .tab-4-content .left-sight .form-check:last-child {
  margin-bottom: 0;
}

#tab-content-4 .tab-4-content .left-sight .form-check .form-check-label,
#tab-content-4 .tab-4-content .left-sight .form-check .form-check-input {
  margin: 0;
}

[data-bs-theme="dark"] #tab-content-4 .tab-4-content .left-sight,
[data-bs-theme="dark"] #tab-content-4 .tab-4-content .right-sight {
  color: white;
  background: #192328;
}
#tab-content-4 .tab-4-content .right-sight {
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  color: black;
  border-radius: 6px;
  padding: 0px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#tab-content-4 .tab-4-content .right-sight h2 {
  padding-top: 30px;
  padding-left: 35px;
  padding-bottom: 20px;
}
#tab-content-4 .tab-4-content .right-sight .cart-amount p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  text-transform: capitalize;
  padding: 10px 80px !important;
}

#tab-content-4 .tab-4-content .right-sight hr {
  border: 1px solid #e6f2ff;
  margin: 15px 0px;
}
#tab-content-4 .tab-4-content .right-sight .cart-amount .total {
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  align-items: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  /* color: #000; */
}

@media (max-width: 1068px) {
  #tab-content-4 .tab-4-content .left-sight {
    max-width: 100%;
  }
}
@media (min-width: 1068px) {
  #tab-content-4 .tab-4-content {
    flex-direction: row;
  }
}

/* ! Sales page design Start Here  */
[data-bs-theme="dark"] .tab-switch-box p {
  color: #fff;
}
.tab-switch-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tab-switch-box p {
  margin-top: 4px;
  color: #192328;
  font-family: Roboto;
  font-size: 16px;
  margin-left: 10px;
}
.tab-pane .tab-switch {
  position: relative;
  width: 80px;
  height: 35px;
}
.tab-pane .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.tab-pane .slider {
  width: 100%;
  height: 33px;
}
.tab-pane .slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1.4px solid #676869;
}

.tab-pane .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 7px;
  bottom: 3px;
  background-color: #717172;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-pane input:checked + .slider {
  background-color: transparent;
  border: 1px solid #3076bc;
}

.tab-pane input:focus + .slider {
  box-shadow: 0 0 1px #3075bc;
}

.tab-pane input:checked + .slider:before {
  left: 20px;
  transform: translateX(30px);
  background-color: #3075bc;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}

/* Rounded sliders */
.tab-pane .slider.round {
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
}

.tab-pane .slider.round:before {
  border-radius: 50%;
}

/* Add text to the switch button */
.tab-pane .switch-text {
  position: absolute;
}

.tab-pane input:checked + .slider .switch-text-yes {
  display: block;
  top: 50%;
  left: 20%;
  transform: translate(-25%, -50%);
  font-size: 15px;
  color: #3075bc;
  font-weight: 600;
  -webkit-transform: translate(-25%, -50%);
  -moz-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  -o-transform: translate(-25%, -50%);
}

.tab-pane input:checked + .slider .switch-text-no {
  display: none;
}

.tab-pane input:not(:checked) + .slider .switch-text-yes {
  display: none;
}

.tab-pane input:not(:checked) + .slider .switch-text-no {
  display: block;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
  font-size: 15px;
  font-weight: 600;
  color: #77797c;
}

[data-bs-theme="dark"] .accordion .accordion-collapse .accordion-body {
  background-color: #1f1f1f !important;
}

[data-bs-theme="dark"] .accordion .accordion-header .accordion-button,
[data-bs-theme="dark"]
  #address-content-created
  .accordion
  .accordion-header
  .accordion-button,
[data-bs-theme="dark"]
  #tab-content-2
  .accordion
  .accordion-header
  .accordion-button,
[data-bs-theme="dark"]
  #address-content-created
  .accordion
  .accordion-collapse
  .accordion-body,
[data-bs-theme="dark"]
  #tab-content-2
  .accordion
  .accordion-collapse
  .accordion-body {
  background-color: #171717 !important;
  color: white !important;
}

.list-group-item .user-list {
  font-weight: 400;
}
[data-bs-theme="dark"] .list-group-item .user-list h5 {
  color: white;
}
.list-group-item .user-list h5 {
  color: #757b7e;
}
.customer-details-page .list-group-item .user-list.active h5 {
  color: #757b7e !important;
  font-weight: 400 !important;
}
.list-group-item .user-list.active h5 {
  color: #000 !important;
  font-weight: 700 !important;
}
[data-bs-theme="dark"] .list-group-item .user-list.active h5 {
  color: #fff !important;
  font-weight: 700 !important;
}

/* chart */

[data-bs-theme="dark"] .box-all {
  background-color: #192328 !important;
  color: #e5f5ff !important;
}
[data-bs-theme="dark"] .barChart,
[data-bs-theme="dark"] .barChart-2 {
  background-color: #000 !important;
  color: #e5f5ff !important;
}
.barChart {
  background-color: #fff;
  width: 100%;
  padding: 30px 20px;
  margin-right: 20px;
}
.barChart-2 {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 30px;
  color: #000;
}
/* chart */
.boxesOfChart {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .boxesOfChart {
    flex-direction: column;
  }
}
.box-all {
  width: 100%;
  background-color: #e5f5ff;
  text-align: center;
  padding: 20px 0px;
  color: #000;
  margin: 0 auto;
}
.box-all h2 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.box-all span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center;
  color: #757b7e;
}

[data-bs-theme="dark"] .barChart-2 h3 {
  color: #fff !important;
}

.barChart-2 h3 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #192328;
}

.barChart-2 .status-of-customer {
  background-color: #d3fff3;
  text-align: center;
  display: block;
  text-transform: capitalize;
  padding: 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #192328;
  text-wrap: nowrap;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tab-accept .tenant-table-list .stat {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #3076bc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.text-nowrap {
  text-wrap: nowrap;
}
.action-of-customers {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.action-of-customers i {
  font-size: 24px;
  cursor: pointer;
}
.action-of-customers .btn-eye,
.action-of-customers .btn-pen {
  color: #3076bc;
}

.btn-trash {
  color: red;
}

/*  Customer Edit page and   */

/* Customer View page  */
.customer-view {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-direction: column;
}
.customer-view-2 {
  display: flex;
  align-items: start;
  gap: 2px;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .customer-view-2 {
    flex-direction: column;
  }
}
@media (min-width: 1320px) {
  .customer-view {
    flex-direction: row;
  }

  .customer-add-details-2 {
    max-width: 510px;
  }
  .customer-add-details-3 {
    max-width: 100% !important;
    width: 100% !important;
  }
}
[data-bs-theme="dark"] .customer-view-content-2,
[data-bs-theme="dark"] .customer-view-content,
[data-bs-theme="dark"] .customer-add-details-2,
[data-bs-theme="dark"] .customer-add-details {
  background: #242424;
  color: white;
}
.customer-view-content-2 {
  max-width: 350px;
  width: 100%;
}
.customer-view-content {
  max-width: 534px;
}

@media screen and (max-width: 1000px) {
  .customer-view-content-2 {
    max-width: 100%;
    width: 100%;
  }
}

[data-bs-theme="dark"] .customer-add-details-3 {
  background-color: #171717;
}

.customer-add-details-3 {
  width: 100%;
  background-color: #fff;
  padding: 20px 50px;
}
.customer-add-details-3 h2 {
  width: 100%;
}

.customer-view-content-3,
.customer-view-content-2,
.customer-view-content,
.customer-add-details-2,
.customer-add-details {
  background: white;
  color: black;
  padding: 30px;
  width: 100%;
}
[data-bs-theme="dark"] .wallet-titile,
[data-bs-theme="dark"] .customer-view-content-2 h2,
[data-bs-theme="dark"] .customer-add-details-3 h2,
[data-bs-theme="dark"] .customer-add-details-2 h2,
[data-bs-theme="dark"] .customer-view-content h2 {
  color: white;
}
.customer-view-content-2 {
  min-width: 280px;
  max-width: 363px;
}

.customer-add-details-3 {
  max-width: 100% !important;
  width: 100% !important;
}

.customer-add-details-3 h2,
.wallet-titile,
.customer-view-content h2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #192328;
  margin-bottom: 20px;
}
.customer-view-content-2 h2 {
  font-family: Roboto;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #192328;
  margin-bottom: 20px;
}
.customer-view-content-2 p i {
  font-size: 16px;
}
.customer-view-content p i {
  font-size: 24px;
}
.customer-add-details-3 p,
.customer-view-content-2 p {
  display: flex;
  align-items: start;
  gap: 10px;
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #757b7e;
  padding: 5px 0px;
}
.customer-add-details-3 p,
.customer-view-content p {
  margin-top: 15px;
  display: flex;
  align-items: start;
  gap: 20px;
  max-width: 300px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #757b7e;
  padding: 5px 0px;
}
.text-black {
  color: #192328;
}
[data-bs-theme="dark"] .text-black {
  color: white;
}
[data-bs-theme="dark"] .customer-view-content-2 p,
[data-bs-theme="dark"] .customer-view-content p,
[data-bs-theme="dark"] .customer-add-details p,
[data-bs-theme="dark"] .customer-add-details-2 p {
  color: white;
}
.customer-add-details-2 p {
  display: flex;
  justify-content: space-between;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #757b7e;
  padding: 5px 0px;
}
.customer-add-details p {
  display: flex;
  justify-content: space-between;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #757b7e;
  padding: 5px 0px;
}

/* Customer View page  */
.btn-table-action {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.btn-table-action-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.btn-edit {
  color: rgb(101, 101, 244);
  font-size: 18px;
}
.btn-trash {
  font-size: 18px;
  color: red;
}
[data-bs-theme="dark"] .title-address {
  color: white;
}
.title-address {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
}
.accordion {
  width: 100%;
}
[data-bs-theme="dark"] .accordion-header,
[data-bs-theme="dark"] .accordion-item {
  background-color: #171717 !important;
  color: white !important;
}

.box-of-wallet {
  color: #757b7e;
  list-style: none;
  padding: 0px;
}
ul.box-of-wallet li:nth-child(even) {
  background-color: transparent;
}

ul.box-of-wallet li:nth-child(odd) {
  background-color: #0f276008;
}
[data-bs-theme="dark"] ul.box-of-wallet li:nth-child(even) {
  background-color: transparent;
  color: white;
}

[data-bs-theme="dark"] ul.box-of-wallet li:nth-child(odd) {
  background-color: #1c212ea5;
  color: white;
}

ul.box-of-wallet li {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  text-transform: capitalize;
}

.tab-6-content .card-img .img-preview {
  width: 100%;
  height: 300px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
[data-bs-theme="dark"] #ImgPreview {
  background-color: #242424 !important;
}
[data-bs-theme="dark"] .ImgPreview {
  background-color: #242424 !important;
}
#ImgPreview {
  background-color: #fff !important;
}
.ImgPreview {
  background-color: #fff !important;
}
/*  Customer Edit page and   */

/* Driver List  */
[data-bs-theme="dark"] .driver-list h4,
[data-bs-theme="dark"] .driver-invoice-titile h4,
[data-bs-theme="dark"] .driver-invoice-titile span,
[data-bs-theme="dark"] .driver-list span {
  color: rgb(219, 219, 219);
}
.driver-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.driver-list h4,
.driver-list span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #192328;
}
.driver-invoice-titile {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.driver-invoice-titile h4 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #192328;
}
.driver-invoice-titile span {
  color: #757b7e;
  font-size: 18px;
  font-weight: 400;
}
.driver-invoice-date {
  display: flex;
  align-items: center;
}

[data-bs-theme="dark"] .list-of-driver,
[data-bs-theme="dark"] .list-of-invoices {
  background-color: #171717;
  color: white !important;
}

.list-of-driver {
  background: #ffffff;
  max-width: 363px;
  width: 100%;
  height: fit-content;
  border: 1px 0px 0px 0px;
  padding: 20px 15px;
  color: #000;
}

@media screen and (max-width: 944px) {
  .list-of-driver {
    max-width: 320px;
  }
}
@media (min-width: 1020px) and (max-width: 1440px) {
  .list-of-driver {
    max-width: 310px;
  }
}
@media (min-width: 1440px) and (max-width: 1556px) {
  .list-of-driver {
    max-width: 330px;
  }
}

.list-of-invoices {
  background: #ffffff;

  border: 1px 0px 0px 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 20px 15px;
  color: #000;
}

.status-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  font-size: 16px;
}
.status-top-bar .number {
  background-color: #e6f2ff;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #3076bc;
}
[data-bs-theme="dark"] .status-top-bar .status {
  color: white;
}
.status-top-bar .status {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #757b7e;
}

.status-top-bar select {
  color: #171717;
  background-color: #e6f2ff;
  max-width: 120px;
}

/* Status Box  */
.status-box {
  margin: 20px 0px;
  display: flex;
  border: 1px solid rgba(152, 152, 152, 0.226);
  padding: 10px;
  border-radius: 5px;
  flex-direction: column;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.status-box h3 {
  background-color: #3076bc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 20px 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}
.status-box h3 span {
  width: 20px;
  height: 20px;
  background-color: #08ff6b;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
.status-box .box-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
[data-bs-theme="dark"] .status-box .box-text .due-box {
  color: #000;
}
[data-bs-theme="dark"] .status-box .box-text p .status,
[data-bs-theme="dark"] .status-box .box-text p {
  color: white;
}
.filter-area input[type="date"] {
  min-width: 240px;
  margin: 0px;
}

.status-box .box-text p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: #000;
}
.status-box .box-text p .status {
  color: #757b7e;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}
.status-box .box-text .due-box {
  color: #757b7e;
  background-color: #b1ffbe;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tab-2-content .btn-success {
  background-color: #2fa62c;
  padding: 10px, 20px, 10px, 20px;
}

[data-bs-theme="dark"] .sales-invoice-bottom {
  background: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.sales-invoice-bottom {
  background: white;
  padding: 30px 20px;
  margin: 10px auto;
}
[data-bs-theme="dark"] .order-total h2,
[data-bs-theme="dark"] .order-total span,
[data-bs-theme="dark"] .sales-invoice-bottom h2,
[data-bs-theme="dark"] .sales-invoice-bottom p {
  color: white !important;
}
.order-total h2,
.sales-invoice-bottom h2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #171717;
}
.sales-invoice-bottom p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #757b7e !important;
}

[data-bs-theme="dark"] .order-total .bg-white {
  background-color: #171717 !important;
}
.sales-invoice-bottom form input,
.sales-invoice-bottom form textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.sales-invoice-bottom form label {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  margin-bottom: 10px !important;
}
.sales-invoice-bottom form .check-box-item {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 5px 0px;
}
.sales-invoice-bottom form .form-check-box {
  width: 20px;
  height: 20px;
}
.sales-invoice-bottom form .form-label-checkbox {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  margin-bottom: 10px !important;
  color: #757b7e;
}

.order-total {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.order-total p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: right;
  color: #757b7e;
}
/*! Create Stepper   */

/* Driver List  */
/* Fixing Issue */
[data-bs-theme="dark"] .top-left-title .breadcrumb-item a,
[data-bs-theme="dark"] .top-left-title .breadcrumb-item {
  color: rgba(255, 255, 255, 0.917) !important;
}

.top-left-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  width: auto;
}

.top-left-title .breadcrumb-item a,
.top-left-title .breadcrumb-item {
  color: #192328 !important;
}

.tab-switch-box-input {
  margin: 24px 0px;
}
/* Edit Customer  */
.contact_search_list ul li .user-list,
.contact_search_list ul li .user-list h5 {
  color: #757b7e;
  font-family: Roboto;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400 !important;
  text-align: right;
}
.contact_search_list ul li .user-list h4 {
  font-weight: 400 !important;
  color: #192328;
}
/* Edit Customer  */
.address-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
[data-bs-theme="dark"] .address-topbar h3 {
  color: white;
}
.address-topbar h3 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #000000;
}

.sales-table table thead th {
  background-color: white !important;
  margin-bottom: 0px !important;
  color: #000 !important;
  font-weight: 400;
  text-transform: capitalize !important;
  text-align: left !important;
}

.add-campaign-page .img-preview {
  width: 100%;
  height: 242px;
  border: 2px dashed #b7c0c9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*  Report page  */
[data-bs-theme="dark"] .sales-main-box .sales-box {
  background-color: #171717fd !important;
  border-color: #192328;
  color: white !important;
}
[data-bs-theme="dark"] .sales-main-box h3,
[data-bs-theme="dark"] .sales-main-box .sales-box h2 {
  color: white !important;
}

.sales-main-box h3 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: black;
  padding-bottom: 20px;
  border-bottom: 1.2px solid #192328;
}

.sales-main-box .sales-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px 0px;
  justify-content: center;
  background-color: #ffffff;
  width: 230px;
  height: 200px;
  border-radius: 5px;
  padding: 10px;
  border: 1.55px solid #eaeff4;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.sales-main-box .sales-box img {
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
}
.sales-main-box .sales-box .dark-icon {
  display: none;
}

.sales-main-box .sales-box h2 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #757b7e !important;
}

.sales-main-box .sales-box:hover {
  background-color: #3780ffdf !important;
}
.sales-main-box .sales-box:hover h2 {
  color: white !important;
}
.sales-main-box .sales-box:hover .dark-icon {
  display: block;
}
.sales-main-box .sales-box:hover .light-icon {
  display: none;
}

.all-boxes {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .all-boxes {
    justify-content: center;
  }
}
/*  Report page  */
[data-bs-theme="dark"] .entity-form-box {
  background-color: #000;
}
[data-bs-theme="dark"] .entity-form-box input {
  background: #171717;
  color: white;
  border-color: #242424;
}

.close-btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none !important;
  border-radius: 99999;
  -webkit-border-radius: 99999;
  -moz-border-radius: 99999;
  -ms-border-radius: 99999;
  -o-border-radius: 99999;
  color: rgb(237, 75, 75);
}
.hr-sku {
  background-color: #192328;
}

#add-sku-box .card-img .img-preview {
  width: 150px !important;
  height: 150px !important;
  margin: 0 auto;
  border-radius: 0px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

[data-bs-theme="dark"] .preview {
  background-color: #242424;
}
/* Fixing Issue */
#add-sku-box .upload-img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
}

#description-editor,
#short-description-editor {
  position: relative;
  display: block;
}
#description-editor .ai-text-editor,
#short-description-editor .ai-text-editor {
  color: #3076bc !important;
  font-size: 18px;
  position: absolute;
  left: 1.4rem;
  bottom: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#description-editor .ai-text-editor.active,
#short-description-editor .ai-text-editor.active {
  background-color: #3075bc;
  color: white !important;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#status .card-body {
  background-color: rgb(255, 255, 255) !important;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
#status .card {
  background-color: transparent !important;
}
[data-bs-theme="dark"] #status .card-body {
  background-color: #171717 !important;
  color: white !important;
}
[data-bs-theme="dark"] #status .card-body h5,
[data-bs-theme="dark"] #status .card-body p {
  color: white;
}
#status .card-body h5 {
  color: black;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
#status .card-body p {
  color: #757b7e;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
[data-bs-theme="dark"] .form-group textarea {
  background-color: #171717;
  border-color: #242424;
  color: white;
}

.form-group textarea {
  height: 220px !important;
  resize: none;
}

[data-bs-theme="dark"] .editor-title {
  color: white;
}
.editor-title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #242424;
}

.upload-Box .img-preview {
  border: 2px dashed #757b7e !important;
  width: 100%;
  height: 303px !important;
  object-fit: contain !important;
  background-color: #fff;
  cursor: pointer;
}

.upload-Box .input-img.form-control[type="file"] {
  position: absolute;
  top: 12px;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}

.preview-image-upload {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.image-container-uploadBox {
  position: relative;
  display: inline-block;
}
.image-container-uploadBox img {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}
.image-container-uploadBox .delete-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.uploadBox {
  display: inline-block;
  cursor: pointer;
  width: 150px;
  height: 150px;
}
.bigger-upload-box {
  display: inline-block;
  cursor: pointer;
  max-width: 478px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: red !important;
}
.bigger-upload-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}
.bigger-upload-box input[type="file"] {
  display: none;
}
[data-bs-theme="dark"] .bigger-upload-box img {
  background: #000 !important;
}
.bigger-upload-box input[type="file"] {
  display: none;
}
.uploadBox input[type="file"] {
  display: none;
}
[data-bs-theme="dark"] .uploadBox img {
  background: #000;
}
.uploadBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}
/* ai  */
@media screen and (max-width: 810px) {
  .top-left-title {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
  }
  .section .section-title {
    gap: 5px !important;
  }
  .section-title .add-more {
    font-size: 14px;
  }
}

.apexcharts-menu-item {
  color: #000;
}

/*  new css  */
@media (min-width: 1000px) {
  .max-w-fit {
    max-width: fit-content;
  }
}
[data-bs-theme="dark"] .main-invoice-box {
  color: #fff !important;
  background-color: #202020;
}
.main-invoice-box {
  margin-top: 5px;
  background-color: #fff;
  padding: 30px 40px;
  font-weight: 400;
  font-family: Roboto;
  max-width: 850px;
}
[data-bs-theme="dark"] .middle-part {
  color: #fff !important;
}
.middle-part {
  font-weight: 400;
  font-family: Roboto;
  margin-top: 35px;
  color: #202020;
  font-size: 18px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}
.middle-part span {
  display: block;
}
.main-invoice-box .main-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-invoice-box .invoice-left-part {
  width: 100%;
  text-align: left;
}
[data-bs-theme="dark"] .invoice-right-part h3,
[data-bs-theme="dark"] .invoice-left-part h4,
[data-bs-theme="dark"] .invoice-right-part h4,
[data-bs-theme="dark"] .invoice-left-part h2,
[data-bs-theme="dark"] .invoice-right-part h2 {
  color: #fff !important;
}
.invoice-right-part h3 .invoice-left-part h4,
.invoice-right-part h4,
.invoice-left-part h2,
.invoice-right-part h2 {
  color: #9c9c9c;
}

.invoice-left-part h2,
.invoice-right-part h2 {
  font-weight: 400 !important;
  font-family: Roboto;
  font-size: 30px;
  margin: 15px 0;
}
.invoice-left-part h4,
.invoice-right-part h4 {
  font-weight: 400;
  font-family: Roboto;
  font-size: 16px;
  margin: 10px 0;
}

.invoice-right-part h3 {
  font-weight: 400;
  font-family: Roboto;
  font-size: 16px;
}

.main-invoice-box .invoice-right-part {
  width: 100%;
  text-align: right;
  font-weight: 400 !important;
  font-family: Roboto;
}
[data-bs-theme="dark"] .main-invoice-box .bottom-part-invoice table thead th {
  background-color: #fff;
  color: #202020;
}
.main-invoice-box .bottom-part-invoice table thead th {
  background-color: #202020 !important;
  color: white !important;
}

[data-bs-theme="dark"] .tab-box-invoice .nav-pills .nav-link.active {
  background-color: #202020 !important;
  color: #fff !important;
}
[data-bs-theme="dark"] .tab-box-invoice .nav-pills .nav-link {
  background-color: #202020 !important;
  color: #fff !important;
}
[data-bs-theme="dark"] .tab-box-invoice .nav-pills {
  background-color: #202020 !important;
  color: #fff !important;
}
.tab-box-invoice .nav-pills {
  background-color: #fff;
  padding: 20px 20px;
  border: 1px solid #d4d4d4;
  margin-top: 10px;
  border-radius: 5px;
}
.tab-box-invoice .nav-pills .nav-link {
  border-right: none;
  padding: 10px;
  width: 100%;
  display: block;
  padding: 20px 40px;
  text-align: center !important;
  margin-bottom: 5px;
  margin-top: 5px;
}
.tab-box-invoice .nav-pills .nav-link:hover,
.tab-box-invoice .nav-pills .nav-link.active {
  border-radius: 2px;
  color: #3075bc !important;
  border: none;
  background-color: #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

[data-bs-theme="dark"] .tab-box-invoice .nav-pills .nav-link:hover,
[data-bs-theme="dark"] .tab-box-invoice .nav-pills .nav-link.active {
  background-color: #000000 !important;
  color: #fff !important;
}

.form-box form table tbody tr td input,
.form-box form table tbody tr td select {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 4px 10px;
  text-align: justify;
}
.form-box form table tbody tr td {
  min-width: 150px;
}
[data-bs-theme="dark"] .form-box form .input-group {
  background-color: #171717fd;
}
.form-box form .input-group {
  border: 1px solid #ccc;
  padding: 0px 0px;
  display: flex;
  overflow: hidden;
  height: 45px;
  align-items: center;
}
.form-box form .input-group input[type="text"] {
  border: none !important;
  height: 45px;
  margin: 0;
}
.form-box form .input-group .input-group-btn {
  border: 1px solid #ccc;
  background-color: #3075bc;
  color: white;
  padding: 0px 10px;
  height: 50px;
}

[data-bs-theme="dark"] .related-product h2,
[data-bs-theme="dark"] .related-product p,
[data-bs-theme="dark"] .related-product span {
  color: white;
  font-weight: 400;
}
.related-product h2,
.related-product p,
.related-product span {
  color: #202020;
  font-weight: 400;
}
.related-product h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.related-product p {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.related-product span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.tags-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tags-btn {
  color: white !important;
  background-color: #3075bc;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px !important;
  text-transform: lowercase;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#chart {
  width: 96%;
  height: 400px;
  margin: 0 auto;
}

.tags-btn:hover,
.tags-btn:active {
  background-color: #177fe8;
  color: white !important;
}

[data-bs-theme="dark"] .tab-group-2 .tab-btn-all-2,
[data-bs-theme="dark"] .tab-group-mini .mini-tab {
  border-color: #171717;
  color: #fff !important;
}

.tab-group-mini * {
  flex-grow: 1;
}
.tab-group-mini .mini-tab {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  border-right: #f0f0f0 1px solid;
  padding: 10px 30px;
  min-width: fit-content;
}
[data-bs-theme="dark"] .tab-group-2 .tab-btn-all-2 {
  color: white;
  background-color: #171717;
}
.tab-group-2 .tab-btn-all-2 {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
  border-right: #f0f0f0 1px solid;
  border-bottom: #ffffff46 4px solid;
  padding: 10px 30px;
  min-width: fit-content;
  margin-bottom: 12px;
}

.tab-group-mini .mini-tab:hover,
.tab-group-mini .mini-tab:active {
  border-bottom: 4px solid #3075bc !important;
}
.tab-group-mini .mini-tab.active {
  border-bottom: 4px solid #3075bc !important;
  font-weight: 600;
  color: #3075bc;
}
.tab-group-2 .tab-btn-all-2:hover,
.tab-group-2 .tab-btn-all-2:active {
  border-bottom: 4px solid #3075bc !important;
}
.tab-group-2 .tab-btn-all-2.active {
  border-bottom: 4px solid #3075bc !important;
  font-weight: 600;
  color: #3075bc !important;
}

[data-bs-theme="dark"] #datepicker {
  color: #fff !important;
}
#datepicker {
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  height: 45px;
  color: #000;
  border-color: #dfdfdf;
}

[data-bs-theme="dark"] #calender-icon {
  color: gray;
}

.date-filter {
  max-width: 400px !important;
  justify-content: space-between;
  gap: 10px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#calender-icon {
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer;
  color: #242424;
}
[data-bs-theme="dark"] .date-filter .form-label {
  color: #fff;
}
.date-filter .form-label {
  color: #171717;
  font-size: 18px;
  font-weight: 500;
}

.brand-category .accordion-item .accordion-header .accordion-button {
  padding: 20px 30px;
  color: #3075bc;
  font-size: 20px;
  font-weight: 400;
}

/*  Added by miyad  */
.tagsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.tag {
  display: inline-block;
  background-color: #3076bc;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px;
  font-size: 16px;
  color: white;
  position: relative;
}

.tag .delete-icon {
  color: whit;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
}

#userCheckBox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: 10px;
}
#applicationOfUser {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  display: inline !important;
  margin-top: 10px;
}

[data-bs-theme="dark"] .tab-group-2,
[data-bs-theme="dark"] .box-of-supplier {
  background-color: #1d2228;
}
.box-of-supplier {
  background-color: #fff;
  padding: 5px 20px;
}
.bootstrap-tagsinput {
  background-color: transparent;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  line-height: 22px;
  cursor: text;
  min-width: 300px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-width: 505px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
  height: 50px;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  background-color: #3076bc;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px;
  font-size: 16px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
