﻿.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 #eaeaea;
    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;
}
.hero {
    /* padding: 0 12px !important; */
}
.hero .supporter {
    height: 33px;
}
.hero .supporter > div {
	background: #3B8CF7;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: 600;
    font-size: 14px;
    width: 112px;
    margin-right: -16px;
    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;
}

.hero .hero-header > div > div:nth-child(1),
.hero .hero-body > div > div:nth-child(1) {
    border-right: solid 1px #ccc;
}
.hero .hero-body > div > div:nth-child(2) {
    /* padding-bottom: 16px; */
}
.hero .hero-footer {
    /* padding-top: 16px; */
    border-top: solid 1px #ccc; 
}

.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: #fc8035 !important;
    transition: color .15s ease-in-out;
}
.back-btn i {
    margin-right: .225em;
    font-size: 18px;
}

.layout > .row {
    margin: 0 -24px;
}
.sales-contact i {
    /* color: #fc8035; */
    font-size: 14px;
    margin-right: 8px;
}

.btn-follow i {
    /* margin: 0 8px 0 0; */
    color: #fc8035;
}

.follow-wrapper i {
    /* color: #fc8035; */
    /* font-size: 14px; */
    /* margin-left: 8px; */
}
.follow {
    /* border-radius: 6px;
    color: #fff;
    background: #fc8035;
    border: none;
    font-weight: 600;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    align-items: center;
    text-transform:  */
}
.follow-tooltip {
    border: none;
    background: none;
    padding: 0;
}
.follow-tooltip i {
    color: #fc8035;
}
.tooltip {
    /* width: 100%;
    max-width: 100%; */
}
.layout h2 {
    font-size: 28px;
    font-weight: 700;
}
.layout h3 {
    font-size: 18px;
    font-weight: 700;
}
.view-full-profile {
	/* font-weight: 600; */
	/* text-decoration: none; */
	/* color: #fc8035; */
	/* font-size: 14px; */
}
.view-full-profile i {
	/* margin-left: 8px; */
}
.view-full-profile:hover {
	color: #fc8035;
}

.chart canvas {
    width: 216px !important;
    height: 216px !important;
}

/* listing md and up screen size */
@media (min-width: 992px) {
    .hero .supporter > div {
        margin-right: -12px;
    }
}