.no-scroll {
  overflow: hidden;
}

.preload .modal-quotation {
  display: none;
}

.modal-quotation {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #333;
}

.modal-quotation.option {
  display: none;
}

.modal-quotation.is-open {
  visibility: visible;
  opacity: 1;
}

.modal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  padding: 80px 0;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background: #eef3e3;
}

.modal-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.modal-inner.row {
  padding-left: 15px;
  padding-right: 15px;
}

.modal-inner .panel {
  /* background: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1)); */
}

@media screen and (min-width: 769px) {
  .modal-inner .panel {
    padding: 35px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .modal-inner .panel {
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.modal-close {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .modal-close {
    width: 50px;
    height: 50px;
    top: 45px;
    right: 55px;
  }
}

@media screen and (max-width: 768px) {
  .modal-close {
    width: 35px;
    height: 35px;
    top: 25px;
    right: 50px;
  }
}

.modal-close::before,
.modal-close::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .is-add .section-quotation-detail .bg-wht-lg__inner,
  .is-edit .section-quotation-detail .bg-wht-lg__inner {
    box-shadow: none;
  }

  .is-add .section-quotation-detail .section-content,
  .is-edit .section-quotation-detail .section-content {
    padding-bottom: 70px;
  }
}

.is-add .section-quotation-detail .bg-wht-lg__inner,
.is-edit .section-quotation-detail .bg-wht-lg__inner {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .is-add .section-quotation-detail .bg-wht-lg__inner,
  .is-edit .section-quotation-detail .bg-wht-lg__inner {
    padding-bottom: 0;
  }
}
