html #displayRoom {
    background-color: #f9bb62;
}

div.bodyContentMeeting {
    height: 100%;
    border: 10px solid;
    border-image: linear-gradient(to top, #c3002f, #cc7d90);
    border-image-slice: 1;
    background: #e18500;
    /* background: linear-gradient(to top, #C0C0C0, white); */
    text-align: center;
}

div .ui.grid>.row>.column>img, .ui.grid>.row>img {
    height: 130px !important;
}

.bodyContentAllEvent {
    height: calc(100vh - 250px);
    border: 10px solid;
    border-image: linear-gradient(to top, #c3002f, #cc7d90);
    border-image-slice: 1;
    background: #e18500;
    overflow: auto;
}

i.icon, i.icons{
    color: #c3002f !important;
}

.ui.container {
    width: 95%;
    margin-left: auto!important;
    margin-right: auto!important;
}

html .select-room > .ui.selection.active.dropdown:hover .menu {
    min-height: 0vh;
  }