@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

/*
Template Name: Rocker Admin
Author: codervent
Email: codervent@gmail.com
File: app.css
*/
.typography-box.typ-4 h5 {
  font-family: "Roboto", sans-serif;
}
.typography-box.typ-5 h5 {
  font-family: "Roboto", sans-serif;
}

body {
  font-size: 14px;
  color: #4c5258;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background: #f3f3f3;
}
.work-sans {
  font-family: "Work Sans", sans-serif !important;
}
.ubuntu {
  font-family: "Ubuntu", sans-serif;
}
.signature {
  font-family: "Dancing Script", cursive;
  font-weight: 900;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  position: relative;
}

li.mm-active img {
  filter: invert(51%) sepia(89%) saturate(412%) hue-rotate(89deg)
    brightness(91%) contrast(90%);
}

.dropdowns.active .dropdown-content {
  display: block;
  padding-left: 40px;
  border-left: 2px solid #fff;
  margin: 10px px 15px;
  padding: 10px 10px;
}

.dropdown-content {
  display: none;
  min-width: 260px;
  overflow: auto;
  background: #5e56df;
  z-index: 9999999;
  top: 83px;
  left: -15px;
  /* z-index: -1; */
}

.sidebar-wrapper {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-right: 0 solid #e4e4e4;
  z-index: 1003;
  /* box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 2px 6px 0 rgb(206 206 238 / 54%) !important; */
  transition: all 0.2s ease-out;
  overflow-y: auto;
}
.sidebar-wrapper-isRTL {
  left: 100%;
  transform: translateX(-250px) !important;
}
.sidebar-wrapper-messages-isRTL {
  left: 100%;
  transform: translateX(-449px);
}

.sidebar-header {
  width: 250px;
  height: 76px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  justify-content: center;
  bottom: 0;
  padding: 0 15px;
  z-index: 5;
  background: #fff;
  background-clip: padding-box;
  /* border-bottom: 1px solid #e4e4e4; */
}
.wrapper[dir="rtl"] .sidebar-header {
  width: 250px;
  height: 76px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  justify-content: center;
  bottom: 0px;
  padding: 0 15px;
  z-index: 5999;
  background: #fff;
  background-clip: padding-box;

  /* border-bottom: 1px solid #e4e4e4; */
}
.logo-icon {
  width: 120px;
  height: 86px;
  margin: 0 auto;
}

.logo-text {
  font-size: 22px;
  margin-left: 10px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #d74c27;
}

.toggle-icon {
  font-size: 22px;
  cursor: pointer;
  color: #d74c27;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  background: #fff;

  padding-left: 0;
  border-bottom: 1px solid rgb(228 228 228 / 0%);
  z-index: 200;
  /* -webkit-box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 0px 6px 0 rgb(206 206 238 / 54%);
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 0px 6px 0 rgb(206 206 238 / 54%); */
  box-shadow: unset;
}

.topbar .navbar {
  width: 100%;
  height: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: space-between;
}

/* .top-search {
  width: 80%;
} */

.top-menu {
  display: flex;
}

.top-search input {
  width: 100%;
  border-radius: 8px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 0 0 0 40px;
  height: 40px;
}

.top-search form {
  width: 50%;
  position: relative;
}

.top-search input {
  width: 100%;
}

.top-search form i {
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-search input ::placeholder {
  color: #fff !important;
}

.page-wrapper {
  height: 100%;
  margin-bottom: 30px;
  margin-left: 250px;
  padding-bottom: 30px;
  padding-top: 1.5rem;
  margin-top: 3rem;
}

.page-content {
  padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}

.page-footer {
  background: #fff;
  left: 250px;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  border-top: 1px solid #e4e4e4;
  z-index: 1001;
}

.wrapper.toggled .topbar {
  left: 70px;
}

.wrapper.toggled .page-wrapper {
  margin-left: 70px;
}

.wrapper.toggled .page-footer {
  left: 70px;
}

.sidebar-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0 0;
}

.sidebar-wrapper .metismenu {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-top: 80px;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4rem;
}
.wrapper[dir="rtl"] .sidebar-wrapper .metismenu {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-top: 0;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4rem;
}
.sidebar-wrapper .metismenu li + li {
  /* margin-top: 12px; */
}

.sidebar-wrapper .metismenu li:first-child {
  margin-top: 5px;
}

.sidebar-wrapper .metismenu li:last-child {
  margin-bottom: 5px;
}

.sidebar-wrapper .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.sidebar-wrapper .metismenu a.rtl {
  justify-content: right;
}
.sidebar-wrapper .metismenu a {
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  cursor: pointer;
  line-height: 120%; /* 16.8px */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 6px 5px;
  font-size: 15px;
  height: 48px;
  gap: 6px;
  color: #5f5f5f;
  outline-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.5px;
  font-weight: 400;
  border-radius: 0.25rem;
}

.sidebar-wrapper .metismenu a .parent-icon {
  font-size: 24px;
  line-height: 1;
  width: 30px;
  text-align: justify;
}

.sidebar-wrapper .metismenu a .menu-title {
  /* margin-left: 10px; */
  font-weight: 500;
}

.sidebar-wrapper .metismenu ul a {
  padding: 6px 15px 6px 20px;
  font-size: 15px;
  border: 0;
}

.sidebar-wrapper .metismenu ul a i {
  margin-right: 14px;
}

.sidebar-wrapper .metismenu ul {
  background: #fff;
}

.sidebar-wrapper .metismenu ul ul a {
  padding: 8px 15px 8px 30px;
}

.sidebar-wrapper .metismenu ul ul ul a {
  padding: 8px 15px 8px 45px;
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  /* color: #20b154;
  text-decoration: none;
  background-color: rgb(0 140 255 / 5%); */
}

.menu-label {
  padding: 20px 15px 5px 5px;
  color: #b0afaf;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 1.2px 0 0 1.2px;
  border-color: initial;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 1025px) {
  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .sidebar-header
    .logo-text {
    display: none;
  }
  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
    width: 70px;
  }
  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    width: 70px;
  }
  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .sidebar-header
    .toggle-icon {
    display: none;
  }
  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    justify-content: center;
  }
  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    width: 70px;
  }
  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
    justify-content: center;
  }
  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .metismenu
    .menu-title {
    display: none;
  }
  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
    display: none;
  }
  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .metismenu
    li.menu-label {
    display: none;
  }
  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .metismenu
    .has-arrow:after {
    display: none;
  }
  .email-toggle-btn {
    display: none !important;
  }
  .chat-toggle-btn {
    display: none !important;
  }
}

.product-show {
  font-size: 18px;
  left: 15px;
}

.product-discount {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 14px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.color-indigator-item {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e6e0e0;
  border-radius: 50%;
  cursor: pointer;
}

.product-grid .card {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .product-grid .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: fixed;
  border-radius: 10px;
  bottom: 20px;
  right: 12px;
  background-color: #d74c27;
  z-index: 5;
}

.back-to-top:hover {
  color: #fff;
  background-color: #000;
  transition: all 0.5s;
}

.breadcrumb-title {
  /* 55.2px */
  letter-spacing: -0.92px;
  text-transform: capitalize;
  /* color: #000; */
  font-family: "Roboto", sans-serif;
  /* font-size: 20px; */
  font-style: normal;
  /* font-weight: 500; */
  line-height: 120%;
  /* 24px */
  display: flex;
  gap: 10px;
  justify-content: space-between;
  /* width: 100%; */
  align-items: center;
  font-size: 20px;
  /* border-right: 1.5px solid #aaa4a4; */
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
  font-size: 16px;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: black;
  font-family: LineIcons;
  content: "\ea5c";
}

.icon-badge {
  width: 45px;
  height: 45px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.widgets-icons {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #ededed; */
  font-size: 26px;
  /* border-radius: 10px; */
}

.widgets-icons-2 {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 27px;
  border-radius: 10px;
}

#geographic-map {
  width: 100%;
  height: 440px;
}

#geographic-map-2 {
  width: 100%;
  height: 300px;
}

#geographic-map-3 {
  width: 100%;
  height: 350px;
}

.product-img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.product-img img {
  width: 60px;
  height: 60px;
  padding: 6px;
}

.product-img-2 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
}

.product-img-2 img {
  width: 45px;
  height: 45px;
  padding: 1px;
}

.border-light-2 {
  border-color: rgb(255 255 255 / 12%) !important;
}

.product-list {
  position: relative;
  height: 380px;
}

.dashboard-top-countries {
  position: relative;
  height: 360px;
}

.customers-list {
  position: relative;
  height: 450px;
}

.store-metrics {
  position: relative;
  height: 450px;
}

.product-list-2 {
  position: relative;
  height: 450px;
}

.product-list .row {
  background-color: #f8f9fa;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .product-list .row:hover {
    background-color: #fff;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}

.recent-product-img {
  width: 40px;
  height: 40px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.recent-product-img img {
  width: 40px;
  height: 40px;
  padding: 6px;
}

.theme-icons {
  background-color: #fff;
}

.lead-table .table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.fm-menu .list-group a {
  font-size: 16px;
  color: #5f5f5f;
  display: flex;
  align-items: center;
}

.fm-menu .list-group a i {
  font-size: 23px;
}

.fm-menu .list-group a:hover {
  background: #d74c27;
  color: #fff;
  transition: all 0.2s ease-out;
}

.fm-file-box {
  font-size: 25px;
  background: #e9ecef;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.fm-icon-box {
  font-size: 32px;
  background: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.user-plus {
  width: 33px;
  height: 33px;
  margin-left: -14px;
  line-height: 33px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  border: 1px dotted #a9b2bb;
  color: #404142;
}

.user-groups img {
  margin-left: -14px;
  border: 1px solid #e4e4e4;
  padding: 2px;
  cursor: pointer;
}

.contacts-social a {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #eeecec;
  text-align: center;
  border-radius: 50%;
  color: #2b2a2a;
}

.customers-contacts a {
  font-size: 16px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eeecec;
  text-align: center;
  border-radius: 50%;
  color: #2b2a2a;
}

.order-actions a {
  font-size: 18px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  border: 1px solid #eeecec;
  text-align: center;
  border-radius: 20%;
  color: #2b2a2a;
}

.auth-cover-left {
  /* display: flex; */
  background: var(--NEW-BLUE, #449dbe);
  min-height: 100vh;
  padding-top: 30px;
}

.auth-cover-right {
  display: flex;
  background-color: #ffffff;
  min-height: 100vh;
}

.auth-img-cover-login {
  /* -webkit-transform: scaleX(-1); */
  /* transform: scaleX(-1); */
  width: 100%;
  height: 80vh;
}

.error {
  color: #dc3545;
}

form select.error,
form textarea.error,
form input.error,
form input.error:focus,
form textarea.error:focus,
form select.error:focus {
  border-color: #ea5455 !important;
}

.customers-list .customers-list-item {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .customers-list .customers-list-item:hover {
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}

.right-15 {
  right: 15px !important;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-50 {
  font-size: 50px;
}

.font-60 {
  font-size: 60px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-10 {
  padding: 10px 0;
  box-shadow: unset;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5) !important;
  /* background: var(--new-bg, #FAFEFF); */
}

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

.row.row-group > div {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.row.row-group > div:last-child {
  border-right: none;
}

.cursor-pointer {
  cursor: pointer;
}

.dash-wrapper {
  margin: -1.5rem -1.5rem -3.5rem -1.5rem;
  padding: 1.5rem 1.5rem 3.5rem 1.5rem;
}

.dash-array-chart-box {
  width: 105px;
  height: 90px;
  position: relative;
  top: -15px;
  right: 30px;
}

.chart-container-0 {
  position: relative;
  height: 320px;
}

.chart-container-1 {
  position: relative;
  height: 260px;
}

.chart-container-2 {
  position: relative;
  height: 220px;
}

.chart-container-3 {
  position: relative;
  height: 188px;
}

.chart-container-4 {
  position: relative;
  height: 162px;
}

.chart-container-5 {
  position: relative;
  height: 110px;
}

.chart-container-6 {
  position: relative;
  height: 205px;
}

.chart-container-7 {
  position: relative;
  height: 60px;
}

.chart-container-8 {
  position: relative;
  height: 260px;
}

.chart-container-9 {
  position: relative;
  height: 350px;
}

.chart-container-10 {
  position: relative;
  height: 300px;
  top: 20px;
}

.chart-container-11 {
  position: relative;
  height: 280px;
}

.chart-container-12 {
  position: relative;
  height: 160px;
}

.chart-container-13 {
  position: relative;
  height: 240px;
}

.chart-container-14 {
  position: relative;
  height: 40px;
}

.w_chart {
  position: relative;
  display: inline-block;
  width: 65px !important;
  height: 65px !important;
  text-align: center;
  color: #32393f;
}

.w_chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px !important;
  height: 65px !important;
}

.w_percent {
  display: inline-block;
  line-height: 65px !important;
  z-index: 2;
}

.w_percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

.chip {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: none;
}

.chip img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 -12px;
  border-radius: 50%;
}

.chip .closebtn {
  padding-left: 10px;
  font-weight: 700;
  float: right;
  font-size: 16px;
  cursor: pointer;
}

.chip.chip-md {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
}

.chip.chip-md img {
  height: 42px;
  width: 42px;
}

#invoice {
  padding: 0;
}

.invoice {
  position: relative;
  background-color: #fff;
  min-height: 680px;
  padding: 15px;
}

.invoice header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d74c27;
}

.invoice .company-details {
  text-align: right;
}

.invoice .company-details .name {
  margin-top: 0;
  margin-bottom: 0;
}

.invoice .contacts {
  margin-bottom: 20px;
}

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

.invoice .invoice-to .to {
  margin-top: 0;
  margin-bottom: 0;
}

.invoice .invoice-details {
  text-align: right;
}

.invoice .invoice-details .invoice-id {
  margin-top: 0;
  color: #d74c27;
}

.invoice main {
  padding-bottom: 50px;
}

.invoice main .thanks {
  margin-top: -100px;
  font-size: 2em;
  margin-bottom: 50px;
}

.invoice main .notices {
  padding-left: 6px;
  border-left: 6px solid #d74c27;
  background: #e7f2ff;
  padding: 10px;
}

.invoice main .notices .notice {
  font-size: 1.2em;
}

.invoice table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

.invoice table td,
.invoice table th {
  padding: 15px;
  background: #eee;
  border-bottom: 1px solid #fff;
}

.invoice table th {
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
}

.invoice table td h3 {
  margin: 0;
  font-weight: 400;
  color: #d74c27;
  font-size: 1.2em;
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
  text-align: right;
  font-size: 1.2em;
}

.invoice table .no {
  color: #fff;
  font-size: 1.6em;
  background: #d74c27;
}

.invoice table .unit {
  background: #ddd;
}

.invoice table .total {
  background: #d74c27;
  color: #fff;
}

.invoice table tbody tr:last-child td {
  border: none;
}

.invoice table tfoot td {
  background: 0 0;
  border-bottom: none;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px;
  font-size: 1.2em;
  border-top: 1px solid #aaa;
}

.invoice table tfoot tr:first-child td {
  border-top: none;
}

.invoice table tfoot tr:last-child td {
  color: #d74c27;
  font-size: 1.4em;
  border-top: 1px solid #d74c27;
}

.invoice table tfoot tr td:first-child {
  border: none;
}

.invoice footer {
  width: 100%;
  text-align: center;
  color: #777;
  border-top: 1px solid #aaa;
  padding: 8px 0;
}

@media print {
  .invoice {
    font-size: 11px !important;
    overflow: hidden !important;
  }
  .invoice footer {
    position: absolute;
    bottom: 10px;
    page-break-after: always;
  }
  .invoice > div:last-child {
    page-break-before: always;
  }
}

.main-row {
  height: 100vh;
}

.main-col {
  max-width: 500px;
  min-height: 300px;
}

.todo-done {
  text-decoration: line-through;
}

.chat-wrapper {
  width: auto;
  height: 600px;
  border-radius: 0.25rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.chat-sidebar {
  width: 340px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.chat-sidebar-header {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0 solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  padding: 15px;
}

.chat-sidebar-content {
  padding: 0;
}

.chat-user-online {
  position: relative;
}

.chat-sidebar-header .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.chat-list .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 36px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.chat-content {
  margin-left: 340px;
  padding: 85px 15px 15px 15px;
}

.chat-header {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  z-index: 1;
}

.chat-footer {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem;
}

.chat-footer-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
}

.chat-tab-menu li a.nav-link {
  padding: 0.3rem 0.2rem;
  line-height: 1.2;
  color: #4a4b4c;
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show > .nav-link {
  color: #d74c27;
  background-color: rgb(0 123 255 / 0%);
}

.chat-title {
  font-size: 14px;
  color: #272b2f;
}

.chat-msg {
  font-size: 13px;
  color: #6c757d;
}

.chat-time {
  font-size: 13px;
  color: #6c757d;
}

.chat-list {
  position: relative;
  height: 300px;
}

.chat-list .list-group-item {
  border: 1px solid rgb(0 0 0 / 0%);
  background-color: transparent;
}

.chat-list .list-group-item:hover {
  border: 1px solid rgb(0 0 0 / 0%);
  background-color: rgb(13 110 253 / 0.12);
}

.chat-list .list-group-item.active {
  background-color: rgb(13 110 253 / 0.12);
}

.chart-online {
  color: #16e15e;
}

.chat-top-header-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
}

.chat-content {
  position: relative;
  width: auto;
  height: 520px;
}

.chat-content-leftside .chat-left-msg {
  width: fit-content;
  background-color: #eff2f5;
  padding: 0.8rem;
  border-radius: 12px;
  max-width: 480px;
  text-align: left;
  border-top-left-radius: 0;
}

.chat-content-rightside .chat-right-msg {
  width: fit-content;
  background-color: #dcedff;
  padding: 0.8rem;
  border-radius: 12px;
  float: right;
  max-width: 480px;
  text-align: left;
  border-bottom-right-radius: 0;
}

.chat-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  font-size: 24px;
  color: #6c757d;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 15%);
}

.email-wrapper {
  width: auto;
  height: 600px;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.email-sidebar {
  width: 250px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0 solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  padding: 15px;
}

.email-navigation {
  position: relative;
  padding: 0;
  height: 345px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.email-header {
  position: absolute;
  height: 70px;
  left: 250px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  z-index: 1;
}

.email-content {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: 70px;
  height: auto;
  margin-left: 250px;
  padding: 0;
  background: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.email-navigation a.list-group-item {
  color: #404142;
  padding: 0.35rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 0%);
  transition: all 0.3s ease-out;
}

.email-navigation a.list-group-item:hover {
  background-color: rgb(13 110 253 / 0.12);
}

.email-navigation a.list-group-item.active {
  color: #0b5ed7;
  font-weight: 600;
  background-color: rgb(13 110 253 / 0.12);
}

.email-meeting {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.email-meeting a.list-group-item {
  color: #404142;
  padding: 0.35rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.email-meeting a.list-group-item:hover {
  background-color: rgb(0 123 255 / 15%);
  transition: all 0.3s ease-out;
}

.email-hangout .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 45px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.email-toggle-btn {
  width: auto;
  height: auto;
  margin-right: 10px;
  text-align: center;
  font-size: 24px;
  color: #404142;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid rgb(0 0 0 / 15%);
}

.email-actions {
  width: 230px;
}

.email-time {
  font-size: 13px;
  color: #6c757d;
}

.email-list div.email-message {
  background: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  color: #383a3c;
}

.email-list div.email-message:hover {
  transition: all 0.2s ease-out;
  background-color: #eceef1;
}

.email-list {
  position: relative;
  height: 530px;
}

.email-star {
  color: #6c757d;
}

.email-read-box {
  position: relative;
  height: 530px;
}

.compose-mail-popup {
  width: 42%;
  position: fixed;
  bottom: -30px;
  right: 30px;
  z-index: 15;
  display: none;
}

.compose-mail-toggled {
  display: block;
}

.compose-mail-title {
  font-size: 16px;
}

.compose-mail-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  background-color: rgb(255 255 255 / 0%);
}

.compose-mail-close:hover {
  background-color: rgb(255 255 255 / 20%);
}

.nav-primary.nav-tabs .nav-link.active {
  /* color: #fff !important; */
  /* border: unset; */
  /* font-weight: 500; */
  /* border-radius: 4px; */
  /* background: #20b154; */
}

.nav-danger.nav-tabs .nav-link.active {
  color: #f41127;
  border-color: #f41127 #f41127 #fff;
}

.nav-success.nav-tabs .nav-link.active {
  color: #17a00e;
  border-color: #17a00e #17a00e #fff;
}

.nav-warning.nav-tabs .nav-link.active {
  color: #ffc107;
  border-color: #ffc107 #ffc107 #fff;
}

.nav-pills-danger.nav-pills .nav-link.active {
  color: #fff;
  background-color: #f41127;
}

.nav-pills-success.nav-pills .nav-link.active {
  color: #fff;
  background-color: #17a00e;
}

.nav-pills-warning.nav-pills .nav-link.active {
  color: #000;
  background-color: #ffc107;
}

.nav-search input.form-control {
  background-color: rgb(255 255 255 / 20%);
  border: 1px solid rgb(255 255 255 / 45%);
  color: #fff;
}

.nav-search button[type="submit"] {
  background-color: rgb(255 255 255 / 20%);
  border: 1px solid rgb(255 255 255 / 32%);
  color: #fff;
}

.nav-search input.form-control::placeholder {
  opacity: 0.5 !important;
  color: #fff !important;
}

.nav-search input.form-control::-ms-input-placeholder {
  color: #fff !important;
}

.round-pagination.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.round-pagination.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.bg-body {
  background-color: #f7f7ff !important;
}

.bg-light-primary {
  background-color: rgb(13 110 253 / 0.11) !important;
}

.bg-light-success {
  /* background-color: rgb(23 160 14 / .11) !important; */
}

.bg-light-danger {
  background-color: rgb(244 17 39 / 0.11) !important;
}

.bg-light-warning {
  background-color: rgb(255 193 7 / 0.11) !important;
}

.bg-light-info {
  background-color: rgb(13 202 240 / 18%) !important;
}

.bg-light-transparent {
  background-color: rgb(0 0 0 / 15%) !important;
}

.bg-gradient-deepblue {
  background: #6a11cb;
  background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc) !important;
  background: linear-gradient(45deg, #6a11cb, #2575fc) !important;
}

.bg-gradient-orange {
  background: #fc4a1a;
  background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
  background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
}

.bg-gradient-ohhappiness {
  background: #00b09b;
  background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
  background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.bg-gradient-ibiza {
  background: #ee0979;
  background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
  background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.bg-gradient-scooter {
  background: #17ead9;
  background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
  background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.bg-gradient-bloody {
  background: #f54ea2;
  background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
  background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.bg-gradient-quepal {
  background: #42e695;
  background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
  background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
}

.bg-gradient-blooker {
  background: #ffdf40;
  background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
  background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.bg-gradient-cosmic {
  /* background: linear-gradient(to right, #8e2de2, #4a00e0) !important; */
}

.bg-gradient-burning {
  background: linear-gradient(to right, #ff416c, #ff4b2b) !important;
}

.bg-gradient-lush {
  background: linear-gradient(to right, #56ab2f, #a8e063) !important;
}

.bg-gradient-kyoto {
  background: linear-gradient(to right, #f7971e, #ffd200) !important;
}

.bg-gradient-blues {
  background: linear-gradient(to right, #56ccf2, #2f80ed) !important;
}

.bg-gradient-moonlit {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364) !important;
}

.split-bg-primary {
  background-color: #0c62e0;
  border-color: #0c62e0;
}

.split-bg-secondary {
  background-color: #515a62;
  border-color: #515a62;
}

.split-bg-success {
  background-color: #128e0a;
  border-color: #128e0a;
}

.split-bg-info {
  background-color: #0bb2d3;
  border-color: #0bb2d3;
}

.split-bg-warning {
  background-color: #e4ad07;
  border-color: #e4ad07;
}

.split-bg-danger {
  background-color: #e20e22;
  border-color: #e20e22;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

.bg-twitter {
  background-color: #55acee !important;
}

.bg-google {
  background-color: #e52d27 !important;
}

.bg-linkedin {
  background-color: #0976b4 !important;
}

/* Text Color */

.text-option {
  color: #32393f !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.text-twitter {
  color: #55acee !important;
}

.text-youtube {
  color: #e52d27 !important;
}

.text-sky-light {
  color: #b4d2ff;
}

.section-authentication-signin {
  height: 100vh;
}

.authentication-forgot {
  height: 100vh;
  padding: 0 1rem;
}

.authentication-reset-password {
  height: 100vh;
  padding: 0 1rem;
}

.authentication-lock-screen {
  height: 100vh;
  padding: 0 1rem;
}

.error-404 {
  height: 100vh;
  padding: 0 1rem;
}

.error-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bg-login {
  background-image: url(/images/login-images/bg-login-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-forgot {
  background-image: url(/images/login-images/bg-forgot-password.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-lock-screen {
  background-image: url(/images/login-images/bg-lock-screen.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.login-separater span {
  position: relative;
  top: 26px;
  margin-top: -10px;
  background-color: #fff;
  padding: 5px;
  font-size: 12px;
  color: #cbcbcb;
  z-index: 1;
}

.btn i {
  vertical-align: middle;
  font-size: 1.3rem;
  margin-top: -1em;
  margin-bottom: -1em;
  margin-right: 5px;
}

.btn-inverse-primary {
  color: #d74c27;
  background-color: rgba(0, 140, 255, 0.18);
  border-color: rgb(209, 234, 255);
}

.btn-inverse-primary:hover {
  color: #d74c27;
  background-color: rgba(0, 140, 255, 0.18);
  border-color: rgba(0, 140, 255, 0.18);
}

.btn-inverse-primary:focus {
  color: #d74c27;
  background-color: rgba(0, 140, 255, 0.18);
  border-color: rgba(0, 140, 255, 0.18);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.3);
}

.btn-inverse-secondary {
  color: #75808a;
  background-color: rgba(117, 128, 138, 0.18);
  border-color: rgb(230, 232, 234);
}

.btn-inverse-secondary:hover {
  color: #75808a;
  background-color: rgba(117, 128, 138, 0.18);
  border-color: rgba(117, 128, 138, 0.18);
}

.btn-inverse-success {
  color: #15ca20;
  background-color: rgba(21, 202, 32, 0.18);
  border-color: rgb(212, 246, 214);
}

.btn-inverse-success:hover {
  color: #15ca20;
  background-color: rgba(21, 202, 32, 0.18);
  border-color: rgba(21, 202, 32, 0.18);
}

.btn-inverse-success:focus {
  color: #15ca20;
  background-color: rgba(21, 202, 32, 0.18);
  border-color: rgba(21, 202, 32, 0.18);
  box-shadow: 0 0 0 0.25rem rgb(23 160 14 / 32%);
}

.btn-inverse-danger {
  color: #fd3550;
  background-color: rgba(253, 53, 80, 0.18);
  border-color: rgb(255, 218, 223);
}

.btn-inverse-danger:hover {
  color: #fd3550;
  background-color: rgba(253, 53, 80, 0.18);
  border-color: rgba(253, 53, 80, 0.18);
}

.btn-inverse-danger:focus {
  color: #fd3550;
  background-color: rgba(253, 53, 80, 0.18);
  border-color: rgba(253, 53, 80, 0.18);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.3);
}

.btn-inverse-warning {
  color: #ff9700;
  background-color: rgba(255, 151, 0, 0.18);
  border-color: rgb(255, 236, 209);
}

.btn-inverse-warning:hover {
  color: #ff9700;
  background-color: rgba(255, 151, 0, 0.18);
  border-color: rgba(255, 151, 0, 0.18);
}

.btn-inverse-warning:focus {
  color: #ff9700;
  background-color: rgba(255, 151, 0, 0.18);
  border-color: rgba(255, 151, 0, 0.18);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.3);
}

.btn-inverse-info {
  color: #0dceec;
  background-color: rgba(13, 206, 236, 0.18);
  border-color: rgb(211, 246, 252);
}

.btn-inverse-info:hover {
  color: #0dceec;
  background-color: rgba(13, 206, 236, 0.18);
  border-color: rgba(13, 206, 236, 0.18);
}

.btn-inverse-light {
  color: #a7aaaa;
  background-color: rgba(233, 234, 234, 0.2);
  border-color: rgb(251, 251, 251);
}

.btn-inverse-light:hover {
  color: #a7aaaa;
  background-color: rgba(233, 234, 234, 0.2);
  border-color: rgba(233, 234, 234, 0.2);
}

.btn-inverse-dark {
  color: #223035;
  background-color: rgba(34, 48, 53, 0.2);
  border-color: #d7d9da;
}

.btn-inverse-dark:hover {
  color: #223035;
  background-color: rgba(34, 48, 53, 0.2);
  border-color: rgba(34, 48, 53, 0.2);
}

.btn-facebook,
.btn-facebook:hover {
  box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14),
    0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #e7eaf3;
}

.chart-container1 {
  position: relative;
  height: 380px;
}

.gmaps,
.gmaps-panaroma {
  height: 400px;
  background: #eee;
  border-radius: 3px;
}

.pricing-table .card {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.pricing-table .card .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (max-width: 1366px) {
  .order-box h6 {
    font-size: 11px !important;
  }
  .order-box h6 span {
    font-size: 13px !important;
  }
}

@media (min-width: 1501px) and (max-width: 1550px) {
  .order-box h6 span {
    font-size: 16px !important;
  }
  .order-box h6 {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) {
  .pricing-table .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

.pricing-table .card .card-title {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.pricing-table .card .card-price {
  font-size: 2.7rem;
}

.pricing-table .card .card-price .term {
  font-size: 0.875rem;
}

.pricing-table .card ul li.list-group-item {
  border-bottom: 1px solid rgb(0 0 0 / 0%);
  color: #3b3b3b;
  font-size: 16px;
}

input::placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}

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

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

.card-group {
  margin-bottom: 1.5rem;
}

.input-icon .form-control {
  padding-left: 2.5rem;
}

.input-icon span {
  font-size: 16px;
  left: 15px;
}

.topbar .navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
}

.topbar .navbar .navbar-nav .nav-link {
  color: #212529;
  font-size: 30px;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.topbar .navbar .navbar-nav .nav-link:hover,
.topbar .navbar .navbar-nav .nav-link:focus {
  color: #20b154;
}

.dropdown-toggle-nocaret:after {
  display: none;
}
.warehouse-title {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
}

.alert-count {
  position: absolute;
  top: 1px;
  left: 23px;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0;
  font-weight: 500;
  color: #fff;
  background: #20b154;
}

.user-info .user-name {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.user-info .designattion {
  font-size: 13px;
  color: #747474;
}

.user-box {
  display: flex;
  align-items: center;
  height: 60px;
}

.topbar .navbar .dropdown-app .dropdown-menu {
  width: 270px;
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  border-radius: 16px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.topbar .navbar .dropdown-app .dropdown-menu .app-container {
  position: relative;
  height: 370px;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-box {
  padding: 0.5rem;
  border-radius: 1rem;
  transition: 0.2s;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-box:hover {
  background-color: #edf0f3;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-name {
  color: #212529;
  font-size: 0.64rem;
  text-decoration: none;
  font-weight: 500;
}

.dropdown-large {
  position: relative;
}

.dropdown-large .dropdown-menu {
  /* width: 360px; */
  border: 0;
  padding: 0 0;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-top: 50px;
}

.topbar .navbar .dropdown-large .dropdown-menu::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: -8px;
  right: 16px;
  transform: rotate(45deg);
  /* border-top: 1px solid #ddd; */
  /* border-left: 1px solid #ddd; */
  z-index: -1;
}

.topbar .navbar .dropdown-menu::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #ffff;
  position: absolute;
  top: -6px;
  right: 16px;
  transform: rotate(45deg);
  /* border-top: 1px solid #ddd; */
  /* border-left: 1px solid #ddd; */
}

.dropdown-large .msg-header {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ededed;
  background-clip: border-box;
  background-color: #ffffff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-large .msg-header-badge {
  background-color: hsl(249deg 47% 38% / 12%);
  color: #d74c27;
  padding: 2px 8px;
  margin-bottom: 0;
  border-radius: 4px;
}

.dropdown-large .msg-header .msg-header-title {
  font-size: 16px;
  color: #1c1b1b;
  margin-bottom: 0;
  font-weight: 500;
}

.dropdown-large .msg-header .msg-header-clear {
  font-size: 13px;
  color: #585858;
  margin-bottom: 0;
}

.dropdown-large .msg-footer {
  padding: 0.8rem 1rem;
  color: #1c1b1b;
  border-top: 1px solid #ededed;
  background-clip: border-box;
  background: 0 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.dropdown-large .user-online {
  position: relative;
  border: 1px solid #0000002b;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

a.dropdown-item h5 {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: left;
}

.dropdown-large .msg-name {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

a.dropdown-item:hover * {
  color: #17ae4d;
}
a.dropdown-item.active * {
  color: #17ae4d;
}

a.dropdown-item:hover .user-online {
}

a.dropdown-item:hover p {
  color: #000;
}

a.dropdown-item.active p {
  color: #000;
}
a.dropdown-item.active {
  background-color: #fafeff !important;
}

.dropdown-large .msg-info {
  font-size: 13px;
  margin-bottom: 0;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: left;
}

.dropdown-large .msg-avatar {
  /* width: 25px; */
  /* height: 25px; */
  /* border-radius: 50%; */
  /* filter: brightness(0) saturate(100%) invert(42%) sepia(88%) saturate(1271%)
    hue-rotate(197deg) brightness(99%) contrast(82%); */
}

animdropdown animation {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

@media screen and (min-width: 1700px) {
  .topbar .navbar .dropdown-menu {
    width: 450px;
  }
}
.dropdown-large .msg-time {
  font-size: 12px;
  margin-bottom: 0;
  color: #818189;
}

.dropdown-large .user-online:after {
  /* content: ''; */
  /* position: absolute; */
  /* bottom: 1px; */
  /* right: 17px; */
  /* width: 8px; */
  /* height: 8px; */
  /* border-radius: 50%; */
  /* box-shadow: 0 0 0 2px #fff; */
  /* background: #16e15e; */
}

.dropdown-large .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.3rem;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.header-message-list {
  position: relative;
  height: 360px;
}

.header-notifications-list {
  position: relative;
}
.breadcrumb-title-left {
  font-size: 20px;
  border-left: 1.5px solid #aaa4a4;
  border-right: 0;
}
.breadcrumb-title-right {
  font-size: 20px;
  border-right: 1.5px solid #aaa4a4;
  border-left: 0;
}
.wrapper[dir="rtl"]
  .page-breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  transform: rotate(180deg);
}
.wrapper[dir="rtl"] .languagechechkbox input:checked + label:after {
  left: 40px;
}
.wrapper[dir="rtl"] .languagechechkbox input + label:before {
  margin-right: 0;
  margin-left: 5px;
}

.wrapper[dir="rtl"] .breadcrumb-item i {
  margin-top: 5px;
}

.wrapper[dir="rtl"] .btn-group.role-role-btn {
  left: 30px;
  right: auto;
}
.wrapper[dir="rtl"] .send-mesage-box > button {
  left: 5px;
  right: auto;
}

.wrapper[dir="rtl"] .page-breadcrumb .breadcrumb-item.active {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.dropdown-large .notify {
  width: 45px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #f1f1f1;
  margin-right: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-large .cart-product-title {
  color: #140e22;
  font-size: 14px;
  margin-bottom: 0px;
}

.dropdown-large .cart-product-price {
  color: #818189;
  font-size: 14px;
  margin-bottom: 0;
}

.dropdown-large .cart-product-cancel {
  right: -7px;
  top: -5px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #eee;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.dropdown-large .cart-product {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  border: 1px solid rgb(231 231 231);
  padding: 4px;
  background-color: rgb(255 255 255);
}

.dropdown-large .cart-product img {
  width: 100%;
}

.user-box .dropdown-menu i {
  vertical-align: middle;
  margin-right: 10px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0 solid #e9ecef;
  border-radius: 10px;
  font-size: 14px;
}

.topbar .navbar .dropdown-menu {
  -webkit-animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    animdropdown;
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    animdropdown;
}

@-webkit-keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.search-bar {
  width: 30%;
  cursor: pointer;
}

.search-bar input[disabled] {
  cursor: pointer;
  background-color: #f7f7ff;
  border: 0;
}

.mobile-toggle-menu {
  display: none;
  font-size: 26px;
  color: #404142;
  cursor: pointer;
}

.switcher-wrapper {
  width: 280px;
  height: 100%;
  position: fixed;
  right: -280px;
  top: 0;
  bottom: 0;
  z-index: 16;
  background: #fff;
  border-left: 0 solid #d2d2d2;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
  transition: all 0.2s ease-out;
}

.switcher-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  background: #d74c27;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 40%;
  right: 100%;
  cursor: pointer;
}

.switcher-wrapper.switcher-toggled {
  right: 0;
}

.switcher-body {
  padding: 1.25rem;
}

.switcher-body .form-check .form-check-input,
.switcher-body .form-check .form-check-label {
  cursor: pointer;
}

.header-colors-indigators .indigator {
  width: 45px;
  height: 45px;
  background-color: #f4f2f2;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .email-header {
    height: auto;
  }
  .email-content {
    padding: 100px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .row.row-group > div {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .row.row-group > div:last-child {
    border-right: none;
    border-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .font-13 {
    font-size: 11px;
  }
  .topbar {
    left: 0 !important;
    padding-left: 0;
  }
  .mobile-toggle-menu {
    display: block;
  }
  .sidebar-wrapper {
    left: -449px;
    box-shadow: none;
  }
  .wrapper[dir="rtl"] .sidebar-wrapper {
    right: 0;
    left: auto;
    box-shadow: none;
    transform: translateX(459px) !important;
  }
  .page-wrapper {
    margin-left: 0;
  }
  .wrapper[dir="rtl"] .page-wrapper {
    margin-right: 0;
  }
  .page-footer {
    left: 0;
  }
  .wrapper.toggled .sidebar-wrapper {
    left: 0;
  }
  .wrapper[dir="rtl"].toggled .sidebar-wrapper {
    right: 0;
    left: auto;
    transform: translateX(0) !important;
  }
  .wrapper[dir="rtl"].toggled .sidebar-wrapper-messages-isRTL {
    transform: translateX(0);
  }
  .wrapper.toggled .page-wrapper {
    margin-left: 0;
  }
  .wrapper.toggled .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 1002;
    display: block;
    cursor: move;
    transition: all 0.2s ease-out;
  }
  .error-404 {
    height: auto;
    padding: 6rem 1rem;
  }
  .chat-header {
    border-top-left-radius: 0.25rem;
  }
  .chat-footer {
    border-bottom-left-radius: 0.25rem;
  }
  .chat-sidebar {
    left: -370px;
  }
  .chat-content {
    margin-left: 0;
  }
  .chat-header {
    left: 0;
  }
  .chat-footer {
    left: 0;
  }
  .chat-toggled .chat-sidebar {
    left: 0;
  }
  .chat-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 340px;
    background: #000;
    opacity: 0.5;
    z-index: 11;
    display: block;
    cursor: move;
    transition: all 0.3s ease-out;
  }
  .email-header {
    border-top-left-radius: 0.25rem;
  }
  .email-sidebar {
    left: -280px;
  }
  .email-content {
    margin-left: 0;
  }
  .email-header {
    left: 0;
  }
  .email-toggled .email-sidebar {
    left: 0;
  }
  .email-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    background: #000;
    opacity: 0.5;
    z-index: 9;
    display: block;
    cursor: move;
    transition: all 0.3s ease-out;
  }
}

@media screen and (max-width: 991px) {
  #create_noti_modal .modal-dialog {
    width: unset !important;
  }
  .section-authentication-signin {
    height: 100%;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  .authentication-reset-password {
    height: auto;
    padding: 2rem 1rem;
  }
  .authentication-lock-screen {
    height: auto;
    padding: 2rem 1rem;
  }
  .compose-mail-popup {
    width: auto;
    position: fixed;
    bottom: -30px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 620px) {
  .topbar .navbar .dropdown-menu::after {
    display: none;
  }
  .topbar .navbar .dropdown {
    position: static !important;
  }
  .topbar .navbar .dropdown-menu {
    width: 93% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .btn-group.role-role-btn {
    position: absolute;
    top: 0px;
    right: 30px;
  }
}
@media only screen and (min-width: 576px) {
  .btn-group.role-role-btn {
    position: absolute;
    top: 60px;
    right: 30px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .modal-dialog {
    max-width: 95% !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 520px) {
  .chat-footer-menu,
  .chat-top-header-menu {
    display: none;
  }
}

.btn-primary:hover {
  color: #fff;
  background-color: #20b154;
  border-color: #20b154;
}

.btn-primary {
  color: #fff;
  background-color: #20b154;
  border-color: #20b154;
}

.card_box img {
  /* width: 45px; */
  /* height: 45px; */
}

.dashTabs .nav-item .card h4 {
  font-weight: 600;
  font-size: 24px;
}

.d-flex.align-items-center.card_box {
  gap: 20px;
}

ul#myTab {
  border: 1px solid #20b1543b;
  border-radius: 8px;
  margin-bottom: 30px;
}

.dashTabs .nav-item .card p {
  /* color: #449DBE !important; */
  /* font-size: 26px; */
  /* font-weight: 700; */
  font-size: 14px;
}

span.border.px-1.rounded.cursor-pointer {
  font-size: 15px;
  text-transform: capitalize;
  /* color: #000; */
  font-weight: 400;
  /* margin-right: 5px; */
}

span.border.px-1.rounded.cursor-pointer i {
  font-size: 12px;
}

.dashTabs h6 {
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
}

.card-header h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #000;
}

.wrapper.toggled.sidebar-hovered .sidebar-wrapper .logo-icon {
  /* width: 180px;
    height: 55px; */
  object-fit: cover;
  object-position: left;
  width: 150px;
  height: 45px;
}

.wrapper.toggled .sidebar-wrapper .logo-icon {
  width: 43px;
  height: 55px;
  object-fit: cover;
  object-position: left;
}

.page-link {
  /* color: #d74c27; */
}

.active > .page-link,
.page-link.active {
  background: var(--NEW-BLUE, #449dbe);
  border-color: #000;
}

.tbl_actions_wrap li {
  list-style: none;
}

.tbl_actions_wrap li a {
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  gap: 3px;
  transition: 0.3s ease-in-out;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
}

.tbl_actions_wrap {
  margin: 0;
  padding: 0;
  justify-content: center !important;
}

#mama_approved td,
#mama_pending td {
  vertical-align: middle;
  /* padding-left: 10px; */
  text-transform: capitalize;
  /* color: #000; */
  /* font-size: 13px; */
  /* font-style: normal; */
  /* font-weight: 500; */
  /* font-family: "Roboto", sans-serif; */
  text-align: center;
}

.editor_btns ul {
  margin-bottom: 0;
  list-style: none;
}

#create_noti_modal .modal-dialog {
  width: 25%;
}

.create_noti_form input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0 0 10px 0;
  /* background: url(); */
  border: 1px solid #0000003b;
}

.profile_modal_wrap h6 {
  font-size: 13px;
}

#profile_modal .modal-dialog {
  max-width: 40%;
}

.modal-dialog.liquidate-success {
  max-width: 25%;
  top: 30%;
}

#event_modal .modal-dialog,
#edit_event_modal .modal-dialog {
  max-width: 40%;
}

.support_ticket_form img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100px;
  border: 3px solid #d74c27;
  margin-bottom: 20px;
}

.sidebar-logout ul {
  padding: 10px;
  width: 100%;
}

.sidebar-logout ul a {
  position: relative;
  align-items: center;
  justify-content: left;
  padding: 6px 16px;
  font-size: 15px;
  color: #9ea4aa;
  outline-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.5px;
  border-radius: 0.25rem;
  transition: all 0.3s ease-out;
}

.sidebar-logout ul a:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(255 255 255 / 12%);
}

.sidebar-logout ul a .parent-icon {
  font-size: 25px;
  line-height: 1;
}

.sidebar-logout ul a .menu-title {
  margin-left: 10px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #9ea4aa;
}

.sidebar-logout {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.ql-editor {
  height: 300px;
}

.dt-buttons.btn-group {
  margin-top: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.dashTabs .nav-item .card {
  text-align: left;
  box-shadow: unset;
  margin-bottom: 0;
  padding: unset;
}

.dashTabs button {
  padding: 0 10px;
  background-color: #fff0 !important;
  border: 0 !important;
  width: 100%;
}

.dashTabs li {
  width: 25%;
}

.dashTabs .nav-tabs {
  border: unset !important;
}

.verification-code--inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin: 0px 0 10px 0;
}

.verification-code--inputs input {
  border: 1px solid #20b154;
  width: 40px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .dashTabs li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .topbar.d-flex.align-items-center {
    margin: 0;
  }
  .top-search h4 {
    font-size: 12px !important;
  }

  .dropdown-large .msg-info {
    font-size: 10px;
  }
  .dashTabs li {
    width: 100%;
  }
  .wrapper.toggled .sidebar-wrapper .logo-icon {
    width: 90%;
    height: 63px;
    object-fit: cover;
    object-position: left;
  }
  #profile_modal .modal-dialog {
    max-width: 100%;
  }
  #event_modal .modal-dialog,
  #edit_event_modal .modal-dialog {
    max-width: 100%;
  }
  .f-tab-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    gap: 40px;
    right: 238px;
    top: -22px;
    z-index: -2;
  }
  .card.border-tab.dashboad-main .card-header {
    padding: 40px;
  }
}

/* .light-theme .logo-icon {
    filter: invert(1) saturate(0) brightness(0);
} */

.logo_light {
  display: none;
}

.light-theme .logo_light {
  display: block;
}

.light-theme .logo_dark {
  display: none;
}

.position-box {
  /* display: flex; */
  align-items: center;
  gap: 10px;
  position: relative;
}

.position-in {
  width: 90%;
}

.position-icon i {
  background: #d74c27;
  color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: 20px;
}

input.form-control.base-in {
  display: none;
}

input.form-control.base-in.active {
  display: block;
}

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

a.nav-link.dark-mode-icon {
  display: none !important;
}

.position-in.one {
  display: none;
}

.position-in.two {
  display: none !important;
}

.modal.fade.sports-modal.show .modal-content {
  height: 580px;
  overflow-y: scroll;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #d74c27;
}

.card.sports-card .form-control {
  margin-bottom: 10px;
}

.card.sports-card h6 {
  margin-bottom: 12px !important;
  margin-top: 12px;
}

.card.sports-card {
  height: 522px;
  overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  background-color: #d74c27;
}

.card .sports-card img {
  width: 100%;
}

.card.sports-card .row {
  align-items: start !important;
}

.card.sports-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.modal-dialog {
  max-width: 40%;
}

.file-upload {
  background-color: #ffffff;
  margin: 0 auto;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  position: relative;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.tab-pane td select {
  width: 70%;
  border: 1px solid #00000026;
  padding: 2px 6px;
  border-radius: 8px;
  background: #fffcfa;
  font-size: 11px;
  width: 90px;
  margin: 0;
}

ul.submit-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.submit-list span {
  display: flex;
  background: #e5e5e5;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #000;
}

.table-striped th {
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  /* --bs-table-accent-bg: unset; */
}

.inquery-box {
  border-radius: 8px;
  border: 1px solid rgba(32, 177, 84, 0.2);
  padding: 20px 15px;
}

.inquery-box h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #000;
}

.inquery-box ul {
  padding: 0;
  list-style: none;
}

ul.inquery-top li {
  display: flex;
  justify-content: space-between;
}

.inquery-box p {
  color: #6c757d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}

ul.inquery-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212529;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  text-transform: capitalize;
  border-bottom: 1px solid rgba(32, 177, 84, 0.2);
  padding-bottom: 15px;
}

ul.inquery-list span {
  color: #000;
  font-weight: 600;
}

section.recent-inquiry {
  padding-bottom: 50px;
}

.reviews-box ul.inquery-list {
  justify-content: start;
  gap: 10px;
  margin-bottom: 3px;
  padding-bottom: 13px;
}

.reviews-box ul.inquery-list p {
  margin: 0;
}

.inquery-box.reviews-box h6 {
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
  margin-bottom: 0;
}

a.nav-link {
  /* color: var(--bs-nav-link-color); */
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  height: 28.002px;
  padding: 3px 16px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

ul.nav.nav-tabs.nav-primary {
  border: unset;
}

.card.card-back {
  box-shadow: unset;
}

.card table {
  border: 1px solid #00000029;
  /* padding: 0 0px 15px; */
  /* border-top: 1px solid #E5E5E5; */
  /* margin-top: 20px !important; */
}

ul.user-filters {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 20px;
  margin-top: 20px;
}

ul.user-filters li a {
  border-radius: 56px;
  color: #090909;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid #f1f1f1;
  padding: 5px 15px;
}

ul.user-filters a:hover {
  background: #20b154;
  color: #fff;
}

td.user-flag img {
  margin-right: 8px;
}

div.dataTables_wrapper div.dataTables_filter input {
  /* width: 30%; */
  /* border: 1px solid #E5E5E5; */
  /* padding: 10px 0; */
  /* display: block; */
}

div.dataTables_wrapper div.dataTables_filter {
  /* text-align: start; */
  padding: 0 20px;
}

div.dataTables_wrapper div.dataTables_filter label {
  /* width: 95%; */
}

.dataTables_wrapper {
  /* border: 1px solid #E5E5E5; */
  border-radius: 8px;
  padding: 30px 0px;
}

.dataTables_info {
  padding-left: 20px;
}

.dataTables_paginate.paging_simple_numbers {
  padding-right: 20px;
}

.border-tab {
  /* box-shadow: unset; */
  /* border: 1px solid rgba(32, 177, 84, 0.20); */
}

.border-tab .card.border-tab {
  border: 1px solid #0000001f;
  border-radius: 8px;
}

.border-tab .card-body {
  padding: 0 0;
}

.page-breadcrumb.d-none.d-sm-flex.align-items-center.mb-3 {
  justify-content: space-between;
  /* padding-left: 13px; */
  padding: 0;
}

.btn-1 {
  border-radius: 6px;
  color: #fff;
  font-size: 15px !important;
  padding: 12px 22px;
  text-transform: capitalize;
  border: unset;
  width: 135px;
}

button.btn-1.blue {
  background: var(--NEW-BLUE, #449dbe);
}

button.btn-1.green {
  background: #20b154;
}

.modal-header {
  display: block;
}

button.btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
  /* background: #e7e6e8; */
  z-index: 99;
}

h5#exampleModalLabel {
  /* 24px */
  color: #000;
  font-size: 20px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.profile_modal_wrap textarea {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  padding: 10px 20px;
  resize: none;
}

.profile_modal_wrap textarea::placeholder {
  color: #888 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile_modal_wrap .card {
  box-shadow: unset !important;
  background: unset !important;
}

div#decline_modal {
  top: 23%;
  left: 15%;
  width: 80%;
}

.modal-content {
  border: unset;
  /* background: #E5E5E5; */
}
.custom-class .modal-content {
  background: #e5e5e5 !important;
}
.decline-modal .modal-dialog {
  max-width: 20rem !important;
}

.decline-form-btn button {
  width: 47%;
  margin-right: 10px;
}

button.btn-1.red {
  border-radius: 8px;
  background: rgba(255, 0, 0, 0.1);
  color: #f00;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.decline-form-btn {
  margin-top: 10px;
}

.card-body.esol-box {
  border-radius: 8px;
  border: 1px solid rgba(32, 177, 84, 0.2);
}

table#esol_approved td {
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  padding: 15px 0;
}

table#esol_approved td p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  /* display: flex; */
  /* align-items: center; */
  /* gap: 10px; */
  margin-top: 5px;
}

table#esol_approved {
  border-top: #fff;
}

table#esol_approved a {
  color: #20b154;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
  display: flex;
  align-items: center;
  gap: 10px;
}

table#esol_approved td p span {
  display: block;
}

table#esol_approved td p img {
  margin-right: 5px;
}

h2 {
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 55.2px */
  letter-spacing: -0.92px;
  text-transform: capitalize;
}

.esol-text h5 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

div#decline_modal p {
  margin: 0;
}
.order-modal-box {
  max-width: 70vw;
  width: 100%;
  max-height: 65vh;
}

/* Main Slider */
.product-slider-big {
  position: relative;
  overflow: hidden;
}

/* Play Button */
.play-button-container {
  width: 60px;
  height: 60px;
  background: #007bff; /* Blue background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.play-button-container:hover {
  opacity: 1;
}

.play-button {
  width: 24px;
  height: 24px;
}

/* Slick Arrows */

/* Small Slider */
.product-slider-small {
  cursor: pointer;
}

.product-slider-small img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  border: none; /* No border on thumbnails */
}

.product-slider-small.opacity-50 {
  opacity: 0.5; /* Dim the active thumbnail */
}

.product-slider-big {
  position: relative;
}

.product-slider-big img {
  width: 100%;
}
.product-slider-big {
  position: relative;
  overflow: hidden;
}
.esol-text img {
  width: 100%;
}

.play-icon img {
  width: auto;
  height: auto !important;
}

.play-icon {
  position: absolute;
  top: 115px;
  left: 45%;
  border-radius: 59.778px;
  background: #20b154;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slider {
  margin-top: 40px;
}

.product-text h2 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.product-text h2 span {
  display: block;
}

.product-text h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.product-text h5 span {
  color: #20b154;
}

.product-text h6 {
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
  text-transform: capitalize;
}

.product-text p {
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 20.72px */
  letter-spacing: -0.24px;
}

.product-slider img {
  height: 270px;
  object-fit: cover;
}

.product-slider-small img {
  border-radius: 6.698px;
  width: 100%;
  height: 75px;
  object-fit: cover;
}
ul.ban-slide-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.ban-slide-icon i {
  color: #f3be02;
}
ul.ban-slide-icon span {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
ul.ban-slide-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 40px; */
  /* border: 1px solid var(--Stroke-Stroke, #e5e5e5); */
  background: var(--White, #fff);
}
ul.ban-slide-icon a img {
  width: auto;
}

ul.ban-slide-icon li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.ban-slider-box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  padding: 8px;
}
.ban-slide-text {
  padding: 10px 0;
}
.ban-slide-text h6 {
  color: var(--Tertiary, #000);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  margin: 4px 0;
}
.ban-slide-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Work Sans;
  font-size: 14px;
}
.slick-slide {
  /* margin: 0 10px; */
}

.product-slider-small {
  margin-top: 20px;
}

form.vizmogul-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(32, 177, 84, 0.2);
  padding: 20px 20px;
  resize: none;
}

form.vizmogul-form textarea::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}

h2.bizmogul-head {
  font-size: 28px;
}

ul.user-filters .active {
  background: #20b154;
  color: #fff;
  border: 1px solid #20b154;
}

td.order-list-img-flag {
  display: flex;
  align-items: center;
  gap: 10px;
}

td.order-list-img-flag img {
  width: 59px;
  height: 59px;
  border-radius: 10px;
  object-fit: cover;
}

td.order-list-img-flag p span {
  display: block;
}

td.order-list-img-flag p {
  margin: 0;
  line-height: 20px;
}

td.blue {
  color: #449dbe !important;
  font-weight: 600 !important;
  /* 150% */
}

table.dataTable > thead th:before,
table.dataTable > thead th:after {
  font-size: 12px;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  font-size: 10px;
}

table#oder_approved td {
  vertical-align: middle;
  border: 1px solid #fff;
  padding-left: 10px;
  border-bottom: 1px solid #00000012;
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
}

.order-modal-box h5 {
  color: #000 !important;
  font-size: 46px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.92px !important;
  text-transform: uppercase;
}

.modal-dialog.order-modal-box {
  max-width: 75%;
  left: 120px;
  top: 40px;
}

.modal-dialog.order-modal-box .modal-header {
  border: unset;
  padding-bottom: 0;
}

.oder-payment ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  width: 90%;
  position: relative;
}

.oder-payment ul a {
  color: #000;
  text-align: center;
  font-size: 19.049px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.oder-payment ul span {
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #02d102;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 8px;
}

.oder-payment ul span before {
  content: "";
  position: absolute;
}

.oder-payment ul span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  width: 85%;
  height: 85%;
  background: #02d102;
  border-radius: 50%;
  margin: 0 auto;
}

.oder-payment ul:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  width: 95%;
  height: 2px;
  border: 1px dashed #02d102;
}

ul.rating {
  padding: 0;
  display: flex;
  list-style: none;
  gap: 5px;
  margin: 0;
  margin-top: 5px;
}

ul.rating i {
  color: #f3be02;
}

ul.rating span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

td.total-oder-blue p {
  color: #449dbe !important;
}

li.order-list-border span {
  border: 1px solid #e5e5e5;
  background: #fff;
}

li.order-list-border span:before {
  background: #fff;
  z-index: 9999;
  display: none;
}

li.order-list-border span {
  border: 1px solid #e5e5e5;
  background: #fff;
}

li.order-list-border span:before {
  background: #fff;
  z-index: 9999;
  display: none;
}

.history-text p {
  overflow: hidden;
  color: #757575;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.history-text h6 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/* .history-text ul {
  list-style: none;
  position: relative;
  margin: 0;
} */

.history-text ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.history-text ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

/* connector line between steps */
.history-text ul li::before {
  content: "";
  position: absolute;
  top: 12px; /* adjust alignment */
  left: 15px;
  bottom: -31px; /* connects to next dot */
  width: 1px;
  background: #02d102;
}

/* outer circle (“radio ring”) */
.history-text ul li::after {
  content: "";
  position: absolute;
  top: 4px; /* adjust top to center the bigger circle */
  left: 5px; /* adjust left to center */
  width: 20px; /* bigger outer circle */
  height: 20px;
  border: 2px solid #02d102; /* optionally make border thicker */
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

/* inner filled dot */
.history-text ul li .dot {
  position: absolute;
  top: 7px; /* adjust to center inside bigger circle */
  left: 8px; /* adjust to center */
  width: 14px; /* bigger inner dot */
  height: 14px;
  background: #02d102;
  border-radius: 50%;
  z-index: 3;
}

/* remove the connector line for the last item only */
.history-text ul li:last-child::before {
  display: none;
}

/* style for disabled / incomplete items */
.history-text ul li.disabled::after {
  border-color: none;
}

.history-text ul li.disabled .dot {
  background: none;
}
button.btn.btn-danger {
  border-radius: 6px;
  color: #fff;
  padding: 12px 35px;
  text-transform: capitalize;
  border: unset;
  font-size: 15px;
  background: #20b154;
}

.modal-header.oder-modal-fld {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 30px; */
}

.history-text {
  margin-top: 5px;
  border-radius: 8px;
  background: var(--White, #fff);
  padding: 15px 0 0 15px;
}
.history-text ul li.disabled:after {
  background: none !important;
}
.history-text ul li.disabled:before {
  border: 1px solid #e5e5e5 !important;
}
li.order-list-hist:before {
  border: 1px solid #e5e5e5 !important;
}

li.order-list-hist:after {
  background: #fff !important;
}

.promotion-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.creat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.creat-list a {
  border-radius: 6px;
  background: #20b154;
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer;
}

.dataTables_wrapper th {
  text-align: center;
}

span.prolist-box {
  display: inline-flex;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: -4px;
}
.row {
}

form.promotion-form .row {
  align-items: end;
}
form.promotion-form input,
select {
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  height: 50px;
  margin-top: 15px;
  padding: 0 15px;
  color: #757575;
  font-size: 16px;
  color: var(--Black, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

form.promotion-form ::placeholder {
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  text-transform: capitalize;
}

form.promotion-form h4 {
  margin: 20px 0;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.52px;
}

form.promotion-form label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.48px;
  margin-top: 10px;
}

.code-box {
  border: 2px solid #fc9420;
  border-radius: 8px;
  width: 98%;
  padding: 11px 15px;
  position: relative;
  overflow: hidden;
  background: var(--Bg, #f0fbff);
}

.code-box ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
}

.code-box ul span {
  width: 70px;
  height: 70px;
  display: block;
  /* background: #20b154; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
}

.code-box h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  text-transform: capitalize;
}

.code-box h4 {
  color: #fb8500;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
  text-transform: capitalize;
}

.code-box p {
  margin: 0;
}

div#edit_modal .modal-content {
  padding: 0 30px;
  padding-top: 50px;
}

#creat_modal .modal-content {
  padding: 0 30px;
  padding-top: 50px;
}

#creat_modal .modal-content {
  padding: 0 30px;
  padding-top: 50px;
}

#creat_modal .oder-modal-fld {
  padding: 0 30px;
  padding-top: 0;
  margin: 0;
}

div#edit_modal .oder-modal-fld {
  margin: 0;
}

li.code-list p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 169.231% */
  text-transform: capitalize;
}

.code-box .text-center p {
  margin-top: 8px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  text-transform: capitalize;
}

.code-box:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 114px;
  width: 30px;
  height: 30px;
  border: 2px solid #fc9420;
  border-radius: 50%;
  z-index: 199;
  background: #fff;
}

.code-box:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 114px;
  width: 30px;
  height: 30px;
  border: 2px solid #fc9420;
  border-radius: 50%;
  z-index: 199;
  background: #fff;
}

.code-box ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 113px;
  width: 2px;
  height: 119%;
  border: 1px dashed #fc9420;
}

.modal-header.pat-detail {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.role-tab .nav-links {
  border-radius: 56px;
  color: #090909;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid #f1f1f1;
  padding: 5px 15px;
}

.role-tab a.nav-link {
  border-radius: 56px;
  color: #090909;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid #f1f1f1;
  padding: 5px 15px;
}

.role-tab .nav-link.active {
  background: #20b154;
  color: #fff !important;
}

ul.nav.nav-tabs.nav-primary.role-tab {
  gap: 10px;
}

td.profile span {
  display: flex;
  background: #20b154;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

td.profile.sorting_1 {
  padding-left: 40px !important;
}

td.blue-span span {
  color: #449dbe !important;
}

.view-textarea h4 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
}

.view-textarea {
  margin-top: 40px;
}

.account-setting--box {
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid rgba(32, 177, 84, 0.2);
  background: var(--White, #fff);
}

.account-setting--box ul {
  line-height: 55px;
  margin-bottom: 0;
}

.account-setting--box ul li {
  border-bottom: 1px solid rgba(32, 177, 84, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-setting--box ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 80px;
  height: 50px;
  box-sizing: border-box;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.account-setting--box .button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0 !important;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #20b154;
  transition: 0.3s ease all;
  z-index: 1;
}

.knobs:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #ebeafe;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  border-radius: 50%;
}

#button-1 .checkbox:checked + .knobs:before {
  left: 42px;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}

.admin-managment-box ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

html .card-body {
  --bs-card-bg: unset !important;
  background-color: unset !important;
}

.admin-managment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
}

.admin-managment-box h4 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin: 0;
}

.user-profile-img {
  position: relative;
}

img.cam-img {
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 0; */
  width: auto !important;
}

.admin-managment-box:before {
  z-index: -2;
  border-radius: 8px;
}

.pt-50 {
  padding-top: 50px;
}

.card-header.mt-3 {
  border-bottom: 1px solid rgba(32, 177, 84, 0.2);
}
.card-header {
  background-color: rgba(0, 0, 0, 0);
}

.admin-managment-box span.btn {
  position: absolute;
  bottom: -18px;
  right: -10px;
}

.prfle-in-box input {
  width: 100%;
  margin-top: 5px;
  border: unset;
  font-size: 18px;
  color: #757575;
  font-weight: 500;
}

.prfle-in-box {
  border: 1px solid rgba(32, 177, 84, 0.2);
  padding: 10px 16px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
}

.prfle-in-box img {
  position: absolute;
  top: 20px;
  right: 20px;
}

input:focus-visible {
  outline-offset: unset !important;
  outline: unset;
}

.prfle-in-box input::placeholder {
  font-size: 18px;
  color: #757575;
  font-weight: 500;
}

input.form-control.position-absolute.opacity-0 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 9;
}

.table-box a {
  border: unset !important;
  padding: unset !important;
  gap: 10px;
}

.table-box {
  padding: 0 !important;
}

.table-box ul.dropdown-menu.dropdown-menu-end.show {
  top: 34px !important;
  padding: 10px 11px;
  left: -238px !important;
}

a.btn.btn-1.green {
  background: #21b155;
}

a.btn.btn-1.blue {
  background: var(--NEW-BLUE, #449dbe);
}

.row.d-flex {
  align-items: center;
}

.frequently-list {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(32, 177, 84, 0.2);
}

.panel-body ul {
  padding: 0;
  list-style: none;
  line-height: 30px;
  margin: 0;
}

.panel-body label {
  font-weight: 600;
  color: #000;
  font-size: 12px;
}

.panel-body input {
  width: 20px;
  height: 20px;
}

.panel-body li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-1:hover {
  color: #fff;
}

.category-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000012;
  padding-bottom: 25px;
}

.category-btn .product-btn a {
  width: 160px;
}

.category-btn ul {
  margin-top: 0;
}

.add-cat-box {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  margin-top: 15px;
}
.assign-form select {
  -webkit-appearance: none;
  appearance: none;
}
.add-cat-box select {
  height: 52px;
  width: 100%;
  text-transform: capitalize;
  color: #000 !important;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 15px;
  line-height: 22px;
}

.add-cat-box h4 {
  margin-top: 10px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.add-web-link {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  height: 50px;
  margin-top: 15px;
  color: #757575;
  margin-bottom: 10px;
  font-size: 16px;
}

.add-web-link span {
  background: #f7fcf8;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  padding: 0 15px;
}

.add-web-link input {
  height: 43px;
  border: unset;
  width: 100%;
}

.in-cate input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  height: 45px;
  margin-top: 15px;
  padding: 0 15px;
  color: #757575;
  font-size: 16px;
  margin-bottom: 10px;
}

label.active {
  border-color: #20b154 !important;
  color: #000;
}

.provider-box label {
  border-radius: 8px;
  border: 1px solid rgba(32, 177, 84, 0.2);
  background: #fbfcfc;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  width: 33%;
  justify-content: space-between;
  color: var(--Black, #000);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.select-add-category {
  display: flex;
  align-items: center;
  gap: 10px;
}

.select-add-category input {
  width: 20px;
  height: 20px !important;
  margin: 0;
}

.add-cat-box.provider-box.in-cate.mt-5 {
  border: unset;
}

.cat-radio-box {
  border: 1px solid rgba(32, 177, 84, 0.2);
  padding: 15px 30px;
  border-radius: 8px;
}

.breadcrumb-title.pe-3 svg {
  margin-right: 10px;
}

.edit-img-upld {
  border-radius: 6px;
  border: 1px dashed var(--Stroke-Stroke, #e5e5e5);
  background: #fff;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-img-upld input {
  position: absolute;
  width: 58px;
  opacity: 0;
}

#msform fieldset {
  /* background: white; */
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

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

#msform fieldset:not(:first-of-type) {
  display: none;
}

.progressbar input,
.progressbar textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}

.progressbar input:focus,
.progressbar textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

.progressbar .action-button {
  width: 125px;
  background: #20b154;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

.progressbar .action-button:hover,
.progressbar .action-button:focus {
  background-color: #20b154;
}

.progressbar .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

.progressbar .action-button-previous:hover,
.progressbar .action-button-previous:focus {
  background-color: #000000;
}
.slick-prev:before {
  display: none !important;
}
.slick-next:before {
  display: none !important;
}
.slick-prev {
  left: 20px !important;
  z-index: 2000;
}
.slick-next {
  right: 20px !important;
}
.card {
  /* z-index: 0; */
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673ab7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673ab7;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  color: #000;
}

ul#progressbar {
  padding: 10px 30px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
}

#progressbar #account:before {
  content: "";
  background-image: url("/images/icons/package.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

#progressbar #personal:before {
  font-family: boxicons !important;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\ea0e";
  color: #757575;
  background-color: #f2f2f2;
}
.block-after:after {
  position: static !important;
  content: none !important;
}

#progressbar #payment:before {
  font-family: boxicons !important;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e977";

  color: #757575;
}
#progressbar #confirm:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  color: #757575;
  background-color: #f2f2f2;
}
/* #progressbar #confirm:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #757575;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/images/icons/stock.svg");
  background-size: 14px;
} */

/*  images/icons/stock.svg */

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  padding: 2px;
  z-index: 1;
  border: 1px solid #00000026;
  background: #fff;
}

#progressbar li:after {
  content: "";
  /* width: 2px; */
  height: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
  border: 1px dashed #20b154;
  /* background: #20b154; */
  color: #fff !important;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #673ab7;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.add-cat-box.edit-in input {
  width: 100%;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: 50px;
  margin-top: 15px;
  padding: 0 15px;
  color: var(--bs-body-color);
  font-size: 14px;
}
.logistics > input {
  width: 100%;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: 50px;
  margin-top: 15px;
  padding: 0 15px;
  color: var(--bs-body-color);
  font-size: 14px;
}

.add-cat-box.edit-in textarea {
  width: 100%;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: 52px;
  margin-top: 10px;
  padding: 0 15px;
  color: var(--bs-body-color);
  font-size: 16px;
  resize: none;
  padding: 13px 15px;
}

input.next.action-button.btn-1.green {
  background: #20b154;
  /* margin-top: 30px; */
}

ul.dropdown-menu.dropdown-menu-end.show {
  top: 70px;
}

.btn-1.blue {
  background: var(--NEW-BLUE, #449dbe);
  color: #fff;
}

.price-check ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 11px 0;
  gap: 10px;
  color: #000;
  font-weight: 600;
}

.edit-in label {
  width: 100%;
}

.target-edit input {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

a#myBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-list a {
  padding-left: 40px !important;
  color: #ffffff57;
}

.dropdown-list a:before {
  /* content: ''; */
  position: absolute;
  top: 13px;
  left: 13px;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
}

.dropdown-list {
  /* display: none; */
  transition: 0.6s;
  height: 0;
  opacity: 0;
  position: relative;
  top: 20px;
}

.menu-title.dropdowns.active .dropdown-list {
  display: block !important;
}

a.menu-bold {
  font-weight: 600;
}

.arrow {
  position: absolute;
  top: 15px;
  right: 0;
  color: #000;
  font-size: 24px;
  transition: 0.5s;
}
.arrow.rtl {
  right: 200px !important;
}
form#jQueryValidationForm a {
  color: #fff;
}

.card.rounded-0.m-3.shadow-none.bg-transparent.mb-0 h5 {
  color: #000000;
  font-size: 34px;
  font-weight: 700;
}

.card.rounded-0.m-3.shadow-none.bg-transparent.mb-0 p {
  /* color: #fff; */
}

.card.rounded-0.m-3.shadow-none.bg-transparent.mb-0 label {
  color: #fff;
}

.card.shadow-none.bg-transparent.shadow-none.rounded-0.mb-0 .card-body {
  padding: 0;
}

form.login-form {
  width: 70%;
  margin-top: 15%;
}

a.input-group-text.bg-transparent {
  background: #fff !important;
}

.form-check.form-switch {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.d-grid button {
  /* width: 50%; */
}

.form-check.form-switch a {
  color: #fff;
}

label.form-label {
  margin: 10px 0;
}

.revamp-login .d-grid button {
  width: 100%;
  color: #fff !important;
}

.dashboad-main .toggle-icon.ms-auto {
  display: none;
}

.dashboad-main .dataTables_info {
  display: none;
}

/* .dashboad-main .dataTables_paginate.paging_simple_numbers {
    display: none;
} */

/* .dashboad-main div.dataTables_wrapper div.dataTables_filter {
    display: none;
} */

.card.border-tab.dashboad-main .dataTables_wrapper {
  border: unset;
  padding-top: 0;
}

.card.border-tab.dashboad-main .tab-pane {
  /* border: 1px solid rgba(32, 177, 84, 0.20); */
  border-radius: 8px;
  padding: 0px 10px;
}

.card.border-tab.dashboad-main .card-header {
  border-bottom: unset;
  padding: 0 12px;
  margin-top: 30px;
}

.toggle-icon.ms-auto {
  display: none;
}

.table-responsive {
  overflow-y: visible;
}

@media screen and (max-width: 767px) {
  .dash-main-text {
    display: block !important;
  }

  html .dash-main-text select {
    width: 50% !important;
  }

  .card.radius-10 {
    margin-bottom: 20px;
  }

  .best-product-box ul {
    display: block !important;
  }

  .best-product-box p {
    font-size: 12px !important;
  }

  .best-product-box {
    margin-bottom: 20px !important;
  }

  .recent-list {
    display: block !important;
  }

  .card-header h6 {
    margin-bottom: 20px;
  }

  ul.nav.nav-tabs.nav-primary {
    width: 100%;
    margin: 0 !important;
  }

  .d-flex.align-items-center.recent-box {
    display: block !important;
  }

  .d-flex.align-items-center.recent-box a {
    color: var(--Tertiary, #000);
  }
  table {
    width: 1600px !important;
  }
  .toggle-icon.ms-auto {
    display: block !important;
  }
  .top-search form {
    width: 100%;
  }
  .table-responsive {
    overflow-x: scroll !important;
  }
  .user-box .user-info {
    display: none;
  }
  .authentication-forgot {
    height: auto;
    padding: 2.5rem 1rem;
  }
  div#mama_approved_wrapper {
    width: 1600px !important;
  }
  ul.inquery-list {
    display: block;
  }
  ul.inquery-list li {
    line-height: 28px;
  }
  .inquery-box.reviews-box {
    margin-top: 30px;
  }
  ul.user-filters li a {
    font-size: 13px;
    padding: 5px 10px;
  }
  ul.user-filters {
    gap: 10px;
  }
  .modal-dialog.order-modal-box {
    left: 0;
    max-width: 100%;
  }
}

html.semi-dark {
  overflow-x: scroll;
}

.batch-tab {
  /* border-radius: 4px; */
  /* background: #F7FCF8; */
  width: 50%;
  /* padding: 8px 10px; */
}
/* 
.batch-tab .nav-link.active {
  color: #fff !important;
  border-radius: 4px;
   background: #20B154;
} */

.batch-tab .nav-link {
  /* border: unset; */
  font-size: 13px;
}

a.nav-link:hover {
  color: #000;
  border: unset;
}

.download-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  border-bottom: 1px solid #e4e4e4 !important;
  padding-bottom: 20px;
}

.download-btn-box button {
  width: 18%;
  padding: 16px 0;
  border-radius: 8px;
}

.download-btn-box a {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  /* background: var(--new-bg, #FAFEFF); */
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.fieldset input {
  font-size: 16px;
  padding: 10px;
  width: 100%;
  outline: 0;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding-left: 30px;
}

form .clear-text {
  /* position: absolute; */
  color: #20b154;
  font-size: 20px;
  top: 6px;
  right: -15px;
}

form .fieldset {
  position: relative;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

form .fieldset .form-text:required:valid:focus + .clear-text {
  display: inline-block;
}

form .fieldset .form-text:required:invalid + .clear-text {
  display: none;
}

form .fieldset .form-text:not([required]).valid-text:focus + .clear-text {
  display: inline-block;
}

.batch-form
  .fieldset
  .form-text:not([required]):not(.valid-text)
  + .clear-text {
  display: none;
}

.batch-tab .main {
  position: relative;
  margin: auto;
  padding: 10px;
  width: 600px;
}

.batch-tab li > p {
  line-height: 30px;
  margin: 0;
}

.batch-search-box {
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  height: 350px;
  position: relative;
}

.batch-search-box i {
  position: absolute;
  left: 10px;
  top: 14px;
}

.dropdown-batch {
  width: 100%;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}

.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}

.dropdown__filter {
  position: relative;
  display: flex;
  padding: 15px 20px;
  color: var(--bs-body-color);
  background-color: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s;
  list-style: none;
  margin-bottom: 0;
}

/* .dropdown__filter:focus {
    border: 1px solid #918ff4;
    outline: none;
    box-shadow: 0 0 5px 3px #918ff4;
} */

.dropdown__filter::after {
  position: absolute;
  top: 45%;
  right: 10px;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #595959;
  border-bottom: 2px solid #595959;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.2s ease-in-out;
}

.dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  font-weight: 300;
  transition: 0.2s ease-in-out;
  padding-left: 0;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding-top: 20px;
  background: #fff;
  z-index: 1;
  padding-bottom: 60px;
}

.dropdown__select-option {
  padding: 8px 20px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s;
}

.dropdown__select-option:last-of-type {
  border-bottom: 0;
}

.dropdown__select-option:hover {
  background-color: #f9f9f9;
}

.batct-text {
  margin-top: 40px;
}

.batct-text h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 0;
}

.download-btn-box.bdr-btm {
  border-top: unset !important;
  margin-top: 0;
}

.upload-batch {
  /* position: relative; */
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  /* background: var(--new-bg, #FAFEFF); */
  padding: 20px 20px;
  margin-top: 30px;
}
div#Status {
  border-top: 1px solid #00000012;
}
.upload-batch input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.btact-upd-box button {
  background: #20b154;
  border: unset;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 16px;
}

.btact-upd-box p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.32px;
  margin: 0;
}

.btact-upd-box p span {
  display: block;
}

.btact-upd-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

ul#menu a:hover {
  background: unset;
}

input.submit.action-button.btn-1.green {
  background: #20b154;
  margin-top: 30px;
}

li.mm-active > a:hover {
  background: #fff !important;
  color: #20b154 !important;
}

li.mm-active a:hover img {
  filter: invert(51%) sepia(89%) saturate(412%) hue-rotate(89deg)
    brightness(91%) contrast(90%) !important;
}

li.nav-item.chat-icon.d-sm-flex {
  position: relative;
}

li.nav-item.chat-icon.d-sm-flex span {
  left: inherit;
  right: 12px;
  top: 18px;
  width: 7px;
  height: 7px;
}

ul#menu li ul {
  display: none;
}

li.active ul {
  display: block;
}

.top-search h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -1.2px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}

.top-search {
  display: flex;
  align-items: center;
  gap: 20px;
}

.parent-icon i {
  color: #757575;
}

a.dropdown-item:hover {
  border-color: #449dbe !important;
}
a.dropdown-item.active {
  border-color: #449dbe !important;
}

a.dropdown-item {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 16.8px */
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

li.active-tab .dropdown-list {
  display: block;
}

ul.dash-box {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 15px;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}

span.dash-icon {
  color: #000;
  border-radius: 48px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.mb-0.text-secondary {
  color: #000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h4.my-1 {
  /* color: #000; */
  /* font-size: 20px; */
  /* font-style: normal; */
  /* font-weight: 400; */
  /* line-height: 120%; */
  /* 28.8px */
  /* letter-spacing: -0.48px; */
}

.row.rel {
  /* border-radius: 8px; */
  /* background: var(--White, #FFF); */
  /* padding: 20px 10px; */
  /* margin: 0; */
  /* border: 0 solid transparent; */
  /* margin-bottom: 1.5rem; */
  /* box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%); */
}

.dash-main-text {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.dash-main-text h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;

  /* 24px */
  letter-spacing: -0.8px;
}

.dash-main-text select {
  width: 12% !important;
  border-radius: 6px;
  padding: 13px 10px;
  height: auto;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5) !important;
  /* background: var(--new-bg, #FAFEFF); */
}

.order-box {
  border-radius: 8px;
  background: var(--White, #fff);
  padding: 20px 10px;
  margin: 0;
  border: 0 solid transparent;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
    0 2px 6px 0 rgb(206 206 238 / 54%);
}

.order-box h4 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin-bottom: 6px;
  letter-spacing: -0.8px;
  font-family: "Work Sans", sans-serif !important;
}

ul.dash-box h6 {
  color: var(--Tertiary, #000);
  font-family: "SF Pro Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.order-box h6 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: space-between;
  display: flex;
  margin: 0;
  align-items: center;
  width: 100%;
}

.order-box .card-body {
  padding: 5px 7px !important;
}

.order-box h6 span {
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.48px;
  font-size: 16px;
}

.order-box-text {
  margin-top: 10px;
}

.best-product-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}

.best-product-box p {
  overflow: hidden;
  color: var(--Tertiary, #000);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 22px;
  margin: 0;
}

.best-product-box p span {
  display: block;
}

.best-product-box {
  box-shadow: unset;
  margin: 0;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5) !important;
  /* background: var(--new-bg, #FAFEFF); */
}

ul.tbl_actions_wrap i {
  font-size: 18px;
  margin-right: 10px;
}

td.red {
  color: #ff0000 !important;
}

ul.nav.nav-tabs.nav-primary {
  /* border-radius: 4px; */
  /* border: 1px solid var(--Stroke-Stroke, #E5E5E5); */
  /* margin-left: 30px; */
  /* padding: 5px 10px; */
  /* border-radius: 5px; */
  /* background: var(--new-bg, #FAFEFF); */
}

td.weight {
  /* font-weight: 600 !important; */
}

.recent-list {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}

.d-flex.align-items-center.recent-box {
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  /* padding-bottom: 20px; */
}

.d-flex.align-items-center.recent-box a {
  /* :400 ;
  :400 ;
  :400 ; */
  /* display: block; */
  /* padding: 12px 25px; */
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.filter-options a {
  /* :400 ;
  :400 ;
  :400 ; */
  /* display: block; */
  /* padding: 12px 25px; */
  font-size: var(--bs-nav-link-font-size) !important;
  font-weight: var(--bs-nav-link-font-weight);
  /* color: var(--bs-nav-link-color); */
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.d-flex.align-items-center.recent-box a i {
  font-size: 20px;
}

li.myBtn.active .dropdown-list {
  /* display: block; */
  height: auto;
  opacity: 1;
  transition: 0.5s;
  top: 0;
}

li.myBtn .dropdown-list a {
  border-bottom: 1px solid #0000003b;
  line-height: 35px;
}

li.myBtn .dropdown-list a {
  padding-left: 14px !important;
}

.add-cat-box p {
  color: var(--Gray, var(--Gray, #757575));
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.add-cat-box.add-cat-box.edit-in ::placeholder {
  /* color: #000 !important; */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

li.myBtn.active i.bx.bx-chevron-down.arrow {
  transform: rotate(180deg);
  /* color: #20b154; */
}

span#custom-text {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  height: 50px;
  margin-top: 15px;
  padding: 0 15px;
  color: #757575;
  display: inline-flex;
  font-size: 16px;
  align-items: center;
}

button#custom-button {
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  padding: 12px 5px;
  text-transform: capitalize;
  border: unset;
  background: #20b154;
  height: 50px;
  width: 100%;
}

.add-cat-box.add-cat-box.edit-in .row {
  align-items: end;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 100; /* Ensure the backdrop is above other content */
}
ul.dropdown__filter input {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
}

li.dropdown__select-option label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-weight: 500;
}

ul.dropdown__select h6 {
  color: var(--bs-body-color);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
  padding-left: 20px;
  margin-top: 10px;
}

.breadcrumb-title.pe-3 i {
  color: #757575;
}

.breadcrumb-title.pe-3 a {
  display: flex;
  gap: 10px;
  font-size: 18px;
  align-items: center;
  cursor: pointer;
}

.breadcrumb-title.pe-3 h4 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  margin: 0;
}

.card.card-back.product-page {
  background: unset;
}

.step-btn {
  margin-top: 10px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: end;
}

.add-cat-box.edit-in.mt-0 {
  background: unset;
}

.add-cat-box {
  background: unset;
}
.card-body {
  padding: 24px !important;
}
.product-all-box {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  position: relative;
}

.side-bottom {
  /* position: absolute; */
  bottom: 0;
  background: #20b154;
  box-shadow: 0px 20px 28px 0px rgba(255, 68, 0, 0.05);
  padding: 10px 10px;
}

.side-bottom h6 {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  margin-bottom: 5px;
}

.side-bottom p {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* Product Managment */

.search-box form {
  position: relative;
}

.search-box form input {
  width: 30%;
  padding: 10px;
  border-radius: 8px;
  color: #000 !important;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  text-transform: capitalize;
}

.search-box form button {
  border: unset;
  background: unset;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(10px, -50%);
}

.search-box form input::placeholder {
  font-size: 16px;
  padding-left: 30px;
}

.search-box {
  margin-bottom: 30px;
}

.tabs-managment ul#myTab {
  display: flex;
  align-items: center;
  gap: 15px;
  border: unset;
  border: 1px solid #e5e5e5;
  padding: 20px 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin: 0;
}

.tabs-managment .nav-tabs .nav-link.active {
  background: #20b154 !important;
  color: #fff !important;
}

.nav-tabs .nav-link {
  font-weight: 400;
  font-size: 14px;
}

.table-space {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
  /* justify-content: center; */
}

.table-space h3 {
  /* white-space: break-spaces; */
  font-size: 14px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  color: #000 !important;
  text-align: start;
}

.tabs-managment .table > tbody > tr > td:first-child {
  /* width: 32%; */
}

.tabs-managment .table > tbody > tr > td {
  vertical-align: middle;
  /* padding: 20px 0; */
  text-align: center;
  /* border: 1px solid var(--bs-table-border-color); */
}

.table > thead > tr,
.table > tbody > tr {
  /* border: 1px solid #E5E5E5; */
  /* border-left: 0; */
  /* border-right: 0; */
}

span.online-prd {
  display: flex;
  width: fit-content;
  height: 30px;
  justify-content: center;
  background: #377e3626;
  align-items: center;
  color: #377e36;
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px;
  font-weight: 700;
  margin: 0 auto;
}

.tabs-managment .table > tbody > tr > td h5 {
  margin: 0;
  font-size: 15px;
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}

.tabs-managment .table > tbody > tr > td h6 {
  margin: 0;
  /* font-size: 15px; */
  /* color: #000 !important; */
}

.mangment-pen {
  display: flex;
  gap: 15px;
}

.mangment-pen a.dropdown-item {
  justify-content: start;
}

.mangment-pen ul.dropdown-menu.dropdown-menu-end.show li {
  border-bottom: 1px solid #ccccccba;
}

.mangment-pen ul.dropdown-menu.dropdown-menu-end li:last-child {
  border: unset;
}

.prd-pagination ul.pagination {
  justify-content: right !important;
  align-items: center;
  gap: 10px;
}

ul.pagination li h4 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

.prd-pagination li.page-item a {
  font-size: 16px;
  font-style: normal;
  color: #000 !important;
  font-weight: 600;
  background: transparent;
}

.prd-pagination li.page-item a.page-link.active {
  color: #fff !important;
  background: var(--NEW-BLUE, #449dbe);
}

.product-all-box.management-all-box {
  /* padding-bottom: 140px; */
}

.liqu-det a {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* end  */

/* Liquidation Detaiils */

.prd-status-det {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 20px;
  border-radius: 10px;
}

.prd-status-det:first-child h6 {
  width: 30%;
}

.prd-status-det:last-child h6 {
  width: 24%;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.prd-status-det .table-space h3 {
  line-height: 22px;
  width: 70%;
}

.prd-status-det:first-child h6 span {
  color: #20b154 !important;
}

.liquidation-details {
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  /* width: 50%; */
  background: #fff;
  border-radius: 8px;
}

span.btn-stock {
  background: #20b154;
  color: #fff;
  display: flex;
  line-height: 1;
  height: auto;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 7px;
}

.liquidation-details .d-flex {
  align-items: center;
  gap: 10px;
  /* margin-left: 70px; */
}

.liquidation-wrap {
  padding: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5) !important;
  /* background: var(--new-bg, #FAFEFF); */
}

ul.liquidation-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 30px;
}

ul.liquidation-content li {
  width: 25%;
  margin-bottom: 30px;
  list-style: none;
}

ul.liquidation-content li h3 span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

ul.liquidation-content li h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #757575;
  line-height: 1.3;
}

ul.liquidation-content li h3 span b {
  color: #f00;
}

/* end  */

/* liquidate order */

.liquidate-wrap h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.liquidate-wrap input::placeholder {
  color: #757575 !important;
  font-size: 16px;
}
.edit-img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.edit-img-box img,
.edit-img-box video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.liquidate-wrap input,
.liquidate-wrap select.form-select {
  padding: 10px;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin: 0;
  border-radius: 8px;

  color: #000;
  height: auto;
  text-transform: capitalize;
}
.liquidate-wrap input.active,
.liquidate-wrap select.form-select.active {
  background-color: #fafeff;
  border-color: #449dbe;
}
.custom-input input,
.custom-input select.form-select {
  padding: 10px;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin: 0;
  color: #000;
  height: auto;
  text-transform: capitalize;
}
.custom-input .languagechechkbox {
  border: unset;
  margin-bottom: 0;
  padding: 0;
}

.custom-input input::placeholder {
  color: #757575 !important;
  font-size: 16px;
}

.custom-input select {
  padding: 10px;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin: 0;
  color: #000;
  height: auto;
  text-transform: capitalize;
}

.liquidate-wrap {
  /* width: 50%; */
  padding: 25px 20px 25px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.liquidation-wrap .d-flex {
  gap: 30px;
}

.liquidate-wrap select.form-select {
  width: 30%;
}

.breadcrumb-title.liquidate-btn .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.breadcrumb-title.liquidate-btn .d-flex a {
  justify-content: center;
}

.breadcrumb-title.liquidate-btn .d-flex a.btn-1.red {
  background: #ff000029;
  color: #ff0000;
}

/* end  */

/* Aumate Pricing */

a.btn-1.gray {
  background: #ebebeb;
  color: gray;
}

.liquidate-wrap.automate-select select.form-select {
  width: 100%;
}

.liquidate-wrap.automate-inp input {
  width: 75%;
  border-radius: 8px;
}

.liquidate-wrap.automate-inp select {
  width: 25%;
}

.liquidate-wrap.automate-inp .d-flex {
  gap: 10px;
}

/* end  */

.Assigned-Order-box {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5) !important;
  /* background: var(--new-bg, #FAFEFF); */
}

.Assigned-Order-box h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--Tertiary, #000);
}

.assigned-box ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.assigned-box ul li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.23999999463558197px;
  text-align: left;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px 20px;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.assigned-box ul li span {
  font-weight: 600;
}

.assigned-box {
  margin-top: 10px;
  position: relative;
}

li.arrow-box img {
  float: right;
  margin-top: -27px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(90%) saturate(364%)
    hue-rotate(89deg) brightness(83%) contrast(102%);
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.table-space ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
}

.table-space ul p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #000;
}

.product-all-box.assigned-pro h3 {
  color: #757575 !important;
  margin-bottom: 3px;
}

.product-all-box.assigned-pro p span {
  color: #757575 !important;
  font-size: 18px;
}

.assigned-pro .product-img {
  width: 130px;
  height: 100px;
  border: unset;
  object-fit: cover;
}

.assigned-pro .product-img img {
  width: 100%;
  height: 100%;
}

img.decosigned {
  position: absolute;
  top: 30%;
  left: 40%;
  z-index: -1;
}

.approved-btn a {
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 16px !important;
  color: #000;
  width: 230px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5) !important;
  /* background: var(--new-bg, #FAFEFF); */
}

.approved-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

li.arrow-box a {
  color: #000;
  cursor: pointer;
}

div#view-agreement .modal-dialog {
  max-width: 35%;
}

.modal-footer a {
  width: 45%;
  text-align: center;
}

a.btn-1.yellow {
  background: var(--NEW-GREEN, #20b154);
}

.modal-footer {
  justify-content: space-between;
}

.profile_modal_wrap img {
  width: 100%;
}

#signatureCanvas {
  cursor: crosshair;
  margin: 20px 0;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  padding: 10px 20px;
}

.sign {
  background: #fbfbfc;
  border: 1px solid #e7eaed;
  border-radius: 6px;
  width: 100%;
  height: 175px;
}

#signature-trash {
  border: none;
  outline: none;
  position: absolute;
  right: 20px;
  top: 16px;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.form-group-modal input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-modal label {
  position: relative;
  cursor: pointer;
}

.form-group-modal label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #20b154;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
}
.dropdowns select {
  -webkit-appearance: none;
}
.form-group-modal input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group-modal label {
  font-size: 16px;
}

div#assign-order ul.nav.nav-tabs.nav-primary {
  margin-left: 0;
  width: 53%;
  border: 1px solid #00000047;
}

div#assign-order .nav-tabs .nav-link {
  padding: 16px 30px;
  border-radius: 5px !important;
}

.american-logis .table-space {
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
  justify-content: start;
}

span.dot {
  width: 12px;
  display: block;
  height: 12px;
  background: #02d102;
  position: absolute;
  border-radius: 50%;
  left: 0;
}

.american-logis h3 {
  color: #757575 !important;
}

.american-logis h3 span {
  display: block;
}

.american-logis .liquidate-wrap {
  width: 100%;
  padding: 0;
  border: unset;
}

.american-logis input,
select {
  width: 50%;
  height: 40px;
  border-radius: 8px;
}

.form-group-modal {
  background: #fffcfa;
  padding: 15px 0;
}

.main-body.assign-modal h4 {
  font-size: 20px;
  text-align: center;
  width: 72%;
  margin: 0 auto;
  font-weight: 600;
}
.assign-modal .modal-footer {
  border-top: 0;
}
div#Assign .modal-body {
  border: unset !important;
}

div#Assign .modal-dialog {
  max-width: 25%;
  top: 30%;
}

.modal-dialog.assign {
  max-width: 25%;
  top: 0%;
}

div#Assign .modal-footer {
  justify-content: space-around;
  border: unset;
}

div#assign-order .modal-footer {
  justify-content: center;
  gap: 40px;
}

div#assign-order .modal-dialog {
  width: 35%;
}

div#assign-order .modal-footer button {
  width: 42%;
}

.form-group-modal input:checked + label:before {
  background: #20b154;
}

.modal-tab-man {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  padding-bottom: 0;
}

.card.border-tab.dashboad-main .breadcrumb-title.pe-3 a {
  padding: 0;
}

.simplebar-content {
  position: relative;
  padding-bottom: 220px !important;
}

.dashboad-main .dataTables_info {
  display: block;
  background: #fff !important;
  /* text-align: end; */
}

.simplebar-content {
  position: relative;
  padding-bottom: 160px !important;
}

.dataTables_info {
  display: block;
}

.Finance-page .dashboad-main .dataTables_paginate.paging_simple_numbers {
  display: flex;
  justify-content: end;
  margin-top: -55px;
}

.mangment-pen.review-share {
  justify-content: center;
}

/* Review PAge Start */

.category-btn.review-pag-list {
  margin-top: 40px;
  margin-bottom: 20px;
}

.review-search {
  position: relative;
}

.review-search label {
  width: 100%;
  height: 50px;
  color: #000;
}

.review-search input {
  height: 50px;
  padding-left: 50px;
  font-size: 16px;
  color: #000;
}

.review-search input::placeholder {
  color: #000 !important;
}

.category-btn.review-pag-list li .active {
  background: #20b154;
  border-radius: 10px;
}

.category-btn.review-pag-list li a {
  font-size: 16px;
  border-radius: 10px;
}

.category-btn.review-pag-list li a:hover {
  background: #20b154;
}

.review-search button {
  color: #000;
  font-size: 20px;
  border: 0;
  background: transparent;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-img.rev-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.product-img.rev-profile {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 0;
}

.review-modal {
  width: 25% !important;
  margin: auto;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Review PAge End */

/* User Management Page Start */

/* .user-manage-page .dt-buttons.btn-group {
    display: none;
} */

/* .user-manage-page div#mama_approved_info {
    display: none;
}

.user-manage-page div#mama_approved_paginate {
    display: none;
} */

/* The switch - the box around the slider */

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 62px;
  height: 35px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 1;
  width: 0;
  height: 0;
}

.right-list ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.right-list ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00000026;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-transform: capitalize;
  gap: 50px;
}
.dropdown-select dd,
.dropdown-select dt {
  margin: 0px;
  padding: 0px;
}

.dropdown-select .label {
  margin: -1px 0 0 0;
}

.dropdown-select dd {
  position: relative;
}

.dropdown-select a,
.dropdown-select a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 18px;
}

.dropdown-select dt a {
  background-color: #fff;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 100%;
  border: var(--bs-border-width) solid var(--bs-border-color);
  text-align: start;
}

.dropdown-select dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

.dropdown-select dd .label {
  background-color: #fff;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 0px;
  width: 100%;
  list-style: none;
  height: 110px;
  overflow: auto;
  border: 1px solid #00000021;
}

.dropdown-select span.value {
  display: none;
}

.dropdown-select dd .label label a {
  padding: 5px;
  display: block;
}

.dropdown-select dd .label label a:hover {
  background-color: #fff;
}

.dropdown-select dt p {
  margin: 0;
}

.dropdown-select dd .label label {
  display: block;
}

dl.dropdown-select {
  position: relative;
}

dl.dropdown-select i {
  position: absolute;
  top: 10px;
  right: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.mutliSelect input {
  margin-right: 8px;
}

.row.switch-main .form-group1 {
  display: none;
}

.form-group1 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group1 label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.form-group1 label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #00000024;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
}

.form-group1 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}
.check-role {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-group1 input:checked + label:before {
  background: #20b154;
}
button.btn.btn-success {
  background: #20b154;
  border-color: #20b154;
}
label.form-label {
  text-transform: capitalize;
}
.breadcrumb-title.pe-3.border-none {
  border: unset;
}
.row.switch-main {
  align-items: center;
}

.row.switch-main.active .form-group1 {
  display: block;
}
span.list-switch {
  width: 140px;
}

li.select2-search.select2-search--inline {
  padding: 4px 10px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  height: 35px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding: 0 10px !important;
}

.row.size-main-box {
  align-items: center;
}

.row.size-main-box .btn-group.size-btn button {
  height: 42px;
  width: 100%;
  display: block !important;
  font-size: 15px;
}

.btn-group.size-btn {
  width: 100%;
  /* top: 6px; */
  margin-bottom: 10px;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.switch-main.active .switch .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  transition: 0.4s;
  border-radius: 30px;
  border: 1px solid #ccc;
  background: #e9e9ea;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.9em;
  width: 1.9em;
  border-radius: 16px;
  left: 1.2px;
  top: 0;
  bottom: 0;
  background-color: white;
  box-shadow: 0 2px 5px #999999;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #20b154;
  border: 1px solid transparent;
}

input:checked + .slider:before {
  transform: translateX(1.5em);
}

.product-img.gb-image {
  border: 0;
}

.user-manage-page td p {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  margin: 0;
}

.user-manage-page .trash-box i,
.user-manage-page .trash-box img {
  font-size: 20px;
  color: #000;
  margin: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  object-fit: scale-down;
}

.trash-box {
  display: flex;
  align-items: center;
  justify-content: start;
}

.user-head-text a.btn-1.blue {
  display: flex;
  height: 52px;
  padding: 0px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.user-head-text {
  margin-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
}

.user-input input {
  position: relative;
  display: flex;
  padding: 15px 20px;
  color: #595959;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  margin: 10px 0;
}

.usermanag-btn .btn-1 {
  background: #1b2e4b !important;
  color: #fff !important;
  width: 170px;
  border-radius: 50px !important;
}

.usermanag-btn .blue {
  background: #20b154 !important;
}

.user-input input::placeholder {
  color: #757575 !important;
}

.user-input .dropdown-batch {
  margin: 10px 0;
}

.user-mange-content {
  background: #fff;
}

/* User Management Page End */

/* Warehouse Dropshipping  PAge Start*/

ul.warehouse-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  /* background: var(--new-bg, #FAFEFF); */
  padding: 8px 16px;
  cursor: pointer;
}

ul.warehouse-list h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}

ul.warehouse-list h4 {
  color: var(--Gray, var(--Gray, #757575));
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

ul.warehouse-list i {
  color: var(--Tertiary, #000);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 21px;
}

.warehouse-modal .modal-content {
  background: #f2f2f1;
}

.werehs-input label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  /* 24px */
  margin-top: 15px;
}

.werehs-input input {
  border-radius: 8px;
  border: 1px solid var(--NEW-GREEN, #20b154);
  display: flex;
  height: 52px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #d8dde4;
  align-self: stretch;
  width: 100%;
  /* margin: 10px 0; */
}
.role input {
  border-radius: 8px;
  border: 1px solid var(--NEW-GREEN, #20b154);
  display: flex;
  height: 45px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #d8dde4;
  align-self: stretch;
  width: 100%;
  /* margin: 10px 0; */
}
.forms input {
  border-radius: 8px;
  border: 1px solid var(--NEW-GREEN, #20b154);
  display: flex;
  height: 52px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #d8dde4;
  align-self: stretch;
  width: 100%;
  margin: 10px 0;
}
.werehs-input .assign-form.liquidate-wrap.automate-inp input,
.werehs-input .assign-form.liquidate-wrap.automate-inp select {
  border: 1px solid #d6d6d6 !important;
  margin: 10px 0;
  height: 52px;
}

.werehs-input .assign-form.liquidate-wrap.automate-inp input,
.werehs-input .assign-form.liquidate-wrap.automate-inp select {
  border: 1px solid #d6d6d6 !important;
  margin: 10px 0;
  height: 52px;
}

.american-logis {
  background: #fff;
  padding: 10px;
  margin: 15px 0;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
}

/* Warehouse Dropshipping  PAge End*/

/* Promotion Page Start */

/* Promotion Page End */
.card.border-tab.dashboad-main div#mama_approved_filter {
  display: none;
}
.card.border-tab.dashboad-main div#mama_pending_filter {
  display: none;
}

.card.radius-10.Finance-box {
  padding: 20px 20px;
}
.card.radius-10.Finance-box p {
  color: #757575 !important;
}

.card.radius-10.Finance-box h4 {
  font-size: 24px;
  margin-top: 10px !important;
}
.review-search input[type="date"] {
  padding-left: 10px;
}
.table-space h3 span {
  display: block;
}
span.online-prd.blue {
  color: #004b9a;
  background: #d9ecff;
  font-weight: 700;
}
.f-tab-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  gap: 40px;
  right: 13px;
  top: -22px;
  z-index: -2;
}

.f-tab-btn a {
  width: auto;
}
ul.tbl_actions_wrap i:hover {
  color: #20b154;
}
span.online-prd.red {
  background: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}
.store-tab .category-btn.review-pag-list {
  margin-top: 10px;
}
span.store-green {
  color: var(--Success-Dark, #377e36);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 18px */
  letter-spacing: -0.3px;
}
.user-profile-img img {
  width: 60px;
}
.admin-managment-box .approved-btn a {
  width: auto;
}
span.value-edit {
  position: absolute;
  top: 14px;
  right: 20px;
  color: #449dbe;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.32px;
}
.card.card-back.product-page.profile-page .card.border-tab.dashboad-main {
  height: 80vh;
  position: relative;
}

.card.card-back.product-page.profile-page card-body {
  height: 70vh;
}

.card.card-back.product-page.profile-page .card.border-tab.dashboad-main {
  height: 130vh;
  position: relative;
}

a.btn-1.red {
  background: rgba(255, 0, 0, 0.1);
  color: #ff0000;
  font-weight: 600;
  display: inline-block;
  width: 180px;
  text-align: center;
}

.delete-account-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.main-body.assign-modal {
  text-align: center;
}

.main-body.assign-modal input {
  background: unset;
  border: 1px solid #00000042;
  padding: 14px 23px;
  border-radius: 30px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}

.main-body.assign-modal p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
}

div#delet-profile .modal-dialog {
  max-width: 30%;
  top: 110px;
}

div#delet-profile .main-body.assign-modal h4 {
  width: 58%;
}
.tax-tag ul {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}

.tax-tag ul li {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--new-bg, #fafeff);
  padding: 15px 30px;
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tax-box {
  padding: 10px 0;
  margin-top: 10px;
}

.tax-box h6 {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.tax-box p {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 21px; /* 150% */
  text-transform: capitalize;
}

.tax-btn a {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: var(--White, #fff);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  text-transform: capitalize;
  height: 50px;
}
.row.d-flex.tax-bord.mt-3 {
  border-top: 1px solid var(--Stroke-Stroke, #e5e5e5);
  border-bottom: 1px solid var(--Stroke-Stroke, #e5e5e5);
  height: 105px;
}
.modal-dialog.us-tax .modal-content {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--new-bg, #fafeff);
  backdrop-filter: blur(30px);
}

.modal-dialog.us-tax h4 {
  width: auto;
  text-align: start;
}
.upload-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.upload-box {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-box img {
  width: auto;
}
.upload-cam span {
  display: block;
  color: var(--Black, #000);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  margin-top: 10px;
}
.modal-dialog.us-tax {
  top: 15% !important;
  max-width: 25%;
}
.modal-dialog.us-tax input {
  width: 100% !important;
  height: 45px;
  border-radius: 8px;
  margin-top: 20px;
}
.modal-dialog.us-tax input {
  width: 100% !important;
  height: 45px;
  border-radius: 8px;
  margin-top: 20px;
}

div#pst .modal-dialog {
  max-width: 25%;
  top: 30% !important;
}
.assigned-box input {
  height: 50px;
  cursor: pointer;
}
.assigned-box.bank-input {
  position: relative;
}

.assigned-box.bank-input label {
  overflow: hidden;
  color: var(--Tertiary, #000);
  text-overflow: ellipsis;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  text-transform: capitalize;
  position: absolute;
  top: 3px;
  left: 13px;
}
.input-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting-in textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--new-bg, #fafeff);
  resize: none;
  height: 130px;
  padding: 10px 10px;
}
.setting-in p {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}

.setting-in ul {
  padding-left: 0;
  list-style: none;
}

.setting-in ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.help-box {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  padding: 20px 10px;
  text-align: center;
  height: 155px;
}

span.icon-help {
  display: block;
  border: 1px solid #e5e5e5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 10px;
}

.help-box h5 {
  color: var(--Tertiary, #000);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
td.pdf-img-tb a {
  color: #000;
}

td.pdf-img-tb a i {
  color: #000 !important;
  font-size: 20px;
}
.help-box p,
a {
  color: var(--NEW-GREEN, #20b154);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

/* Apply custom styles using class */
div.online-service .modal-content {
  border-radius: 10px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
}

div.online-service .modal-dialog input {
  border-radius: 8px;
  border: 1px solid #d8dde4;
  height: 50px;
}

div.online-service textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d8dde4;
  background: unset;
}

div.online-service .modal-dialog h4 {
  text-align: start;
  margin: 0;
  margin-bottom: 20px;
}

div.online-service .modal-dialog {
  max-width: 28%;
  top: 60px;
}

div.online-service .modal-footer {
  justify-content: center;
  gap: 40px;
}

.policy-header a {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  display: flex;
  align-items: center;
  gap: 10px;
}

.ip-policy {
  border-radius: 8px;
  border: 1px solid var(--Bg, #f0fbff);
  background: var(--White, #fff);
  padding: 20px 20px;
}
.policy-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.policy-body {
  padding-top: 20px;
}

.policy-body p {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.policy-body ul li {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
/* Promotion Page Start */

.recomend-box {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 9px;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}

.recoment-left-content h6 {
  border-radius: 0px 0px 4px 4px;
  background: var(--Secondry, #ffb703);
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.recoment-left-content h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
  /* 38.4px */
  text-transform: uppercase;
  margin: 20px 0 10px;
}

.recoment-left-content p {
  color: var(--Gray, var(--Gray, #757575));
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 3px 0;
}

.recoment-btn a {
  border-radius: 4px;
  background: var(--NEW-GREEN, #20b154);
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Label-Color-Dark-Primary, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
}

section.recomend-page-sec {
  background: #fff;
  padding: 30px;
  margin: 16px;
  border-radius: 10px;
}

.promotion-page .card-header {
  margin-bottom: 40px;
}

.trash-box i,
.trash-box img {
  font-size: 20px;
  color: #000;
  margin: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  object-fit: scale-down;
}

.promot-table p.red {
  color: red;
  margin: 0;
}

.promot-table h6,
.promot-table h5 {
  margin: 0;
  font-weight: 400;
}

.promot-table p {
  margin: 0;
}

.promotion-page .dt-buttons.btn-group {
  display: none;
}

.promotion-page h6.ex-box {
  color: #888;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  /* 100% */
  border-radius: 2px;
  background: var(--Stroke-Stroke, #e5e5e5);
  padding: 6px;
}

.bg-theme {
  border-radius: 8px;
  background: var(--White, #fff);
  padding: 30px;
  width: 100%;
  padding: 24px;
  margin: 16px;
}

.bg-theme select {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  width: 100%;
  height: 50px !important;
  padding: 0 10px;
  margin: 10px 0 20px;
}
.bg-theme input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  width: 100%;
  /* height: 50px !important; */
  padding: 0 10px;
}
.bg-theme button.btn.btn-danger {
  border-radius: 6px;
  color: #fff;
  padding: 12px 35px;
  text-transform: capitalize;
  border: unset;
  font-size: 15px;
  background: #20b154;
  border-radius: 8px;
  background: var(--NEW-GREEN, #20b154);
  margin-top: -73px;
}

.bottom-btn {
  text-align: end;
}

.bg-theme .btn-1 {
  border-radius: 8px;
  background: var(--NEW-BLUE, #449dbe);
}

.bg-theme .btn-2 {
  border-radius: 8px;
  background: var(--NEW-GREEN, #20b154);
  width: 130px;
  height: 52px !important;
  padding: 12px 24px;
  gap: 32px;
  color: #fff;
  margin: 0 0 0 20px;
}

/* Promotion Page End */
.languagechechkbox {
  /* border-bottom: 1px solid var(--Stroke-Stroke, #e5e5e5); */
  margin-bottom: 11px;
  /* padding-bottom: 10px; */
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}
.languagechechkbox label {
  position: relative;
  overflow: visible;
  width: 20px;
  height: 20px;
  text-wrap: nowrap;
  display: inline-block;
}

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

.languagechechkbox label span {
  font-family: "Work Sans", sans-serif !important;
}

.languagechechkbox label:before {
  content: "";
  -webkit-appearance: none;
  margin-bottom: 2px;
  background-color: transparent;
  border: 2px solid #d8d8d8 !important;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;

  margin-right: 5px;
  border-radius: 8px !important;
}

.languagechechkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.languagechechkbox label {
  position: relative;
  cursor: pointer;
  color: var(--Black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}

.languagechechkbox input:checked + label:before {
  background: #20b154 !important;
  border: 1px solid #20b154 !important;
}

/* Chatting Css */
.chat-users-area {
  margin: 20px;
  margin-top: 96px;
}
.wrapper[dir="rtl"] .chat-users-area {
  margin: 20px;
  margin-top: 20px;
}

.chat-user-search > input {
  height: 45px;
  width: 100%;
  border: 1px solid #898989;
  border-radius: 8px;
  padding: 0 20px;
  padding-left: 50px;
  font-size: 17px;
  color: #000;
}
.chat-user-search > input::placeholder {
  color: #000;
}
.chat-user-search {
  position: relative;
}

.chat-user-search > button {
  position: absolute;
  color: #000;
  border: 0;
  background: transparent;
  height: 45px;
  left: 0;
  font-size: 26px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  top: 0;
}
.chat-user-box {
  padding: 20px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  display: flex;
  align-items: center;
}

.chat-user-box > img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.chat-user-box > div {
  flex: 1;
  padding: 0 15px;
  width: 72%;
}

.chat-user-box > div h6 {
  color: #000;
  margin: 0 0 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.chat-user-box > div p {
  margin: 0;
  color: #adadad;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.time-last {
  font-size: 12px;
}
.chat-user-box.current p {
  color: #000;
}
.chat-user-box:not(:last-child) {
  border-bottom: 0;
}
a.back-btn {
  color: #000;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

a.back-btn > i {
  color: gray;
  font-size: 21px;
}
.chat-user-box.chat-head {
  margin: 0 -22px;
  border-bottom: 1px solid #ddd;
}
.actions-to-user {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.actions-to-user a {
  color: #000;
  font-size: 22px;
}
.message-box > img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.message-box {
  display: inline-flex;
  align-items: self-start;
  max-width: 80%;
  position: relative;
}

.message-box h6 {
  color: #000;
  margin: 0 0 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.mesage-cont {
  padding: 5px 20px;
}

.mesage-cont > .mesgr {
  padding: 15px 20px;
  background: #fafeff;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.tick-time {
  position: absolute;
  left: 98%;
  white-space: nowrap;
  bottom: 0;
  display: flex;
  align-items: center;
}

.tick-time > i {
  font-size: 25px;
}
.message-box.me {
  flex-direction: row-reverse;
  float: right;
}
.wrapper[dir="rtl"] .message-box.me {
  flex-direction: row-reverse;
  float: left;
}

.message-box.me h6 {
  text-align: right;
}

.message-box.me .tick-time {
  left: unset;
  right: 99%;
}
.messages-lists {
  height: calc(100vh - 440px);
  overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;
}
.messages-lists::-webkit-scrollbar {
  width: 0;
}
.clear-flex {
  clear: both;
}
.product-bxc {
  display: flex;
  gap: 20px;
}

.product-bxc > img {
  width: 90px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.product-cont-breif > p {
  font-size: 18px;
  color: "#000e3";
  line-height: 1.2;
}

.product-cont-breif > span {
  height: 45px;
  display: inline-flex;
  min-width: 170px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dddd;
  text-transform: capitalize;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.info-flex {
  display: flex;
  gap: 12px;
  flex-flow: wrap;
}

.info-boxx {
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #dddd;
  padding-right: 30px;
  background: #fff;
}

.info-boxx > span {
  font-size: 11px;
  color: gray;
}

.info-boxx > p {
  font-size: 13px;
  margin: 0;
  font-weight: bold;
  color: black;
  font-weight: 500;
}
.btn-flex-half {
  margin: 0 -20px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #ddd;
  padding-bottom: 0;
}

.btn-flex-half > a {
  flex: 1;
  height: 45px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: var(--NEW-BLUE, #449dbe);
  color: #fff;
  font-size: 18px;
}

.btn-flex-half > a.decline {
  background: #ff00001a;
  color: #ff0000;
}
.button-flex-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
}

.button-flex-wrap > button {
  height: 45px;
  width: 45px;
  font-size: 27px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: gray;
}

.send-mesage-box {
  position: relative;
  flex: 1;
  margin: 0 10px;
}

.send-mesage-box > input {
  height: 50px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
}

.send-mesage-box > button {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background: #20b154;
  border: 0;
}
.modal-footer > button {
  flex: 1;
}
.list--report {
  margin: 0 -16px;
  margin-top: 30px;
}

.list--report > a {
  display: block;
  padding: 12px 17px;
  border-bottom: 1px solid #bbbd;
  color: #000;
  font-size: 20px;
}

.list--report > a:first-child {
  border-top: 1px solid #bbbd;
}
.btn-close:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: darken;
}
.list--report a {
  text-align: start;
}
.product-submit {
  text-align: center;
}

.product-submit img {
  /* margin-bottom: 10px; */
  width: auto;
  margin: 10px auto;
}

.product-submit h4 {
  color: var(--Tertiary, #000);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  text-align: center;
}

.product-submit p {
  color: var(--Gray, var(--Gray, #757575));
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}

.product-submit p span {
  color: var(--Tertiary, #000);
  font-weight: 500;
}
input.btn-1.yellow {
  background: #20b154;
}
input.btn-1.yellow {
  background: #20b154;
}

.product-submit a {
  background: var(--NEW-GREEN, #20b154);
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 5px;
}
.topbar.upgrade-header.d-flex.align-items-center {
  margin: 0;
  width: 100%;
}
.topbar.upgrade-header.d-flex.align-items-center .sidebar-header {
  background: unset;
  border: unset;
  border-right: 1px solid #0000001a;
  margin-left: 50px;
}

.topbar.upgrade-header.d-flex.align-items-center .top-search {
  margin-left: 22%;
}
section.Upgrade-banner {
  margin-top: 4%;
  height: 450px;
  background: #449dbe;
  display: flex;
  align-items: center;
  position: relative;
}

a.back {
  color: var(--White, #fff);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}

.up-banner-text h1 {
  color: var(--White, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px; /* 118.75% */
  letter-spacing: -1.44px;
  margin-bottom: 20px;
}
.banner-img {
  text-align: end;
}
.month-box {
  width: 52%;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  bottom: -130px;
  border-radius: 9px;
  background: var(--White, #fff);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.month-box h6 {
  color: #449dbe;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
}

.month-box p {
  color: var(--Gray, var(--Gray, #757575));
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.Benefits-wrap {
  padding: 100px 0;
}

.benefits-main h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 67.5% */
  letter-spacing: -2px;
  font-family: "Roboto", sans-serif;
}

.Benefits-box {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  padding: 10px 10px;
  margin-top: 40px;
  height: 210px;
}

.Benefits-box img {
  margin: 0;
}

.Benefits-box span.icon-help {
  margin: 0;
  margin-bottom: 10px;
}

.Benefits-box h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.Benefits-box p {
  color: var(--Gray, var(--Gray, #757575));
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
body.back-white.pace-done {
  background: #fff;
}
.get-in-touch {
  border-radius: 16px;
  background: var(--White, #fff);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  position: relative;
  margin-left: -100px;
  width: 90%;
}

.get-in-touch h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 84.375% */
  letter-spacing: -2px;
}

.get-in-touch p {
  color: var(--Gray, var(--Gray, #757575));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin-bottom: 10px;
}

.get-in-touch textarea {
  width: 100%;
  resize: none;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  padding: 10px 10px;
  height: 139px;
}

section.get-wrap .row {
  align-items: center;
}

section.get-wrap {
  padding-bottom: 70px;
}

.get-in-touch-img img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.get-in-touch button.btn-1.blue {
  margin-top: 10px;
}
.side-bottom a {
  text-align: start;
}
html a.btn-1.blue {
  color: #fff !important;
}
a.view-all {
  color: #000 !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  #mama_approved td,
  #mama_pending td {
    /* font-size: 10px; */
  }
  table.table th {
  }
  .dataTables_wrapper th {
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1936px !important;
  }
}

ul.recover-text {
  padding: 0;
  list-style: none;
  display: flex;
  width: 48%;
  gap: 10px;
}

ul.recover-text p {
  color: var(--Gray, var(--Gray, #757575));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.step-form-btn {
  position: absolute;
  right: 36px;
  top: -53px;
}
table.table th {
  border-color: var(--bs-table-border-color);
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  /* border: 1px solid var(--bs-table-border-color); */
}
.card.card-back.product-page .btn-1.blue {
  width: 209px;
  justify-content: center;
}
.automate-page .liquidation-details {
  width: 100%;
}

.automate-page .liquidate-wrap.automate-select {
  width: 100%;
}
.automate-page ul.recover-text {
  width: auto;
  margin-top: 20px;
}
.automate-page .liquidate-wrap {
  width: auto;
}
.automate-page .liquidate-wrap.automate-inp select {
  width: 25% !important;
}
.step-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  width: 75%;
  position: absolute;
  bottom: 0;
  height: 80px;
  z-index: -1;
}
ul.nav.nav-tabs.nav-primary.batch-tab.batch-tabs a.nav-link {
  /* border: unset !important; */
  /* padding: 20px 20px; */
}
form#msform .btn-1 {
  margin-top: 30px;
  margin-left: 30px;
}
label.active {
  font-weight: 600;
}
h5.bas-edit {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  margin-bottom: 0;
  margin-top: 20px;
}
.add-cat-box.add-cat-box.edit-in .languagechechkbox label:before {
  border-radius: 50%;
}
.add-cat-box.add-cat-box.edit-in .languagechechkbox {
  border: unset;
  margin-bottom: 0;
  padding: 0;
}
table#mama_approved .dropdown__filter {
  height: 10px;
  font-size: 11px;
  padding: 15px 5px;
  display: flex;
  align-items: center;
  width: 100px;
  background: #fffcfa;
}

table#mama_approved .dropdown__filter::after {
  right: 4px;
  width: 7px;
  height: 7px;
  top: 14px;
  border-color: #000;
}
table#mama_approved .dropdown__select {
  width: 140px;
  right: 0;
  left: inherit;
  border: unset;
  background: #fff;
  box-shadow: 0 0 10px #00000042;
  padding: 18px 0;
  border-radius: 8px;
  top: 35px;
}
table#mama_approved .languagechechkbox label:before {
  border: unset;
}
/* .languagechechkbox input:checked + label:after {
    border-color: #000;
} */
table#mama_approved .languagechechkbox label {
  margin-left: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--Tertiary, #000);
  font-size: 12px;
}

table#mama_approved .languagechechkbox input:checked + label:before {
  background: unset;
}
table#mama_approved .dropdown__select-option {
  padding: 5px 5px;
}

table#mama_approved .languagechechkbox input:checked + label:after {
  border-color: #000;
}
table#mama_approved .languagechechkbox {
  border: unset;
  margin: 0;
}

.select {
  position: relative;
}
.select .selectBtn {
  box-sizing: border-box;
  /* width: 100px; */
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #00000026;
  padding: 2px 6px;
  border-radius: 8px;
  background: #fffcfa;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.custom-select {
  box-sizing: border-box;
  /* width: 100px; */
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  padding: 2px 6px;
  border-radius: 8px;

  font-size: 14px;
  /* height: 40px; */

  /* padding-right: 25px; */
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  left: 5%;
  width: 90%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  text-align: start;
  cursor: pointer;
}
.select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1.2);
}
span.icon-help img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(88%) saturate(1271%)
    hue-rotate(197deg) brightness(99%) contrast(82%);
}

select:focus-visible {
  outline: unset;
}
.d-flex.liq-img {
  position: relative;
}

.wrapper[dir="rtl"] .d-flex.liq-img img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.wrapper[dir="ltr"] .d-flex.liq-img img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.languagechechkbox.border-0 {
  margin: 0;
  padding-bottom: 0;
}

.liquidate-wrap .languagechechkbox label:before {
  border-radius: 50%;
}
.liquidate-wrap.liquidate-label {
  border: unset;
  background: unset;
}

.d-flex.mt-5 {
  align-items: center;
}
.liq-auto .languagechechkbox input:checked + label:after {
  top: 6px;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 8px;
}
.liq-auto .languagechechkbox {
  border: unset;
}
.languagechechkbox.border-top {
  padding-top: 15px;
}
.liquidation-content-chg li {
  width: 20% !important;
  margin-bottom: 0 !important;
}

.liquidation-content-chg {
  margin: 0;
}
.offer-box {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
  padding: 16px;
}

.offer-box ul {
  padding: 0;
  list-style: none;
}

.offer-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--new-bg, #fafeff);
  padding: 12px 16px;
  color: var(--Gray, #757575);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  text-transform: capitalize;
  margin-bottom: 12px;
}
::placeholder {
  font-family: "Roboto", sans-serif;
}

.offer-box h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
}

.offer-box ul li b {
  color: #023047;
}

.offer-box ul li b span {
  display: block;
}

.offer-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.offer-btn a {
  width: 50% !important;
  display: block;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}

a.btn-1.green {
  background: #20b154;
}

div#offer-accept .modal-body {
  padding-top: 50px;
}

.main-body.offer-accept-modal h4 {
  text-transform: none;
  color: #000;
  font-weight: 500;
}

div#offer-accept {
  top: 30%;
}

.modal-dialog.add-user-modal .modal-content {
  background: #fff;
}

.modal-footer.user-modal-btn button {
  border-radius: 50px;
}

.select.user-pop-select .selectBtn {
  position: relative;
  display: flex;
  padding: 15px 20px;
  color: #595959;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s;
  list-style: none;
  height: 50px;
  margin-bottom: 0;
}

.select.user-pop-select .selectDropdown.toggle {
  width: 100%;
  transform: scaleY(1) !important;
  left: 0;
}

.select.user-pop-select .selectDropdown {
  transform: scaleY(0) !important;
  left: 0 !important;
  width: 100% !important;
  right: inherit;
}
.select.user-pop-select .selectDropdown input {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0;
}

section.Customization-wrap {
  padding-top: 40px;
}

.cutomize-side {
  border-radius: 8px 0px 8px 8px;
  background: var(--White, #fff);
  padding: 30px 30px;
  position: relative;
  margin-top: 35px;
}

.cutomize-side ul {
  list-style: none;
  padding: 0;
}

.cutomize-side li a {
  color: var(--Tertiary, #023047);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 50px;
}

.store-box {
  margin: 0 auto;
  border: 1px solid #c9c9c9;
  background: var(--White, #fff);
  height: 83vh;
  position: relative;
  overflow-x: hidden;
}

.store-top {
  background: #449dbe;
  padding: 10px 10px;
}

.store-time p {
  color: #fff;
  margin: 0;
}

.store-wife ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
  justify-content: end;
}

.store-search a {
  color: #fff;
  border-radius: 8px;
  background: rgba(255, 252, 250, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 25px;
}

.store-search {
  text-align: end;
}

.store-top h3 {
  color: var(--White, #fff);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.96px;
}

.store-top ul.nav.nav-tabs.nav-primary {
  margin-left: 0;
  margin-top: 30px;
}

.store-top .nav-tabs .nav-link {
  border: unset !important;
  padding: 20px 25px;
}
.sotre-cam {
  text-align: center;
}
button.btn-1.gray {
  background: #ebebeb;
  color: #757575;
}

.publich-save-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 21%;
  background: #fff;
  padding: 20px 30px;
  display: flex;
  z-index: 1;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
[dir="rtl"] .publich-save-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 21%;
  background: #fff;
  padding: 20px 30px;
  display: flex;
  z-index: 1;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.drop-down {
  position: absolute;
  left: 97%;
  background: #fff;
  z-index: 1;
  top: 0;
  width: 330px;
  height: 85vh;
  display: none;
  padding: 30px 30px;
  border-top-right-radius: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.Customization-wrap[dir="rtl"] .drop-down {
  position: absolute;
  right: 97%;
  background: #fff;
  z-index: 1;
  top: 0;
  width: 330px;
  height: 85vh;
  display: none;
  padding: 30px 30px;
  border-top-right-radius: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.drop-down h2 {
  color: var(--Tertiary, #023047);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  text-transform: capitalize;
}
.Customization-wrap[dir="rtl"] .drop-down h2 {
  color: var(--Tertiary, #023047);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  text-transform: capitalize;
}

.typography-box {
  border-radius: 5px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--new-bg, #fafeff);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.typography-box h5 {
  margin: 0;
  color: var(--Gray, var(--Gray, #757575));
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  text-transform: capitalize;
}

.Customization-wrap[dir="rtl"] li.current .drop-down {
  display: block;
}
 li.current .drop-down {
  display: block;
}

.drop-main-text {
  border-bottom: 1px solid #0000001f;
  padding-bottom: 10px;
}

.drop-main-text p {
  margin: 0;
}

.cust-back-span span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-top: 15px;
}

span.yellow {
  background: #ffbe0b;
}

span.orange {
  background: #fb5607;
}

span.pink {
  background: #ff006e;
}

span.d-blue {
  background: #3a86ff;
}

span.purpule {
  background: #8338ec;
}

span.navy-blue {
  background: #023047;
}

span.red {
  background: #d90429;
}

span.light-blue {
  background: #00bbf9;
}
.Customization-wrap[dir="rtl"] .drop-down h6 {
  color: var(--Tertiary, #023047);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  text-transform: capitalize;
}
li.current a {
  font-weight: 600;
}

.banner-custo img {
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.custo-banner img {
  width: 100%;
}

.custo-baner-box img {
  width: auto;
}

.custo-baner-box {
  border-radius: 6px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 24px 0px rgba(27, 46, 75, 0.08);
  width: 95%;
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  padding: 20px 0;
  z-index: 1;
}
.custo-baner-box-web {
  border-radius: 6px;
  background: var(--White, #fff);
  box-shadow: 0 4px 24px 0 rgba(27, 46, 75, 0.08);
  width: 60%;
  margin: -50px auto 0;
  position: relative;
  padding: 20px 0;
  z-index: 1;
}
.custo-rat-box-web {
  border-radius: 12px;
  border: 2px solid #e5e5e5;
  background: #fafeff;
  margin-top: 20px;
  padding: 45px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custo-rat-box-web p {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  font-family: Work Sans, sans-serif !important;
  text-transform: uppercase;
}
.custo-rat-box-web h6 {
  font-size: 20px;
  text-transform: uppercase;
}

.custo-baner-box-web ul {
  padding: 0 30px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custo-baner-box ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.custo-baner-box h3 {
  color: var(--Tertiary, #023047);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.slick-dots {
  bottom: 35px !important;
}
.slick-dots li button:before {
  color: white !important;
  font-size: 20px !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #449dbe !important;
}
.mobile .slick-dots {
  bottom: 14px !important;
}
.mobile .slick-dots li button:before {
  color: white !important;
  font-size: 12px !important;
  opacity: 1 !important;
}
.mobile .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #fb8500 !important;
}
.custo-banner {
  display: none;
}

.custo-banner.active {
  display: block;
}

.custo-rat-box {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fafeff;
  margin-top: 20px;
  padding: 20px 10px;
}

.custo-rat-box p {
  margin: 0;
  color: var(--Tertiary, #023047);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.custo-rat-box h6 {
  color: #293845;
  font-feature-settings: "case" on;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 200% */
  text-transform: uppercase;
}
.custo-rat--main-box {
  padding: 0 20px;
  display: none;
}

.custo-rat--main-box.active {
  display: block;
}

.Highlights-box img {
  width: 100%;
}

.promotion-box ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 70px;
}

.promotion-box {
  padding: 20px 30px;
  display: none;
}
.display-block {
  display: block !important;
}

.promotion-box.active {
  display: block;
}

.store-box.isWeb::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.store-box.isWeb::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.store-box.isWeb::-webkit-scrollbar-thumb {
  background-color: var(--NEW-BLUE, #449dbe)  ;
}

 .Customization-wrap[dir="rtl"] .drop-down.p-0.cate-list {
  padding: 30px 0 !important;
}

.categories-box img {
  width: 100%;
  margin-bottom: 40px;
}

.categories-main img {
  width: 100%;
  margin: 20px 0;
  height: 240px;
}
.pdf-content-reset,
.pdf-content-reset * {
  line-height: 1.2 !important;
}

.pdf-content-reset > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.pdf-content-reset h1,
.pdf-content-reset h2,
.pdf-content-reset h3,
.pdf-content-reset p,
.pdf-content-reset div {
  margin-top: 0 !important;
}
.categories-main {
  display: none;
}
.categories-main.active {
  display: block;
}

.Highlights-box img {
  width: 100%;
  margin-bottom: 40px;
}

.about-main {
  padding: 0 20px;
}

.about-main img {
  width: 100%;
  margin: 20px 0;
}

.about-main {
  display: none;
}

.about-main.active {
  display: block;
}

.product-main img {
  width: 100%;
}

.product-main {
  display: none;
}
.product-main.active {
  display: block;
}

.Customization-wrap[dir="rtl"] .drop-down::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.Customization-wrap[dir="rtl"] .drop-down::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.Customization-wrap[dir="rtl"] .drop-down::-webkit-scrollbar-thumb {
  background-color: var(--NEW-BLUE, #449dbe);
}

.mobile-and-destop-icon ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  border-radius: 40px;
  background: var(--White, #fff);
  width: 20%;
  padding: 10px 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.mobile-and-destop-icon li.active {
  background: #20b154;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-and-destop-icon li {
  width: 30px;
  height: 30px;
}

div#dastop-modal .modal-header.pat-detail {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}

div#dastop-modal .modal-body {
  padding: 0;
}

.modal-dialog.order-modal-box {
}
[dir='rtl'] .slick-next {
    left: auto !important;
}

.das-store-search input {
  border-radius: 8px;
  background: rgba(255, 252, 250, 0.2);
  width: 100%;
  border: unset;
  padding: 0 10px;
  height: 50px;
  color: #fff;
  padding-left: 35px;
}

.das-store-search input::placeholder {
  color: #fff !important;
}

.das-store-search {
  position: relative;
}

.das-store-search i {
  position: absolute;
  top: 17px;
  left: 10px;
  color: #fff;
}

ul.dsastop-menu {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0 10px;
}

ul.dsastop-menu a {
  color: #fff;
}

div#dastop-modal .store-top {
  padding: 30px 0;
}

.es-box-das {
  display: flex;
  gap: 20px;
}

div#dastop-modal .custo-baner-box ul {
  justify-content: space-between;
  padding: 0 30px;
  margin: 0;
}

div#dastop-modal .custo-baner-box {
  margin-top: -35px;
}

.row.das-head {
  padding: 0 30px;
  margin-bottom: 20px;
}

div#dastop-modal .custo-rat--main-box.active {
  padding: 0 40px;
  margin-bottom: 20px;
}
.custo-rat-main-box.active {
  padding: 0 40px;
  margin-bottom: 20px;
}

div#dastop-modal .modal-content {
  background: #fff;
}

.dast-descount {
  padding: 0 40px;
}

.dast-descount img {
  width: 100%;
}

.dast-cate img {
  width: 100%;
  margin: 40px 0;
  padding: 0 30px;
}

.dast-about img {
  width: 100%;
}

.dast-about {
  padding: 0 40px;
}

.product-das {
  padding: 10px 40px;
}

.product-das img {
  width: 100%;
}

.mobile-and-destop-icon li.active img {
  width: 20px;
}

.typography-box.typ-2 h5 {
  font-family: "Roboto", sans-serif;
}

.typography-box.typ-3 h5 {
  font-family: "Roboto", sans-serif;
}

.cust-back-span span.current {
  border: 2px solid #000;
}
.typography-box.current {
  border: 1px solid #000;
}
.store-back a {
  color: #757575;
  font-size: 20px;
  position: relative;
  top: 14px;
}

.side-arrow-box ul {
  padding: 0;
  list-style: none;
  position: fixed;
  bottom: 140px;
  right: 20%;
  border-radius: 8px;
  border-bottom: 1px solid #e5e5e5;
  background: var(--White, #fff);
  padding: 26px 0px;
}
.side-arrow-box li {
  border-top: 1px solid #0000004d;
  padding: 11px 20px;
}

.side-arrow-box li:first-child {
  border: unset;
}

ul#selectBankListsearchSelect3_List {
  list-style: none;
  padding: 0;
  box-shadow: 0px 0px 9.4px 0px #0000000f;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 20px;
  width: 100% !important;
  position: absolute;
  top: 90%;
  background: #fff;
}
ul#selectBankListsearchSelect3_List li {
  line-height: 35px;
}

div#selectBankListsearchSelect3 span#selectBankListsearchSelect3_Times {
  position: absolute;
  top: 25px;
  left: inherit !important;
  right: 0;
}

.modal.fade.heet-modal .modal-dialog.order-modal-box {
  width: 35%;
}
.modal.fade.heet-modal .modal-content {
  background: #fafeff;
}
div#selectBankListsearchSelect3:focus input {
  width: 85% !important;
}

.modal.fade.heet-modal .card-body.esol-box {
  padding: 0;
}

.modal.fade.heet-modal .card-body.esol-box img {
  width: 100%;
  height: 550px;
}
html input#selectBankListsearchSelect3_Input:focus {
  width: 80% !important;
}

.dropdown-search dd,
.dropdown-search dt {
  margin: 0px;
  padding: 0px;
}

.dropdown-search .label {
  margin: -1px 0 0 0;
}

.dropdown-search dd {
  position: relative;
}

.dropdown-search a,
.dropdown-search a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  text-align: start;
}

.dropdown-search dt a {
  display: block;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}

.dropdown-search dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

.dropdown-search dd .label {
  border: 0;
  color: #000;
  display: none;
  padding: 20px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  list-style: none;
  height: 185px;
  overflow: auto;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.dropdown-search span.value {
  display: none;
}

.dropdown-search dd .label label a {
  padding: 5px;
  display: block;
}

.dropdown-search dd .label label a:hover {
  background-color: #fff;
}

label.label label {
  display: block;
  line-height: 32px;
}

dl.dropdown-search p {
  margin: 0;
  /* display: flex; */
}
dl.dropdown-search {
  position: relative;
}

dl.dropdown-search i {
  right: 10px;
  left: inherit;
  top: 8px;
}

.Resins-box-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000042;
  padding-bottom: 20px;
}

.Resins-box-select a {
  background: #20b154;
  color: #fff !important;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 5px;
}

.Resins-box-select h6 {
  margin: 0;
}

.batch-search-box input {
  font-size: 16px;
  padding: 10px;
  width: 100%;
  outline: 0;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding-left: 30px;
}
.form-group {
  display: block;
  margin-bottom: 15px;
}

.resins-label input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  /* display: none; */
  cursor: pointer;
}

.resins-label label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.Resins-box-modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Resins-box-modal h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.Resins-box-modal a {
  background: #449dbe;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
}

.resins-label input:checked + label:before {
  background: #20b154;
}
.resins-label {
  border-bottom: 1px solid #0000002b;
  padding: 10px 0;
}
code#demo {
  width: 100%;
  height: fit-content;
  display: block;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 10px 10px;
  color: #000;
  position: relative;
  min-height: 40px;
}
code#demo i {
  top: 3px;
  left: inherit;
  right: 10px;
}
.table-responsive.tab-sear {
  border: 1px solid #0000001f;
  margin-top: 29px;
  padding: 0px 10px;
  border-radius: 5px;
}

table.table.caption-top caption {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

table.table.caption-top th {
  color: #000000 !important;
  /* padding: .8rem .4rem; */
}
.table-responsive.tab-sear {
  display: none;
}
.table-responsive.tab-sear.search-list-active {
  display: block;
}
#up-progress,
#up-bar,
#up-percent {
  height: 14px;
}
#up-progress {
  position: relative;
  background: #e5e5e5;
  margin-top: 10px;
  width: 40%;
}
#up-bar {
  background: #449dbe;
  width: 0;
  transition: width 0.5s;
}
#up-percent {
  position: absolute;
  top: -3px;
  right: -43px;
}

/* (C) FILE PICKER */
/* #up-file { display: none; } */
#up-label {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #dfdfdf;
  background: #296cd0;
  cursor: pointer;
}
#up-file:disabled ~ #up-label {
  background: #b1b1b1;
}

.table-responsive.status-tab th {
  border: 1px solid #0000002b !important;
}

.table-responsive.status-tab td {
  border: 1px solid #0000002b !important;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
}

.table-responsive.status-tab td span {
  display: block;
}

.table-responsive.status-tab td li {
  padding: 0;
  list-style: none;
  text-align: center;
}
.Record-text {
  margin-top: 30px;
}

.Record-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.product-batch-box ul.nav.nav-tabs.nav-primary {
  width: 65%;
}

ul.tem-list {
  padding: 0;
  list-style: none;
  line-height: 29px;
  margin: 0;
}

ul.tem-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

li.blue {
  color: #449dbe;
}
.row.tem-list-box {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  /* background: var(--new-bg, #FAFEFF); */
  padding: 20px 20px;
  margin-top: 30px;
  align-items: center;
}

.tem-list-btn {
  text-align: end;
}

.import-template-text h5 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  line-height: 24px;
}

.import-template-form.top-search {
  justify-content: end;
  width: 100%;
}

.row.import-template-table.mt-5 {
  align-items: center;
}
.table-responsive.import-templat-tab-list td {
  vertical-align: middle;
  text-align: center;
}

.table-responsive.import-templat-tab-list td span {
  display: block;
}

.import-template-box {
  display: none;
}
.tem-bulk-up {
  display: none;
  width: 80%;
}
div#content table.table.caption-top {
  border: unset !important;
}
.table-responsive.import-templat-tab-list {
  overflow-x: scroll;
}
img.pdf-img {
  width: 30px;
}

.table-responsive.import-templat-tab-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.table-responsive.import-templat-tab-list::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.table-responsive.import-templat-tab-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #20b154;
}
table.table.caption-top td i {
  color: #20b154 !important;
}

.resin-drop-list label {
  padding-left: 30px;
}

.resin-drop-list {
  display: none;
}
.resin-drop-list.active {
  display: block;
}
.resins-label.resin-deop {
  padding-left: 40px;
  position: relative;
}

.resins-label.resin-deop:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #767676;
  background: #fff;
}

button:disabled,
button[disabled] {
  background-color: #0000001f;
  color: #000;
  opacity: 0.6;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  top: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round.round:before {
  border-radius: 50%;
  transform: unset;
}
.switch-main.active .switch .slider {
  background-color: #20b154 !important;
}
.switch-main.active .switch.slider {
  -webkit-box-shadow: 0 0 1px #20b154;
  -moz-box-shadow: 0 0 1px #20b154;
  -ms-box-shadow: 0 0 1px #20b154;
}
.switch-main.active .switch .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.edit-mange .modal-dialog {
  max-width: 550px;
}

.role-top .breadcrumb-title {
  width: auto;
}

.nav-primary.nav-tabs .nav-link.active {
  color: #20b154;
  border-color: #20b154 #20b154 #fff;
}

.active-filter {
  color: #20b154;
  border-color: #20b154 #20b154 #fff;
}

ul.nav.nav-tabs.role-tab1 a.nav-link {
  /* border: unset !important; */
  /* border-radius: 5px !important; */
  /* padding: 20px 15px !important; */
}

ul.nav.nav-tabs.role-tab1 a.nav-link.active {
  /* border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important; */
  color: #20b154;
  border-color: #20b154 #20b154 #fff;
}
select.form-select {
  height: 42px;
  width: 100% !important;
}
ul.submit-list li:nth-child(2) {
  width: 130px;
  text-align: start;
}
.table-space h3 span {
  display: block;
}
ul.pagination {
  justify-content: end;
}
.tabs-managment .nav-tabs .nav-link {
  color: #000 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e5e5e5 !important;
  text-transform: capitalize;
  padding: 10px 16px;
  border-radius: 8px !important;
  border: unset;
  background: unset !important;
}
.product-all-box.assigned-pro.mt-3 .table-space {
  justify-content: start;
}
.product-all-box .breadcrumb-title {
  width: 100%;
}
.d-flex.align-items-center.recent-box .breadcrumb-title {
  border: unset;
}
.btn-group .btn-1 {
  width: auto;
}
.bg-gradient-cosmic {
  background: linear-gradient(to right, #20b154, #469ebf) !important;
}
.card.radius-10.bg-gradient-pink {
  background: #20b154;
}
.dashTabs .nav-item .card i {
  color: #fff;
  font-size: 40px;
}

table.table-bordered.dataTable {
  margin-top: 20px !important;
}
tr.odd .table-space {
  justify-content: center;
}
.Review-list-modal.offer-box {
  background: unset;
  border: unset;
  margin-top: 20px;
}
.review-page-table.pt-5 .table-space {
  justify-content: center;
}
ul.recover-text.modal-recover-text {
  width: 100%;
  padding-left: 20px;
}
img.mdl-check {
  width: 50px;
}
.Review-list-modal.offer-box span {
  color: #000;
  font-weight: 600;
}
.languagechechkbox.schedule-calendar.border-0 {
  justify-content: space-between;
}
div#calendar {
  height: 500px;
  margin-top: 50px;
}

div#calander-modal .modal-dialog {
  max-width: 40%;
}
table.fc-col-header {
  width: 100% !important;
  height: 100% !important;
}

.dola-in-box {
  position: relative;
}

.dola-in-box span {
  position: absolute;
  top: 30px;
  left: 10px;
}

.dola-in-box input {
  padding-left: 25px !important;
}

.revamp-login * {
  color: #000 !important;
}

.logo-login {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.logo-login h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

.logo-login img {
  width: 8% !important;
}
.revamp-login .form-switch {
  display: flex;
  justify-content: start;
  margin: 0;
  gap: 10px;
}

input[type="date"].hideCaledar::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.special-price-category label {
  background: transparent;
  border: 0;
}

.special-price-category input {
  border: 0 !important;
}

.special-price-category {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: 50px;
  margin-top: 15px;
  padding: 0 15px;
  color: var(--bs-body-color);
  font-size: 14px;
}

/* Filter Box */

.filter-content {
  position: absolute;
  right: 2.5rem;
  width: 393px;
  bottom: -14rem;
  /* height: 511px; */
  background: #fff;
  z-index: 9;
  /* border-radius: 10px; */
  box-shadow: 0 0 7px 1px #9898985c;
  padding: 30px 15px;
}

.filter-box {
  position: relative;
}

.filter-top-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

a.close-filter-btn {
  font-size: 20px;
  color: #000;
  width: 30px;
  height: 30px;
  background: #c3bebe;
  display: grid;
  place-content: center;
  border-radius: 40px;
}

a.clear-filter-btn {
  font-size: 16px;
  color: #449dbe;
  text-transform: capitalize;
}

.filter-content h6 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.filter-content h3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.quantity-input input {
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  height: 52px;
  /* margin-top: 15px; */
  padding: 12px 16px;
  color: #757575;
  font-size: 16px;
  color: var(--Black, #000);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.slider-container label {
  font-size: 16px;
  color: #000;
}

.quantity-input label {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.fillter-bottom-btn {
  text-align: center;
  margin-top: 30px;
}

.fillter-bottom-btn button {
  background: #20b154;
}

a.filter-btn {
  font-size: 24px;
  color: #000;
}

.slider-container {
  position: relative;
  margin: 20px 0 40px 0;
}

.slider-container .sliderr {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin: 20px 0;
}

.slider-container .sliderr::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #4caf50;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.slider-container .sliderr::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #4caf50;
  border-radius: 50%;
  cursor: pointer;
}

.slider-container .value-thumbnail {
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: translateX(0%);
  padding: 5px 10px;
  /* background: #4caf50; */
  color: #000;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  pointer-events: none;
  white-space: nowrap;
}

.quantity-input select {
  padding: 12px 16px;
  height: 52px;
  width: 172.5px;
  font-size: 16px;
}
/* Filter Box */

.order-search {
  width: 100%;
}
.order-search input {
  width: 80%;
  border-radius: 8px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 0 0 0 40px;
  height: 40px;
}

.order-search .search-view {
  width: 50%;
  position: relative;
}

.order-search input {
  width: 75%;
}

.order-search .search-view i {
  position: absolute;
  top: 10px;
  left: 10px;
}

.order-search input ::placeholder {
  color: #fff !important;
}

.order-search {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.order-search a {
  font-size: 14px;
  font-weight: 600;
}
.search-view {
  display: flex;
  align-items: center;
}

.view {
  display: flex;
  align-items: center;
  margin-left: 45px;
}

.font-ws {
  font-family: "Roboto", sans-serif;
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.dropdown h1 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.dropdown li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}
/* Sliding effect for subcategories */
.subcategories-container {
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.subcategories-container.open {
  display: block;
  max-height: 500px; /* Set a maximum height large enough to accommodate the subcategories */
  transition: max-height 0.3s ease-in;
}

/* Style for the subcategory list and items */
.subcategories-list {
  padding: 0;
  margin: 0;
}

.subcategory-item {
  border-bottom: 2px solid #e5e5e5; /* Add the bottom border to the subcategories */
  padding: 8px 0;
  width: 100%; /* Ensure the border spans full width */
}

.subcategory-item:last-child {
  border-bottom: none; /* Remove the bottom border from the last item */
}

.subcategory-item .languagechechkbox {
  display: flex;
  align-items: center;
}

.subcategory-item input {
  margin-right: 10px;
}

/* Optional: Add some padding to the parent container */
.languagechechkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-item.active::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #20b154;
  border-radius: 50%;
}
.radio-item {
  width: 22px;
  height: 22px;
  border: 2px solid #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:before {
  border: 1px solid #20b154;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #20b154;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.green-scroll {
  max-height: 526px; /* or any height that causes scrolling */
  overflow-y: auto;
}

/* WebKit browsers (Chrome, Safari, Edge) */
.green-scroll::-webkit-scrollbar {
  width: 10px;
}

.green-scroll::-webkit-scrollbar-track {
  background: #e6f5e6; /* light green track */
}

.green-scroll::-webkit-scrollbar-thumb {
  background-color: green; /* green scrollbar */
  border-radius: 10px;
  border: 2px solid #e6f5e6;
}

/* Firefox */
.green-scroll {
  scrollbar-width: inherit;
  scrollbar-color: green #e6f5e6;
}
.green-scroll::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.pin-code {
  padding: 0;
  width: 100%;
  display: flex;

  gap: 10px;
}
.pin-code input {
  margin: 0 0 20px !important;
  display: block;
  padding: 0 20px;
  border-radius: 8px;
  width: 52px;
  height: 52px;
  font-size: 15px;
  border: 1px solid var(--Stroke-Stroke, #e5e5e5);
  background: var(--White, #fff);
}
.password-strength-group {
  width: 100%;
}
.password-strength-group .password-strength-meter {
  width: 100% !important;
  transition: height 0.3s;
  display: flex;
  justify-content: stretch;
}
.password-strength-group .password-strength-message {
  font-weight: 20px;
  height: 1em;
  text-align: right;
  transition: all 0.5s;
  margin-top: 3px;
  /* margin-bottom: 20px; */
  position: relative;
}
.password-strength-group .password-strength-meter .meter-block {
  height: 4px;
  background: #ccc;
  margin-right: 6px;
  flex-grow: 1;
}
.password-strength-group .password-strength-message .message-item {
  font-size: 12px;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.password-strength-group[data-strength="2"] .message-item:nth-child(2) {
  opacity: 1;
}
.password-strength-group .password-strength-message .message-item {
  font-size: 12px;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.password-strength-group .password-strength-message .message-item {
  font-size: 12px;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.password-strength-group[data-strength="3"] .message-item:nth-child(3) {
  opacity: 1;
}
.password-strength-group[data-strength="4"] .message-item:nth-child(4) {
  opacity: 1;
}
.password-strength-group[data-strength="1"] .message-item:nth-child(1) {
  opacity: 1;
}
.password-strength-group[data-strength="1"] .meter-block:nth-child(-n + 1) {
  background: #cc3d04;
}
.password-strength-group[data-strength="2"] .meter-block:nth-child(-n + 2) {
  background: #ffc43b;
}
.password-strength-group[data-strength="3"] .meter-block:nth-child(-n + 3) {
  background: #02d102;
}
.login-final {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.country-selection .modal-content {
  padding: 0 10px;
  width: 80%;
  background-color: #eeeeee;
}
.country-selection .modal-content {
  border-radius: 20px;
}
.country-selection.modal {
  left: 0;
  top: 10px;
}
.selection-modal.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}
.selection-modal {
  margin-bottom: 20px;
}
.selection-modal .modal-body {
  padding: 0;
}
.custom-country-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.custom-country-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.3s ease;
}
.custom-country-item:hover {
  background-color: #f9f9f9;
}

.custom-country-item:last-child {
  border-bottom: none;
}

.custom-country-item-selected {
  background-color: #e6f7ff;
}
.search-input {
  border-bottom: 3px solid #797671 !important;
  width: 100%;
  margin: 0 !important;
  background-color: white !important;
  display: flex;
  border-radius: 0 !important;
  justify-content: center;
  padding: 10px 10px 10px 10px !important;
}
.custom-logistic-modal {
  max-width: 80%;
}

.custom-logistic-modal + .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(2px);
}
.weight-unit-modal + .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(4px);
  z-index: 1055;
}
.weight-unit-modal {
  z-index: 1060;
}

/* Logistics Component Styles */

/* Selected dropdown styling with light blue background */
.logistics-dropdown-selected .searchable-dropdown-input {
  background-color: #fafeff !important; /* bg-blue-50 equivalent */
  border-color: #439dbe !important; /* border-blue-300 equivalent */
}

.logistics-dropdown-selected .searchable-dropdown-input:focus {
  background-color: white !important;
  border-color: #439dbe !important; /* border-blue-500 equivalent */
}

/* Error dropdown styling (red border) */
.logistics-dropdown-error .searchable-dropdown-input,
.logistics-dropdown-error input,
.logistics-dropdown-error .dropdown-input,
.logistics-dropdown-error .searchable-input {
  border-color: #439dbe !important;
  color: #ef4444 !important;
  background-color: white !important;
}

.logistics-dropdown-error .searchable-dropdown-input:focus,
.logistics-dropdown-error input:focus,
.logistics-dropdown-error .dropdown-input:focus,
.logistics-dropdown-error .searchable-input:focus {
  border-color: #439dbe !important;
  color: #ef4444 !important;
  background-color: white !important;
}

/* Additional targeting for nested input elements */
.logistics-dropdown-error * input {
  border-color: #439dbe !important;
  color: #ef4444 !important;
  background-color: white !important;
}

.logistics-dropdown-error * input:focus {
  border-color: #439dbe !important;
  color: #ef4444 !important;
  background-color: white !important;
}

/* Selected dropdown alternative styling with light blue background */
.dropdown-selected-style input {
  background-color: #fafeff !important; /* bg-blue-50 equivalent */
  border-color: #439dbe !important; /* border-blue-300 equivalent */
}

.dropdown-selected-style input:focus {
  background-color: white !important;
  border-color: #439dbe !important; /* border-blue-500 equivalent */
}

/* Ensure textarea and other input elements get proper styling */
textarea.bg-blue-50 {
  background-color: #fafeff !important;
}

textarea.border-blue-300 {
  border-color: #439dbe !important;
}

/* Focus states for better UX */
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Read-only styling for submitted forms */
input[readonly].bg-blue-50,
textarea[readonly].bg-blue-50 {
  background-color: #fafeff !important;
  border-color: #439dbe !important;
}

.custom-logistic-modal + .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(2px);
  z-index: 1040;
}

.custom-logistic-modal {
  z-index: 1050;
}

.modal-content-dimmed {
  position: relative;
}

.modal-content-dimmed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 0.5rem;
  pointer-events: none;
  opacity: 0;
  animation: dimIn 0.2s ease-out forwards;
}

@keyframes dimIn {
  to {
    opacity: 1;
  }
}

.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1060;
  opacity: 0;
  animation: fadeIn 0.2s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.weight-dropdown {
  position: fixed;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1070;
  min-width: 160px;
  max-width: 200px;
  animation: slideDown 0.15s ease-out;
  overflow: hidden;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.weight-dropdown-item {
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.weight-dropdown-item:last-child {
  border-bottom: none;
}

.weight-dropdown-item:hover {
  background-color: #f9fafb;
}

.weight-dropdown-item.selected {
  background-color: #f0fdf4;
  color: #059669;
}

.custom-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-radius: 50%; /* <- square tick ke liye, circle hatane ke liye */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background: white;
  margin-right: 12px;
  flex-shrink: 0;
  position: relative;
}

.custom-radio.checked {
  background-color: #10b981;
  border-color: #10b981;
}

.custom-radio.checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); /* tick banata hai */
}

.weight-dropdown-item.selected .custom-radio {
  background-color: #10b981;
  border-color: #10b981;
}

.weight-unit-label {
  flex: 1;
  text-align: left;
  font-weight: 500;
}

.weight-dropdown-item.selected .weight-unit-label {
  font-weight: 600;
}

.borderless-table thead {
  display: none;
}

.borderless-table td {
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.date-input input {
  width: 100%;
  border-radius: 5px !important;
  border: var(--bs-border-width) solid var(--bs-border-color);
  /* height: 0px !important; */
  margin-top: 15px;
  padding: 0 15px !important;
  color: var(--bs-body-color);
  font-size: 14px;
}
.date-input .height_zero {
  height: 0px !important;
}

.custom-RFQ-modal {
  max-width: 400px !important; /* jitni width chahiye set karo */
  width: 50% !important; /* responsive percentage width */
}

/* apni CSS file (global.css / module.css) me daal do */
.custom-logistic-modal {
  /* width set karo (default 500px hoti hai) */
  width: 90%; /* responsive bana do */
}

.custom-logistic-modal .modal-content {
  height: 50%; /* modal ki height control */
  /* screen se bahar na nikle */
}

@media (max-width: 768px) {
  .custom-logistic-modal {
    width: 90% !important;
    max-width: 90% !important;
    margin: auto !important;
  }

  .custom-logistic-modal .modal-content {
    height: 70% !important;
  }
}

@media (max-width: 768px) {
  .custom-RFQ-modal {
    width: 80% !important;
    max-width: 80% !important;
    margin: auto !important;
  }

  .custom-RFQ-modal .modal-content {
    height: 50% !important;
  }
}

/* Default (desktop / large screens) */
/* Desktop / default */
.custom-modal {
  max-width: 500px !important;
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
  .custom-modal {
    width: 90% !important;
    max-width: 90% !important;
    margin: auto !important;
  }

  .custom-modal .modal-content {
    height: 50% !important;
  }
}

.productsubmittedmodal {
  max-width: 450px !important;
}
@media (max-width: 1200px) {
  .tick-time {
    top: 100%;
    position: absolute;
    left: 81%;
    white-space: nowrap;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .message-box.me .tick-time {
    left: unset;
    right: 78%;
  }
}
/* Mobile (<= 768px) */
@media (max-width: 768px) {
  .productsubmittedmodal {
    width: 90% !important;
    max-width: 90% !important;
    margin: auto !important;
  }

  .productsubmittedmodal .modal-content {
    height: 50% !important;
  }
}

.custom-logo {
  width: 87px;
  height: 87px;
  display: block;
  background: #20b154;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
}

.border-top-shadow {
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}
