::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.form-group {
  position: relative;
}
.form-group {
  margin-top: 25px;
}
.form-label {
  position: absolute;
  left: 0;
  top: 10px;
  /* color: #fff; */
  color: #092d65 !important;
  background-color: transparent;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.focused .form-label {
  transform: translateY(-125%);
  font-size: 0.75em;
}
.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  /* box-shadow: 0 1px 0 0 #e5e5e5; */
  box-shadow: 0 1px 0 0 #092d65;
  transition: box-shadow 150ms ease-out;
  background: transparent;
  /* color: #fff; */
  color: #092d65;
}
.form-input:focus {
  /* box-shadow: 0 2px 0 0 rgb(255, 255, 255); */
  box-shadow: 0px 2px 0 0 #092d65;
  color: #fff;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus {
  /* color: #fff; */
  color: black;
}
.form-input.filled {
  /* box-shadow: 0 2px 0 0 lightgreen; */
  box-shadow: 0 2px 0 0 #1f75ff;
}

.submit-button-wrapper .form-submitBtn {
  /* background-image: linear-gradient(90deg, #008cff, #0065ff, #6942ef); */
  background-color: #1f75ff !important;
  /* border-radius: 6.25rem; */
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.03125rem;
  /* padding: 0.5rem 3.5rem; */
  padding: 0.5rem 2.5rem;
  border: none;
}
.submit-button-wrapper .form-submitBtn:hover {
  /* background-image: linear-gradient(270deg, #008cff, #0065ff, #6942ef); */
  background-color: #3784ff !important;
}

.submit-button-wrapper .form-cancelBtn {
  /* background-image: linear-gradient(90deg, #88c3f3, #70a4f2, #9375f6); */
  border: 1px solid #1f75ff;
  /* border-radius: 6.25rem; */
  font-size: 1.125rem;
  /* color: #fff; */
  color: #092d66;

  letter-spacing: 0.03125rem;
  /* padding: 0.5rem 3.5rem; */
  padding: 0.5rem 2.5rem;
  /* border: none; */
}
.submit-button-wrapper .form-cancelBtn:hover {
  /* background-image: linear-gradient(270deg, #9dcef5, #8bb5f4, #a890f6); */
  background-color: #3784ff !important;
  color: white;
}

/* The side navigation menu */
.sidenav {
  height: 762px;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  /* background-color: #111; */
  /* background-image: linear-gradient(to top, #f0eaf1e8 0%, #385975 100%); */
  background-color: #eaf2fe;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 0px !important;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  box-shadow: 2px 1px 10px 0px #d4d4d473;
  padding-bottom: 53px !important;
  /* border-top-left-radius: 1rem; */
  /* border-bottom-left-radius: 1rem; */
  margin-top: 46px;
}

/* The navigation menu links */

/* .sidenav a {
    padding: 2px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
    } */
.justify-content-space-between {
  justify-content: space-between;
}

/* When you mouse over the navigation links, change their color */
/* .sidenav a:hover, .offcanvas a:focus{
color: #111;
} */

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: relative;
  top: 0;
  /* right: 25px; */
  font-size: 34px;
  /* margin-left: 0px; */
  padding: 2px;
  text-decoration: none;
  /* color: #fff; */
  color: #092d65 !important;
  display: block;
  transition: 0.3s;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
.sidenav {
  right: 0;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (min-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
.sidenav {
  right: 0;
}
.btn-contact-down {
  margin-top: 10em;
}
.btn-start-down {
  margin-top: 7em;
}
.btn-schedule-down {
  margin-top: 4em;
}
