.button_group {
    height: 44px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 4px;
    margin: 0 -12px;
    padding: 0 12px 4px;
    pointer-events: auto;
}
.button_group::-webkit-scrollbar {
    display:none;
}

.default_button_design {
    width: auto;
    height: 32px;
    /* margin: 0px 4px; */
    padding: 0px 8px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 4px 4px 4px 2px #00000033;

    display: flex;
    justify-content: center;
    align-items: center;

    white-space: nowrap;

    pointer-events: auto;
}

.single_spot {
    font-size: 12px;
}

.button_text {
    text-align: center;
    font-size: 12px;
    color: #002596;
}
