.atcb-button {
    display: flex;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    justify-content: start;
    align-items: center;
    gap: 11px;
    margin-top: 5px;
}

.atcb-button .atcb-text {
    font-family: Karla, sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #9F9F9F
}

.atcb-button .atcb-icon {
    width: 18px;
    fill: #9F9F9F;
}

.atcb-list-wrapper {
    margin-top: 10px;
    left: 0 !important;
    position: relative !important;
    background: white;
    z-index: 10;
}

.atcb-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.atcb-list-item {
    width: 250px;
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.atcb-list-item .atcb-icon {
    display: block;
    width: 14px;
}

.atcb-list-item .atcb-text {
    display: block;
    width: 200px;
    font-family: Karla, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#atcb-bgoverlay {
    display: none;
}