.border-primary {
    border: solid 1px #0C768A;
    border-radius : 10px;
}


.success-toast {
    border: solid 3px #086070d8 !important;
    font-weight: 500;
    border-radius: 8px;
}

.success-toast .swal2-title {
    font-size: 14px !important;
    color: #086070d8 !important;
}

.warning-toast {
    border: solid 3px #ffc107 !important;
    font-weight: 500;
    border-radius: 8px;
}

.warning-toast .swal2-title {
    font-size: 14px !important;
    /* color: #ffc107 !important; */
}

.error-toast {
    border: solid 3px #901414 !important;
    font-weight: 500;
    border-radius: 8px;
}

.error-toast .swal2-title {
    font-size: 14px !important;
    color: #901414 !important;
}
