/* No border box shadow */
.no-border-box {
    box-shadow: 10px 10px 15px #ccc !important;
    border-radius: 0 !important;
}
/* Custom Alerts Css */
.custom-alert-close {
    color: #fff !important;
    opacity: 1;
}
.custom-alert-danger {
    background-color:rgba(130, 137, 236, 0.62) !important;
    border-color: #3b46ec !important;
    border-radius: 0 !important;
    color: #1e2bee !important;
}

.custom-alert-warning {
    background-color:rgba(130, 137, 236, 0.62) !important;
    border-color: #3b46ec !important;
    border-radius: 0 !important;
    color: #1e2bee !important;
}

.custom-alert-info {
    background-color:rgba(130, 137, 236, 0.62) !important;
    border-color: #3b46ec !important;
    border-radius: 0 !important;
    color: #1e2bee !important;
}

.custom-alert-primary {
    background-color:rgba(130, 137, 236, 0.62) !important;
    border-color: #3b46ec !important;
    border-radius: 0 !important;
    color: #1e2bee !important;
}

.custom-alert-secondary {
    background-color:rgba(130, 137, 236, 0.62) !important;
    border-color: #3b46ec !important;
    border-radius: 0 !important;
    color: #1e2bee !important;
}

.custom-alert-success {
    background-color:rgba(130, 137, 236, 0.62) !important;
    border-color: #3b46ec !important;
    border-radius: 0 !important;
    color: #1e2bee !important;
}
