.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #3399FF !important;
    border-radius: 0.25em !important
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}


/*======================= toast message css ==================*/

.toast-message {
    position: fixed;
    top: -100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    right: 0;
    border-radius: 10px;
    /*   width: auto;
    font-size: 16px;*/
    transition: all 0.5s;
    z-index: 9999;
}

@media (max-width: 424px) {
    .toast-message {
        width: calc(100% - 20px);
    }
}

.toast-message.success {
    background: #317e00;
}

.toast-message.danger {
    background: #f8d7da;
}

.toast-message .message {
    color: #842029;
    padding: 14px 30px;
    text-align: center;
    font-size: 15px;
}


.toast-message .close:hover {
    opacity: 0.6;
}

.tst_btn {
    text-align: center;
    margin-top: 1em;
}
