@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Parisienne&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Square+Peg&display=swap");

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: var(--body-bg);
  cursor: pointer !important;
}

:root {
  --body-bg: hsl(0deg 0% 22%);
  --box-bg: hsl(0deg 0% 27%);
  --dark-bg: hsl(0deg 0% 16%);
  --white: white;
  --color-blues: hsl(225, 100%, 60%);
  --blue: #53abf5;
  --orange: #ffbd53;
  --orange1: #f3c375;
  --shadow: 0px 0px 25px 4px #2929296e;
  --gray: #9e8885;
  --purple: #859e91;
  --lg-purple: #858f9e;
  --lg-semipurple: #9e8598;
  --lg-gray: #969166cc;
  --steel-teel: #6e8387;
  --pewter-blue: #3f5969;
  --middle-yellow: #62929e;
  --green: #3ae642;
  --blue: #0174e9;
  --yellow: #f4c430;
}

.bg-yell {
  background: var(--yellow);
  background-image: linear-gradient(360deg, #f4c430, #f4c430);
}

.middle-yellow {
  background-color: var(--middle-yellow);
}

.perple-blue {
  background-color: var(--pewter-blue);
}

.steel-blue {
  background-color: var(--steel-teel);
}

.green-clr {
  background-color: #8eaa8275;
}

.purple-clr {
  background-color: #968e98;
}

.prpl-lgt {
  background-color: #8d8d93;
}

.lg-gray {
  background-color: var(--lg-gray);
}

.bg-lgpurple {
  background-color: var(--lg-purple) !important;
}

.bg-semipurple {
  background-color: var(--lg-semipurple) !important;
}

.text-gray {
  background-color: var(--gray) !important;
}

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

.notify-no {
  height: 15px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--orange);
  width: 15px;
  border-radius: 50%;
}

.bell-icon {
  width: 45px;
  position: relative;
  background: var(--box-bg);
  height: 45px;
  border-radius: 50%;
}

* {
  padding: 0px;
  margin: 0px;
}

.mid-dark {
  background-color: var(--body-bg);
}

.carousel-inner {
  width: 100% !important;
}

a {
  text-decoration: none;
}

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

.autocomplete-container .input-container input {
  background-color: var(--box-bg) !important;
  color: var(--white) !important;
}

.autocomplete-container .suggestions-container ul li a {
  color: var(--white) !important;
  background-color: #383838;
}

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

.side-nav {
  background-color: var(--dark-bg);
}

#carouselExampleDark .active {
  background: transparent !important;
}

.side-nav-sec {
  position: sticky;
  top: 0px;
  height: 100vh;
  background-color: var(--dark-bg);
}

.fs-12 {
  font-size: 12px;
}

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

.fs-16 {
  font-size: 16px;
}

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

.fs-24 {
  font-size: 24px !important;
}

.active {
  /* background-color: hsl(36.98deg 100% 66.27%) !important; */
  color: #ffffff;

  border-radius: 0px 30px 30px 0px;
}

.side-nav .active a {
  /* color: var(--orange); */
  color: #ffffff;
}

.side-nav li a {
  color: white;
}

.box-3 {
  overflow-x: scroll;
}

.orng-btn {
  background-color: var(--orange);
  color: var(--dark-bg);
  border: 1px solid var(--orange);
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 15px;
  height: 45px !important;
}

.log-btn {
  width: 100%;
  height: auto;
  background-color: #ee2123;
  border: none;
  border-radius: 0px 30px 30px 0px;
  outline: none;
  color: #fff;
}

.yellow-btn {
  background-color: var(--yellow);
  color: var(--dark-bg);
  border: 1px solid var(--yellow);
  border-radius: 25px;
}

.blue-btn {
  /* background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 25px; */
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 5px;
  font-size: 13px;
  padding: 8px 15px;
}

.green-btn {
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
  border-radius: 25px;
}

.red-btn {
  background-color: rgb(243, 85, 85);
  color: var(--dark-bg);
  border: 1px solid rgb(243, 85, 85);
  border-radius: 25px;
}

.orng-btn1 {
  background-color: var(--orange1);
  color: var(--dark-bg);
  border: 1px solid var(--orange1);
  border-radius: 25px;
}

/* .btn-bottom {
  position: absolute;
  bottom: 25px;
} */

.text-orng {
  color: var(--orange);
}

.text-pink {
  color: #de3163;
}

.text-yellow {
  color: #ffc300;
}

.rotate {
  animation: rotation 8s infinite linear;
}

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

  to {
    transform: rotate(359deg);
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 15px;
}

.grid-5 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
}

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

.BBL-15 {
  border-bottom-left-radius: 15px;
}

.BR-5 {
  border-radius: 5px;
}

.product-icon {
  width: 42px;
}

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

.dropdown-toggle::after {
  display: none;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--box-bg);
}

.product-dropdown .accordion-header {
  margin-bottom: 0;
  background: #292929;
}

.product-dropdown .accordion-item .accordion-button {
  overflow: hidden;
  border-radius: 10px !important;
  background: #454545;
}

.product-dropdown .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border: none;
  background-color: var(--dark-bg);
}

.product-dropdown .accordion-body {
  background-color: var(--box-bg);
}

.product-dropdown .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.product-dropdown .accordion-collapse {
  border-width: 0;
  background-color: var(--dark-bg);
}

.product-dropdown .accordion-button::after {
  background-image: url(../images/down.png);
}

.product-dropdown .accordion-button:not(.collapsed)::after {
  background-image: url(../images/down.png);
}

.box-1 {
  /* height: 430px; */
  height: 65vh;
  overflow-y: scroll;
}

.box-nav {
  overflow-y: scroll;
  height: 450px;
}

.scroll-box ::-webkit-scrollbar {
  width: 5px;
}

.scroll-box ::-webkit-scrollbar {
  height: 5px;
}

.scroll-box ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.scroll-box ::-webkit-scrollbar-thumb {
  background: var(--body-bg);
  border-radius: 10px;
}

.scroll-box ::-webkit-scrollbar-thumb:hover {
  background: var(--orange);
}

.mw {
  max-width: 1000px !important;
}

.form-switch .form-check-input {
  width: 4em;
  margin-left: 0px;
  height: 20px;
  background-position: left center;
  border-radius: 2em;
  border: none;
  background-image: url(../images/switch-o.svg);
  background-color: #292929;
  transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url(../images/switch-2.svg);
}

.table .form-select {
  background-image: url(../images/select-icon.png);
  background-position: right;
}

.box-shadow {
  box-shadow: var(--shadow);
}

.fw-200 {
  font-weight: 200;
}

.fw-500 {
  font-weight: 500;
}

.border-black {
  border: 2px solid var(--dark-bg);
}

.grid-2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}

.text-blue {
  color: var(--blue);
}

table .border-none {
  border-bottom: 1px solid var(--dark-bg);
}

table .border-start-dark {
  border-left: 2px solid var(--dark-bg);
}

.progress-2 {
  height: 300px;
  width: 18px;
  float: left;
  margin: 20px;
  background-color: #ffbd53;
  border: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.progress-2-bar {
  border-radius: 10px;
  float: left;
  width: 0;
  width: 100%;
  position: relative;
  background: #eee;
  background: -webkit-linear-gradient(from bottom, #eee, #999);
  background: linear-gradient(from top, #eee, #999);
}

border-white {
  border: 2px solid rgba(255, 255, 255, 0.685);
}

table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

thead {
  border: 1px solid var(--dark-bg);
}

.text-green {
  color: #42f551;
}

.text-red {
  color: #df2121;
}

.text-skyblue {
  color: #c53c3c
}

.text-greenish {
  color: #1ab151
}

td:first-child,
th:first-child {
  border-radius: 7px 0 0 7px;
}

.black-form {
  color: var(--white) !important;
  background-color: var(--box-bg) !important;
}

.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.w-80 {
  width: 80%;
}

td:last-child,
th:last-child {
  border-radius: 0 7px 7px 0;
}

/* .modal-dialog-centered-text{
  padding-left: 110px !important;
} */
.height-box {
  height: 826px !important;
}

.h-195 {
  height: 204px;
}

.pdlist {
  padding-left: 55px !important;
}

.mob-header {
  display: none;
}

table td,
th {
  vertical-align: middle;
}

.w-30 {
  width: 30%;
}

.box-1 {
  /* height: 430px; */
  height: 65vh;
  overflow-y: scroll;
}

.text-light-dark {
  color: #ffffff80;
}

.scroll-box ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.top-design {
  position: sticky !important;
}

.vl {
  border-left: 2px solid var(--white);
}

.checkedd {
  width: 20px;
  height: 20px;
}

.modalw-85 {
  max-width: 87%;
}

.scroll-box ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.scroll-box ::-webkit-scrollbar-thumb {
  background: var(--body-bg);
  border-radius: 10px;
}

.scroll-box ::-webkit-scrollbar-thumb:hover {
  background: var(--orange);
}

.bg-red {
  background: rgb(209, 15, 58);
  /* background: linear-gradient(1deg, rgb(209 15 58 / 75%) 0%, rgb(255 255 255 / 35%) 75%, rgb(71 76 77 / 72%) 100%); */
  background-image: linear-gradient(360deg, rgb(209, 15, 58), #f76666);
}

/* .bg-green {
  background: rgb(15, 209, 25);

  background-image: linear-gradient(360deg, rgb(15, 209, 25), #5cf763);
} */
.bg-yellow {
  background: #f9e10e;
  /* background: linear-gradient(1deg, rgb(102 209 15 / 99%) 0%, rgb(255 255 255 / 35%) 75%, rgb(71 76 77 / 72%) 100%); */
  background-image: linear-gradient(360deg, #ffae2b, #fbc368);
}

.bg-yello {
  background: #d6d60e;
  /* background: linear-gradient(1deg, rgb(102 209 15 / 99%) 0%, rgb(255 255 255 / 35%) 75%, rgb(71 76 77 / 72%) 100%); */
  background-image: linear-gradient(360deg, #d6d60e, #d6d60e);
}

.bg-bluee {
  background-color: #53abf5;
  color: var(--dark-bg);
  border: 1px solid #53abf5;
  border-radius: 25px;
}

.bg-blue {
  background: #0e25f9;
  background-image: linear-gradient(360deg, #2b52ff, #689bfb);
}

.grid-3 {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}

table .form-check {
  justify-content: center;
  display: flex;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.filter-btn {
  width: 30px;
  height: 30px;
}

.filter-btn:hover {
  cursor: pointer;
}

.close-filter-btn:hover {
  cursor: pointer;
}

.product-filter {
  position: absolute;
  top: 0px;
  display: none;
  height: 100vh;
  width: 100%;
}

.filter-btn1 {
  width: 30px;
  height: 30px;
}

.filter-btn1:hover {
  cursor: pointer;
}

.close-filter-btn1:hover {
  cursor: pointer;
}

.product-filters {
  position: absolute;
  top: 0px;
  display: none;
  height: 100vh;
  width: 100%;
}




.product-inner {
  height: 100vh;
  box-shadow: -2px 0px 20px 0px #484141;
  position: sticky;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  top: 0px;
}

.p-14 {
  padding: 14px;
}

.box-2 {
  height: 300px;
  overflow-y: scroll;
}

.w-35 {
  width: 35%;
}

.w-20 {
  width: 20%;
}

.border-dark {
  border: 1px solid var(--box-bg) !important;
}

.form-control:focus {
  background-color: var(--box-bg);
  box-shadow: none;
}

.form-floating>.form-control:focus~label {
  opacity: 1;
  transform: scale(0.9) translateY(-1.5rem) translateX(0.8rem);
  background: var(--dark-bg);
  color: var(--color-blues);
  padding: 0px;
  height: 25px;
}

.form-control:focus {
  border: 2px solid var(--color-blues);
  background-color: var(--dark-bg);
}

.form-floating>label {
  color: rgba(255, 255, 255, 0.582);
}

.form-floating>.form-control {
  height: auto;
}

.upload-file input {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.upload-file {
  position: relative;
  display: inline-block;
  width: 100%;
}

.btn-upload {
  border: 1px solid #ced4da;
  background-color: transparent;
  border-radius: 5px;
  height: 50px;
}

.file-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

::marker {
  font-size: 20px;
  color: var(--orange);
}

.error-icon {
  width: 50px;
}

.filter-scroll {
  overflow-y: scroll;
  height: 90vh;
}

.border-bottom-light {
  border-bottom: 1px solid #f1f1f15b;
}

.product-filter .form-check-input[type="radio"] {
  border-radius: 5px;
}

/* =====LOGIN PAGE CSS START======== */

.login-banner {
  height: 95vh;
}

.text-gray {
  color: gray;
}

.w-40 {
  min-width: 40%;
}

.btn-in {
  right: 10px;
  border: none;
  position: absolute;
  top: 10px;
}

.ol-sec ::marker {
  font-size: 14px;
  color: var(--white);
}

.bg-orng {
  background-color: var(--orange);
}

.h-180 {
  height: 180px !important;
}

.grid-three {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 45px;
}

.small-box-2 {
  height: 175px;
}

.box-A {
  height: 300px;
  overflow-y: scroll;
}

.box-demanding {
  height: 112px;
  overflow-y: scroll;
}

.search-sec {
  position: relative;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 7px;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-2.5rem) translateX(0.15rem);
}

@media only screen and (max-width: 1200px) {
  .small-box {
    height: 200px;
    width: 260px;
  }
}

@media only screen and (max-width: 600px) {
  .table-scroll {
    overflow-x: scroll;
  }

  .grid-4 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .grid-5 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .dekstop-menu {
    display: none;
  }

  .mob-header {
    display: block;
    position: sticky;
    top: 0px;
    z-index: 2;
  }

  .mob-menu {
    display: none;
    position: absolute;
    background-color: #29292994;
    width: 100%;
    top: 0px;
  }
}

.loader {
  font-size: 10px;
  margin: 0px 20px;
  text-indent: -9999em;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left,
      #ffffff 10%,
      rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left,
      #ffffff 10%,
      rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left,
      #ffffff 10%,
      rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right,
      #ffffff 10%,
      rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #007bff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

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

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

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

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

#table-wrapper {
  position: relative;
}

#table-scroll {
  height: 450px;
  overflow: auto;
  margin-top: 20px;
}

#table-wrapper table {
  width: 100%;
}

#table-wrapper table thead th .text {
  position: absolute;
  top: -20px;
  z-index: 2;
  height: 20px;
  width: 35%;
  border: 1px solid red;
}

.bg-red {
  background: rgb(209, 15, 58);
  background: linear-gradient(1deg,
      rgb(209 15 58 / 75%) 0%,
      rgb(255 255 255 / 35%) 75%,
      rgb(71 76 77 / 72%) 100%);
  background-image: linear-gradient(360deg, rgb(209, 15, 58), #f76666);
}

.bg-green {
  background-color: #49A078 !important;
  /* background: rgb(15, 209, 25);
  background: linear-gradient(
    1deg,
    rgb(102 209 15 / 99%) 0%,
    rgb(255 255 255 / 35%) 75%,
    rgb(71 76 77 / 72%) 100%
  );
  background-image: linear-gradient(360deg, rgb(15, 209, 25), #5cf763); */
}

.bg-yellow {
  background: #f9e10e;
  background: linear-gradient(1deg,
      rgb(102 209 15 / 99%) 0%,
      rgb(255 255 255 / 35%) 75%,
      rgb(71 76 77 / 72%) 100%);
  background-image: linear-gradient(360deg, #ffae2b, #fbc368);
}

.bg-bluee {
  background-color: #53abf5;
  color: var(--dark-bg);
  border: 1px solid #53abf5;
  border-radius: 25px;
}

.bg-blue {
  background: #0e25f9;
  background-image: linear-gradient(360deg, #2b52ff, #689bfb);
}

.bg-color1 {
  background-color: #ffe4b5;
  font-weight: bold;
}

.bg-color2 {
  background-color: #ffc0cb;
  font-weight: bold;
}

.bg-color3 {
  background-color: #e0ffff;
  font-weight: bold;
}

.bg-color4 {
  background-color: #ffdead;
  font-weight: bold;
}

.bg-color5 {
  background-color: #98fb98;
  font-weight: bold;
}

.bg-color6 {
  background-color: #f0e68c;
  font-weight: bold;
}

.bg-color7 {
  background-color: #e6be8a;
  font-weight: bold;
}

.bg-color8 {
  background-color: #e6e6fa;
  font-weight: bold;
}

.bg-color9 {
  background-color: #ffa07a;
  font-weight: bold;
}

.bg-color10 {
  background-color: #db7093;
  font-weight: bold;
}

.bg-color11 {
  background-color: #adff2f;
  font-weight: bold;
}

.bg-color12 {
  background-color: #add8e6;
  font-weight: bold;
}

.ngx-pagination a,
.ngx-pagination button {
  color: #bbb1a0 !important;
}

@media (min-width: 481px) and (max-width: 821px) {
  .small-box {
    height: 188px;
    width: 245px;
  }

  .table-scroll {
    overflow-x: scroll;
  }

  .grid-4 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .grid-5 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .box-one {
    height: 300px;
    overflow-y: scroll;
  }

  .box-demanding {
    height: 70px;
    overflow-y: scroll;
  }

  .grid-three {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 25px;
  }
}

.small-box {
  height: 200px;
  width: 220px;
  margin: auto;
}

.big-box {
  height: 385px;
}

.autocomplete-container .not-found {
  padding: 0 0.75em;
  border: solid 1px #454545 !important;
  background: #454545 !important;
}

.autocomplete-container .input-container .x i {
  color: #ffffff !important;
}

.logout {
  position: absolute;
  bottom: 5px;
}


.view_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}


.quickbuy-badge {
  /* top: -5%; */
  /* left: -2%; */
  font-size: 15px;
  width: fit-content;
  border-radius: 26px;
  z-index: 990;
  padding: 2px 5px;
  transform: rotate(0deg);
  /* position: absolute; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: linear-gradient(213.38deg, #FF9500 19.86%, #FB641B 90.58%);
  overflow: hidden;
}



/* new div start here==>> */