.login-btn {
    font-size: 15px;
    font-weight: bolder;
    color: #ccc !important;
    border: 1px solid;
    padding: 6px 26px 6px 26px !important;
    border-radius: 20px;
    letter-spacing: 0.02em;
    background-color: rgba(238, 17, 17, 0.89) !important;
    width: 185px;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.login-btn > i {
    font-size: 13px;
    padding-right: 6px;
}
.menu-nav-item {
    font-size: 16px;
    height: 40px;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 2px solid #ee9774; */
    display: flex;
    align-items: center;
}
.menu-nav-item > a {
    color: gray !important;
    width: 122px;
    text-align: center;
    letter-spacing: 0.05em;
}
.font-text-detail {
    display: flex !important;
    align-items: center;
    text-align: left;
    margin-left: -3px;
}
.font-text-detail > i {
    color: #ed9674 !important;
    font-size: 41px;
    margin-right: 17px;
    height: 40px;
    display: flex;
    align-items: center;
}
.bread-profile {
    width: 44%;
    margin: 0 auto;
}
.bread-profile-img {
    margin-top: 50px;
    padding-top: 0px !important;
    position: relative;
    width: 30% !important;
    height: 250px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-self: center;
    z-index: 1;
    box-shadow: 0px 20px 20px;
}
.bread-profile-label {
    color: white !important;
    width: max-content !important;
    text-align: center !important;
    margin: 0 auto !important;
    border: 1px solid black;
    border-radius: 33px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-size: 1px !important;
    background: black;
    margin-top: -7px !important;
    position: relative !important;
    z-index: 2 !important;
    box-shadow: 1px 5px 5px 3px white;
}
.bread-profile-label > h1 {
    font-size: 24px !important;
}
.profile-section > p {
    font-size: 16px;
    background: lightgrey;
    padding: 12px;
    border-radius: 17px;
    box-shadow: 0px 10px 10px;
}
.profile-section-tag {
    box-shadow: 0px 10px 10px;
}
/********************************************************  Menu Profile CSS ****************************************************/
a.profile-items > i {
    margin-right: 10px;
}
.user-profile-dropdown {
    position: relative;
    display: inline-block;
}

.user-info {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background 0.2s;
}

.user-info:hover {
    background-color: #f0f0f0;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.user-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-right: 10px;
}

.user-text strong {
    font-size: 14px;
}

.user-text span {
    font-size: 12px;
    color: #777;
}

.dropdown-icon {
    font-size: 14px;
    color: #555;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 6px;
    margin-top: 6px;
    margin-left: -39px;
}

.dropdown-menu a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.dropdown-menu a:hover {
    background-color: #f9f9f9;
}
.profile-line-items {
    margin: 0 15px;
    border-top: 1px solid lightgrey;
    margin-bottom: 7px;
    margin-top: 7px;
}
/********************************************************  Menu Profile CSS ****************************************************/