dialog:not(.Progre) {
  position: fixed;
  background: #454c5091;
  border: none;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
}

dialog:not(.Progre) .closedialog:not(.Progre)_css {
  position: fixed;
  top: 2vh;
  right: 2vw;
  font-size: 5vh;
  color: #ff0000;
  padding: 1vh;
  border-radius: 10px;
}

dialog:not(.Progre) .closedialog:not(.Progre)_css:hover {
  background: #ff0000;
  color: #ffffff;
}
/*
dialog:not(.Progre) div {
    margin: 5vh auto;
    max-height: 85vh;
    padding: 5vh;
    max-width: 80vw;
    border: 2px outset #ffffff;
    border-radius: 20px;
    background: #bbbbbb;
    color: #006699;
    text-align: left;
    overflow: auto;
}
*/

dialog:not(.Progre) div.vercode {
  width: 30vw;
  margin: auto;
  margin-top: 20vh;
  background: rgba(44, 130, 201, 1);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 5vh;
}

dialog:not(.Progre) div .save_btn {
  margin-top: 1vh;
  margin-left: 90%;
}

dialog:not(.Progre) div.vercode h1 {
  margin-top: 3vh;
  color: #ffffff;
  font-weight: bold;
  font-size: 5vh;
}

dialog:not(.Progre) div.vercode .login_ver_btn_js {
  margin-top: 3vh;
  color: #ffffff;
  font-weight: bold;
  font-size: 3vh;
}

dialog:not(.Progre) div.vercode input {
  width: 80%;
  margin: auto;
  border-radius: 10px;
  padding: 1vh;
  font-size: 3vh;
  text-align: center;
}

dialog:not(.Progre) div .ids_to_import_css {
  width: 90%;
}

dialog .cont2fa {
  width: 40%;
  height: 20%;
  margin: 15% auto;
  background-color: #ffffff;
  border: 2px solid #006699;
  text-align: center;
  border-radius: 10px;
  padding: 2%;
}

dialog .cont2fa .v2fa_txt {
  border: 2px solid #006699;
  text-align: center;
  border-radius: 5px;
  padding: 1%;
}

dialog .cont2fa .v2fa_btn {
  border: 2px solid #006699;
  text-align: center;
  border-radius: 5px;
  padding: 1%;
}

dialog .cont2fa h1 {
  color: #006699;
  font-size: 1.2rem;
}
