#dashboard .card {
    border: 2px solid rgb(209, 209, 209);
}

#dashboard .card, .card-header {
    text-align: center;
}

#dashboard .card h6, .card .title {
    font-weight: bold;
    font-size: 1.2rem;
}


#dashboard .card-body {
    text-align: left;
    padding: 1rem;
    text-align: center;
}

#dashboard .dropdown {
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0px 5px;
}

#dashboard button.toggle {
    border: none;
    background: none;
    color: blue;
    font-size: 1.4rem;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 5px;
}

#dashboard .card.focus {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.8);
    border-radius: 4px;
    transition: box-shadow 0.3s ease-in-out;
}

#da.card.focus:hover {
    box-shadow: 0 0 20px rgba(0, 123, 255, 1);
}

#card_documents_info_body img {
    cursor: pointer;
}

#dashboard button.btn-info.dropdown-toggle {
    font-size: 0; /* Hide original text */
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #0d6efd;
    background-color: #0d6efd; /* Bootstrap primary blue */
    color: white;
    cursor: pointer;
    position: relative;
    padding: 0;
    transition: background-color 0.2s ease-in-out;
}

#dashboard button.btn-info.dropdown-toggle:active,
#dashboard #button.btn-info.dropdown-toggle.active,
#dashboard button.btn-info.dropdown-toggle.show {
    background-color: #000000;
    border-color: #000000;
}

#dashboard button.btn-info.dropdown-toggle::before {
    content: 'i';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    color: white;
}
