.EditTable {
    .Alert {
        margin: 20px 0;
    }
    &-content {
        padding: 40px 131px;
        width: 1366px;
        margin: auto;
    }
    .info-block {
        background: white;
        border: 1px solid var(--gray-300);
        padding: 20px;
        width: 100%;
        .title {
            color: var(--gray-900);
            font-size: 18px;
        }
    }
    .properties {
        display: flex;
        table {
            flex: 1;
            tr {
                display: flex;
                justify-content: space-between;
                padding: 10px 0;

                td {
                    flex: 1;
                    width: 230px;
                }
                th {
                    flex: 1;
                    align-self: center;
                    color: #847c7c;
                }
            }
        }
    }
    .account-management,
    .account-info {
        margin-bottom: 20px;
    }
    .datepicker {
        width: 120px;
    }
    .rightMargin {
        margin-right: 20px;
    }
    .releases-tracks-inputs {
        display: flex;
        .textField:first-child {
            margin-right: 10px;
        }
    }
    .Dropdown-option-label,
    input {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px;
    }
    .DateRangePicker {
        width: 260px;
    }
    .label-summary {
        th {
            flex: 1 !important;
            align-self: flex-start;
            padding-top: 5px;
        }
        td {
            flex: 5 !important;
        }
    }

    .custom-control {
        padding: 6px 0 0 23px;
    }

    .custom-control-input:checked ~ {
        .custom-control-label::before {
            background-color: #1cae9f;
        }
        .custom-control-label::after {
            transform: translateX(1.8rem);
        }
    }

    .custom-control-label:before {
        width: 3.5em;
        height: 2em;
        border-radius: 15px;
    }
    .custom-control-label:after {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

    .rsw-ce {
        b,
        strong {
            font-weight: bolder;
        }

        ul {
            padding-left: 20px;
        }

        ol {
            padding-left: 20px;
        }
    }
}
