html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.custom-confirm-button {
    background-color: #007bff;
    color: white;
    border: none;
}

    .custom-confirm-button:hover {
        background-color: #007bff;
    }

td {
    box-shadow: none !important;
}

.custom-confirm-button {
    background: #355EFC !important;
    padding: .25rem 1.2rem !important;
    border-radius: 3px;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-color: none !important;
    font-size: 16px !important;
}
    .custom-confirm-button:hover {
        background: #2b4ccc !important;
        padding: .25rem 1.2rem !important;
        border-radius: 3px;
        color: #ffffff !important;
        text-decoration: none !important;
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
        border-color: none !important;
    }

.custom-cancel-button {
    background: #6c757d;
    padding: .25rem 1.2rem !important;
    border-radius: 3px;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

    .custom-cancel-button:hover {
        background-color: #5c636a;
        border-color: #0056b3;
        color: #ffffff;
        transition: background-color 0.3s ease, border-color 0.3s ease;
        text-decoration: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

div:where(.swal2-icon).swal2-warning {
    border-color: #355EFC !important;
    color: #355EFC !important;
}

div:where(.swal2-icon).swal2-success {
    border-color: #355EFC !important;
    color: #355EFC !important;
}

div:where(.swal2-icon).swal2-error {
    border-color: #355EFC !important;
    color: #355EFC !important;
}

    div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #355EFC !important;
    }

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-color: #355EFC !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #355EFC !important;
}

.button-custom-style {
    border: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
}

.side-menu {
    color: #355EFC;
    width: 15px;
}

    .side-menu:hover {
        color: #000000;
    }