/* By DooD */

.modal{
    position: absolute;
}

.modal-footer{
    justify-content: center;
}

.alert-success{
    color: #59b12b;
}

#login-logo{
    margin-bottom: 30px;
}

#login-logo img, #logo img{
    width: 160px;
}

.actions_btn a.btn{
    margin-right: 10px;
}

.card-body.metrics{
    padding: 1.1rem;
}

.icon-box {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.icon-box i{
    font-size: 26px;
}

.icon-box.weight{
    color: #03ccf7;
    background-color: #e0f7fc;
}

.icon-box.sport{
    color: #6a6dff;
    background-color: #eef;
}

.icon-box.jeune{
    color: #ff3e1d;
    background-color: #ffe8e4;
}

.card .apexcharts-tooltip{
    box-shadow: 2px 2px 6px -3px #999;
    background-color: #fff;
}

.card .apexcharts-tooltip-title {
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.card .apexcharts-tooltip-text-goals-value, .card .apexcharts-tooltip-text-y-value, .card .apexcharts-tooltip-text-z-value{
    margin-left: 1px;
}

#dashboard-weight .apexcharts-tooltip-title {
    background: #03c3ec;
}

#dashboard-sport .apexcharts-tooltip-title {
    background: #696cff;
}

@media all and (max-width:767px){
    .actions_btn a.btn{
        margin-bottom: 5px;
    }
}
