/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}


.doctor-search__content {
    flex: 1 1 auto;
    position: relative;
    overflow-y: hidden;
    border-color: #f5f5f5;
}


.h-100 {
    height: 100%!important;
}

.flex-column {
    flex-direction: column!important;
}


.d-flex {
    display: flex!important;
}

.border-top {
    border-top: 1px solid #dee2e6!important;
}

.cdk-virtual-scroll-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    contain: content;
}

.cdk-virtual-scroll-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: static!important;
    margin-bottom: 1rem;
    padding: 6px 0 100px;
}






.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

card doctor-card border-0

.doctor-card, .doctor-card__top {
    overflow: hidden;
    outline: none;
}

.doctor-card {
    color: #ffffffa;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(23,22,22,.21);
}

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


