/* Bootstrap settings */
.message_info{background: lawngreen;}
.callout{
  padding: .5rem;
  /*border: 1px solid #e9ecef;*/
  border-left-width: 0.25rem !important;
  border-radius: 0.25rem;
}
.callout-success{
  border: 1px solid #9df0c9;
  border-left-color:#198754!important;
  background-color: #daffe8 !important;
  color: #03361e !important;
}
.callout-info{
  border: 1px solid #b6e9f8;
  border-left-color: #3bb3d7!important;
  background-color: rgba(var(--bs-info-rgb), .075);
  color: #0d6681 !important;
}
.callout-primary{
  border: 1px solid #b6d4fe;
  border-left-color:rgb(13,110,253)!important;
  background-color: #cfe2ff !important;
  color: #084298 !important;
}
.callout-secondary {
  border: 1px solid #9da2e2;
  border-left-color:#534f72 !important;
  background-color: #bbbfec !important;
  color: #463b5f !important;
}
.callout-warning{
  border: 1px solid #ffed9a;
  border-left-color:#f0ad4e!important;
  background-color: #fff7e7 !important;
  color: #73510d !important;
}
.callout-danger{
  border: 1px solid #ebc7cd;
  border-left-color:#d9534f!important;
  background-color: #f9e1e5 !important;
  color: #5e0e0e !important;
}

.badge-primary {
  background-color: #dfe7f6 !important;
  color: #2c58a0 !important;
}
.badge-secondary {
  background-color: #ebedef !important;
  color: #40464f !important;
}
.badge-success {
  background-color: #d6f0e0 !important;
  color: #0d6832 !important;
}
.badge-danger {
  background-color: #f9e1e5 !important;
  color: #af233a !important;
}
.badge-warning {
  background-color: #fbf0da !important;
  color: #73510d !important;
}
.badge-info {
  background-color: #def1f7 !important;
  color: #1c657d !important;
}
.badge-light {
  background-color: #ffffff !important;
  color: #4f4f4f !important;
}
.badge-dark {
  background-color: #332e2e !important;
  color: #f5f5f5 !important;
}

.toast {z-index:999}
.toast-primary {
  background-color: #dfe7f6 !important;
  color: #2c58a0 !important;
  border-color: #dfe7f6 !important;
}
.toast-success {
  background-color: #d6f0e0 !important;
  color: #0d6831 !important;
  border-color: #c0e7d0 !important;
}
.toast-danger {
  background-color: #f9e1e5 !important;
  color: #af233a !important;
  border-color: #f4c8cf !important;
}
.toast-warning {
  background-color: #fbf0da;
  color: #73510d;
  border-color: #f9e4be;
}
.toast-info {
  background-color: #def1f7;
  color: #1c657d;
  border-color: #c6e6f1;
}

/* position */
.ta-left {text-align:left}
.ta-center {text-align:center}
.ta-right {text-align:right}

/* size */
.text-sm-12 {font-size: 12px;}
.text-sm-11 {font-size: 11px;}
.text-sm-10 {font-size: 10px;}
.fs-13{font-size: 13px !important}
.fs-14{font-size: 14px !important}
.fs-15{font-size: 15px !important}
.fs-16{font-size: 16px !important}
.fs-18{font-size: 18px !important}

.content a {
    color: #0d6efd !important;
}