#dashboard.container {
    width: 100%;
}

.container-dashboard {
    margin: auto;
    padding-top: 160px;
}

.m-alert__icon {
    color: #E62F4A;
}

.m-alert__text {
    color: #E62F4A;
}

.btn-modal-event {
    background-color: #E62F4A;
    color: #FFF;
}

.btn-modal-event:hover {
    background-color: #242C4D;
    color: #ffffff;
}

#btn-participer {
    background-color: rgb(244, 81, 108);
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-participer:hover {
    background-color:#242C4D;
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-favoris {
    background-color: rgb(35, 44, 77);
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-favoris:hover {
    background-color:#F4516C;
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-mesevent {
    background-color: rgb(35, 44, 77);
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-mesevent:hover {
    background-color:#F4516C;
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-event:hover {
    background-color: #87CEFA;
    color: #1A2951;
}

/* Boutons sur la pages prestataire-dashboard */

#btn-event-prest {
    background-color: rgb(35, 44, 77);
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-event-prest:hover {
    background-color:#F4516C;
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

/* #btn-event-prest:hover {
    background-color: #87CEFA;
    color: #1A2951;
} */

#btn-mes-reservations {
    background-color: #F4516C;
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

#btn-mes-reservations:hover {
    background-color:#232c4d;
    color: #FFF;
    font-size: 10px;
    margin: 1%;
}

/* #btn-mes-reservations:hover {
    background-color: #87CEFA;
    color: #1A2951;
} */

#btn-dashboard {
    margin-top: 10px;
}

/* css pour la partie voire mes reservations modal box */


.m-card-user__name2 {color:#000000; font-weight:500; font-style:italic; font-size: 14px;}

.m-card-user__date1 {color:#E62F4A; font-weight:400; font-style:italic; font-size: 14px;}

.m-card-user__details2 {color: #000000; font-weight:200;letter-spacing: 0px; font-family:"Poppins"}


.m-card-user__button-valider {
    display: table-cell;
    text-align: right;
    padding: 0 15px 0 0;
    vertical-align: middle;
    width: 47%;
}

.btn-primary-val
 {
    background:#242C4D;
    color: #FFFFFF;
    font-family: "Poppins";
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 1.25rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.85rem 1.15rem;
    font-size: 1rem;
    line-height: 0.25;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary-val:hover {background:#E62F4A;}

.btn-primary-sec
 {
    background:#E62F4A;
    color:#FFFFFF;
    font-family: "Poppins";
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 1.25rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.85rem 1.15rem;
    font-size: 1rem;
    line-height: 0.25;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary-sec:hover {background:#242C4D;}




/* media queries start */

@media screen and (max-width: 768px) {
    .container-dashboard {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .container-dashboard {
        padding-top: 80px;
    }
}



/* media queries end