/* your styles go here */


.text-primary {
    color: #1d1ae6 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #ff0c0c !important;
}



.fa {
    font-size: 15px;
}

.table td, .table th {
    padding: 0.3rem;
}

.count-title {
    cursor: pointer;
}



input.input-material { background-color: rgba(255, 255, 255, 0); }
input.input-material ~ label.active { top: -25px; }
.text-primary {
    color: #29abe2 !important;
}


.customFont {
    font-size: 25px;
}
.customFontSmall {
    font-size: 22px;
}

.customFontSmall th {
    font-size: 22px;
}