.welcome-card .image-logo {
    overflow: hidden !important;
}

.profile-card {
    max-width: 350px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    background-color: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #3460AA;
    color: #fff;
}

.bg-alert {
    background-color: var(--bs-light-warning);
    border: solid 0.8px var(--bs-gray-300);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 599px) {
    .mobile-rounded-top {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }
}

@media (min-width: 600px) {
    .desktop-rounded-start {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }
}
