
.progress-bar {
    background-color: #28a745;
}

* {
    border-radius: 0px !important;
}

.btn-xs {
    font-size: 11px;
    padding: 3px;
    padding-left: 7px;
    font-weight: bold;
    border-radius: 0px;
    background-color: #000;
}

.btn-xs svg {
    height: 14px;
    margin-left: 10px;
    fill: #ffff;
}

td a {
    color: #000
}

.loader {
    display: none;
    position: absolute;
    margin-top: 21px;
    right: 13px;
    width: 20px;
    height: 20px;
    border: 5px solid #ddd;
    border-top: 5px solid #3498db;
    border-radius: 50% !important;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.card-body h4 {
    background-color: #132E60;
    display: inline-block;
    padding: 7px;
    color: #FFF;
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
    margin-bottom: 15px;
}

.card-body h3 {
    background-color: #132E60;
    display: inline-block;
    padding: 7px;
    color: #FFF;
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
    margin-bottom: 15px;
}
