@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;
}

* {
  padding: 0px;
  margin: 0px;
}
.bg-purle {
  background-color: var(--purple);
}
.mid-dark {
  background-color: var(--body-bg);
}

a {
  text-decoration: none;
}

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

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

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

.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;
}

.active {
  background: var(--body-bg);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.side-nav .active a {
  color: var(--orange);
}

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

.orng-btn {
  padding: 4px 8px;
  background-color: var(--orange);
  color: var(--dark-bg);
  border: 1px solid var(--orange);
  border-radius: 10px;
}
.black-btn {
  background-color: var(--dark-bg);
  color: var(--orange);
  border: 1px solid var(--dark-bg);
  border-radius: 25px;
}
.border-25 {
  border-radius: 35px;
}
.btn-bottom {
  position: absolute;
  bottom: 25px;
}

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

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

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

.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-3 {
  overflow-x: scroll;
}

.box-1 {
  height: 430px;
  overflow-y: scroll;
}
.scroll-box ::-webkit-scrollbar {
  width: 5px;
  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);
}

.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-500 {
  font-weight: 500;
}

.border-black {
  border: 2px solid var(--dark-bg);
}
.active-btn {
  background-color: #454545;
  color: var(--dark-bg);
  border: 1px solid #454545;
  border-radius: 25px;
}

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

.text-blue {
  color: var(--blue);
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important;
}
table .border-start-dark {
  /* border-left: 2px solid var(--dark-bg); */
  border: 1px solid var(--dark-bg);
  border-radius: 7px;
}

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

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

.w-80 {
  width: 85%;
}
.h-10{
  height:50px;
}
.mob-header {
  display: none;
}

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

.text-green {
  color: #18ad18;
}

.text-red {
  color: #df2121;
}

.tbody td:first-child,
.tbody th:first-child {
  border-radius: 8px 0 0 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}


.table-scroll td:last-child,
.table-scroll th:last-child {
  border-radius: 0 8px 8px 0;
}

.mob-header {
  display: none;
}
.first-child {
  border-left: 1px solid var(--orange)!important;
  border-radius: 10px 0 0 10px;
}
.last-child {
  border-right: 1px solid var(--orange)!important;
  border-radius: 0 10px 10px 0;
}
table td,
th {
  vertical-align: middle;
}

.w-30 {
  width: 30%;
}

.bg-red {
  background: rgb(209, 15, 58);
  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-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);
}

.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;
}
#carouselExampleDark .active {
  background: transparent !important;
}

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

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

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

.product-inner {
  height: 100vh;
  box-shadow: -2px 0px 20px 0px var(--lg-gray);
  position: sticky;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  top: 0px;
}
.lg-gray{
  background-color: var(--lg-gray);
}
.p-14 {
  padding: 14px;
}

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

.w-35 {
  width: 35%;
}

.w-20 {
  width: 20%;
}
.w-10 {
  width: 10%;
}
.border-dark {
  border: 1px solid var(--box-bg) !important;
}
.form-control:focus {
  background-color: var(--dark-bg) !important;
  color:white;
    box-shadow: none;
 border: 2px solid var(--white);
}


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

}


/*
.form-floating > .form-control:focus ~ label {
  opacity: 1;
  transform: scale(0.9) translateY(-1.5rem) translateX(0.8rem);
  background: var(--lg-gray);
  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;
}
.add-after::after {
  content: "+";
}
.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;
  position: relative;
}

.banner-img img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.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);
}

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

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

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

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

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

.fs-small {
  font-size: 10px;
}

.search-sec {
  position: relative;
}

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

/* .add-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
} */

.add-icon:hover {
  cursor: pointer;
}

.box-one {
  height: 600px;
  overflow-y: scroll;
}
.modal-content {
  width: 100%;
  overflow: hidden;
  top:100px;
  left:100px;
}

/* ======= MOBILE RESPONSIVE MEDIA QUERY CSS ====== */
@media only screen and (max-width: 600px) {
  .table-scroll {
    overflow-x: scroll;
  }

  .grid-4 {
    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;
  }
}

/* ====== TABLET RESPONSIVE QUERY CSS ====== */
@media (min-width: 481px) and (max-width: 821px) {
  .table-scroll {
    overflow-x: scroll;
  }
  .grid-4 {
    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;
  }
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-2.5rem) translateX(0.15rem);
}
.modal-fullscreen-xxl-down .modal-body {
  overflow-y: hidden;
}
.box-size {
    height: 200px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #292929 !important;
}
