/*@import "../assets/stylesheets/Mixins";*/
/*.center-modal {*/
.center-modal-dolag {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  height: 48%;
  display: none;
}
.mask-dolag {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /*z-index: 1000;*/
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /*opacity: 1;*/
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.toast_close_icon {
  position: absolute;
  width: 24px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.on-dolag {
  opacity: 1;
}
.mask-dolag {
  opacity: 1;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.content-dolag {
  top: 40%;
  padding: 10px;
  width: 480px;
  min-height: 324px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  /*@include radius(5px);*/
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*@include prefix-property(transform, translateY(-50%));*/
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.img-dolag {
  margin-top: 60px;
  width: 80px;
}
.p-dolag {
  padding: 15px 30px 0;
  font-size: 20px;
  line-height: 30px;
}
.button-dolag {
  margin-top: 20px;
  width: 128px;
  background-color: #1874ff;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.btn-dolag {
  margin-top: 50px;
  width: 160px;
  background-color: #1874FF;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: box-shadow 0.3s;
  cursor: pointer;
  margin-left: 37px;
}
.btn-login {
  border: 1px solid #999999;
  border-radius: 3px;
  margin-top: 50px;
  width: 160px;
  /*background-color: #1874FF;*/
  /*color: #fff;*/
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
