* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background-color: #515151;
  height: 100%;
  color: #666;
}

body {
  margin-top: 0px;
}

body.min {
  margin-top: 0px;
}

a:hover {
  color: #01AFE1;
}


h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3 {
  font-weight: 600;
  font-family: "Roboto Slab", sans-serif;
}

h4,
.h4,
.h4,
h5,
.h5,
.h5,
h6,
.h6,
.h6 {
  font-weight: 600;
}

h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3,
h4,
.h4,
.h4 {
  letter-spacing: -0.05rem;
}

.text-link a {
  text-decoration: underline;
}

.text-red {
  color: #ed4c78 !important;
}

.text-black-75 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.75) !important;
}

.modal-backdrop {
  --bs-backdrop-bg:rgba(0, 0, 0, .7);
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
  border-bottom: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}

.navbar {
  --bs-navbar-padding-y:.1rem;
}

.min-vh-home {
  min-height: 70vh !important;
}

.header-filter {
  position: relative;
}

.header-filter:before, .header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.header-filter::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.header-filter .container {
  z-index: 2;
  position: relative;
}

.header-filter[filter-color="purple"]:after, .header-filter[filter-color="primary"]:after {
  background: rgba(225, 190, 231, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* Standard syntax */
}

.header-filter[filter-color="blue"]:after, .header-filter[filter-color="info"]:after {
  background: rgba(178, 235, 242, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* Standard syntax */
}

.header-filter[filter-color="green"]:after, .header-filter[filter-color="success"]:after {
  background: rgba(165, 214, 167, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* Standard syntax */
}

.header-filter[filter-color="orange"]:after, .header-filter[filter-color="warning"]:after {
  background: rgba(255, 224, 178, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* Standard syntax */
}

.header-filter[filter-color="red"]:after, .header-filter[filter-color="danger"]:after {
  background: rgba(239, 154, 154, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* Standard syntax */
}

.header-filter[filter-color="rose"]:after {
  background: rgba(248, 187, 208, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* Standard syntax */
}

.navbar-blur {
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  backdrop-filter: saturate(200%) blur(30px);
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.nav-link {
  line-height: 1.0;
}

.rounded {
  border-radius: 3px !important;
}

.list-style-none {
  list-style: none;
}

.bg-blue {
  background-color: #01AFE1 !important;
}

.bg-grey {
  background-color: rgb(245, 245, 245) !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #f0f2f5 !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

.badge.bg-blue {
  background: #01AFE1;
}

.btn.bg-gradient-blue {
  box-shadow: 0 3px 3px 0 rgba(4, 148, 189, 0.15), 0 3px 1px -`2px rgba(4, 148, 189, 0.2), 0 1px 5px 0 rgba(4, 148, 189, 0.15);
}

.btn.bg-gradient-blue:hover {
  background-color: #01AFE1;
  border-color: #01AFE1;
  box-shadow: 0 14px 26px -12px rgba(4, 148, 189, 0.4), 0 4px 23px 0 rgba(4, 148, 189, 0.15), 0 8px 10px -5px rgba(4, 148, 189, 0.2);
}

.btn.bg-gradient-blue {
  border: 1px solid #01AFE1;
}

.btn.bg-gradient-blue:not(:disabled):not(.disabled).active,
.btn.bg-gradient-blue:not(:disabled):not(.disabled):active,
.show>.btn.bg-gradient-blue.dropdown-toggle {
  color: color-yiq(#01AFE1);
  background-color: #01AFE1;
}

.btn.bg-gradient-blue.focus,
.btn.bg-gradient-blue:focus {
  color: #fff;
}

.btn.bg-gradient-blue {
  color: #fff;
}

.btn.bg-gradient-blue:hover {
  color: #fff;
}

.bg-gradient-blue {
  background-image: linear-gradient(195deg, #01AFE1 0%, #0494BD 100%);
}

.bg-gradient-blue .multisteps-form__progress-btn:before {
  background-color: #9ec2d1;
}

.btn.bg-gradient-grey {
  box-shadow: 0 3px 3px 0 rgba(201, 201, 201, 0.15), 0 3px 1px -2px rgba(201, 201, 201, 0.2), 0 1px 5px 0 rgba(201, 201, 201, 0.15);
}

.btn.bg-gradient-grey:hover {
  background-color: #909090;
  border-color: #909090;
  box-shadow: 0 14px 26px -12px rgba(100, 100, 100, 0.4), 0 4px 23px 0 rgba(100, 100, 100, 0.15), 0 8px 10px -5px rgba(100, 100, 100, 0.2);
}

.btn.bg-gradient-grey {
  border: 1px solid #909090;
}

.btn.bg-gradient-grey:not(:disabled):not(.disabled).active,
.btn.bg-gradient-grey:not(:disabled):not(.disabled):active,
.show>.btn.bg-gradient-grey.dropdown-toggle {
  color: color-yiq(#909090);
  background-color: #909090;
}

.btn.bg-gradient-grey.focus,
.btn.bg-gradient-grey:focus {
  color: #fff;
}

.btn.bg-gradient-grey {
  color: #fff;
}

.btn.bg-gradient-grey:hover {
  color: #fff;
}

.bg-gradient-grey {
  background-image: linear-gradient(195deg, #909090 0%, #727272 100%);
}

.bg-gradient-grey .multisteps-form__progress-btn:before {
  background-color: #909090;
}

.btn.bg-gradient-green {
  box-shadow: 0 3px 3px 0 rgba(76, 175, 80, 0.15), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.15);
}

.btn.bg-gradient-green:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.4), 0 4px 23px 0 rgba(76, 175, 80, 0.15), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.btn.bg-gradient-green {
  border: 1px solid #4CAF50;
}

.btn.bg-gradient-green:not(:disabled):not(.disabled).active,
.btn.bg-gradient-green:not(:disabled):not(.disabled):active,
.show>.btn.bg-gradient-green.dropdown-toggle {
  color: color-yiq(#4CAF50);
  background-color: #4CAF50;
}

.btn.bg-gradient-green.focus,
.btn.bg-gradient-green:focus {
  color: #fff;
}

.btn.bg-gradient-green {
  color: #fff;
}

.btn.bg-gradient-green:hover {
  color: #fff;
}

.bg-gradient-green {
  background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
}


.btn-outline-light {
  --bs-btn-color: #a1a1a1;
  --bs-btn-border-color: #e8eaee;
  --bs-btn-hover-color: #ccc;
  --bs-btn-hover-bg: #7d7d7d;
  --bs-btn-hover-border-color: #7d7d7d;
  --bs-btn-focus-shadow-rgb: 247, 250, 255;
  --bs-btn-active-color: #3d3d3d;
  --bs-btn-active-bg: #e3e3e3;
  --bs-btn-active-border-color: #e8eaee;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f7faff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7faff;
  --bs-gradient: none;
}


.alert-red {
  background-color: #c90d39;
  color: #fff;
}

.alert-yellow {
  background-color: #b8b10b;
  color: #fff;
}

.alert-green {
  background-color: #0d8d10;
  color: #fff;
}

.dropdown .dropdown-menu:before {
  color: #343a40;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.min-h-100px {
  min-height: 100px !important;
}

.hover-ani {
  transition: all 0.2s ease-in-out;
}

.hover-ani-sm:hover {
  transform: scale(1.15);
}

.hover-ani-md:hover {
  transform: scale(1.25);
}

.hover-ani-lg:hover {
  transform: scale(1.35);
}

.input-group.input-group-outline.is-focused .form-label+.form-control,
.input-group.input-group-outline.is-filled .form-label+.form-control {
  border-color: #01AFE1 !important;
  border-top-color: transparent !important;
  box-shadow: inset 1px 0 #01AFE1, inset -1px 0 #01AFE1, inset 0 -1px #01AFE1;
}

.input-group.input-group-outline.is-focused .form-label,
.input-group.input-group-outline.is-filled .form-label {
  width: 100%;
  height: 100%;
  font-size: 0.6875rem !important;
  color: #01AFE1;
  display: flex;
  line-height: 1.25 !important;
}

.input-group.input-group-outline.is-focused .form-label:before,
.input-group.input-group-outline.is-focused .form-label:after,
.input-group.input-group-outline.is-filled .form-label:before,
.input-group.input-group-outline.is-filled .form-label:after {
  border-top-color: #01AFE1;
  box-shadow: inset 0 1px #01AFE1;
}

.secure-referrals-icon {
  height: 85px;
  width: 85px;
}

.google-map {
  height: 350px;
  width: 100%;
}

.google-map-sm {
  height: 100%;
  width: 100%;
}

.loading-overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.loading-overlay img {
  opacity: 0.5;
}

.loading-overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
}

.loading-overlay .loader img {
  display: block;
  margin: 0 auto;
}

.bottom-5 {
  bottom: 5% !important;
}

.inline-input input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.scroll-area {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.highlight {
  background-color: #ff9900;
}

.mt-n12 {
  margin-top: -3rem !important;
}

.max-height-vh-30 {
  max-height: 30vh !important;
}

.max-height-vh-35 {
  max-height: 35vh !important;
}

.max-height-vh-40 {
  max-height: 40vh !important;
}

.max-height-vh-45 {
  max-height: 45vh !important;
}

.max-height-vh-50 {
  max-height: 50vh !important;
}

.max-height-vh-60 {
  max-height: 60vh !important;
}

.max-height-vh-70 {
  max-height: 70vh !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.w-90 {
  width: 90% !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .google-map {
    height: 400px;
    width: 100%;
  }

  .min-vh-home {
    min-height: 70vh !important;
  }

  .mt-n12 {
    margin-top: -4rem !important;
  }
}

@media (min-width: 768px) {
  .google-map {
    height: 550px;
    width: 100%;
  }

  .min-vh-home {
    min-height: 75vh !important;
  }

  .mt-n12 {
    margin-top: -5rem !important;
  }
}

@media (min-width: 992px) {
  .google-map {
    height: 500px;
    width: 100%;
  }

  .min-vh-home {
    min-height: 80vh !important;
  }

  .mt-n12 {
    margin-top: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .google-map {
    height: 640px;
    width: 100%;
  }

  .min-vh-home {
    min-height: 80vh !important;
  }

  .mt-n12 {
    margin-top: -11rem !important;
  }
}

.bg-gradient-dark {
  background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
}

.avatar-group-xs .avatar+.avatar {
  margin-left:-2rem
}

.vcenter-item {
  display: flex;
  align-items: center;
}

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: rgba(13, 141, 16, .3);
}

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: rgba(196, 78, 71, .4);
}

.error-label {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ed4c78;
  order: 3 !important;
}

.red-border {
  border-color: #ed4c78 !important;
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: auto;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  outline: none;
  z-index: 10052;
  margin: 0;
}

.ui-timepicker-wrapper .ui-timepicker-list li {
  padding-right: 20px;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.footer-black {
  background: #232323;
  background: -moz-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #232323));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
  /* W3C */
  background-size: 550% 450%;
}

.footer-black a {
  color: #FFFFFF;
  opacity: .86;
}

.footer-black a:hover, .footer-black a:focus {
  opacity: 1;
}

.footer-black .footer-brand {
  color: #FFFFFF;
}

.footer-black .footer-brand:hover, .footer-black .footer-brand:focus {
  color: #FFFFFF;
}

.footer-black h5,
.footer-black h4,
.footer-black i,
.footer-black .copyright {
  color: #FFFFFF;
}

.footer-black hr {
  border-color: rgba(255, 255, 255, 0.2);
}