.searchbar-input-group-text-left {
    background-color: #fff;
    padding-left: 1rem;
    border-radius: 0.7rem;
}

.searchbar-input-group-text-right {
    background-color: #fff;
    padding: 0 1rem !important;
    border-radius: 0.7rem;
}

input[type="text"]:focus,
.focused{
    border-color: #f38b00 !important;
}
.searchbar-input-group-text-right.focused {
    border-left-color: #ced4da !important;
}
.searchbar {
    font-size: 16px;
    font-weight: 500;
    height: 65px;
    border-left: none;
    border-right: none;
}

    .searchbar::placeholder {
        color: rgba(74, 74, 74, 0.60);
        opacity: 1;
    }

    .searchbar:focus {
        border-color: #f38b00 !important;
    }

.fa-magnifying-glass {
    color: #929292;
    font-size: 1.5em !important;
}

.clear-link {
    cursor: pointer;
    color: #929292;
    /*border-right: #ccc solid 2px;*/
    font-size: 1.5em !important;
}

.searchoption-link {
    cursor: pointer;
    color: #929292 !important;
    font-size: 1.5em !important;
}

.searchbar-options {    
    position: absolute;    
    z-index: 99;
    background-color: #f5f5f5;    
    border-radius: 0.375rem;
    border-top: none;    
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /*box-shadow: 1px 1px 2px #aaaaaa63;*/    
    border-top-left-radius: 0;
    border-top-right-radius: 0;    
}

.searchbar-options-container {
    padding: 15px;
}

.searchbar-options-title {
    color: #8e8e8e;
    margin-bottom: 10px;
}

.searchbar-options-button {
    color: #4a4a4a;
    font-size: 17px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0.375rem;
    padding: 3px 12px;
}

    .searchbar-options-button:hover {
        color: #B61C3E;
        background-color: #fff;
        border-color: #B61C3E;
        transition: all 0.5s ease;
    }

.badge-search-cotainer {
    position: absolute;
    top: 24%;
    left: 60px;           
    z-index: 99;
}

.badge-search {
    margin-right: 10px;
    padding: 8px 12px;
    cursor: pointer;
     font-size: 16px;
    font-weight: normal;   
}

.badge-close {
    padding-left: 8px;
    font-size: 18px;
    font-weight: bold;
}

.removeSearchoption-link {
    color: #929292;    
}

.open-searchbar-options {
    max-height: 750px !important;
    border-width: 1px !important;
}
.close-searchbar-options {
    max-height: 0 !important;
    border-width: 0 !important;
}

.searchbar-input-group-text-left.open-searchbar-options {
    border-bottom-left-radius: 0 !important;
}

.searchbar-input-group-text-right.open-searchbar-options {
    border-bottom-right-radius: 0 !important;
}