body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Times New Roman', Times, serif !important;
}

.primary-loading > div{
    background: #007bff;
}

.bg-trans {
    background: none;
}

.theme-text-primary {
    color:  #4B7BECFF;
}

.theme-text-success {
    color:  #75AF73FF;
}

.theme-text-warning {
    color:  #F2B063FF;
}

.theme-text-secondary {

    color: #272727;
}

.theme-text-danger {
    color:  #F22128FF;
}

.theme-text-pink {
    color:  #FA7FFFFF;
}

.theme-text-info {
    color:  #1091F4FF;
}

.theme-btn-primary {
    background:  #4B7BECFF;
    color: #fff;
}

.theme-btn-info {
    background:  #1091F4FF;
    color: #fff;
}

.theme-btn-primary:hover {
    background:  #3468e1;
}

.theme-btn-info:hover {
    background:  #027fe0;
}
.theme-bg-success {
    background: #96C294FF;
}

.theme-bg-primary-light {
    background: #d8e0f4;
}

.theme-bg-warning-light {
    background: #fbe9d5;
}

.theme-bg-success-light {
    background: #dbf5db;
}

.theme-bg-secondary-light {
    background: #e8e9ea;
}

.theme-bg-danger-light {
    background: #f7dfe1;
}

.theme-bg-pink-light {
    background: #fae1fc;
}

.pagination .page-item {
    margin: 2px;
}
