.FilterPeriod {
    display: flex;
    font-weight: $weight_bold;

    &-periodInfo {
        line-height: 38px;
        vertical-align: middle;
        white-space: nowrap;
    }

    &-separator {
        width: 20px;
    }

    /* stylelint-disable max-nesting-depth */
    /* stylelint-disable selector-class-pattern */
    /* stylelint-disable selector-no-type */
    &-selector {
        .btn {
            background: linear-gradient(white, var(--gray-200));
            border-radius: 2px;
        }

        .ButtonsRow-text {
            font-weight: 500;
        }
    }

    .dropdown {
        flex: 0;

        .Icons-chevron {
            fill: var(--gray-700);
            margin-left: 3px;
        }

        .dropdown-menu {
            margin: 0;
            min-width: 100px;

            li {
                a {
                    line-height: 26px;
                }

                &:first-child a {
                    padding-top: 8px;
                }

                &:last-child a {
                    padding-bottom: 8px;
                }
            }
        }

        .dropdown-toggle {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            font-size: 12px;
            height: 36px;
        }

        &.Filters-period {
            display: inline-block;

            .dropdown-toggle {
                border-bottom-right-radius: 3px;
                border-top-right-radius: 3px;
                padding: 11px 15px 7px;
            }
        }
    }
}
