﻿/* MyHigherEd Profile CSS */

.profile-bgcover {
    margin-left: -30px;
    border-radius: 32px;
    object-fit: cover;
    width: 1200px;
    height: 271px;
}

#banner-image-i img {
    border-radius: 32px;
}

.profile-bgcover.approve-page {
    margin-left: -15px !important;
    border-radius: 16px;
    object-fit: cover;
    width: 350px;
    height: 160px;
}


a.btn.fav-link {
    display: block;
    text-transform: uppercase;
    width: auto;
    text-align: right;
    padding: 0;
    margin-bottom: 32px;
    margin-top: 16px;
    color: #97999b;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: 300ms;
}

    a.btn.fav-link:hover {
        color: #777;
    }

a.fav-link span {
    top: 4px;
    margin-left: 6px;
    font-size: 24px !important;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

a.label:focus,
a.label:hover {
    color: inherit;
}

.label-profile {
    background-color: #f5e1a4;
    border: 1px solid #eed792;
    color: #444444;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: 4px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: 300ms;
}

    .label-profile:hover {
        background-color: #ffffff;
        color: #444444 !important;
    }

a.btn.fav-link, .label-profile {
    display: none;
}

.profile-pic {
    border-radius: 50%;
    object-fit: cover;
    width: 200px;
    height: 200px;
    margin-top: -72px;
    box-shadow: 0 0 6px rgba(160,160,160,0.25);
    overflow: hidden;
}

    .profile-pic.approve-page {
        border-radius: 50%;
        object-fit: cover;
        width: 160px;
        height: 160px;
        margin-top: -32px;
        margin-bottom: 24px;
        box-shadow: 0 0 6px rgba(160,160,160,0.25);
        overflow: hidden;
    }

.profile-address {
    margin-top: 16px;
}

    .profile-address span {
        color: #78be21;
        top: 6px;
        font-size: 24px;
        margin-right: 4px;
    }

.profile-contents {
    margin-top: 14px;
    margin-bottom: 36px;
}

.profile-link {
    text-decoration: underline;
    padding: 0;
    margin-bottom: 6px;
    color: #008099;
    transition: 300ms;
}

.profile-about {
    margin-top: 24px;
    width: 100%;
    word-break: break-word;
    line-height: 1.5;
}

.after-dot {
    padding: 18px;
}

    .after-dot:after {
        content: " ";
        display: inline;
        width: 4px !important;
        height: 4px !important;
        background-color: #111;
        position: absolute;
        border-radius: 2px;
        margin-top: 10px;
        margin-left: -1px;
    }

/* Other */

input[type="range"] {
    display: block;
    width: 100%;
}

.float-container {
    border: 3px solid #fff;
    padding: 20px;
}

.float-child {
    width: 50%;
    float: left;
    padding: 20px;
    border: 0.5px solid dodgerblue;
}

ul.breadcrumb {
    margin-bottom: 120px;
}

.profile-address ::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #78BE21;
    padding-right: 0.5rem;
}