/***** icheckbox *****/
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}
/***** End icheckbox *****/

/***** SweetAlert *****/
.swal2-container {
    font-family: "Inter", sans-serif;
    padding: 0 1rem;
}
.swal2-popup.swal2-modal {
    border-radius: 0.625rem; /* smooth rounded */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    padding: 1.5rem 2rem;
    max-width: 420px;
    border: 1px solid #e5e7eb;
}
.swal2-popup.swal2-toast {
    border-radius: 0.5rem;
    padding: 1rem !important;
    background-color: #ffffff;
    color: #374151;
    border: 1px solid #e5e7eb;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    max-width: 400px !important;
}
.swal2-toast .swal2-title {
    font-size: 0.875rem;
    font-weight: 400;
    color: #111827;
}
.swal2-popup.swal2-toast .swal2-html-container {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1f2937;
}
.swal2-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0;
}
.swal2-html-container {
    font-size: 0.9375rem;
    color: #4b5563;
}
.swal2-styled {
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    min-width: 90px;
    transition: background-color 0.2s ease, color 0.2s ease;
    box-shadow: none;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
}
.swal2-toast .swal2-icon-success {
    background-color: #10b981;
}
.swal2-toast .swal2-icon-error {
    background-color: #ef4444;
}
.swal2-toast .swal2-icon-warning {
    background-color: #f59e0b;
}
.swal2-toast .swal2-timer-progress-bar {
    background: #2563eb;
}
/***** End SweetAlert *****/

/***** Bootstrap 4.6 *****/
/***** Button *****/
.btn-md {
    padding: 0.4rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
/***** End Button *****/

/***** End Bootstrap 4.6 *****/

/***** Jquery Validation *****/
span.error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    padding-top: 0.25rem;
}
/***** End Jquery Validation *****/
