/** {*/
/*    font-family: 'Noto Sans', sans-serif;*/
/*    font-size: 15px;*/
/*}*/

html {
    font-size: 16px;
}

* {
    color: #222;
}


.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #008056;
    border-color: #008056;
}

.btn.btn-link:first-child:active, :not(.btn-check)+.btn.btn-link:active {
    background-color: transparent;
    border-color: transparent;
    color: gray;
    text-decoration: underline;
}

fieldset:disabled .btn {
    background-color: #85c8b4;
    border-color: #85c8b4;
}


@media (min-width: 576px) {
    .topbar-small-searcher {
        max-width: 300px;
    }
}


.topbar-small-searcher {
    max-width: 200px;
}

@media (min-width: 576px) {
    .topbar-small-searcher {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .topbar-small-searcher {
        margin-left: 30px;
    }
}

.form-description {
    color: #888;
}

.topbar {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E8E8E8;

    h1.claim {
        margin: 15px 0 0 0;

        &.blue {
            color: #3164e1;
        }
    }

    .navbar {
        padding: 0;
    }

    .offcanvas-close {
        margin-top: 3px;
        margin-right: 7px;
    }

    ul {
        list-style-type: none;
        padding: 0;
        text-align: right;
        margin-top: 40px;

        li.nav-item {
            display: inline-block;
        }

        a.active {
            border-bottom: 3px solid #008056;
        }

        a.nav-link{
            padding: 15px 20px !important;
        }

        .nav-profile-head {
            padding: 0 20px 15px;

            strong {
                color: #919191;
            }
        }

        &.dropdown-menu {
            padding-top: 5px;
            padding-bottom: 5px;

            &> li {
                border-bottom: 1px solid #babfc3;

                &:last-child {
                    border-bottom: 0;
                }
            }

            .dropdown-item {
                padding-top: 10px;
                padding-bottom: 10px;

                &:active {
                    background-color: transparent;
                    color: #000;
                }
            }
        }

        .bi-person-circle {
            color: #008056;
            margin-right: 10px;
        }

        hr {
            margin-top: 0;
        }

        .nav-item .bi-person-circle {
            margin-left: 10px;
        }
    }

    a.nav-link {
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }

    .offcanvas {
        --bs-offcanvas-transition: transform 0s ease-in-out;
        --bs-offcanvas-padding-x: 11px;
        --bs-offcanvas-padding-y: 10px;

        &.show a.nav-link {
            font-weight: normal;

            &.active {
                font-weight: bold;
            }
        }
    }

    a:hover {
        text-decoration: underline;
    }
}


.topbar--small ul {
    margin-top: 0;
    margin-right: 0 !important;

    .smart {
        color: #3164e1;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

.navbar .container-fluid {
    padding-right: 0;
}

.featured-review {
    text-decoration:none;

    .quote {
        text-align: center;
        font-size: 1.1em;
        font-style: italic;
        margin: 0;

        &:before {
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
            font-family: "Times New Roman", serif;
        }
    }
}

.h {
    color: #222;
    margin: 0;
    padding: 0;

    &.c {
        text-align: center;
    }

    &.s {
        font-size: 1.2rem;
    }

    &.m {
        font-size: 1.22rem;
        font-weight: bold;
    }

    &.l {
        font-size: 1.33rem;
        /*font-size: 42px;*/
        font-weight: 600 !important;
    }
}

.section {
    margin-top: 10px;

    .h {
        margin-bottom: .5rem;
        font-weight: bold;

        &.s {
            margin-bottom: 20px;
        }
    }
}

.searcher {
    text-align: center;

    form {
        border-radius: 5px;
    }
}

.searcher--big {
    background-image: var(--asset-image-main);
    background-position: center;
    background-size: cover;

    [type="submit"] {
        padding-left: 30px;
        font-size: 1.4rem;
    }

    select {
        font-size: 1.4rem;
    }

    form {
        /*box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);*/
        /*margin-top: 2rem;*/
        margin-bottom: 1rem;

        @media (min-width: 992px) {
            /*margin-top: 3rem;*/
            margin-bottom: 3rem;
        }
    }

    .bg {
        background: rgba(0, 150, 105, 0.95);
        border-radius: 10px;
        color: #fff;

        .search-claim {
            display:block;
            color: white;
            margin: 0 .5rem 1rem;
            font-size: 1.5rem;
            font-weight: bold;
        }

        h1 {
            margin-top: 1.5rem;
            font-size: 1.2rem;
            font-weight: bold;
        }

        p {
            margin: 0;
            font-size: 1.1rem;
            color: #fff;

            a {
                font-size: 1.1rem;
                font-weight: 500;
                color: #fff;
                text-decoration: underline;

                &:hover {
                    text-decoration: none;
                }
            }
        }
    }
}

.searcher--small {
    margin-top: 18px;

    .form-control {
        padding: 5px 8px;
    }
}

/*input:read-only {*/
/*    border-color:transparent;*/
/*}*/

.steps {
    .item {
        border: 1px solid #BABFC3;
        border-radius: 10px;
        padding: 1rem;
        text-align: center;
        color: #000;
        margin-bottom: 15px;

        .t {
            text-align: center;
            margin-bottom: 20px;

            .i {
                background-color: #DFF9F0;
                width: 90px;
                height: 90px;
                border-radius: 100%;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: center;

                &.i1 {
                    background-image: var(--asset-image-steps-1);
                }

                &.i2 {
                    background-image: var(--asset-image-steps-2);
                }

                &.i3 {
                    background-image: var(--asset-image-steps-3);
                }

                &.i4 {
                    background-image: var(--asset-image-steps-4);
                }
            }
        }
    }
}

.locations-services .link-all {
    text-align: center;
    margin-top: 20px;

    a {
        color: #008056;
        text-decoration: underline;
    }
}

.footer {
    background-image: var(--asset-image-dots);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 96px;
    margin-top: 32px;

    .alert {
        margin-top: 15px;
    }

    .turnstile {
        margin: 0;
        text-align: center;

        small {
            width: 100%;
        }
    }

    small {
        color: #666666;
        margin-top: 15px;
        display: block;
        text-align: center;
        font-size: .8rem;
    }
}

.footer--inner {
    background-color: #f2f8f7;
    padding: 48px 16px 32px;

    .spinner-overlay {
        background-color: rgba(242, 248, 247, .8);
    }

    .fb-small {
        color: #555;
        font-size: 1.4em;
    }
}

.footer--logo {
    margin-bottom: 32px;

    img {
        width: 100%;
    }
}

.footer--text {
    color: #555;
    margin: 0 0 40px;
}

.footer--divider {
    border:0;
    height:1px;
    background:#ccc;
    margin-bottom:32px
}

.footer--rights {
    color: #555;
    font-size: 12px;
    text-align: center;
    margin: 0;

    * {
        color: #555;
        font-size: .75rem;
    }

    a {
        color: #555;
        text-decoration: none;

        &:hover {
            color: #555;
            text-decoration: underline;
        }
    }

    .pos {
        position: relative;
        top: -6px;
    }
}

.footer--block {
    margin-bottom: 20px;

    .h {
        font-weight: bold;
        margin-bottom: 20px;
    }

    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;

        li {
            padding: 0;
            margin-bottom: 15px;

            a {
                color: #555;
                text-decoration: none;

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }

    .footer--block p a {
        color: #555;
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }
}

.footer--right {
    text-align: right;
}

button .spinner-grow {
    color: #fff;
    margin-left: 10px;
}

.share-button {
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 6px center;
    padding: 5px 10px 5px 35px;
    background-size: 18px 17px;
    display: inline-block;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;

    &:hover {
        text-decoration: none;
        color:#fff;
    }

    &.line {
        background-color: #06c755;
        background-image: var(--asset-image-line-v3-3x);

        &:hover {
            background-color: #05b34d;
        }
    }


    &.facebook {
        background-color: #1877f2;
        background-image: var(--asset-image-facebook-trans);

        &:hover {
            background-color: #4267b2;
        }
    }
}

.carousel {
    .name:hover {
        text-decoration: underline;
    }

    .location {
        margin: 10px 0 0 0;
    }

    .clinic {
        height: 396px;
        border: 1px solid #BABFC3;
        border-radius: 8px;
        overflow: hidden;
        color: #666;
        margin-right: 5px;

        .image {
            display: block;
            overflow: hidden;
            height: 290px;

            img {
                display: block;
                max-height: 100%;
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: center;
            }
        }

        .desc {
            padding: 7px 10px 15px;
        }

        p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;

            a {
                color: #666666;
                text-decoration: none;

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }

    .comment {
        margin-bottom: 15px;
        border: 1px solid #BABFC3;
        border-radius: 5px;
        overflow: hidden;
        color: #666;
        margin-right: 5px;
        padding: 10px;

        &.with-quote .quote {
            height: 98px;
            overflow: hidden;
        }

        * {
            color: #666;
        }

        .quote {
            margin-top: 8px;
            font-style: italic;
        }
    }

    &.clinics .name {
        font-weight: bold;
        text-transform: capitalize;
        color: #222222;
        /*display: block;*/
        /*white-space: nowrap;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;


        .carousel-inner {
            overflow: hidden;
        }

        .i-verified {
            mask-size: 14px;
            width: 14px;
            height: 14px;
            margin-right: 4px;
        }
    }
}

.arrowed-list {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;

    .bi {
        color: #3164e1;
        margin-right: 10px;
    }

    li {
        margin: 5px 0;

        &.more {
            margin-top: 20px;
            text-align: center;
        }

        li a {
            color: #3164e1;
            text-decoration: none;

            &:hover {
                text-decoration: underline;
            }
        }
    }
}

.reviews-slider {
    .carousel .name {
        font-weight: bold;
        text-transform: capitalize;
        color: #222222;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }

    .carousel-inner {
        height: 360px;
        overflow: hidden;
    }
}

.carousel-inner {
    margin-left: 10%;
    width: 80%;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    margin-bottom: 88px;
}

.carousel-control-prev-icon {
    background-image: var(--asset-image-arrow-left);
    height: 40px;
}

.carousel-control-next-icon {
    background-image: var(--asset-image-arrow-right);
}

@media (min-width: 567px) {
    .carousel-control-next, .carousel-control-prev {
        width: 5%;
    }

    .carousel-inner {
        margin-left: 5%;
        width: 90%;
    }
}

.carousel-indicators {
    [data-bs-target] {
        background-color: #D9D9D9;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        cursor: pointer;
    }

    .active {
        background-color: #008056;
    }
}

.btn-primary {
    background-color: #008056;
    border-color: #008056;
    color: #fff;

    &:hover {
        text-decoration: underline;
        background-color: #008056;
        border-color: #008056;
    }

    .ico {
        margin-left: 15px;
        position: relative;
        top: 3px;
        right: 2px;
    }

    &.blue {
        background-color: #2b74da;

        &:active, &:hover {
            background-color: #1d63c5;
            /*    border: #1d63c5 !important;*/
            text-decoration: none;
        }

        .bi {
            margin-right: 10px;
        }
    }
}

.btn {
    &.disabled, &:disabled {
        background-color: #85c8b4;
        border-color: #85c8b4;
    }
}

.clinic-details-sections-menu {
    background-color: #fff;

    .nav-pills {
        .nav-link.active, .show>.nav-link {
            background-color: #F8F8F8;
            color: #000;
        }
    }

    .nav-link {
        color: #7b7b7b;
    }
}

.ss {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;

    &.bordered img {
        border-radius: 5px;
        border: 1px solid #E8E8E8;
    }
}

.take-over-badge {
    background-color: #3164e1 !important;
    border-color: #3164e1 !important;
    color: #fff !important;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
}

.btn-highlight {
    background-color: #3164e1 !important;
    border-color: #3164e1 !important;
    color: #fff !important;

    &:hover {
        text-decoration: underline;
    }
}

.form-control {
    padding: 10px 20px;
}

.regular-form {
    label {
        margin: 0.2em 0;
        padding-left: 5px;
    }
}


::placeholder {
    color: #777 !important;
    opacity: 1; /* For Firefox */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
    color: #777 !important;
}

/* Microsoft Edge */
::-ms-input-placeholder {
    color: #777 !important;
}

.stars {
    display: inline-block;
    height: 16px;

    .bi-star, .bi-star-fill {
        color: #e4a70a;
    }
}

.review-form {
    .stars i {
        cursor: pointer;
        margin-right: 5px;
        color: #888;

        &.ha, &.bi-star-fill {
            color: #e4a70a;
        }
    }

    button[type="submit"] .bi {
        color: #fff;
        margin-right: 10px;
    }
}

.panel {
    padding: 20px 20px 10px 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
}
.panel--gray {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
}

.panel--white {
    background-color: #fff;
    border-color: #E8E8E8;
}

.with-shadow {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}

.review {
    .name {
        font-weight: bold;
        color: #222;
        text-decoration: none;
    }

    a.name:hover {
        text-decoration: underline;
    }

    .quote {
        margin-top: 8px;

        p * {
            font-style: italic;
            color: #666;
        }

        a {
            text-decoration: none;
            color: #008056;

            &:hover {
                text-decoration: underline;
            }
        }
    }

    .report {
        margin-top: 8px;
        text-align: right;

        span {
            font-size: .9rem;
            color: #cdcdcd;
            cursor: pointer;

            &:hover {
                text-decoration: underline;
            }
        }

        .bi-flag {
            color: #cdcdcd;
            margin-left: 10px;
        }
    }
}

.rating {
    font-size: .9rem;
    margin-bottom: 5px;

    a {
        font-size: .9rem;
        text-decoration: none;
        color: #666;

        span {
            font-size: 13px;
        }

        &:hover {
            text-decoration: underline;
        }

        &.stats {
            color: #222;
            margin-left: 5px;
        }
    }
}

.thumb img {
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.nowrap {
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-listing--item {
    margin-bottom: 20px;

    &:last-child {
        margin-bottom: 0;
    }

    .thumb a {
        display: block;
        height: 85px;
    }
}

.listing {
    .load-more {
        text-align: center;

        .spinner-grow {
            top: 0; left: 0;
        }

        .load {
            color: #fff;
            text-decoration: underline;
            cursor: pointer;
            font-weight: 600;

            &:hover {
                text-decoration: none;
            }
        }
    }

    .review {
        margin-bottom: 25px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    a.name:hover {
        text-decoration: underline;
    }

    .name {
        color: #222;
        text-decoration: none;
    }

    .location  {
        margin-top: 5px;
        margin-bottom: 8px;

        color: #666;
        text-decoration: none;

        a {
            color: #666;
            text-decoration: none;

            &:hover {
                text-decoration: underline;
            }
        }
    }
}

.btn-outline-secondary {
    border-color: #cdcdcd;
    color: #434343;

    .bi {
        color: #888;
    }

    &:hover, &:active {
        background-color: #f1f1f1 !important;
        border-color: #bfbfbf !important;
        color: #434343;
    }
}

.mobile-filters-bar {
    background-color: #fff;

    .accordion-button:not(.collapsed) {
        background-color:#fff;
        color: #000;
    }

    .accordion-button:focus {
        border-color: #888;
        box-shadow: none;
    }
}

.iconized-list2 {
    margin: 0;
    padding: 0;
    list-style-type: none;

    li:not(:last-child), div.pro {
        margin-bottom: 30px;
    }

    a {
        color: #222;
        text-decoration: none;
        display: block;
        background-repeat: no-repeat;
        background-position: left center;
        height: 60px;
        line-height: 60px;

        &:hover {
            text-decoration: underline;
        }

        i {
            &:before {
                content: '';
            }

            width: 60px;
            height: 60px;
            float: left;
            margin-right: 20px;
            border-radius: 50%;
            background-color: #008056;
            background-size: 56px;
            background-repeat: no-repeat;
            background-position: center;
        }
    }

    &.services .bi:before {
        background-size: 37px;
    }
}


.iconized-list {
    margin: 0;
    padding: 0;
    list-style-type: none;

    &.horizontal {
        text-align: center;

        .i {
            margin:0 2px;
        }
    }

    li {
        margin-bottom: 30px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    p {
        margin: 0;
        color: #666;

        &.title {
            margin-left: 85px;
            height: 65px;
        }

        a.name {
            display: block;
        }

        a.more {
            color: #008056;
            text-decoration: underline;
        }
    }

    a.name {
        font-size: 1.25rem;
        color: #222;
        font-weight: 600;
        margin-bottom: 5px;
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }

    &.no-descriptions p {
        padding-top: 19px;
    }

    .i {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #008056;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 56px 56px;

        &.left {
            float: left;
        }
    }
}

ul.tags {
    list-style-type: none;
    margin: 0;
    padding: 0;

    li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;

        &:first-child {
            margin-left: 0;
        }

        &:last-child {
            margin-right: 0;
        }
    }
}

.tags {
    line-height: 55px;
    margin-top: 15px;

    .tag {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px 15px;
        color: #474747;
        margin-right: 15px;
        text-decoration: none;
        background-color: #fff;
        white-space: nowrap;

        &.active {
            border-color: #008056;
            color: #008056;
            font-weight: 600;
        }

        &:last-child {
            margin-right: 0;
        }
    }

    a.tag:hover, a.tag.highlight {
        border-color: #008056;
        background-color: #008056;
        color: #fff;
    }

    .tags a.tag.highlight:hover {
        text-decoration: underline;
    }

    .more {
        color: #008056;
        cursor: pointer;

        &:hover {
            text-decoration: underline;
        }
    }
}

.expandable {
    .more {
        cursor: pointer;

        &:hover {
            text-decoration: underline;
        }
    }

    .add-item {
        display: none;
    }
}

.similar-clinics .expandable .more {
    color: #008056;
}

.contact-details {
    .icon-container {
        text-align: center;

        .bi {
            color: #008056;
        }
    }

    .map {
        background-image: var(--asset-image-maps);
        display:inline-block;
        border-radius: 5px;
        border: 1px solid #E8E8E8;

        span {
            margin: 15px 25px;
            display:inline-block;
            background-color: #fff;
            padding: 4px 8px;
            border-radius: 5px;
            color: #008056;
            border: 1px solid #E8E8E8;
        }
    }

    .map:hover span {
        background-color: #008056;
        color: #fff;
        text-decoration: underline;
    }

    .bg-fb {
        background-image: var(--asset-image-facebook-square);
        background-repeat: no-repeat;
        background-position: center;
    }

    .reveal {
        cursor: pointer;
        position: relative;
        top: -2px;

        .bi {
            margin-right: 5px;
            color: #fff;
        }
    }

    .text-link {
        color: #000;

        &:hover {
            text-decoration: none;
        }
    }
}

.clinic-details {
    .navbar .nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;

        .nav-link {
            white-space: nowrap;
        }
    }

    .header {
        display: flex;
        margin-bottom: 1.5rem;

        .main-photo {
            margin-right: 10px;

            img {
                width: 100px;
                border: 1px solid #e1e1e1;

                @media (min-width: 992px) {
                    width: 280px;
                }
            }

            .show-modal {
                cursor: pointer;
            }
        }

        .info-row {
            color: #666;
            margin-bottom: 5px;
        }

        .h {
            margin-bottom: 5px;
        }
    }

    .h {
        margin-bottom: 15px;
        margin-top: 40px;

        &:first-child {
            margin-top: 0;
        }
    }

    .share-buttons {
        text-align: right;
        margin-bottom: 2em;
    }

    .listing .review {
        padding-top: 25px;
        border-top: 1px solid #d9d9d9;

        &:first-child {
            padding-top: 0;
            border-top: none;
        }
    }

    .info-head {
        color: #888;
    }
}

.like-icon {
    color: #000;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;

    &.filled {
        color: #008056;
    }

    &:hover, &:active {
        color: #008056;
    }
}

.managed-by-owner {
    color: #008056;
}

.bi-shield-check.managed-by-owner {
    color: #008056;
}

.form {
    .row {
        margin-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    [type="submit"] {
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    textarea.content {
        resize: none;
        height: 120px;
    }
}

.review-form .stars {
    width: 100%;

    i {
        width: 35px;
        height: 35px;
    }
}

.main-content {
    margin-bottom: 40px;

    &.listing--big {
        padding-right: 25px;
    }
}

.listing .banner {
    margin-bottom: 20px;

    a {
        padding: 0 !important;
    }

    img {
        border-radius: 5px;
        width: 100%;
    }
}

.listing--full {
    > .row:not(:last-child) {
        border-bottom: 1px solid #E8E8E8;
    }

    .thumb {
        border-radius: 5px;
        width: 100%;
        max-height: 70px;
        object-fit: cover;
        object-position: center;
    }

    a {
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }

    .name {
        color: #222;
        font-size: 1.1rem;
    }

    .gray {
        color: #666;
    }

    p, figcaption {
        margin: 0;
        font-size: 0.8rem;
    }

    .stats {
        font-size: 0.8rem;
    }
}

.listing--big {

    .row {
        .btn.more {
            margin-top: 10px;

            &:hover {
                text-decoration: underline;
            }
        }

        &.panel {
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 20px;
        }
    }

    .thumb {
        margin-bottom: 10px;

        img {
            height: 186px;
        }
    }

    .name {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    /*.location {*/
    /*    margin-bottom: 30px;*/
    /*}*/

    .services {
        margin-bottom: 0;
    }

    .desc-brief {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 8px 0 0 0;
        color: #a7a7a7;
    }

    .clinic .i-verified {
        mask-size: 23px;
        width: 23px;
        height: 23px;
        margin-right: 4px;
    }
}

.book-appointment-container {
    padding: 12px;
    text-align: center;

    .cant-book {
        color: #888;

        .ask {
            font-weight: bold;
        }
    }

    .button {
        display: block;

        &.clicked {
            opacity: .5;
            cursor: wait;
        }

        .spinner {
            width: 16px;
            height: 16px;
            margin-right: 12px;
            display: none;
        }

        .bi {
            color: #fff;
            margin-right: 12px;
        }
    }

    .ask {
        color: #008056;
        cursor: pointer;

        &:hover, &:active {
            text-decoration: underline;
        }
    }
}

.text-more {
    &:not(.expanded) p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;

        &.l-3 {
            -webkit-line-clamp: 3;
            line-clamp: 3;
        }
    }

    span.more {
        color: #008056;
        cursor: pointer;
        text-decoration: none;

        &:hover, &:active {
            text-decoration: underline;
        }
    }
}

.create-account-footer-sticky {
    padding: 12px;
    z-index: 1010;
    text-align: center;
}

.button.create-account {
    display: block;
    background-color: #2b74da;
    border: #2b74da;

    &:active, &:hover {
        background-color: #1d63c5 !important;
        border: #1d63c5 !important;
    }

    .bi {
        position: relative;
        top: 3px;
        color: #fff;
        margin-right: 12px;
    }
}

.no-results {
    color: #888;
}

.disease-show {
    h2 {
        margin-top: 20px;

    }

    small.text-muted {
        text-align: center;
        margin-top: 50px;
        display: block;

        .bi {
            margin-right: 10px;
        }
    }
}

.under-listing .text-link {
    font-size: 13px;
    color: #666;
    text-decoration: underline;

    &:hover {
        text-decoration: none;
    }
}

ul.simple-text-links {
    li {
        margin: 10px 0;

        &.template {
            display: none;
        }

        &.no-results {
            list-style-type: none;
            color: #888;
        }
    }

    a {
        color: #474747;
        text-decoration: none;

        &:hover, &:active {
            text-decoration: underline;
        }
    }
}

.pagination {
    text-align: center;
    margin-top: 50px;
    display: block;

    .info {
        font-size: .8rem;
        color: #666;
        margin-top: 25px;

        a {

        }
    }
}

.filters {
    .filter {
        margin-bottom: 32px;

        &:last-child {
            margin-bottom: 0;
        }

        .hide-more {
            display: none;
        }

        .more {
            color: #008056;
            cursor: pointer;
        }

        .more:hover {
            text-decoration: underline;
        }

        .hide-more, .hide-search {
            display: none;
        }

        .show-search {
            display: block !important;
        }

        ol {
            list-style-type: none;
            margin: 0 0 0 20px;
            padding: 0;

            li {
                margin-bottom: 12px;

                &:last-child {
                    margin-bottom: 0;
                }
            }
        }

        .form-check-input, .form-check-radio {
            margin-right: 15px;
        }
    }

    * {
        color: #333;
    }

    .btn-primary {
        color: #fff;
    }

    .h {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .mid-find {
        text-align: center;
        margin-top: 20px;
    }

    .bi-search {
        margin-right: 10px;
    }
}

.filter-filter {
    margin-bottom: 20px;
}

.form-check-input:checked {
    background-color: #008056;
}

.form-check-input:focus {
    border-color: #008056;
    box-shadow: 0 0 0 0.25rem rgba(0, 150,105,.25);
}

.spinner-overlay {
    position:absolute;
    top:0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    z-index: 9999;

    .spinner-grow {
        position: relative;
        top: 48%;
        left: 48%;
        color: #008056;
    }
}

.turnstile small {
    color: #858585;
    display: block;
    width: 50%;
    margin-bottom: 10px;
}

.sidebar .claim {
    text-align: center;
    margin-top: 20px;
}

.claim {
    p {
        font-weight: 500;
        color: #3164e1;
        margin: 0 0 10px;
    }

    &.in-content {
        text-align: center;
        margin-top: 60px;

        p {
            margin-bottom: 0;
            margin-top: 7px;
        }

        .btn {
            margin-left: 20px;
            margin-right: 20px;
        }
    }

    &.sidebar {
        margin-top: 50px;

        .btn {
            margin-bottom: 10px;
        }
    }
}

.submit-in-listing {
    text-align: center;

    a {
        color: #008056;

        &:hover {
            text-decoration: none;
        }
    }
}

.protected-email b {
    display: none;
}

.i.svg {
    background-size: 35px;
}

.btn-link {
    text-decoration: none;
    color: gray;

    &:hover {
        text-decoration: underline;
        color: gray;
    }
}


.ico {
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: black;
}

.breadcrumb {
    li, li a {
        color: #666;
        font-size: .85rem;
        text-decoration: none;
    }

    li a:hover {
        text-decoration: underline;
    }
}

.faq {
    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .more:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .answer {
        border-left: 3px solid #b3b3b3;
        padding-left: 1rem;
    }
}

.form-floating label {
    white-space: normal;
}

.text-muted {
    font-size: .7rem;

    &.bigger {
        font-size: .85rem;
    }
}


.login-with {
    display: block;

    transition: background-color .3s, box-shadow .3s;

    padding: 12px 16px 12px 42px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    text-align: center;
    /*box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);*/

    text-decoration: none;

    color: #222;
    font-size: 14px;
    font-weight: 500;

    background-repeat: no-repeat;

    &.line-btn {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KPHBhdGggZmlsbD0iIzAwYzMwMCIgZD0iTTEyLjUsNDJoMjNjMy41OSwwLDYuNS0yLjkxLDYuNS02LjV2LTIzQzQyLDguOTEsMzkuMDksNiwzNS41LDZoLTIzQzguOTEsNiw2LDguOTEsNiwxMi41djIzQzYsMzkuMDksOC45MSw0MiwxMi41LDQyeiI+PC9wYXRoPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zNy4xMTMsMjIuNDE3YzAtNS44NjUtNS44OC0xMC42MzctMTMuMTA3LTEwLjYzN3MtMTMuMTA4LDQuNzcyLTEzLjEwOCwxMC42MzdjMCw1LjI1OCw0LjY2Myw5LjY2MiwxMC45NjIsMTAuNDk1YzAuNDI3LDAuMDkyLDEuMDA4LDAuMjgyLDEuMTU1LDAuNjQ2YzAuMTMyLDAuMzMxLDAuMDg2LDAuODUsMC4wNDIsMS4xODVjMCwwLTAuMTUzLDAuOTI1LTAuMTg3LDEuMTIyYy0wLjA1NywwLjMzMS0wLjI2MywxLjI5NiwxLjEzNSwwLjcwN2MxLjM5OS0wLjU4OSw3LjU0OC00LjQ0NSwxMC4yOTgtNy42MTFoLTAuMDAxQzM2LjIwMywyNi44NzksMzcuMTEzLDI0Ljc2NCwzNy4xMTMsMjIuNDE3eiBNMTguODc1LDI1LjkwN2gtMi42MDRjLTAuMzc5LDAtMC42ODctMC4zMDgtMC42ODctMC42ODhWMjAuMDFjMC0wLjM3OSwwLjMwOC0wLjY4NywwLjY4Ny0wLjY4N2MwLjM3OSwwLDAuNjg3LDAuMzA4LDAuNjg3LDAuNjg3djQuNTIxaDEuOTE3YzAuMzc5LDAsMC42ODcsMC4zMDgsMC42ODcsMC42ODdDMTkuNTYyLDI1LjU5OCwxOS4yNTQsMjUuOTA3LDE4Ljg3NSwyNS45MDd6IE0yMS41NjgsMjUuMjE5YzAsMC4zNzktMC4zMDgsMC42ODgtMC42ODcsMC42ODhzLTAuNjg3LTAuMzA4LTAuNjg3LTAuNjg4VjIwLjAxYzAtMC4zNzksMC4zMDgtMC42ODcsMC42ODctMC42ODdzMC42ODcsMC4zMDgsMC42ODcsMC42ODdWMjUuMjE5eiBNMjcuODM4LDI1LjIxOWMwLDAuMjk3LTAuMTg4LDAuNTU5LTAuNDcsMC42NTJjLTAuMDcxLDAuMDI0LTAuMTQ1LDAuMDM2LTAuMjE4LDAuMDM2Yy0wLjIxNSwwLTAuNDItMC4xMDMtMC41NDktMC4yNzVsLTIuNjY5LTMuNjM1djMuMjIyYzAsMC4zNzktMC4zMDgsMC42ODgtMC42ODgsMC42ODhjLTAuMzc5LDAtMC42ODgtMC4zMDgtMC42ODgtMC42ODhWMjAuMDFjMC0wLjI5NiwwLjE4OS0wLjU1OCwwLjQ3LTAuNjUyYzAuMDcxLTAuMDI0LDAuMTQ0LTAuMDM1LDAuMjE4LTAuMDM1YzAuMjE0LDAsMC40MiwwLjEwMywwLjU0OSwwLjI3NWwyLjY3LDMuNjM1VjIwLjAxYzAtMC4zNzksMC4zMDktMC42ODcsMC42ODgtMC42ODdjMC4zNzksMCwwLjY4NywwLjMwOCwwLjY4NywwLjY4N1YyNS4yMTl6IE0zMi4wNTIsMjEuOTI3YzAuMzc5LDAsMC42ODgsMC4zMDgsMC42ODgsMC42ODhjMCwwLjM3OS0wLjMwOCwwLjY4Ny0wLjY4OCwwLjY4N2gtMS45MTd2MS4yM2gxLjkxN2MwLjM3OSwwLDAuNjg4LDAuMzA4LDAuNjg4LDAuNjg3YzAsMC4zNzktMC4zMDksMC42ODgtMC42ODgsMC42ODhoLTIuNjA0Yy0wLjM3OCwwLTAuNjg3LTAuMzA4LTAuNjg3LTAuNjg4di0yLjYwM2MwLTAuMDAxLDAtMC4wMDEsMC0wLjAwMWMwLDAsMC0wLjAwMSwwLTAuMDAxdi0yLjYwMWMwLTAuMDAxLDAtMC4wMDEsMC0wLjAwMmMwLTAuMzc5LDAuMzA4LTAuNjg3LDAuNjg3LTAuNjg3aDIuNjA0YzAuMzc5LDAsMC42ODgsMC4zMDgsMC42ODgsMC42ODdzLTAuMzA4LDAuNjg3LTAuNjg4LDAuNjg3aC0xLjkxN3YxLjIzSDMyLjA1MnoiPjwvcGF0aD4KPC9zdmc+Cg==);
        background-size: 40px;
        background-position: 3px;
    }

    &.google-btn {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
        background-size: 27px;
        background-position: 10px;
    }

    &.facebook-btn {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjM0Y1MUI1IiBkPSJNNDIsMzdjMCwyLjc2Mi0yLjIzOCw1LTUsNUgxMWMtMi43NjEsMC01LTIuMjM4LTUtNVYxMWMwLTIuNzYyLDIuMjM5LTUsNS01aDI2YzIuNzYyLDAsNSwyLjIzOCw1LDVWMzd6Ij48L3BhdGg+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTM0LjM2OCwyNUgzMXYxM2gtNVYyNWgtM3YtNGgzdi0yLjQxYzAuMDAyLTMuNTA4LDEuNDU5LTUuNTksNS41OTItNS41OUgzNXY0aC0yLjI4N0MzMS4xMDQsMTcsMzEsMTcuNiwzMSwxOC43MjNWMjFoNEwzNC4zNjgsMjV6Ij48L3BhdGg+PC9zdmc+Cg==');
        background-size: 37px;
        background-position: 5px;
    }

    &:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    }

    &:active {
        background-color: #eeeeee;
    }

    &:focus {
        outline: none;
        box-shadow:
            0 -1px 0 rgba(0, 0, 0, .04),
            0 2px 4px rgba(0, 0, 0, .25),
            0 0 0 3px #c8dafc;
    }

    &:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
        cursor: not-allowed;
    }
}

.alert-need-signup {
    text-align: center;
    color: #58151c;
    text-decoration: none;

    strong {
        color: #58151c;
    }
}

.admin-options {
    background-color: #fff5d6;

    &:hover .opacity-0 {
        opacity: 1 !important;
    }
}

.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center;

    &:before {
        content: " ";
        display: block;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #f7f7f7;
    }

    span {
        background-color: #fff; padding: 1em;
    }
}

.form-generic-error {
    margin-bottom: 20px;

    .head {
        text-align: center;
        color: #c10000;
        font-weight: bold;
    }

    ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
        text-align: center;
        font-weight: bold;
    }

    li {
        color: #c10000;
        font-weight: normal;
    }
}


.my-clinics {
    .take-over-active .take-over-opacity {
        opacity: .5;
    }
}

.edit-clinic {
    margin-top: 20px;

    .label {
        .bi {
            margin-right: 10px;
            color: #008056;
        }

        .text-muted {
            margin-left: 26px;
        }
    }

    .subform {
        padding-left: 26px;
        /*padding-right: 26px;*/
        overflow-x: hidden;
    }

    .hint {
        font-size: 0.75em;
        color: #888;
    }

    a {
        text-decoration: none;
        color: #008056;

        .bi {
            font-size: 12px;
        }
    }
}

hr.light {
    color: #7e7e7e;
}

a.link-cancel {
    color: #888;
}

a.edit .bi {
    color: #008056;
}

i.req {
    color: red
}

a.text-del {
    color: #d70000;

    i.bi {
        color: #d70000;
    }
}


.zebra-odd, .zebra-even {
    padding-top: 5px;
    padding-bottom: 5px;
}
.zebra-even {
    background: #f7f7f7;
}

.wrap-text {
    white-space: pre-wrap;
}

.upload-photo {
    background-color: #f7f7f7;
    text-align: center;
    position: relative;

    img.preview {
        width: 100%;
    }

    .empty {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #818181;

        .bi {
            color: #b7b7b7;
            font-size: 50px;
        }
    }

    input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        opacity: 0;
    }
}

.delete-confirm, .delete-confirm .bi {
    color: #ad0000 !important;
}

.bootstrap-datetimepicker-widget {
    z-index: 9999;
}

.remove-clinic, .remove-clinic .bi {
    color: #888;
}

.remove-clinic:hover {
    cursor: pointer;
    text-decoration: underline;
}

.take-over-details {
    .accordion-header .bi {
        margin-right: 10px;
    }

    ol {
        padding-left: 15px;
    }

    .clipboard-copy * {
        color: #fff;
    }
}

.pending-verification-badge {
    margin-left: 10px;
}

.page-header-with-back {
    .back {
        color: gray;
    }
}

.alert textarea.copy-source {
    width: 100%;
    border:0;
    overflow-y: hidden;
    resize: none;
    padding: 0;
}

.alert-warning textarea.copy-source {
    background-color: #fff3cd;
    color: rgb(102, 77, 3);
}

.alert-secondary textarea.copy-source {
    background-color: rgb(226, 227, 229);
    color: rgb(43, 47, 50);
}

.disclaimer {
    color: #9b9b9b !important;

    a {
        color: #9b9b9b !important;
    }
}


/* Clinic Submission Duplicate Detection */
.duplicate-confirmation {
    padding: 2rem 0;
}

.duplicate-confirmation h3 {
    margin-bottom: 1rem;
    color: #333;
}

.duplicate-confirmation .list-group-item {
    padding: 1.5rem;
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
}

.duplicate-confirmation .list-group-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background-color: #ededed;
}

.duplicate-confirmation .btn-confirm-clinic {
    white-space: nowrap;
    min-width: 150px;
}

.duplicate-confirmation .btn-proceed-new {
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem;
    text-decoration: underline;
}

.duplicate-confirmation .btn-proceed-new:hover {
    text-decoration: none;
}
