.text_format-windowcurtain_header_title {
    color: var(--dark_component_text);
    text-shadow: 0 0 3px var(--dark_component_text_debossed_shadow);
    font-family: Arial, Helvetica, sans-serif;
}


.dropdown-windowcurtain {
    display: block;
}

.dropdown-windowcurtain_component-header-background {
    display: flex;
    background-image: url(/images/assets/dropdowns/dropdown-windowcurtain_component-background.png);
    background-size: 100% 100%;
    height: 30px;
}

.dropdown-windowcurtain_component-hover_glow {
    height: 0px;
    bottom: 0px;
    background-image: linear-gradient(to right, transparent, #17B1FF, transparent);
    opacity: 0;

    transition: height 0.3s ease, opacity 0.6s ease;
}

.dropdown-windowcurtain_component-bottom_bar {
    background-image: url(/images/assets/dropdowns/dropdown-windowcurtain_component-bottom.jpg);
    background-size: 100% 100%;
    height: 7px;
}

.dropdown-windowcurtain_component-button {
    float: right;
    background-image: url(/images/assets/icons/default_button_dark_circle.png);
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
}