.bg-sky{
    background-color: rgba(15, 117, 188, 0.1);
}
.rounded-circle {
    border-radius: 50%;

    /* Additional styles if needed */
}
.card-width
{
    min-width: 291px;
    height:151px;
}
.tabs {
    overflow: hidden;
    background-color: #0F75BC;
}

.tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: background-color 0.3s ease;
    color: white;
}

.tabs button:hover {
    background-color: #0C5A8A;
}

/* Add the active class to the current/clicked button */
.tabs button.active {
    background-color: #0C5A8A;
}
