.uc {
    text-transform: uppercase
}

.bgGreen {
    background: #073d2a !important;
}

.bgGreen2 {
    background: #43B02A !important;
}

#page-topbar .navbar-brand-box.bgGreen {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-topbar .navbar-brand-box.bgGreen .logo {
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: normal;
    width: 100%;
}

#page-topbar .navbar-brand-box.bgGreen .logo h3,
#page-topbar .navbar-brand-box.bgGreen .logo h6 {
    margin-top: 0 !important;
    margin-bottom: 0;
    text-align: center;
}

.btn-success {
    background: #43B02A !important;
    color: #ffffff !important;
    border-color: #43B02A !important;
}

.btn-secondary {
    background: #0050BE !important;
    color: #ffffff !important;
    border-color: #0050BE !important;
}

.btn-secondary:hover {
    background: #0047aa !important;
    border-color: #0047aa !important;
    color: #ffffff !important;
}

.btn-filter {
    height: 46px !important;
}

.pagination .page-link {

    border-color: #ddd !important;
    color: var(--color-primary) !important;
}

.pagination .page-item.active .page-link {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #ffffff !important;
}

.select2-selection__choice {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.select2-selection__choice__remove {
    margin-left: 0 !important;
    margin-right: 4px !important;
    padding-left: 4px !important;
}
