center .main-btn {
    margin-top: 16px !important;
    margin-bottom: unset !important;
}

label {
    color: var(--color-placeholder);
}

.sample-container {
    position: absolute;
    top: -6px;
    right: 0;
}

.tool__row {
    border:1px solid var(--border-color) !important;
    margin-bottom: 8px !important;
    &>div {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

#topic {
    font-weight: 400;
    line-height: 1.5;
}

.tool__wrapper__design>.tool__row, .myflx {
    max-width: 920px;
}

@media screen and (width > 900px) {
    .tool__wrapper__design>.tool__row, .myflx  {
        min-width: 920px;
    }
}

@media (max-width: 1024px) {
    #topic {
        height: 130px !important;
    }

    .custom-width
    {
        width: calc(100% - 24px);
        margin: 0 auto;
    }

    .tool__wrapper__design {
        margin: 0 !important;
    }
}