body .modal-backdrop {
  background-color: rgba(1, 48, 117, .7);
}

body .modal-backdrop.in {
  opacity: 1;
}

.modal-new .modal-dialog {
  max-width: 850px !important;
  width: 100%;
  padding: 0;
}

.modal-new .modal-content {
  padding: 45px 78px 53px;
}

.modal-new .close {
  -webkit-mask-image: url(/img/others_icons.png);
  -webkit-mask-position: 0 -239px;
  background: #fff;
  background-image: none !important;
  background-position: none !important;
  position: absolute;
  top: 5px;
  right: -38px;
}

.modal-new__row {
  display: flex;
  justify-content: space-between;
}

.modal-new__image img {
  margin-bottom: 22px;
  display: block;
  margin-top: 70px;
}

.modal-new__name {
  color: #24201d;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.modal-new__role {
  color: #24201d;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  font-style: normal;
  margin-top: -3px;
}

.modal-new__title {
  color: #013075;
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

.modal-new .modal-header,
.modal-new .modal-body {
  padding: 0 !important;
}

.modal-new__form {
  width: 100%;
  max-width: 350px;
}

.modal-new .modal-new__input {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
}

.modal-new .modal-new__text {
  text-align: left;
  color: #002f75;
  font-size: 14px;
  padding-left: 7px;
  margin-bottom: 6px;
}

.modal-new .modal-new__field {
  height: 56px;
  border-radius: 4px !important;
  border: 1px solid #003078 !important;
  background-color: #ffffff;
  width: 100% !important;
  padding: 0 15px !important;
  font-style: normal !important;

}

.modal-new__message {
  background-color: #efefef;
  padding-top: 12px;
  padding-left: 18px;
  padding-bottom: 9px;
  padding-right: 18px;
  text-align: left;
  position: relative;
  margin-bottom: 25px;
  border-radius: 6px;
}
.modal-new__message::after {
  content: '';
  position: absolute;
  top: 25px;
  left: -29px;
  width: 29px;
  height: 37px;
  background-image: url(../img/ar-sh.svg);
}

.modal-new__message p {
  color: #24201d;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 8px;
}

.modal-new__btn {
  width: 100% !important;
  height: 56px;
  box-shadow: 0 5px 5px 1px rgba(230, 78, 78, 0.32);
  border-radius: 4px !important;
  background-color: #fe3131;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: .3s box-shadow;
  will-change: box-shadow;
  border: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.modal-new__btn:hover {
  box-shadow: none;
}

.modal-new__confirm {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 15px;
}
.modal-new {
  margin-top: 0% !important;
  overflow: unset !important;
}
.page_global .modal.modal-new {
  margin-top: 0% !important;

}
.modal-new .modal-content {
  margin-top: 5%;
}


@media(max-width: 991px) {
  .modal-new .modal-content {
    padding: 40px;
  }
}

@media(max-width: 767px) {
  .modal-new .modal-content {
    margin-top: 71px!important;
    margin-left: 15px!important;
    margin-right: 15px!important;  
  }
  .modal-new__message p {
      line-height: 19px;
  }  
  .modal-new__message::after {
    content: none;
  }
  .mob-hidden {
    display: none !important;
  }

  .modal-new .modal-content {
    margin: 0 15px;
    padding: 25px 15px;
  }

  .modal-new__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .modal-new__message {
    font-size: 14px;
    padding: 0;
    background: none !important;
    margin: 0;
  }

  .modal-new__btn {
    margin-top: 0;
  }

  .modal-new__confirm {
    margin-top: -5px;
  }

  .modal-new .modal-new__field {
    height: 48px;
  }

  .modal-new {
    margin-top: 0% !important;
    overflow: unset !important;   
  }

  .modal-new .close {
    top: -22px;
    transform: scale(.75);
    right: 2px;
  }

  .modal-new .modal-new__text {
    padding-left: 0;
  }

  .modal-new__form {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .modal-new__message {
    min-height: 100%;
    order: -1;
    margin-bottom: 5px;
  }
  .modal-new__message p br {
    display: none;
  }
  .modal-new__row {
    justify-content: center;
  }


  .modal.modal-new .modal-dialog{
    top: 0px!important;
    max-width: 420px!important;
  }

  .modal.modal-new input[type="date"],
  .modal.modal-new input[type="number"],
  .modal.modal-new input[type="tel"],
  .modal.modal-new input[type="text"],
  .modal.modal-new select:focus,
  .modal.modal-new textarea {
    font-size: 16px;
  } 
  .new-wh-modal .wrap > img{
    max-width: 100%;
  }
  .modal.modal-new.new-wh-modal .modal-dialog{
    max-width: 360px!important;
  }
  .new-wh-modal .wrap h2{
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 19px;
    margin-top: 4px
  }
  .new-wh-modal .wrap p{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 22px
  }
  .new-wh-modal .wrap p img{
    position: relative;
    right: 3px;
    top: -1px;
    max-width: 18px;
  }
  .new-wh-modal .wrap .wrap-btn{
    background: #1EC53A;
    box-shadow: 0px 5px 5px rgba(230, 78, 78, 0.34);
    border-radius: 5px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    height: 46px;
    line-height: 44px;
    max-width: 262px;
    margin: 0 auto 16px;
  }
  .new-wh-modal .wrap .wrap-btn:last-child{
    margin-bottom: 0
  }
  .new-wh-modal.modal-new .modal-content{
    margin-top: 40px!important;
    padding: 20px 15px 50px;
  }
}

@media (max-width: 560px){
  .modal-new .modal-content {
    margin-top: 60px!important; 
    margin-left: 10px!important;
    margin-right: 10px!important;    
    /*  
    padding: 30px !important;
    min-height: 383px;  
    */
  }  
}