@media (max-width: 992px) {
    body {
        padding-bottom: 70px;
    }
}

// Responsive Navbar
@media (max-width: 991.98px) {
    #mobileNavModal .modal-dialog {
        margin: 0;
        max-width: 100%;
        width: 100%;
        height: 100vh;
    }

    #mobileNavModal .modal-content {
        height: 100vh;
        border: none;
        border-radius: 0;
    }

    #mobileNavModal .modal-body {
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
    }
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-item {
    color: #FFF;
}

.dropdown-item:hover {
    color: #000;
}

.container-modal-regis {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.link-modal-regis a {
    text-decoration: none;
    color: #FFF;
}

.link-modal-regis a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

td {
    padding: 8px 5px;
}

td:first-child {
    width: 30px;
}

@media (max-width: 385px) {
    .custom-search-width {
        width: 180px; /* Set your desired width */
    }
}

@media (max-width: 355px) {
    .custom-search-width {
        width: 160px; /* Set your desired width */
    }
}

@media (max-width: 333px) {
    .custom-search-width {
        width: 140px; /* Set your desired width */
    }
}