.bg-purple {
    background-color: #7a6fbe;
}

.table td, .table th {
    vertical-align: middle;
    text-align: center;
    /*background-color: white;*/
}


.bt-sc-primary {
    background: #e3ebff;
    color: #3a8ae8;
}

.bt {
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    cursor: pointer;
}

.bt-tr-info {
    background: #e4edee;
    color: #12c4fc;
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.processing-group {
    font-size: 12px;
    padding: 4px;
    white-space: nowrap;
}

.bt-tr-info {
    background: #e4edee;
    color: #12c4fc;
}

.bt-tr-success {
    background: #e4edee;
    color: #54d2a4;
}

.fs-1 {
    font-size: xxx-large;
}

.fs-2 {
    font-size: xx-large;
}

.fs-3 {
    font-size: x-large;
}

.fs-4 {
    font-size: larger;
}

.fs-5 {
    font-size: large;
}

