.text-bg-success {
  background-color: #0bc54d !important;
}

.text-bg-danger {
  background-color: #f44336 !important;
}

.text-bg-warning {
  background-color: #ff9800 !important;
}

.form-check-input {
  border-color: #2c3136 !important;
}

.form-check-input:checked {
  background-color: #282d31 !important;
  border-color: #2c3136 !important;
}

.btn-dark {
  background-color: #1f1f22 !important;
  border: 1px solid #45454531;
}

.bg-dark {
  background-color: #1f1f22 !important;
  border: 1px solid #45454531;
}

.bg-dark:hover,
.bg-dark:focus,
.bg-dark:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #1f1f22 !important;
  border: 1px solid #45454531;
}

.link-none {
  color: unset !important;
}

.form-switch .form-check-input {
  width: 3rem;
  height: 1.5rem;
  cursor: pointer;
}

.modal-content {
  border: none !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.page-item.active .page-link {
  background-color: #212529 !important;
  border-color: #212529 !important;
}

.btn-custom-dark {
  background-color: #262a2e;
  border: none;
  color: #fff !important;
}

.btn-custom-outline-dark {
  color: #fff !important;
  border: #fff 1px solid;
}

.btn-custom-outline-dark:hover {
  border: #fff 1px solid;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  box-shadow: none !important;
  color: #cbbfdf;
}

.card {
  background: #1f1f22;
}
.ic-custom {
  background-color: #1f1f22 !important;
  border: 1px solid #45454531;
  color: #fff;
  padding: 8px 10px 7px 10px;
  margin-right: 1px;
  border-radius: 5px;
  text-align: center;
  font-size: 0.9rem;
}

.ic-custom2 {
  background-color: #1f1f22 !important;
  border: 1px solid #45454531;
  color: #fff;
  padding: 8px 10px 7px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 0.9rem;
}

.form-control-custom,
.form-control-custom:hover,
.form-control-custom:active,
.form-control-custom:focus {
  border-right: none;
  border-left: none;
}

.form-control-custom2,
.form-control-custom2:hover,
.form-control-custom2:active,
.form-control-custom2:focus {
  border-left: none;
}

.border {
  box-shadow: 5px 5px 0 0 #13131499;
}
