.tooltip-alert-danger > .tooltip-inner {
    color: #761b18;
    font-weight: bold;
    text-align: center;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
    font-size: 1rem !important;
}

.tooltip-alert-danger.bs-tooltip-top > .arrow::before {
    border-top-color: #f9d6d5;
}

.tooltip-alert-danger.bs-tooltip-left > .arrow::before {
    border-left-color: #f9d6d5;
}

.tooltip-alert-danger.bs-tooltip-bottom > .arrow::before {
    border-bottom-color: #f9d6d5;
}

.tooltip-alert-danger.bs-tooltip-right > .arrow::before {
    border-right-color: #f9d6d5;
}

.tooltip-alert-warning > .tooltip-inner {
    color: #856404;
    font-weight: bold;
    text-align: center;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-size: 1rem !important;
}

.tooltip-alert-warning.bs-tooltip-top > .arrow::before {
    border-top-color: #fff3cd;
}

.tooltip-alert-warning.bs-tooltip-left > .arrow::before {
    border-left-color: #fff3cd;
}

.tooltip-alert-warning.bs-tooltip-bottom > .arrow::before {
    border-bottom-color: #fff3cd;
}

.tooltip-alert-warning.bs-tooltip-right > .arrow::before {
    border-right-color: #fff3cd;
}

.tooltip-alert-success > .tooltip-inner {
    color: #155724;
    font-weight: bold;
    text-align: center;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 1rem !important;
}

.tooltip-alert-success.bs-tooltip-top > .arrow::before {
    border-top-color: #d4edda;
}

.tooltip-alert-success.bs-tooltip-left > .arrow::before {
    border-left-color: #d4edda;
}

.tooltip-alert-success.bs-tooltip-bottom > .arrow::before {
    border-bottom-color: #d4edda;
}

.tooltip-alert-success.bs-tooltip-right > .arrow::before {
    border-right-color: #d4edda;
}

.tooltip-alert-info > .tooltip-inner {
    color: #0c5460;
    font-weight: bold;
    text-align: center;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    font-size: 1rem !important;
}

.tooltip-alert-info.bs-tooltip-top > .arrow::before {
    border-top-color: #d1ecf1;
}

.tooltip-alert-info.bs-tooltip-left > .arrow::before {
    border-left-color: #d1ecf1;
}

.tooltip-alert-info.bs-tooltip-bottom > .arrow::before {
    border-bottom-color: #d1ecf1;
}

.tooltip-alert-info.bs-tooltip-right > .arrow::before {
    border-right-color: #d1ecf1;
}

.tooltip-alert-gray > .tooltip-inner {
    color: #383d41;
    font-weight: bold;
    text-align: center;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    font-size: 1rem !important;
}

.tooltip-alert-gray.bs-tooltip-top > .arrow::before {
    border-top-color: #e2e3e5;
}

.tooltip-alert-gray.bs-tooltip-left > .arrow::before {
    border-left-color: #e2e3e5;
}

.tooltip-alert-gray.bs-tooltip-bottom > .arrow::before {
    border-bottom-color: #e2e3e5;
}

.tooltip-alert-gray.bs-tooltip-right > .arrow::before {
    border-right-color: #e2e3e5;
}