

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.homeTable tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
} {
    font-size: 1rem!important;
}

.homeTable td {
    font-size: 0.875rem !important; 
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

    .dropdown-content.show {
        display: block;
    }

.dropdown-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn-smaller {
    padding: 0.15rem 0.4rem;
    font-size: 0.55rem;
    line-height: 1.5;
}
.btn-gradient {
    background: linear-gradient(to right, #28a745, #218838);
    border: none;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #218838, #1e7e34);
    transform: scale(1.03);
}

