.dashboard {
    padding: 2em;
}

.header {
    display: flex;
    margin-bottom: 2em;
}

.header-operation-title {
    font-size: 2em;
    display: flex;
    padding-left: 3%;
}

.operation-title {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: black;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

.dashboard-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
    padding-right: 6em;
}

#id-header-operation-image {
    border-radius: 30px;
    max-height: 17em;
}

.menu-card-item {
    width: 6em;
}

.menu-card-item:hover {
    cursor: pointer;
}

.menu-card-item-title {
    text-align: center;
}

.menu-card-item-icon-wrapper {
    text-align: center;
}

/* app.blade.php */

.layout-margin {
    background: white;
    padding: 0 8em 0 8em;
}

/* navigation.blade.php */

.avatar-icone {
    background: rgb(204, 229, 232);
    color: rgb(0, 125, 142);
}

.title-operation {
    padding-left: 2em;
    color: black;
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    background: rgb(204, 229, 232);
    vertical-align: middle;
    margin-right: 1em;
    color: rgb(0, 125, 142);
}

.navbar-custom-css {
    background-color: white;
    border-bottom: 1px solid #ECECEC;
    margin-right: inherit;
}


/* reserve/create.blade.php */

.btn-reservation {
    background: #613dc7;
    color: white;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media screen and (min-width: 1000px) {
    .modal-top-right-corner {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
}

.c-black {
    color: black;
}

.c-purple{
    color: #613dc7;
}

.regulation-reserve {
    border: 1px solid #ECECEC;
    border-radius: 15px;
}


.reservation-card {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    height: 6em;
}

.reservation-card-description{
    padding: 1em 1em 0 1em;
}

.btn-reservation-refuser{
    background: white;
    border: inherit;
    padding: 0.5em;
    height: 3em;
}

.btn-reservation-accepter{
    height: 3em;
    background: #613dc7;
    color: white;
    border: inherit;
    padding: 0.5em;
}

.btn-reservation-accepter:hover{
    background: #613dc7;
    color: white;
}

.c-green{
    color: #00d27a;
    background: white;
}

.btn-dropdown{
    height: 3em;
    background: white;
    color: black;
    padding: 0.5em;
    border: inherit;
}

/* Modal modification réserve */

.modify-reservation-title{
    color: black;
    margin-bottom: inherit;
}

.separator{
    margin : 2em;
}
