
.alert {
    border: 0;
}

.toast_theme_color .alert-success {
    background-color: #BEDA52 !important;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-radius: 0;
    margin-bottom: -9px;
    border-radius: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 70px;
}

.toast_theme_color .alert-warning {
    background-color: #F8570C !important;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-radius: 0;
    margin-bottom: -9px;
    border-radius: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.toast_theme_color .alert-danger {
    background-color: #D03C34 !important;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-radius: 0;
    margin-bottom: -9px;
    border-radius: 0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.toast_theme_color a.btn.btn-outline-primary {
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 3px 18px 3px 18px;
    font-weight: 700;
    color: #000;
    border-radius: 0;
}

    .toast_theme_color a.btn.btn-outline-primary:hover {
        background: #000000;
        color: #ffffff;
    }

.toast_theme_color {
    margin-top: -10px;
}

.toast_icon_close {
    position: absolute;
    right: 19px;
    top: 23px;
}

.toast_theme_color p {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {

    .toast_theme_color .alert {
        display: inline-block;
        width: 100%;
    }

    .toast_theme_color .alert-success {
        height: auto;
    }
}
