/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

  GALLERIA V1.4
  Confirm

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.conf_basis{
  z-index: 9;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #38b48b;
  opacity: 0.7;
}
.conf_modal{
  z-index: 9;
  display: block;
  position: absolute;
  width: 360px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
/*
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
 */
  background-color: #84a2d4;
}
.conf_text{
  position: relative;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.conf_button_conf{
  display: block;
  position: relative;
  float: left;
  margin: 10px 10px 10px 10px;
  padding: 25px 50px 25px 50px;
}
.conf_button_stop{
  display: block;
  position: relative;
  float: right;
  margin: 10px 10px 10px 10px;
  padding: 25px 50px 25px 50px;
}
