.InputSuggestion_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
}

.Explorer {
    position: relative;
}

.Explorer .disabled {
    display: none;
}

.Explorer.disabled .disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    display: block;
}

.Explorer.disabled .close.icon {
    display: none !important;
}

.Explorer .selected {
    cursor: pointer;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease;
}

.Explorer .selected > .text {
    width: 100%;
}

.Explorer.multiple .selected {
    background: #ccc;
    border: none;
    color: rgba(0, 0, 0, .87);
    padding: .4em 1em;
    margin: 0 .3rem .3rem 0;
}

.Explorer.multiple .selected {
    padding: 0.3rem 1rem;
    margin-bottom: 0;
    margin-top: 0.35rem;
}

.Explorer.multiple .list {
    cursor: pointer;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.21428571em;
    padding: 0 0.4rem 0.4rem 0.4rem;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease;
}

.Explorer .selected:hover {
    border-color: rgba(34, 36, 38, .35);
    box-shadow: none;
}

.Explorer:not(.selected) .selected {
    display: none !important;
}

.Explorer:not(.multiple).selected input[name="search"] {
    display: none;
}

.Explorer.multiple input[name="search"] {
    flex: 1;
    border: none !important;
    padding: 0 !important;
    min-width: 100px;
}

.Explorer.multiple input[name="search"] {
    padding: 0.35rem 0.4rem 0.3rem 0.4rem !important;
    margin-top: 0.3rem;
}

.Explorer input[name="search"].hide {
    display: none;
}

.Explorer .close.icon {
    position: relative;
    left: 0.4rem;
    margin: 0;
    opacity: .4 !important;
    font-size: 0.8em;
    display: none;
}

.Explorer .close.icon.active {
    display: block;
}

.Explorer:hover .close.icon {
    opacity: 1 !important;
}

.InputSuggestion_root {
    position: absolute;
    display: none;
    z-index: 101;
    background: #FFF;
    border: 1px solid rgba(34, 36, 38, 0.15);

    padding: 0em 0em;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    /*border-radius: 0 0 3px 3px;*/
    will-change: transform, opacity;

    overflow-x: hidden;
    overflow-y: auto;
    border-top-width: 0 !important;
    outline: none;
    margin: 0px -1px;
    /*min-width: calc(100% + 0px);*/
    width: calc(100% + 2px);
    max-width: 100%;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;

    border-color: #85b7d9;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);

    top: 100%;
    left: 1px;
    margin-top: -3px;

    min-width: 240px;
}

.InputSuggestion_root.active {
    display: block;
}

.InputSuggestion_root > div {
    padding: 14px 13px;
    border-bottom: 1px solid #F0F0F0;
}

.InputSuggestion_root > div:last-child {
    border-bottom: none;
}

.InputSuggestion_root .item {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    box-shadow: none;
    -webkit-touch-callout: none;
    border-top: 1px solid #fafafa;
    padding: 0.71428571rem 1.14285714rem !important;
    white-space: normal;
    word-wrap: normal;
}

.InputSuggestion_root .item.active,
.InputSuggestion_root .item:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;
    z-index: 13 !important;
}