﻿.layout > .row {
    margin: 0 -24px;
}


/* Left sidebar */

.supporter > div {
    margin-right: 0;
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

    .logo-wrap img {
        max-height: 112px;
        object-fit: contain;
        max-width: 80%;
    }

.profile-info {
    border-top: solid 1px #ccc;
}

.company-website i {
    margin-right: 8px;
}

.specifications-chart p {
    padding: 2px 8px;
}

.specifications-chart > p:nth-child(odd) {
    background: #EAF0F7;
}

.specifications-chart > p > span:first-child {
    white-space: nowrap;
}

.best-fit {
    background: #EAF0F7;
    padding: 2px 8px;
}

    .best-fit p {
        margin-bottom: 0;
        padding: 0;
    }

    .best-fit > div:last-child p {
        margin-bottom: 4px;
    }

    .best-fit > div:last-child > p:last-child {
        margin-bottom: 0;
    }

/* Main content */

.profile-video-top > * {
    margin-bottom: 16px;
}

.profile-video-bottom > * {
    /* margin-top: 16px; */
}

.profile-documents i {
    margin-right: 8px;
}


/* Right sidebar */

.right-sidebar {
    border-left: solid 1px #ccc;
}

.stars i {
    color: #FFB108 !important;
}

.right-sidebar-ratings {
}


/* chart */
.chart-wrapper canvas {
    width: 208px;
    margin: 0 auto;
}



/* sm and up screen size */
@media (min-width: 768px) {
    .logo-wrap img {
        max-width: 304px;
    }
}

/* md and up screen size */
@media (min-width: 992px) {
    .logo-wrap img {
        max-width: 100%;
        max-height: 176px;
    }

    .rating {
        width: 100% !important;
    }

    .chart-wrapper canvas {
        width: 156px;
    }
}

/* xl and up screen size */
@media (min-width: 1200px) {
}

/* xxl and up screen size */
@media (min-width: 1400px) {
    .chart-wrapper canvas {
        width: 192px;
    }
}
