.skeleton-div-content{
    padding: 10px 20px;
}

.titleSkeleton{
    font-size: 28px;
    color: #58585B;
    line-height:40px;
    font-weight:300;
    padding: 10px 0px;
    display:flex; 
    align-items:center; 
    justify-content:center;
    float:left;
    width:100%;
}

.divGroupSkeleton{
    
    padding: 2%; 
    margin-top:10px;
    border-radius:10px;
}

.divGroupSkeleton-alternate{
    padding: 2%; 
    margin-top:10px;
    background: #DFEFFF; 
    border-radius:10px;
}

.divPageLoader{
    display:none; 
    align-items:center; 
    justify-content: center; 
    position: fixed; 
    opacity:0.4; 
    background:#000; 
    height:100%; 
    width:100%; 
    height: -webkit-fill-available; 
    z-index:1100;
}

.c-loader {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #FFB836;
    height: 50px;
    width: 50px;
  }

/* Mobile */
.mobile-page-banner
{
    display:none;
    position:fixed;  
    align-items:center; 
    justify-content: center; 
    padding:10px 10px; 
    width:100%; 
    height: -webkit-fill-available; 
    top:0%; 
    left:0%;  
    border:0px; 
    /*opacity:; */
    z-index:9999; 
    float:center; 
    background: #333;  
}

.mobile-page-banner .div-content{
    width:100%; 
    float:left; 
    align-items: center; 
    display:flex; 
    justify-content:center; 
    height:100%; 
    text-align:right;
}

.mobile-page-banner .div-content img{
    width: 30px; 
    height: 30px;
}

.mobile-page-banner .div-content label{
    font-weight:400; 
    padding:0 2%; 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    border:0px; color:#FFF; 
    margin:0px; 
    letter-spacing:1px; 
    font-size:16px; 
    text-align:center;
}

.skeleton-label-contador
{
    float:right;
    font-weight:300;
}