/* Path: dinamics/doctores_home/doctores_home.css */

.doc-home-block {
  position: relative;
}

.doc-home-toolbar {
  margin-top: -10px;
}

.doc-home-nav {
  gap: 12px;
}

.doc-home-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #d7e1eb;
  background: #fff;
  color: #2f89fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.doc-home-nav-btn:hover {
  background: #2f89fc;
  color: #fff;
  border-color: #2f89fc;
}

.doc-home-nav-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.doc-home-counter {
  font-size: 14px;
  min-width: 115px;
  text-align: center;
}

#docHomeGrid {
  width: 100%;
}

#docHomeGrid .doc-home-item {
  padding: 4px 2px 10px;
  max-width: 360px;
  margin: 0 auto;
}

#docHomeGrid .staff {
  margin-bottom: 0;
  height: 100%;
}

#docHomeGrid .staff .img-wrap {
  display: block !important;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

#docHomeGrid .staff .img-wrap .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#docHomeGrid .staff .text .faded p {
  min-height: 64px;
}

#docHomeGrid .staff .img.doc-home-img-logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#docHomeGrid .staff:hover .img,
#docHomeGrid .staff:focus .img {
  margin-top: 0;
}

#docHomeGrid .doc-home-copy-mail {
  cursor: pointer;
}

#docHomeGrid.owl-carousel .owl-stage {
  display: flex;
  cursor: grab;
}

#docHomeGrid.owl-carousel .owl-stage:active {
  cursor: grabbing;
}

#docHomeGrid.owl-carousel .owl-item {
  display: flex;
}

#docHomeGrid.owl-carousel .owl-item > .doc-home-item {
  width: 100%;
}

#docHomeGrid.owl-carousel .owl-dots {
  display: none;
}

#docHomeGrid.doc-home-fallback {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  cursor: grab;
}

#docHomeGrid.doc-home-fallback.is-dragging {
  cursor: grabbing;
}

#docHomeGrid.doc-home-fallback .doc-home-item {
  min-width: 280px;
  max-width: 360px;
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.doc-home-toast-area {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 1060;
  width: 360px;
  max-width: calc(100vw - 24px);
}

.doc-home-toast {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.doc-home-toast-head {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.doc-home-toast-head.success {
  background: #28a745;
}

.doc-home-toast-head.info {
  background: #17a2b8;
}

.doc-home-toast-head.warning {
  background: #ffc107;
  color: #212529;
}

.doc-home-toast-body {
  padding: 9px 12px;
  font-size: 13px;
  color: #444;
}

@media (max-width: 575.98px) {
  .doc-home-counter {
    min-width: 150px;
    font-size: 13px;
  }

  .doc-home-toast-area {
    width: 320px;
  }
}
