
/** custom css **/
.modal-body:has(.teo-zoning-table) {
    background: #fff;
}

.teo-zoning-table .teo-tab-buttons-container > .nav-tabs > .nav-item > .nav-link {
    color: black !important;
    background: white !important;
}

.teo-zoning-table .teo-tab-buttons-container > .nav-tabs > .nav-item > .nav-link > .svg-icon {
    color: var(--bs-primary) !important;
}

.teo-zoning-table input::placeholder {
    color: white !important;
}

.teo-zoning-table .header-content svg {
    display: block;
    margin: auto;
}

.teo-zoning-table .table-bordered .btn {
    height: 40px;
    white-space: nowrap;
}

.teo-zoning-table .header-wrapper {
    margin-right: -10px;
    margin-left: -10px;
    padding: 5px 15px;
    background: #ECEFF1;
    border-bottom: 1px solid #CFD8DC;
}

.teo-zoning-table .header-content {
    position: relative;
    width: 100%;
    height: 80px;
}

.teo-zoning-table .header-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: black;
}

@media (max-width: 450px) {
    .project-name {
        font-size: 12px;
    }
}

.imar-durum-map-container {
    height: 38rem;
    width: 100%;
    position: relative;
    margin: auto;
    border: 1px solid #e5e5e5;
}
@media (max-height: 900px) {
    .imar-durum-map-container {
        height: 35rem;
    }
}
@media (min-height: 1080px) {
    .imar-durum-map-container {
        height: 50rem;
    }
}
.teo-zoning-table .table-bordered th {
    background: #ECEFF1;
}

.teo-zoning-table .table-bordered td {
    background: #f9fcfd;
    width: 20%;
}

.teo-zoning-table .table-vertical th {
    text-align: right;
    width: 20%;
}


.teo-zoning-table .table > tbody > tr > th,
.teo-zoning-table .table > tfoot > tr > th,
.teo-zoning-table .table > thead > tr > td,
.teo-zoning-table .table > tbody > tr > td,
.teo-zoning-table .table > tfoot > tr > td {
    padding: 0.7%;
    line-height: 1;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
}
.teo-zoning-table table tbody tr, .teo-zoning-table table tbody td {
    color: black !important;
}
.project-name h3, .project-name span, .teo-zoning-table b{
    color: black!important;
}
.teo-zoning-table .fixed-table-container{
    height: 300px;
}
.teo-zoning-table .card-views {
    background-color: white!important;
}
