@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(Poppins-Regular.ttf);
}

.floated-label-wrapper {
  position: relative;
}

.floated-label-wrapper label {
  background: #fefefe;
  color: #1779ba;
  font-size: 0.75rem;
  font-weight: 600;
  left: 0.75rem;
  opacity: 0;
  padding: 0 0.25rem;
  position: absolute;
  top: 2rem;
  transition: all 0.15s ease-in;
  z-index: -1;
}

.floated-label-wrapper label input[type=text],
.floated-label-wrapper label input[type=email],
.floated-label-wrapper label input[type=password] {
  border-radius: 4px;
  font-size: 1.75em;
  padding: 0.5em;
}

.floated-label-wrapper label.show {
  opacity: 1;
  top: -0.85rem;
  z-index: 1;
  transition: all 0.15s ease-in;
}

.disabled {
    pointer-events: none;
}

.background-transparent-black {
  background-color: rgba(0,0,0,.4);
}

.background-transparent-black-ultra-light {
  background-color: rgba(0,0,0,.03);
}

.background-transparent-blue {
  background-color: rgba(0,40,78,.59);
}

.color-smooth-orange {
  color: rgba(173,75,10,1);
}

.color-smooth-green {
  color: rgba(69,115,4,1);
}

.color-smooth-black {
  color: rgba(97,97,97,1);
}

.background-smooth-blue {
  background-color: #4e769a;
}

.background-light-blue {
  background-color: aliceblue;
}

.big-icon-block {
  height: 5em;
  min-width: 5em;
}

.high-map {
  height: 40em;
}

.small-height {
  height: 14em;
}

.text-xxl {
  font-size: 2.2em!important;
}

.comfortable-blue {
  color: rgb(72 100 122);
}

.img-full-width {
  width: 100%;
}


.w3-theme-l5 {color:#000 !important; background-color:#f6f7f9 !important}
.w3-theme-l4 {color:#000 !important; background-color:#e1e6ea !important}
.w3-theme-l3 {color:#000 !important; background-color:#c3ccd5 !important}
.w3-theme-l2 {color:#000 !important; background-color:#a5b3c0 !important}
.w3-theme-l1 {color:#fff !important; background-color:#879aab !important}
.w3-theme-d1 {color:#fff !important; background-color:#5e7387 !important}
.w3-theme-d2 {color:#fff !important; background-color:#546778 !important}
.w3-theme-d3 {color:#fff !important; background-color:#495a69 !important}
.w3-theme-d4 {color:#fff !important; background-color:#3f4d5a !important}
.w3-theme-d5 {color:#fff !important; background-color:#34404b !important}

.w3-theme-light {color:#000 !important; background-color:#f6f7f9 !important}
.w3-theme-dark {color:#fff !important; background-color:#34404b !important}
.w3-theme-action {color:#fff !important; background-color:#34404b !important}

.w3-theme {color:#fff !important; background-color:#698096 !important}
.w3-text-theme {color:#698096 !important}
.w3-text-theme-d3 {color:#495a69 !important}
.w3-text-theme-d4 {color:#3f4d5a !important}
.w3-border-theme {border-color:#698096 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#698096 !important}
.w3-hover-text-theme:hover {color:#698096 !important}
.w3-hover-border-theme:hover {border-color:#698096 !important}

.w3-theme-button {
  color: #fff !important;
  background-color: #1899d6 !important;
}

.w3-theme-light {
  color: #fff !important;
  background-color: #4f94a8 !important;
}

.w3-text-google-color {color:#1a73e8 !important}

.grecaptcha-badge {
  visibility: hidden !important;
}

.day-picker-table {
  max-width: 30em;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.w3-table td.day-picker-table-day  {
  padding: 2px 2px;
}

.day-picker-table-day a {
  height: 3em;
  width: 3em;
}

.month-picker-text {
  float: left;
  width: 50%;
}

.month-picker-arrow {
  float: left;
  width: 25%;
}

.back-arrow {
  float: left;
  width: 25%;
}

.btn-border-stronger {
  border: 2px solid #ccc!important;
}

.btn-border-3px {
  border: 3px solid #ccc!important;
}

.btn-border-4px {
  border: 4px solid #ccc!important;
}


.minimal-300 {
  min-width: 23em;
}

.margin-left-big {
  margin-left: 4em !important;
}

.shadow {
  text-shadow: 2px 2px 3px grey;
}

.max-900 {
  max-width: 900px;
}

.margin-auto {
  margin: auto;
}

.centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w3-slideshow-badge {
  height: 13px;
  width: 13px;
  padding: 0;
}

.link {
  text-decoration: underline; 
  cursor: pointer; 
}

.color-gray {
  color: gray;
}

.color-grey {
  color: gray;
}

.truncatedText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.displayToggleDisabled {
  display: none;
}

.typing-cursor {
  display: inline-block;
  animation: blink 1s step-end infinite;
  font-weight: bold;
  margin-left: 1px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.animated-underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: currentColor;
  width: 0;
  transition: width 1200ms ease-in-out;
}

.underline-container {
  position: relative;
  display: inline-block;
}

.gradient-dark-container {
  position: relative;
  display: inline-block;
}

.gradient-dark-container img {
  display: block;
}

.gradient-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  pointer-events: none;
} 