﻿.profile-container.profile-header-fixed .profile-fixed-container {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 65px;
    z-index: 5;
}

.profile-container.profile-header-fixed .profile-header {
    position: absolute;
    bottom: 0px;
}

.profile-container.profile-header-fixed .profile-image-container {
    visibility: hidden;
}

.profile-container.profile-header-fixed .profile-content .profile-details {
    z-index: 0;
}

.profile-container.profile-header-fixed .profile-bar-title {
    display: table;
}

.profile-header-inline-container {
    height: calc(21vw + 60px);
}

.profile-header {
    width: 100%;
}

.profile-canopy {
    width: 100%;
    height: 21vw;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0e4084;
}

.profile-canopy-edit-container {
    position: absolute;
    top: 80px;
    width: 105px;
    height: 30px;
}

.profile-canopy-edit {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    border-radius: 2rem;
    transition: opacity 0.3s;
}

    .profile-canopy-edit:hover {
        cursor: pointer;
    }

.profile-canopy-edit-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-weight: 500;
    transition: opacity 0.3s;
}

    .profile-canopy-edit-content:hover {
        cursor: pointer;
    }

    .profile-canopy-edit-content i {
        padding-right: 6px;
    }

    .profile-canopy-edit-content p {
        margin: 0;
    }

.profile-canopy.can-edit:hover .profile-canopy-edit {
    opacity: 0.5;
}

    .profile-canopy.can-edit:hover .profile-canopy-edit:hover {
        cursor: pointer;
    }

.profile-canopy.can-edit:hover .profile-canopy-edit-content {
    opacity: 1;
}

.profile-bar {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.06) !important;
}

.profile-bar-title {
    height: 100%;
    vertical-align: middle;
}

    .profile-bar-title .profile-bar-title-image-container {
        display: table-cell;
        vertical-align: middle;
    }

        .profile-bar-title .profile-bar-title-image-container img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

    .profile-bar-title .profile-bar-title-span-container {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

        .profile-bar-title .profile-bar-title-span-container span {
            font-weight: 500;
            font-size: 1.2rem;
        }

.profile-content {
    margin-top: 30px;
    margin-bottom: 10px;
}

.profile-details {
    z-index: 10;
}

.profile-container.canopy .profile-details-container {
    position: relative;
    top: -215px;
    padding-right: 10px;
    padding-left: 10px;
}

.profile-image-container {
    position: relative;
    width: 212px;
    height: 212px;
    background-color: #fff;
    border: 6px solid #fff;
    border-radius: 50%;
}

    .profile-image-container.can-edit:hover {
        cursor: pointer;
    }

    .profile-image-container img {
        width: 200px;
        height: 200px;
        display: block;
        border-radius: 50%;
        background-color: #fff;
    }

    .profile-image-container.loading {
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeHolderShimmer;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
        background-size: 800px 104px;
        position: relative;
    }

.profile-image-edit {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    background-color: #000;
    opacity: 0;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    border-top: none;
    transition: opacity 0.3s;
}

.profile-image-edit-content {
    position: absolute;
    width: 100%;
    height: 30%;
    top: 70%;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
}

    .profile-image-edit-content p {
        margin: 0;
        font-weight: 500;
    }

    .profile-image-edit-content i {
        font-size: 1.3rem;
    }

.profile-image-container.can-edit:hover .profile-image-edit {
    opacity: 0.5;
}

.profile-image-container.can-edit:hover .profile-image-edit-content {
    opacity: 1;
}


.profile-interact-container {
    margin-top: 15px;
}

    .profile-interact-container button {
        display: block;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 991px) { /*lg*/
    .profile-canopy-edit-container {
        width: 92px;
        height: 28px;
    }

    .profile-canopy-edit-content {
        padding: 5px 0;
    }

    .profile-image-container {
        width: 172px;
        height: 172px;
    }

        .profile-image-container img {
            width: 160px;
            height: 160px;
        }

    .profile-container.canopy .profile-details-container {
        top: -180px;
    }
}

@media only screen and (max-width: 767px) { /*md*/
    .profile-canopy.can-edit .container {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .profile-canopy.can-edit .row {
        width: 100%;
        height: 100%;
    }

    .profile-canopy.can-edit .profile-canopy-edit-container {
        top: 0;
        left: 0;
    }

        .profile-canopy.can-edit .profile-canopy-edit-container .profile-canopy-edit {
            opacity: 0.5;
            border-radius: 0;
        }

        .profile-canopy.can-edit .profile-canopy-edit-container .profile-canopy-edit-content {
            opacity: 1;
        }

    .page-content-container {
        margin-top: 20px;
    }

    .profile-container.profile-header-fixed .profile-fixed-container {
        top: 45px;
    }

    .profile-details {
        position: relative !important;
        text-align: center;
        margin-bottom: 30px;
    }

        .profile-details button {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .profile-image-container {
        width: 212px;
        height: 212px;
        margin: auto;
    }

        .profile-image-container img {
            width: 200px;
            height: 200px;
        }

    .profile-container.canopy .profile-details-container {
        top: 0px;
    }

        .profile-container.canopy .profile-details-container .profile-image-container {
            visibility: visible;
        }

    .profile-container.profile-header-fixed .profile-bar-title {
        display: none;
    }

    .profile-container .season-progress-container {
        display: none !important;
    }
}


#modal-profile-image-buttons-container button {
    margin: 30px auto;
    display: block;
}

#modal-profile-image-upload-container {
    text-align: center;
}

    #modal-profile-image-upload-container .file-upload-wrapper {
        width: 145px;
        margin: 30px 0;
    }

        #modal-profile-image-upload-container .file-upload-wrapper input[type=file] {
            width: 145px;
            height: 33px;
        }

        #modal-profile-image-upload-container .file-upload-wrapper button {
            width: 145px;
            height: 33px;
        }

#profile-image-preview-container {
    display: block;
    height: 202px;
    width: 202px;
    margin: 20px auto 20px auto;
    overflow: hidden;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    cursor: move;
}

#img-profile-image-preview {
    left: 0;
    top: 0;
    pointer-events: none;
    position: relative;
    -moz-user-select: none;
}

.profile-image-mask-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 0 0 80px #000;
    opacity: 0.5;
    z-index: 10;
}

#modal-profile-image-error-container {
    margin-bottom: 20px;
    text-align: center;
    color: #dc3545;
}

#modal-profile-image-preview-label-container {
    margin-bottom: 20px;
    text-align: center;
}


#modal-profile-canopy.preview .modal-dialog {
    max-width: 80%;
}

#modal-profile-canopy-buttons-container button {
    margin: 30px auto;
    display: block;
}

#modal-profile-canopy-upload-container {
    text-align: center;
}

    #modal-profile-canopy-upload-container .file-upload-wrapper {
        width: 145px;
        margin: 30px 0;
    }

        #modal-profile-canopy-upload-container .file-upload-wrapper input[type=file] {
            width: 145px;
            height: 33px;
        }

        #modal-profile-canopy-upload-container .file-upload-wrapper button {
            width: 145px;
            height: 33px;
        }

#modal-profile-canopy-preview-container {
    background-color: #f5f5f5;
    overflow: hidden;
}

#profile-canopy-preview-container {
    display: block;
    width: 100%;
    /*height: 21vw;*/
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    cursor: move;
}

#profile-canopy-preview {
    pointer-events: none;
    position: relative;
    -moz-user-select: none;
    width: 100%;
    /*height: 21vw;*/
    padding-top: 21%;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#modal-profile-canopy-preview-container .profile-bar {
    height: 55px;
}

#modal-profile-canopy-error-container {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #dc3545;
}

#modal-profile-canopy-preview-label-container {
    margin: 10px 0 20px 0;
    text-align: center;
}

.profile-canopy-preview-grid-container {
    width: 80%;
    height: 30px;
    margin: auto;
}

    .profile-canopy-preview-grid-container .profile-details-container {
        position: relative;
        top: -170px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .profile-canopy-preview-grid-container .profile-image-container {
        width: 200px;
        height: 200px;
    }


@media (max-width: 1199px) { /*xlg*/
    .profile-canopy-preview-grid-container .profile-details-container {
        top: -140px;
    }

    .profile-canopy-preview-grid-container .profile-image-container {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 767px) { /*md*/
    .profile-canopy-preview-grid-container .profile-details-container {
        display: none;
    }
}

.profile-details-animated-background {
    margin-top: 15px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.profile-details-background-masker {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    width: auto;
}

    .profile-details-background-masker.content-first-end {
        left: 220px;
        height: 20px;
    }

    .profile-details-background-masker.content-second-line {
        top: 20px;
        height: 14px;
    }

    .profile-details-background-masker.content-second-end
    {
        left: 240px;
        top: 34px;
    }

    .profile-details-background-masker.content-third-line {
        top: 42px;
    }

    .profile-details-background-masker.content-third-end {
        left: 180px;
        top: 50px;
    }

    .profile-details-background-masker.content-fourth-line {
        top: 58px;
        height: 14px;
    }

    .profile-details-background-masker.content-fourth-end {
        left: 100px;
        top: 72px;
    }

    .profile-details-background-masker.content-fith-line {
        top: 80px;
    }

    .profile-details-background-masker.content-fith-end {
        left: 100px;
        top: 88px;
    }