.circle-list-photo {
    width: 40px;
    height: 40px;
    border: 1px solid #929baa;
    border-radius: 20px;
    padding: 2px;
}

.share-container {
    border: 1px solid #efeff0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5px;
}

.share-body {
    padding-left: 5px;
}

.time-date {
    font-size: 10px;
}

.share-post-title {
    padding-top: 8px;
    padding-bottom: 8px;
}

.post-image {
    width: 100%;
    max-width: 250px;
}

.lefttext {
    padding: 0;
}

.nopadding {
    padding: 0;
}

.lazy-icon {
    width: 40px;
    height: 40px;
}

.card {
    overflow: hidden;
}

.card-block .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-block .rotate i {
    color: rgba(20, 20, 20, 0.15);
    position: absolute;
    left: 0;
    left: auto;
    right: -10px;
    bottom: 0;
    display: block;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

.card-one-text {
    color: white ! important;
}

.card-one {
    background: linear-gradient(90deg, #ff4301, #fa7d09);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    -o-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}

.card-two {
    background: linear-gradient(90deg, #206a5d, #81b214);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    -o-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}

.card-three {
    background: linear-gradient(90deg, #0f3057, #008891);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    -o-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}

.card-four {
    background: linear-gradient(90deg, #680747, #f70776);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    -o-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 33%
    }
    50% {
        background-position: 100% 68%
    }
    100% {
        background-position: 0% 33%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 33%
    }
    50% {
        background-position: 100% 68%
    }
    100% {
        background-position: 0% 33%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 33%
    }
    50% {
        background-position: 100% 68%
    }
    100% {
        background-position: 0% 33%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 33%
    }
    50% {
        background-position: 100% 68%
    }
    100% {
        background-position: 0% 33%
    }
}

@keyframes swing {
    20% {
        transform: rotate(6deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    60% {
        transform: rotate(2deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    to {
        transform: rotate(0deg);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1);
    }

    12% {
        transform: scale3d(1.6, 1.6, 1.6) translate(50px, 50px);
    }

    to {
        opacity: 1;
        transform: scale(1, 1, 1);
    }
}
@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.content {
    position: relative;
    animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}
.card-user {
    width: 500px;
    min-height: 100px;
    padding: 20px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
.card-user:after {
    content: "";
    display: block;
    width: 190px;
    height: 300px;
    background: cadetblue;
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}
.badgescard {
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #ECECEC;
    width: 480px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    left: 10px;
    bottom: 10px;
    animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;
}
.badgescard span {
    font-size: 1.6em;
    margin: 0px 6px;
    opacity: 0.6;
}
.firstinfo {
    flex-direction: row;
    z-index: 2;
    position: relative;
}
.firstinfo img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.firstinfo .profileinfo {
    padding: 0px 20px;
}
.firstinfo .profileinfo h1 {
    font-size: 1.8em;
}
.firstinfo .profileinfo h3 {
    font-size: 1.2em;
    color: #009688;
    font-style: italic;
}
.firstinfo .profileinfo p.bio {
    padding: 10px 0px;
    color: #5A5A5A;
    line-height: 1.2;
    font-style: initial;
}
@keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}
@keyframes animainfos {
    0% {
        bottom: 10px;
    }

    100% {
        bottom: -42px;
    }
}
@keyframes rotatemagic {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: -24px;
        left: -253px;
    }

    100% {
        transform: rotate(-30deg);
        top: -24px;
        left: -78px;
    }
}
.codepen,
.profile {
    margin: 2em auto;
}
.codepen h1,
.profile h1 {
    color: #484848;
    font-weight: 100;
}
.codepen a,
.profile a {
    color: #1daaff;
}
.codepen a:hover,
.profile a:hover {
    color: #0072b6;
}
.profile {
    max-width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 2em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
}
.profile figure {
    margin: 0;
}
.profile figure img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 20px rgba(21, 21, 21, 0.15);
}
.profile header h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.profile header h1 small {
    display: block;
    clear: both;
    font-size: 18px;
    opacity: 0.6;
}
.profile main {
    display: none;
}
.profile main dl {
    display: block;
    width: 100%;
}
.profile main dl dt,
.profile main dl dd {
    float: left;
    padding: 8px 5px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}
.profile main dl dt a,
.profile main dl dd a {
    padding-right: 5px;
}
.profile main dl dt {
    width: 30%;
    padding-right: 10px;
    font-weight: bold;
}
.profile main dl dt:after {
    content: ":";
}
.profile main dl dd {
    width: 70%;
}
.profile .toggle {
    position: absolute;
    background: #fff;
    top: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    z-index: 20;
    vertical-align: middle;
    box-shadow: 0px 0px 10px rgba(21, 21, 21, 0.15);
    cursor: pointer;
    border-radius: 20px;
    user-select: none;
    transition: box-shadow 300ms ease;
}
.profile .toggle:hover {
    box-shadow: 0px 0px 10px rgba(21, 21, 21, 0.25);
}
.profile .toggle main {
    font-size: 16px;
}
.view_details {
    position: absolute;
    top: -5000px;
    left: -5000px;
}
label {
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 520px) {
    .profile {
        padding: 1em;
        margin: 1em;
    }

    .profile img {
        max-width: 100%;
        height: auto;
    }

    .profile main dl,
    .profile main dl dt,
    .profile main dl dd {
        display: block;
        width: 100%;
        float: none;
    }

    .profile main dl dt {
        border-bottom: none;
    }

    .profile main dl dd {
        margin-bottom: 10px;
    }

    .profile .toggle {
        top: 15px;
        left: 15px;
    }


}
