.p_alert {
  width: 277px;
  min-height: 100px;
  height: auto;
  position: fixed;
  bottom: -15%;
  left: 3.5%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  z-index: 99999999999;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.75); }
  @media (max-width: 767px) {
    .p_alert {
      width: 96%; } }
  .p_alert .left-ok {
    width: 70px;
    background-image: url(../images/ok-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #C59100;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .p_alert .right-ok {
    width: 277px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .p_alert .right-ok {
        width: 100%; } }
    .p_alert .right-ok h2 {
      font-size: 15px;
      font-weight: 600;
      margin-left: 15px; }
  .p_alert .p_closebtn {
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 5px;
    cursor: pointer;
    color: #C59100; }

.p_alert-show {
  bottom: 3%;
  left: 3.5%;
  transition: 0.5s;
  opacity: 1; }

.p_alert-hide {
  bottom: -15%;
  transition: 0.5s;
  opacity: 0; }

.content-text {
  width: 70%;
  margin: 20% auto 0% auto;
  color: #0080FF;
  font-size: 16px;
  line-height: 19pt;
  text-align: center; }
  @media (max-width: 767px) {
    .content-text {
      width: 90%;
      margin-top: 35%; } }

/*# sourceMappingURL=message-style.css.map */
