﻿.keplar-loader-br {
    border-radius: 0px;
}

.keplar-loader-xs {
    width: 20%;
}

.keplar-loader-sm {
    width: 40%;
}

.keplar-loader-md {
    width: 60%;
}

.keplar-loader-lg {
    width: 80%;
}

.keplar-loader-f-w {
    width: 100%;
}

.keplar-loader-card {
    background-color: #fff;
    border: 1px solid #e7eaec;
    padding: 30px 40px 20px 15px;
    width: 100%;
    margin: 5px auto;
}

.keplar-loader-wrapper {
    width: 0px;
    animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.keplar-loader-profilePic {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    
}

.keplar-loader-comment {
    height: 15px;
    background: #777;
    margin-top: 14px;
    border-radius: 10px;
}

@keyframes fullView {
    100% {
        width: 100%;
    }
}


.keplar-loader-animate {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}
