.btn-group-xs > .btn, .btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.btn.btn-icon.btn-xs {
  font-size: 10px;
  line-height: 0em;
  border-radius: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 2.5em;
}

.dataTables_filter, .dataTables_info {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

#login-svg-bg {
  background-image: url("../media/svg/illustrations/login.svg");
}

a.menu-link.active {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

.auth-body {
  background-color: #0D0D17;
}

.btn.btn-black {
  color: #e4e4e4;
  background-color: #0D0D17;
}

.chat-responsive {
  min-width: 500px;
}

.scroll-bar {
  scrollbar-width: none;
}

@media only screen and (max-width: 500px) {
  .chat-responsive {
    min-width: 400px !important;
  }
}
@media only screen and (max-width: 400px) {
  .chat-responsive {
    min-width: 300px !important;
  }
}
@media only screen and (max-width: 300px) {
  .chat-responsive {
    min-width: 200px !important;
  }
}
.input-custom-group-name {
  border-right: 3px dashed #ffffff !important;
  border-radius: 0px;
}
.input-custom-group-name::-moz-placeholder {
  color: #ffffff;
}
.input-custom-group-name::placeholder {
  color: #ffffff;
}

.defaults-groups-areas {
  border-bottom-color: #ffffff;
}

.card-custom {
  box-shadow: -5px 5px 20px 0px rgb(240, 240, 240);
}

.btn.btn-custom {
  background-color: #0D0D17 !important;
  color: #ffffff !important;
}
.btn.btn-custom:hover {
  background-color: #101a2f !important;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  #kt_header {
    background-color: rgb(0, 0, 0) !important;
  }
}
@media (min-width: 575px) {
  .max-sm-width-95 {
    min-width: 95%;
  }
}
@media (min-width: 991px) {
  .text-lg-dark {
    color: var(--kt-text-dark) !important;
  }
}
.bg-sub-card {
  background-color: rgba(0, 0, 0, 0.6);
}

.container-full {
  width: 100% !important;
  max-width: 1600px !important;
}
