body {
  font-family: 'Poppins', sans-serif;
  height: 100%;
}

html {
  height: 100%;
}

.product-category-dom::-webkit-scrollbar {
  display: none;
}

.product-category-dom {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel {
  background: linear-gradient(rgba(133, 133, 133, 0.7),
      rgba(133, 133, 133, 0.7));
}

.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.forbidden-bg {
  background-image: url("http://s3-jak01.storageraya.com/wellmagic-prod-bucket/kasair/image/resources/bg5.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.card {
  border-radius: 0.5rem;
}

.card-product {
  min-height: 170px;
}

.card-variant {
  transition: all ease-in-out 0.3s;
}

.card-variant:hover {
  cursor: pointer;
  background-color: #f3f4f6;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-footer {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  background: rgba(255, 255, 255, 0);
}

.card-header {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  background: rgba(255, 255, 255, 0);
}

.card,
.card-header,
.card-footer {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.card-bordered {
  border: 1px solid #dbdbdb !important;
}

.custom-group-text,
.search-product {
  border: none;
  background: #f3f4f6 !important;
}

.modal-header,
.modal-footer {
  border: none !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-light-text-success {
  color: #1bc5bd !important;
  border-color: #f3f6f9 !important;
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
}

.btn-light-text-success:hover {
  color: #3699ff !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}

.btn-outline-muted {
  opacity: 1;
  border-radius: 0.5rem;
  border: 1px solid #e59200;
  color: #393F4F;
  font-weight: 500;
}

.btn-outline-muted:hover {
  opacity: 0.6;
  transition: 0.2s;
  border-color: #e59200 !important;
  background: #e59200;
  color: white;
}

.btn-outline-muted.active {
  transition: 0.2s;
  border-color: #e59200 !important;
  background: #e59200;
  color: white;
}

.btn-outline-purple {
  border: 1.28px solid !important;
  border-color: #e59200;
  color: #e59200;
  opacity: 1;
}

.btn-outline-purple:hover {
  opacity: 0.6;
  transition: 0.2s;
  border-color: #e59200 !important;
  background: #e59200;
  color: white;
}

.btn-outline-purple.active {
  opacity: 0.6;
  transition: 0.2s;
  border-color: #e59200 !important;
  background: #e59200;
  color: rgb(161, 137, 137);
}

.btn-outline-success {
  border: 1.28px solid !important;
  border-color: #e59200;
  color: #e59200 !important;
  opacity: 1;
}

.btn-outline-success:hover {
  opacity: 0.6;
  transition: 0.2s;
  border-color: #e59200 !important;
  background: #e59200;
  color: white !important;
}

.btn-outline-success.active {
  opacity: 0.6;
  transition: 0.2s;
  border-color: #FFD699 !important;
  background: #FFD699;
  color: rgb(161, 137, 137);
}

.underline-span {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #e59200;
}

.text-purple {
  color: #FFD699;
}

.image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-success {
  color: #fff !important;
  background-color: #e59200 !important;
  border-color: #e59200 !important;
}

.btn-success:hover {
  background-color: #f09f12 !important;
  border-color: #f09f12 !important;
}

.btn-info {
  color: #fff !important;
  background-color: #e59200 !important;
  border-color: #e59200 !important;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #f09f12 !important;
  border-color: #f09f12 !important;
}

/* width */
::-webkit-scrollbar {
  width: 3px !important;
  height: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(221, 221, 221) !important;
  border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFD699 !important;
  border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFD699 !important;
}