﻿.hero {
    display: flex;
    /* align-items: center; */
    /* gap: 24px; */
    background: var(--card);
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 20px;
}

.layout {
    /* display: flex; */
    gap: 30px;
    /* align-items: flex-start; */
}

.left {
    /* width: 300px; */
    /* min-width: 260px; */
}

.chart {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .chart .donut {
        position: relative;
        width: 160px;
        height: 160px;
    }

    .chart svg {
        transform: rotate(-90deg);
    }

    .chart .center {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

        .chart .center .big {
            font-size: 18px;
        }

        .chart .center .small {
            font-size: 12px;
            color: var(--muted);
        }

.ratings .row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 4px;
}

.stars {
    /* color: #f6d94f; */
    letter-spacing: 2px;
}

.card {
    background: var(--card);
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 18px;
}

.follow {
    /* background: var(--green); */
    /* background: #fc8035; */
    /* padding: 10px 12px; */
    /* text-align: center; */
    /* text-decoration: none; */
    /* font-weight: 600; */
    /* display: block; */
    /* margin-bottom: 10px; */
}

.review {
    display: flex;
    gap: 14px;
    background: var(--card);
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 14px;
}

    .review .meta {
        width: 120px;
        font-size: 13px;
        color: var(--muted);
    }

        .review .meta .stars {
            font-size: 12px;
        }

    .review .body {
        flex: 1;
    }

    .review h3 {
        margin: 0 0 6px 0;
        font-size: 16px;
        color: #333;
    }

    .review p {
        margin: 0 0 6px 0;
        color: #444;
        line-height: 1.5;
    }

    .review small {
        color: var(--muted);
    }

.btn-back {
    display: inline-block;
    background: #ddd;
    color: #333;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

.review {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}


    .review .body {
        flex: 1;
    }

.fa-star,
.fa-star-half-stroke {
    font-size: 1rem;
}

.stars i {
    /* margin-right: 2px; */
}







.page-title h1 {
    margin-bottom: 0;
}
.back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    color: #222 !important;
    font-weight: 600;
    font-size: 14px;
    transition: color .15s ease-in-out;
}
.back-btn:hover {
    color: #E56110 !important;
    transition: color .15s ease-in-out;
}
.back-btn i {
    margin-right: .225em;
    font-size: 18px;
}
.layout > .row {
    margin: 0 -24px;
}
.layout h2 {
    /* font-size: 22px; */
    /* font-weight: 700; */
}
.layout h3 {
    /* font-size: 18px;
    font-weight: 700; */
}


/* Hero */

.hero {
    /* padding: 0 12px !important; */
}
.hero .supporter {
    height: 33px;
}
.hero .supporter > div {
	/* background: #2881F6; */
    background: #3B8CF7;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: 600;
    font-size: 14px;
    width: 112px;
    margin-right: -12px;
    margin-left: auto;
    border-radius: 0 6px 0 6px !important;
    display: none;
}
.hero .supporter i {
	margin-right: 8px;
}
.hero.highlight .supporter > div {
	display: block;
}
.hero img {
    max-height: 176px;
    object-fit: contain;
    max-width: 88%;
}
.hero .hero-header > div > div:nth-child(1),
.hero .hero-body > div > div:nth-child(1) {
    border-right: solid 1px #ccc;
}
.hero .hero-footer {
    border-top: solid 1px #ccc; 
}
.follow-tooltip {
    border: none;
    background: none;
    padding: 0;
}
.follow-tooltip i {
    color: #FB6F18;
}
.chart-wrapper {
    width: 312px;
    height: 312px;
}
.chart {
    padding-top: 8px !important;
}
.stars i {
    /* font-size: 18px; */
    /* color: #FFA947 !important; */
    color: #FFB108 !important;
}


/* Sidebar */

.sales-contact i {
    font-size: 14px;
    margin-right: 8px;
}
.contact-info {
    border-top: solid 1px #ccc;
}
.contact-form .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    box-shadow: none;
}
.contact-form .accordion-button:focus {
    box-shadow: none;
}
.contact-form .accordion-collapse.collapsing {
    /* transition: none !important; */
}
.contact-form .accordion-button::after {
    background-image: url(/img/angle-down-solid-full.svg);
    height: 30px;
    width: 30px;
    background-size: 30px;
    
}
.contact-form .accordion-button:hover {
    color: #FB6F18;
}
.contact-form label {
    display: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: none;
}

/* Review card */

.incentivised {
    min-width: 112px;
}
.incentivised i {
    /* color: #FFA947; */
    color: #FFB108;
}
.review-card > div:nth-child(1),
.review-card > div:nth-child(2) {
    border-bottom: solid 1px #ccc;
}
.review-information > div:nth-child(n+2) > p > span:first-child {
    min-width: 176px;
    display: inline-flex;
}
.review-information > div:nth-child(2) > p:nth-child(odd) {
     /* background: #EDF2F8; */
     background: #EAF0F7;
}
.review-information > div:nth-child(3) > p:nth-child(even) {
     /* background: #EDF2F8; */
     background: #EAF0F7;
}


/* AMS profile (listing) sm and up screen size */
@media (min-width: 768px) {
    .hero img {
        max-width: 280px;
    }
}

/* AMS profile (listing) md and up screen size */
@media (min-width: 992px) {
    .hero .supporter > div {
        /* margin-right: -12px; */
    }
    .chart {
        padding-top: 0 !important;
    }
}

/* AMS profile (listing) lg and up screen size */
@media (min-width: 1200px) {
    .review-information > div:nth-child(n+2) > p:nth-child(odd) {
        /* background: #EDF2F8; */
        background: #EAF0F7;
    }
    .review-information > div:nth-child(3) > p:nth-child(even) {
        background: transparent;
    }
    .hero .hero-body > div > div:nth-child(1) {
        padding-top: 0 !important;
    }
}