@desktop: 1350px;
@desktop-low: 1202px;
@desktop-middle: 1550px;

.ncl-version-configuration-basic-settings {
    .row {
        display: flex;
        justify-content: space-between;

        &:not(:last-child) {
            margin-bottom: 23px;
        }

        &:last-child {
            margin-bottom: 4px;
        }

        &.enable-checkbox {
            justify-content: flex-start;
            margin-bottom: 18px;
        }

        > div {
            flex: 1;

            &:not(:last-child) {
                margin-right: 46px;
            }

            .label {
                padding: 0;
                margin-bottom: 5px;
            }

            &.timeout-block {
                .label {
                    margin-bottom: 3px;
                }

                .timeout-values {
                    margin-left: 27px;

                    .inputs {
                        display: flex;
                        align-items: center;

                        .values-label {
                            .duskThree(0.9);
                            margin: 0 17px 0 8px;
                            font-size: 14px;
                            font-weight: normal;
                            font-style: normal;
                            letter-spacing: normal;
                            text-align: left;
                            color: @color;
                        }
                    }
                }
            }
        }

        .logger-block {
            display: flex;
            margin-top: 3px;

            .logger-dropdown {
                .default-dropdown {
                    position: relative;
                    height: 36px;

                    .dropdown-overlap {
                        z-index: 100;
                    }
                }
            }

            > div {
                flex: 1;

                &:not(:last-child) {
                    margin-right: 16px;
                }

                .label {
                    padding: 0;
                    margin-bottom: 5px;
                }

                &.logger-input {
                    flex-grow: 1.8;
                }
            }
        }
    }
}
