.style-chooser .vs__dropdown-toggle {
    border-radius: 50rem;
    padding: 10px;
    border: 1px solid #5fd0a5;
}

.style-chooser .vs__clear,
.style-chooser .vs__open-indicator {
    fill: #5fd0a5;
}

.style-chooser .vs__dropdown-menu {
    margin-top: 3px;
    padding: 10px;
}

.style-chooser .vs__dropdown-menu li {
    padding: 10px;
}

.white-container {
    height: 60vh;
    width: 100%;
    background-color: white;
}
.close-input {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    transform: translate(-50%, -50%);

}
.close-input:hover {
    color: black !important;
}
svg {
    vertical-align: baseline !important;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (max-width: 992px) {
    .filter-on-dashboard {
        position: fixed;
        z-index: 13;
        top: 65px;
        left: 0;
        right: 0;
        height: 100vh;
        padding-bottom: 15px;
        bottom: 0;
        overflow: scroll;
        background-color: white;
    }

}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


@media (max-width: 950px) {}

.filter-badge {
    font-size: 13px !important;
    width: fit-content;
    cursor: pointer;
    display: flex;
}

.form-control {
    border: 1px solid #5fd0a5 !important;
}
input:focus + .navigation-bar
{
    display: none !important;
    visibility: hidden !important;
}