.alert {
  border: 0px;
  position: relative;
  padding: 0.95rem 2.5rem 0.95rem 1rem;
  max-width: 700px;
  border-radius: 1px;
  line-height: 1.2;
  color: inherit;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
  -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
  box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
}

.alert [data-notify=icon] {
  display: block;
}

.alert [data-notify=icon]::before {
  line-height: 35px;
  margin-left: 17px;
  font-size: 22px;
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

.alert [data-notify=title] {
  display: block;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}

.alert [data-notify=message] {
  font-size: 14px;
  color: #3d3d3d;
}

.alert .close {
  background: rgba(255, 255, 255, 0.8);
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 12px !important;
  border-radius: 50%;
}

/*    Alert States    */
.alert-default {
  border-left: 4px solid #1a2035;
}

.alert-default [data-notify=icon]:before {
  background: #1a2035;
}

.alert-primary {
  border-left: 4px solid #1572E8;
}

.alert-primary [data-notify=icon]:before {
  background: #1572E8;
}

.alert-secondary {
  border-left: 4px solid #6861CE;
}

.alert-secondary [data-notify=icon]:before {
  background: #6861CE;
}

.alert-info {
  border-left: 4px solid #48ABF7;
}

.alert-info [data-notify=icon]:before {
  background: #48ABF7;
}

.alert-success {
  border-left: 4px solid #31CE36;
}

.alert-success [data-notify=icon]:before {
  background: #31CE36;
}

.alert-warning {
  border-left: 4px solid #FFAD46;
}

.alert-warning [data-notify=icon]:before {
  background: #FFAD46;
}

.alert-danger {
  border-left: 4px solid #F25961;
}

.alert-danger [data-notify=icon]:before {
  background: #F25961;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #6c757d;
  border-left: 0.25rem solid #dee2e6;
}

.bd-callout h4 {
  margin-bottom: 0.25rem;
}

.bd-callout > :last-child {
  margin-bottom: 0;
}

.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}

.bd-callout .highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.bd-callout-info {
  background-color: rgba(13, 202, 240, 0.075);
  border-color: rgba(13, 202, 240, 0.5);
}

.bd-callout-warning {
  background-color: rgba(255, 193, 7, 0.075);
  border-color: rgba(255, 193, 7, 0.5);
}

.bd-callout-danger {
  background-color: rgba(220, 53, 69, 0.075);
  border-color: rgba(220, 53, 69, 0.5);
}

.bd-callout-success {
  background-color: rgba(25, 135, 84, 0.075);
  border-color: rgba(25, 135, 84, 0.5);
}

.site-debug {
  position: fixed;
  bottom: 0;
  right: 2px;
  text-align: right;
  font-size: 9px;
  opacity: 0.9;
  transition: all 0.1s;
}
.site-debug:hover {
  opacity: 0.8;
}

input[type=radio][name=delivery]:checked + .radio-option-content .form-group.delivery-fields {
  display: block;
}

.form-control:disabled {
  background-color: #4c4c4c;
}

.card.box-card.active .catalog-status {
  background: var(--admin-success);
}
.card.box-card.no .catalog-status {
  background: var(--admin-danger);
}

.modal .modal-title {
  color: var(--bs-secondary-bg);
}
.modal .modal-content {
  color: var(--bs-modal-bg);
}

.f-auth-code input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=number]::-moz-outer-spin-button,
input[type=number]::-moz-inner-spin-button {
  -moz-appearance: textfield;
}