
/*NEW EVENT BAR*/
.container.divided {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*WORKING FINE FOR TABLETS*/
@media screen and (min-width: 432px) and (max-width:990px) {
    .container.divided.justify-content-center {
        flex-direction: column;
        align-items: start;
        padding: 10px 5px 10px 5px;
        
    }
    /*Top right bottom left*/
    .col-4.d-flex.align-items-center {
        width: 150px;
    }
}

.item{
    margin-top: 0.8%;
}

.container.divided .item {
    color: white;
    flex: fit-content;
    height: 50px;
    text-align: center !important;
   
}
.text-event {
    font-size: 1rem;
    font-weight: 700;
}

.image-event {
    width: 40px;
    height: 40px;

}
.image-event-main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.circle-event{
    width: 25px;
    height: 25px;
    border-radius: 50%; 
}
.border-box {
    margin: 5px;
    display: flex;
    justify-content: center;
    border: 1px solid red;
    border-radius: 5%;
    padding: 5px;
}
.border-box-img {
    margin: 2px;
    display: flex;
    justify-content: center;
    height: 25px !important;
    border-radius: 20%;
}
.border-box-main {
    padding: 2px;
    display: flex;
    justify-content: center;
    height: 30px !important;
    border-radius: 5%;
}

.border-box-img-rewards {
    display: flex;
    justify-content: center;
    margin-left: 5px;
    border-radius: 50%; 
    width: 30px; 
    height: 30px;
}