body {
  --primary-color: #c70039;
  --secondary-color: #091019;
  overflow-x: hidden;
  padding-right: 0 !important;
}

.card .table-responsive td a.btn {
  border-radius: 50%;
  padding: 0;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: var(--bs-success);
}

.card .table-responsive td a.btn-danger {
  color: var(--bs-danger);
}

/* //loader css */
.loader-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* HTML: <div class="loader"></div> */
.loader {
  --r1: 154%;
  --r2: 68.5%;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(var(--r1) var(--r2) at top, #0000 79.5%, var(--primary-color) 80%), radial-gradient(var(--r1) var(--r2) at bottom, var(--primary-color) 79.5%, #0000 80%), radial-gradient(var(--r1) var(--r2) at top, #0000 79.5%, var(--primary-color) 80%), #ffffff;
  background-size: 50.5% 220%;
  background-position: -100% 0%,0% 0%,100% 0%;
  background-repeat: no-repeat;
  -webkit-animation: l9 2s infinite linear;
          animation: l9 2s infinite linear;
}

@-webkit-keyframes l9 {
  33% {
    background-position: 0% 33% ,100% 33% ,200% 33%;
  }
  66% {
    background-position: -100%  66%,0%   66% ,100% 66%;
  }
  100% {
    background-position: 0% 100%,100% 100%,200% 100%;
  }
}

@keyframes l9 {
  33% {
    background-position: 0% 33% ,100% 33% ,200% 33%;
  }
  66% {
    background-position: -100%  66%,0%   66% ,100% 66%;
  }
  100% {
    background-position: 0% 100%,100% 100%,200% 100%;
  }
}

@media (max-width: 480.99px) {
  .navbar .navbar-brand-wrapper {
    width: 108px;
  }
  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content-wrapper {
    padding: 24px 12px;
  }
  .card .card-body {
    padding: 24px 16px;
  }
}
/*# sourceMappingURL=custom.css.map */