.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50vh;
}
.podium-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "MTS-b";
    font-size: 1em;
}
.podium-nav :first-child{
    width: 24%;
}
.podium-nav :nth-child(2){
    margin-right: 16.5%;
}
.podium-nav :nth-child(3){
    width: 40.5%;
}
.modification-btn{
    padding: 1% 2%;
    border-radius: 30px;
    background-color: #C0E3FF;
}
.bar-diagrame{
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 45vh;
    margin: 4% 0;
}
.one{
    background-color: #0F4881 ;
    height: 100%;
}
.two{
    background-color: #2169B0 ;
    height: 75%;
}
.three{
    background-color: #2D7CBE ;
    height: 50% ;
}
.bar-digrame-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px 30px 10px 10px;
    width: 22% ;
    margin-right: 3%;
    text-align: center;
}
.bar-digrame-item img{
    overflow: hidden;
    width: 100%;
    margin-bottom: 2%;
    border-radius: 30px 30px 0 0;
}
.bar-digrame-identifer{
    color: #fff;
    font-family: "MTS-b";

}
.bar-digrame-title{
    color: #fff;
}
.one .bar-digrame-title{
    height: 80% ;
}
.two .bar-digrame-title{
    height: 60% ;
}
.three .bar-digrame-title{
    height: 40% ;
}
.all-gifts{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8%;
}
.gift-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
    width: 80%;
}
.gift{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    border-radius: 35px;
    margin-bottom: 2%;
    background-color: #fff;
    padding-right: 4%;
}
.gift img{
    border-radius: 50px;
    height: 15%;
    width: 15%;
}
.identifier{
    font-size: 1.4em;
    font-family: "MTS-b";
    color: #0F4881;
}
.gift .triple-dot{
    width: 8%;
    height: 8%;
}
