.buttons{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    position: absolute;
}

.line {background-color: var(--primary-light); width: 100%; height: 1px; padding: 0 !important;}

.line-light{background-color: #7E83922e; width: 100%; height: 1px; padding: 0 !important;}