.panel-search h4{
    font-size:17px;
}
.panel-search h4 span{
    color: #5f5f5f;
}
.progress-bar {
    background-color: #f16e00;
    transition:all .3s ease;
}

.panel-search {
    padding: 15px;
    border: 1px solid #ddd;
    position: relative;
    min-height:250px;
    margin-top:3rem;
}

.spinner-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5411764705882353);
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-search button {
    border: none;
    background: #237ba0;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all .3s ease;
        width: 100%;
            min-height: 100px;

}

.panel-search button:hover {
    background-color: #000;
    color: #f16e00;
}

.panel-search ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;

}

.panel-search li {
    margin: 1rem;
    flex: 0 0 calc(33.333333% - 2rem);
width: 100%;
}
@media only screen and (max-width: 800px) {
    .panel-search li {
        flex: 0 0 calc(50% - 2rem);
    }
}
@media only screen and (max-width: 600px) {
    .panel-search li {
        flex: 100%;
    }
    
    .modal-container .form-group label{
        font-size: 12px;
    }

    .modal-container  p{
        line-height: 22px;
        font-size: 12px;
    }

    .modal-container{
        height: 100%!important;

    }
    .container .panel-search button{
        min-height: auto;
        font-size: 16px;
    }
    .modal-container .search-modal {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        transform: none;
        padding: 2.1rem;
        overflow: scroll;
        max-height: 100%;
    }
    .search-modal h3{
        margin-top: 6px;
        font-size: 16px;
    }
}

.modal-container {

    position: fixed;
    top: 0;
    height: 100vh;
    overflow: scroll;
    width: 100%;
    z-index: 11111111;
    background: #0000006e;
}

.search-modal {
    background: #fff;
    width: 69%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    padding: 4rem;
}


button#back {
    min-height: 100%;
    margin: 1rem auto;
    display: block;
    max-width: 200px;
    color: #fff;
    background: #000;
}

.panel footer{
    background: transparent;
}
