/* stylelint-disable selector-class-pattern */

.ReportPresetDropdown {
    .Icons-gear {
        margin-right: 4px;
        position: relative;
    }

    &-no-custom-presets {
        color: var(--gray-300);
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 0 20px;
    }

    &-no-custom-presets-bolded {
        font-weight: 500;
    }

    .dropdown .Icons-chevron {
        fill: $black;
    }
}
