﻿:root {
    --bio-max-height: 250px;
}

.btn-icon {
    position: relative;
    padding-left: 40px;
}

.btn-icon .fa {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 30px;
    border-radius: 0px;
    background: #fff;
    color: #000;
    line-height: 225%;
    opacity: 0.7;
}

.unavailable-container {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.line-break {
    white-space: normal;
    line-break: anywhere;
}

.line-break-word {
    white-space: normal;
}

.truck-details-line {
    padding: 2.5px 0;
}

    .truck-details-line:nth-of-type(2n+2) {
        background-color: #0000000d;
    }

#contact-info button,
#contact-info a {
    text-align: left;
    white-space: normal;
}

#contact-info .cta-icon {
    text-align: center;
}

.bio-text.collapsed {
    max-height: var(--bio-max-height);
    overflow: hidden;
    position: relative;
}

.bio-text .expand-overlay {
    position: absolute;
    background: linear-gradient(0deg, #fafafa 60%, transparent);
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    user-select: none;
}

.bio-text .expand-overlay span {
    margin-right: 10px;
}

.bio-text .expand-overlay i {
    font-size: 2rem;
}

.mw-100 {
    min-width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .mw-100 {
        min-width: unset;
    }
}
.viewer-count {
    background: #fff;
    border-radius: 6px;
    padding: 14px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.viewer-count-text {
    font-size: 1.5rem;
}

