
/* */
body {
    font-family: 'Poppins';
}
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
0% {
    background-color: hsl(200, 20%, 80%);
}
100% {
    background-color: hsl(200, 20%, 95%);
}
}

.skeleton-text {
    width: 100%;
    height: 0.8rem;
    display: inline;
    border-radius: 0.25rem;
}
.skeleton-input {
    width: 100%;
    height: 1.5rem;

    border-radius: 1rem;
}
.skeleton-inputedit{

    border-radius: 1em;

    width: 8vw !important;
    outline: none;
    font-size: 13px;
    height: 10px;
}
.skeleton-text__body {
    width: 75%;
}

.skeleton-footer {
    width: 30%;
}
.skeleton-headers {
    
    outline: none!important;
    width: 100%!important;
}
.skeleton1 {
    padding:15px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}
#square {
    border-radius: 1em;
    margin-bottom: 10px;
    width: 22vw;
    outline: none;
    font-size: 13px;
    height: 40vh;
    margin-right: 10px;
}
.skeleton-fullheig {
    width: 100%;
    height: 80vh;
   
    border-radius: 1rem;
}
.skeleton-popupload {
    width: 100%;
    height: 125px;
    border-radius: 1rem;
}
#loadingskeleton{
    margin-left: 25px;
    margin-right: 25px;
    overflow-y: auto;
}