@CHARSET "UTF-8";

/*===============================================
● ex_style.css 
===============================================*/
.crlf_space{
white-space: pre-wrap;
}
/****************************************************
.input-error
****************************************************/
.input-error{
display: block;
color: #f00;
padding: 0px 0px 0px 0px;
/**background-image: url("../../ex_img/ex_icon_input_error.png");
background-repeat: no-repeat;
background-position: 0px 0px 0px 0px; **/
}


.hide {
  display: none;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  background-image: url("../../ex_img/ex_default-green.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 20%; 
}

.popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: black;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
}

.pcontent{
    background-color: rgba(255, 255, 128, .5);
		color: #ff0000;
		font-weight: bold;
    padding: 30px;
    width: 50%;
}

.pshow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.field {
display: flex;
}
