.advert-info {
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* z-index: 1000; */
}

.advert-titles {
    width: 100%;
    height: 100%;
    background: #000000a8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.advert-title {
    width: 100%;
    height: 50%;
    /* background: blue; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
}

.advert-title h1 {
    font-size: 14px;
    color: #ffff;
    font-weight: 600
}

.advert-title p {
    font-size: 11px;
    text-align: center;
    color: #ffff;
    font-weight: 500
}

.navigation-btn {
    width: 100%;
    height: 50%;
    /* background: rgb(14, 14, 68); */
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* flex-direction: column; */
    /* z-index: 1000; */

}

.pending {
    width: 70px;
    height: 40px;
    background: #7e7b7bb7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    display: none;
}

.public {
    display: flex;
}

.denied {
    display: none;
}

.pending p {
    color: #ffff;
}

.pending1 {
    display: flex;
}

.public1 {
    display: none;
}

.overflow-hidden {
    background: none;
}
