/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-10-2020, 14:42:25
    Author     : saez_
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 06-10-2020, 17:52:07
    Author     : saez_
*/
.preloader {
  align-items: center;
  background-color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 1s linear;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}
body {
  overflow: hidden;
  margin-right: 0px !important;
}
#header {
  padding-right: 0px !important;
}
body .dimmed {
  overflow: hidden !important;
}
.pusher {
  padding-top: 6em !important;
}
.modal {
  overflow: hidden;
}
.header-image {
  width: 40% !important;
  height: 100% !important;
  pointer-events: none;
}
div:focus {
  outline: #E0E1E2 solid 1px;
}
[class*="thin-font"] {
  font-weight: normal !important;
}
#loader {
  position: absolute;
  opacity: 0.9;
  z-index: 9999 !important;
}
.hide-dimmer {
  visibility: hidden;
  position: absolute;
  opacity: 0 !important;
}
.bordered-appended-select {
  border: 1px solid #E0E1E2 !important;
}
.border-top-gray {
  border-top: 1px solid #E0E1E2 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.drag-icon {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.drag-icon:hover {
  color: #0061a0;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.drag-icon:active,
.drag-icon:focus {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  color: #0061a0;
}
.dragging {
  background-color: #4979b0 !important;
  color: white !important;
}
.custom-font {
  color: #375E9D;
  font-weight: normal !important;
  font-family: 'Jost' !important;
}
.pointer {
  cursor: pointer;
}
.gallery {
  width: 100%;
  height: 70vh;
  margin-top: -20px;
}
.gallery img {
  position: relative;
  top: -200px;
  width: 100%;
  height: 80%;
}
.gallery-prev {
  position: absolute;
  top: 50%;
  left: 2em;
  z-index: 500;
}
.gallery-next {
  position: absolute;
  top: 50%;
  right: 2em;
  z-index: 500;
}
h1 {
  font-size: 32px;
}
.text-left {
  text-align: left !important;
}
.spaced-text {
  line-height: 1.5em !important;
}
/*# sourceMappingURL=main.css.map */