.dashboard-widget {
    padding-right: 1rem !important;
    padding-bottom: 0.6rem !important;
    padding-left: 1rem !important;
}

.row.type-ibox .col {
    min-height: 105px;
}

.row.type-ibox .col div {
    padding-top: 10px;
}

.row.type-ibox .col div.ibox-img {
    position: absolute;
    z-index: 2;
}

.row.type-ibox .col div.ibox-img .icon {
    font-size: 4em;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.row.type-ibox .col div.ibox-text {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row.type-ibox .col div.ibox-text p {
    color: #fff;
    text-align: right;
}

.row.type-ibox .col div.ibox-text p.widget-label {
    font-size: 2em;
    margin-bottom: 0;
}

.btn-primary {
    color: #fff !important;
    background-color: #e02826;
    border-color: #e02826;
    text-decoration: none
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #db7a79;
    border-color: #db7a79;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff !important;
    background-color: #db7a79;
    border-color: #db7a79;
    box-shadow: 0 0 0 0.2rem #e02826;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: #666;
    border-color: #666;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #e02826;
    border-color: #e02826;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d91a18;
}

.btn-judge {
    color: #fff !important;
    background-color: #21482c;
    border-color: #21482c;
}

.btn-judge:hover {
    color: #fff !important;
    background-color: #528b51;
    border-color: #528b51;
}

.btn-judge:focus,
.btn-judge.focus {
    color: #fff !important;
    background-color: #528b51;
    border-color: #528b51;
    box-shadow: 0 0 0 0.2rem rgba(38, 255, 143, 0.5);
}

.btn-judge.disabled,
.btn-judge:disabled {
    color: #fff !important;
    background-color: #4e836c;
    border-color: #4e836c;
}

.btn-judge:not(:disabled):not(.disabled):active,
.btn-judge:not(:disabled):not(.disabled).active,
.show>.btn-judge.dropdown-toggle {
    color: #fff !important;
    background-color: #21482c;
    border-color: #21482c;
}

.btn-judge:not(:disabled):not(.disabled):active:focus,
.btn-judge:not(:disabled):not(.disabled).active:focus,
.show>.btn-judge.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 255, 143, 0.5);
}

.card a {
    text-decoration: none;
}

#FilterTable th.data-sort,
#FilterTable td.data-col {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.program-booking {
    text-align: right;
}

a.elementor-social-icon {
    color: #fff;
}

@media (max-width: 575px) {
    .program-booking {
        text-align: left;
    }
}
