/* Custom padding override for tab containers */
div.pt-10 {
    padding-top: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

div.mt-5.text-md {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 0rem !important;
}

.active {
    display: block;
}

[x-cloak] {
    display: none !important;
}

#toast {
    width: 50px;
    height: 50px;
    border: 10px;
    border-color: blue;
}

/* Fix SweetAlert2 Button Visibility */
.swal2-confirm {
    background-color: #3b82f6 !important;
    /* Blue-500 */
    color: white !important;
}

.swal2-cancel {
    background-color: #ef4444 !important;
    /* Red-500 */
    color: white !important;
}

.swal2-actions button {
    margin: 0 5px;
}