.page-title {
    font-weight: 700;
    color: rgb(104, 10, 83);
    font-size: 1rem;
}

.nav-item a i {
    margin-right: 10px;
    /* Adjust the spacing as needed */
}

.nav-item a {
    color: rgb(104, 10, 83);
    font-weight: 400;
    font-size: 0.90rem;
}

.menu-item {
    display: flex;
    align-items: center;
}

.menu-icon {
    padding-right: 15px;
    font-size: 1.25rem;
}

.dropdown-status-icon {
    padding-right: 15px;
    font-size: 1.25rem;
    color: red;
}

.user-name-greeting {
    font-size: 30px;
    font-weight: 500;
    color: rgb(104, 10, 83);

}

.user-name-greeting-date {
    font-size: 14px;
    font-weight: 500;
    color: rgb(104, 10, 83);
}

.page-title-profile {
    font-size: 20px;
    font-weight: 700;
    color: rgb(104, 10, 83);
}

.btn-primary {
    color: #fff;
    background-color: rgb(104, 10, 83);
    border-color: rgb(104, 10, 83);
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(104, 10, 83);
    border-color: rgb(104, 10, 83);
    text-transform: uppercase;
}

.card {
    border-radius: 1rem !important;
}

.card-img {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.card-img-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.card-text {
    font-weight: bold !important;
}


.card-text span {
    font-weight: normal !important;
}

.color-blue {
    color: #0205d6;
}

.color-red {
    color: #e74c3c;
}

.icon-button {
    background: transparent;
    border: none;
    width: 35px;
}
