.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
img {
  max-width: 100%;
}
body {
  font-family: "Open Sans Hebrew", sans-serif;
  text-align: right;
}
label {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}
.form-control {
  border: 2px solid #b1b1b1;
  border-radius: 5px;
}
.left-div {
  background: url("/images/left.png") no-repeat center center;
  background-size: 100% 100%;
}
.right-div {
  padding-top: 8px;
  padding-right: 68px;
}
.main-text {
  margin-top: 15px;
  font-size: 46px;
  line-height: 45px;
  font-weight: 800;
}
.left-logo {
  margin-left: 104px;
}
.mini-text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}
.upload-text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  align-self: center;
  margin: 0;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.drop-file {
  width: 100%;
  height: 100px;
  border: 2px solid #b1b1b1;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.send-button {
  font-size: 28px;
  line-height: 52px;
  background: linear-gradient(to right, #875bfe, #1cc9a1);
  color: white;
  font-weight: 800;
}
.phone-div {
  background: url("/images/phone-bg.png") no-repeat top center;
  background-size: 100% 100%;
  height: 407px;
  display: none;
}
.phone-text {
  font-size: 30px;
  line-height: 24px;
  font-weight: 800;
}
.file-input {
  opacity: 0;
  height: 100px;
  width: 100%;
  position: absolute;
  cursor:pointer;
}
@media (max-width: 991px) {
  .left-logo {
    margin: 0;
  }
  .right-div {
    padding: 0 15px 0;
  }
  .phone-div {
    display: flex;
  }
  .form-control {
    min-height: 56px;
  }
}
@media (max-width: 991px) {
  label{
    font-size: 17px;
  }
  .main-text,
  .mini-text {
    font-size: 20px;
    margin-top: 23px;
    padding-right: 15px;
  }
}


#instructionsTriggerButton {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.upload-image-instructions-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content-new {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}
p.modal-content {
  font-size: 18px;
}
.confirm-modal-content {
  margin: 10% auto;
}
.modal-title {
  margin-bottom: 10px;
}
.modal-text {
  padding: 0 5%;
}
.instruction-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.confirm-block {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.btn-outer {
  width: 40%;
}
button.confirm-block {
  width: 50%;
}
img.instruction-image-ele {
  max-height: 40vh;
}
button.close-verify-button {
  background: rgb(255, 157, 0);
}
.accept-button {
  margin-bottom: 12px;
  width: 60%;
}

.close-instructions {
  text-align: end;
  float: left;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 991px) {
  h2 {
    margin: 50px 0;
    font-size: 17px;
    text-align: center;
  }
  .accept-instructions{
    font-size: 14px;
  }
  .confirm-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-outer {
    width: 80%;
  }
  .modal-content-new {
    width: 100%;
    margin: 0;
    height: 100%;
  }
}