.bestall-ritning__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto; }
  .bestall-ritning__modal[hidden] {
    display: none; }
.bestall-ritning__backdrop {
  position: absolute;
  inset: 0; }
.bestall-ritning__dialog {
  position: relative;
  z-index: 1;
  background: #ECF0F8;
  border-radius: 15px;
  width: 977px;
  max-height: 90vh;
  overflow: hidden;
  padding: 4.777rem;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  overflow-y: auto; }
.bestall-ritning__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
.bestall-ritning__title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700; }

.bestall-ritning__body .frm_html_container {
  max-width: 545px; }

.bestall-ritning__body select {
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.234 3.88629C3.38092 4.0379 3.61849 4.0379 3.76385 3.88629L6.88981 0.660484C7.03673 0.508871 7.03673 0.26371 6.88981 0.11371C6.74289 -0.0362903 6.50532 -0.0379032 6.35996 0.11371L3.49971 3.06532L0.639455 0.11371C0.492535 -0.0379032 0.254962 -0.0379032 0.109605 0.11371C-0.0357524 0.265323 -0.0373154 0.510484 0.109605 0.660484L3.23556 3.88629H3.234Z" fill="%233D598A"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem; }

button.bestall-ritning__trigger {
  font-size: 1.125rem;
  color: #FFF;
  background: #112E5F;
  border-radius: 15px;
  border: 0;
  width: 100%;
  padding: 1.1rem; }

/*# sourceMappingURL=bestall-ritning.css.map */
