:root {
  --bodybg: #ffffff;
  --bgwhite: #ffffff;
  --headerbar: #0bb783;
  --allgreenbuttonbg: #0bb783;
  --secondarybutton: #e4e6ef;
  --successbutton: #1bc5bd;
  --infobutton: #8950fc;
  --warningbutton: #ffa800;
  --primarybutton: #0bb783;
  --dangerbutton: #f64e60;
  --lightbutton: #f3f6f9;
  --darkbutton: #181c32;
  --whitebutton: #ffffff;
  --textwhite: #ffffff;
  --textdark: #000000;
  --titlebarbg: #5e6278;
  --lightdarkgraybuttonbg: #d6d6d6;
  --cancelbgbutton: #e8e8e8;
  --font-family: "Poppins", sans-serif;
  --gray: #7e8299;
  --gray-dark: #3f4254;
  --iconcolor-success: #0bb783;
  --iconcolor-dark: #000000;
  --dodger-color: #1e90ff;
  --titleColor: #101456;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: var(--font-family) !important;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: var(--font-family) !important;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4254;
  background-color: var(--bodybg) !important;

}

:where(.css-dev-only-do-not-override-1pi45l5).ant-col {
    font-family: var(--font-family) !important;
    font-size: 1rem;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

.dashboard-content {
  padding: 2rem 0;
}

img {
  max-width: 100%;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px;
  margin-right: auto;
  margin-left: auto;
}

html {
  height: inherit !important;
  min-height: 100%;
  position: relative;
}

/***********short Class Start**********/
.titleColor {
  color: var(--titleColor);
}
.letter-spacing {
  letter-spacing: 0.5px;
}

.radius {
  border-radius: 0.42rem;
}

.radius-bottom {
  border-radius: 0 0 0.42rem 0.42rem;
}

.radius-0 {
  border-radius: 0 !important;
}

.w-lg-30 {
  width: 30%;
}

.bottom-right-radius-remove {
  border-bottom-left-radius: 0;
}

.bottom-left-radius-remove {
  border-bottom-right-radius: 0;
}

.white-nowrap {
  white-space: nowrap;
}

.table-collapse-bg {
  background-color: #e0e0e0;
}

.table-width-eight {
  width: 8%;
}

.table-width-twofive {
  width: 25%;
}

.table-width-ten {
  width: 10%;
}

.cursor-none {
  cursor: auto !important;
}

.disabled {
  cursor: not-allowed !important;
}

.modal-content.ant-modal {
  padding: 0;
}

.link-color {
  color: var(--dodger-color);
}

.object-fit-contain {
  object-fit: contain;
}

/***********short Class End**********/
.carousel.carousel-slider .control-arrow {
  background: rgb(0 0 0) !important;
  opacity: 0.5 !important;
}

.verifi-slider.review-slider .carousel-status {
  z-index: 2;
}

.verifi-slider.review-slider .carousel .slide > div {
  border: 1px solid #e0e0e0 !important;
}

/***********Loader Main Start**********/
.wait-text {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 10px 0 0 0;
}

/****For Inner Loader***/
#inner-overlay {
  position: absolute;
  width: 100%;
  z-index: 5000;
  top: 50%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.loader-spinner {
  margin: 0 auto;
  height: 35px;
  width: 35px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #0bb783;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/****For Inner Loader End***/

/****For Outer dots Loader Start***/
.outer-loading-dots {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  background: #d4d4d4;
}

.loading-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 150px;
  color: #000;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loading-dots span {
  position: absolute;
  height: 30px;
  width: 84px;
  top: 50px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}

.loading-dots span > i {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-animation: wait 4s infinite;
  -moz-animation: wait 4s infinite;
  -o-animation: wait 4s infinite;
  animation: wait 4s infinite;
}

.loading-dots span > i:nth-of-type(1) {
  left: -28px;
  background: #99ba34;
}

.loading-dots span > i:nth-of-type(2) {
  left: -21px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #e8a453;
}

.loading-dots span > i:nth-of-type(3) {
  left: -20px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  background: #b1630a;
}

.loading-dots span > i:nth-of-type(4) {
  left: -15px;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  background: #94cbff;
}

.invalid {
  border: 1px solid red !important;
}

.invalid .css-fegkxk-control {
  border: 1px solid red !important;
}

@-webkit-keyframes wait {
  0% {
    left: -7px;
  }

  30% {
    left: 52px;
  }

  60% {
    left: 22px;
  }

  100% {
    left: 100px;
  }
}

@-moz-keyframes wait {
  0% {
    left: -7px;
  }

  30% {
    left: 52px;
  }

  60% {
    left: 22px;
  }

  100% {
    left: 100px;
  }
}

@-o-keyframes wait {
  0% {
    left: -7px;
  }

  30% {
    left: 52px;
  }

  60% {
    left: 22px;
  }

  100% {
    left: 100px;
  }
}

@keyframes wait {
  0% {
    left: -7px;
  }

  30% {
    left: 52px;
  }

  60% {
    left: 22px;
  }

  100% {
    left: 100px;
  }
}

/****For Outer dots Loader End***/

/***********Loader Main End**********/

.error-message {
  height: 100%;
  display: flex;
  align-items: center;
  background: #f7f8fb;
  justify-content: center;
  text-align: center;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  left: 0;
}

/*********Top Header Start*********/
.top_header {
  background-color: var(--bgwhite);
  padding: 15px 10px;
}

.icon_color {
  /* color: var(--iconcolor-dark); */
  color: #939393;
  /* margin: 0 0 0 15px; */
  font-size: 20px;
  cursor: pointer;
}

.top_icons li {
  display: inline-block;
  margin: 0 0 0 10px;
}

.logo_img {
  max-height: 40px;
}

/****Table Inner Loader***/
.inner-table {
  position: absolute;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-table.inner-table-spinner {
  position: unset;
}

/****Table Inner Loader***/

/*********Top Header End*********/

/*********Menu Header Start*********/
.menu_header {
  background-color: var(--headerbar);
  /* height: 80px; */
  display: flex;
  align-items: center;
  position: relative;
}

.first_top_menu {
  width: 100%;
}

.first_top_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.first_top_menu .first_list > li {
  padding: 0 15px;
}

.menu-submenu {
  position: absolute;
  top: 100%;
  background-color: #727272;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(90deg);
  transform-origin: top center;
}

.menu-submenu .menu-subnav {
  display: block;
}

.menu-submenu li.menu-item .menu-link {
  font-size: 0.99rem;
  padding: 12px 30px 12px 15px;
  text-align: left;
}

.menu-submenu li.menu-item .menu-link:hover {
  color: #ffffff;
}

.dropdown_arrows::after {
  font-family: Flaticon2;
  content: "";
  font-size: 11px;
  top: 17px;
  position: absolute;
  transform: rotate(90deg);
  right: 0px;
  color: #fff;
}

.first_list span:hover::after {
  color: #000;
}

.navbars a {
  display: block;
  font-size: 1.1199rem;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 15px 1px;
  text-decoration: none;
}

.navbars .custom_menu {
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 15px 1px;
  text-decoration: none;
  padding-right: 15px;
  display: block;
  position: relative;
}

.navbars a.dropdown_arrows {
  padding-right: 15px;
}

.first_list a:hover,
.first_list span:hover {
  color: #000000;
}

.sub_menus {
  background-color: #626262;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  font-size: 16px;
  color: #333;
  margin-top: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.mega_hover_link:hover > div.sub_menus,
.mega_hover_link:hover > div.menu-submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* .sub_sub_menu ul {
  justify-content: space-evenly;
} */

.sub_sub_menu ul > li .sub_sub_menu_hover {
  padding: 14px 16px;
}

.sub_sub_menu {
  position: relative;
}

.container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
}

.sub_sub_menu_content {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  background-color: #b3b3b3;
  position: absolute;
  margin-top: 0px;
  width: 100%;
  color: #333;
  left: 0;
  box-sizing: border-box;
  z-index: 3;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.sub_sub_menu_title:hover > div.sub_sub_menu_content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* Create three equal columns that floats next to each other */

.column {
  height: 250px;
  margin: 0 -15px;
  padding: 10px 0;
}

.sub_sub_menu_content ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  padding-left: 15px;
  padding-right: 15px;
}

.sub_sub_menu a.sub_sub_menu_hover:hover {
  color: #0bb783;
}

.sub_sub_menu_content ul li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.sub_sub_menu_content ul li a {
  font-weight: 500;
  font-size: 1.01rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu {
  display: flex;
  height: 100%;
  align-items: center;
}

.menu-submenu.menu-submenu-left.sub-sub-menu-submenu {
  left: 100%;
  transform: none;
  top: 0;
  min-width: 12vw;
}

.sub-sub-menu-arrow .dropdown_arrows::after {
  right: 0;
  transform: rotate(-90deg);
}

.sub-sub-menu-arrow {
  position: relative;
}

/*********Menu Header End*********/

/*********Custom Radio Buttons Start*********/
.new-custom-radio-button .box {
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  letter-spacing: 0.032rem;
  width: 100%;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #636262;
  margin-bottom: 0.5rem;
}

.new-custom-radio-button .box span {
  color: #ffffff;
}

.new-custom-radio-button .status {
  margin: 0 0.51rem 0 0;
}

.new-custom-radio-button input[type="radio"] {
  display: none;
}

.new-custom-radio-button input[type="radio"]:checked + .box {
  background-color: #0bb783;
}

.new-custom-radio-button input[type="radio"] .box.radio_active {
  background-color: #0bb783;
}

.new-custom-radio-button input[type="radio"]:checked + .box span {
  color: white;
}

.new-custom-radio-button input[type="radio"]:checked + .box span:before {
  opacity: 1;
}

/*********Custom Radio Buttons End*********/

/************custom-scroll-style****************/

.custom-scroll-style {
  max-height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-small-scroll-style {
  height: 350px;
}

.p_review_list.custom-scroll-style {
  padding-right: 1.3rem;
}

.padding-right {
  padding-right: 0 !important;
}

.vhcustom-scroll-style {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

/* width */
.custom-scroll-style::-webkit-scrollbar,
.vhcustom-scroll-style::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.custom-scroll-style::-webkit-scrollbar-track,
.vhcustom-scroll-style::-webkit-scrollbar-track {
  background: #474747;
}

/* Handle */
.custom-scroll-style::-webkit-scrollbar-thumb,
.vhcustom-scroll-style::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}

.custom-scroll-style,
.vhcustom-scroll-style {
  scrollbar-width: thin;
  scrollbar-color: #d8d8d8 #474747;
}

/************custom-scroll-style END****************/

/*Dashboard Start*/
.custom_float_left {
  float: left;
  width: 48%;
  margin: 0 0.9rem 1rem 0rem;
  box-sizing: border-box;
  height: 46%;
}

.custom_float_left:nth-child(2n) {
  margin: 0 0rem 1rem 0rem;
}

.heaf_inner {
  border-right: 1px solid #cccc;
  padding: 0 10px 0 0px;
}

.heaf_inner:last-child {
  padding: 0 0 0 10px;
  border-right: none;
}

#dashboard_circle_progress .ant-progress-text {
  font-size: 19px;
  color: #000 !important;
  font-weight: 500;
  line-height: 25px;
}

#dashboard_circle_progress {
  text-align: center;
}

.d_big_price p {
  font-size: 45px;
  font-weight: 600;
}

.d_big_price {
  text-align: right;
}

.d_big_price span {
  font-size: 20px;
  color: #ccc;
  font-weight: 400;
}

.reviews_product_image {
  max-width: 60%;
}

/*D-Rating Start*/
.five_rating .ant-progress-bg {
  background-color: #52c41a !important;
}

.four_rating .ant-progress-bg {
  background-color: #1bc5bd !important;
}

.three_rating .ant-progress-bg {
  background-color: #ffa800 !important;
}

.two_rating .ant-progress-bg {
  background-color: #1890ff !important;
}

.one_rating .ant-progress-bg {
  background-color: red;
}

/*D-Rating End*/

/*category breadcrum Start*/
.breadcrum li {
  border-radius: 100px;
  color: #fff;
  list-style: none;
  margin: 0 10px;
  font-size: 13px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.breadcrum li.category-menu {
  background-color: #636464;
  height: 120px;
  width: 120px;
}

.breadcrum li.active-category {
  background-color: #0bb783;
  height: 130px;
  width: 130px;
}

.view-button:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.view-button.collapsed:after {
  content: "\f067";
}

.all_domain_table th,
.all_domain_table td {
  vertical-align: middle !important;
}

.all_table_id_number {
  width: 5%;
  text-align: center;
}

/*category breadcrum Start*/

/*Table Width Start*/
.two_table_column {
  width: 30%;
}

.action_small_table_column {
  width: 8%;
  text-align: center;
}

.tabss .ant-tabs-tab-btn span {
  font-weight: 500;
}

.width {
  width: 10%;
}

.above-column {
  width: 7%;
}

/*Table Width End*/

/*Dashboard End*/

/*********Text Editor notifications Start*******/
.tox-notifications-container,
.tox .tox-statusbar {
  display: none !important;
}

/*********Text Editor notifications End*******/

/*********Add Product VARIANTS Start*******/
.varient_list {
  border-bottom: 1px solid #c8c8c8;
  padding: 6px;
  cursor: pointer;
  margin: 10px;
}

.varient_list span {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.media_button {
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.42rem;
}

.all_upload_custom_buttons {
  background-color: #0bb783 !important;
  color: #fff !important;
  border: 1px solid #e4e6ef !important;
  letter-spacing: 0.2px;
  padding: 10px 20px !important;
}

.repeat_div {
  padding: 1rem;
  border: 2px dashed #e4e6ef;
  border-radius: 0.42rem;
  position: relative;
}

/*********Add Product VARIANTS End*******/

/*********Add Product DOSAGE Start*******/

.dosage_area .dosages_pointer {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.062rem;
  width: 130px;
  height: 40px;
  position: relative;
  background: #000000;
  margin: 0.61rem 0.61rem 0.21rem 0.61rem;
  text-transform: capitalize;
  cursor: pointer;
}

/* .dosage_area .dosages_pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #000000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
} */
.new-custom-radio-button input[type="radio"]:checked + .dosages_pointer:before {
  border-left: 20px solid #0bb783;
}

.new-custom-radio-button input[type="radio"]:checked + .dosages_pointer {
  background-color: #0bb783;
}

/* .dosage_area .dosages_pointer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 15px solid #808080;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
} */
.dosage_area .dosages_pointer span {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* padding-left: 1.995rem; */
}

#dosages_accordion .card-title::after {
  color: #ffffff;
}

.age_tabs {
  background-color: gray;
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
}

.horizontal-scroll-style {
  scrollbar-width: thin;
  scrollbar-color: #d8d8d8 #0bb783;
}

.horizontal-scroll-style {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  display: flex;
  padding-bottom: 3px;
}

/* width */
.horizontal-scroll-style::-webkit-scrollbar {
  height: 4px;
}

/* Track */
.horizontal-scroll-style::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.horizontal-scroll-style::-webkit-scrollbar-thumb {
  background: #474747;
}

.custom-scroll-style,
.vhcustom-scroll-style {
  scrollbar-width: thin;
  scrollbar-color: #ffffff #474747;
}

.main_tabs_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.left_tabs {
  float: left;
  background: #000;
  width: 25%;
  padding: 1rem;
}

.left_tabs li.nav-item {
  width: 100%;
}

.left_tabs li.nav-item a.nav-link {
  margin: 0 0 0.5rem !important;
  padding: 0.8rem !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.062rem;
  border-radius: 0 !important;
  border-color: #fff !important;
  color: #fff;
}

.left_tabs li.nav-item .nav-link.active {
  color: #0bb783;
}

.left_tabs .nav-tabs {
  border-bottom: none;
}

.inner_left_top {
  float: right;
  width: 74%;
  border: 1px solid #d1d3e0;
  padding: 0.5rem;
}

.sub_inner_tabs a.nav-link {
  border-bottom: none !important;
}

.left_tabs.new-custom-radio-button .box {
  padding: 0.8rem !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.062rem;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
}

.left_tabs.new-custom-radio-button input[type="radio"]:checked + .box span {
  color: #0bb783;
}

.left_tabs.new-custom-radio-button .status {
  width: 100%;
  margin: 0;
}

.left_tabs.new-custom-radio-button input[type="radio"]:checked + .box {
  background-color: transparent;
}

.top_list_panel .new-custom-radio-button .box span {
  color: #474747;
  display: block;
  white-space: nowrap;
}

.top_list_panel .new-custom-radio-button .status {
  margin: 0;
}

.top_list_panel .new-custom-radio-button input[type="radio"]:checked + .box {
  background-color: transparent;
}

.top_list_panel
  .new-custom-radio-button
  input[type="radio"]:checked
  + .box
  span {
  color: #00a979;
}

.top_list_panel .new-custom-radio-button .box {
  margin: 0;
  padding: 0.8rem !important;
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
  font-weight: 500;
}

.method-pane.new-custom-radio-button .box {
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  font-weight: 500;
  font-size: 13px;
}

.dosage-repeater .ant-row .hidden-field {
  display: none;
}

.dosage-repeater .ant-row:nth-child(1) .hidden-field {
  display: block;
}

.dosage-repeater .ant-row:nth-child(1) {
  margin: 0;
}

.dosage-repeater .ant-row {
  margin: 10px 0;
}

/*********Seller verificationRequest Start*******/

.how_use li {
  list-style-type: auto;
}

.verifi-slider .carousel .slide > div {
  border: 1px solid #000 !important;
  width: 99%;
  margin: auto;
  height: 100%;
}

.custom-modal-size {
  width: 550px !important;
  max-width: 550px !important;
}

.verifi-slider .carousel-status {
  background-color: #5e6278;
  font-size: 12px !important;
  font-weight: 600;
}

.verifi-slider .carousel .slide img {
  object-fit: contain;
  height: 100%;
  object-position: center;
}

.add_seller_form .form-control-input {
  height: 40px !important;
  padding: 5px 11px !important;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
}

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

/*********Seller verificationRequest End*******/

/*********Customer Page Satrt*******/
.add_customer_form .user_inputs {
  text-align: left;
  margin: 0;
}

input.checkAll {
  width: 18px;
  height: 18px;
}

/*********Customer Page End*******/

/*********Add Product List Start*******/
.table-status-D span,
.table-status-P span,
.table-status-A span {
  color: #fff;
  padding: 3px 8px;
}

.table-status-D span {
  background-color: red;
}

.table-status-P span {
  background-color: var(--warningbutton);
}

.table-status-A span {
  background-color: var(--primarybutton);
}

.table-responsive table.all_domain_table {
  text-align: center;
  text-transform: capitalize;
}

/**Product Seller Start****/
.one_product_info strong {
  margin-right: 5px;
}

.one_product_info li {
  padding: 10px;
  width: 25%;
  float: left;
  margin: 0;
  font-size: 14px;
}

#plus-more {
  font-size: 0.925rem;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}

/**Product Seller End****/

/*********Add Product List End*******/

.all_bottom_buttons {
  border: none;
  color: #ffffff;
  background-color: #04aa77;
  font-weight: 500;
  margin-right: 1.5rem;
  box-shadow: none;
  padding: 0.75rem 2.9rem;
  font-size: 1.1rem;
  border-radius: 0.42rem;
}

.all_bottom_buttons:hover {
  background-color: #0bb783;
}

.all_bottom_buttons:last-child {
  margin: 0;
}

/**** Master Variant ****/
.master-variant {
  color: rgb(255, 255, 255);
  background-color: #265d29;
  padding: 5px;
  text-transform: uppercase;
}

/***Add Seller Page Start****/
.add_seller_form {
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
}

.user_inputs {
  margin: 18px 0;
  text-align: center;
}

.image-input .image-input-wrapper {
  overflow: hidden;
}

.image-input .image-input-wrapper.small-size-image-input {
  width: 90px;
  height: 90px;
}

.user_image {
  text-align: center;
}

.stock-O {
  color: #e00a0a;
}

.stock-I {
  color: #00d287;
}

/***Add Seller Page End****/

/*****  Custom Steps Start  *****/

.custom-steps
  .ant-steps-item-finish
  .ant-steps-item-icon
  > .ant-steps-icon
  .ant-steps-icon-dot,
.custom-steps
  .ant-steps-item-process
  .ant-steps-item-icon
  > .ant-steps-icon
  .ant-steps-icon-dot {
  background: #0bb783;
}

.custom-steps
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-tail::after {
  background-color: #0bb783;
}

/*****  Custom Steps End  *****/

/*****  Order Tabs Start  *****/

.order-tabs .ant-tabs-nav-list {
  width: 250px;
}

.order-tabs .ant-tabs-ink-bar {
  background-color: #0bb783;
}

.order-tabs .ant-tabs-tab:hover,
.order-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #0bb783;
}

/*****  Order Tab End  *****/

/***** coupons Start  *****/
.status-color {
  padding: 4px;
  border-radius: 100px;
  display: inline-block;
}

.scheduled-color {
  background-color: #ff7a00;
}

.expired-color {
  background-color: #0047ff;
}

.active-color {
  background-color: #52ff00;
}

.draft-color {
  background-color: #a1a1a1;
}

/***** coupons End  *****/
.ant-modal-confirm-title-custom p {
  margin: 0;
  font-size: 1.1rem;
  text-align: left;
}

/*****SELER START******/
.max-w-1300px {
  max-width: 1300px;
}

.custom-radio-button .status {
  padding: 1rem;
  border: 1px dashed #000;
  border-radius: 0.42rem;
  position: relative;
  margin-left: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.022rem;
  display: flex;
  cursor: pointer;
}

.custom-radio-button .box {
  margin: 0 0 0 0.9rem;
}

#vender_product_preview .card .card-body {
  border-color: #d5d5d5;
}

.max-w-30 {
  max-width: 30% !important;
}

.custom-radio-button-black .box {
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: 500;
  padding: 8px 16px;
  letter-spacing: 0.052rem;
  width: 100%;
  text-transform: capitalize;
  background-color: #636262;
  margin-bottom: 0.51rem;
  font-size: 0.93rem;
}

.custom-radio-button-black .box span {
  color: #ffffff;
}

.custom-radio-button-black .box.active {
  background-color: #0bb783;
}

.custom-radio-button-black .status {
  margin: 0 0.51rem 0 0;
}

.custom-radio-button-black input[type="radio"] {
  display: none;
}

.table-responsive.Inventory-modals thead th {
  width: 5%;
}

#UsagDosagemodalScrollable .ant-tabs-nav-wrap {
  justify-content: center;
}

#discardmodalScrollable .all_bottom_buttons {
  padding: 0.75rem 0.9rem;
  font-size: 1.01rem;
}

.sale-on {
  color: #00b685;
}

.sale-off {
  color: #181c32;
}

.text-declined {
  color: #f00c0c;
}

.text-approved {
  color: #5a8305;
}

.filter-bar {
  border-radius: calc(0.42rem - 1px) calc(0.42rem - 1px) 0 0;
}

#ant_inputs .ant-input-password > input.ant-input {
  padding: 8px !important;
  height: 37px !important;
}

#ant_inputs .ant-input-password {
  padding: 0;
  height: 40px;
}

.tox-editor-small .tox-tinymce {
  height: 250px !important;
}

.info-ceck {
  display: none;
}

.delas .css-2b097c-container {
  width: 50%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 2rem;
}

.remove-icon::after {
  display: none;
}

/*****SELER END******/

/*******Upload Preview Images Start***/
.preview_div {
  width: 49%;
  float: left;
  position: relative;
  margin: 0 2% 2% 0;
  box-sizing: border-box;
  border: 2px solid #ededed;
  padding: 5px;
  border-radius: 5px;
}

.all_upload_custom_buttons {
  background-color: #0bb783;
  color: #fff !important;
  border: 1px solid #e4e6ef;
  letter-spacing: 0.2px;
  padding: 10px 20px !important;
}

.all_upload_custom_buttons .icons {
  color: #fff;
}

.all_upload_custom_buttons:hover {
  background-color: #04aa77;
}

.repeat_div {
  padding: 1rem;
  border: 2px dashed #e4e6ef;
  border-radius: 0.42rem;
  position: relative;
}

.upload_close {
  position: absolute;
  right: -5px;
  top: -15px;
  background: #ffa800;
  border-radius: 20px;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  line-height: 25px;
  visibility: hidden;
}

.repeat_div:hover .upload_close {
  visibility: visible;
}

.custom_div {
  position: relative;
}

.custom_div:hover .upload_close {
  visibility: visible;
}

.all_bottom_buttons {
  border: none;
  color: #ffffff;
  background-color: #04aa77;
  font-weight: 500;
  margin-right: 1.5rem;
  box-shadow: none;
  padding: 0.75rem 2.9rem;
  font-size: 1.1rem;
  border-radius: 0.42rem;
}

.bottom_reset_button {
  background-color: #e8e8e8;
  color: #000;
  /* margin: 0; */
}

.media_button {
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.42rem;
}

audio {
  transition: all 0.5s linear;
  border-radius: 0;
  background-color: #adadad;
}

audio::-webkit-media-controls-enclosure {
  background-color: #adadad;
}

#video_modal {
  height: 350px;
  width: 100% !important;
  margin: 0 !important;
}

.preview_div:nth-child(2n) {
  margin: 0;
}

#remarksHistory .timeline.timeline-6:before {
  left: 5px;
  background-color: #5e6277;
}

.timeline-custom {
  position: relative;
  padding-left: 20px;
}

.preview_upload_close {
  position: absolute;
  right: -3px;
  top: -7px;
  background: #ffa800;
  border-radius: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  visibility: hidden;
  z-index: 2;
}

.preview_div:hover .preview_upload_close {
  visibility: visible;
}

.imgPreview {
  width: 100%;
  max-width: 60%;
  margin: 12px auto 0;
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  height: 100px;
  object-fit: cover;
}

.Featured_title {
  position: absolute;
  background: #0000008c;
  color: #fff;
  padding: 3px 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}

.collapse_overflow {
  overflow: hidden;
}

.previewafter .card-title:after {
  color: #fff !important;
}

.preview_img {
  height: 85px;
  position: relative;
  overflow: hidden;
}

.for_featured {
  margin-top: 5px;
}

.preview_img img {
  object-fit: cover;
  height: 100%;
}

/*******Upload Preview Images End***/

.attachment-label {
  position: absolute;
  top: -10px;
  right: -10px;
}

.navbars a.menu-active {
  color: #000000;
}

.navbars .menu-active.dropdown_arrows::after {
  border-top: 5px solid #000;
}

/*****CHART STYLE START*******/
#reactgooglegraph-1 {
  width: 100%;
  text-transform: capitalize;
}

/*****CHART STYLE END*******/

/***Footer Style*/

.footer {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
}

/* .App {
  padding-bottom: 50px;
} */
.freespace {
  margin-top: 50px;
}

/***Footer END*/

/********ant-steps Start*******/
.ant-steps-item-title {
  font-size: 13px !important;
  word-break: break-all;
  font-weight: 500;
}

.ant-steps-item {
  min-width: 160px;
}

.ant-steps {
  padding: 10px 0 10px !important;
  overflow-x: auto;
}

.ant-steps-item-content {
  padding: 0 8px;
}

/* width */
.ant-steps::-webkit-scrollbar {
  height: 6px;
}

/* Track */
.ant-steps::-webkit-scrollbar-track {
  background: #474747;
}

/* Handle */
.ant-steps::-webkit-scrollbar-thumb {
  background: #d8d8d8;
}

.ant-steps {
  scrollbar-width: thin;
  scrollbar-color: #d8d8d8 #474747;
}

/********ant-steps Start*******/

.eye-visible input {
  width: 92%;
  border: 0;
}

.eye-visible {
  border: 1px solid #d9d9d9;
}

.ant-message {
  z-index: 6000 !important;
}

.tox .tox-edit-area::before {
  border: 2px solid #0ee7a5 !important;
}

.tox-editor-header {
  z-index: 0 !important;
}

tr.invenorysaleInner label,
tr.updateStock label {
  display: none;
}

.invenorysaleInner input,
.updateStock input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.custom-radio-button-black label.status.active .box {
  background-color: #000000;
}

#eyeToggle {
  position: absolute;
  top: 30px;
  right: 10px;
}

.picked_ready {
  background-color: #4e93a7;
}

.seller_accepted {
  background-color: #7390cf;
}

.out-for-delovery {
  background-color: #838383;
}

.seller-process {
  background-color: #21781f;
}

.test {
  margin-left: 32px;
  width: 60%;
}
#commontable .theadheading {
    background: #f2f8ed;
}
#commontable th {
    padding: 15px;
    font-size: 12px;
    color: #101456;
    font-weight: 600;
    border-bottom: none !important;
}
#commontable td {
    padding: 15px;
    vertical-align: middle;
    font-size: 11px;
}
.all-cards.card {
  box-shadow: none;
  border: 1px solid #E8EDF4;
}
.w-15 {
  width: 15%;
}
.decoration-underline {
  text-decoration: underline;
}

 /* .custom-toogle-switch.switch input:empty ~ span {
     height: 26px;
    width: 50px;
}

.custom-toogle-switch.switch input:empty ~ span:after {
    height: 20px;
    width: 20px;
    top: 5px;
} 

.custom-toogle-switch.switch input:empty ~ span:before {
  width: 48px;
} */

.custom-toogle-switch.switch.switch-sm input:checked ~ span:after {
    margin-left: 18px;
    top: 4px;
}
.switch input:empty ~ span:before {
    background-color: #bebebe;
}