.normal-btn {
    border: 1px solid #CFD1D6;
    background: var(--color-bg-default);
    border-radius: 4px;
    font-family: Pretendard, sans-serif !important;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #787982;
    padding: 2px 8px;
    cursor: pointer;
    white-space: nowrap;
}

.normal-btn.active ,
.normal-btn:hover {
    background: #F7F8FA;
    color: #3F4150;
    border-color: #B2B3B9;
}

.normal-btn:disabled {
    border-color: #CFD1D6;
    color: #787982;
    background: #F7F8FA;
    opacity: 0.6;
}

.normal-btn__group {
    display: flex;
}

.normal-btn__group.vertical {
    flex-direction: row;
    align-items: center;
}

.normal-btn__group.horizontal {
    flex-direction: column;
}
