.path-emergencies .breadcrumb__content {
  margin-bottom: 21px;
}

.layout-content__header {
  margin-bottom: 70px;
}
.layout-content__header__content .page {
  /*&-intro {
      font-size: $font-size-s;
      font-weight: bold;
      text-transform: uppercase;

      .span-lg {
          font-size: $font-size-xxxl;
          line-height: 1.2em;
      }
  }

  @include sm {

      &-intro {

          .span-lg {
              font-size: 52px;
          }
      }
  }*/
}
.layout-content__header__content .page-title {
  margin-bottom: 35px !important;
}

.form-content__wrapper fieldset {
  width: 100%;
  padding: 0;
  border: none;
}
.form-content__wrapper fieldset:not(.fieldgroup) legend {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: solid #e4e4e4 1px;
  display: block;
}
.form-content__wrapper fieldset.fieldgroup {
  width: 100%;
}
.form-content__wrapper fieldset.fieldgroup legend {
  font-weight: normal !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
  border: none;
}
.form-content__wrapper fieldset#edit-map-search legend {
  display: none;
}
.form-content__wrapper .form-actions {
  text-align: center;
  width: 100%;
}
.form-content__wrapper--lab {
  margin-top: 10px;
  padding: 30px;
  background-color: #e8f4f6;
}
.form-content__wrapper--lab > fieldset {
  margin-bottom: 0 !important;
}
.form-content__wrapper--lab .fieldset-wrapper {
  justify-content: center;
  align-items: flex-end;
}
.form-content__wrapper--lab .fieldset-wrapper > * {
  width: auto;
  margin: 0 !important;
}
.form-content__wrapper--lab .form-actions {
  text-align: left;
}
@media (max-width: 767px) {
  .form-content__wrapper--lab .form-item {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .form-content {
    max-width: 83.33333333%;
    margin: auto;
  }
  .form-content__wrapper {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .form-content__wrapper .p-note {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-content__wrapper fieldset:not(.fieldgroup) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-content__wrapper fieldset:not(.fieldgroup) legend {
    width: 120%;
    max-width: none;
    margin-left: -10%;
    margin-right: -10%;
  }
  .form-content__wrapper fieldset:not(.fieldgroup) .fieldset-wrapper {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .form-content__wrapper fieldset.fieldgroup legend {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .form-content__wrapper .form-item:not(fieldset) {
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
  }
  .form-content__wrapper .form-checkboxes,
  .form-content__wrapper .form-radios {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .form-content__wrapper .form-checkboxes > .form-item,
  .form-content__wrapper .form-radios > .form-item {
    width: auto;
    margin-right: 30px !important;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio {
    margin-right: 15px !important;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option {
    color: #9a9a9a;
    padding: 12px 15px;
    background-color: #fff;
    border: solid #9a9a9a 2px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option::after {
    content: "";
    margin-right: 0.5rem;
    order: -1;
    flex-shrink: 0;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-1] {
    color: #a3ca6b;
    border-color: #a3ca6b;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-1]::after {
    width: 11px;
    height: 11px;
    background-color: #a3ca6b;
    transform: rotate(45deg);
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-2] {
    color: #b26ba9;
    border-color: #b26ba9;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-2]::after {
    width: 12px;
    height: 12px;
    background-color: #b26ba9;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-3] {
    color: #f6a118;
    border-color: #f6a118;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-3]::after {
    width: 13px;
    height: 13px;
    background-color: #f6a118;
    border-radius: 50%;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-4] {
    color: #e23626;
    border-color: #e23626;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio label.option[for=edit-disponibility-4]::after {
    width: 0;
    height: 0;
    background-color: #e23626;
    border-bottom: solid #e23626 13px;
    border-right: solid #fff 8px;
    border-left: solid #fff 8px;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio] + label::before {
    content: none;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label {
    color: #fff;
    background-color: #9a9a9a;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-1] {
    background-color: #a3ca6b;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-1]::after {
    background-color: #fff;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-2] {
    background-color: #b26ba9;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-2]::after {
    background-color: #fff;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-3] {
    background-color: #f6a118;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-3]::after {
    background-color: #fff;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-4] {
    background-color: #e23626;
  }
  .form-content__wrapper #edit-disponibility .form-type-radio input[type=radio]:checked + label[for=edit-disponibility-4]::after {
    border-bottom-color: #fff;
    border-right-color: #e23626;
    border-left-color: #e23626;
  }
  .form-content__wrapper--lab {
    margin-right: 0;
    margin-left: 0;
  }
}

form#medical-staff-search-form #edit-disponibility-search legend {
  font-size: 0.938rem;
  text-transform: none;
  width: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}

.search-results .order-section {
  margin-bottom: 30px;
  padding: 30px;
  border: solid #d4e0eb 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.search-results .order-section > .form-item {
  margin-bottom: 1.5rem !important;
}
.search-results .order-section .disponibility-group .form-type-radio {
  margin-right: 15px !important;
}
.search-results .order-section .disponibility-group .form-type-radio label.option {
  color: #9a9a9a;
  padding: 12px 15px;
  background-color: #fff;
  border: solid #9a9a9a 2px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-results .order-section .disponibility-group .form-type-radio label.option::after {
  content: "";
  margin-right: 0.5rem;
  order: -1;
  flex-shrink: 0;
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-1] {
  color: #a3ca6b;
  border-color: #a3ca6b;
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-1]::after {
  width: 11px;
  height: 11px;
  background-color: #a3ca6b;
  transform: rotate(45deg);
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-2] {
  color: #b26ba9;
  border-color: #b26ba9;
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-2]::after {
  width: 12px;
  height: 12px;
  background-color: #b26ba9;
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-3] {
  color: #f6a118;
  border-color: #f6a118;
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-3]::after {
  width: 13px;
  height: 13px;
  background-color: #f6a118;
  border-radius: 50%;
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-4] {
  color: #e23626;
  border-color: #e23626;
}
.search-results .order-section .disponibility-group .form-type-radio label.option[for=label-4]::after {
  width: 0;
  height: 0;
  background-color: #e23626;
  border-bottom: solid #e23626 13px;
  border-right: solid #fff 8px;
  border-left: solid #fff 8px;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio] + label::before {
  content: none;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label {
  color: #fff;
  background-color: #9a9a9a;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-1] {
  background-color: #a3ca6b;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-1]::after {
  background-color: #fff;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-2] {
  background-color: #b26ba9;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-2]::after {
  background-color: #fff;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-3] {
  background-color: #f6a118;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-3]::after {
  background-color: #fff;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-4] {
  background-color: #e23626;
}
.search-results .order-section .disponibility-group .form-type-radio input[type=radio]:checked + label[for=label-4]::after {
  border-bottom-color: #fff;
  border-right-color: #e23626;
  border-left-color: #e23626;
}
.search-results .order-section fieldset {
  padding: 0;
  border: none;
}
.search-results .order-section fieldset legend {
  width: 100%;
  font-size: 0.938rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.search-results .order-section fieldset .form-item {
  margin-bottom: 0.5rem !important;
}
.search-results__list {
  margin-top: 4rem;
}
.search-results__item {
  margin-bottom: 40px;
}
.search-results__item__header {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid #84cade 1px;
}
.search-results__item__body {
  font-size: 0.875rem;
}
.search-results__item__body p {
  margin-bottom: 10px;
}
.search-results__item .item-title {
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
}
.search-results__item .item-title-number {
  padding-right: 4px;
}
.search-results__item .item-title span.text-top {
  display: block;
}
.search-results__item .item-title span.text-grey {
  font-weight: normal;
  font-style: italic;
  color: #333;
  text-transform: none;
}
.search-results__item .concept-title {
  font-weight: bold;
  margin-bottom: 2px;
}
.search-results__item .p-clock {
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
}
.search-results__item .p-clock::before {
  content: "";
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.search-results__item .p-clock--1::before {
  width: 11px;
  height: 11px;
  background-color: #a3ca6b;
  transform: rotate(45deg);
}
.search-results__item .p-clock--2::before {
  width: 12px;
  height: 12px;
  background-color: #b26ba9;
}
.search-results__item .p-clock--3::before {
  width: 13px;
  height: 13px;
  background-color: #f6a118;
  border-radius: 50%;
}
.search-results__item .p-clock--4::before {
  width: 0;
  height: 0;
  background-color: #e23626;
  border-bottom: solid #e23626 13px;
  border-right: solid #fff 8px;
  border-left: solid #fff 8px;
}
.search-results__item .p-clock span {
  text-transform: none;
}
.search-results__item .p-calendar {
  display: flex;
}
.search-results__item .p-calendar::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15'%3E%3Ctitle%3ECalendar icona%3C/title%3E%3Cpath d='M12.73,8.56A3.22,3.22,0,1,0,16,11.78,3.22,3.22,0,0,0,12.73,8.56Zm0,5.65a2.43,2.43,0,1,1,2.46-2.43A2.44,2.44,0,0,1,12.73,14.21Zm1.17-2.75h-.85V10.23a.32.32,0,0,0-.64,0v1.55a.32.32,0,0,0,.32.32H13.9a.31.31,0,0,0,.32-.31.33.33,0,0,0-.31-.33ZM9.31,10a.24.24,0,0,0,.25-.22.23.23,0,0,0-.22-.25H7.78V7h2.89V8.26a.24.24,0,0,0,.26.22.23.23,0,0,0,.22-.22V7h3V8A.41.41,0,0,0,15,8V.84A.86.86,0,0,0,14.09,0H.86A.86.86,0,0,0,0,.84V12.39a.86.86,0,0,0,.86.84H8.74a.4.4,0,0,0,0-.8h-1V10Zm4.83-6.07V6.56h-3V3.94Zm-3.08-2.5A.55.55,0,1,1,10.5,2a.55.55,0,0,1,.56-.55ZM7.78,3.94h2.89V5.58l-1,1H7.78V3.94ZM3.92,12.43H.86s0,0,0,0h0V10H3.92v2.42Zm0-2.9H.81V7H3.92Zm0-4-1,1H.81V3.94H3.92V5.56Zm0-3A.54.54,0,0,1,3.35,2a.54.54,0,0,1,.56-.54.55.55,0,0,1,0,1.1Zm3.4,9.89H4.4V10H7.29v2.42Zm0-3.95-1.06,1H4.4V7H7.29V8.48Zm0-1.92H4.4V3.94H7.29V6.56Z' style='fill:%2384cade'/%3E%3C/svg%3E");
  margin-top: 3px;
  margin-right: 6px;
}
.search-results__item .p-mobile {
  display: flex;
  align-items: center;
}
.search-results__item .p-mobile::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black'/%3E%3Cpath d='M6.62 10.79a15.15 15.15 0 0 0 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z' fill='white' transform='translate(1, 1) scale(0.8)'/%3E%3C/svg%3E");
  margin-top: 3px;
  margin-right: 6px;
}
.search-results__item .p-whatsapp {
  display: flex;
}
.search-results__item .p-whatsapp::before {
  /* Encoded SVG matching the uploaded image style */
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2325D366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'%3E%3C/path%3E%3Cpath d='M16.01 12.85c-.08-.01-.18-.04-.37-.13-.2-.09-1.16-.57-1.33-.64-.18-.07-.3-.1-.43.1-.13.19-.5.64-.61.77-.11.13-.23.15-.43.05a5.4 5.4 0 0 1-1.61-1c-.42-.37-.7-.82-.78-1-.08-.19-.01-.3.09-.4.09-.09.19-.22.29-.33.09-.11.13-.19.19-.32.06-.13.03-.24-.01-.34-.05-.1-.43-1.03-.59-1.42-.15-.38-.32-.33-.43-.33h-.37c-.13 0-.34.05-.51.24-.18.19-.69.67-.69 1.64 0 .96.7 1.89.8 2.03.1.13 1.38 2.1 3.35 2.95.47.2 1.2.33 1.61.4.4.07.77.06 1.05.02.32-.05.97-.4 1.1-.78.14-.39.14-.72.1-.78-.04-.07-.15-.11-.33-.16z' fill='%2325D366' stroke='none'/%3E%3C/svg%3E");
  margin-top: 3px;
  margin-right: 6px;
}
.search-results__item .p-sms {
  display: flex;
  align-items: center;
}
.search-results__item .p-sms::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4l4 4 4-4h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z' fill='black'/%3E%3Ctext x='12' y='13' font-family='Arial-BoldMT, Arial' font-weight='bold' font-size='6.5' fill='white' text-anchor='middle'%3ESMS%3C/text%3E%3C/svg%3E");
  margin-top: 3px;
  margin-right: 6px;
}
.search-results__item .link-team {
  font-weight: bold;
}
.search-results__item .link-team::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,8A4,4,0,1,0,5.17,6.83,4,4,0,0,0,8,8Zm4.2,2.68H10.86v1h-1V13h1v1H12.2V13h1V11.68h-1Zm-2-3,.44.15h0A8,8,0,0,1,16,15.33a.67.67,0,0,1-.67.67H.67A.67.67,0,0,1,0,15.33,8,8,0,0,1,5.33,7.79l.48-.15L8,10.31Z' style='fill:%2384c9dd'/%3E%3C/svg%3E");
  line-height: 0;
  vertical-align: middle;
  margin-right: 3px;
}
.search-results__item .link-map::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15'%3E%3Ctitle%3EMap pin icon%3C/title%3E%3Cpath d='M6.5,15a.6.6,0,0,1-.43-.18L1.35,9.64A4.64,4.64,0,0,1,.41,8.19a5.69,5.69,0,0,1,.76-5.58,6.74,6.74,0,0,1,9.47-1.19,7.05,7.05,0,0,1,1.19,1.19,5.74,5.74,0,0,1,.76,5.58,5,5,0,0,1-.94,1.45L6.93,14.82A.62.62,0,0,1,6.5,15Zm0-13.95A5.39,5.39,0,0,0,2.09,3.21a4.75,4.75,0,0,0-.63,4.61A3.76,3.76,0,0,0,2.21,9L6.5,13.67,10.79,9h0a3.91,3.91,0,0,0,.75-1.13,4.76,4.76,0,0,0-.63-4.62A5.39,5.39,0,0,0,6.5,1.05ZM6.5,9A2.95,2.95,0,1,1,9.65,6.05,3.06,3.06,0,0,1,6.5,9Zm0-4.83a1.89,1.89,0,1,0,2,1.89A2,2,0,0,0,6.5,4.16Z' style='fill:%2384cade'/%3E%3C/svg%3E");
  line-height: 0;
  vertical-align: middle;
  margin-left: 6px;
}
.search-results__item .link-fav::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15'%3E%3Ctitle%3EFav icon%3C/title%3E%3Cpath d='M12,19.5a.55.55,0,0,1-.39-.16L4.83,12.26a4.55,4.55,0,1,1,6.44-6.42l.73.73.73-.73a4.55,4.55,0,0,1,6.43,0A4.37,4.37,0,0,1,20,7a4.55,4.55,0,0,1-.86,5.25l-6.78,7.07A.55.55,0,0,1,12,19.5ZM8.05,5.56a3.49,3.49,0,0,0-2.47,6L12,18.21l6.4-6.69a3.47,3.47,0,0,0,.66-4,3.18,3.18,0,0,0-.65-.9,3.49,3.49,0,0,0-4.93,0L12.37,7.7a.56.56,0,0,1-.37.15.58.58,0,0,1-.38-.15L10.51,6.59a3.43,3.43,0,0,0-.9-.66A3.54,3.54,0,0,0,8.05,5.56Z' transform='translate(-3.5 -4.5)' style='fill:%2384cade'/%3E%3C/svg%3E");
  line-height: 0;
  vertical-align: middle;
  margin-left: 6px;
}
.search-results__item .link-fav-on::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15'%3E%3Ctitle%3EFav icon%3C/title%3E%3Cpath d='M8.5,15a.53.53,0,0,1-.38-.16L1.33,7.76A4.55,4.55,0,0,1,4.56,0a4.42,4.42,0,0,1,2,.48,4.54,4.54,0,0,1,1.19.85l.73.73.73-.73a4.55,4.55,0,1,1,6.43,6.43L8.88,14.84A.55.55,0,0,1,8.5,15Z' style='fill:%23b20d30'/%3E%3C/svg%3E");
}
.search-results__actions {
  text-align: center;
}
@media (min-width: 768px) {
  .search-results .order-section fieldset {
    display: flex;
  }
  .search-results .order-section fieldset > .form-item + .form-item {
    margin-left: 20px !important;
  }
  .search-results .order-section #edit-order-type.form-radios {
    display: flex;
  }
  .search-results .order-section #edit-order-type.form-radios > .form-item + .form-item {
    margin-left: 30px !important;
  }
  .search-results__item {
    margin-bottom: 30px;
  }
  .search-results__item__header {
    display: flex;
    justify-content: space-between;
  }
  .search-results__item__body {
    max-width: 83.33333333%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .search-results__item .item-content {
    max-width: 75%;
  }
  .search-results .item-actions {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .search-results .order-section {
    /*@include grid-row;

    > * {
        @include grid-col;
    }*/
    /*> .form-radios,*/
  }
  .search-results .order-section > .form-type-checkbox:first-child {
    padding-top: 32px;
    padding-right: 30px;
  }
}

.modal-dialog--medical-team .list-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.modal-dialog--medical-team ol {
  font-size: 0.875rem;
}
.modal-dialog--medical-team table {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.modal-dialog--medical-team table tbody tr:nth-child(2n+1) {
  background-color: transparent;
}
.modal-dialog--medical-team table th {
  text-transform: none;
}
.modal-dialog--medical-team table td,
.modal-dialog--medical-team table th {
  padding-right: 0;
  padding-left: 0;
  border-bottom: solid #e4e4e4 1px;
}

.gm-style .gm-style-iw {
  font-size: 1rem !important;
  line-height: 1.25rem;
}
.gm-style .gm-style-iw-c {
  padding: 30px !important;
  display: flex;
  flex-direction: row-reverse;
}
.gm-style .gm-style-iw-chr button {
  border: solid #d3e0eb 1px !important;
}
.gm-style .gm-style-iw-d {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  padding-right: 30px;
}
.gm-style .gm-style-iw-d p:first-child {
  margin-bottom: 0.5rem;
}
.gm-style .gm-style-iw-d > div > *:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=search-forms.css.map */