﻿.user-dashboard .card {
    border-radius: 15px;
    margin: 10px;
    background-color: #474747;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

    .user-dashboard .card h5 {
        font-size: 1.1rem;
        font-weight: 500;
    }

.user-dashboard .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-dashboard .badge {
    display: inline-block;
    padding: 0.5em;
}

.user-dashboard .card-header {
    background-color: #5a5a5a;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.user-dashboard .card-footer {
    background-color: #5a5a5a;
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.user-dashboard .right-side-columns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .user-dashboard .right-side-columns > div {
        margin-left: 15px;
    }

.user-dashboard .btn-def {
    margin-top: 0.75rem; /* Adjust this value as needed */
}

.user-dashboard .telegram-text {
    font-size:12px;
}

.user-dashboard .icon-image {    
    height: 85px;
    margin-left: 75px;
}

.dropdown-menu .dropdown-item a {
    color: inherit; /* Ensure the anchor inherits the color of its parent */
    text-decoration: none; /* Remove underline */
}

    .dropdown-menu .dropdown-item a:hover {
        color: #fff; /* Change color on hover if necessary */
    }