.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-calendar-timeline * {
  box-sizing: border-box; }

.react-calendar-timeline .rct-outer {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.react-calendar-timeline .rct-scroll {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  overflow-x: scroll;
  overflow-y: hidden;
  touch-action: none; }

.react-calendar-timeline .rct-item:hover {
  z-index: 88; }

.react-calendar-timeline .rct-item .rct-item-content {
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  overflow: hidden;
  display: inline-block;
  border-radius: 2px;
  padding: 0 6px;
  height: 100%; }

.react-calendar-timeline .rct-sidebar {
  overflow: hidden;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #bbb; }
  .react-calendar-timeline .rct-sidebar.rct-sidebar-right {
    border-right: 0;
    border-left: 1px solid #bbb; }
  .react-calendar-timeline .rct-sidebar .rct-sidebar-row {
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 1px solid #bbb; }
    .react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-odd {
      background: rgba(0, 0, 0, 0.05); }
    .react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-even {
      background: transparent; }

.react-calendar-timeline .rct-vertical-lines .rct-vl {
  position: absolute;
  border-left: 1px solid #bbb;
  z-index: 30; }
  .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-vl-first {
    border-left-width: 2px; }
  .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-6, .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-0 {
    background: rgba(250, 246, 225, 0.5); }

.react-calendar-timeline .rct-horizontal-lines {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-even,
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    border-bottom: 1px solid #bbb;
    box-sizing: border-box;
    z-index: 40; }
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    background: rgba(0, 0, 0, 0.05); }
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-even {
    background: transparent; }

.react-calendar-timeline .rct-cursor-line {
  position: absolute;
  width: 2px;
  background: #2196f3;
  z-index: 51; }

.react-calendar-timeline .rct-dateHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  font-size: 14px;
  background-color: #f0f0f0;
  border-left: 2px solid #bbb; }

.react-calendar-timeline .rct-dateHeader-primary {
  background-color: initial;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #fff; }

.react-calendar-timeline .rct-header-root {
  background: #c52020;
  border-bottom: 1px solid #bbb; }

.react-calendar-timeline .rct-calendar-header {
  border: 1px solid #bbb; }

@charset "UTF-8";
.react-rating {
  border-color: black;
}

/* === Equipment === */
.equipment-list {
  padding-left: 0;
  text-align: center;
}

.equipment-list li {
  width: 7.6rem;
  height: 7.6rem;
  /*background-color: #63b22f;*/
  border-radius: 50%;
  display: inline-block;
  margin: 2rem 0.6rem;
}

.equipment-list p {
  margin: 1.2rem 0 0 0;
}

.equipment-list li > span {
  /*color: #fff;*/
  color: #3A3A3A;
  font-size: 6.7rem;
  display: inline-block;
  margin-top: 0.2rem;
}

.fs-px-1 {
  font-size: 1px !important;
}

.fs-px-2 {
  font-size: 2px !important;
}

.fs-px-3 {
  font-size: 3px !important;
}

.fs-px-4 {
  font-size: 4px !important;
}

.fs-px-5 {
  font-size: 5px !important;
}

.fs-px-6 {
  font-size: 6px !important;
}

.fs-px-7 {
  font-size: 7px !important;
}

.fs-px-8 {
  font-size: 8px !important;
}

.fs-px-9 {
  font-size: 9px !important;
}

.fs-px-10 {
  font-size: 10px !important;
}

.fs-px-11 {
  font-size: 11px !important;
}

.fs-px-12 {
  font-size: 12px !important;
}

.fs-px-13 {
  font-size: 13px !important;
}

.fs-px-14 {
  font-size: 14px !important;
}

.fs-px-15 {
  font-size: 15px !important;
}

.fs-px-16 {
  font-size: 16px !important;
}

.fs-px-17 {
  font-size: 17px !important;
}

.fs-px-18 {
  font-size: 18px !important;
}

.fs-px-19 {
  font-size: 19px !important;
}

.fs-px-20 {
  font-size: 20px !important;
}

.fs-em-8 {
  font-size: 0.8em !important;
}

.fs-em-9 {
  font-size: 0.9em !important;
}

.fs-em-10 {
  font-size: 1em !important;
}

.fs-em-11 {
  font-size: 1.1em !important;
}

.fs-em-12 {
  font-size: 1.2em !important;
}

.fs-em-13 {
  font-size: 1.3em !important;
}

.fs-em-14 {
  font-size: 1.4em !important;
}

.fs-em-15 {
  font-size: 1.5em !important;
}

.fs-em-16 {
  font-size: 1.6em !important;
}

.fs-em-17 {
  font-size: 1.7em !important;
}

.fs-em-18 {
  font-size: 1.8em !important;
}

.fs-em-19 {
  font-size: 1.9em !important;
}

.fs-em-20 {
  font-size: 2em !important;
}

.fs-em-21 {
  font-size: 2.1em !important;
}

.fs-em-22 {
  font-size: 2.2em !important;
}

.fs-em-23 {
  font-size: 2.3em !important;
}

.fs-em-24 {
  font-size: 2.4em !important;
}

.fs-em-25 {
  font-size: 2.5em !important;
}

.fs-em-26 {
  font-size: 2.6em !important;
}

.fs-em-27 {
  font-size: 2.7em !important;
}

.fs-em-28 {
  font-size: 2.8em !important;
}

.fs-em-29 {
  font-size: 2.9em !important;
}

.fs-em-30 {
  font-size: 3em !important;
}

@media screen and (min-width: 320px) {
  .fs-rem-8 {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-8 {
    font-size: 0.944rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-8 {
    font-size: 1.024rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-9 {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-9 {
    font-size: 1.062rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-9 {
    font-size: 1.152rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-10 {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-10 {
    font-size: 1.18rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-10 {
    font-size: 1.28rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-11 {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-11 {
    font-size: 1.298rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-11 {
    font-size: 1.408rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-12 {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-12 {
    font-size: 1.416rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-12 {
    font-size: 1.536rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-13 {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-13 {
    font-size: 1.534rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-13 {
    font-size: 1.664rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-14 {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-14 {
    font-size: 1.652rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-14 {
    font-size: 1.792rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-15 {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-15 {
    font-size: 1.77rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-15 {
    font-size: 1.92rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-16 {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-16 {
    font-size: 1.888rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-16 {
    font-size: 2.048rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-17 {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-17 {
    font-size: 2.006rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-17 {
    font-size: 2.176rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-18 {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-18 {
    font-size: 2.124rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-18 {
    font-size: 2.304rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-19 {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-19 {
    font-size: 2.242rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-19 {
    font-size: 2.432rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-20 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-20 {
    font-size: 2.36rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-20 {
    font-size: 2.56rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-21 {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-21 {
    font-size: 2.478rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-21 {
    font-size: 2.688rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-22 {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-22 {
    font-size: 2.596rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-22 {
    font-size: 2.816rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-23 {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-23 {
    font-size: 2.714rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-23 {
    font-size: 2.944rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-24 {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-24 {
    font-size: 2.832rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-24 {
    font-size: 3.072rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-25 {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-25 {
    font-size: 2.95rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-25 {
    font-size: 3.2rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-26 {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-26 {
    font-size: 3.068rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-26 {
    font-size: 3.328rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-27 {
    font-size: 2.7rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-27 {
    font-size: 3.186rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-27 {
    font-size: 3.456rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-28 {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-28 {
    font-size: 3.304rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-28 {
    font-size: 3.584rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-29 {
    font-size: 2.9rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-29 {
    font-size: 3.422rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-29 {
    font-size: 3.712rem !important;
  }
}

@media screen and (min-width: 320px) {
  .fs-rem-30 {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 375px) {
  .fs-rem-30 {
    font-size: 3.54rem !important;
  }
}
@media screen and (min-width: 425px) {
  .fs-rem-30 {
    font-size: 3.84rem !important;
  }
}

.rotate-deg-45 {
  transform: rotate(45deg);
}

.rotate-deg-90 {
  transform: rotate(90deg);
}

.rotate-deg-135 {
  transform: rotate(135deg);
}

.rotate-deg-180 {
  transform: rotate(180deg);
}

.rotate-deg-225 {
  transform: rotate(225deg);
}

.rotate-deg-270 {
  transform: rotate(270deg);
}

.rotate-deg-315 {
  transform: rotate(315deg);
}

.rotate-deg-360 {
  transform: rotate(360deg);
}

@media screen and (max-width: 320px) {
  .w-ms-20 {
    width: 20% !important;
  }
}
@media screen and (max-width: 375px) {
  .w-mm-20 {
    width: 20% !important;
  }
}
@media screen and (max-width: 425px) {
  .w-ml-20 {
    width: 20% !important;
  }
}
@media screen and (max-width: 768px) {
  .w-t-20 {
    width: 20% !important;
  }
}
@media screen and (max-width: 1024px) {
  .w-l-1 {
    width: 20% !important;
  }
}
@media screen and (max-width: 320px) {
  .w-ms-40 {
    width: 40% !important;
  }
}
@media screen and (max-width: 375px) {
  .w-mm-40 {
    width: 40% !important;
  }
}
@media screen and (max-width: 425px) {
  .w-ml-40 {
    width: 40% !important;
  }
}
@media screen and (max-width: 768px) {
  .w-t-40 {
    width: 40% !important;
  }
}
@media screen and (max-width: 1024px) {
  .w-l-2 {
    width: 40% !important;
  }
}
@media screen and (max-width: 320px) {
  .w-ms-60 {
    width: 60% !important;
  }
}
@media screen and (max-width: 375px) {
  .w-mm-60 {
    width: 60% !important;
  }
}
@media screen and (max-width: 425px) {
  .w-ml-60 {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .w-t-60 {
    width: 60% !important;
  }
}
@media screen and (max-width: 1024px) {
  .w-l-3 {
    width: 60% !important;
  }
}
@media screen and (max-width: 320px) {
  .w-ms-80 {
    width: 80% !important;
  }
}
@media screen and (max-width: 375px) {
  .w-mm-80 {
    width: 80% !important;
  }
}
@media screen and (max-width: 425px) {
  .w-ml-80 {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .w-t-80 {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .w-l-4 {
    width: 80% !important;
  }
}
@media screen and (max-width: 320px) {
  .w-ms-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 375px) {
  .w-mm-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 425px) {
  .w-ml-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .w-t-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .w-l-5 {
    width: 100% !important;
  }
}
body {
  background-color: #fff;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

#tidio-chat-iframe {
  bottom: 64px !important;
}

.code-line .token .content {
  display: inline;
}

@font-face {
  font-family: NunitoBold;
  src: url(/fonts/NunitoBold.ttf?e21224eb684dfa21443683a3fc963a3b);
}
@font-face {
  font-family: ArialRounded;
  src: url(/fonts/arialrounded.ttf?78ccc3bbe2236b324bfbd476e7939eaa);
}
@font-face {
  font-family: NunitoRegular;
  src: url(/fonts/NunitoRegular.ttf?c6d06da41ec4b66d90868ce6bf337cbd);
}
@font-face {
  font-family: NunitoLight;
  src: url(/fonts/NunitoLight.ttf?d0adc2b29b7472077dc7439642f1439a);
}
div[id^=marker_content_] #bodyContent {
  position: relative;
  display: flex;
  border-top: 1px solid #ea960f;
  padding-top: 12px;
}
div[id^=marker_content_] #bodyContent img {
  width: 40%;
  height: 100%;
  border-radius: 8px;
}
div[id^=marker_content_] #bodyContent .marker-price {
  font-size: 16px;
  color: #ea960f;
  margin-left: 1rem;
}
div[id^=marker_content_] #bodyContent .marker-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.searchByNeighborhood {
  position: relative;
}
@media screen and (max-width: 425px) {
  .searchByNeighborhood {
    width: 100%;
  }
}
.searchByNeighborhood input:checked ~ .dropdown {
  display: none;
}
.searchByNeighborhood .dropdown {
  background: white;
  list-style: none;
  position: absolute;
  z-index: 1011;
  width: 200%;
  overflow-y: scroll;
  height: 350px;
  border-radius: 19px;
  border: 1px solid #bec4c9;
  margin-left: 15px;
  padding: 0;
}
@media screen and (max-width: 425px) {
  .searchByNeighborhood .dropdown {
    width: 90%;
  }
}
.searchByNeighborhood .dropdown::-webkit-scrollbar-thumb, .searchByNeighborhood .dropdown::-webkit-scrollbar-track {
  border-radius: 0 0 12px 0;
}
.searchByNeighborhood .dropdown .item, .searchByNeighborhood .dropdown .subitem {
  padding: 8px 24px;
  display: block;
  cursor: pointer;
}
.searchByNeighborhood .dropdown .item {
  padding: 8px 37px;
}
.searchByNeighborhood .dropdown .item:hover {
  background: #f7d6b2;
}
.searchByNeighborhood .dropdown input[name^=zone]:checked + label, .searchByNeighborhood .dropdown input[name^=school]:checked + label {
  background: #EF8E01;
  color: white;
}
.searchByNeighborhood .dropdown input[name^=language]:checked + label, .searchByNeighborhood .dropdown input[name^=language]:checked + label {
  background: #EF8E01;
  color: white;
}
.searchByNeighborhood .subdropdown ul {
  list-style: none;
}
.searchByNeighborhood .subdropdown li {
  display: flex;
  align-items: baseline;
}
.searchByNeighborhood .subdropdown input[name^=neighborhood]:checked + label {
  color: #EF8E01;
  background: white;
}
.searchByNeighborhood .subdropdown .checkZone {
  position: absolute;
  top: 14px;
  left: 11px;
}

.flex-center, #profileBg .profile-content #profileTabContent, #profileBg .profile-content #profileTabList li, #profileBg .profile-top-container-name {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-color-orange {
  color: #ef8e01 !important;
}

.img-shape-50 {
  shape-outside: circle(50%);
  margin: 5px;
  float: left;
}
@media screen and (min-width: 320px) {
  .img-shape-50 {
    width: 35%;
  }
}
@media screen and (min-width: 375px) {
  .img-shape-50 {
    width: 30%;
  }
}
@media screen and (min-width: 425px) {
  .img-shape-50 {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .img-shape-50 {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .img-shape-50 {
    width: 15%;
  }
}

button {
  cursor: pointer;
}

.invalid {
  border: 1px solid red !important;
}

#authBookingsModal {
  background: lightgray;
  text-align: center;
}
#authBookingsModal .modal-header {
  justify-content: center;
}
#authBookingsModal input {
  text-align: center;
}
#authBookingsModal input.wrong {
  border: 1px solid red;
}
#authBookingsModal label {
  color: red;
  display: none;
}
#authBookingsModal label.errorMsg {
  display: block;
}

.scroll {
  height: 100%;
  overflow-y: auto;
}

#CreateAccount {
  padding-top: 60px;
}

.intl-tel-input {
  width: 100%;
}

.flickity-slider img {
  border-radius: 0.75rem !important;
}

.btn-primary {
  color: white !important;
  padding: 0 25px;
  max-height: 37px;
  min-height: 37px;
  line-height: 37px;
  border-radius: 25px;
}

.btn-secondary {
  padding: 0 25px;
  max-height: 37px;
  min-height: 37px;
  line-height: 37px;
  border-radius: 25px;
}

.btn-outline-primary {
  border-radius: 25px;
}

.btn-outline-primary:hover {
  color: white !important;
}

.vico-color, #profileBg .profile-top-container-name h3, .dropdown-nav-right-infocall .number-area span {
  color: #ea960f;
}

.right {
  float: right;
}

a:hover {
  color: #ea960f;
}

a:active {
  background-color: transparent;
}

.vico-border-radius {
  border-radius: 1rem !important;
}

.denyOptions .option {
  background-color: white;
  color: #3a3a3a;
  border-radius: 8px;
  margin: 1rem;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  border: 0.5px solid lightgrey;
}
.denyOptions .optionIcon {
  font-size: 3em;
  color: #3a3a3a;
}

#formInputs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#formInputs h1 {
  text-align: center;
}
#formInputs input.invalid {
  border: 1px solid red !important;
}
#formInputs select.invalid {
  border: 1px solid red !important;
}
#formInputs .finalTab label {
  background: lightgreen;
  padding: 2rem;
  border-radius: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#formInputs .finalTab label span {
  padding: 0px;
  font-size: 4rem;
}
#formInputs .tab {
  display: none;
  width: 100%;
  opacity: 1;
  transition-property: width, opacity;
  transition-duration: 1s, 1s;
}
#formInputs .slide {
  width: 1px;
  opacity: 0;
}
#formInputs .show {
  width: 1px;
  opacity: 0;
}
#formInputs a {
  /*color: white;
  background-color:orange;
  padding: 10px 20px;
  font-size: 17px;*/
  cursor: pointer;
  border-radius: 4px;
}
#formInputs a:focus {
  color: black;
}
#formInputs #prevBtn {
  /*background-color: #bbbbbb;*/
}
#formInputs .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: green;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
#formInputs .step.active {
  opacity: 1;
}
#formInputs .step.finish {
  background-color: #4CAF50;
}
#formInputs .requiredInput {
  transition: transform 0.15s ease-in-out;
}

.current {
  border-left: 2px dashed black;
  position: relative;
}
.current::before {
  counter-increment: step;
  content: counters(step, ".") " ";
  position: absolute;
  left: -23px;
  top: 0px;
  height: 40px;
  width: 43px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: white;
  background-color: rgba(255, 165, 0, 0.01);
  border: 2px solid orange;
  border-radius: 11%;
  z-index: 2;
}

.prog-panel .sticky-steps-nav {
  margin-top: 6rem !important;
}
.prog-panel .steps-nav {
  position: sticky;
  top: 3rem;
  margin-top: 15px;
  font-size: 14px;
  counter-reset: step;
  list-style-type: none;
  margin-left: -1rem;
}
.prog-panel .steps-nav li {
  padding: 0 0 1.1rem 3.75rem;
}
.prog-panel .steps-nav a {
  color: black;
}
.prog-panel .steps-nav a:hover {
  text-decoration: none;
}
.prog-panel .steps-nav a .stepname {
  border-left: 2px dashed black;
  position: relative;
}
.prog-panel .steps-nav a .stepname::before {
  counter-increment: step;
  content: counters(step, ".") " ";
  position: absolute;
  left: -23px;
  top: 0px;
  height: 40px;
  width: 43px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: orange;
  background-color: white;
  border: 2px solid orange;
  border-radius: 11%;
  z-index: 2;
}

.create #map:after, .create #mapModal:after {
  content: url(/images/pin_map.png?930a6966e2918649fd0c2dfd1e36155c);
  position: absolute;
  top: calc(50% - 43px);
  left: calc(50% - 27px/2);
  cursor: pointer;
}
.create .create-vico {
  /*background-color: red;*/
}
.create .create-vico .required-asterisk {
  color: red;
  padding: 0 10px;
}
.create .create-vico .check-card {
  background-color: #5cb85c;
}
.create .create-vico .check-card h5 a, .create .create-vico .check-card h5 h6 {
  color: white;
}
.create .create-vico nav {
  z-index: 1;
  background-color: white;
}
.create .create-vico nav div {
  width: 100%;
  text-align: center;
}
.create .create-vico .nb-prog-content {
  width: 100%;
  background: lightgrey;
}
.create .create-vico .nb-prog-content .navbar-progress {
  width: 0%;
  height: 24px;
  background: orange;
  transition: width 1s;
}
.create .create-vico .nb-prog-content .navbar-progress .counter-rooms {
  position: absolute;
  left: 50%;
}
.create .create-vico .create-title {
  text-align: center;
}
.create .create-vico .create-title h1 {
  margin-top: 5%;
}
.create .create-vico .create-title h5 {
  margin-bottom: 5%;
}
.create .create-vico .create-advantage {
  margin-top: 3rem;
}
.create .create-vico .create-advantage .row {
  margin-top: 5%;
}
.create .create-vico .create-advantage .advantage-icon {
  text-align: right;
}
.create .create-vico .create-advantage .advantage-icon span {
  font-size: 3rem;
}
.create .create-vico .create-info {
  margin-top: 5%;
  margin: 0px;
  padding: 5%;
  text-align: center;
}
.create .create-vico .create-init {
  text-align: center;
}
.create .create-vico .create-init .btn-init {
  padding: 5%;
  background-color: orange;
  color: white;
  display: block;
  cursor: pointer;
}
.create .create-vico .create-init .btn-init:hover {
  text-decoration: none;
  color: white !important;
  background-color: #c67f0d;
  border-color: #ba770c;
}
.create .create-vico .button-space {
  margin-top: 5%;
}
.create .create-vico .steps {
  margin-top: 10%;
}
.create .create-vico .steps .editButton {
  margin-left: -1rem;
}
.create .create-vico .steps .input-space {
  padding-top: 3%;
  padding-bottom: 3%;
}
.create .create-vico .steps .num-icon {
  text-align: right;
}
.create .create-vico .steps .num-icon span {
  font-size: 26px;
  background-color: orange;
  color: white;
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 8%;
}
.create .create-vico .room-space {
  margin-bottom: 5%;
}
.create .create-vico .create-rules .services-selector, .create .create-vico .create-rules .equip-selector, .create .create-vico .select-equip .services-selector, .create .create-vico .select-equip .equip-selector {
  text-align: center;
  margin-top: 7%;
}
.create .create-vico .create-rules .services-selector .equip input, .create .create-vico .create-rules .equip-selector .equip input, .create .create-vico .select-equip .services-selector .equip input, .create .create-vico .select-equip .equip-selector .equip input {
  display: none;
}
.create .create-vico .create-rules .services-selector .equip input:checked + label, .create .create-vico .create-rules .equip-selector .equip input:checked + label, .create .create-vico .select-equip .services-selector .equip input:checked + label, .create .create-vico .select-equip .equip-selector .equip input:checked + label {
  background: #5cb85c;
  color: white;
}
.create .create-vico .create-rules .services-selector .equip input:checked + label span, .create .create-vico .create-rules .equip-selector .equip input:checked + label span, .create .create-vico .select-equip .services-selector .equip input:checked + label span, .create .create-vico .select-equip .equip-selector .equip input:checked + label span {
  color: white;
}
.create .create-vico .create-rules .services-selector .equip label, .create .create-vico .create-rules .equip-selector .equip label, .create .create-vico .select-equip .services-selector .equip label, .create .create-vico .select-equip .equip-selector .equip label {
  position: relative;
  background: #fff;
  border-radius: 8%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.create .create-vico .create-rules .services-selector .equip label:hover, .create .create-vico .create-rules .equip-selector .equip label:hover, .create .create-vico .select-equip .services-selector .equip label:hover, .create .create-vico .select-equip .equip-selector .equip label:hover {
  background: #f0f0f0;
}
.create .create-vico .create-rules .services-selector .equip label.introductionItem span, .create .create-vico .create-rules .equip-selector .equip label.introductionItem span, .create .create-vico .select-equip .services-selector .equip label.introductionItem span, .create .create-vico .select-equip .equip-selector .equip label.introductionItem span {
  color: #3a3a3a26;
}
.create .create-vico .create-rules .rule, .create .create-vico .select-equip .rule {
  margin-bottom: 10%;
}
.create .create-vico .create-rules .rule p, .create .create-vico .select-equip .rule p {
  margin: 0px;
}
.create .create-vico .stepsInfo {
  display: none;
}
.create .create-vico .create-form {
  margin-top: 5%;
}
.create .create-vico .create-form .content-zone-description .create-zone-description {
  margin-top: 7%;
  border: 1px solid gray;
  padding: 3%;
  border-radius: 7px;
  position: relative;
}
.create .create-vico .create-form .content-zone-description .create-zone-description input {
  margin-top: 4px;
}
.create .create-vico .create-form .content-zone-description .create-zone-description select {
  margin-top: 4px;
}
.create .create-vico .create-form .content-zone-description .create-zone-description span {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.create .create-vico .create-form .add-buttons-description button {
  margin-top: 4px;
}
.create .create-vico .create-form .more-info-description {
  margin-top: 5%;
}
.create .create-vico .create-form .more-info-description {
  margin-top: 5%;
}
.create .create-vico .create-form .create-rules {
  margin-top: 5%;
}
.create .create-vico .create-checklist {
  margin-top: 3rem;
}
.create .create-vico .create-checklist .check .equip label {
  width: 3rem !important;
  height: 3rem !important;
}
.create .create-vico .create-checklist .check .equip span {
  font-size: 2rem !important;
}
.create .add-rule {
  display: none;
}
.create .add-rule:checked ~ .add-rule-container {
  border-radius: 10px;
  width: 80%;
  height: 200px;
  transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
}
@media screen and (max-width: 425px) {
  .create .add-rule:checked ~ .add-rule-container {
    width: 100%;
  }
}
.create .add-rule:checked ~ .add-rule-container .add-rule-btn {
  color: #ea960f;
}
.create .add-rule:checked ~ .add-rule-container .add-rule-btn span {
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.create .add-rule:checked ~ .add-rule-container .add-rule-content {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, opacity 0s;
}
.create .add-rule-container {
  width: 8rem;
  height: 37px;
  border: 1px solid #ea960f;
  overflow: hidden;
  background: #ea960f;
  border-radius: 25px;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  margin-top: 1rem;
}
.create .add-rule-container .add-rule-btn {
  position: absolute;
  right: 0;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 37px;
  display: flex;
  padding: 1rem;
  background: #ea960f;
  margin: 0px;
  border-radius: 25px;
  color: white;
}
.create .add-rule-container .add-rule-btn span {
  transform: rotate(45deg);
  margin-left: 12px;
  font-size: 10px;
  color: white;
  font-weight: bold;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.create .add-rule-container .add-rule-content {
  display: flex;
  flex-direction: column;
  transform: translateY(150%);
  width: 100%;
  height: calc(200px - 37px);
  opacity: 0;
  text-align: left;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
  margin-top: 37px;
  background: white;
}
.create .add-rule-container .add-rule-content textarea {
  resize: none;
  margin: 2rem 1rem;
  width: calc(100% - (2rem));
}
.create .add-rule-container .add-rule-content button {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.create .rules-container li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px 1rem 10px;
  margin-top: 1rem;
  border-bottom: 1px dashed black;
}
.create .rules-container li:last-child {
  border-bottom: none;
}
.create .rules-container li span {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.vico-body {
  font-family: "NunitoRegular" !important;
  font-size: 16px;
  color: #3a3a3a;
  background: white;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "NunitoRegular" !important;
  font-size: 16px;
  color: #3a3a3a;
}

.num-icon {
  text-align: right;
}
.num-icon span {
  font-size: 26px;
  background-color: orange;
  color: white;
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 8%;
}

.price-warning {
  color: gray;
  font-size: 12px;
}

/*VICO Results Info-Caption above Foto*/
.vico-index-figure-caption {
  background-color: rgba(234, 150, 15, 0.6);
  color: #fff;
  padding: 0.4rem 1.4rem;
  border-radius: 0.75rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  height: 4rem;
  width: 100%;
  margin-top: -4rem;
  font-size: 14px !important;
}
.vico-index-figure-caption .name-discount-container {
  display: flex;
  justify-content: space-between;
}
.vico-index-figure-caption .name-discount-container .tag {
  font-size: 13px;
  background: red;
  border-radius: 0 5px 5px 0;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 6px;
  position: relative;
  margin: 0 10px 0 60px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.vico-index-figure-caption .name-discount-container .tag::after {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 4px;
  width: 4px;
  left: -4px;
  position: absolute;
  top: 7px;
}
.vico-index-figure-caption .name-discount-container .tag::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ff0000 transparent transparent;
}

.vico-index-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 2rem;
}

.vico-index-description {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 5px 0px;
  font-size: 14px !important;
}

.vico-index-figure-caption-price {
  margin-top: -1rem;
}

/*CAROUSEL Position of indicators of slide*/
.vico-index-carousel-indicators-position {
  top: 10px;
}

/*CAROUSEL Images */
.vico-index-carousel-image {
  border-radius: 1rem;
}

/*Counter of Rooms*/
.vico-index-counter-rooms-number {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 1.2rem;
  color: #fff;
  font-weight: lighter;
}

.vico-index-counter-rooms-number-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vico-index-counter-rooms-icon {
  height: 3rem;
  width: 3rem;
  background-size: contain;
  position: relative;
  display: inline-block;
  float: right;
  bottom: 1.8rem;
  right: -1rem;
}

/*Carousel Controls */
.vico-index-carousel-control-left {
  font-size: 40px;
  font-weight: 200;
  background-color: transparent !important;
  border-radius: 1rem 0px 0px 1rem;
}

.vico-index-carousel-control-right {
  font-size: 40px;
  font-weight: 200;
  background-color: transparent !important;
  border-radius: 0px 1rem 1rem 0px;
}

/*Pull Ver más right*/
.vico-index-ver-mas-right {
  float: right;
  color: inherit;
}

/*Makes Icon of User Bold*/
.vico-index-user-font-weight {
  font-weight: bold;
}

/* Houses show*/
.admin-card {
  position: sticky !important;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.admin-picture {
  color: #606060;
  width: 15rem;
}

.process-icon {
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: 1.4rem !important;
}

.process-circle {
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 0.5px solid #9a9a9a;
  float: right;
  line-height: 1.4 !important;
}

.map-container {
  position: sticky !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sticky {
  top: 0.1px;
  z-index: 1001;
  position: sticky;
  padding-left: 0px;
  padding-right: 0px;
}

.arrow-down {
  font-size: 0.8rem;
  margin-left: 0.6rem;
  transform: rotate(90deg);
  display: inline-block;
}
.arrow-down.about-arrow {
  font-size: 2.3rem;
  position: absolute;
  bottom: 9px;
  left: calc(50% - 16px);
}

.vico-show-admin-card-mobile {
  position: sticky;
  bottom: 0;
  z-index: 1020;
  width: 100vw;
  position: sticky;
  background-color: white;
  border-top: 0.25px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.2);
  z-index: 11;
  bottom: -3px;
}

.vico-show-admin-card-mobile-picture {
  width: 4rem;
}

.vico-show-admin-card-picture {
  width: 7rem;
}

.vico-show-admin-card-process {
  position: relative;
  bottom: -4rem;
  text-align: center;
}

.vico-show-admin-card {
  margin-left: auto;
  top: 200px;
}

.vico-show-rule-card {
  border: 0px;
  line-height: 1;
  margin-bottom: 2rem;
}

.bullet-points-off {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*Overlay Gallery*/
.vico-show-overlay-second-gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(15, 15, 15, 0.5);
  opacity: 1;
}

.vico-show-overlay-second-gallery-header {
  color: white;
  text-align: center;
  position: relative;
  margin-top: 30%;
}

.hover-gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.1s ease;
  background-color: rgba(15, 15, 15, 0.5);
  opacity: 1;
  visibility: hidden;
}

.carousel-hover:hover .hover-gallery {
  visibility: visible;
}

/*Equipos*/
.vico-show-equipos {
  color: #3A3A3A;
  font-size: 4rem;
  display: inline-block;
  border-radius: 50%;
  display: inline-block;
}

.show-equipos {
  font-size: 4rem;
}

.vico-room-equip {
  font-size: 3rem;
  padding-top: 12%;
  display: inline-block;
}

.vico-show-equipment-list {
  width: 4.3rem;
  vertical-align: top;
}

.vico-show-habitant-flag {
  position: absolute;
  left: 0rem;
  width: 2rem;
  bottom: 3rem;
}

.process-circle {
  position: absolute;
  right: -0.4rem;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.black {
  background-color: black;
}

.vico-navbar {
  background-color: #3A3A3A;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.select-room .room-selector {
  text-align: center;
  margin-top: 5%;
}
.select-room .room-selector .room input {
  display: none;
}
.select-room .room-selector .room input:checked + label {
  background: #ea960f;
  color: white;
}
.select-room .room-selector .room input:checked + label span {
  color: white;
}
.select-room .room-selector .room label {
  position: relative;
  background: #fff;
  border-radius: 8%;
  text-align: center;
  cursor: pointer;
  width: 2rem;
  weight: 1.5rem;
  padding: 0.5rem;
  line-height: 1rem;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.select-room .room-selector .room label:hover {
  background: #f0f0f0;
}

.select-button {
  font-size: 1.2rem;
  background: #fff;
  border-color: #ccd0d2;
}
@media screen and (max-width: 991.98px) {
  .select-button {
    font-size: 1rem;
    border-color: white;
    width: 100% !important;
    height: 3.05rem !important;
    border-radius: 0px !important;
    border-top: 0.5px;
    border-right: 0.5px;
    border-left: 0px;
    border-bottom: 0px;
  }
}
.select-button:hover {
  background: #f0f0f0;
}
.select-button:hover span {
  color: black;
}

.selected-button {
  background-color: #ea960f;
  width: 100% !important;
  height: 100% !important;
}
.selected-button span {
  color: white;
}

.index-mobile-filters {
  position: sticky;
  z-index: 1020;
  position: sticky;
  background-color: white;
  border-top: 0.25px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.2);
  bottom: -3px;
}

.price-label {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.input-group-height {
  height: 37px !important;
}

.input-group input {
  border-radius: 25px 0 0 25px;
}
.input-group input#sliderPrice {
  border-radius: 25px;
  margin: 0 8px;
  width: calc(100% - 16px);
  height: 6px;
}
.input-group .input-group-prepend .input-group-text {
  border-radius: 25px 0 0 25px;
}
.input-group .input-group-append .input-group-text {
  border-radius: 0 25px 25px 0;
}

.input-group .input-max-width {
  max-width: 220px;
}

.input-group-safari {
  -webkit-appearance: none;
  -webkit-appearance: menulist-button;
  -webkit-appearance: none;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bl {
  border-left: 1px solid grey;
}

@media screen and (max-width: 991.98px) {
  .dropdown-menu {
    left: -80px !important;
  }

  .input-group .dropdown-menu {
    left: 0px !important;
  }

  #filters {
    height: 3.25rem;
  }

  .br-1b {
    border-right: 1px solid #ccd0d2;
  }

  .bl-1b {
    border-left: 1px solid #ccd0d2;
  }

  .bt-1b {
    border-top: 1px solid #ccd0d2;
  }
}
.form-inline .form-check {
  justify-content: left !important;
}

/* LOGIN BUTTON'S CSS*/
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em 0 0.2em 0;
  padding: 0 15px 0 15px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  width: 100%;
  border-radius: 25px;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .loginBtn {
    padding: 0 15px 0 46px;
  }
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.loginBtn:focus {
  outline: none;
}

.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  /* ESTE ÍCONO DEBERÍA CARGARSE DE FORMA LOCAL*/
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}

.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  /* ESTE ÍCONO DEBERÍA CARGARSE DE FORMA LOCAL*/
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png") 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

/* estilos index */
/** ESTILOS HOUSES.INDEX**/
.hide {
  display: none;
}

.map {
  height: 30em;
  width: 100%;
}

.flickity-button {
  background: transparent;
}

.flickity-button-icon {
  fill: white;
}

.flickity-button:hover {
  background: transparent;
}

#vico-navbar input::-webkit-input-placeholder {
  color: #3a3a3a !important;
}
#vico-navbar input::-moz-placeholder {
  color: #3a3a3a !important;
}
#vico-navbar input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #3a3a3a !important;
}
#vico-navbar input:-ms-input-placeholder {
  color: #3a3a3a !important;
}

.vico-navbar {
  z-index: 1004 !important;
}

/** FIN ESTILOS HOUSES.INDEX**/
/* ESTILOS BOOKING SHOW*/
.btn-process {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  background-color: white;
  width: 100%;
  border: 0.5px solid lightgrey;
  white-space: pre-line;
  color: #3a3a3a;
}

.booking-show-request {
  position: absolute;
  top: 0;
  left: -12;
  margin: 0;
  padding: 0.4rem;
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(87, 84, 84, 0.844);
  height: auto;
  cursor: pointer;
}
.booking-show-request p {
  float: left;
  font-size: 12px;
  margin: 0;
  color: #fff;
}
.booking-show-request.sticky-scroll {
  background-color: #fff;
  top: 76px;
}
.booking-show-request.sticky-scroll p {
  color: #000;
}

@media screen and (min-width: 990px) {
  .booking-show-request {
    margin-top: 12.3vh;
  }
  .booking-show-request.sticky-scroll {
    top: -7px;
  }
}
.hab-description {
  top: 0;
  background-color: white;
  position: sticky;
  z-index: 2;
}
.hab-description.sticky-scroll {
  background-color: #fff;
  padding-left: 31px;
  top: 100px;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.hab-description.sticky-scroll p {
  line-height: 1.3;
}

.sticky-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

#procesoStatus p:nth-child(2) {
  font-size: 1rem;
}

/* FIN ESTILOS BOOKING SHOW*/
/*progress wizard*/
/* Copyright 2013-2015 etc Chris Tabor. See https://github.com/christabor/css-progress-wizard/blob/master/LICENSE for details. */
.bubble::after:not(:last-child) {
  padding-bottom: 160px;
}

.flexer {
  display: flex;
}

.no-flexer {
  display: block;
}

.no-flexer-element {
  -moz-flex: 0;
  flex: 0;
}

.flexer-element {
  -moz-flex: 1;
  flex: 1;
}

/** END PROGRESS LIST **/
/** START CHAT CLASSES**/
.chat-item {
  font-size: 0.9rem;
  position: relative;
  background: #fafafa;
  padding: 6px 7px 8px 9px;
  margin: 0 40px 10px 0px;
  border-radius: 0 7px 7px 7px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.chat-item .time-chat {
  float: right;
  font-size: 0.8rem;
  position: relative;
  top: 10px;
  left: 3px;
  color: rgba(0, 0, 0, 0.4);
  margin: 1px 0 0 45px;
}
.chat-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border: solid 5px #fafafa;
  border-top-width: 15px;
  border-width: 6px 4px;
  border-color: #fafafa #fafafa transparent transparent;
}

.main-chat {
  background: #e1ffc7;
  border-radius: 7px 0 7px 7px;
  margin: 0 0 10px 60px;
  align-self: flex-end;
  right: 0;
}
.main-chat::before {
  top: 0;
  left: 100%;
  border-color: #e1ffc7 transparent transparent #e1ffc7;
  width: 0;
}
.main-chat .time-chat {
  margin-left: 25px;
}

.fom-chat {
  background-color: rgba(225, 245, 254, 0.92);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  line-height: 21px;
  font-weight: 50;
  border-radius: 7px;
  align-self: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto !important;
  margin-left: auto !important;
}
.fom-chat::before {
  border-color: transparent transparent;
}
.fom-chat .time-chat {
  margin-left: 25px;
}

.no-highlight {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.transition {
  transition: all 0.25s ease-in-out;
}

.no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.notification-bar {
  list-style: none;
  padding: 0 10px;
  text-decoration: none;
  margin: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  height: 100%;
  counter-increment: mycounter;
}

.notification-bar li:not(:first-child) {
  margin-top: 60px;
}

.notification-bar li div.card {
  margin-left: 100px;
  top: 42px;
  width: -webkit-calc(100% - 100px);
  border: 1px solid #c7c6c2;
  padding: 0px;
  border-radius: 3px;
  font-size: 14px;
  color: #c1bbbb;
  box-shadow: 1px 1px 2px #dedcd4;
  text-decoration: none;
}
.notification-bar li div.card:not(:first-child) {
  margin-top: -85px;
}

.notification-bar li i {
  width: 50px;
  height: 50px;
  font-style: normal;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 1px solid #c1bbbb;
  border-radius: 100%;
  background-color: white;
  color: #c1bbbb;
}

.notification-bar li.completed i,
.notification-bar li.completed div {
  background-color: #fff;
  color: #7AD115;
}

.notification-bar li.completed div.card header.card-header {
  border: 0;
}
.notification-bar li.completed div.card header.card-header a {
  text-decoration: none;
  color: #fff;
}
.notification-bar li.completed div.card header.card-header a:active, .notification-bar li.completed div.card header.card-header a:link, .notification-bar li.completed div.card header.card-header a:visited, .notification-bar li.completed div.card header.card-header a:hover, .notification-bar li.completed div.card header.card-header a:focus {
  color: #fff;
  text-decoration: none;
}

.notification-bar li.active i,
.notification-bar li.active div {
  border-color: #7AD115;
  border-style: double;
  background-color: #7AD115;
  color: white;
}

.notification-bar li.active div.card header.card-header {
  border: 0;
}
.notification-bar li.active div.card header.card-header a {
  text-decoration: none;
  color: white;
}
.notification-bar li.active div.card header.card-header a:active, .notification-bar li.active div.card header.card-header a:link, .notification-bar li.active div.card header.card-header a:visited, .notification-bar li.active div.card header.card-header a:hover, .notification-bar li.active div.card header.card-header a:focus {
  color: white;
}

.notification-bar li i:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #c1bbbb;
  z-index: -1;
  margin-top: 13px;
}

.notification-bar li i:before {
  content: "";
  width: 2px;
  height: -webkit-calc(60px + 5%);
  margin-top: 29.4117647059px;
  position: absolute;
  left: 33.3333333333px;
  background-color: #c1bbbb;
  z-index: -1;
}

.notification-bar li.active i:after,
.notification-bar li.active i:before {
  background-color: #7AD115;
}

.notification-bar li.completed i:after,
.notification-bar li.completed i:before {
  background-color: #7AD115;
}

.notification-bar li:last-child i::before {
  display: none;
}

li.completed span.title {
  color: #c1bbbb;
}

li p.card-body {
  color: #3a3a3a;
}

li.completed p.card-body {
  color: #c1bbbb;
}

li.active p.card-body {
  color: white;
}

li span.title {
  color: #3a3a3a;
}

.notification-bar li span.icon-next-fom {
  display: inline-flex;
  float: right;
  transform: rotateZ(90deg);
  margin-top: 3px;
}
.notification-bar li.completed span.icon-next-fom {
  color: #c1bbbb;
}
.notification-bar li.active span.icon-next-fom {
  color: white;
}

li.active span.title {
  color: white;
}

.icon-action {
  margin-top: 5px;
  float: right;
  font-size: 80%;
}

.list-group-item .title {
  margin-top: 5px;
  margin-bottom: 12px;
  font-weight: 600;
}

/** -----------------------Custom Select ---------------------**/
.filter-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.filter-wrapper select {
  display: none;
}

.filter {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0;
  padding-right: 0px;
}

.filter-trigger {
  position: relative;
  display: block;
  /*width: 98px;*/
  padding: 0 24px 0 8px;
  font-size: 16px;
  font-weight: 300;
  color: #ea960f;
  line-height: 1.6;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: content-box;
  margin: -2px -2px 0px 0px;
  border: 1px solid;
}

.filter-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  border-bottom: 2px solid #ea960f;
  border-right: 2px solid #ea960f;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}

.filter.opened .filter-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 120px;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: content-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 1;
}

.filter.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  z-index: 1;
}

.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 4px 0 12px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 16px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 3;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

.more-options {
  background: transparent;
  border: 0;
  color: orange;
  cursor: pointer;
  font-size: 15px;
}

/*----------------------- End custom select -------------------------*/
.modal-homemate-scroll {
  overflow-y: scroll;
}

/*----------------------- Start Create rooms -------------------------*/
.alquiler-rejected {
  filter: blur(1.5px);
}

/*----------------------- End Create rooms -------------------------*/
/*----------------------- Start Create rooms -------------------------*/
/*Button Favorites*/
.btn-favorite {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-size: 2rem;
  padding-top: 0.2rem;
  text-decoration: none !important;
}

.btn-favorite:hover {
  color: #ea960f;
}

.btn-delete-favorite {
  position: absolute;
  right: 1rem;
}

.btn-favorite-on-house-view {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-size: 2.1rem;
  padding-top: 0;
}

.btn-favorite-on-house-view:hover {
  color: #ea960f;
}

/*----------------------- End Create rooms -------------------------*/
/*----------------------------favorite house active-------------------- */
.favorite-house {
  color: rgba(234, 150, 15, 0.7);
}

.favorite-house-on-view {
  color: #ea960f;
}

/*----------------------------favorite house active end-------------------- */
/*----------------------- Start Edit rooms -------------------------*/
#editTitle {
  padding: 0.3em;
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
}

.editForm {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow-x: hidden;
}

.houses-gallery {
  width: 100%;
  height: auto;
}
.houses-gallery .delete-checkbox {
  right: 33%;
}

.editGallery {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  width: 100%;
  margin: 0;
  margin-top: 1em;
  padding: 0;
  transition: all 0.5s ease;
  transition: transform 1s ease 1s;
}
.editGallery div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editGallery div label {
  position: absolute;
  top: 34%;
  right: 35%;
  z-index: 10;
}
.editGallery div div img {
  margin: 0 auto;
  display: block;
  padding-bottom: 0.8em;
}
.editGallery .swappable img {
  width: 80%;
  height: auto;
}

.editGallery .swappable,
.houses-gallery .swappable {
  z-index: 1;
}
.editGallery .elementToSwap,
.houses-gallery .elementToSwap {
  width: auto;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.editGallery .elementToSwap::after,
.houses-gallery .elementToSwap::after {
  content: "Arrástralo aquí si lo quieres cambiar de posición";
  width: 100%;
  height: 100%;
  padding: 0.3em;
  font-size: 1.4rem;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.664);
  position: absolute;
  top: 0;
  z-index: 1;
}
.editGallery .draggable-mirror,
.houses-gallery .draggable-mirror {
  border: 3px orange dotted;
  background-color: rgba(255, 166, 0, 0.527);
  z-index: 5;
}
.editGallery .draggable-source--is-dragging,
.houses-gallery .draggable-source--is-dragging {
  border: 2px orange dotted;
  background-color: transparent;
  background-image: radial-gradient(crimson 20%, transparent 0), radial-gradient(orange 20%, transparent 0);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  animation: moveDot 1s linear infinite forwards;
  filter: opacity(0.4);
  z-index: 1;
}
.editGallery .draggable-container--over,
.houses-gallery .draggable-container--over {
  background-color: rgba(216, 112, 147, 0.514);
}
.editGallery .draggable--over,
.houses-gallery .draggable--over {
  border: 4px crimson solid;
  transform: scale(0);
}

@keyframes moveDot {
  from {
    background-position: 10px 10px;
  }
  to {
    background-position: 0px 0px;
  }
}
.editRight {
  width: 95%;
  margin: 0 auto;
  padding-top: 0;
  border: 1px solid orange;
  border-radius: 30px;
  padding-bottom: 1.5em;
}
.editRight .row {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.editRight .row:last-child {
  text-align: center;
  display: flex;
  justify-content: center;
}

.form-title {
  display: block;
  margin: 0 auto;
  background-color: orange;
  border-radius: 25px 25px 0 0;
}
.form-title h3 {
  color: white;
}

.selected-red {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@keyframes click-wave {
  0% {
    height: 70px;
    width: 70px;
    opacity: 0.65;
    position: relative;
  }
  100% {
    height: 90px;
    width: 90px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
  }
}
.delete-checkbox {
  position: absolute;
  top: 34%;
  right: 36%;
  margin: 0;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  height: 70px;
  width: 70px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  box-shadow: rgba(234, 150, 15, 0.8) 0px 0px 31px 1px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 4;
}

.option-input:hover {
  background: #e7c78c;
}

.option-input:checked {
  background: orange;
}

.option-input:checked::before,
.option-input::before {
  height: 70px;
  width: 70px;
  margin: 0;
  position: absolute;
  content: "✔";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  text-align: center;
  line-height: 40px;
}

.option-input:checked::after {
  animation: click-wave 0.65s;
  background: orange;
  content: "";
  margin: 0;
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

#deletePic {
  position: sticky;
  top: 0;
  width: 95%;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid orange;
  border-radius: 25px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#deletePic::before {
  content: "Borrar fotos:  Desactivado";
  color: white;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  border-radius: 22px 0px 0px 22px;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: orange;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.3s ease-in;
}
#deletePic.deleteConfirm::before {
  content: "Borrar fotos: Activado";
  transform: translate(100%, 0%);
  border-radius: 0px 24px 24px 0px;
  background-color: orange;
}
#deletePic span {
  width: 50%;
  max-width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  text-align: right;
  color: orange;
  border-radius: 24px 0px 0px 24px;
}
#deletePic span button {
  width: 100%;
  font-size: 0.8rem;
  cursor: pointer;
  float: right;
  height: inherit;
  background-color: red;
  border-radius: inherit;
}

@media (min-width: 570px) {
  .editForm {
    display: grid;
    grid-template-columns: 50% 50%;
    overflow-y: hidden;
  }

  .editRight {
    grid-column: 1;
    width: 95%;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 0.5em;
  }
  .editRight .row:nth-of-type(5) {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .editGallery {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 5px;
    width: 95%;
    float: left;
    margin-top: 0;
  }
  .editGallery div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .editGallery div label {
    position: absolute;
    top: 35%;
    right: 33%;
    z-index: 10;
  }
  .editGallery .swappable {
    height: 260px;
  }

  #deletePic {
    grid-column: 1/3;
    width: 76%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 50px;
    border: 1px solid orange;
    border-radius: 25px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
  }
  #deletePic::before {
    content: "Borrar fotos: Desactivado";
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 22px 0px 0px 22px;
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: orange;
    z-index: 1;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  #deletePic.deleteConfirm::before {
    content: "Borrar fotos: Activado";
    transform: translate(100%, 0%);
    border-radius: 0px 24px 24px 0px;
    background: white;
    color: #ea960f;
  }
  #deletePic span {
    width: 50%;
    max-width: 100%;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    text-align: left;
    color: orange;
    border-radius: 23px 0px 0px 23px;
  }
  #deletePic span button {
    cursor: pointer;
    float: right;
    height: inherit;
    width: 100%;
    border-radius: inherit;
    font-size: inherit;
  }
}
/*----------------------- End Edit rooms -------------------------*/
/*----------------------- Start Edit houses -------------------------*/
.edit-form-houses {
  height: auto;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 5;
}
.edit-form-houses div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.edit-form-houses div:nth-of-type(2) {
  width: 100%;
  margin-bottom: 20px;
}
.edit-form-houses div:nth-of-type(2) label {
  margin: 0;
}
.edit-form-houses #deletePic {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.edit-form-houses #deletePic span {
  width: 50%;
  max-width: 100%;
  height: inherit;
}
.edit-form-houses #deletePic span button {
  margin: 0;
}

/*----------------------- End Edit houses -------------------------*/
/* Booking show chat input style*/
.field {
  position: absolute;
}
.field input {
  border: none;
  outline: 0;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 320px) {
  .field input {
    width: 13rem;
  }
}
@media screen and (min-width: 375px) {
  .field input {
    width: 15rem;
  }
}
@media screen and (min-width: 425px) {
  .field input {
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .field input {
    width: 37rem;
  }
}
.field:before {
  border: solid 2px #ccc;
  border-top: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4em;
}
.field.focus:before {
  border-color: #222;
}

.search-btn {
  color: #fff;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f3640;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #2f3640;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 240px;
}

.btnSelected {
  color: white !important;
  background-color: #ea960f !important;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.border-gold {
  border: 5px solid #FFD700;
}

.border-red {
  border-radius: 10px;
  border-color: red !important;
}

.btn-link-arrow {
  text-decoration: none !important;
}

.btn-accepted {
  border: #27AE60 1px solid;
  background-color: white;
  color: #27AE60;
}

.btn-payment {
  border: #27AE60 1px solid;
  background-color: #27AE60;
  color: white;
}

.vico-color, #profileBg .profile-top-container-name h3, .dropdown-nav-right-infocall .number-area span {
  color: #ea960f;
}

.vico-color-center {
  color: #ea960f;
  text-align: center;
}

.process-button {
  white-space: normal;
}

.rotate-icon-90 {
  transform: rotate(90deg);
}

.nav-admin .nav-link.active {
  background-color: #ea960f;
  color: white;
  border: #ea960f 1px solid;
}

.nav-admin .nav-link {
  background-color: white;
  color: #a9a9a9;
  border: #e9ecef 1px solid;
}

.nav-admin .nav-link {
  background-color: white;
  color: #a9a9a9;
  border: #e9ecef 1px solid;
}

.loadersmall {
  border: 5px solid orange;
  animation: spin 1s linear infinite;
  border-top: 5px solid lightgray;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}

/*----------------------- Start reform appBlade -------------------------*/
a[aria-expanded=false] i {
  transition: transform 0.5s ease-in-out;
  transform: rotate(0deg);
}
a[aria-expanded=true] i {
  transform: rotate(90deg);
  transition: transform 0.5s ease-in-out;
}

#dropdownNavContact {
  will-change: width, transform;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1042;
  width: 0;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  transition: width 0.5s ease-in-out;
}
#dropdownNavContact .ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
#dropdownNavContact .dropdown-nav-close {
  position: absolute;
  top: 10px;
  right: 20px;
  transform: rotate(-180deg);
  transition: transform 1s ease-out;
  cursor: pointer;
}
#dropdownNavContact .dropdown-nav-close i {
  font-size: 1.5rem;
}
#dropdownNavContact.open-dropdown {
  width: 100%;
}
#dropdownNavContact.open-dropdown .dropdown-nav-close {
  transform: rotate(180deg);
}

.dropdown-nav-overlay {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  grid-template-rows: 100vh;
}

.dropdown-nav-left {
  padding: 3em 6em;
  padding-bottom: 0;
}
.dropdown-nav-left-container {
  position: relative;
  width: 100%;
  height: auto;
}
.dropdown-nav-left-container span {
  text-align: left;
  font-size: 2.5rem;
  font-weight: bolder;
  margin-bottom: 20px;
}
.dropdown-nav-left-container p {
  line-height: 2;
  margin-top: 1em;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
.dropdown-nav-left-form {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.dropdown-nav-left-conditions {
  position: inherit;
  display: block;
  padding-top: 20px;
  font-size: 0.8rem;
  font-weight: 300;
}

.dropdown-nav-right {
  padding: 3em 6em;
  background-color: #f8f8f8;
  border-left: 1px solid #f4f4f5;
}
.dropdown-nav-right-infocall span {
  text-align: left;
  font-size: 2.5rem;
  font-weight: bolder;
  margin-bottom: 20px;
}
.dropdown-nav-right-infocall p {
  line-height: 1.5;
  margin-top: 1em;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
.dropdown-nav-right-infocall .number-area span {
  font-size: 1.2rem;
}
.dropdown-nav-right-faq {
  font-size: 0.8rem;
  margin-top: 3em;
}
.dropdown-nav-right-faq span {
  font-weight: bold;
}
.dropdown-nav-right-faq p {
  margin-top: 10px;
  font-weight: 200;
}

#i18n {
  margin-left: 10px;
}
#i18n button {
  cursor: pointer;
  transition: all 0.5s ease;
  background-color: transparent;
}
#i18n button[aria-expanded=true] {
  transition: all 0.5s ease;
}
#i18n button[aria-expanded=true].dropdown-toggle::after {
  transform: rotate(-90deg) !important;
}
#i18n button[aria-expanded=false] {
  transition: all 0.5s ease;
}
#i18n button[aria-expanded=false].dropdown-toggle::after {
  transform: rotate(0deg) !important;
}
#i18n button.dropdown-toggle::after {
  border-top: 0.3em white solid;
}
#i18n button span i {
  margin-right: 1px !important;
}
#i18n button span.caret {
  display: none;
}
#i18n ul.dropdown-menu {
  min-height: 0px;
  min-width: 55px;
  width: 55px;
  height: 0 !important;
  padding: 0;
  display: block !important;
  transition: all 0.5s ease;
  overflow: hidden;
}
#i18n ul.dropdown-menu.show {
  height: 106px !important;
  padding: 0.5rem 0 !important;
}

@media screen and (max-width: 1023px) {
  a.navbar-brand {
    margin-left: 10px !important;
  }

  .navbar-toggler {
    border: 0 !important;
  }

  .lang-container {
    font-size: small;
    position: absolute;
    right: 0;
    top: 10px;
    color: white;
  }

  .dropdown-nav-overlay {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .dropdown-nav-left-conditions {
    padding-bottom: 1.5em;
  }

  .dropdown-nav-right {
    border-top: 1px solid #f4f4f5;
  }

  #i18n {
    margin-left: 0px;
    display: flex;
    margin-top: 0.7em;
  }
  #i18n ul.dropdown-menu {
    display: flex !important;
    justify-content: space-evenly;
    height: auto !important;
    width: inherit;
    min-width: 0;
    width: 0px;
  }
  #i18n ul.dropdown-menu li {
    width: inherit;
    display: flex;
    justify-content: center;
  }
  #i18n ul.dropdown-menu.show {
    height: auto !important;
    width: 100% !important;
    padding: 0.5rem 0.5rem !important;
  }
}
@media screen and (max-width: 425px) {
  .dropdown-nav-overlay {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }

  .dropdown-nav-left {
    padding: 3em 1.5em;
    padding-bottom: 0;
  }
  .dropdown-nav-left-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .dropdown-nav-left-container span {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 20px;
  }
  .dropdown-nav-left-container p {
    line-height: 1.6;
    font-size: smaller;
  }
  .dropdown-nav-left-form {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .dropdown-nav-left-form button {
    display: block;
    margin: 0 auto;
  }
  .dropdown-nav-left-conditions {
    position: inherit;
    display: block;
    padding-top: 20px;
    font-size: 0.8rem;
    font-weight: 300;
  }

  .dropdown-nav-right {
    padding: 0.5em 1.5em;
    padding-bottom: 0;
  }
  .dropdown-nav-right-infocall span {
    width: -moz-min-content;
    width: min-content;
    display: block;
    margin: 0 auto;
    font-size: 1.9rem;
  }
  .dropdown-nav-right-infocall p {
    line-height: 1.8;
    margin-top: 1em;
    font-size: smaller;
  }
  .dropdown-nav-right-infocall .number-area {
    display: flex;
    justify-content: flex-start;
  }
  .dropdown-nav-right-infocall .number-area span {
    width: inherit;
    margin: 0;
  }

  #i18n {
    margin-left: 0px;
    display: flex;
    margin-top: 0.7em;
  }
  #i18n ul.dropdown-menu {
    display: flex !important;
    justify-content: space-evenly;
    height: auto !important;
    width: inherit;
    min-width: 0;
    width: 0px;
  }
  #i18n ul.dropdown-menu.show {
    height: auto !important;
    width: 100% !important;
  }
}
/*----------------------- End reform appBlade -------------------------*/
.feedback-container {
  display: block;
  position: fixed;
  top: 60%;
  right: 0;
  margin: 0;
  padding: 0;
  transform: rotate(90deg);
  transform-origin: right top 0;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.feedback {
  border-radius: 0 0 1.73rem 1.73rem !important;
}

.feecback::after {
  content: "FEEDBACK";
}

.button1 {
  text-rendering: auto;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.73rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0px 0px 22px 22px !important;
  cursor: pointer;
}

.button1:hover, .button1:focus {
  color: #ea960f;
}

/*----------------------- Start Profile users -------------------------*/
#profileBg {
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
#profileBg .profile-top-container {
  width: inherit;
  height: auto;
  display: grid;
  grid-template-rows: 1fr repeat(3, auto);
  grid-template-columns: 100%;
  background-color: #3a3a3a;
  color: whitesmoke;
}
#profileBg .profile-top-container-name h3 {
  margin: 0;
}
#profileBg .profile-top-container-name span {
  margin-left: 4px;
  height: 26px;
}
#profileBg .profile-top-container-stars i {
  color: gold;
}
#profileBg .profile-top-container-stars i:last-child {
  color: whitesmoke;
}
#profileBg .profile-content {
  display: grid;
  width: inherit;
  height: 60vh;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
}
#profileBg .profile-content #profileTabList {
  flex-wrap: nowrap;
  border: 0;
  background-color: #3a3a3a;
}
#profileBg .profile-content #profileTabList li {
  position: relative;
  font-size: smaller;
}
#profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link {
  background-color: transparent;
  color: #ea960f;
}
#profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px #ea960f solid !important;
  transition: width 0.3s ease-in-out;
}
#profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link.active, #profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link:focus, #profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link:hover {
  border: 0;
}
#profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link.active::after {
  width: 100%;
  background: linear-gradient(to top, #ea960f, 1%, transparent);
}
#profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link.show {
  border: 0;
}
#profileBg .profile-content #profileTabList li [id^=profileTabTitle].nav-link.show::after {
  width: 100%;
  background: linear-gradient(to top, #ea960f, 1%, transparent);
}
#profileBg .profile-content #profileTabContent {
  padding: 1.5em 0.7em;
}
#profileBg .profile-content #profileTabContent1 {
  text-align: center;
  font-size: smaller;
  font-style: italic;
}
#profileBg #profilePicUser {
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  display: contents;
  height: -moz-max-content;
  height: max-content;
}
#profileBg #profilePicUser img {
  display: flex;
  justify-self: center;
  width: 70%;
  height: auto;
  border-radius: 50%;
  box-shadow: 1px 1px 27px -2px #ff8a00, 1px 1px 28px 1px #3a3a3a;
  transform: scale(0.6);
}

.description-container {
  width: 80%;
  height: 200px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px #3a3a3a;
  padding: 1em 0.5em;
  font-size: 0.8rem;
  background-color: whitesmoke;
}

@media screen and (min-width: 426px) {
  #profileBg .profile-top-container {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 200px auto;
    grid-template-areas: "photo nameUser" "photo stars" "photo info";
  }
  #profileBg .profile-top-container-photo {
    grid-area: photo;
  }
  #profileBg .profile-top-container-name {
    grid-area: nameUser;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #profileBg .profile-top-container-stars {
    grid-area: stars;
    display: flex;
    align-items: center;
  }
  #profileBg .profile-top-container-info {
    grid-area: info;
    display: flex;
    align-items: flex-end;
  }
  #profileBg .profile-top-container-info p {
    margin: 0;
  }
  #profileBg #profilePicUser {
    width: auto;
    height: auto;
    display: grid;
  }
  #profileBg #profilePicUser img {
    transform: scale(0.8);
  }
}
/*----------------------- End Profile users -------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: ease-in 0.8ms;
}

.slider:before {
  position: absolute;
  content: "";
  background-color: white;
  transition: ease-in-out 200ms;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
}

input:checked + .slider {
  background-color: #ea960f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ea960f;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.show-gallery {
  position: absolute;
  float: right;
  right: 0.5rem;
  bottom: 0;
  margin: 0 auto;
  color: white;
}

.sticky-top {
  z-index: 1003 !important;
}

.show-gallery {
  position: absolute;
  float: right;
  right: 0.5rem;
  bottom: 0;
  margin: 0 auto;
  color: white;
}

.text-black {
  color: black !important;
}

.break-word-all {
  word-break: break-all;
}

/*----------------------- Start SwitchButtons -------------------------*/
.switch-translator .inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.switch-translator .inputGroup label {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  border: 1px solid #dadada;
  color: #3a3a3a;
  width: 300px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.switch-translator .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #ea960f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.switch-translator .inputGroup label:after {
  display: none;
  width: 0px;
  height: 0px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.switch-translator .inputGroup input:checked ~ label {
  color: #fff;
  border: none;
}
.switch-translator .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.switch-translator .inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.switch-translator .inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

/*----------------------- End SwitchButtons -------------------------*/
.close-navbar {
  margin-left: 15px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.close-navbar:hover {
  color: #fff;
}

.alert-navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  animation: moveInTop 0.5s ease-in;
}
.alert-navbar::before {
  box-sizing: border-box;
}
.alert-navbar::after {
  box-sizing: border-box;
}
.alert-navbar .btn-outline-light:hover {
  color: #ea960f;
}

.verify-alert-content {
  display: flex;
  align-items: center;
}

.vico-card {
  display: inline-block;
  border-radius: 20px;
  margin: 0 auto;
  width: 100%;
  border: #ea960f 1px solid;
  padding: 0;
  box-shadow: 0 5px 10px #00000033;
}
.vico-card-header {
  background-color: #ea960f;
  color: #fff;
  border-radius: 15px 15px 0 0;
  height: 40px;
  width: 100%;
  margin-right: -0.1%;
  text-align: center;
}
.vico-card-header-text {
  display: inline-block;
  line-height: 40px;
  font-size: 90%;
  font-weight: bold;
}
.vico-card-body {
  font-size: 85%;
  margin: 15px;
}
.vico-card-btn {
  margin: 10px auto;
  text-align: center;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox p {
  font-size: inherit;
  font-weight: normal;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #e6940f;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #ea960f;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 2.5px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.sidebar {
  background-color: #f5f5f5;
  border-right: #cccccc 2px solid;
  z-index: 1010;
  height: 100vh;
  width: 340px;
  padding: 40px 10px 25px 0;
  position: relative;
}
.sidebar hr {
  width: 65%;
  background-color: #989898;
}
.sidebar .profile-info {
  height: 90px;
  margin-left: 40px;
}
.sidebar .profile-info .profile-picture {
  float: left;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  background-color: black;
}
.sidebar .profile-info .profile-text {
  margin-left: 100px;
}
.sidebar .profile-info .profile-text .profile-name {
  width: 49%;
  display: inline;
}
.sidebar .profile-info .profile-text .profile-email {
  font-size: 0.8rem;
}
.sidebar .profile-info .profile-text .profile-number {
  font-size: 0.8rem;
}
.sidebar .sidebar-links {
  color: #9b9b9b;
  list-style-type: none;
  padding: 0px;
}
.sidebar .sidebar-link {
  margin-bottom: 10px;
  border-left: 40px;
  padding-left: 40px;
  line-height: 30px;
  cursor: pointer;
}
.sidebar .sidebar-link::before {
  display: inline-block;
  line-height: 30px;
  background-color: #ea960f;
}
.sidebar .sidebar-link:hover {
  border-radius: 0 7px 7px 0;
  background-color: #ea960f;
  color: #fff;
}
.sidebar .sidebar-link:hover .right {
  color: #fff;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 5px;
}
.sidebar .sidebar-link:hover .down {
  color: #fff;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 5px;
}
.sidebar .sidebar-link .right {
  display: inline-block;
  margin: 8px 12px 0 0;
  border: solid #9b9b9b;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.sidebar a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.sidebar .list {
  list-style-type: none;
  display: none;
}
.sidebar .sidebar-footer {
  position: absolute;
  bottom: 0;
}

.payment-method a {
  text-decoration: none;
}
.payment-method .card-header {
  background-color: beige;
  color: #ea960f;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform-origin: 25% 25%;
}
.custom-radio.red {
  color: #F65502;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  box-shadow: inset -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-radio input:checked ~ .checkmark {
  background-color: #ea960f;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-footer {
  border-top: none;
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
}

.custom-select {
  border-radius: 50px;
  border-color: #ededed;
  color: gray;
  width: 80%;
}
.custom-select option {
  background-color: #f7f7f7;
  border-radius: 50px;
  padding-left: 5px;
}
.custom-select option:disabled {
  background-color: #ededed;
}
.custom-select option:hover {
  background-color: #ea960f;
}

.save-button {
  margin: 5px auto;
  padding: 3px 35px;
  border-radius: 50px;
}

.content-display {
  display: flex;
  justify-content: space-around;
}

.select-container {
  display: inline-block;
  width: 80%;
}

.btn-flag {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

@media (max-width: 425px) {
  .custom-select {
    width: 100%;
  }

  .content-display {
    display: block;
    justify-content: unset;
  }

  .select-container {
    display: block;
    width: 100%;
  }
}
#datepickersearch {
  border-radius: 25px 0 0 25px;
}
#datepickersearch + .input-group-append {
  min-width: 10%;
}
#datepickersearch + .input-group-append .input-group-text {
  border-radius: 0 25px 25px 0;
}

.no-border-radius {
  border-radius: 4px !important;
}

.border-radius {
  border-radius: 25px !important;
}

.border-radius-right {
  border-radius: 0 25px 25px 0 !important;
}

.border-radius-left {
  border-radius: 25px 0 0 25px !important;
}

/*----------------------- TAC Modal -------------------------*/
@media screen and (min-width: 320px) {
  .large-modal-full-center {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .large-modal-full-center {
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 320px) {
  .modal-full {
    min-width: 100%;
    margin: 0;
    min-height: 100%;
  }
}
/* jQuery UI Slider */
.ui-slider-handle, .ui-state-focus {
  border-radius: 100%;
  border: 1px solid #ea960f !important;
  background: white !important;
}

.ui-slider-range {
  background: #ea960f;
}

*:focus {
  outline: none;
}

/* End jQuery UI Slider */
.orange-text {
  color: #ea960f;
}

.text-20 {
  font-size: 20px;
}

.small-grey-text {
  font-size: 15px;
  color: #7f7f7f;
}

.faq-section {
  min-height: 100vh;
  padding: 6vh 0 0;
}

.faq-title h4 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h4::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #ef8e01;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 0.5px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(239, 142, 1, 0.1);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 14px;
  float: left;
  border-radius: 100px;
  text-align: center;
  background: #ef8e01;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  padding: 0.45em 0.4em;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.acti {
  color: #ea960f !important;
  text-decoration: none;
}

.hidden {
  display: none;
}

.logo img {
  width: 50px;
}

.Profilimgsml {
  float: left;
  width: 3.18rem;
  padding-right: 15px;
}

.pui span {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  font-style: italic;
  font-weight: normal;
  margin-top: 5px;
}

.zui span {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  font-style: italic;
  font-weight: normal;
  margin-top: 5px;
}

.zui font {
  display: block;
  color: #3a3a3a;
  font-weight: 300 !important;
}

.borderme {
  border: 1px solid #979797;
  overflow: hidden;
  box-shadow: 0px 2px 4px #979797;
  border-radius: 10px;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.zui {
  margin-top: 0;
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 700;
  margin-bottom: 0;
}

.pui {
  margin-top: 0;
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

.tui {
  font-size: 14px !important;
  float: left;
  -moz-text-align-last: left;
       text-align-last: left;
}

.clear50 {
  clear: both;
  height: 50px;
}

.clear100 {
  clear: both;
  height: 100px;
}

.gui {
  font-size: 18px !important;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-left: 25px;
}

.rui {
  font-size: 16px !important;
  float: left;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #ea960f;
  font-weight: bolder;
  margin-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #979797;
}

.katla {
  font-size: 16px !important;
  -moz-text-align-last: right;
       text-align-last: right;
  color: #ea960f;
  font-weight: bolder;
  margin-left: 25px;
}

.aha {
  font-size: 16px !important;
  -moz-text-align-last: right;
       text-align-last: right;
  color: #9b9b9b;
  font-weight: normal;
  margin-left: 25px;
  margin-bottom: 0;
}

.alert-success {
  background-color: #00b2218c !important;
  color: white;
}

.jn-tui {
  font-size: 14px !important;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #9b9b9c;
}

.nodaag {
  text-decoration: none !important;
  float: right;
}

.arrow_box {
  position: relative;
  margin-left: 25px;
  border-bottom: 1px solid #d8d8d8;
  background: #d8d8d8;
  padding: 0.3rem;
  font-size: small;
  border-radius: 61px;
  padding-left: 1rem;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 9%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #d8d8d8;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffffff;
  border-width: 16px;
  margin-left: -16px;
}

.arrow_box font {
  font-size: 14px;
  display: block;
  color: #9b9b9c;
  background: #d8d8d8;
  padding: 0 38px;
  margin-bottom: 8px;
}

.pka {
  font-size: 14px !important;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-left: 25px;
}

.nodaagyes {
  text-decoration: line-through !important;
  float: right;
}

.tiktok.oxs {
  float: left;
  width: 16px;
  margin-right: 10px;
}

.pui .Profilimgsml {
  margin-top: -10px;
}

.rank {
  float: right;
  padding-right: 15px;
}

.titiz1 {
  font-size: 32px;
  color: #3a3a3a;
  font-weight: 700;
  margin-top: 35px;
}

.titiz2 {
  font-size: 28px;
  color: #9b9b9b;
  font-weight: 300;
  margin-top: 35px;
}

.titiz3 {
  font-size: 23px;
  color: #9b9b9b;
  font-weight: 300;
  margin: 35px 0;
}

.tpoi {
  font-size: 18px;
  color: #ea960f;
  font-weight: 300;
  margin: 15px 0 50px;
}

.tiktok {
  margin-right: 18px;
  width: 30px;
}

.payment-icon {
  width: 150px;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 12px 0;
}

.btn-col-1 {
  background: #ea960f;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  float: right;
  font-weight: 300;
  padding: 8px 30px;
  letter-spacing: 1px;
  border-radius: 4px;
  margin-top: 18px;
}

.btn-col-4 {
  background: #ea960f;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  font-weight: 300;
  padding: 8px 30px;
  letter-spacing: 1px;
  border-radius: 4px;
  margin-top: 18px;
}

.btn-col-3 {
  background: #fff;
  text-align: center;
  color: #4a4a4a;
  font-size: 17px;
  border: none;
  float: right;
  font-weight: 300;
  padding: 6px 18px;
  letter-spacing: 1px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 4px #4a4a4a;
}

.btn-col-2a {
  background: #ea960f;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 300;
  padding: 3.5px 18px 5.5px;
  letter-spacing: 0;
  border-radius: 13px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  min-width: 130px;
}

.btn-col-2b {
  background: #d8d8d8;
  text-align: center;
  color: #3a3a3a;
  font-size: 14px;
  border: none;
  font-weight: 300;
  padding: 3.5px 18px 5.5px;
  letter-spacing: 0;
  border-radius: 13px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  min-width: 130px;
}

.btn-col-2c {
  background: #7ed321;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 300;
  padding: 3.5px 18px 5.5px;
  letter-spacing: 0;
  border-radius: 13px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  min-width: 130px;
}

.btn-col-2d {
  background: #d0021b;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 300;
  padding: 3.5px 18px 5.5px;
  letter-spacing: 0;
  border-radius: 13px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  min-width: 130px;
}

.btn-col-2e {
  background: #50e3c2;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 300;
  padding: 3.5px 18px 5.5px;
  letter-spacing: 0;
  border-radius: 13px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  min-width: 130px;
}

.btn-col-2f {
  background: #f8e71c;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 300;
  padding: 3.5px 18px 5.5px;
  letter-spacing: 0;
  border-radius: 13px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  min-width: 130px;
}

.btn-col-2g {
  background: #9b9b9b;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  font-weight: 300;
  padding: 3.5px 18px 5.5px;
  letter-spacing: 0;
  border-radius: 13px;
  margin-top: 0;
  display: block;
  cursor: pointer;
  min-width: 130px;
}

.hover-opc:hover {
  opacity: 0.8;
}

.bl-yes {
  border-left: 1px solid #979797;
  padding: 0 40px !important;
}

.dot {
  width: 6px;
  margin: 4px 10px 0 10px;
}

.gap100 {
  height: 100px;
}

.gap30 {
  margin-top: 30px;
}

.f2 {
  float: right;
}

.f1 {
  float: left;
}

.hover-magic {
  position: relative;
}

.hover-magic:hover .toolpit {
  display: block;
}

.toolpit li:hover a {
  color: #d0021b !important;
}

.toolpit {
  box-shadow: 0 1px 5px 1px #979797;
  padding: 0;
  position: absolute;
  z-index: 9;
  right: 3px;
  width: 170px;
  top: 40px;
  display: none;
}

.toolpit li {
  list-style: none;
}

.toolpit li a {
  border-bottom: 1px solid #b3b3b3;
  background: #fff;
  color: #4a4a4a;
  font-size: 14px;
  padding: 4px 0;
  list-style: none;
  display: block;
  text-align: center;
}

.toolpit li a:hover {
  text-decoration: none;
}

.toolpit::before {
  background: url(/images/toparrow.png?7b681295c04eda0c1e04b44ad437ba51) no-repeat;
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -15px;
  right: 0;
}

/*  on / off css*/
.onoffswitch {
  position: relative;
  width: 60px;
  float: left;
  margin: 13px 0 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 11px;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 11px;
  text-align: right;
}

.onoffswitch-switch {
  width: 26px;
  background: #4a4a4a;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 34px;
}

.txtthis {
  float: left;
  font-size: 16px;
  padding: 15px 0;
}

.tabz {
  padding: 0;
  clear: both;
}

.motabhai {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: bolder;
  margin-top: 35px;
  margin-bottom: -25px;
}

.tabz li {
  list-style: none;
  display: inline;
  padding-right: 15px;
}

.tabz li a {
  color: #3a3a3a;
  font-size: 16px;
}

.deacto {
  color: #d8d8d8;
}

.panel-body strong {
  font-size: 20px;
  display: block;
}

.panel-danger {
  padding: 20px 0;
  border-color: #979797;
  border-radius: 0;
}

.panel-danger p span {
  text-decoration: line-through;
}

.panel-danger p {
  font-size: 18px;
}

.gap-12 {
  padding-top: 142px;
}

.gap-15 {
  padding-top: 29px;
}

.cross img {
  width: 30px !important;
}

.cross {
  position: absolute;
  right: 15px;
  top: 25px;
}

.txty1 {
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 300;
  padding-bottom: 20px;
}

.big-fnt {
  padding: 0;
}

.big-fnt li {
  list-style: none;
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 300;
}

.big-fnt input {
  margin-right: 20px;
  margin-bottom: 15px;
}

.ml10 {
  margin-left: 15px;
}

.fullbox {
  margin: 10px 0;
}

.t25 .custome2 {
  width: 98%;
}

.t75 .custome2 {
  width: 49%;
}

.t25 {
  float: left;
  width: 30%;
}

.t75 {
  float: left;
  width: 68%;
  margin-left: 2%;
}

.custome1 {
  border: 1px solid #8794a1;
  width: 48%;
  float: left;
  border-radius: 3px;
  margin: 0 5px 15px 0 !important;
  text-align: center;
  font-size: 20px;
}

.custome2 {
  border: 1px solid #9b9b9c;
  width: 65%;
  padding: 5px 2%;
  font-weight: 300;
  float: left;
  color: #9b9b9c;
  border-radius: 3px;
  margin: 0 5px 15px 0 !important;
  text-align: left;
  font-size: 20px;
}

.yuis {
  text-align: left;
  font-size: 16px !important;
  font-weight: 300;
  margin-bottom: 5px;
}

.yuis.olo {
  width: 318px;
  position: relative;
}

.yuis font {
  position: absolute;
  top: -9px;
  left: 56%;
  line-height: 14px;
}

.hbh {
  padding: 8px 0 8px 13px;
}

.customex {
  float: left;
  border: none;
  width: 55%;
  font-size: 17px;
}

.customey {
  float: left;
  width: 30%;
  font-size: 17px;
  border: none;
}

.customez {
  float: left;
  border: none;
  font-size: 17px;
  width: 15%;
}

.yuis span {
  text-decoration: none !important;
  float: right;
}

.down-arrow {
  display: table;
  margin: 0 auto;
  width: 50px;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 521px) and (max-width: 768px) {
  .bl-yes {
    border-left: 0px solid #979797;
    padding: 0 20px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 520px) {
  .btn-col-1 {
    float: left;
  }

  .modal-dialog {
    width: 94%;
  }

  .arrow_box {
    position: relative;
    margin-left: 0;
  }

  .arrow_box font {
    font-size: 12px;
    display: block;
    color: #9b9b9c;
    background: #d8d8d8;
    padding: 5px 38px;
    margin-bottom: 8px;
  }

  .custome1 {
    width: 100%;
    margin-right: 0;
  }

  .custome2 {
    width: 100%;
    margin-right: 0;
  }

  .bl-yes {
    border-left: 0px solid #979797;
    padding: 0 20px !important;
  }

  .jn-tui,
.gui {
    padding-left: 0;
  }

  .jn-tui,
.gui {
    padding-left: 0;
    margin-top: 15px;
  }

  .input-group .form-control.jiz {
    width: 50% !important;
  }

  .btn-col-1.ml10.hover-opc {
    margin: 10px 0 0 0;
  }

  .t25 {
    float: left;
    width: 100%;
  }

  .clear50 {
    clear: both;
    height: 0px;
  }

  .t75 .custome2 {
    width: 100%;
  }

  .t75 {
    margin-left: 0;
    float: left;
    width: 100%;
  }

  .pka {
    font-size: 12px !important;
    text-align: left;
    padding-left: 0;
  }

  .btn-col-2a,
.btn-col-2b,
.btn-col-2c,
.btn-col-2d {
    display: inline-block;
  }

  .table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    display: block;
  }

  .f2 {
    float: none;
  }

  a.f2 {
    float: right;
  }
}
.crossair {
  position: absolute;
  transform: rotate(45deg);
  right: 2rem;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
}

.arrow-dropdown {
  position: absolute;
  transform: rotate(90deg);
  margin: 0 auto;
}

.drop-bottom {
  position: relative;
  bottom: 0;
}

input#create-male, input#create-female {
  height: 40px;
  padding: 10px 12px;
  color: #32325d;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.StripeElement {
  height: 40px;
  padding: 10px 12px;
  color: #32325d;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.card-errors {
  color: #fefde5;
}

.info {
  grid-area: info;
  padding: 0 50px 0 0;
}

.total {
  text-align: right;
}

.vico-color, .dropdown-nav-right-infocall .number-area span, #profileBg .profile-top-container-name h3 {
  color: #ea960f;
}

.paragraph {
  display: grid;
  grid-template: auto auto auto/60% 40%;
  padding: 5px;
  font-weight: 300;
}

.values {
  text-align: right;
  padding-bottom: 20px;
}

.btn_document_type {
  width: 100px;
}

@media (max-width: 768px) {
  .info {
    border-right: 0;
    padding: 0;
  }

  .paragraph {
    padding: 0;
  }
}
.selected-row {
  background-color: orange;
  color: white;
}

.badge-done {
  color: white;
  background-color: green;
  padding: 10px 20px;
  border-radius: 20px;
}

.badge-in-process {
  color: white;
  background-color: sandybrown;
  padding: 10px 20px;
  border-radius: 20px;
}

.badge-delay {
  color: white;
  background-color: red;
  padding: 10px 20px;
  border-radius: 20px;
}

.badge-pending {
  color: white;
  background-color: gray;
  padding: 10px 20px;
  border-radius: 20px;
}

.selected-payment-method {
  background: #b6e026;
  background: linear-gradient(45deg, #b6e026 0%, #ffffff 57%, #ffffff 57%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b6e026", endColorstr="#ffffff",GradientType=1 );
}

.not-selected-payment-method {
  background: #ffc1c1;
  background: linear-gradient(45deg, #ffc1c1 0%, #ffffff 57%, #ffffff 57%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffc1c1", endColorstr="#ffffff",GradientType=1 );
}

.card-collapse {
  border-radius: 4px;
}
.card-collapse-active {
  background-color: #ea960f;
  border-radius: 4px;
}
.card-collapse-active div h5 {
  color: #fff;
}

.confirmation {
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-template: 1fr/1fr 1fr;
  grid-template-areas: "left right";
}

.left {
  color: white;
  grid-area: left;
  background: #ea960f;
  text-align: center;
}

.info {
  margin: 40px;
  padding: 15% 0;
}

.right {
  grid-area: right;
  padding: 15%;
}

.vico-color, .dropdown-nav-right-infocall .number-area span, #profileBg .profile-top-container-name h3 {
  color: #ea960f;
}

.icon-payments {
  width: 60px;
}

.logo-vico {
  margin-bottom: 50px;
}

.media-body {
  text-align: left;
}

.btn-primary-close {
  border: 1px solid;
  color: #ea960f;
}

@media (max-width: 768px) {
  .confirmation {
    display: block;
  }

  .left {
    border-right: 0;
    margin: 0;
  }

  .info {
    margin: 0;
    padding-right: 3%;
  }

  .logo-vico {
    max-width: 100%;
  }

  .icon-payments {
    width: 40px;
  }
}
.payment-method {
  position: relative;
}

.popup-delete-method {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  box-shadow: 0 5px 10px #00000033;
}

.vico-background-gradient {
  background: #e7c081;
  background: linear-gradient(158deg, #e7c081 0%, #ea960f 50%, #ad6b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7c081",endColorstr="#ad6b00",GradientType=1);
  height: 100vh;
}

.vico_dateAndTimePicker .react-datepicker-popper {
  z-index: 10;
}
.vico_dateAndTimePicker .react-datepicker {
  font-size: 16px;
  font-family: "NunitoRegular";
  width: 100%;
}
.vico_dateAndTimePicker .react-datepicker__month-container {
  width: 100%;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__current-month {
  font-family: "NunitoBold";
  font-size: 18px;
}
.vico_dateAndTimePicker .react-datepicker__month {
  margin: 0;
  text-align: center;
  margin-bottom: 1rem;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__header {
  background-color: transparent;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__header__day-name {
  font-family: "NunitoLight";
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__time-container {
  width: 100%;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__time-container .react-datepicker__header {
  border-top: 1px solid #cacaca;
  padding-top: 1rem;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker--time-only .react-datepicker__time-container {
  width: 100%;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 100%;
  padding: 8px 0.5rem;
  max-height: 35vh;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  border: #ef8e01 0.1px solid;
  border-radius: 8px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef8e01;
  font-family: "NunitoBold";
  font-size: 16px;
  height: 52px;
  display: inline-flex;
  width: 100px;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .vico_dateAndTimePicker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    width: 90px;
    margin-right: 8px;
  }
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background: #ef8e01;
  color: white;
}
.vico_dateAndTimePicker .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  display: none !important;
}
.vico_dateAndTimePicker .react-datepicker--time-only.react-datepicker__time-container, .vico_dateAndTimePicker .react-datepicker--time-only {
  width: 100%;
}
.vico_dateAndTimePicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  height: 100%;
}
.vico_dateAndTimePicker .react-datepicker__day {
  border-radius: 100%;
  font-size: 16px;
}
.vico_dateAndTimePicker .react-datepicker__day:not(.react-datepicker__day--selected, .react-datepicker__day--disabled, .daterangepicker) {
  background: #ef8e0133;
  color: #ef8e01;
  font-weight: bold;
}
.vico_dateAndTimePicker .react-datepicker__day--selected {
  font-weight: bold;
  background: #ef8e01;
  color: white;
}
.vico_dateAndTimePicker .react-datepicker__day--selected:hover {
  color: white;
  background: #ef8e01;
  border-radius: 100%;
}
.vico_dateAndTimePicker .react-datepicker__day--disabled {
  opacity: 0.5;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.vico_dateAndTimePicker .react-datepicker__day:hover {
  color: white;
  background: #d78001;
  border-radius: 100%;
}
.vico_dateAndTimePicker .react-datepicker__day-name,
.vico_dateAndTimePicker .react-datepicker__day,
.vico_dateAndTimePicker .react-datepicker__time-name {
  margin: 4px;
  width: 2rem;
  line-height: 2rem;
}
.vico_dateAndTimePicker .react-datepicker__time-name {
  color: #868686;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day {
  border-radius: 4px;
  font-size: 16px;
  background: white;
  font-weight: bold;
  color: #3a3a3a;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--selected {
  font-weight: bold;
  background: #ef8e01;
  color: white;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--selected:hover {
  color: white;
  background: #ef8e01;
  border-radius: 4;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--disabled {
  opacity: 0.5;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-selecting-range {
  position: relative;
  color: #3a3a3a;
  z-index: 3;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-selecting-range:not(:hover):before {
  content: "";
  z-index: -1;
  display: block;
  width: 48px;
  margin-top: 3px;
  height: 24px;
  position: absolute;
  border-radius: 4px;
  margin-left: -4px;
  top: 0;
  background-color: #faddb3;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-selecting-range:not(:hover):first-child:before {
  margin-left: 0;
  width: 44px;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-selecting-range:not(:hover):last-child:before {
  width: 36px;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-range {
  position: relative;
  color: #3a3a3a;
  z-index: 3;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-range:before {
  content: "";
  z-index: -1;
  display: block;
  width: 48px;
  margin-top: 3px;
  height: 24px;
  position: absolute;
  border-radius: 4px;
  margin-left: -4px;
  top: 0;
  background-color: #fce8cc;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-range:first-child:before {
  margin-left: 0;
  width: 44px;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day--in-range:last-child:before {
  width: 36px;
}
.vico_dateAndTimePicker.vicodaterangepicker .react-datepicker__month .react-datepicker__day:hover {
  color: white;
  background: #ef8e01;
  border-radius: 4;
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
