/* _content/SocialMediaStatistics.Dashboard/Pages/Property.cshtml.rz.scp.css */
.container[b-xlequjkskp] {
    font-family: Poppins, sans-serif;
    color: #111111;
    margin: auto;
    max-width: 1020px;
    min-width: 360px;
    padding: 24px 20px;
}

.property-image[b-xlequjkskp] {
    height: 260px;
    border-radius: 4px;
    background-color: rgb(80, 101, 124);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 12px;
}

h2[b-xlequjkskp] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

h3[b-xlequjkskp] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

h4[b-xlequjkskp] {
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
}

h5[b-xlequjkskp] {
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0;
}


.branch-header[b-xlequjkskp] {
    height: 48px;
}

.image-text[b-xlequjkskp] {
    position: absolute;
    color: white;
    bottom: 8px;
}

.card[b-xlequjkskp] {
    border-color: rgb(80, 101, 124);
    background-color: white;
    border-radius: 4px;
    box-shadow: rgb(218, 224, 231) 0px 1px 4px 0px, rgb(218, 224, 231) 0px 0px 0px 1px;
    margin: 15px 0;
    padding: 12px;
}

.metrics-container-row[b-xlequjkskp] {
    width: 100%;
    margin-top: 20px;
}

.metrics-container[b-xlequjkskp] {
    width: 50%;
    float: left;
}

.metrics-container-first-column[b-xlequjkskp] {
    padding-right: 20px;
}

.metrics-value[b-xlequjkskp] {
    color: rgb(102, 197, 229);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5;
}

.metrics-description[b-xlequjkskp] {
    margin: 0;
    font-family: Metrophobic, Poppins, sans-serif;
    font-size: 0.75rem;
}

.graph-legend[b-xlequjkskp] {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.graph-legend li[b-xlequjkskp] {
    margin-top: 10px;
}

.graph-legend-row[b-xlequjkskp] {
    width: 100%;
}

.legend-text p[b-xlequjkskp] {
    font-weight: 600;
    margin: 0;
}

.legend-icon[b-xlequjkskp] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 4px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}

.displayed-icon[b-xlequjkskp] {
    background-color: rgb(102, 197, 229);
}

.clicks-icon[b-xlequjkskp] {
    background-color: rgb(199, 65, 155);
}

.website-visits-icon[b-xlequjkskp] {
    background-color: rgb(148, 195, 99);
}

.legend-text[b-xlequjkskp] {
    font-family: Metrophobic, Poppins, sans-serif;
    font-size: 0.75em;
    float: left;
    width: calc(100% - 24px);
}

.social-media-link-container[b-xlequjkskp] {
    width: 100%;
    padding: 20px 0;
}

.social-media-link-label[b-xlequjkskp] {
    width: 50%;
    float: left;
    font-weight: 600;
    font-size: 0.75rem;
}

.social-media-icon[b-xlequjkskp] {
    font-size: 1.2rem;
    padding: 0 10px 0 2px;
}

.social-media-link[b-xlequjkskp] {
    width: 50%;
    float: left;
    padding-top: 2px;
    text-align: right;
    font-size: 0.75rem;
}

.social-media-link-summary[b-xlequjkskp] {
    font-size: 0.75rem;
    margin: 5px 0;
    font-family: Metrophobic, Poppins, sans-serif;
}

a:link[b-xlequjkskp] {
    color: rgb(102, 197, 229);
    text-decoration: none;
}

/* visited link */
a:visited[b-xlequjkskp] {
    color: rgb(102, 197, 229);
    text-decoration: none;
}

/* mouse over link */
a:hover[b-xlequjkskp] {
    color: rgb(1, 79, 121);
    text-decoration: none;
}

/* selected link */
a:active[b-xlequjkskp] {
    color: rgb(1, 79, 121);
    text-decoration: none;
}

.clear-fix[b-xlequjkskp]::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (min-width: 700px) {
    .card[b-xlequjkskp] {
        padding: 32px;
    }
}
/* _content/SocialMediaStatistics.Dashboard/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
