/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#search-widget-wrapper{
    width: 100%;
    height: 40px;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid #454647;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 0;

    position: relative;
}
#search-widget-wrapper>.icon{
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    left: 19px;
}
#search-widget-wrapper>.icon>sbg{
    width: 100%;
    height: 100%;
}
#search-widget-wrapper #medicalRegionsMapSearcher{
    width: 100%;
    height: 100%;
    padding: 8px 16px 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    outline: 0;
    border: 0;
    padding-left: 40px;
    background-color: #F2F4F8;
}
#search-widget-wrapper #medicalRegionsMapSearcher::-webkit-input-placeholder{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #454647;
}
#search-widget-wrapper #medicalRegionsMapSearcher::-moz-placeholder{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #454647;
}
#search-widget-wrapper #medicalRegionsMapSearcher:-ms-input-placeholder{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #454647;
}
#search-widget-wrapper #medicalRegionsMapSearcher::-ms-input-placeholder{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #454647;
}
#search-widget-wrapper #medicalRegionsMapSearcher,
#search-widget-wrapper #medicalRegionsMapSearcher::placeholder{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #454647;
}

#probably_searched{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
#probably_searched.searched{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#probably_searched>span{
    font-family: Montserrat;
    font-size: 9px;
}
#probably_searched-string{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#probably_searched a#probably_searched-string-value{
    text-decoration: unset;
    color: #352A7C;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
}