input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.min-h-100 {
  min-height: 100%;
}

.toggle-password-visibility {
  cursor: pointer;
}

.smaller {
  font-size: 0.75em;
}

.cursor-pointer {
  cursor: pointer;
}

.form-check-input {
  min-width: 25px;
  width: 25px;
  min-height: 25px;
  height: 25px;
  cursor: pointer;
}
.form-select-sm .selectize-input {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 4px 8px;
}

.btn-xs {
  padding: 0 4px;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.btn-jumbo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  min-height: 120px;
  padding: 12px 24px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .btn-jumbo {
    justify-content: space-between;
  }
}

label {
  cursor: pointer;
}
label.disabled {
  cursor: default;
  opacity: 0.7;
}

@media screen and (min-width: 576px) {
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
.border-input {
  border-color: #ced4da !important;
}

.bg-light {
  background-color: #ebebeb !important;
}
@media screen and (min-width: 576px) {
  .bg-sm-light {
    background-color: #ebebeb !important;
  }
}

@media screen and (min-width: 576px) {
  .rounded-sm-0 {
    border-radius: 0;
  }
}

@media screen and (min-width: 576px) {
  .fw-sm-semibold {
    font-weight: 600 !important;
  }
}

.flex-basis-100 {
  flex-basis: 100% !important;
}
@media screen and (min-width: 576px) {
  .flex-basis-sm-none {
    flex-basis: unset !important;
  }
}

.faded {
  opacity: 0.7;
}

.sb-sidenav-light {
  background-color: #ebebeb !important;
}
.sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: #212529;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: #212529;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link.active {
  font-weight: 500;
}
.sb-sidenav-light .sb-sidenav-footer {
  background-color: #d5d5d5;
  font-weight: 500;
}

#layoutAuthentication {
  background-color: #dedede;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar .navbar-brand img {
  max-width: 40px;
  width: 100%;
  display: block;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 299px) {
  .navbar .navbar-brand span {
    display: none;
  }
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  transition: color 0.15s ease-in-out;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon, .sb-sidenav-dark .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 8px !important;
    justify-content: flex-start !important;
  }
}

.file-caption-name {
  background-color: #ffffff !important;
}

.image-input-current {
  position: relative;
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-bottom: none;
  border-radius: 0.375rem 0.375rem 0 0;
}
.image-input-current img {
  max-height: 72px;
  margin-top: 16px;
}
.image-input-current span {
  font-size: 14px;
  font-weight: 600;
}
.image-input-current h6 {
  position: absolute;
  left: 8px;
  top: 4px;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.image-input-current-remove {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 4px;
  right: 8px;
}
.image-input input.file-caption-name {
  border-radius: 0 0 0 0.375rem;
}
.image-input .btn-file {
  border-radius: 0 0 0.375rem 0;
}

.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper input {
  padding-right: 32px;
}
.datepicker-wrapper .empty-datepicker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.datepicker-wrapper .empty-datepicker:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 18px;
  color: #ff0000;
}

.disabling-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.15);
}

.selectize-dropdown-emptyoptionlabel {
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
