.anchor-form {
    position: absolute;
    z-index: 9999;
    height: 36px;
    cursor: default;
}

.anchor-form-shoe {
    display: block;
}
.anchor-form-hide {
    display: none;
}

.anchor-form-content {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0px 1px 0px 1px;
    background-color: #2d373b;
    border-radius: 4px;
}

.anchor-input {
    height: 26px;
    width: 195px;
    background: #2d373b;
    color: #ffffff;
    padding: 4px 8px;
    border: 0px;
    border-radius: 4px;
}
.anchor-input:focus {
    box-shadow: none !important;
    border: none !important;
}

.anchor-form-content:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #2d373b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
