#accordionFlushExample{
    width: 100%;
}
.accordion-item{
    margin-top: 10px;
}
.accordion-body{
    padding: 0;
}
.card-body{
    border-top: 0;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed){
    font-size: 18px;
    font-weight: bold;
    background-color: #545c64;
    color: white;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after{
    background-image: var(--bs-accordion-btn-icon);
}

body{
    font-family: "Open Sans", sans-serif !important;
}
.SearchContainer{
    margin: auto;
    display:flex;
    width: 1500px;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
}
.searchBoxLeft{
    padding: 10px 10px;
    width: 40%;
}
.searchBoxRight{
    padding: 10px 10px;
    width: 55%;
}
select{
    font-size: 14px !important;
}
.searchSelect{
    width: 100%;
}
.selectTitle{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    font-weight: 700;
}
.searchBoxLeft div:not(:first-child){
    margin-top: 12px;
}
.searchFourBox{
    padding: 10px 10px;
    width: 40%;
}
.locationBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.locationBox span:not(:first-child){
    padding: 5px;
    margin-top: -5px;
}
.fourBox{
   margin-top: 12px;
}
#searchOneChart {
    width: 700px;
    height: 400px;
}
#loading1{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 400px;
}
.searchBoxFlex{
    display: flex;
    justify-content: space-between;
}
/*2*/
#searchTwoChart {
    width: 700px;
    height: 400px;
}
#loading2{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 400px;
}
.collapsed{
    font-size: 18px;
    font-weight: bold;
    background-color: #f5f5f5;
    color: #2c3e50;
}
/*3*/
#searchThreeChart {
    width: 700px;
    height: 400px;
}
#loading3{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 400px;
}
/*4*/
#searchFourChart {
    width: 700px;
    height: 400px;
}
#loading4{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 400px;
}
.fourBox .searchSelect{
    margin-top: 10px;
}