.blockHeader {
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px 0px 1px;
    border: 1px solid #E5E5E5;
    height: 146px;

}

.blockHeaderTitle {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 17px;
}

.centerTitle {
    display: flex;
    flex-direction: column;

    font-size: 20px;
    height: 5em;
    align-items: left;
    justify-content: center;
    margin-bottom: 5px;
}

.headerTitle {
    font-family: Play;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #6C7280;
    vertical-align: middle;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.centerTitleCoach {
    display: flex;
    flex-direction: column;

    font-size: 14px;
    height: 2em;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.headerCoach {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* line-height: 21px; */
    margin-top: 5px;
    color: #97A0B2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.imageCoach {
    width: 100%;
    padding-top: 100%;
    background-color: #E5E5E5;
    border-radius: 50%
}

.blockBody {
    margin: 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.textOpen {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #28AC2D;

}

.textClose {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: red;
}

.textTypeEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #AEAEAE;
}

.eventPrice {
    font-family: Poppins;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #6A6A6A;
}

.textFree {
    text-decoration-line: unset;
    font-weight: 600;
    color: black
}

.centerBodyTitle {
    display: flex;
    flex-direction: column;

    font-size: 16px;
    height: 3em;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    /* background-color: #28AC2D */
}

.bodyTitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    /* margin-bottom: 10px; */
    color: #234B88;

    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* mobile */
@media (max-width: 900px) {
    div#containerEvent.container {
        width: 100vw !important;

        justify-content: center;
        align-items: center;
        padding: 0;
        /* margin: 20px; */
    }

    .row {
        /* width: calc (100vw - 20px); */
        margin: 20px 0px;
        padding: 0;
        align-self: center
    }

    div.col-12 #blockListEvent {
        padding: 0 !important;
        width: 100vw;
        margin-bottom: 0px !important;

    }

    .cardOuter {
        margin-bottom: 0px !important;
    }

    #allEvents {
        margin-bottom: 40px !important;
    }

    .bodyContainer {
        padding-top: 20px;
    }

    .eventTime {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 18px;
        color: #3D3D3D;
        margin-bottom: 10px;
    }
}

/* Desktop */
@media (min-width: 901px) {
    .cardOuter {
        margin-bottom: 40px !important;
    }

    #allEvents {
        margin-bottom: 60px;
    }

    #blockListEvent {
        margin-bottom: 0 !important;
    }

    .bodyContainer {
        padding-top: 20px;
    }

    .eventTime {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #234B88          ;
        margin-bottom: 10px;
        width: 80%;
    }

}