#mou-component .hideElement {
    display: none;
}
.customMobileStyle {
    @media screen and (max-width: 767px){

    }
}

.loader-indicator{
    position: absolute;
    inset: 40px;
    border: none;
    background: transparent;
    overflow: auto;
    border-radius: 4px;
    outline: none;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #dropdownAndBtnContainer .countyDropdown{
    display: flex;
} */

.countyCityButton, .filterDropdown{
    display: flex;
}

.alertFilter
{
    padding-left: 0;
    list-style: none;
    margin: 8px 0 10px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.imgAlert
{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    
}
.drop-menu-pattern.--standard .drop-menu .drop-menu-label.mou-label{
    color: #0D1C3D;
}

#dropdownAndBtnContainer{
    margin-bottom: 36px;
}

.countyCityButton #searchButton{
    margin-left: 11%;
    margin-top: 22px;
    height: 48px;
    margin-bottom: 0;
}

.countyCityButton #searchButton:focus{
    background-color: #0074AD;
    border: #0074AD;
}
.countyCityButton #searchButton:hover{
    background-color: #003B71;
    border-color: #003B71;
}

.filterDropdown #filterSearchButton{
    margin-left: 11%;
    margin-top: 22px;
    height: 48px;
    margin-bottom: 0;
}

.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown.mou-dropdown:hover {
    background-color: #f0f7fa;
}

.drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown.mou-dropdown{
    max-width: 178%;
    width: 226%;
    height: 48px;
    display: inline;
    color: #003b71;
    padding-right: 28px;
}

.filterByDropdowncategory{
    margin-bottom: 36px;
}

.resultText{
    font-size: 18px;
    font-family: 'Gotham 5r';
    font-weight: 350;
    margin-top: 36px;
    margin-bottom: 36px;
}
#tableHeadMou tr th#column1Header, #tableHeadMou tr th#column1HeaderDynamic, #tableHeadMou tr th#column2HeaderDynamic{
    width: 37%;
}

#tableHeadMou tr th#column4Header{
    width: 20%;
}

.cityCountyDetail{
    margin-bottom: 36px;
    margin-top: 36px;
}

.selectedCityCounty{
    font-family: 'Gotham 5r';
}

#showSelectedCountyDetail, #filterTypeDetailOutsideResult, #selectedFilterByOutsideResult{
    font-size: 18px;
}
.textNotBold{
    font-family: 'Gotham 4r';
    font-weight: 325;
}

.data-table .tableHeadMou th{
    color: black;
    font-size: 16px;
}

.data-table .tableBodydMou td{
    font-size: 13px;
    a{
        text-decoration: underline;
    }
}

.filterByCategory{
    margin-bottom: 36px;
}

.drop-menu-pattern.--standard .drop-menu.form-group{
    min-width: 164px;

}

.drop-menu-pattern.--standard .drop-menu.form-group.county-drop-down{
    width: 100%;

}

.data-table .tableHeadMou tr th:first-child{
    padding-left: 0px;
}

.data-table .tableBodydMou tr td:first-child{
    padding-left: 0px;
}

#filterSearchButton, #searchButton {
	font-family: 'Gotham 5r' !important;
}

#apiErrorNotification-msg:focus, #apiErrorNotification-msg:focus-visible,
#resultText:focus, #resultText:focus-visible,
#noResultsNotification-msg:focus, #noResultsNotification-msg:focus-visible{
    outline: none;
}
@media screen and (min-width: 1320px) and (max-width: 1151px ){
    .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown.mou-dropdown{
        width: 180%;
    }

    .countyDropdown #searchButton{
        margin-left: 150px;
    }

    .filterDropdown #filterSearchButton{
        margin-left: 150px;
    }
}


@media screen and (max-width: 1272px) {
    .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown.mou-dropdown{
        width: 155%;
    }

    .countyDropdown #searchButton{
        margin-left: 9%;
        margin-top: 2.2%;
    }

    .filterDropdown #filterSearchButton{
        margin-left: 9%;
        margin-top: 2.2%;
    }
}

@media screen and (max-width: 1350px) {
    #mou-component .data-table tbody td span.table-head,.data-table tbody th span.table-head {
        max-width: 50% !important;
    }
    .filterByDropdowncategory{
        margin-bottom: 30px;
    }
   
    #mou-component .data-table tbody td:last-child{
        padding-right: 0;
    }
    .customMobileStyle p p{
        text-align: end;
    }

    .data-table .tableHeadMou th{
        font-size: 14px;
    }

    .data-table .tableBodydMou td{
        font-size: 13px;
    }
    .countyCityButton #searchButton,  .filterDropdown #filterSearchButton{
        margin-top: 23px;
        margin-left: 20%;
        height: 48px;
    }
    /* #dropdownAndBtnContainer .countyDropdown{
        display: block;
    } */
    /* .countyDropdown #searchButton{
        margin-top: 36px;
    }
    .countyDropdown #searchButton{
        margin-left: 0%;
    }
    .filterDropdown #filterSearchButton{
        margin-top: 36px;
        height: 48px; */
    /* } */
    /* .filterDropdown #filterSearchButton{
        margin-left: 0%;
    } */
    .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown.mou-dropdown {
        width: 200%;
    }
}


@media screen and (max-width: 767px){
    .customMobileStyle {
        display: flex !important;
        justify-content: space-between !important;
    }

    .data-table .tableHeadMou th, .tableBodydMou tr .customMobileStyle .table-head{
        color: black;
        font-size: 14px;
    }
    .customMobileStyle p, .customMobileStyle a{
        font-size: 12px;
        text-align: end;
    }
    .filterByDropdowncategory{
        margin-bottom: 24px;
    }
    .filterByDropdowncategory .filter-type, .countyDropdown .form-group .select-one select{
        width: 100%;
    }

    .drop-menu-pattern.--standard .drop-menu .drop-menu-dropdown.mou-dropdown {
        width: 100%;
        
    }
    /* #dropdownAndBtnContainer .countyDropdown{
        display: block;
    } */
    .countyDropdown #searchButton{
        margin-left: 0%;
        margin-top: 36px;
        height: 48px;
    }
    .countyDropdown #searchButton{
        margin-left: 0%;
    }
    .countyCityButton, .filterDropdown {
        display: block;
    }
    .countyCityButton #searchButton{
        margin-top: 4%;
        margin-left: 0;
    }
    .filterDropdown #filterSearchButton{
        margin-left: 0%;
        margin-top: 36px;
        height: 48px;
    }
    .filterDropdown #filterSearchButton{
        margin-left: 0%;
    }
    .filterDropdown #filterSearchButton{
        margin-top: 4%;
        margin-left: 0;
    }
    .drop-menu-pattern.--standard .drop-menu.form-group{
        width: 100%;
    }
}