.TrackPage-Views-RulesView {
    padding: 10px;

    &-rules-body {
        padding-left: 20px;
    }

    &-rule-section {
        &-title {
            display: flex;
            margin-top: 20px;

            &-right {
                margin-left: auto;
                &-button {
                    margin-top: 20%;
                }
            }
        }
        &-subtitle {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            color: #505962;
        }
    }

    &-data {
        background-color: #fff;
        box-shadow: 0 0 0.357rem rgb(157 166 175 / 10%);
        border-radius: 12px;
        padding: 20px;
    }

    &-empty-state {
        background-color: #fff;
        box-shadow: 0 0 0.357rem rgb(157 166 175 / 10%);
        border-radius: 12px;
        padding: 20px;

        .SuiteSection {
            border: 1px solid #e3e5e8;
            border-radius: 10px;
            padding: 50px 0;
        }
    }

    &-filters {
        display: flex;
        margin-bottom: 10px;

        &-right {
            display: inline-flex;
            margin-left: auto;

            &-dropdown {
                &-country {
                    margin-left: 10px;
                }

                &-policy {
                    margin-left: 10px;
                }

                &-service {
                    margin-left: 10px;
                }
            }
        }
    }

    &-attributes {
        &-action {
            display: flex;
            justify-content: space-between;

            &-subtitle {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                color: #505962;
            }

            &-edit {
                margin-left: 10px;
            }
        }

        &-data {
            background-color: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 0 0.357rem rgb(157 166 175 / 10%);
            display: flex;

            &-tags {
                display: inline-grid;
                justify-items: flex-start;

                .Tag {
                    margin-top: 5px;
                }
            }
        }

        .form-label {
            text-transform: initial;
            font-size: 14px;
            color: var(--gray-600);
            letter-spacing: initial;
        }

        &-data > * {
            flex: 0 0 33%;
        }
    }
}
