div.card-category-title-exercises {
    padding-left: 10px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    border: solid #F7F7F7;
    background-color: #F7F7F7;
}

div.card-title-exercises > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_exercises.svg");
    background-repeat: no-repeat;
}

div.exercises-card-title > div.card-title-img.score-icone {
    background-image: url("../../shared/assets/img/exercises_trophy.svg");
    background-repeat: no-repeat;
}

div.exercises-card-title > div.card-title-img.exercise-icone {
    background-image: url("../../shared/assets/img/exercises_play.svg");
    background-repeat: no-repeat;
}

div.exercises-card-title > div.card-title-img.form-icone {
    background-image: url("../../shared/assets/img/home_menu_forms_nobg.svg");
    background-repeat: no-repeat;
}

div.exercises-card-title > div.card-title-img.document-icone {
    background-image: url("../../shared/assets/img/exercises_document.svg");
    background-repeat: no-repeat;
}



div.exercises-top-button {
    display: flex;
}

div.exercises-top {
    width: 90%;
    margin: 20px auto;
    padding: 8px;
    background-color: white;
    box-shadow: 0px 2px 7px 0px #d6d5d5;
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exercises-button {
    width: fit-content;
}

.exercises-button-inside {
    width: fit-content;
    left: 15px;
    position: relative;
}

.exercises-detail-label{
    color: gray;
    font-size: 12px;
    margin-bottom: 8px;
}

.exercises-card-title {
    text-align: left;
    width: 100%;
    padding: 15px 10px 0px 10px;
    padding-left: 10px !important;
    background-repeat: no-repeat;
    background-size: 32px;
    color: rgb(0, 174, 239);
    font-size: 1em;
    background-position: 5px;
    min-height: 42px;
    display: table;
    line-height: 10px;
}

.exercises-item {
    width: 90%;
    margin: 10px auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    box-shadow: 0px 2px 7px 0px #d6d5d5;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.exercises-item-mobile {
    min-height: 85px;
    width: 95%;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 14px;
}

.exercises-button {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

div.exercises-content {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.score-div {
    float: right;
    margin-top: -55px;
    margin-right: -35px;
}

.score-square {
    border-radius: 10px;
    background: #BEE8FC;
    padding: 10px;
    position: relative;
    bottom: 20px;
}

.exercises-title {
    margin-bottom: 8px;
    font-size:18px
}

.new-button {
    background-color: #4DAAE7;
    color: white;
    min-height: 45px;
    min-width: 110px;
}
