@font-face {
    font-family: Quicksand,sans-serif;
    font-weight: 400;
    src: url(https://fonts.googleapis.com/css2?family=Quicksand);
}

@font-face {
    font-family: Quicksand,sans-serif;
    font-weight: 600;
    src: url(https://fonts.googleapis.com/css2?family=Quicksand);
}

@font-face {
    font-family: Quicksand,sans-serif;
    font-weight: 300;
    src: url(https://fonts.googleapis.com/css2?family=Quicksand);
}

@font-face {
    font-family: Quicksand,sans-serif;
    font-weight: 700;
    src: url(https://fonts.googleapis.com/css2?family=Quicksand);
}

* {
    font-family: Quicksand,sans-serif;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    overflow: hidden;
    background-size: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
}

.preload > div {
    position: absolute;
    height: 100vh;
    line-height: 100vh;
    width: 100vw;
    background: #000000e0;
    backdrop-filter: blur(10px);
    font-weight: lighter;
    font-size: 20pt;
    z-index: 100;
    text-align: center;
    color: #fff;
    opacity: 1;
    transition: all ease 1s;
    font-family: monospace;
}

.container {
    position: absolute;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(7px);
    display: none;
}

.mywindow {
    width: 500px;
    background: #ececec;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12pt;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    box-shadow: 0 0 10px #00000020
}

.mycontrol {
    position: absolute;
    display: inline-block;
    height: 30px;
    left: 10px;
    padding: 0 5px;
}

.myclose, .mymax, .mymini {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 8px;
    border-radius: 10px;
    margin-right: 2px;
}

.myclose {
    background: #fe5d56;
    border: 1px solid #ea3e4a;
}

.myclose:hover {
    background: #ea3e4a;
}

.mymini {
    background: #f6bd28;
    border: 1px solid #f8ae1c;
}

.mymini:hover {
    background: #f8ae1c;
}

.mymax {
    background: #26cd3c;
    border: 1px solid #4bba54;
}

.mymax:hover {
    background: #4bba54;
}

.myheader {
    color: #767676;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 10px 10px 0 0;
    background: #d1d1d1;
    background: linear-gradient(0deg,rgba(209,209,209,1) 0,rgba(229,229,232,1) 100%);
    border-bottom: 1px solid #c6c6c6;
}

.mybody {
    padding: 30px;
    padding-bottom: 50px;
}

.mytitle {
    font-weight: 700;
    font-size: 14pt;
    margin-bottom: 10px;
}

.mytext {
    margin-top: 10px;
    width: 100%;
    border-radius: 7px;
    padding: 5px;
    box-sizing: border-box;
    border: 3px solid #dcdcdca0;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0;
}

.mytext:focus {
    border: 3px solid rgba(10,107,254,.5);
}

.mytext:hover {
    cursor: text;
}

.mybutton {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 10px;
    right: 30px;
}

.mybuttonOk {
    display: inline-block;
    width: 80px;
    background: #0ff;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: 600
}

.mybuttonOk {
    background: #0a6bfe;
    background: linear-gradient(0deg,rgba(10,107,254,1) 0,rgba(106,163,252,1) 100%);
    color: #fff;
    border: 1px solid #015ffc'
}

.mybuttonOk:hover {
    background: #0a6bfe;
}

#container2, #container3, #container4, #container5, #container6, #container7, #container8, #container9, #container10, #container11, #container12, #container13, #container14, #container15, #container16, #container17, #container18, #container19, #container20, #container21, #container22, #container23, #container24, #container25, #container26, #container27, #container28, #container29, #container30, #container31, #container32, #container33, #container34, #container35, #container36, #container37, #container38 {
    display: none;
}

@media screen and (max-width: 576px) {
    .mywindow {
        width: 90%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}
