@import url("/css/main.css");

main {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

.notify {
    padding: 2rem;
}
.notify__grup-date {
    margin: 1rem 0 2rem 0;
    font-weight: 600;
}

.notify__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1rem;
}

.notify__item-info {
    width: 60%;
}
.notify__item-info-messaje {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.notify__item-info-messaje--active {
    font-weight: 400;
}
.notify__item-info-time {
    color: #7e7e7e;
    font-size: 1.2rem;
}

.otify__item-agent-img img {
    width: 4rem;
}
.notify__item-product-img img {
    width: 3rem;
}
/* Footer */

.footer-nav {
    grid-area: footer-nav;
    background-color: #f5f5f5bb;

    backdrop-filter: blur(20px);
    z-index: 200;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.footer-nav-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.3rem 1rem 0.5rem 1rem;
    border-radius: 1rem;
}

.footer-nav-icon {
    position: relative;
}

.numerito {
    position: absolute;
    background-color: #695757;
    color: #ffffff;
    width: 1.8rem;
    font-size: 1rem;
    border-radius: 1rem;
    top: -8px;
    left: 10px;
    text-align: center;
}
.footer-nav-item p {
    font-size: 1.2rem;
    color: #000;
}
.footer-nav-item svg path {
    fill: #4c4c4c;
}

.footer-nav-item--active {
    background-color: transparent;
}

.footer-nav-item--active svg path {
    fill: #4c4c4c;
}

.footer-nav-item--active p {
    color: #000;
    font-size: 1.2rem;
}
