.fixed-overlay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.fixed-overlay .calc_button {
  background-color: #C32B2B;
  padding: 12px 24px;
  border-radius: 0;
  border: none;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.fixed-overlay .calcmodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.fixed-overlay .calcmodal .modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 500px;
  margin: 50px 0;
  padding: 30px 50px;
  text-align: left;
  box-sizing: border-box;
  white-space: normal;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  position: relative;
}

.fixed-overlay .calcmodal .modal_container p {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 14px;
}

.fixed-overlay .calcmodal .modal_container p.uploadName {
  margin: 0;
  padding: 0;
}

.fixed-overlay .calcmodal .modal_container .closeForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px !important;
  height: 28px !important;
  cursor: pointer;
  background-color: #f16640;
  color: #fff;
  border-radius: 50%;
  z-index: 999999;
}

.fixed-overlay .calcmodal .modal_container input[type="file"] {
  display: none;
  position: absolute;
  left: 10000px;
}

.fixed-overlay .calcmodal .modal_container textarea {
  width: 100%;
  max-width: 100%;
  height: 150px;
  padding: 0;
  padding-left: 8px;
  padding-top: 6px;
  font-size: 14px;
  border: solid 1px #ccc;
  font-family: 'Fira Sans Condensed', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  outline: none;
}

.fixed-overlay .calcmodal .modal_container .fileInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.fixed-overlay .calcmodal .modal_container .fileInput label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  background-color: #f16640;
  height: 40px;
  margin: 0;
  text-align: center;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  margin-right: 12px;
  cursor: pointer;
  outline: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fixed-overlay .calcmodal .modal_container .fileInput label i {
  font-size: 20px;
}

.fixed-overlay .calcmodal .modal_container .fileInput span {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 12px;
}

.fixed-overlay .calcmodal .modal_container .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}

.fixed-overlay .calcmodal .modal_container .inputs input {
  height: 40px;
  padding: 0;
  padding-left: 8px;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: 'Fira Sans Condensed', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  width: 48%;
  cursor: pointer;
}

.fixed-overlay .calcmodal .modal_container .inputs input.invalid {
  border-bottom-color: #ff0000;
}
.fixed-overlay .calcmodal .modal_container .inputs input.invalid::placeholder {
  color: #ff0000;
}

.fixed-overlay .calcmodal .modal_container .tz_submit {
  width: 70%;
  background-color: #6699ff;
  height: 40px;
  margin: 0;
  text-align: center;
  font-family: 'Fira Sans Condensed', sans-serif;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  margin-bottom: 12px;
}

.fixed-overlay__modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}

.fixed-overlay__modal::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}

.uploadList {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.uploadItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.removeUpload {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: none;
  border: none;
}
.removeUpload:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: rotate(45deg);
}
.removeUpload:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 0;
  right: 0;
  transform-origin: right;
  transform: rotate(-45deg);
}


.popup-send {
  background-color: #cbcbcb;
  font-family: 'Fira Sans Condensed', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  width: 85%;
  max-width: 400px;
  padding: 30px 15px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3); */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #000000;
  border: 2px solid #b5b5b5;
  border: 1px solid #858585;
  display: flex;
  
}
.popup-icon {
  width: 100%;
  object-fit: contain;
}
.popup-icon-wrap {
  flex-basis: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 70px;
}
.popup__info {
  margin-left: 15px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-send p {
  font-family: 'Fira Sans Condensed', sans-serif;
  margin: 0;
  text-align: left;
}
.popup-send p:first-child {
  margin-bottom: 10px;
  font-style: normal;
  font-size: 18px;
  /* font-weight: bold; */
  text-transform: uppercase;
}

.popup-send .mini-text {
  font-size: 12px;
  margin-bottom: 10px;
}

.popup-send.hidden,
.popup-send div.hidden {
  display: none;
}
@media (max-width: 390px) {
  .popup-send {
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
  }
  .popup-send p {
    text-align: center;
  }
  .popup__info {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 340px) {
  .popup-send .mini-text {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .fixed-overlay .calcmodal .modal_container {
    padding: 30px 20px;
    width: 332px;
  }
  .fixed-overlay .calcmodal .modal_container .inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fixed-overlay .calcmodal .modal_container .inputs input {
    width: 100%;
  }
  .fixed-overlay .calcmodal .modal_container .tz_submit {
    width: 100%;
  }
}
/*# sourceMappingURL=modal.css.map */