@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap");
:root {
  --bs-primary: $primary;
}

* {
  font-family: "Noto Sans", serif;
}

.border-left {
  border-left: 5px solid #2e383f !important;
}

.classic-nav {
  padding-inline: 10px;
  background-color: #2e383f;
  font-weight: normal;
  box-shadow: 4px 0px 0px rgba(0, 0, 0, 0.1450980392) !important;
}
.classic-nav li, .classic-nav a, .classic-nav i, .classic-nav svg {
  text-decoration: none;
  color: #fff;
  padding-block: 5px;
}

.dropdown-item a {
  color: #000 !important;
}

.card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff !important;
}

.btn {
  font-size: 12px;
  font-weight: bold;
}

.form-control, .form-select {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 1px;
}
.form-control:active, .form-select:active {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #2e383f;
}
.form-control:focus, .form-select:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #2e383f;
}

.btn-primary {
  background: #2e383f !important;
  border: 1px solid #2e383f !important;
}

.btn-link {
  text-decoration: none;
}

.invalid {
  border: 1px solid rgb(163, 27, 27);
}

.not-visible {
  display: none;
}

.visible {
  display: block;
  color: rgb(163, 27, 27);
  font-weight: 500;
}
.visible i {
  color: rgb(163, 27, 27);
}

.reloadicon {
  animation-fill-mode: forwards;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: animation 300ms ease-in-out;
}
.reloadicon:hover {
  color: grey !important;
  animation: rotation !important;
}
.reloadicon:focus {
  animation: rotation;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.text-primary {
  color: #2e383f !important;
}

.border-left {
  border-left: 4px solid #2e383f;
}

.display-6 {
  color: #2e383f;
}

.fade-out {
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.btn-white:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1450980392);
}

td {
  font-size: 12px !important;
}

input[readonly] {
  background-color: #ebeef3 !important;
}

#outletTable th, #userTable th {
  font-size: 12px !important;
}

.dt-info {
  font-size: 12px !important;
}

label[for] {
  margin-left: 10px;
  font-size: 12px;
}

.dt-input {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 1px;
}
.dt-input:active {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #2e383f;
}
.dt-input:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #2e383f;
}

#action_table td {
  border-bottom: none !important;
}

#outletTable {
  text-align: left !important;
}

.bg-primary {
  background: #2e383f !important;
}

.col-11 {
  transition: padding 300ms ease-in-out;
}

.sidebar {
  height: 95vh;
  padding: 0;
}
.sidebar .links {
  font-weight: 600 !important;
  display: block;
  padding-block: 10px;
  color: #000 !important;
  text-decoration: none;
  transition: padding 300ms ease-in-out;
}
.sidebar .links:hover .col-11 {
  padding-left: 10px !important;
  color: #2e383f !important;
}
.sidebar .links:hover i {
  color: #2e383f !important;
}

.main-section {
  height: 100vh;
  padding-bottom: 50px;
  overflow-y: scroll !important;
}

.text-info {
  color: #15659A !important;
}

.product_card {
  border-left: 3px solid #2e383f;
}

.login-wrapper {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 2rem;
  max-width: 400px;
  width: 100%;
}

.brand-title {
  color: #2e383f;
  font-size: 1.8rem;
  font-weight: bold;
}

.form-label {
  font-size: 12px;
  color: #444;
}

.form-control {
  padding: 10px 15px;
}
.form-control:focus {
  border-color: #2e383f;
  box-shadow: 0 0 0 0.2rem rgba(46, 56, 63, 0.25);
}

.btn-primary {
  border-radius: 12px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .login-wrapper {
    padding: 1.5rem;
    border-radius: 16px;
  }
}/*# sourceMappingURL=index.css.map */