.btn-umat {
    color: #fff;
    background-color: #004C23;
    border-color: #004C23;
}

.text-umat {
    color: #004C23;
}

.bg-umat {
    background-color: #004C23 !important;
}

.btn-umat-gold {
    color: #fff;
    background-color: #ba9402;
    border-color: #ba9402;
}

.text-umat-gold {
    color: #ba9402;
}

.bg-umat-gold {
    background-color: #ba9402 !important;
}

.image-container {
    position: relative;
    background-image: url(../images/illustration/solution.svg);
    width: 100%;
    height: 100%;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Adjust the alpha value as needed */
}

.badge-umat-gold {
    color: #fff;
    background-color: #ba9402
}

a.badge-umat-gold:focus, a.badge-umat-gold:hover {
    color: #fff;
    background-color: #ffcb06
}

a.badge-umat-gold.focus, a.badge-umat-gold:focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(1, 121, 168, .5)
}

.badge-umat {
    color: #fff;
    background-color: #004C23
}

a.badge-umat:focus, a.badge-umat:hover {
    color: #fff;
    background-color: #004C23
}

a.badge-umat.focus, a.badge-umat:focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(1, 121, 168, .5)
}

.alert-umat {
    color: #004C23;
    background-color: #f7f9fc;
    border-color: #004C23
}

.alert-umat hr {
    border-top-color: #004C23
}

.alert-umat .alert-link {
    color: #004C23
}

.alert.has-icon {
    padding-left: 4rem;
    min-height: 4rem
}

.card > .alert {
    border-radius: 0
}

.alert-icon {
    position: absolute;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 2rem
}

.alert-icon .fa, .alert-icon .oi {
    font-size: 1.25rem
}

.alert-umat .alert-icon {
    color: #fff;
    background-color: #004C23
}