*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #e3edf9;
}

#fit_app{
    padding-top: 15px;
}

#fit_app > section{
    padding: 25px;
}

#fa_header{
    height: 40px;
    line-height: 40px;
}

#fa_header span{
    font-size: 23px;
    font-weight: 500;
}

#fa_header i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #386ef4;
    box-shadow: 4px 4px 8px -1px rgba(0,0,0,0.25),
                -4px -4px 8px -1px rgba(255,255,255,1);
    border-radius: 50%;
}

#fa_body{
    margin-top: 20px !important;
}

.fa_tile{
    padding-left: 15px;
    padding-right: 15px;
}

.fa_tile ul{
    padding: 0;
    margin-bottom: 25px;
}

.fa_tile ul li{
    list-style: none;
    float: left;
    width: 46%;
    padding: 25px;
    background: #e3edf7;
    box-shadow: 4px 4px 6px -1px rgba(0,0,0,0.15),
                -4px -4px 6px -1px rgba(255,255,255,1);
    border-radius: 5px;
}

.fa_tile ul li:last-child{
    position: absolute;
    right: 0;
}

.fa_tile ul li i{
    display: block;
    color: #386ef4;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fa_tile ul li span{
    display: block;
}

.workout_name{
    font-size: 17px;
    font-weight: 600;
    color: rgba(0,0,0,1);
}

.status{
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,0.4);
    padding-top: 5px;
}

#fa_collection .heading{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
}

#fa_collection img{
    height: 65px;
    width: 65px;
    border-radius: 10px;
    background: #386ef4;
}

#fa_collection div div span{
    display: block;
}

.box{
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0;
    background: #e3edf7;
    box-shadow: 4px 4px 6px -1px rgba(0,0,0,0.15),
                -4px -4px 6px -1px rgba(255,255,255,1);
    border-radius: 5px;
}

.box div.col-9 span:first-child{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.box div.col-9 span:last-child{
    font-size: 13px;
    font-weight: 400;
}

.box i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(0,0,0,0.4);
    box-shadow: 4px 4px 8px -1px rgba(0,0,0,0.25),
                -4px -4px 8px -1px rgba(255,255,255,1);
    border-radius: 50%;
    margin-left: 65px;
}

#fa_footer{
    position: absolute;
    bottom: -25px !important;
}

#fa_footer ul{
    padding: 0;
}

#fa_footer ul li{
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
}

#fa_footer ul li span{
    color: rgba(0,0,0,0.5);
}

#fa_footer ul li i{
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

.active i{
    background: #386ef4;
    height: 70px;
    width: 50px;
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
