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;
}

.sidebar-item > div > ul {
    margin-top: 10px;
    display: none;
    padding: 10px 0px;
    background-color: #f5f5f5;
    border: 1px solid white;
    border-radius: 7%;
}

.sidebar-item > div > ul > li {
    padding: 7px 5px;
}

.sidebar-item > div > ul > li > a :hover,.hide-menu:hover{
    color: black;
}

.subcat {
    padding: 20px 5px;
}
.pager {
    margin: 5px;
    display: inline-block;
}

.pager a {
        padding: 5px 7px !important;
        margin: 2px !important;
}
.activePage {
    color: white !important;
    background: #68b1ff !important;
}
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18% !important;
}
.card-body{
    padding:10px !important;
}
.card-img, .card-img-bottom, .card-img-top {
    height: 150px !important;
}

.hide-menu {
    cursor: pointer;
}
table th {
    user-select: none;
    cursor:pointer;
}


.table-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    border:1px solid grey;
}
/* Background Gradient */
.yokart-bg {
    background: linear-gradient(135deg, #F4FBFA 0%, #E7F4F2 40%, #EEF9F7 100%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Left Panel Botanical Style */
.yokart-left {
    background: linear-gradient(180deg, #ffffffdd 0%, #f7fffdcc 100%);
    background-image: url('/images/graphics/leaf-pattern.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    border-right: 1px solid #d5e8e5;
}

/* Login Card Styling */
.yokart-card {
    border-radius: 22px;
    box-shadow: 0px 10px 40px rgba(0, 40, 40, 0.08);
    overflow: hidden;
}

/* Brand Typography */
.yokart-title {
    color: #2A6462;
    font-weight: 800;
    letter-spacing: .5px;
}

/* Buttons */
.yokart-btn {
    background: linear-gradient(90deg, #0072ff 0%, #0051cc 100%);
    border: none;
    font-weight: 600;
    box-shadow: 0px 4px 12px rgba(0, 115, 255, 0.3);
}

    .yokart-btn:hover {
        background: linear-gradient(90deg, #005ce0 0%, #003cb0 100%);
    }

/* Inputs */
.form-control {
    border-radius: 10px;
    border: 1px solid #d1e6e4;
}

/* Hyperlinks */
a {
    color: #2A6462;
    font-weight: 600;
}

    a:hover {
        color: #1d4745;
    }

/* Footer */
.yokart-footer {
    color: #4a6766;
    font-size: 14px;
}
