/* popup Update App Version */
.dimmed {display:none; position:fixed; z-index:500; left:0; top:0; right:0; bottom:0; min-height:100%; background:rgba(0,0,0,.8)}
/* popup Update App Version */
.text-center {
  text-align: center;
}
.text-blue{
  color: #0069B5 !important;
}
.text-bold{
  font-weight: bold;
}
.mb-34{
  margin-bottom: 34px;
}
.bg-gray{
  background-color: #E4E4E4;
  border-radius: 6px;
  padding: 18px;
}
.plus_rotate {
  font-size: 54px;
  color: #404040;
  line-height: 0.5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-family: Arial, Helvetica, sans-serif;
}
.button-round {
  width: 100%;
  font-size: 15px;
  padding: 8px;
  border-radius: 30px;
  color: #fff !important;
  background-color: #0069B5;
  display: block;
}
.layer_popup_shadow {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #ccc;
  
  position:fixed; 
  z-index:600; 
  width:310px; 
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background:#fff;
}
.layer_popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.layer_popup_content{
padding: 30px 28px;
background: #fff;
font-size: 14px;
line-height: 1.8;
}
.layer_popup_content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
}
.layer_popup_content h4{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
