/*  Postmaster Style 2.1.4*/

/* *
*
* FRONTEND MXW_POSTMASTER 
*
*
**/

*,
::after,
::before {
  box-sizing: border-box;
}
#mxw_postmaster_post input,
#mxw_postmaster_post select,
#mxw_postmaster_post textarea {
  width: 100%;
}

#mxw_postmaster {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 10px;
}

#mxw_postmaster_post {
  padding: 10px;
}

#mxw_postmaster_post label {
  font-weight: 700;
}

#mxw_postmaster_post .mxw_postmaster_sous_title {
  font-weight: 700;
}

#mxw_postmaster_post input[type="checkbox"] {
  width: 24px ;
  height: 24px ;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
}

#mxw_postmaster_post .mxw_rgpd {
  font-size: 12px;
  display: block;
  text-align: left;
  padding: 5px 0px 10px 0px;
}

#mxw_postmaster_post .mxw_row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

#mxw_postmaster_post .mxw_rgpd span {
  font-size: 15px;
  font-weight: 700;
  padding-left: 5px;
}

#mxw_postmaster_post .mxw_postmaster_field_error {
  border: 1px solid #ea0000 !important;
  box-shadow: 0px 0px 10px 0px red !important;
}

/*****      MESSAGE CHEKING     ******/

#mxw_postmaster_message {
  width: 100%;
  height: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#mxw_postmaster_message img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  left: 50%;
  top: 50%;
  z-index: 99999999;
}

#mxw_postmaster_message .mxw_message {
  position: absolute;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  background: #008ad1;
  color: white;
  padding: 40px;
  text-align: center;
  border-radius: 5px;
  font-family: "Open sans";
  box-shadow: 3px 4px 20px #00000040;
}

#mxw_postmaster_message .mxw_message p,
#mxw_postmaster_message .mxw_message p center {
  font-size: 15px;
}

#mxw_postmaster_message .mxw_message img {
  margin: 0;
  width: 15px;
  right: 10px;
  top: 10px;
  left: auto;
  cursor: pointer;
}

#mxw_postmaster_message .mxw_close_modal {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-weight: bold;
  font-family: cursive;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  #mxw_postmaster_post .mxw_rgpd {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #mxw_postmaster {
    padding: 35px;
  }

  #mxw_postmaster .col-12 {
    overflow: hidden;
  }
}
@media screen and (max-width: 560px) {
  #mxw_postmaster {
    width: 100%;
    padding: 10px;
  }
}
