.position-logo-login {
    position: absolute;
    bottom: 42%;
    left: 236px;
    width: 12%;
}

.green-oval {
    text-align: center;
    padding: 0.5% 2%;
    border-radius: 100px;
    background: #F3F7EF;
    color: #6BA040;
    display: inline-block;
    margin-bottom: 1%;
}

#dataTable tbody tr {
    line-height: 5vh;
}

.red-oval {
    text-align: center;
    padding: 0.5% 3%;
    border-radius: 100px;
    background: #FFEDEC;
    color: #F51A13;
    display: inline-block;
    margin-bottom: 1%;

}

.orange-oval {
    text-align: center;
    padding: 0.5% 3%;
    border-radius: 100px;
    background: #ffe8a1;
    color: #fd7e14;
    display: inline-block;
    margin-bottom: 1%;

}

.popover-header {
    background-color: #1b4b72; /* Set your desired background color here */
    color: #ffffff; /* Set your desired text color here */
}


.mycard {
    /*width: 25%;*/
    /*height: 25%;*/
    border-radius: 1rem;
    /*margin: 0% 0% 0% 0%;*/
    padding: 24px;
    background-color: white;
}

.first-card-color:hover {
    background-color: #FFFFFF;
    color: #03598C;
}

.second-card-color:hover {
    background-color: #FFFFFF;
    color: #0389A6;
}

.third-card-color:hover {
    color: #00C0AC;
    background-color: #FFFFFF;
}

.first-card-color {
    background-color: #03598C;
    color: #FFFFFF;
}

.second-card-color {
    background-color: #0389A6;
    color: #FFFFFF;
}

.third-card-color {
    background-color: #00C0AC;
    color: #FFFFFF;
}

.custom-button-tooltip {
    border: none;
}

.card-img-bottom {
    position: absolute;
    bottom: 5px;
    right: 15px;
    width: 27%;
    height: 5rem;
    opacity: 50%;
}

.card-icon {
    width: 15%;
    height: 3rem;
}

.pointer-link {
    cursor: pointer;
}

.text-gray {
    color: #8A9099;

}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
}


