/* put your own styles to customize and override the theme */

.c-dias{
    width: 190px;
}

.checkmark:after {
    opacity: 1;
    height: 4.5em;
    width: 2.25em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: '';
    left: 2.25em;
    top: 4.5em;
    position: absolute;
}
.circle-loader {    
    width: 9em;
    height: 9em;
}

.thead-tabla {    
    background: #376dfe;    
}

.text-description {
    color: #376dfe !important;    
}

.btn-danger {
    background-color: #376dfe;
    border-color: #376dfe;
}

.btn-danger:hover {    
    background-color: #1150fc;
    border-color: #376dfe;
}