.bg-tyna {
    background-color: #0974fe !important;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    background-color: white;
    border-radius: 30px;
    border: solid 1px;
    border-color: #0974fe;
    padding: 5px;
}

.search_input {
    color: black;
    border: 0;
    outline: 0;
    background: none;
    line-height: 40px;
}

.searchbar:hover>.search_input {
    padding: 0 5px;
    caret-color: black;
}

.searchbar:hover>.search_icon {
    background: #e8e8e8;
    color: black;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    text-decoration: none;
}

.main-menu>ul>li+li {
    margin-left: 10px;
}

.main-menu>ul>li>a {
    color: #0974fe;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #0974fe;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #0974fe;
}

.ui-autocomplete {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

@media (max-width: 767px) {
    .ui-autocomplete {
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 20px!important;
        z-index: 1000;
        display: none;
        float: left;
        max-width: 300px;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }
}

.ui-autocomplete>li>div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #0974fe !important;
    background: #0974fe !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #0974fe !important;
    background-color: #ffffff !important;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}