﻿.shine {
    background: #E5E1E6;
    background-image: linear-gradient(to right, #E5E1E6 0%, white 20%, #E5E1E6 40%, #E5E1E6 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

box {
    height: 104px;
    width: 100px;
    border-radius: 5px;
}

lines {
    height: 10px;
    margin-top: 10px;
    width: 200px;
    border-radius: 5px;
    max-width: 100%;
}

photo {
    display: block !important;
    width: 325px;
    height: 100px;
    margin-top: 15px;
    border-radius: 5px;
}

.shimmer-content {
    display: none;
}

.loaded-content {
    display: block;
}

.shimmer-it .shimmer-content {
    display: block;
}

.shimmer-it .loaded-content {
    display: none;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.dashshimmer {
    width: 350px;
}

.dashpaymentshimmer {
    width: 380px;
}