.ex-win {
    resize:both;
    overflow:auto;
    /*display: none;*/
    top: 10px;
    left: 10px;
    min-width: 260px;
    min-height: 300px;
    width: 1100px;
    height: 600px;
    position: absolute;
    background: #191919;
    border-radius: 10px;
    border: #3b3b3b 1px solid;
    transition: transform 0.2s ease;
}

.ex-top {
    cursor: move;
    display: flex;
    align-items: flex-start;
    border-radius: 10px 10px 0px 0px;
    background: #202020;
    height: 29px;
    width: -webkit-fill-available;
}

.ex-top .ex-top-label {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
}

.ex-top .ex-top-label img {
    margin: 10px;
    width: 16px;
}

.ex-top .ex-top-label p {
    display: inline;
    margin: 0;
    font-family: 'Segoe UI Variable';
    color: white;
}
.ex-top .ex-top-btns {
    display: flex;
}

.ex-top .ex-top-btns button:nth-child(1), button:nth-child(2), button:nth-child(3) {
    width: 45px;
    height: 29px;
    color: white;
    background: #202020;
    border: none;
    transition: all 0.2s ease;
}

.ex-top .ex-top-btns button:nth-child(1):hover, button:nth-child(2):hover {
    background: #2d2d2d;
}

.ex-top .ex-top-btns button:nth-child(3) {
    border-top-right-radius: 9px;
    transition: all 0.2s ease;
}

.ex-top .ex-top-btns button:nth-child(3):hover {
    background: #c42b1c;
}

.ex-mid {
    height: 43px;
    background: #202020;
    width: -webkit-fill-available;
}