@charset "UTF-8";
.btn {
  padding: 0.75rem 1rem !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-family: Nunito;
  font-weight: 700 !important;
}
.btn .fa {
  font-size: 15px !important;
}

@media (min-width: 992px) {
  .btn-small {
    padding: 0.25rem 0.5rem !important;
    font-size: 11px !important;
  }
}
.btn-label {
  background: none !important;
}

/**
    * * Button primary
    */
.btn-primary,
.label-primary {
  background-color: hsl(35, 84%, 52%) !important;
  color: white !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.label-primary:hover,
.label-primary:active,
.label-primary:focus {
  background-color: #eda135 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/**
     * * Button warning
     */
.btn-warning,
.label-warning {
  background-color: hsl(32, 100%, 88%) !important;
  color: hsl(30, 91%, 28%) !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-warning:hover {
  background-color: hsl(30, 91%, 28%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/**
     * * Button danger
     */
.btn-danger,
.label-danger {
  background-color: hsl(0, 91%, 38%) !important;
  color: hsl(0, 50%, 92%) !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-danger:hover {
  border: 0 !important;
  box-shadow: none !important;
}

/**
     * * Button success
     */
.btn-success,
.label-success {
  background-color: hsl(130, 50%, 88%) !important;
  color: hsl(130, 91%, 28%) !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-success:hover {
  background-color: hsl(130, 50%, 92%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/**
     * * Button info
     */
.btn-info {
  background-color: hsl(204, 24%, 48%) !important;
  color: white !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-info:hover {
  background-color: #6a8da4 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.label-info {
  background-color: hsl(0, 0%, 85%) !important;
  color: hsl(0, 0%, 28%) !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

/**
     * * Button secondary
     */
.btn-secondary,
.label-secondary {
  background-color: hsl(0, 0%, 95%) !important;
  color: hsl(0, 0%, 28%) !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-secondary:hover {
  background-color: hsl(0, 0%, 97%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/**
     * * Button white
     */
.btn-white {
  border: 1px solid hsl(0, 0%, 85%) !important;
  background-color: white !important;
  color: hsl(0, 0%, 28%) !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-white:hover {
  border: 1px solid hsl(0, 0%, 85%) !important;
  background-color: hsl(0, 0%, 97%) !important;
  box-shadow: none !important;
}

/**
     * * Button purple
     */
.btn-purple {
  background-color: hsl(261, 50%, 95%) !important;
  color: hsl(261, 91%, 38%) !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-purple:hover {
  background-color: hsl(261, 50%, 92%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/**
     * * Button black
     */
.btn-black {
  background-color: hsl(0, 0%, 0%) !important;
  color: hsl(0, 0%, 95%) !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
}

.btn-black:hover {
  background-color: hsl(0, 0%, 20%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/**
     * * Button inverse
     */
.btn-inverse {
  background-color: hsl(195, 11%, 21%) !important;
  color: white !important;
  box-shadow: none !important;
  border: 0 !important;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus {
  background-color: #3b464a !important;
  color: white !important;
  box-shadow: none !important;
}

/**
     * * Button primary solid
     */
.btn-primary--solid {
  background-color: hsl(35, 84%, 52%) !important;
  color: white !important;
  border: 0 !important;
  box-shadow: none;
  border-radius: 6px;
  font-weight: 700 !important;
}
.btn-primary--solid :hover {
  background-color: #eda135 !important;
}

.btn-success.outlined {
  background-color: transparent;
  border-color: #4caf50;
  color: #4caf50;
  box-shadow: none !important;
}

.btn-orange.outlined {
  background-color: transparent;
  border-color: #ffa726;
  color: #ffa726;
  box-shadow: none !important;
}

.btn-danger.outlined {
  background-color: transparent;
  border-color: #f44336;
  color: #f44336;
  box-shadow: none !important;
}

.btn-warning.outlined {
  background-color: transparent;
  border-color: #ff9800;
  color: #ff9800;
  box-shadow: none !important;
}

.btn-primary-outlined {
  background-color: transparent !important;
  border: 1px solid !important;
  box-shadow: none !important;
  border-color: hsla(211, 62%, 30%, 0.95) !important;
  color: hsla(211, 62%, 30%, 0.95) !important;
}
.btn-primary-outlined:hover {
  background-color: hsl(205, 79%, 91%);
}

*,
:before,
::after {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-inset: var(--tw-empty, /*!*/
  /*!*/
  );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --primary-main: #90caf9;
  --primary-dark: #42a5f5;
  --error-main: #f44336;
  --error-dark: #d32f2f;
  --danger-main: #f44336;
  --danger-dark: #d32f2f;
  --warning-light: #ffb74d;
  --warning-main: #ffa726;
  --warning-dark: #f57c00;
  --info-main: #29b6f6;
  --info-dark: #0288d1;
  --success-main: #66bb6a;
  --success-dark: #388e3c;
}

.modern-form label:before {
  /*content: '•\00a0  ';*/
  font-weight: 700 !important;
}

.mod-form input,
.mod-form select,
.mod-form textarea,
.mod-form .bootstrap-tagsinput {
  outline: none;
  border: 0 !important;
  border-bottom: 1px solid #555555 !important;
  border-radius: 0px !important;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.mod-form .bootstrap-tagsinput input {
  background-color: white !important;
}

.mod-form .multiselect {
  border: 0 !important;
  border-bottom: 1px solid #555555 !important;
  color: #999999;
  background-color: #fafafa !important;
}

.mod-form .multiselect__tags,
.mod-form .multiselect__tags input {
  border: 0 !important;
  border-radius: 0px !important;
}

input:not([type=checkbox]):not([type=radio]):not(.multiselect__input):not(.b-border),
select,
textarea,
.bootstrap-tagsinput,
.multiselect__tags {
  border: 1px solid !important;
  margin-top: 0.25rem;
  border-color: rgb(209, 213, 219) !important;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
  border-radius: 0.375rem !important;
}

input:not([type=checkbox]):not([type=radio]):hover,
select:hover,
textarea:hover,
.bootstrap-tagsinput:hover,
.multiselect__tags:hover {
  --tw-ring-opacity: 0.5;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
  transition: all 0.35s ease;
}

input:focus,
input:focus {
  border-color: cornflowerblue !important;
}

.multiselect__input {
  border: 0 !important;
  box-shadow: none !important;
}

.bootstrap-tagsinput .label-info {
  background-color: hsl(196, 74%, 89%) !important;
}

label {
  font-size: 10.5px;
  color: rgba(50, 50, 77, 0.85);
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.topbar-main i,
.topbar-main .material-symbols-outlined,
.topbar-main .noti-icon {
  color: hsl(195, 11%, 21%) !important;
}

#topnav .navbar-custom {
  border-top: 1px solid #d8d8d8;
  background-color: hsl(195, 11%, 21%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

#topnav .navigation-menu > li > a {
  display: block;
  color: hsl(195, 11%, 21%) !important;
  font-size: 1rem;
  /*  -webkit-transition: all .5s ease;
  transition: all .5s ease;*/
  line-height: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700 !important;
}

#topnav .navigation-menu > li > a:hover {
  color: #111111 !important;
}

#topnav .has-submenu.active a {
  color: hsl(195, 11%, 21%) !important;
  font-weight: 800 !important;
}

#topnav .has-submenu.active ul a {
  color: hsl(195, 11%, 21%) !important;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li .submenu li a:hover {
    color: hsl(195, 11%, 21%) !important;
    font-weight: 600 !important;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  #topnav .navigation-menu > li .submenu li a {
    padding: 8px 25px;
    font-size: 1.1rem;
    color: hsl(195, 11%, 21%) !important;
    transition: all 0s ease;
  }
}
@media (min-width: 992px) {
  #topnav .navigation-menu > li:hover a {
    color: hsl(195, 11%, 21%) !important;
  }
  #topnav .navbar-custom {
    background-color: hsl(195, 11%, 21%) !important;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: hsl(211, 10%, 10%) !important;
  }
  #topnav .navigation-menu > li .submenu li a {
    color: hsl(195, 11%, 21%) !important;
  }
  #topnav .navigation-menu > li:hover a {
    color: hsl(211, 10%, 90%) !important;
  }
  #topnav .navigation-menu > li > a {
    color: hsl(211, 10%, 90%) !important;
  }
  #topnav .navigation-menu > li > a:hover {
    color: hsl(211, 10%, 90%) !important;
  }
  #topnav .has-submenu.active a {
    color: hsl(211, 10%, 90%) !important;
  }
  #topnav .has-submenu.active ul a {
    color: hsl(211, 10%, 90%) !important;
  }
}
.navigation-menu:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    color: #e3e5e8 !important;
    font-size: 0.85rem;
  }
}
th {
  font-size: 0.95em;
  color: #6a6a6a !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}

.alert {
  box-shadow: none !important;
}

.alert-warning {
  background-color: #ffc487 !important;
  color: #9c611f !important;
  font-weight: 700;
}

.alert-danger {
  background-color: var(--danger-main) !important;
}

.alert-primary {
  background-color: var(--primary-main) !important;
  font-weight: 500;
}

.alert-success {
  background-color: var(--success-main) !important;
}

/**
 * 
 * OTHER-----------------------------------------------------------------------------------------
 */
body {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  background: #f5f7f9;
  font-display: block;
  font-size: 13.6px !important;
}

html {
  font-size: 13.6px !important;
}

.modal-content {
  border-radius: 8px !important;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 48;
}

.card-box {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.login-box-page-container input {
  border: 0 !important;
  border-bottom: 1px solid #444444;
}

.balance-vue-modal label {
  font-size: 0.9em;
  color: #555555 !important;
  cursor: pointer;
  text-transform: none !important;
  font-weight: 600;
  letter-spacing: 0px !important;
}

.widget-panel, .card-box {
  border-radius: 12px;
}

/*# sourceMappingURL=theme-yellow-1-compiled.css.map */
