html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* Menghilangkan scroll */
}

.no-scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #00000042;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #DB1A40;
}

.scroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}


.black {
  color: #101216;
}

.red {
  color: #DB1A40;
}

.blue {
  color: #4472C4;
}

.green {
  color: #4CA33E;
}

.chartd1 {
  width: 5%;
}

.chartd2 {
  width: 37%;
}

.chartd3 {
  width: 15%;
}

.chartd4 {
  width: 15%;
}

.chartd5 {
  width: 24%;
}

.btn:focus-visible {
  box-shadow: none;
}


.modal-backdrop {
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(119.72deg, rgba(0, 0, 0, 0.29) 16.97%, rgba(0, 0, 0, 0.31) 46.11%, rgba(0, 0, 0, 0.33) 95.76%); */
  /* background-blend-mode: overlay, normal; */
  /* mix-blend-mode: normal; */
  backdrop-filter: blur(9px);
}

/* .modal.fade .modal-dialog {
  transform: translateY(-100px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
} */

.modal-backdrop.fade {
  opacity: 0;
  /* Awal (tidak terlihat) */
  transform: translateY(-100%);
  /* Awal di atas layar */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.modal-backdrop.show {
  opacity: 0.5;
  /* Warna backdrop menjadi gelap */
  transform: translateY(0);
  /* Backdrop turun ke posisi normal */
}

.modal-footer {
  border-top: 0px;
  padding-top: 0px;
}

.modal-footer .btn {
  border-color: #DB1A40;
  color: #DB1A40;
  transition: all ease-in-out 0.3s;
  padding: 0.4rem 1.2rem;
  font-weight: 700;
}

.modal-footer .btn:hover {
  background-color: #DB1A40;
  color: #ffffff;
}

.daterangepicker {
  color: #101216 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #DB1A40 !important;
}

body {
  font-family: "Lato", serif;
  background: url('../images/background.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #ffffff;
}

.overlay {
  background-color: rgba(142, 0, 28, 1);
  /* Dark red overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar {
  padding: 5px 15px 5px 15px;
}

.navbar-nav {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.navbar-nav li a {
  padding: 0 2rem !important;
  color: #4E4E4E;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  color: #DB1A40;
  font-weight: 700;
}

.navbar-brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0px;
  line-height: 0px;
}

.navbar-brand img {
  max-height: 50px;
}


.loading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
}

.loading::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #DB1A40;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
}

.list-filter {
  padding: 5px 0px;
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  gap: 5px;
  min-height: 41px;
}

.list-filter:active {
  cursor: grabbing;
}

.listing-filter {
  font-size: 13px;
  line-height: 16px;
  border: solid 1px #DB1A40;
  padding: 5px 10px;
  border-radius: 12px;
  user-select: none;
}

#list-filter>.listing-filter:nth-of-type(1) {
  margin-left: 38px;
}

.listing-filter-reset {
  font-size: 13px;
  line-height: 16px;
  border: solid 1px #DB1A40;
  padding: 7px 12px;
  border-radius: 10px;
  user-select: none;
  position: absolute;
  left: 12px;
  background-color: #fff;
  color: #DB1A40;
  font-weight: 700;
}

.listing-filter-reset:hover {
  border: solid 1px #DB1A40;
}

.listing-filter button {
  background-color: transparent;
  color: #c72a49;
  padding: 0;
  border: 0px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
}

.listing-filter button:hover {
  background-color: transparent;
  color: #ffffff;
}

/* Animasi rotasi */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.welcome-box {
  width: 650px;
}

.welcome-box h1 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-top: 30px;
}

.login-logo img {
  width: auto;
}

.login-form {
  width: 400px;
  margin-bottom: 7rem;
}

.login-form .btn-custom {
  border-radius: 10px;
  width: 100%;
  line-height: 36px;
  font-size: 16px;
}

.login-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.login-box label {
  font-size: 16px;
  font-weight: 500;
}

.login-box h3 {
  font-weight: 700;
}

.form-control,
.form-select {
  line-height: 32px;
  border-color: #D9D9D9;
}

.form-control:focus,
.form-select:focus,
.input-group:focus-within .input-group-text {
  border-color: #DB1A40;
  box-shadow: none;
}

.input-group input {
  border-left-width: 0px;
}

.input-group input.is-invalid {
  border-left-width: 1px;
}

.input-group-text {
  background-color: #ffffff;
}

.login-box .form-control {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  padding: .375rem 0;
}

.btn-custom {
  background-color: #DB1A40;
  border: none;
  width: 98%;
  margin-top: 20px;
  border-radius: 50px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 700;
}

.settings .btn-custom {
  background-color: #DB1A40;
  border: none;
  width: 35%;
  margin-top: 10px;
  border-radius: 50px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
}

.btn-custom:hover {
  background-color: #c72a49;
}

.btn:first-child:active {
  background-color: #c72a49;
}

.button:disabled {
  background-color: #c72a49;
  cursor: not-allowed;
}

.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 22.01px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 33.02px;
}


/* home */

.card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  color: black;
}

.card strong {
  display: block;
  color: #DB1A40;
  font-weight: 700;
}

.card h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.card h6 small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.card h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.card p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.card .badge {
  font-size: 0.8rem;
  position: absolute;
  right: 9px;
  top: 10px;
  /* background-color: #DB1A40; */
  background-color: transparent;
  color: #DB1A40;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}

.card .badge.second {
  font-size: 0.8rem;
  position: absolute;
  right: 9px;
  top: 10px;
  background-color: #DB1A40;
  /* background-color: transparent; */
  color: #ffffff;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}

.home .card .list-card {
  margin-bottom: 15px;
  border: 1px solid #E1E7EC;
  padding: 10px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.home .card .list-card:hover {
  background-color: #E1E7EC;
}

.home .card .list-card:last-child {
  margin-bottom: 5px;
}

.home .wrap-chart {
  width: 190px;
  margin: 0 auto;
  padding-top: 15px;
}

.home .list-unstyled {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.home .list-unstyled li span {
  display: inline-block;
  font-size: 20px;
  padding-right: 5px;
  line-height: 16px;
}

.home .listing-invoice {
  overflow-y: auto;
  max-height: 590px;
}

.home .card .list-card .page-numbers {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 11px;
  border: 1px solid #101216;
  border-radius: 4px;
  padding: 0px 6px
}

/* orders */
.orders {
  overflow-y: auto;
}

.orders .img-items{
  cursor: pointer;
  transition: all 0.5s ease;
}

.orders .img-items:hover{
  opacity: 0.6;
}

.image-download{
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.orders-header,
.search-header,
.graph-header {
  position: relative;
}

.orders-header .filter,
.search-header .filter {
  position: absolute;
  top: 15px;
  right: 15px;
  border-width: 2px;
  line-height: 25px;
  transition: all ease-in-out 0.3s;
}

.orders-header .wrap-dropdown {
  position: absolute;
  top: 15px;
  right: 67px;
}

.orders-header .dropdown {
  width: 160px;
  height: 42px;
  background: transparent;
  border: 2px #ffffff solid;
  border-radius: 5px;
  cursor: pointer;
}

.orders-header .dropdown::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  z-index: 888;
  width: 8px;
  height: 8px;
  border: 2.8px solid #ffffff;
  border-top: transparent;
  border-right: transparent;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center;
  pointer-events: none;
  transition: all 0.25s;
}

.orders-header .dropdown input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  user-select: none;
  border: 0;
  border-radius: 9px;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.orders-header .dropdown input::placeholder {
  color: #ffffff;
}

.orders-header .dropdown .options {
  list-style: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 45px;
  font-size: 16px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.35s;
  visibility: hidden;
  cursor: pointer;
}

.orders-header .dropdown .options .option {
  padding: 5px 10px;
  transition: all 0.25s ease;
  color: #101216;
}

.orders-header .dropdown .options .option:not(:last-of-type) {
  margin-bottom: 5px;
}

.orders-header .dropdown .options .option:hover {
  color: #fff;
  background: #c72a49;
}

.orders-header .dropdown.opened::before {
  top: calc(50% + 3px);
  transform: rotate(135deg) translateY(50%);
}

.orders-header .dropdown.opened {
  border-color: #c72a49;
}

.orders-header .dropdown.opened .options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border: 1px solid #eee;
  z-index: 9999;
}

.orders-header h3{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}

.orders .btn-running{
  font-weight: 700;
  line-height: 30px;
  background-color: #DB1A40;
  border: 1px solid #DB1A40;
  color: #fff;
  transition: 0.3s ease-in-out;
}


.orders .btn-running:hover{
  background-color: #ffffff;
  color: #DB1A40;
}

.orders .btn-running svg{
  width: 15px;
  height: 15px;
  margin-left: 5px;
  fill: #ffffff;
  transition: 0.3s ease-in-out;
}

.orders .btn-running:hover svg{
  fill: #DB1A40;
}

.graph-header .filter {
  position: absolute;
  top: 15px;
  right: 0px;
  border-width: 2px;
  line-height: 25px;
  transition: all ease-in-out 0.3s;
}


.orders-header .filter svg,
.search-header .filter svg,
.graph-header .filter svg {
  stroke: #ffffff;
  stroke-width: 2.5;
  margin-bottom: 5px;
  transition: all ease-in-out 0.3s;
}

.graph-header .filter svg {
  margin-bottom: 3px;
}

.orders-header .filter:hover svg,
.orders-header .filter:active svg,
.orders-header .filter:focus-visible svg,
.search-header .filter:hover svg,
.search-header .filter:active svg,
.search-header .filter:focus-visible svg,
.graph-header .filter:hover svg,
.graph-header .filter:active svg,
.graph-header .filter:focus-visible svg {
  stroke: #DB1A40;
}

.graph-header h3.cat-filter{
  cursor: pointer;
}

.graph-header span.dropdown::before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 1px);
  z-index: 888;
  width: 8px;
  height: 8px;
  border: 2.8px solid #ffffff;
  border-top: transparent;
  border-right: transparent;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center;
  pointer-events: none;
  transition: all 0.25s;
} 


.graph-header .dropdown .options {
  list-style: none;
  position: absolute;
  overflow: hidden;
  width: 150px;
  top: 30px;
  right: -30px;
  font-size: 16px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.35s;
  visibility: hidden;
  cursor: pointer;
}

.graph-header .dropdown .options .option {
  padding: 5px 10px;
  transition: all 0.25s ease;
  color: #101216;
}

.graph-header .dropdown .options .option:not(:last-of-type) {
  margin-bottom: 5px;
}

.graph-header .dropdown .options .option:hover {
  color: #fff;
  background: #c72a49;
}

.graph-header .dropdown.opened::before {
  top: calc(50% + 3px);
  transform: rotate(135deg) translateY(50%);
}

.graph-header .dropdown.opened {
  border-color: #c72a49;
}

.graph-header .dropdown.opened .options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border: 1px solid #eee;
  z-index: 9999;
}


.card.listing-orders {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.card.listing-orders.half{
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-width:0px;
  padding-bottom: 0px;
}

.card.listing-bottom{
  margin-top: -2px;
  box-shadow: none;
  border-top-width:0px;
  border-top-right-radius:0px;
  border-top-left-radius:0px;
}

.card.listing-orders:hover {
  background-color: #E1E7EC;
}

.card.listing-orders h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.card.listing-orders h6 small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.card.listing-orders .badge {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.card.listing-orders p {
  font-size: 15px;
  line-height: 24px;
}

.card.listing-orders .page-numbers {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 11px;
  border: 1px solid #101216;
  border-radius: 4px;
  padding: 0px 6px;
  color: #000000;
}


.card.listing-orders-detail h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.card.listing-orders-detail p.first {
  font-weight: 700;
}

.card.listing-orders-detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}


.nav-back {
  position: absolute;
  left: 25px;
}

.nav-back h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 18.34px;
}

.nav-back h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 22.01px;
}

.back-button {
  margin-right: 10px;
}

.look-detail {
  padding: 0;
  font-size: 11px;
  border: 0px;
  text-decoration: underline;
  margin-right: 5px;
}

.look-detail:active {
  background-color: transparent !important;
}

.look-detail svg {
  margin-bottom: 4px;
  fill: #4472C4 !important
}

/* accordion */
.accordion {
  background-color: #ffffff;
}

.accordion-item {
  margin-bottom: 15px;
  border: 1px solid #E7E7ED !important;
  border-radius: 0.375rem !important;
}

.accordion-button {
  color: #101216;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 0.375rem !important;
}

.accordion-button p {
  margin-bottom: 0px;
}

.accordion-button small {
  font-weight: 400;
}

.accordion-button div {
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 100px;
}

.accordion-button::after {
  margin-left: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
  color: #101216;
}

.accordion-button:focus {
  /* border: 0px; */
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23101216'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  ;
}

.accordion-body {
  border: 1px solid #E7E7ED;
  border-radius: 0.375rem;
  padding: 10px;
  margin: 1rem;

}

.ads-left {
  position: fixed;
  left: 0px;
  width: 300px;
  background: #420707C7;
  padding: 0px 30px;
  z-index: 1000;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.ads-left .content {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.ads-left-1 {
  top: 60px;
  bottom: 0px;
}

.hide-left {
  transform: translateX(-100%);
  overflow-y: visible;
}

.ads-left .toggle-btn {
  position: absolute;
  right: 15px;
  top: 40px;
  display: block;
  border-radius: 0;
  z-index: 7777;
}

.ads-left.hide-left .toggle-btn {
  right: -46px;
  top: 0;
  bottom: 0;
  background-color: #420707C7;
}

.ads-left.hide-left .toggle-btn:hover {
  background-color: #420707C7;
}

.ads-left h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ads-right {
  position: fixed;
  right: 0px;
  width: 300px;
  background: #420707C7;
  padding: 0px 30px;
  z-index: 1000;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.ads-right .content {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.ads-right h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ads-right-1 {
  top: 60px;
  bottom: 0px;
}

.hide-right {
  transform: translateX(100%);
  overflow-y: visible;
}

.ads-right .toggle-btn:hover,
.ads-right .toggle-btn:focus-visible,
.ads-left .toggle-btn:hover,
.ads-left .toggle-btn:focus-visible {
  background-color: transparent;
}

.ads-right .toggle-btn {
  position: absolute;
  left: 15px;
  top: 40px;
  display: block;
  border-radius: 0;
  z-index: 777;
}

.ads-right.hide-right .toggle-btn {
  left: -46px;
  top: 0;
  bottom: 0;
  background-color: #420707C7;
}

.ads-right.hide-right .toggle-btn:hover {
  background-color: #420707C7;
}

.toggle-btn {
  background: transparent;
  border: 0px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.toggle-btn svg {
  stroke: #fff !important;
}

.ads-content {
  display: flex;
  align-items: center;
}

.ads-slider {
  position: relative;
}

.slick-slide {
  box-sizing: border-box;
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.ads-slider .slick-dots li {
  display: inline-block;
  margin: 0 0px;
  padding: 0;
}

.ads-slider .slick-dots button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
  opacity: 0.3;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.ads-text p {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 18px;
}

.ads-vid {
  margin-bottom: -5px;
}

.ads-right video,
.ads-left video,
.ads-bottom video {
  background-color: #101216;
}


/* items */

.list-chart {
  overflow-y: auto;
}

/* search */

.search {
  overflow-y: auto;
}

.card.listing-search h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;

}

.card.listing-search p.first {
  font-weight: 700;
}

.card.listing-search p {
  font-size: 15px;
  line-height: 16px;
}

.card .listing-search-detail {
  border: 1px solid #E7E7ED;
  border-radius: 0.375rem;
  padding: 10px;
}

/* settting */

.settings .card {
  min-height: 250px
}

.settings label {
  font-size: 16px;
  font-weight: 700;
}

/* .search .btn {
  line-height: 1.7rem;
  font-weight: 700;
  border-radius: 8px;
}

.search .btn:hover {
  color: #DB1A40;
  border-color: #DB1A40;
} */

/* footer */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 7px 0;
  z-index: 8888;
}

footer a {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0;
}

footer a .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #DB1A40;
  margin: 0 auto;
}

footer a.active span {
  color: #DB1A40;
}

footer span {
  display: block;
  padding-top: 3px;
}


footer a svg {
  width: 20px;
}


.swal-footer{
  text-align: center;
}

.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #DB1A40;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 5000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.floating-btn:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.floating-btn:active {
    transform: scale(0.95);
}

.floating-btn svg {
    fill: #ffffff;
    width: 25px;
    height: 25px;
}

.floating-btn::after {
    content: "Request swatches book";
    position: absolute;
    right: 70px;
    width: max-content;
    padding: 5px 10px;
    background-color: #333;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.floating-btn:hover::after {
    opacity: 1;
}

/* 404 */

.pageempty h1 {
  font-size: 8em;
  font-weight: 700;
  line-height: 100%;
}

.pageempty h2 {
  font-size: 8em;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (max-width:1400px){
  .home .list-unstyled{
    font-size: 12px;
  }
}

@media screen and (max-width: 1279px) {
  .navbar-brand img {
    max-height: 45px;
  }

  .navbar-nav li a {
    padding: 0 1.2rem !important;
    font-size: 1rem;
  }

  h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
  }

  h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
  }

  .form-control,
  .form-select {
    line-height: 24px;
  }

  .card h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
  }

  .card h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
  }

  .card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .card .badge {
    padding: 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 10px;
  }

  .home .wrap-chart {
    width: 135px;
    margin: 0 auto;
    padding-top: 15px;
  }

  .home .list-unstyled {
    margin-top: 15px;
    font-size: 10.3px;
    line-height: 20px;
  }

  .home .list-unstyled li span {
    font-size: 14px;
    padding-right: 5px;
    line-height: 17px;
  }

  .btn-custom {
    margin-top: 15px;
    line-height: 28px;
    font-size: 16px;
  }

  .card.listing-orders h6 {
    font-size: 16px;
    line-height: 24px;

  }

  .card.listing-orders .badge {
    font-size: 13px;
    line-height: 16px;
  }

  .card.listing-orders .badge .text-end{
    height: 12px !important;
  }

  .card.listing-orders p {
    font-size: 13px;
    line-height: 20px;
  }

  .card.listing-orders-detail h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .card.listing-orders-detail p.first {
    font-weight: 700;
  }

  .card.listing-orders-detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .orders-header .filter,
  .search-header .filter {
    top: 3px;
    line-height: 15px;
    padding: 7px 11px;
  }

  .orders-header .filter svg,
  .search-header .filter svg,
  .graph-header .filter svg {
    width: 14px;
    height: 18px;
    margin-bottom: 0;
  }

  .graph-header .filter {
    top: 3px;
    right: 0px;
    line-height: 15px;
    padding: 7px 11px;
  }

  .orders-header .dropdown {
    height: 38px;
  }

  .orders-header .wrap-dropdown {
    position: absolute;
    top: 3px;
    right: 67px;
  }

  .orders-header .dropdown input {
    font-size: 14px;
  }

  .orders-header .dropdown .options {
    font-size: 14px;
  }

  .orders-header .dropdown .options .option:not(:last-of-type) {
    margin-bottom: 0px;
  }

  .ads-left {
    width: 220px;
    padding: 0 15px;
  }

  .ads-left h4 {
    font-size: 14px;
  }

  .ads-left .toggle-btn {
    right: 2px;
    top: 5px;
  }

  .ads-right {
    width: 220px;
    padding: 0 15px;
  }

  .ads-right h4 {
    font-size: 14px;
  }

  .ads-right .toggle-btn {
    left: 2px;
    top: 5px;
  }

  .ads-text p {
    font-size: 12px;
    line-height: 16px;
  }

  .card.listing-search h6 {
    font-size: 16px;
    line-height: 24px;

  }

  .card.listing-search p.first {
    font-weight: 700;
  }

  .card.listing-search p {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0 !important;
  }

  .card .listing-search-detail {
    border: 1px solid #E7E7ED;
    border-radius: 0.375rem;
    padding: 10px;
  }


  .settings .btn {
    font-size: 13px;
  }

  .settings .btn-custom {
    line-height: 20px;
  }

  .settings label {
    font-size: 13px;
  }

  .spinner {
    width: 13px;
    height: 13px;
  }

}

@media screen and (max-width: 1024px) {
  .navbar-nav li a {
    font-size: 14px;
  }

  .nav-back h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.34px;
    margin-bottom: 0px;
  }

  .nav-back h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.01px;
    margin-bottom: 0px;
  }

  .welcome-box {
    width: 350px;
    text-align: center;
    margin: 0 auto;
  }

  .welcome-box h1 {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 58px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .login-logo img {
    width: 70%;
  }

  .login-form {
    width: 350px;
    margin: 0 auto;
  }

  .login-box label {
    font-size: 14px;
    font-weight: 700;
  }

  .form-control,
  .form-select {
    line-height: 20px;
  }

  .home .wrapper {
    overflow-y: auto;
  }

  .card.listing-orders-detail h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .card.listing-orders-detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .accordion-button div {
    font-size: 13px;
    width: 100px;
  }

  .card.listing-search p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
  .dropdown-user {
    width: 35px;
    margin-right: 10px;
  }

  .dropdown-user input::placeholder {
    color: #ffffff;
  }

  .dropdown-user:focus {
    border: 0px;
  }

  .dropdown-user .options {
    list-style: none;
    position: absolute;
    overflow: hidden;
    width: 40%;
    top: 50px;
    right: 25px;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    outline: none;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.35s;
    visibility: hidden;
    cursor: pointer;
  }

  .dropdown-user .options a {
    display: block;
    padding: 5px 10px;
    transition: all 0.25s ease;
    color: #101216;
    text-decoration: none;
  }

  .dropdown-user .options .option:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .dropdown-user .options .option:hover {
    color: #fff;
    background: #c72a49;
  }

  .dropdown-user.opened .options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border: 1px solid #eee;
    z-index: 9999;
  }

  .vh-100 {
    height: 90vh !important;
  }

  .navbar {
    padding: 10px 15px 10px 15px;
  }

  .navbar-brand img {
    max-height: 40px;
  }

  .modal.show .modal-dialog {
    margin: 0 24px;
  }

  .welcome-box {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }

  .welcome-box h1 {
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 58px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .login-logo img {
    width: 50%;
  }

  .login-form {
    width: 100%;
    margin: 0 auto;
  }

  .card h6 {
    line-height: 18px;
  }

  .card h6 small {
    font-size: 11px;
    line-height: 11px;
    margin-top: -3px;
  }

  .orders-header h1,
  .search-header h1 {
    margin-bottom: .25rem;
    font-size: 22px;
  }

  .orders-header h3 {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home .wrap-chart {
    width: 160px;
  }

  .home .list-unstyled {
    font-size: 11px;
  }

  .orders-header .dropdown {
    height: 36.80px;
    width: 140px;
  }

  .orders-header .wrap-dropdown {
    right: 60px;
  }

  .look-detail {
    font-size: 0px;
  }

  .nav-back {
    position: relative;
    left: -20px;
    padding-bottom: 15px;
  }

  .ads-bottom {
    position: fixed;
    left: 0px;
    top: 60px;
    width: 100%;
    background: #3A0D0D;
    padding: 0px 25px;
    z-index: 3000;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }

  .ads-bottom .content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }

  .hide-bottom {
    transform: translateY(100%);
    overflow-y: visible;
  }

  .ads-bottom .toggle-btn {
    position: relative;
    display: block;
    border-radius: 0;
    margin: 0 auto;
    padding: 10px 0;
  }

  .ads-bottom .toggle-btn:active {
    background-color: transparent;
  }

  .ads-bottom.hide-bottom .toggle-btn {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    background-color: #420707C7;
    padding: 0;
  }

  .ads-bottom.hide-bottom .toggle-btn:hover {
    background-color: #420707C7;
  }

  .ads-bottom h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .card.listing-orders-detail p {
    font-size: 12px;
    line-height: 16px;
  }

  .accordion-button {
    padding: 15px 10px 10px 10px;
  }

  .accordion-button p {
    width: 50%;
  }

  .accordion-body {
    margin: 10px;
  }

  .accordion-button div {
    font-size: 12px;
    text-align: right;
    line-height: 12px;
  }

  .card .listing-search-detail {
    overflow: hidden;
  }

  .card .listing-search-detail .wrapper {
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
  }

  .card .listing-search-detail .wrapper .row {
    width: 550px;
  }


  .settings .btn {
    width: 49% !important;
  }

  .settings .btn:first-child:active {
    background-color: transparent;
  }

  .pageempty h2 {
    font-size: 3.8em;
    font-weight: 700;
    line-height: 100%;
  }

  .floating-btn {
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
}

