@charset "UTF-8";
:root {
  --myc-grey: #9e9e9e;
  --myc-dark: #323e48;
  --myc-gray-dark: #616161;
  --myc-gray-light: #d7d7d7;
  --myc-blue: #01bdc3;
  --myc-primary: #01bdc3;
  --myc-primary-focus: #d8f3f4;
  --myc-blue-light: #d8f3f4;
  --myc-pink: #fc3868;
  --text-color-rgb: 50, 62, 72;
  --scroll-color: #c1c1c1;
  --scroll-color-hover: #969696;
  --shadow-color: 0deg 0% 40%;
  --pale-blue: #CEF1F2;
  --pale-indigo: #B2B9E1;
  --pale-green: #B7DFB9;
  --pale-brown: #C9BBB6;
  --pale-purple: #D7A9DF;
  --pale-red: #FBB4AF;
  --pale-orange: #FFBCA7;
  --pale-yellow: #FFF7B1;
  --border-radius: 5px;
  --myc-transition: .2s ease-in-out;
  --myc-spacing: 1rem;
  --myc-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.ListPage {
  /* ======================================== */
  /* MOBILE MAP MODAL STYLES                  */
  /* ======================================== */
  /* ======================================== */
  /* RESPONSIVE ADJUSTMENTS                   */
  /* ======================================== */
  /* Landscape orientation */
  /* ======================================== */
  /* RESPONSIVE MAP VISIBILITY                */
  /* ======================================== */
  /* On mobile (≤ 768px) */
  /* On desktop (≥ 769px) */
  /* Ensure modal is on top of everything */
  /* ======================================== */
  /* LIST FOOTER                             */
  /* ======================================== */
}
.ListPage .splide #photo-slider-list {
  text-align: center;
}
.ListPage .office_not_bookable p {
  font-size: 14px;
  font-weight: 400;
}
.ListPage .preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.ListPage [data-loader=circle-side] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  animation: circle infinite 0.95s linear;
  border: 2px solid #41a62a;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ListPage #doctor-no-calendar-popup {
  min-height: 400px;
}
.ListPage .side-block__inner {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.ListPage .wrap {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}
.ListPage .wrap .side-block {
  padding-top: 0px;
  z-index: 10;
  float: left;
  transition: width 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .ListPage .wrap .side-block {
    width: 100% !important;
    float: none !important;
    padding-top: 0px;
  }
}
.ListPage .wrap .main-block {
  float: left;
  padding-right: 20px;
  transition: width 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .ListPage .wrap .main-block {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
  }
}
.ListPage .wrap .main-block-full {
  width: 100%;
}
.ListPage .wrap .two-thirds {
  width: 65%;
}
.ListPage .wrap .one-thirds {
  width: 35%;
}
.ListPage .wrap .small-format {
  overflow: hidden;
}
@media (max-width: 480px) {
  .ListPage .wrap {
    padding: 0 !important;
  }
}
.ListPage .overlay,
.ListPage .overlay.map-active .card-content {
  background: #999 !important;
  opacity: 0.6 !important;
}
.ListPage .overlay:hover,
.ListPage .overlay.map-active .card-content:hover {
  background: #999 !important;
  opacity: 0.6 !important;
}
.ListPage .card-content {
  padding: 10px;
}
.ListPage .card-title-full {
  padding: 20px;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: -10px;
  background: #001d3b;
  color: #fff;
}
.ListPage .cards-wrapper .card-content:hover,
.ListPage .cards-wrapper-three .card-content:hover {
  background: rgba(65, 166, 71, 0.07);
}
.ListPage .card {
  transition: box-shadow 0.2s ease-in-out;
}
.ListPage .card.with-bottom-action {
  padding-bottom: 60px !important;
}
.ListPage .card .bottom-action {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.ListPage .results-wrapper .card:hover.red-shadow {
  box-shadow: 0 4px 10px 0 rgba(166, 68, 65, 0.84), 0 3px 1px -2px rgba(166, 65, 65, 0.82), 0 1px 5px 0 rgba(166, 65, 65, 0.8);
}
.ListPage .card.map-active .card-content {
  background: rgba(65, 166, 71, 0.07);
}
.ListPage .presentation-container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .ListPage .presentation-container {
    display: block;
    text-align: center;
  }
}
.ListPage .presentation-link {
  display: block;
}
.ListPage .presentation-avatar {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  position: relative;
  align-self: center;
}
.ListPage .presentation-avatar img {
  width: 80px;
  height: 80px;
}
.ListPage .presentation-avatar .presentation-avatar-picto {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 991px) {
  .ListPage .presentation-avatar {
    align-self: normal;
    text-align: center;
    margin: 0 auto;
  }
}
.ListPage .convention-icon {
  font-size: 16px;
  line-height: 15px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.ListPage .convention-icon svg {
  max-height: 15px;
}
.ListPage .conventionne-oui {
  color: green;
}
.ListPage .conventionne-oui svg {
  color: green;
}
.ListPage .conventionne-en_partie {
  color: orange;
}
.ListPage .conventionne-en_partie svg {
  color: orange;
}
.ListPage .presentation-info {
  margin-bottom: 14px;
  margin-top: 10px;
}
.ListPage .presentation-info .pi-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ListPage .presentation-info .pi-name .pi-name-title {
  flex: 1;
  font-size: 18px;
}
.ListPage .presentation-info .pi-speciality .pi-name-title {
  color: #323e48;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
}
.ListPage .presentation-info svg {
  flex: 1;
  width: 20px;
}
.ListPage .presentation-schedule,
.ListPage .presentation-address,
.ListPage .presentation-phone,
.ListPage .presentation-distance,
.ListPage .presentation-first-av,
.ListPage .presentation-date {
  position: relative;
  padding-left: 40px;
  margin: 15px 0;
}
.ListPage .presentation-schedule h5,
.ListPage .presentation-address h5,
.ListPage .presentation-phone h5,
.ListPage .presentation-distance h5,
.ListPage .presentation-first-av h5,
.ListPage .presentation-date h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.ListPage .presentation-schedule img,
.ListPage .presentation-schedule svg,
.ListPage .presentation-address img,
.ListPage .presentation-address svg,
.ListPage .presentation-phone img,
.ListPage .presentation-phone svg,
.ListPage .presentation-distance img,
.ListPage .presentation-distance svg,
.ListPage .presentation-first-av img,
.ListPage .presentation-first-av svg,
.ListPage .presentation-date img,
.ListPage .presentation-date svg {
  width: 25px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ListPage .presentation-schedule svg,
.ListPage .presentation-address svg,
.ListPage .presentation-phone svg,
.ListPage .presentation-distance svg,
.ListPage .presentation-first-av svg,
.ListPage .presentation-date svg {
  --fa-primary-color: #f2545b;
  --fa-secondary-color: #dfe3eb;
  --fa-secondary-opacity: 1;
  font-size: 26px;
}
.ListPage .presentation-schedule .blue-pin svg,
.ListPage .presentation-address .blue-pin svg,
.ListPage .presentation-phone .blue-pin svg,
.ListPage .presentation-distance .blue-pin svg,
.ListPage .presentation-first-av .blue-pin svg,
.ListPage .presentation-date .blue-pin svg {
  --fa-secondary-color: #0077AD;
}
@media (max-width: 991px) {
  .ListPage .presentation-schedule,
  .ListPage .presentation-address,
  .ListPage .presentation-phone,
  .ListPage .presentation-distance,
  .ListPage .presentation-first-av,
  .ListPage .presentation-date {
    padding-left: 0px;
    text-align: center;
  }
  .ListPage .presentation-schedule img,
  .ListPage .presentation-schedule svg,
  .ListPage .presentation-address img,
  .ListPage .presentation-address svg,
  .ListPage .presentation-phone img,
  .ListPage .presentation-phone svg,
  .ListPage .presentation-distance img,
  .ListPage .presentation-distance svg,
  .ListPage .presentation-first-av img,
  .ListPage .presentation-first-av svg,
  .ListPage .presentation-date img,
  .ListPage .presentation-date svg {
    position: inherit;
    transform: none;
  }
}
@media (max-width: 480px) {
  .ListPage .presentation-schedule,
  .ListPage .presentation-address,
  .ListPage .presentation-phone,
  .ListPage .presentation-distance,
  .ListPage .presentation-first-av,
  .ListPage .presentation-date {
    margin: 5px 0;
  }
}
.ListPage .presentation-phone svg {
  --fa-primary-color: #323e48;
  --fa-secondary-color: #fff;
}
.ListPage .presentation-address svg {
  --fa-primary-color: #fff;
  --fa-secondary-color: #f2545b;
}
.ListPage .presentation-address.blue-pin svg {
  --fa-secondary-color: #0077AD;
}
@media (max-width: 991px) {
  .ListPage .presentation-phone .presentation-address-content,
  .ListPage .presentation-address .presentation-address-content {
    text-align: center;
  }
}
.ListPage .related-search-wrapper {
  background: #fff;
  padding: 20px 0;
}
.ListPage .related-search-wrapper .tab-container ul {
  display: flex;
  flex-wrap: wrap;
}
.ListPage .related-search-wrapper .tab-container ul li {
  width: 33%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ListPage .related-search-wrapper .tab-container ul li {
    width: 100%;
  }
}
.ListPage .hints-box .flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ListPage .hints-box .flex-item {
  background: #fff;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 20px;
}
.ListPage .hints-box .flex-item:first-child {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .ListPage .hints-box .flex-item:first-child {
    margin-right: 0px;
  }
}
.ListPage .hints-box .hints-box-button-wrapper {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .ListPage .hints-box .hints-box-button-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.ListPage .hints-box .hints-box-button-wrapper a {
  font-size: 18px;
}
@media (max-width: 480px) {
  .ListPage .hints-box .hints-box-button-wrapper a {
    font-size: 14px;
  }
}
.ListPage .hints-box .flex-header {
  display: flex;
  align-items: center;
}
.ListPage .hints-box .flex-header svg {
  font-size: 24px;
  margin-right: 12px;
  color: #01bdc3;
}
.ListPage .hints-box .flex-header h2 {
  margin: 0 !important;
  max-width: 500px;
}
@media (max-width: 480px) {
  .ListPage .hints-box .flex-header h2 {
    max-width: 300px;
  }
}
.ListPage .hints-box p {
  padding-left: 36px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .ListPage .hints-box .flex-container {
    flex-direction: column;
  }
  .ListPage .hints-box .flex-item {
    border-right: 0;
    padding: 15px 0;
  }
  .ListPage .hints-box .flex-item:first-child {
    margin-top: 0;
  }
  .ListPage .hints-box .flex-item:last-child {
    margin-bottom: 10px;
  }
  .ListPage .hints-box .flex-header svg {
    font-size: 14px;
    margin-left: 10px;
  }
}
.ListPage .fct-title {
  font-size: 18px;
  margin: 16px 0;
  font-weight: 600;
  display: block;
}
.ListPage .search-breadcrumb {
  padding: 0 15px;
  line-height: 26px;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .ListPage .search-breadcrumb {
    padding: 10px !important;
    line-height: 15px !important;
    padding-bottom: 10px !important;
    margin-top: 0;
  }
}
.ListPage .search-breadcrumb img {
  max-height: 26px;
  vertical-align: middle;
}
.ListPage .search-breadcrumb a.breadcrumb {
  color: #323e48;
  font-size: 13px;
}
.ListPage .search-breadcrumb a.breadcrumb:hover {
  color: #fc3868;
}
.ListPage .search-breadcrumb a.breadcrumb:before {
  vertical-align: middle;
  color: #516372;
}
@media (max-width: 480px) {
  .ListPage .search-breadcrumb a.breadcrumb {
    font-size: 10px !important;
  }
  .ListPage .search-breadcrumb a.breadcrumb:before {
    font-size: 10px !important;
    margin: 0 5px 0 4px !important;
  }
}
.ListPage .search-breadcrumb span.breadcrumb {
  color: #323e48;
  font-size: 13px;
}
.ListPage .search-breadcrumb span.breadcrumb:before {
  vertical-align: middle;
  color: #516372;
}
@media (max-width: 480px) {
  .ListPage .search-breadcrumb span.breadcrumb {
    font-size: 10px !important;
  }
  .ListPage .search-breadcrumb span.breadcrumb:before {
    font-size: 10px !important;
    margin: 0 5px 0 4px !important;
  }
}
.ListPage .search-proximity ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ListPage .search-proximity li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ListPage .search-proximity li:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .ListPage .search-proximity li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.ListPage .consultation-video-info svg {
  fill: #516372;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .ListPage .consultation-video,
  .ListPage .change-address-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .ListPage .presentation-first-av a {
    display: block;
  }
}
.ListPage .presentation-more {
  margin-top: 30px;
  text-align: center;
}
.ListPage .presentation-more a {
  text-align: center;
}
@media (max-width: 991px) {
  .ListPage .presentation-more {
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .ListPage .presentation-more {
    margin: 5px 0;
  }
}
.ListPage .calendar-container {
  position: relative;
  padding: 5px;
  min-height: 277px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ListPage .calendar-container .calendar {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.ListPage .calendar-container .no-appointment-overlay,
.ListPage .calendar-container .no-reason-overlay {
  opacity: 0.7;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #000;
  width: 99%;
  height: 99%;
  z-index: 9998;
  border-radius: 5px;
  display: none;
}
.ListPage .calendar-container .no-appointment-message,
.ListPage .calendar-container .no-reason-message {
  z-index: 9998;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  display: none;
  width: 80%;
  padding: 15px;
  text-align: center;
}
.ListPage .calendar-container .wall {
  z-index: 9997;
  background: #fff;
  width: 100%;
  height: 265px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
}
.ListPage .calendar-container .spinner {
  /*display: none;*/
  z-index: 9998;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.ListPage .calendar-container .end-spinner {
  /*display: none;*/
  margin: 0 auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ListPage .calendar-container .double-bounce1,
.ListPage .calendar-container .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ListPage .calendar-container .double-bounce1 {
  background: #41a62a;
}
.ListPage .calendar-container .double-bounce2 {
  background: #323e48;
}
.ListPage .calendar-container .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.ListPage .presentation-no-calendar .calendar-container {
  min-height: 112px;
}
.ListPage .pending-ap-card {
  border: 0;
}
.ListPage .pending-ap-card .card-title {
  padding: 10px;
  font-size: 18px;
  height: 48px;
  text-align: center;
  background: #01bdc3;
  color: #fff;
}
@media (max-width: 480px) {
  .ListPage .pending-ap-card .card-title {
    font-size: 16px;
  }
}
.ListPage .pending-ap-card hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #ddd;
}
.ListPage .pending-ap-card .card-footer,
.ListPage .pending-ap-card .card-content,
.ListPage .pending-ap-card .card-warning {
  padding: 10px;
}
@media (max-width: 480px) {
  .ListPage .pending-ap-card .card-footer {
    margin-bottom: 20px;
  }
}
.ListPage .pending-ap-card .card-footer img {
  width: 60px;
}
.ListPage .pending-ap-card .card-footer .name {
  font-size: 18px;
}
.ListPage .pending-ap-card .card-footer .speciality {
  font-size: 14px;
}
.ListPage .pending-ap-card .card-warning {
  background: #fc3868;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ListPage .pending-ap-card .card-warning p {
  max-width: 300px;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
.ListPage .login-signup-card {
  border: 0;
}
.ListPage .login-signup-card .login-signup-item {
  text-align: center;
  min-height: 50px;
}
.ListPage .login-signup-card .login-signup-item a {
  border-radius: 5px;
  display: block;
  line-height: 50px;
  cursor: pointer;
  background: white;
  color: #01bdc3;
  border: solid 1px #01bdc3;
}
.ListPage .login-signup-card .login-signup-item a:hover {
  background: #d8f3f4;
}
.ListPage .login-signup-card .login-signup-item.active {
  background: #22cccb;
}
.ListPage .login-signup-card .login-signup-item.active a {
  cursor: initial;
}
.ListPage .login-signup-card .login-signup-item.disabled {
  background: white;
  color: #01bdc3 !important;
}
.ListPage .login-signup-card .login-signup-item.disabled a {
  cursor: initial;
}
.ListPage .login-signup-card .login-signup-item:nth-child(1) {
  border-top-left-radius: 5px;
}
.ListPage .login-signup-card .login-signup-item:nth-child(2) {
  border-top-right-radius: 5px;
}
@media (max-width: 768px) {
  .ListPage .login-signup-card .login-signup-item {
    border-radius: 0 !important;
  }
  .ListPage .login-signup-card .login-signup-item a {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .ListPage .login-signup-card .login-signup-item {
    margin-top: 0px;
  }
}
.ListPage .login-signup-card .card-content {
  padding: 25px;
}
.ListPage .login-signup-card .row {
  margin-bottom: 0;
}
.ListPage .login-signup-card #MyLoginForm_LoginForm {
  margin-top: 0;
}
.ListPage .confirmation .card {
  max-width: 850px;
  margin: 0 auto;
  border: 0;
}
.ListPage .confirmation .card-content {
  background: #fff;
  border: 0;
}
.ListPage .confirmation .calendar-container .calendar,
.ListPage .confirmation .calendar-container .wall,
.ListPage .confirmation .calendar-container .spinner {
  display: none;
}
.ListPage .confirmation .calendar-container .wall {
  height: 300px;
}
.ListPage .confirmation .calendar {
  padding-top: 10px;
}
.ListPage .confirmation .calendar .fc-toolbar {
  max-width: 300px;
  margin: 0 auto;
}
.ListPage .confirmation .calendar .fc-toolbar .fc-center h2 {
  font-size: 16px;
}
.ListPage .confirmation .doctor-profile .doctor-profile-name p {
  color: #333;
}
.ListPage .confirmation .doctor-profile .doctor-profile-address p,
.ListPage .confirmation .doctor-profile .doctor-profile-contact p {
  color: #333;
  font-weight: 400;
}
.ListPage .confirmation .doctor-profile .doctor-profile-address span {
  color: #555;
}
.ListPage .confirmation .doctor-profile .divider {
  margin: 10px 0;
  border-top: 1px solid #9e9e9e;
}
.ListPage .confirmation .doctor-profile .doctor-profile-speciality-name p {
  font-weight: 500;
  color: #999;
  text-align: center;
}
.ListPage .confirmation .doctor-profile .doctor-profile-name p {
  font-weight: 400;
  text-align: center;
}
.ListPage .confirmation .doctor-profile .doctor-profile-address-and-phone {
  padding: 10px;
}
.ListPage .confirmation .doctor-profile .doctor-profile-picture {
  padding-top: 10px;
}
.ListPage .confirmation .doctor-profile .doctor-profile-picture img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .ListPage .confirmation .doctor-profile {
    margin-bottom: 30px;
  }
  .ListPage .confirmation .doctor-profile .doctor-profile-picture {
    text-align: center;
    padding-top: 20px;
  }
  .ListPage .confirmation .doctor-profile .doctor-profile-address,
  .ListPage .confirmation .doctor-profile .doctor-profile-contact {
    text-align: center;
  }
}
.ListPage .search-header-full {
  display: block;
  z-index: 999;
}
@media (min-width: 768px) {
  .ListPage .search-header-full {
    position: sticky;
    top: 56px;
    left: 0;
    right: 0;
  }
}
.ListPage .search-header-full [hidden] {
  display: none !important;
}
@media (min-width: 768px) {
  .ListPage .search-header-full [hidden] {
    display: block !important;
  }
}
.ListPage .search-header {
  background: #323e48 !important;
  width: 100%;
  transition: transform 0.3s ease;
}
.ListPage .search-header .searchbar-wrapper {
  max-width: 1380px;
  margin: 0 auto;
}
.ListPage .search-header .searchbar-wrapper form {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .ListPage .search-header .searchbar-wrapper form {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .ListPage .search-header .searchbar-wrapper {
    position: sticky;
    top: 3.7rem;
    left: 0;
    right: 0;
    padding: 0 1rem;
  }
}
.ListPage .search-header--patient .searchbar-query,
.ListPage .search-header--patient .searchbar-input,
.ListPage .search-header--patient .searchbar-place,
.ListPage .search-header--patient .searchbar-submit-button, .ListPage .search-header--default .searchbar-query,
.ListPage .search-header--default .searchbar-input,
.ListPage .search-header--default .searchbar-place,
.ListPage .search-header--default .searchbar-submit-button {
  height: 3rem;
}
.ListPage .search-header--patient .searchbar-submit-button, .ListPage .search-header--default .searchbar-submit-button {
  border: 1px solid #fc3868 !important;
}
.ListPage .search-header--patient .searchbar-place-input-wrapper .searchbar-input-icon, .ListPage .search-header--default .searchbar-place-input-wrapper .searchbar-input-icon {
  top: 12px;
}
.ListPage .search-header--default {
  background: #323e48 !important;
}
.ListPage .search-header--patient {
  background: #404b54 !important;
}
.ListPage #new-search-wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 5000;
  text-align: center;
}
.ListPage #new-search-wrapper a {
  min-width: 50vw;
  max-width: 240px;
}
.ListPage .mobile-filter-trigger {
  display: none;
}
.ListPage .mobile-filter-trigger a {
  display: block;
}
@media (max-width: 1024px) {
  .ListPage .mobile-filter-trigger {
    display: block;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 8px 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #aaa;
  }
}
.ListPage .search-filters {
  position: sticky;
  top: 8.75rem;
  z-index: 1001 !important;
  background: #fff;
  height: 3.5rem;
  transition: top 0.3s ease;
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) and (max-width: 1023.99px) {
  .ListPage .search-filters {
    top: 9rem !important;
  }
}
@media (max-width: 1024px) {
  .ListPage .search-filters {
    position: sticky;
    top: 4rem;
    display: block !important;
    height: auto !important;
    padding: 0.5rem;
  }
}
.ListPage .search-filters i,
.ListPage .search-filters svg {
  color: #323e48;
  margin-right: 0.625rem;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .ListPage .search-filters i,
  .ListPage .search-filters svg {
    margin-right: 0;
  }
}
.ListPage .search-filters .search-filters-legend {
  font-variant: small-caps;
  color: #666;
  float: left;
  padding-left: 20px;
}
.ListPage .search-filters .search-filters-item {
  float: left;
  padding-left: 20px;
}
.ListPage .myc-filters {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 0 0.7rem;
}
@media (max-width: 1024px) {
  .ListPage .myc-filters {
    justify-content: center;
  }
}
.ListPage .myc-filters dialog {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}
.ListPage .myc-filters dialog section {
  flex: 1 1 auto;
  overflow-y: auto;
}
.ListPage .myc-filters dialog .modal-footer {
  position: sticky;
  bottom: 0;
  background-color: white;
  padding: 1rem 0.5rem 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.ListPage .myc-filters .myc-filters-list--modal {
  flex-direction: column;
  gap: 0.5rem;
}
.ListPage .myc-filters .myc-filters-item {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 5px;
}
.ListPage .myc-filters .myc-filters-item svg path {
  color: #323e48;
}
.ListPage .myc-filters .myc-filters-item:first-child {
  padding: 0 5px;
}
.ListPage .myc-filters .myc-filters-item:last-child:after {
  border-right: 0 !important;
  padding-right: 0;
}
.ListPage .myc-filters .myc-filters-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ListPage .myc-filters .myc-filters-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  .ListPage .myc-filters .myc-filters-list {
    margin: 0 0.6rem;
  }
}
.ListPage .myc-filters .myc-filters-list .myc-filters-list-item {
  font-weight: 400;
  color: #323e48;
  padding: 0.45rem 0.95rem;
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  background-color: white;
}
.ListPage .myc-filters .myc-filters-list .myc-filters-list-item:hover {
  background: #eeeeee;
  color: #323e48;
}
.ListPage .myc-filters .myc-filters-list .myc-filters-list-item.active {
  background-color: #d8f3f4;
}
.ListPage .myc-filters .myc-filters-list--modal {
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 0.5rem;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item:first-child {
  padding: 0 5px;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item:last-child {
  border-bottom: 0;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item h5 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item .filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item .filter-options li {
  display: flex;
  gap: 0.5rem;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item .filter-options li input[type=checkbox],
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item .filter-options li input[type=radio] {
  margin: 0;
}
.ListPage .myc-filters .myc-filters-list--modal .myc-filters-item .filter-options li label {
  cursor: pointer;
  font-size: 0.875rem;
}
.ListPage .myc-filters .select-wrapper input {
  border: 0 !important;
  max-height: 30px;
  margin: 0;
}
.ListPage .myc-filters .dropdown-trigger {
  color: #323e48;
}
.ListPage .myc-filters .myc-more-filters,
.ListPage .myc-filters .myc-map {
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.438rem 0.95rem;
  color: #323e48;
  border: 1px solid #eeeeee;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.ListPage .myc-filters .myc-more-filters.active,
.ListPage .myc-filters .myc-map.active {
  background-color: #d8f3f4;
}
.ListPage .myc-filters .myc-more-filters i,
.ListPage .myc-filters .myc-more-filters svg,
.ListPage .myc-filters .myc-map i,
.ListPage .myc-filters .myc-map svg {
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .ListPage .myc-filters .myc-more-filters,
  .ListPage .myc-filters .myc-map {
    padding: 0.5rem 0.6rem;
    border-radius: 0.8rem;
    align-items: center;
  }
  .ListPage .myc-filters .myc-more-filters i,
  .ListPage .myc-filters .myc-more-filters svg,
  .ListPage .myc-filters .myc-map i,
  .ListPage .myc-filters .myc-map svg {
    margin-right: 0;
  }
  .ListPage .myc-filters .myc-more-filters .myc-filters-item::after,
  .ListPage .myc-filters .myc-map .myc-filters-item::after {
    border: 0 !important;
    height: auto !important;
  }
  .ListPage .myc-filters .myc-more-filters .filter-text,
  .ListPage .myc-filters .myc-map .filter-text {
    display: none;
  }
}
.ListPage .myc-filters .myc-more-filters .fa-sliders,
.ListPage .myc-filters .myc-map .fa-sliders {
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .ListPage .myc-filters .myc-more-filters .fa-sliders,
  .ListPage .myc-filters .myc-map .fa-sliders {
    margin-right: 0;
  }
}
.ListPage .myc-filters .myc-more-filters:hover,
.ListPage .myc-filters .myc-map:hover {
  background: #eeeeee;
  color: #323e48;
}
.ListPage .myc-filters .update-link {
  color: #fc3868;
  font-size: 14px;
  line-height: 25px;
  margin-top: -3px;
}
@media (max-width: 480px) {
  .ListPage .myc-filters .update-link {
    font-size: 12px;
  }
}
@media (max-width: 1199.99px) {
  .ListPage .myc-more-filters:after {
    content: "";
    border-right: 1px solid #eeeeee;
    height: 40px;
    position: absolute;
    right: -0.2rem;
  }
}
@media (max-width: 1199.99px) {
  .ListPage .myc-map:before {
    content: "";
    border-right: 1px solid #eeeeee;
    height: 40px;
    position: absolute;
    left: -0.2rem;
  }
}
.ListPage .mobile-map-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999 !important;
  display: none;
  /* Hide completely on desktop */
}
@media (min-width: 769px) {
  .ListPage .mobile-map-modal {
    display: none !important;
  }
}
.ListPage .mobile-map-modal .mobile-map-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.ListPage .mobile-map-modal .mobile-map-modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 104px);
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--border-radius, 1em) var(--border-radius, 1em) 0 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.ListPage .mobile-map-modal .mobile-map-modal-content.open {
  transform: translateY(0);
}
.ListPage .mobile-map-modal .mobile-map-modal-header {
  padding: 0.5rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 5;
}
.ListPage .mobile-map-modal .mobile-map-modal-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #323e48;
  display: flex;
  align-items: center;
}
.ListPage .mobile-map-modal .mobile-map-modal-header h4 svg,
.ListPage .mobile-map-modal .mobile-map-modal-header h4 i {
  margin-right: 5%;
  color: #323e48;
}
.ListPage .mobile-map-modal .mobile-map-modal-header .close-mobile-map-modal {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
}
.ListPage .mobile-map-modal .mobile-map-modal-header .close-mobile-map-modal svg {
  width: 24px;
  height: 24px;
  fill: #516372;
}
.ListPage .mobile-map-modal .mobile-map-modal-body {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.ListPage .mobile-map-modal .mobile-map-modal-body #mobile-listing-map {
  height: 100%;
  width: 100%;
  min-height: 300px;
  /* Remove blurry effect for modal map */
  background-image: none !important;
}
@media (max-width: 768px) and (orientation: landscape) {
  .ListPage .mobile-map-modal .mobile-map-modal-content {
    top: 56px;
    height: calc(100% - 56px);
  }
}
@media (max-width: 768px) {
  .ListPage {
    /* Hide main map wrapper on mobile */
    /* Show map button on mobile */
    /* Hide HTML5 dialog map modal on mobile */
  }
  .ListPage .ListPage .results-wrapper .map-wrapper {
    display: none !important;
  }
  .ListPage .myc-filters .mobile-only .myc-map {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
  }
  .ListPage .myc-filters .mobile-only .myc-map:hover {
    background: #eeeeee;
    color: #323e48;
  }
  .ListPage .myc-filters .mobile-only .myc-map svg,
  .ListPage .myc-filters .mobile-only .myc-map i {
    margin-right: 0;
    font-size: 1.2rem;
  }
  .ListPage .myc-filters .mobile-only .myc-map span {
    display: none;
  }
  .ListPage #mapModal {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .ListPage {
    /* Show main map wrapper on desktop */
    /* Hide map button on desktop */
    /* Hide mobile modal completely on desktop */
    /* Hide HTML5 dialog map modal on desktop too */
  }
  .ListPage .ListPage .results-wrapper .map-wrapper {
    display: block !important;
  }
  .ListPage .myc-filters .mobile-only .myc-map {
    display: none !important;
  }
  .ListPage .mobile-map-modal {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .ListPage #mapModal {
    display: none !important;
  }
}
.ListPage .mobile-map-modal {
  z-index: 99999 !important;
}
.ListPage .mobile-map-modal-overlay {
  z-index: 99998 !important;
}
.ListPage .mobile-map-modal-content {
  z-index: 99999 !important;
}
.ListPage .list-footer-wrapper {
  max-width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
  clear: both;
}
.ListPage .list-footer-wrapper .btn-small-padding,
.ListPage .results-header .btn-small-padding {
  padding: 0px 6px;
  min-height: 30px;
  line-height: 30px;
}
.ListPage .list-footer-wrapper .btn-white,
.ListPage .results-header .btn-white {
  border: 1px solid #dfe3eb;
}
.ListPage .faq-items {
  max-width: 850px;
}
.ListPage .search-related-speciality-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ListPage .search-related-speciality-list .search-related-speciality {
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.ListPage .search-related-speciality-list .search-related-speciality a {
  display: block;
  transition: background 0.2s ease-in-out;
}
.ListPage .search-related-speciality-list .search-related-speciality a:hover {
  background: #26a69a;
}
.ListPage .search-related-speciality-list .search-related-speciality img {
  max-width: 80px;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
}
.ListPage .search-related-speciality-list .search-related-speciality h3 {
  font-size: 12px;
  margin-top: 0;
}
.ListPage .search-related-speciality-list .search-related-speciality .search-related-speciality-content {
  padding: 10px;
  padding-top: 0;
}
.ListPage .search-summary {
  font-size: 1.2em;
}
.ListPage .search-summary h2 strong {
  color: #ff5b7b;
}
.ListPage .results-wrapper {
  width: 1400px;
  max-width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ListPage .results-wrapper .horizontal-hr {
  width: 100%;
  border-top: 1px solid #fff;
  margin: 5px 0;
}
.ListPage .results-wrapper.with-results {
  min-height: 100vh;
}
.ListPage .results-wrapper .first-av {
  text-align: center;
  margin-bottom: 10px;
}
.ListPage .results-wrapper .first-av h4,
.ListPage .results-wrapper .first-av a {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .ListPage .results-wrapper .first-av h4 {
    margin-bottom: 5px;
  }
}
.ListPage .results-wrapper .results-header {
  padding-left: 15px;
  padding-right: 15px;
}
.ListPage .results-wrapper .results-header h1,
.ListPage .results-wrapper .results-header h2 {
  font-weight: 500;
  margin-bottom: 16px;
}
.ListPage .results-wrapper .results-header h1 {
  margin-top: 12px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .ListPage .results-wrapper .results-header h1 {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    margin: 0;
  }
}
.ListPage .results-wrapper .results-header h2 {
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 480px) {
  .ListPage .results-wrapper .results-header h2 {
    font-size: 12px;
  }
}
.ListPage .results-wrapper .cards-wrapper h1,
.ListPage .results-wrapper .cards-wrapper-three h1 {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}
.ListPage .results-wrapper .cards-wrapper-three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ListPage .results-wrapper .cards-wrapper-three .doc-card,
.ListPage .results-wrapper .cards-wrapper-three .office-card {
  width: calc(33% - 10px);
  padding: 10px;
}
@media (max-width: 600px) {
  .ListPage .results-wrapper .cards-wrapper-three {
    flex-direction: column;
  }
  .ListPage .results-wrapper .cards-wrapper-three .doc-card,
  .ListPage .results-wrapper .cards-wrapper-three .office-card {
    width: 100%;
  }
}
.ListPage .results-wrapper .office-card .card-content {
  min-height: 310px;
}
.ListPage .results-wrapper .cards-wrapper {
  float: left;
  width: 65%;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .ListPage .results-wrapper .cards-wrapper {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  .ListPage .results-wrapper .cards-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  .ListPage .results-wrapper .cards-wrapper h1 {
    font-size: 16px;
  }
}
.ListPage .results-wrapper .cards-wrapper .doc-card {
  min-height: 237px;
}
.ListPage .results-wrapper .cards-wrapper .doc-card.doc-card-calendar {
  min-height: 353px;
}
@media (max-width: 1024px) {
  .ListPage .results-wrapper .cards-wrapper .doc-card {
    min-height: 434px;
  }
}
.ListPage .results-wrapper .cards-wrapper .office-card {
  min-height: 237px;
}
@media (max-width: 1024px) {
  .ListPage .results-wrapper .cards-wrapper .office-card {
    min-height: 434px;
  }
}
.ListPage .results-wrapper .cards-wrapper .horizontal-divider,
.ListPage .results-wrapper .cards-wrapper-three .horizontal-divider {
  width: 100%;
  border-bottom: 1px solid #aaa;
}
.ListPage .results-wrapper .map-wrapper {
  overflow: hidden;
  width: 35%;
  position: sticky;
  right: 0;
  top: var(--map-top, 238px);
  min-height: 520px;
}
@media (max-width: 1280px) {
  .ListPage .results-wrapper .map-wrapper {
    width: 25% !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ListPage .results-wrapper .map-wrapper {
    top: 262px;
  }
}
@media (max-width: 768px) {
  .ListPage .results-wrapper .map-wrapper {
    display: none;
  }
}
.ListPage .results-wrapper .map-wrapper #listing-map {
  min-height: 520px;
  border-radius: 5px;
}
.ListPage .results-wrapper #listing-map.listing-map-standalone {
  min-height: 520px;
  margin-bottom: 20px;
}
.ListPage .results-wrapper.remote-view {
  margin-left: auto;
  margin-right: auto;
}
.ListPage .results-wrapper.remote-view .cards-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.ListPage .results-wrapper.remote-view .map-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .ListPage .light-pin,
  .ListPage .dark-pin,
  .ListPage .seeker-pin {
    display: none;
  }
}
.ListPage .marker-info {
  min-width: 180px;
  text-align: center;
}
.ListPage .marker-info.marker-info-left {
  text-align: left;
}
.ListPage .marker-info.marker-info-left .marker-info-thumb img {
  max-height: 52px;
  width: auto;
  border-radius: 0;
}
.ListPage .marker-info img {
  width: 120px;
  border-radius: 50%;
}
.ListPage .marker-info h4 {
  margin-top: 10px;
}
.ListPage .marker-info h5 {
  margin-top: 5px;
}
.ListPage .marker-info .btn-small {
  box-shadow: none;
}
.ListPage .pin-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.ListPage .booking-step {
  position: relative;
}
.ListPage .booking-step-container {
  padding-left: 14px;
  padding-right: 14px;
}
.ListPage .booking-step-progress {
  position: absolute;
  left: -1px;
  top: 25px;
  height: 0;
  border-left: 2px solid #41a62a;
}
.ListPage .booking-step-progress.booking-step-progress-completed {
  transition: all 0.2s ease-out;
  height: calc(100% + 15px);
}
.ListPage .booking-step-number {
  position: absolute;
  width: 28px;
  height: 28px;
  left: -12px;
  top: -3px;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
  border-radius: 50%;
  background-color: #323e48;
  color: #fff;
  transition: background-color 0.3s linear;
}
.ListPage .booking-step-number.booking-step-number-completed {
  background-color: #41a62a;
}
.ListPage .booking-step-number i {
  font-size: 25px;
  line-height: 28px;
}
.ListPage .booking-hr {
  position: relative;
  height: 1px;
  border: 0;
  background-color: rgba(67, 95, 113, 0.2);
  margin: 20px auto;
}
.ListPage .booking-section-title {
  margin-bottom: 10px;
}
.ListPage .booking-section-title span {
  font-size: 20px;
  font-weight: 500;
  color: #323e48;
  margin-bottom: 10px;
}
.ListPage .booking-section-content .select-wrapper {
  max-width: 480px;
  margin: 0 auto;
}
.ListPage .booking-sub-section {
  margin-bottom: 10px;
}
.ListPage .booking-sub-section-title {
  margin-bottom: 2px;
}
.ListPage .booking-sub-section-title span {
  font-size: 16px;
  font-weight: 500;
}
.ListPage .booking-sub-section-content span {
  font-size: 14px;
}
.ListPage #are-you-modal .round {
  cursor: pointer;
  height: 50px;
  width: 100px;
  border-radius: 5px;
  border: 2px solid #01bdc3;
  color: #01bdc3;
  line-height: 50px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.ListPage #are-you-modal .round:hover, .ListPage #are-you-modal .round.active {
  background: #01bdc3;
  color: #fff;
}
.ListPage #are-you-modal .options ul {
  margin: 10px 0 !important;
}
.ListPage #are-you-modal .options li {
  margin: 15px 0 !important;
}
.ListPage #are-you-modal .options a {
  font-weight: 400;
  width: 350px;
}

.ListPage .office-card[data-blue-pin="1"]:not([data-olivier-pin="1"]) .presentation-address > span svg,
.ListPage .office-card[data-blue-pin="1"]:not([data-olivier-pin="1"]) .presentation-address > svg {
  opacity: 0 !important;
}
.ListPage .office-card[data-blue-pin="1"]:not([data-olivier-pin="1"]) .presentation-address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../images/pins/blue-pin.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}

.ListPage .office-card[data-olivier-pin="1"] .presentation-address > span svg,
.ListPage .office-card[data-olivier-pin="1"] .presentation-address > svg {
  opacity: 0 !important;
}
.ListPage .office-card[data-olivier-pin="1"] .presentation-address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../images/pins/pin-oli-blue.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}

.ListPage .office-card[data-olivier-pin="1"][data-office-type=laboratoire] .presentation-address::before {
  background-image: url("../images/pins/pin-oli-red.svg");
}

@media (max-width: 991px) {
  .ListPage .office-card[data-blue-pin="1"]:not([data-olivier-pin="1"]) .presentation-address::before,
  .ListPage .office-card[data-olivier-pin="1"] .presentation-address::before {
    position: inherit;
    transform: none;
    left: auto;
    top: auto;
    margin: 0 auto 10px;
    display: block;
  }
}
.ListPage .specialist-view .presentation-address-content p, .ListPage .specialist-view .presentation-schedule-content p,
.ListPage .office-view .presentation-address-content p,
.ListPage .office-view .presentation-schedule-content p,
.ListPage .office-card .presentation-address-content p,
.ListPage .office-card .presentation-schedule-content p {
  font-size: 16px;
  line-height: 1.35;
}
.ListPage .specialist-view table.striped,
.ListPage .office-view table.striped,
.ListPage .office-card table.striped {
  width: 100%;
  line-height: 1rem;
  margin-bottom: 10px;
  table-layout: fixed;
}
.ListPage .specialist-view .name-office-card,
.ListPage .office-view .name-office-card,
.ListPage .office-card .name-office-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .ListPage .specialist-view .name-office-card,
  .ListPage .office-view .name-office-card,
  .ListPage .office-card .name-office-card {
    flex-direction: column-reverse;
  }
  .ListPage .specialist-view .name-office-card .flex-item.text-right.ml-20,
  .ListPage .office-view .name-office-card .flex-item.text-right.ml-20,
  .ListPage .office-card .name-office-card .flex-item.text-right.ml-20 {
    margin-left: 0 !important;
    margin-bottom: 20px;
    min-height: 20px;
    min-width: 140px;
    align-self: end;
  }
}
.ListPage .specialist-view .name-office-card--olivier .client-logo,
.ListPage .office-view .name-office-card--olivier .client-logo,
.ListPage .office-card .name-office-card--olivier .client-logo {
  max-width: 200px;
}
@media (min-width: 769px) {
  .ListPage .specialist-view .name-office-card--olivier,
  .ListPage .office-view .name-office-card--olivier,
  .ListPage .office-card .name-office-card--olivier {
    position: relative;
    align-items: flex-start;
    padding-right: 165px;
    min-height: 0;
  }
  .ListPage .specialist-view .name-office-card--olivier > .flex-item.text-right.ml-20,
  .ListPage .office-view .name-office-card--olivier > .flex-item.text-right.ml-20,
  .ListPage .office-card .name-office-card--olivier > .flex-item.text-right.ml-20 {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}
.ListPage .specialist-view .no-reason-message p,
.ListPage .office-view .no-reason-message p,
.ListPage .office-card .no-reason-message p {
  color: #fff;
}
.ListPage .specialist-view p,
.ListPage .office-view p,
.ListPage .office-card p {
  font-size: 14px;
  color: #323e48;
}
.ListPage .specialist-view .underliner,
.ListPage .office-view .underliner,
.ListPage .office-card .underliner {
  border-top: 1px solid #323e48;
  margin-bottom: 5px;
}
.ListPage .specialist-view .underliner-fat,
.ListPage .office-view .underliner-fat,
.ListPage .office-card .underliner-fat {
  border-top: 2px solid #01bdc3;
}
.ListPage .specialist-view .calendar-card,
.ListPage .specialist-view .no-agenda-card,
.ListPage .specialist-view .access-code-card,
.ListPage .office-view .calendar-card,
.ListPage .office-view .no-agenda-card,
.ListPage .office-view .access-code-card,
.ListPage .office-card .calendar-card,
.ListPage .office-card .no-agenda-card,
.ListPage .office-card .access-code-card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ListPage .specialist-view .calendar-card .wall,
.ListPage .office-view .calendar-card .wall,
.ListPage .office-card .calendar-card .wall {
  height: 300px;
}
.ListPage .specialist-view .fc-toolbar.fc-header-toolbar,
.ListPage .office-view .fc-toolbar.fc-header-toolbar,
.ListPage .office-card .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}
.ListPage .specialist-view .no-agenda-card img,
.ListPage .office-view .no-agenda-card img,
.ListPage .office-card .no-agenda-card img {
  max-width: 50%;
  text-align: center;
}
.ListPage .specialist-view .calendar-card .card-title,
.ListPage .specialist-view .access-code-card .card-title,
.ListPage .specialist-view .no-agenda-card .card-title,
.ListPage .office-view .calendar-card .card-title,
.ListPage .office-view .access-code-card .card-title,
.ListPage .office-view .no-agenda-card .card-title,
.ListPage .office-card .calendar-card .card-title,
.ListPage .office-card .access-code-card .card-title,
.ListPage .office-card .no-agenda-card .card-title {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background: #323e48;
  color: #fff;
  height: 65px;
  line-height: 42px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 4px 10px 0 rgba(67, 95, 113, 0.4);
}
@media (max-width: 480px) {
  .ListPage .specialist-view .calendar-card .card-title,
  .ListPage .specialist-view .access-code-card .card-title,
  .ListPage .specialist-view .no-agenda-card .card-title,
  .ListPage .office-view .calendar-card .card-title,
  .ListPage .office-view .access-code-card .card-title,
  .ListPage .office-view .no-agenda-card .card-title,
  .ListPage .office-card .calendar-card .card-title,
  .ListPage .office-card .access-code-card .card-title,
  .ListPage .office-card .no-agenda-card .card-title {
    font-size: 16px;
  }
}
.ListPage .specialist-view .no-agenda-card .card-title,
.ListPage .office-view .no-agenda-card .card-title,
.ListPage .office-card .no-agenda-card .card-title {
  background: #01bdc3;
}
.ListPage .specialist-view .no-agenda-card .main-message,
.ListPage .office-view .no-agenda-card .main-message,
.ListPage .office-card .no-agenda-card .main-message {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  max-width: 300px;
  margin: 10px auto;
}
.ListPage .specialist-view .card-title span,
.ListPage .office-view .card-title span,
.ListPage .office-card .card-title span {
  vertical-align: middle;
  display: inline-block;
}
.ListPage .specialist-view .calendar-card .remote-check,
.ListPage .office-view .calendar-card .remote-check,
.ListPage .office-card .calendar-card .remote-check {
  padding-left: 20px;
  padding-top: 15px;
}
.ListPage .specialist-view .calendar-card .card-select,
.ListPage .office-view .calendar-card .card-select,
.ListPage .office-card .calendar-card .card-select {
  padding: 20px;
  padding-bottom: 5px;
}
.ListPage .specialist-view .calendar-card .card-select li:hover span,
.ListPage .office-view .calendar-card .card-select li:hover span,
.ListPage .office-card .calendar-card .card-select li:hover span {
  color: #01bdc3 !important;
}
.ListPage .specialist-view .calendar-card .card-select label,
.ListPage .office-view .calendar-card .card-select label,
.ListPage .office-card .calendar-card .card-select label {
  color: #323e48;
  font-weight: 500;
  font-size: 16px;
  top: -20px;
  left: 0px;
  width: 400px;
  max-width: 400px;
}
.ListPage .specialist-view .calendar-card .card-select .my-select2-container,
.ListPage .office-view .calendar-card .card-select .my-select2-container,
.ListPage .office-card .calendar-card .card-select .my-select2-container {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 5px;
}
.ListPage .specialist-view .calendar-card .card-select .select2-container,
.ListPage .office-view .calendar-card .card-select .select2-container,
.ListPage .office-card .calendar-card .card-select .select2-container {
  margin-top: 10px;
}
.ListPage .specialist-view .calendar-card .card-select .select2-container--default .select2-selection--single,
.ListPage .office-view .calendar-card .card-select .select2-container--default .select2-selection--single,
.ListPage .office-card .calendar-card .card-select .select2-container--default .select2-selection--single {
  padding: 5px;
  height: 40px;
}
.ListPage .specialist-view .calendar-card .card-select .select2-selection__arrow,
.ListPage .office-view .calendar-card .card-select .select2-selection__arrow,
.ListPage .office-card .calendar-card .card-select .select2-selection__arrow {
  height: 40px;
}
.ListPage .specialist-view .calendar-card .card-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.ListPage .office-view .calendar-card .card-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.ListPage .office-card .calendar-card .card-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8a8a8a;
}
.ListPage .specialist-view .access-code-card .card-content,
.ListPage .office-view .access-code-card .card-content,
.ListPage .office-card .access-code-card .card-content {
  padding: 5px;
  background: #ffffff;
}
.ListPage .specialist-view .calendar,
.ListPage .office-view .calendar,
.ListPage .office-card .calendar {
  padding-top: 10px;
}
.ListPage .specialist-view .calendar .fc-toolbar,
.ListPage .office-view .calendar .fc-toolbar,
.ListPage .office-card .calendar .fc-toolbar {
  max-width: 400px;
  margin: 0 auto;
}
.ListPage .specialist-view .calendar .fc-toolbar .fc-center h2,
.ListPage .office-view .calendar .fc-toolbar .fc-center h2,
.ListPage .office-card .calendar .fc-toolbar .fc-center h2 {
  font-size: 20px;
}
.ListPage .specialist-view .card-select,
.ListPage .office-view .card-select,
.ListPage .office-card .card-select {
  text-align: left;
  padding-bottom: 5px;
  padding-top: 10px;
}
.ListPage .specialist-view .card-select .select-wrapper,
.ListPage .office-view .card-select .select-wrapper,
.ListPage .office-card .card-select .select-wrapper {
  max-width: 360px;
  margin-left: 25px;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .ListPage .specialist-view .card-select .select-wrapper,
  .ListPage .office-view .card-select .select-wrapper,
  .ListPage .office-card .card-select .select-wrapper {
    margin-right: 25px;
  }
}
.ListPage .specialist-view .card-select .select-wrapper input,
.ListPage .office-view .card-select .select-wrapper input,
.ListPage .office-card .card-select .select-wrapper input {
  padding-left: 8px;
  box-sizing: border-box;
}
.ListPage .specialist-view .card-select .flex-item:last-child,
.ListPage .office-view .card-select .flex-item:last-child,
.ListPage .office-card .card-select .flex-item:last-child {
  text-align: right;
}
@media (max-width: 480px) {
  .ListPage .specialist-view .card-select .flex-container,
  .ListPage .office-view .card-select .flex-container,
  .ListPage .office-card .card-select .flex-container {
    flex-direction: row;
  }
  .ListPage .specialist-view .card-select .flex-container .flex-item,
  .ListPage .office-view .card-select .flex-container .flex-item,
  .ListPage .office-card .card-select .flex-container .flex-item {
    width: 100px;
  }
  .ListPage .specialist-view .card-select label,
  .ListPage .office-view .card-select label,
  .ListPage .office-card .card-select label {
    font-size: 14px !important;
    width: 300px;
    max-width: 300px;
  }
}
.ListPage .specialist-view #specialist-nav,
.ListPage .specialist-view #office-nav,
.ListPage .office-view #specialist-nav,
.ListPage .office-view #office-nav,
.ListPage .office-card #specialist-nav,
.ListPage .office-card #office-nav {
  background-color: #01bdc3;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  height: 65px;
  line-height: 65px;
}
.ListPage .specialist-view #specialist-nav .nav-wrapper,
.ListPage .specialist-view #office-nav .nav-wrapper,
.ListPage .office-view #specialist-nav .nav-wrapper,
.ListPage .office-view #office-nav .nav-wrapper,
.ListPage .office-card #specialist-nav .nav-wrapper,
.ListPage .office-card #office-nav .nav-wrapper {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ListPage .specialist-view #specialist-nav h1,
.ListPage .specialist-view #office-nav h1,
.ListPage .office-view #specialist-nav h1,
.ListPage .office-view #office-nav h1,
.ListPage .office-card #specialist-nav h1,
.ListPage .office-card #office-nav h1 {
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .ListPage .specialist-view #specialist-nav h1,
  .ListPage .specialist-view #office-nav h1,
  .ListPage .office-view #specialist-nav h1,
  .ListPage .office-view #office-nav h1,
  .ListPage .office-card #specialist-nav h1,
  .ListPage .office-card #office-nav h1 {
    font-size: 18px;
  }
}
.ListPage .specialist-view .nav-wrapper,
.ListPage .office-view .nav-wrapper,
.ListPage .office-card .nav-wrapper {
  box-shadow: 0 4px 10px 0 rgba(67, 95, 113, 0.4);
  border-radius: 5px;
}
.ListPage .specialist-view .nav-wrapper span,
.ListPage .office-view .nav-wrapper span,
.ListPage .office-card .nav-wrapper span {
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
  color: #fff;
}
.ListPage .specialist-view #specialist-nav a,
.ListPage .specialist-view #office-nav a,
.ListPage .office-view #specialist-nav a,
.ListPage .office-view #office-nav a,
.ListPage .office-card #specialist-nav a,
.ListPage .office-card #office-nav a {
  color: #fff;
}
@media (max-width: 350px) {
  .ListPage .specialist-view #specialist-nav a,
  .ListPage .specialist-view #office-nav a,
  .ListPage .office-view #specialist-nav a,
  .ListPage .office-view #office-nav a,
  .ListPage .office-card #specialist-nav a,
  .ListPage .office-card #office-nav a {
    padding: 0 10px !important;
  }
}
.ListPage .specialist-view #specialist-nav a.active,
.ListPage .specialist-view #office-nav a.active,
.ListPage .office-view #specialist-nav a.active,
.ListPage .office-view #office-nav a.active,
.ListPage .office-card #specialist-nav a.active,
.ListPage .office-card #office-nav a.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.ListPage .specialist-view .specialist-wrapper,
.ListPage .specialist-view .office-wrapper,
.ListPage .office-view .specialist-wrapper,
.ListPage .office-view .office-wrapper,
.ListPage .office-card .specialist-wrapper,
.ListPage .office-card .office-wrapper {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 15px;
  border: 1px solid #e1e8ed;
}
@media (max-width: 480px) {
  .ListPage .specialist-view .specialist-wrapper,
  .ListPage .specialist-view .office-wrapper,
  .ListPage .office-view .specialist-wrapper,
  .ListPage .office-view .office-wrapper,
  .ListPage .office-card .specialist-wrapper,
  .ListPage .office-card .office-wrapper {
    padding: 20px !important;
  }
}
.ListPage .specialist-view .specialist-wrapper p,
.ListPage .specialist-view .specialist-wrapper span,
.ListPage .specialist-view .specialist-wrapper li,
.ListPage .specialist-view .specialist-wrapper a,
.ListPage .specialist-view .office-wrapper p,
.ListPage .specialist-view .office-wrapper span,
.ListPage .specialist-view .office-wrapper li,
.ListPage .specialist-view .office-wrapper a,
.ListPage .office-view .specialist-wrapper p,
.ListPage .office-view .specialist-wrapper span,
.ListPage .office-view .specialist-wrapper li,
.ListPage .office-view .specialist-wrapper a,
.ListPage .office-view .office-wrapper p,
.ListPage .office-view .office-wrapper span,
.ListPage .office-view .office-wrapper li,
.ListPage .office-view .office-wrapper a,
.ListPage .office-card .specialist-wrapper p,
.ListPage .office-card .specialist-wrapper span,
.ListPage .office-card .specialist-wrapper li,
.ListPage .office-card .specialist-wrapper a,
.ListPage .office-card .office-wrapper p,
.ListPage .office-card .office-wrapper span,
.ListPage .office-card .office-wrapper li,
.ListPage .office-card .office-wrapper a {
  color: #555;
}
.ListPage .specialist-view .specialist-wrapper h1,
.ListPage .specialist-view .specialist-wrapper h2,
.ListPage .specialist-view .specialist-wrapper h3,
.ListPage .specialist-view .specialist-wrapper h4,
.ListPage .specialist-view .specialist-wrapper h5,
.ListPage .specialist-view .office-wrapper h1,
.ListPage .specialist-view .office-wrapper h2,
.ListPage .specialist-view .office-wrapper h3,
.ListPage .specialist-view .office-wrapper h4,
.ListPage .specialist-view .office-wrapper h5,
.ListPage .office-view .specialist-wrapper h1,
.ListPage .office-view .specialist-wrapper h2,
.ListPage .office-view .specialist-wrapper h3,
.ListPage .office-view .specialist-wrapper h4,
.ListPage .office-view .specialist-wrapper h5,
.ListPage .office-view .office-wrapper h1,
.ListPage .office-view .office-wrapper h2,
.ListPage .office-view .office-wrapper h3,
.ListPage .office-view .office-wrapper h4,
.ListPage .office-view .office-wrapper h5,
.ListPage .office-card .specialist-wrapper h1,
.ListPage .office-card .specialist-wrapper h2,
.ListPage .office-card .specialist-wrapper h3,
.ListPage .office-card .specialist-wrapper h4,
.ListPage .office-card .specialist-wrapper h5,
.ListPage .office-card .office-wrapper h1,
.ListPage .office-card .office-wrapper h2,
.ListPage .office-card .office-wrapper h3,
.ListPage .office-card .office-wrapper h4,
.ListPage .office-card .office-wrapper h5 {
  color: #333;
}
.ListPage .specialist-view .specialist-wrapper .office-logo img,
.ListPage .specialist-view .office-wrapper .office-logo img,
.ListPage .office-view .specialist-wrapper .office-logo img,
.ListPage .office-view .office-wrapper .office-logo img,
.ListPage .office-card .specialist-wrapper .office-logo img,
.ListPage .office-card .office-wrapper .office-logo img {
  max-width: 350px;
}
.ListPage .specialist-view .specialist-wrapper img,
.ListPage .specialist-view .office-wrapper img,
.ListPage .office-view .specialist-wrapper img,
.ListPage .office-view .office-wrapper img,
.ListPage .office-card .specialist-wrapper img,
.ListPage .office-card .office-wrapper img {
  max-width: 100%;
}
.ListPage .specialist-view .specialist-wrapper a,
.ListPage .specialist-view .office-wrapper a,
.ListPage .office-view .specialist-wrapper a,
.ListPage .office-view .office-wrapper a,
.ListPage .office-card .specialist-wrapper a,
.ListPage .office-card .office-wrapper a {
  color: #323e48;
}
.ListPage .specialist-view .specialist-wrapper a:hover,
.ListPage .specialist-view .office-wrapper a:hover,
.ListPage .office-view .specialist-wrapper a:hover,
.ListPage .office-view .office-wrapper a:hover,
.ListPage .office-card .specialist-wrapper a:hover,
.ListPage .office-card .office-wrapper a:hover {
  color: #01bdc3;
}
.ListPage .specialist-view .icon-spacer,
.ListPage .office-view .icon-spacer,
.ListPage .office-card .icon-spacer {
  width: 24px;
  display: inline-block;
  color: #f2545b !important;
}
.ListPage .specialist-view .icon-spacer svg,
.ListPage .office-view .icon-spacer svg,
.ListPage .office-card .icon-spacer svg {
  --fa-primary-color: #f2545b;
  --fa-secondary-color: #f2545b;
  --fa-secondary-opacity: 1;
}
.ListPage .specialist-view .icon-spacer.duo svg,
.ListPage .office-view .icon-spacer.duo svg,
.ListPage .office-card .icon-spacer.duo svg {
  --fa-primary-color: #fff;
  --fa-secondary-color: #f2545b;
  --fa-secondary-opacity: 1;
}
.ListPage .specialist-view .icon-spacer.invert svg,
.ListPage .office-view .icon-spacer.invert svg,
.ListPage .office-card .icon-spacer.invert svg {
  --fa-secondary-color: #fff;
  --fa-primary-color: #f2545b;
}
.ListPage .specialist-view .icon-spacer.blue-pin svg,
.ListPage .office-view .icon-spacer.blue-pin svg,
.ListPage .office-card .icon-spacer.blue-pin svg {
  --fa-primary-color: #0077AD;
  --fa-secondary-color: #0077AD;
}
.ListPage .specialist-view .p-header,
.ListPage .office-view .p-header,
.ListPage .office-card .p-header {
  color: #323e48;
  font-size: 14px;
  font-weight: 300;
}
.ListPage .specialist-view section,
.ListPage .office-view section,
.ListPage .office-card section {
  background: #fff;
}
.ListPage .specialist-view hr,
.ListPage .office-view hr,
.ListPage .office-card hr {
  margin: 30px -30px 30px -30px;
  border: 0;
  border-top: 1px solid #e1e8ed;
}
@media (max-width: 768px) {
  .ListPage .specialist-view #general,
  .ListPage .office-view #general,
  .ListPage .office-card #general {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .ListPage .specialist-view #general img,
  .ListPage .office-view #general img,
  .ListPage .office-card #general img {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .ListPage .specialist-view .client-logo,
  .ListPage .office-view .client-logo,
  .ListPage .office-card .client-logo {
    max-width: 100% !important;
  }
}
.ListPage .specialist-view #general .name,
.ListPage .specialist-view #general .address,
.ListPage .specialist-view #general .first-availability,
.ListPage .specialist-view #general .contact,
.ListPage .office-view #general .name,
.ListPage .office-view #general .address,
.ListPage .office-view #general .first-availability,
.ListPage .office-view #general .contact,
.ListPage .office-card #general .name,
.ListPage .office-card #general .address,
.ListPage .office-card #general .first-availability,
.ListPage .office-card #general .contact {
  margin-bottom: 30px;
}
.ListPage .specialist-view #general .name.name-office-card--olivier,
.ListPage .office-view #general .name.name-office-card--olivier,
.ListPage .office-card #general .name.name-office-card--olivier {
  margin-bottom: 12px;
}
.ListPage .specialist-view #general .speciality-name h2,
.ListPage .specialist-view #general .address h4,
.ListPage .specialist-view #general .first-availability h4,
.ListPage .specialist-view #general .colleagues h4,
.ListPage .office-view #general .speciality-name h2,
.ListPage .office-view #general .address h4,
.ListPage .office-view #general .first-availability h4,
.ListPage .office-view #general .colleagues h4,
.ListPage .office-card #general .speciality-name h2,
.ListPage .office-card #general .address h4,
.ListPage .office-card #general .first-availability h4,
.ListPage .office-card #general .colleagues h4 {
  font-weight: 500;
  color: #999;
}
@media (max-width: 480px) {
  .ListPage .specialist-view .first-availability a,
  .ListPage .office-view .first-availability a,
  .ListPage .office-card .first-availability a {
    font-size: 12px;
  }
}
.ListPage .specialist-view #general a:hover,
.ListPage .office-view #general a:hover,
.ListPage .office-card #general a:hover {
  color: #ff5b7b;
}
.ListPage .specialist-view #general .name h2,
.ListPage .office-view #general .name h2,
.ListPage .office-card #general .name h2 {
  margin: 0;
}
.ListPage .specialist-view #general .name p,
.ListPage .office-view #general .name p,
.ListPage .office-card #general .name p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
}
.ListPage .specialist-view #general .address ul,
.ListPage .office-view #general .address ul,
.ListPage .office-card #general .address ul {
  padding-left: 10px;
}
.ListPage .specialist-view #general .address li,
.ListPage .office-view #general .address li,
.ListPage .office-card #general .address li {
  list-style: disc;
}
@media (max-width: 768px) {
  .ListPage .specialist-view #general .address li,
  .ListPage .office-view #general .address li,
  .ListPage .office-card #general .address li {
    list-style: none;
  }
}
.ListPage .specialist-view #general .address h3,
.ListPage .office-view #general .address h3,
.ListPage .office-card #general .address h3 {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .ListPage .specialist-view #general .address h3,
  .ListPage .office-view #general .address h3,
  .ListPage .office-card #general .address h3 {
    line-height: 24px;
  }
}
.ListPage .specialist-view #general .address svg,
.ListPage .office-view #general .address svg,
.ListPage .office-card #general .address svg {
  color: #fc3868;
}
.ListPage .specialist-view #general .phone-number-link,
.ListPage .office-view #general .phone-number-link,
.ListPage .office-card #general .phone-number-link {
  font-size: 16px;
  font-weight: 300;
}
.ListPage .specialist-view #general .fig-caption,
.ListPage .office-view #general .fig-caption,
.ListPage .office-card #general .fig-caption {
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #ccc;
}
.ListPage .specialist-view #general .fig-caption a,
.ListPage .office-view #general .fig-caption a,
.ListPage .office-card #general .fig-caption a {
  text-align: center;
  font-size: 10px;
  color: #ccc;
}
.ListPage .specialist-view #general .fig-caption a:hover,
.ListPage .office-view #general .fig-caption a:hover,
.ListPage .office-card #general .fig-caption a:hover {
  color: #ccc;
}
.ListPage .specialist-view .section-title,
.ListPage .office-view .section-title,
.ListPage .office-card .section-title {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .ListPage .specialist-view .section-title,
  .ListPage .office-view .section-title,
  .ListPage .office-card .section-title {
    padding-left: 35px;
  }
}
.ListPage .specialist-view .section-content,
.ListPage .office-view .section-content,
.ListPage .office-card .section-content {
  padding-left: 40px;
  padding-right: 40px;
}
.ListPage .specialist-view .section-content a,
.ListPage .office-view .section-content a,
.ListPage .office-card .section-content a {
  color: #01bdc3;
}
@media (max-width: 480px) {
  .ListPage .specialist-view .section-content,
  .ListPage .office-view .section-content,
  .ListPage .office-card .section-content {
    padding-left: 0px;
    padding-right: 0;
  }
}
.ListPage .specialist-view .section-title i,
.ListPage .office-view .section-title i,
.ListPage .office-card .section-title i {
  font-size: 40px;
  position: absolute;
  left: 0;
  color: #323e48;
  top: -8px;
}
.ListPage .specialist-view .section-title svg,
.ListPage .office-view .section-title svg,
.ListPage .office-card .section-title svg {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0px;
}
.ListPage .specialist-view .section-title svg path,
.ListPage .office-view .section-title svg path,
.ListPage .office-card .section-title svg path {
  color: #1db3b1;
}
@media (max-width: 480px) {
  .ListPage .specialist-view .section-title svg,
  .ListPage .office-view .section-title svg,
  .ListPage .office-card .section-title svg {
    left: 5px;
  }
}
.ListPage .specialist-view #team i,
.ListPage .specialist-view #presentation i,
.ListPage .specialist-view #consultation i,
.ListPage .specialist-view #medecin-de-garde i,
.ListPage .specialist-view #access i,
.ListPage .office-view #team i,
.ListPage .office-view #presentation i,
.ListPage .office-view #consultation i,
.ListPage .office-view #medecin-de-garde i,
.ListPage .office-view #access i,
.ListPage .office-card #team i,
.ListPage .office-card #presentation i,
.ListPage .office-card #consultation i,
.ListPage .office-card #medecin-de-garde i,
.ListPage .office-card #access i {
  color: #01bdc3;
}
.ListPage .specialist-view #access span,
.ListPage .office-view #access span,
.ListPage .office-card #access span {
  font-size: 14px;
  font-weight: 300;
}
.ListPage .specialist-view #address-map,
.ListPage .office-view #address-map,
.ListPage .office-card #address-map {
  height: 300px;
  border: 0;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 480px) {
  .ListPage .specialist-view #address-map,
  .ListPage .office-view #address-map,
  .ListPage .office-card #address-map {
    margin-top: 15px;
  }
}
.ListPage .specialist-view .specific-info-block,
.ListPage .office-view .specific-info-block,
.ListPage .office-card .specific-info-block {
  display: inline-block;
  background-color: #f6f8fa;
  border-radius: 5px;
  margin: 10px 10px 0 0;
  padding: 7px 10px;
}
.ListPage .specialist-view .specific-info-block h3,
.ListPage .specialist-view .specific-info-block span,
.ListPage .office-view .specific-info-block h3,
.ListPage .office-view .specific-info-block span,
.ListPage .office-card .specific-info-block h3,
.ListPage .office-card .specific-info-block span {
  font-size: 14px;
  margin: 5px;
}
.ListPage .specialist-view .lang,
.ListPage .office-view .lang,
.ListPage .office-card .lang {
  margin-top: 5px;
}
.ListPage .specialist-view .lang li,
.ListPage .office-view .lang li,
.ListPage .office-card .lang li {
  list-style: inside;
}
.ListPage .specialist-view .diplomas,
.ListPage .office-view .diplomas,
.ListPage .office-card .diplomas {
  margin-top: 5px;
}
.ListPage .specialist-view h1,
.ListPage .office-view h1,
.ListPage .office-card h1 {
  font-size: 18px;
  color: #323e48;
}
.ListPage .specialist-view h2,
.ListPage .office-view h2,
.ListPage .office-card h2 {
  font-size: 24px;
  color: #323e48;
}
.ListPage .specialist-view .card-select,
.ListPage .office-view .card-select,
.ListPage .office-card .card-select {
  padding-bottom: 0px;
  padding-top: 0px;
}
.ListPage .specialist-view .card-select .select-wrapper,
.ListPage .office-view .card-select .select-wrapper,
.ListPage .office-card .card-select .select-wrapper {
  margin-top: 15px;
  padding-bottom: 15px;
}
.ListPage .specialist-view .extra-photos-container,
.ListPage .office-view .extra-photos-container,
.ListPage .office-card .extra-photos-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ListPage .specialist-view .extra-photos-container .extra-photo,
.ListPage .office-view .extra-photos-container .extra-photo,
.ListPage .office-card .extra-photos-container .extra-photo {
  flex: 0 0 auto;
  padding-right: 15px;
}
.ListPage .specialist-view .extra-photos-container img,
.ListPage .office-view .extra-photos-container img,
.ListPage .office-card .extra-photos-container img {
  max-width: 75px;
  max-height: 75px;
  border: 1px #0d2339;
  border-radius: 4px;
}

.ListPage .specialist-view #not-available-booking {
  margin-top: 50px;
}
.ListPage .specialist-view #not-available-booking h2 {
  font-size: 16px;
  font-weight: 500;
  color: #01bdc3;
}
.ListPage .specialist-view #not-available-booking li {
  margin-top: 10px;
}
.ListPage .specialist-view #not-available-booking .modal-trigger {
  display: block;
  padding-top: 15px;
  font-size: 18px;
  color: #01bdc3;
}

.ListPage .specialist-view #alternative-booking {
  margin-top: 40px;
}
.ListPage .specialist-view #alternative-booking h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fc3868;
}
.ListPage .specialist-view #alternative-booking img {
  max-width: 55px;
}
.ListPage .specialist-view #alternative-booking .card {
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 0;
}
.ListPage .specialist-view #alternative-booking .fa-spec-link {
  display: block;
  margin-top: 10px;
}
.ListPage .specialist-view #alternative-booking .title h4 {
  color: #323e48;
  font-weight: 300;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 50px;
  max-width: 500px;
  line-height: 26px;
}

.ListPage .companies-wrapper .map-wrapper {
  top: 0;
}
.ListPage .companies-wrapper .quick-filter-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.ListPage .companies-wrapper input.quick-filter {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  transition: background-color 200ms ease, outline 200ms ease, color 200ms ease;
  border-radius: 8px;
  outline: none;
  background-color: #fff;
  color: #0d0c22;
  border: 1px solid #e6e6e6;
}
.ListPage .companies-wrapper input.quick-filter:focus {
  box-shadow: none;
  border: 1px solid #fc3868;
  background: #fff;
}
.ListPage .companies-wrapper input.quick-filter::placeholder {
  font-style: normal;
  color: #0d0c22;
  font-weight: 500;
}

.ListPage #patient-interaction-card,
.ListPage #breaking-card {
  overflow: hidden;
}
.ListPage #patient-interaction-card p,
.ListPage #patient-interaction-card span,
.ListPage #patient-interaction-card a,
.ListPage #breaking-card p,
.ListPage #breaking-card span,
.ListPage #breaking-card a {
  text-align: justify;
}
.ListPage #patient-interaction-card .card-title,
.ListPage #breaking-card .card-title {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 480px) {
  .ListPage #patient-interaction-card .card-title,
  .ListPage #breaking-card .card-title {
    font-size: 20px;
    text-align: left;
  }
}
.ListPage #patient-interaction-card .horizontal-divider-fat,
.ListPage #breaking-card .horizontal-divider-fat {
  border-bottom: 3px solid #01bdc3;
  max-width: 430px;
  margin: 0 auto;
}
.ListPage #patient-interaction-card .card-tabs-container,
.ListPage #breaking-card .card-tabs-container {
  margin-top: 20px;
}
.ListPage #patient-interaction-card .card-tabs,
.ListPage #breaking-card .card-tabs {
  max-width: 600px;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .ListPage #patient-interaction-card .card-tabs,
  .ListPage #breaking-card .card-tabs {
    flex-direction: row;
  }
}
.ListPage #patient-interaction-card .card-tab,
.ListPage #breaking-card .card-tab {
  cursor: pointer;
  max-width: 300px;
  padding: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.ListPage #patient-interaction-card .card-tab:hover, .ListPage #patient-interaction-card .card-tab.active,
.ListPage #breaking-card .card-tab:hover,
.ListPage #breaking-card .card-tab.active {
  background: #ecedf1;
}
.ListPage #patient-interaction-card .card-tab:first-child,
.ListPage #breaking-card .card-tab:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.ListPage #patient-interaction-card .card-tab:last-child,
.ListPage #breaking-card .card-tab:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media (max-width: 480px) {
  .ListPage #patient-interaction-card .card-tab,
  .ListPage #breaking-card .card-tab {
    margin-top: 0;
  }
}
.ListPage #patient-interaction-card .card-tab p,
.ListPage #breaking-card .card-tab p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 480px) {
  .ListPage #patient-interaction-card .card-tab p,
  .ListPage #breaking-card .card-tab p {
    font-size: 16px;
  }
}
.ListPage #patient-interaction-card .card-tab-content-container,
.ListPage #breaking-card .card-tab-content-container {
  margin-top: 20px;
}
.ListPage #patient-interaction-card .card-tab-content-title,
.ListPage #breaking-card .card-tab-content-title {
  color: #01bdc3;
  font-weight: 500;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .ListPage #patient-interaction-card .card-tab-content-title,
  .ListPage #breaking-card .card-tab-content-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.ListPage #patient-interaction-card .card-tab-reason-select-wrapper,
.ListPage #patient-interaction-card .card-tab-price-select-wrapper,
.ListPage #breaking-card .card-tab-reason-select-wrapper,
.ListPage #breaking-card .card-tab-price-select-wrapper {
  margin-top: 15px;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.ListPage #patient-interaction-card .card-tab-reason-select-wrapper svg,
.ListPage #patient-interaction-card .card-tab-price-select-wrapper svg,
.ListPage #breaking-card .card-tab-reason-select-wrapper svg,
.ListPage #breaking-card .card-tab-price-select-wrapper svg {
  position: absolute;
  left: 10px;
  top: 18px;
  font-size: 18px;
}
.ListPage #patient-interaction-card #card-tab-reason-select-input,
.ListPage #patient-interaction-card #card-tab-price-select-input,
.ListPage #breaking-card #card-tab-reason-select-input,
.ListPage #breaking-card #card-tab-price-select-input {
  min-width: 600px;
  padding: 15px;
  padding-left: 35px;
  border: 1px solid #ccc;
  border-radius: 7px;
  font-size: 18px;
}
.ListPage #patient-interaction-card #card-tab-reason-select-input:focus, .ListPage #patient-interaction-card #card-tab-reason-select-input:active,
.ListPage #patient-interaction-card #card-tab-price-select-input:focus,
.ListPage #patient-interaction-card #card-tab-price-select-input:active,
.ListPage #breaking-card #card-tab-reason-select-input:focus,
.ListPage #breaking-card #card-tab-reason-select-input:active,
.ListPage #breaking-card #card-tab-price-select-input:focus,
.ListPage #breaking-card #card-tab-price-select-input:active {
  border: 1px solid #ccc;
  outline: none !important;
}
@media (max-width: 600px) {
  .ListPage #patient-interaction-card #card-tab-reason-select-input,
  .ListPage #patient-interaction-card #card-tab-price-select-input,
  .ListPage #breaking-card #card-tab-reason-select-input,
  .ListPage #breaking-card #card-tab-price-select-input {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}
.ListPage #patient-interaction-card .card-tab-reason-suggestions,
.ListPage #patient-interaction-card .card-tab-price-suggestions,
.ListPage #breaking-card .card-tab-reason-suggestions,
.ListPage #breaking-card .card-tab-price-suggestions {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 600px;
}
.ListPage #patient-interaction-card .card-tab-reason-suggestions span,
.ListPage #patient-interaction-card .card-tab-price-suggestions span,
.ListPage #breaking-card .card-tab-reason-suggestions span,
.ListPage #breaking-card .card-tab-price-suggestions span {
  color: #fc3868;
}
.ListPage #patient-interaction-card .card-tab-section-divider,
.ListPage #breaking-card .card-tab-section-divider {
  margin: 20px 0;
  max-width: 600px;
}
.ListPage #patient-interaction-card .section-split,
.ListPage #breaking-card .section-split {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ListPage #patient-interaction-card .card-tab-content-container .card-content,
.ListPage #breaking-card .card-tab-content-container .card-content {
  background: #fff;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.ListPage #breaking-card .urgence-options,
.ListPage #breaking-card .dispo-options {
  flex-direction: row;
  align-items: normal;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
@media (max-width: 480px) {
  .ListPage #breaking-card .urgence-options,
  .ListPage #breaking-card .dispo-options {
    flex-direction: column;
  }
}
.ListPage #breaking-card .urgence-option,
.ListPage #breaking-card .dispo-option {
  padding: 20px;
}
.ListPage #breaking-card .urgence-option:first-child,
.ListPage #breaking-card .dispo-option:first-child {
  border-right: 1px solid #ccc;
}
@media (max-width: 480px) {
  .ListPage #breaking-card .urgence-option:first-child,
  .ListPage #breaking-card .dispo-option:first-child {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 480px) {
  .ListPage #breaking-card .urgence-option,
  .ListPage #breaking-card .dispo-option {
    margin-top: 0;
  }
}
.ListPage #breaking-card .urgence-suggestions {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
}
.ListPage #breaking-card .video-wrapper {
  margin: 20px auto;
  text-align: center;
  max-width: 600px;
}

.ListPage .faq {
  margin-top: 50px;
}
.ListPage .faq p {
  font-size: 16px;
}
.ListPage .faq .collapsible {
  max-width: 900px;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}
.ListPage .faq .collapsible li:first-child .collapsible-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ListPage .faq .collapsible li:last-child .collapsible-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ListPage .faq .collapsible svg {
  font-size: 20px;
  margin: 0 10px;
  margin-right: 15px;
}
.ListPage .faq .collapsible .collapsible-header span {
  font-size: 18px;
  line-height: 20px;
}
.ListPage .faq .collapsible-body p {
  margin: 0;
}
.ListPage .faq .collapsible-body a {
  color: #fc3868;
  font-weight: 400;
  font-size: 16px;
}
.ListPage .faq .collapsible-body a svg {
  font-size: 14px;
}
@media (max-width: 600px) {
  .ListPage .faq .collapsible-body a {
    font-size: 14px;
  }
}
.ListPage .faq .collapsible-body ul {
  margin: 10px 0;
  padding-left: 16px;
}
.ListPage .faq .collapsible-body ul li {
  list-style: disc;
  font-size: 16px;
}
.ListPage .faq .collapsible-header {
  cursor: pointer;
  background: linear-gradient(45deg, #00a4bd, #00bda5, #0bb69f);
  transition: color 0.15s ease-in-out;
}
.ListPage .faq .collapsible-header svg path {
  color: #fff;
}
.ListPage .faq .collapsible-header span {
  color: #fff;
  transition: all 0.15s ease-in-out;
}
.ListPage .faq .collapsible-header span:after {
  display: block;
  content: "";
  border-bottom: solid 1px #fff;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 250ms ease-in-out;
}
.ListPage .faq .collapsible-header:hover span:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.blurry-map {
  background-image: url("../images/2024/blurry-map.jpg");
  background-size: cover;
}
.blurry-map.blurry-map-close {
  background-image: url("../images/2024/blurry-map-close.jpg");
}
.blurry-map[data-init=click] {
  cursor: pointer;
}
.blurry-map .blurry-map-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 90%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
}
.blurry-map .age-restriction-alert {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #eeeeee;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #fc3868;
}
.blurry-map .age-restriction-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 10px;
}
.blurry-map .age-restriction-alert {
  background: #eeeeee;
  padding: 0.5rem 1rem;
}
.blurry-map .age-restriction-alert span:nth-child(2) {
  color: #323e48;
}
.blurry-map .input-fixed-for {
  width: 100% !important;
}

.invisible {
  visibility: hidden;
}

.ListPage .confirmation #age-restriction-alert {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #eeeeee;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
}
.ListPage .confirmation .age-restriction-icon {
  display: inline-flex;
  align-items: center;
  min-width: 12px;
}
.ListPage .confirmation .age-restriction-icon svg {
  font-size: 20px;
}
.ListPage .confirmation #age-restriction-message {
  color: #323e48;
}
.ListPage .confirmation .patient-info-row .select-wrapper,
.ListPage .confirmation .patient-info-row .select2-container {
  width: 100% !important;
  max-width: 100%;
}
.ListPage .confirmation #patientWho + .select2 .select2-selection--single {
  min-height: 40px;
}
@media (max-width: 768px) {
  .ListPage .confirmation .patient-info-row .col {
    width: 100%;
  }
}
