﻿#phoneDirectory {
    padding: 5% 5% 1% 5%;
}

.phone-list {
    font-family: Arial, sans-serif;
}

.division-group {
    border: 2px solid gray;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

.division-title {
    border: 1px solid #035c29;
    text-align: center;
    background-color: #145a32;
    color: white;
    margin: 0;
    padding: 10px;
}

.district-title {
    border: 1px solid #b38500;
    text-align: center;
    background-color: #ffd764;
    margin: 0;
    padding: 5px;
}

.phone-list-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

    .phone-list-table th, .phone-list-table td {
        border: 1px solid black;
        padding: 8px;
        text-align: center;
    }

    .phone-list-table th {
        background-color: #CCCCCC;
    }

    .phone-list-table td {
        text-align: left;
    }

.fa-ban {
    color: red;
    font-size: 5rem;
}

.w-complint .sub-dept-1 label {
    margin-left: auto;
    margin-right: auto;
    display: contents;
}

.w-complint .sub-dept-1 {
    background-color: lightyellow;
    padding: 15px;
    margin: 15px 0px;
}

    .w-complint .sub-dept-1 label span {
        margin-top: -5px;
        display: block;
    }

    .w-complint .sub-dept-1 .active {
        background: #ffcc00;
        border-radius: 5px;
        border: 1px solid #666;
    }

label {
    float: left;
    margin-right: 20px;
    font-size: small !important;
    line-height: 25px !important;
}

label span {
    font-family: 'nastaleeqalvi' !important;
    font-size: 17px;
    word-spacing: 2px;
    letter-spacing: initial !important;
}
.search-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

#searchInput {
    width: 300px;
    font-size: 14px;
    border: 2px solid #a7a7a7;
    border-radius: 5px;
    outline: none;
    background-color: white !important;
}

.select2-container {
    width: 100% !important; /* Ensures full width */
}

.select2-selection {
    min-height: 38px; /* Matches Bootstrap form-control height */
    line-height: 38px;
}
