@font-face {
  font-family: Muli;
  src: url(/assets/fonts/muli.regular.ttf);
}
html, body {
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 16px;
  min-height: 100vh;
  line-height: 20px;
  overflow: initial;
  background-color: #fdfdfd;
}
.datetimepicker-dummy-wrapper {
  background-color: #fff !important;
  border-color: #dbdbdb !important;
  border-radius: 4px !important;
  color: #363636 !important;
}
.datetimepicker-dummy-input:hover {
  cursor: pointer !important;
}
.datetimepicker-dummy-wrapper:hover {
  cursor: pointer !important;
  border-color: #b5b5b5 !important;
}
.datetimepicker-clear-button {
  margin-right: .5rem !important;
}
.w-100 {
  width: 100%;
}
.date-picker-z {
  z-index: 10;
}
.time-picker-z {
  z-index: 9;
}
.disp-none {
  display: none;
}
.disp-block {
  display: block !important;
}
.both-center {
  justify-content: center;
  align-items: center;
}
.section-fullheight, .columns {
  min-height: 100vh;
  margin: 0;
}
.column {
  margin: 0 !important;
}
h1 {
  font-family: Merriweather, serif;
  color: #0f0f0f;
  font-size: 48px;
  line-height: 72px;
  font-weight: 900;
}
.art-image {
  background: url(/assets/images/sg.jpeg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.error-border {
  border-color: #ff0000 !important;
}
.underline-link {
  text-decoration: underline;
}
.left-color-blue-line {
  border-left: .5rem solid #d58436;
}
.form-section {
  height: 60%;
  width: 75%;
  margin: auto;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: grey;
}
.fixed-footer { 
  padding: 1rem;
}
.button.is-link {
 background-color:#d58436;
 border-color:transparent;
 color:#fff
}
.button.is-link.is-hovered,
.button.is-link:hover {
 background-color:#E28A44;
 border-color:transparent;
 color:#fff
}
.color-orange {
  color:#E28A44;
}
a {
  color: #3742fa;
 }
.arrow-down {
  cursor: pointer;
  margin: .75rem .95rem 0 0;
  color: grey;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 14.14px;
  height: 14.14px;
  pointer-events: none;
}

.relative-form {
  position: relative;
}
.absolute-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

@media screen and (max-height: 777px) {
  .form-section {
    margin: 7rem auto 5rem;
    height: 75%;
  }
}

@media screen and (min-height: 778px) and (max-height: 950px) {
  .form-section {
    margin: 9rem auto 6.5rem;
    height: 70%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1407px) {
  h1 {
    font-size: 36px;
    line-height: 64px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 64px;
  }
  .mt-5-mobile {
    margin-top: 1.5rem !important;
  }
  .ml-4-mobile {
    margin-left: 1rem !important;
  }
  .mr-4-mobile {
    margin-right: 1rem !important;
  }
  .form-section {
    width: 90%;
    height: 70%;
  }
  .mt-4-mobile {
    margin-top: 1rem;
  }
  .left-color-blue-line {
    border-left: 0rem;
  }
  .top-color-blue-line-mobile {
    border-top: .5rem solid #d58436;
  }
}