* {
  touch-action: pan-x pan-y;
}

body {
  margin: 0 !important;
  padding: 0;
  outline: 0;
  background-color: #F5F5F5;
  box-sizing: border-box;
  color: #808495 !important;
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
}

@media (max-width: 769px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.dropleft .dropdown-toggle::before {
  display: none !important;
}

.title {
  margin-top: 0;
  font-size: 2.5rem;
  color: #074f8c !important;
  font-weight: lighter;
}

.description {
  font-size: 1.125rem;
  margin-top: 1rem;
}

.terms {
  color: #074f8c;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 95%;
  border-bottom: 1px solid #074f8c;
}

.nextpage {
  color: #074f8c;
  font-weight: 500;
}

.nextpage-link {
  color: #f0b01b;
  font-weight: bold;
  font-size: 98%;
  cursor: pointer;
}

.responsive {
  padding: 0;
}

.fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fieldOptions {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  color: #074f8c;
  /* width: 330px; */
  font-size: 80%;
  user-select: none;
}

label {
  user-select: none;
  color: #074f8c;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.form-control {
  background-color: #f1f9ff;
  border-color: #074f8c;
  border-width: 2px;
  border-radius: 0.5rem;
  height: calc(2em + 0.75rem + 2px);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.btn {
  height: 3rem;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 1px;
}

.btn-primary {
  background-color: #f0b01b;
  border-width: 0;
}

.btn-primary:hover {
  background-color: rgb(248, 184, 34);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 184, 34, 0.5);
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 79, 140, 0.27);
  border-color: #074e8cd0;
  background-color: #f1f9ff;
}

.btn-primary:active {
  background-color: rgb(248, 184, 34);
}

.form-group {
  margin-bottom: 0.5rem;
}

.facebook {
  background-color: #3c5a99;
}

input[type="checkbox"] {
  vertical-align: middle;
}

.menu.base {
  background-color: #074f8c;
  height: 100vh;
  width: 75%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.menu.item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.menu.item.selected a {
  /* background-color: rgb(6, 73, 131); */
  color: #f0b01b;
}

.menu.item:not(:first-child) a {
  cursor: pointer;
}

.menu.item:not(:first-child):hover a {
  /* background-color: rgb(6, 73, 131); */
  color: #f0b01b;
}

.menu.icon {
  font-size: 2rem;
}

.menu.text {
  position: relative;
  bottom: 8px;
}

.painel.content {
  background-color: #f1f9ff;
}

.paginate ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
}

.paginate li {
  display: inline-block;
  /* padding-right: .5rem; */
}

.paginate li:last-child {
  display: none;
}

.paginate li:first-child {
  display: none;
}

.paginate li a {
  color: #074f8c;
  padding: 3px 7px;
  border-radius: 1px;
  font-size: 1.125rem;
  font-weight: normal;
  text-decoration: none;
  outline-style: none;
  transition: all 0.2s;
  margin-right: 1rem;
  margin-left: 0.5rem;
}

.paginate li.active a {
  color: #f0b01b;
}

.arrow {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .fieldOptions {
    width: 100%;
    font-size: 75%;
  }
  .terms {
    font-size: 90%;
  }
  .title {
    font-size: 1.875rem;
  }
  .subtitle {
    font-size: 1rem;
  }
}

.show-details-icon {
  font-size: 1.4rem;
  color: #074f8c;
}

/* Animations */

.fade {
  animation: fade 2s;
}

@keyframes fade {
  0% {
    opacity: 0;
    right: 20px;
  }
  75% {
    opacity: 0.5;
    right: 0px;
  }
  100% {
    opacity: 1;
  }
}

/* Global Titles */

.gold-title {
  font-size: 1.5rem;
  color: #f0b01b;
}

.modal-content {
  border: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.62;
}

.modal-header .close {
  padding: 22px 1rem;
  margin: -1rem -1rem -1rem auto;
}

.close {
  float: right;
  padding-top: 1px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 1;
}

.close:hover {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fefefe;
  opacity: 1;
}

.modal-content {
  border-radius: 25px;
}

.modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* .date-picker {
  min-width: 210px;
  background-color: #f1f9ff;
  border: 2px solid #074f8c;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
  border-radius: 7px;
  outline-style: none;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  height: calc(2em + 0.75rem + 2px);
  font-size: 1rem;
} */

/* @media (max-width: 993px) {
  .date-picker {
    height: 40px;
    min-width: 200px;
  }
} */

/* @media (max-width: 480px) {
  .date-picker {
    min-width: 180px;
    font-size: 0.8rem;
  }
  .react-date-picker__clear-button svg {
    width: 15px;
    margin-top: -2px !important;
  }
} */

/* @media (max-width: 442px) {
  .date-picker {
    min-width: 150px;
  }
} */

/* @media (max-width: 380px) {
  .date-picker {
    min-width: 130px;
  }
}

@media (max-width: 365px) {
  .date-picker {
    min-width: 240px;
  }
}

@media (max-width: 319px) {
  .date-picker {
    min-width: 200px;
  }
}*/

.react-date-picker__wrapper {
  border: 0 !important;
}

.react-calendar {
  border: 0 !important;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 3px);
}

.react-calendar__tile .react-calendar__month-view__days__day button {
  height: 33px !important;
  width: 33px !important;
  align-items: center !important;
  justify-items: center !important;
  margin: 4px !important;
  border-radius: 5px !important;
  padding-top: 23% !important;
  font-weight: bold !important;
  background-color: white !important;
  border: 1px solid #074f8c !important;
  color: black !important;
  cursor: pointer !important;
}

/* .react-date-picker__clear-button {
  margin-top: -2px !important;
}

.react-date-picker__clear-button svg {
  opacity: 0.3;
}

.react-date-picker__clear-button svg:hover {
  opacity: 0.9;
} */

/* input[type=date] {
  color: red;
} */
