#root {
  position: relative;
}

.start-el {
  padding-top: 10vh;
}

.max-width-450 {
  max-width: 450px;
}

.max-width-500 {
  max-width: 492px;
}

.ft-wt-400 {
  font-weight: 400;
}

.mt-1,
.mv-1 {
  margin-top: 1rem;
}

.mt-2,
.mv-2 {
  margin-top: 2rem;
}

.mt-2-imp,
.mv-2-imp {
  margin-top: 2rem !important;
}

.ml-1,
.ms-1 {
  margin-left: 1rem;
}

.ml-2,
.ms-2 {
  margin-left: 2rem;
}

.mr-1,
.ms-1 {
  margin-right: 1rem;
}

.mr-2,
.ms-2 {
  margin-right: 2rem;
}

.mb-1,
.mv-1 {
  margin-bottom: 1rem;
}

.mb-2,
.mv-2 {
  margin-bottom: 2rem;
}

.m-1{
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

thead {
  font-size: 0.85rem;
  font-weight: 700;
}

tbody {
  font-size: 0.95rem;
  font-weight: 500;
}
table {
  width: 100%;
  max-width: min(1200px, 100vw);
  border-collapse: collapse;
  margin: auto;
  overflow: scroll;
}
thead td {
  padding: 0 2% 0 7px;
}
span[type='slug'] { display: flex;
  font-size: 12px;
  font-weight: 600;
}
span[type='slug']::before,
span[type='slug']::after {
  content: "<slug: ";
  display: block;
  color: rgb(99, 13, 179);
}

span[type='slug']::after {
  content: ">";
}


tbody tr {
  border-bottom: 1px solid rgb(221, 219, 219);
}
tbody tr:nth-child(even) {
  background-color: rgb(231,231,231,0.77);
}
tbody td {
  padding: 7px 0 4px 10px;
}

.admin-back-btn {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #000 !important;
}

.admin-btn-yt {
  text-decoration: none !important;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: rgb(233, 233, 233) !important;
  background: #262525;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.admin-btn-yt:hover {
  color: #fff !important;
  background: linear-gradient(180deg, #000, #262525);
}

.category-map-admin-links {
  margin-top: 10vh;
}

.enable-overflow-x {
  max-width: 100vw;
  overflow: hidden;
  overflow-x: auto;
}

.enable-overflow-x::-webkit-scrollbar {
  height: 10px;
}

.enable-overflow-x::-webkit-scrollbar-thumb {
  background-color: #b9b9b9;
}

.meta-card-header2 {
  color: var(--highlight-color-shade3);
  text-shadow: 0 0 var(--highlight-color-shade3);
  background: #FFF;
  padding: 0px 20px 9px;
  transform: translate(0px, 18px);
  position: relative;
  z-index: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

a.no-decor {
  color: initial !important;
  text-decoration: initial !important;
}

.btn-danger-outline {
  fill: red;
  color: red;
}

.btn-danger-outline svg {
  fill: inherit;
}

.auth-view-submit-btn {
  background-color: var(--color-bg-inverse, #000);
  border-color: var(--color-bg-inverse, #000);
  color: var(--color-text-oninverse, #fff);
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* height: var(--height-btn_and_inp); */
  font-size: 1rem;
  line-height: 24px;
  padding: 0.5rem 1.25rem;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 0.33rem;
  margin: 0 0 7px;
  height: unset;
  letter-spacing: 1px;
}

.auth-view-submit-btn.disabled {
  opacity: 0.69;
}

.fix_heading {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 69px;
}

.Button--primary.disabled {
  background: #dcdcdc2e;
  color: #000;
  border: none;
  box-shadow: 1px 0px 2px 0px #d8d3d3;
}

.cart-items-wrapper_end::after {
  content: "that's all";
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.alit-c {
  align-items: center;
}

.disabled-block {
  pointer-events: none;
  opacity: 0.6;
}

.disabled {
  pointer-events: none;
}

.font-family-inherit {
  font-family: inherit;
}

.display-unset {
  display: unset !important;
}

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

.only-bottom-border {
  border: none !important;
  border-bottom: 2px solid var(--color-border-strong, rgb(48, 48, 48)) !important;
}

.text-decor-none {
  color: inherit !important;
  text-decoration: none !important;
}

.col-gap-14px {
  column-gap: max(7%, 14px);
}

.country-name-select,
.select_group-name-select {
  margin-top: 1.05rem;
    min-width: 48%;
    margin-right: 14px;
}

.address_form_view {
  margin: auto;
  max-width: 373px;
  margin-top: 1rem;
}

.mb-27x-imp{
  margin-bottom: 27px !important;
}

.w-100 {
  width: 100%;
}

.poppins-font {
  font-family: Poppins, sans-serif;
}

.http-referrer-back-btn {
  font-size: 1rem;
  text-transform: capitalize;
  text-decoration: none !important;
  color: inherit !important;
  padding: 0 5%;
  font-weight: 600;
}

.border-2 {
  border: 2px solid hsl(0, 59%, 41%);
}