

 /* body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding-top: 52px;
  
} */

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    margin: 0; /* Increased top padding for gap */
    min-height: 100vh; /* Ensures full-screen height */
    display: flex;
    flex-direction: column;
}
.btn.active{
    background-color: #f04438;
    color:#fff;
}
 .custom-btn-group  {
    flex: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    background-color: #ffffff;
    border: none;
    border-right: 1px solid #ced4da;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 0;
}

    /* .custom-btn-group .btn:last-child {
        border-right: none;
    } */


    .content > div{
        border-radius: 8px;
    }
    
    .custom-btn-group {
        display: inline-flex;    
        /* flex-wrap: nowrap; */
        border: 1px solid #ced4da;
        border-radius: 8px ¡important;
        /* overflow: hidden; */
        /* margin-bottom: 20px; */
    }
    

    .custom-btn-group {
    background-color: #dee5fc;
    color: #000000;
    font-weight: bold;
}

.custom-btn-group  {
    background-color: #e9ecef;
    color: #212529;
}

@media (max-width: 768px) {
    .custom-btn-group {
        flex-direction: column;
        width: 90%;
    }

    .custom-btn-group .btn {
        padding: 10px;
        font-size: 14px;
    }

    .custom-btn-group .btn:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #ced4da;
    }
}
