.mt-50px {
    margin-top: 50px !important;
}

.pt-50px {
    padding-top: 50px !important;
}

.pulse .pulse-ring.pulse-ring-80x {
    border-radius: 150px;
    height: 150px;
    width: 150px;
    border-width: 5px;
  }
  
  
.pulse .pulse-ring.animation-delay-0_dot_3 {
    animation-delay: 0.3s;
}
  
.pulse .pulse-ring.animation-delay-0_dot_6 {
    animation-delay: 0.6s;
}

.blur {    
    -webkit-filter: blur(5px); /* Chrome, Opera */
       -moz-filter: blur(5px);
        -ms-filter: blur(5px);    
            filter: blur(5px);    
}

.pb-20px {
 padding-bottom: 20px !important;
}

#kt_profile_aside {
    width: 305px !important;
}
