#certificates-count{
    display: none;
    font-size: 14px;
    position: relative;
    top: 30px;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 600;
}
.download-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    background: #8184d0;
    color: white;
    border: none;
    margin-top: 26px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.download-btn.loading {
    width: 320px;
}
.download-btn:not(.loading) {
    width: 180px;
}
.loading-dots span {
    display: inline-block;
    animation: dots 1.5s infinite;
}
.loading-dots span:nth-child(1) { animation-delay: 0s; }
.loading-dots span:nth-child(2) { animation-delay: 0.3s; }
.loading-dots span:nth-child(3) { animation-delay: 0.6s; }

@keyframes dots {
    0%, 20% { opacity: 1; }
    40%, 100% { opacity: 0; }
}

.loading-dots span {
    display: inline-block;
    animation: dots 1.5s infinite;
}
.loading-dots span:nth-child(1) { animation-delay: 0s; }
.loading-dots span:nth-child(2) { animation-delay: 0.3s; }
.loading-dots span:nth-child(3) { animation-delay: 0.6s; }

@keyframes dots {
    0%, 20% { opacity: 1; }
    40%, 100% { opacity: 0; }
}

@media(max-width:767px){
    #certificates-table{
        margin-top: unset !important;
    }
}
.del-td {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
.del-td p{
    margin-bottom: unset;
    margin-left: 15px;
}
.del-td input{
    width: 15px;
    height: 15px;
    margin-bottom: unset;

}