button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
label {
  font-size: 1.1rem;
}
p {
  font-size: 1.1rem;
}

form {
  max-width: 520px;
  margin: auto;
  padding: 1rem 0.25rem;
  background: #00000070;
  border-radius: 10px;
}

input[type="checkbox"]+label {
  /* display: inline-block;
  margin-right: 10px;
  background: url(/images/icon-checkbox.png) no-repeat left center;
  padding-left: 26px; */
  zoom: 2;
  font-size: 0.6rem;
}

.top-blue {
    background: linear-gradient(90deg, #fe9410f2, #5b3700);
    padding: 2.5vw;
}
.top-blue h3 {
    color: white;
}
.top-blue h5 {
    color: white;
}
.top-blue img {
    height: 50px;
}

.fields-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .fields-flex  {
    flex-direction: column;
  }
}

.fields-flex p {
  margin: 0;
  color: white;
}
.fields-flex button {
  margin-left: 1rem;
  margin-right: -10px !important;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .fields-flex button {
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }
}

.Button-primary {
  background: #f78421 !important;
}


.hasDatepicker {
  width: 140px !important;
}


/* Dropdown */
.box select {
  background-color: #0563af;
  color: white;
  padding: 12px;
  /* width: 250px; */
  width: auto;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}


.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}

.checkbox-container {
  color: white;
  font-size: 1.1rem;
  margin-left: 1rem;
}

