#notificationList {
    margin-top: 1rem !important;
    margin-left: 1rem !important;
}

.unread-list li {
    background-color: #cce5ff;
    border-radius: 5px;
    padding: 5px;
}
* {
    text-decoration: none !important;
}
#succ_message {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    font-family: "Inter", sans-serif;
    margin-top: -1.5rem;
    margin-bottom: 20px;
}

#err_message {
    font-size: 14px;
    font-weight: 400;
    color: #c54646;
    font-family: "Inter", sans-serif;
    margin-top: -1.5rem;
    margin-bottom: 20px;
}
.logo-head {
    height: 40px !important;
    width: auto !important;
}

.nav-icon b {
    padding: 10px !important;
}

.wallet-icon {
    margin-right: 0.2rem !important;
}
.wallet-icon i {
    color: #ffffff !important;
    margin: 0.2rem !important;
}

.setting {
    color: #b7bbc2 !important;
}
.wallet-divs {
    margin-right: -38% !important;
}
#notificationSidebarLabel {
    margin-right: auto !important;
}
.closenotmodal img {
    border-radius: 20px !important;
}

.icons-nav {
    height: 2rem !important;
}
.cc {
    color: #dea33e !important;
}

.balance-info,
.currency,
.wallet-div {
    cursor: default !important;
}
/* Hide .zzz for screen widths between 768px and 3000px */
@media (min-width: 992px) and (max-width: 3000px) {
    .zzz {
        display: none !important;
    }

    .up {
        width: 95px !important;
    }
}

/* Hide .up for screen widths less than or equal to 767px */
@media (max-width: 992px) {
    .up {
        display: none !important;
    }
    .zzz{
        margin-left: 70% !important;
    }
}
.up {
    display: block !; /* Default for larger screens */
}

.zzz {
    display: block; /* Default for smaller screens */
}
.pluse-minuss {
    margin-left: 71%;
    width: 29%;
    max-width: 949px;
}
@media (max-width: 480px) {
    .pluse-minuss {
        margin-top: 1rem !important;
    }
}
@media (min-width: 750px) and (max-width: 992px) {
    .pluse-minuss {
        margin-top: 2rem !important;
    }
}
