.theme_aerobasic .windowButton {
    width: 30px;
    height: 16px;
    border-width: 0px;
    position: relative;
    z-index: 1;
    margin-left: 2px;
    border: 1px solid #5d6f88;
    border-radius: 3px;
}
.theme_aerobasic .windowButton_real {
    height: 14px;
    border: 1px solid #ffffff9f;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #ffffffff;
    font-weight: bold;
    text-shadow: 1px 0px 0px #535666, -1px 0px 0px #535666, 1px 1px 0px #535666, -1px 1px 0px #535666, 1px -1px 0px #535666, -1px -1px 0px #535666, 0px 1px 0px #535666, 0px -1px 0px #535666;
    position: relative;
    z-index: 2;
    line-height: 1.2;
    border-radius: 2px;
}
.theme_aerobasic .buttons {
    position: absolute;
    right: 9px;
    border-width: 0px 1px 1px 1px;
    display: flex;
    top: 9px;
}
.theme_aerobasic .buttonClose {
    background-color: #ca3226;
    border-color: #431422;
}
.theme_aerobasic .button_effect_i {
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0px;
}
.theme_aerobasic .button_lowerEffect_i {
    height: calc(50% + 1px);
    bottom: 0px;
    background-image: linear-gradient(#3f3f3f1f, #ffffff5f);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.theme_aerobasic .button_upperEffect_i {
    height: calc(50% - 1px);
    position: absolute;
    top: 0px;
    background-image: linear-gradient(#ffffffaf, #ffffff7f);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}