
@media (min-width: 1024px) {
    .modal-xl {
        width: 1200px;
        max-width: 90%;
    }
}

.profile-pic>img {
    border-radius: 0;
    position: relative;
    border: 5px solid #cc6262;
    top: -30px;
    left: 10px;
    display: inline-block;
    z-index: 4;
    max-width: 100px;
}

.btn-ghost-danger {
    color: #ff0000;
}

.card .card-header h4+.card-header-action .btn,
.card .card-header h4+.card-header-form .btn {
    border-radius: .25rem !important;
}

.card .card-header .btn:not(.note-btn) {
    border-radius: .25rem !important;
}

.card .card-header {
    min-height: 40px !important;
    padding: 10px 25px !important;
}

.sweet-danger{
    background-color: #e64942 !important;
}

.toast {
    min-width: 320px;
    position: absolute;
    top: 90px;
    right: 20px;
}
