/* Popup Card */
.hms-swal-popup {
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Title */
.hms-swal-title {
    color: #28a745;
    font-size: 22px;
    font-weight: 600;
}

/* Message Text */
.hms-swal-text {
    font-size: 16px;
    color: #444;
    margin-top: 8px;
}

/* Confirm Button */
.hms-swal-button {
    background-color: #28a745 !important;
    border-radius: 6px !important;
    padding: 8px 22px !important;
    font-weight: 500;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.hms-swal-button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.hms-swal-button:hover {
    background-color: #218838  !important;
}

/* warning  */
/* Popup */
.hms-warning-popup {
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-top: 4px solid #f39c12;
}

/* Title */
.hms-warning-title {
    font-size: 22px;
    font-weight: 600;
}

/* Text */
.hms-warning-text {
    font-size: 16px;
    color: #444;
    margin-top: 8px;
}

/* Confirm Button */
.hms-warning-confirm {
    border-radius: 6px !important;
    padding: 8px 22px !important;
    font-weight: 500;
}

/* Cancel Button */
.hms-warning-cancel {
    background-color: #6c757d !important;
    border-radius: 6px !important;
    padding: 8px 22px !important;
}
.hms-warning-confirm:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* Error Message */
/* Popup */
.hms-error-popup {
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-top: 4px solid #d12c2d;
}

/* Title */
.hms-error-title {
    color: #d12c2d;
    font-size: 22px;
    font-weight: 600;
}

/* Text */
.hms-error-text {
    font-size: 16px;
    color: #444;
    margin-top: 8px;
}

/* Confirm Button */
.hms-error-button {
    background-color: #d12c2d !important;
    border-radius: 6px !important;
    padding: 8px 22px !important;
    font-weight: 500;
}
.hms-error-button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.hms-error-button:hover {
    background-color: #a51f20 !important;
}
/* Info Message  */
/* Popup */
.hms-info-popup {
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-top: 4px solid #0d6efd;
}

/* Title */
.hms-info-title {
    /* color: #0d6efd; */
    font-size: 22px;
    font-weight: 600;
}

/* Text */
.hms-info-text {
    font-size: 16px;
    color: #444;
    margin-top: 8px;
}

/* Confirm Button */
.hms-info-button {
    /* background-color: #0d6efd !important; */
    border-radius: 6px !important;
    padding: 8px 22px !important;
    font-weight: 500;
}

.hms-info-button:hover {
    /* background-color: #0b5ed7 !important; */
}