﻿.card .card-header {
/*    min-height: 50px !important;*/
}
.k2_headerBox_dark_st1 {
    width: 100%;
    border-top: solid 3px;
}
.k2_divBox_st1 {
    width: 100%;
    border: solid 3px #02cad9;
    border-radius: 10px;
    padding: 10px;
    /*013048 02cad9*/
}



.toast-alert .toast-title {
    font-size: 16px;
}

.toast-alert .toast-message {
    font-size: 14px;
}


.toast-alert-dark {
    background-color: #5A4B00 !important;
    color: #FFD966 !important;
    opacity: 0.98 !important;
    box-shadow: 0 0 12px #000;
    border-radius: 3px !important;
}
    .toast-alert-dark .toast-close-button {
        color: #fff !important;
    }

.toast-alert-light {
    background-color: #fff !important;
    border: 2px solid #FFD54F;
    color: #795548 !important;
    opacity: 0.98 !important;
    box-shadow: 0 0 12px #000;
    border-radius: 3px !important;
}

    .toast-alert-light .toast-close-button {
        color: #000 !important;
    }


