.fbl{
    width: 96%;
    margin: clamp(0px, 1vw, 4.14px) auto;
    border-radius: clamp(0px, 1vw, 4.14px);
    position: relative;
}       

.fbl .bg{
    width: 100%;
    border-radius: clamp(0px, 1vw, 4.14px);
}

.fbl .content{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 2vw, 8.28px);
    padding:  clamp(0px, 2vw, 8.28px);
    box-sizing: border-box;
    height: 100%;
    width: 100%; 
    justify-content: center;
    align-items: center;
}

.fbl .inner-div{
    height: 100%;
    width: 100%;
    flex: 1;
    background-color: white;
    border-radius: clamp(0px, 1vw, 4.14px);
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 clamp(0px, 3vw, 12.42px) clamp(0px, 0.2vw, 0.828px) black;
}

.fbl .team-row{
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    text-align: center;
}

.fbl .team-row img{
    width: 65%;
}

.fbl .match-info{
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    justify-content: space-evenly;
}

.fbl .inner-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 1vw, 4.14px);
}

.fbl .bet-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding: clamp(0px, 1vw, 4.14px);
    background-image: linear-gradient(180deg, #627EB5, #5270AC);
    border-radius: clamp(0px, 1vw, 4.14px);
    border: clamp(0px, 0.4vw, 1.656px) solid #1B2E55;
    cursor: pointer;
    text-align: center;
}

.flbb{
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%; 
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}