﻿* {
    font-family: SolaimanLipi;
}

.card-header {
    padding: 0 !important;
    background: #4f985f;
}

    .card-header h2 {
        margin: auto !important;
        text-align: center;
        color: #ffff;
        font-family: SolaimanLipi;
        padding-top: 4px;
    }

.mouzaRow {
    background-color: #f6f8fc !important;
}

    .mouzaRow span {
        color: #1766b4;
        font-size: 20px;
    }

.districtHeader {
    font-size: 20px;
    color: #431279;
}

.thana1 {
    font-size: 20px;
    color: #1766b4;
}


/* Make the table responsive */
#mouzaTable {
    border-collapse: collapse;
    width: 100%;
    margin-top: 0px !important;
}

    #mouzaTable th, #mouzaTable td {
        text-align: center;
        padding: 10px;
        border: 1px solid #dae3df;
    }

    /* Bold header cells */
    #mouzaTable th {
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #4f985f;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        border: 1px solid #ddd;
    }

    /*            #mouzaTable tbody tr {
                        background-color: #f1f1f1;
                    }*/

    /*            #mouzaTable tbody {
                        max-height: 400px;
                        overflow-y: auto;
                    }*/
    /* Add hover effect for table rows */
    #mouzaTable tbody tr:hover {
        background-color: #f1f1f1;
    }

/* Responsive styling */
.tablePart {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
}

#getMouzabtn {
    width: auto;
}

@@media(max-width: 768px) { /* Adjust the max-width as needed */
    #getMouzabtn {
        margin-top: 10px;
    }
}
