
@media(min-width: 768px) {
    .panel-container {
        border-right: 1px solid rgba(0, 0, 0, 0.125);
    }

    .room-card {
        width: 50%;
    }
}

@media(max-width: 768px) {
    .panel-container {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

    .room-card {
        width: 100%;
    }
}

.w-30 {
    width: 30%;
}

.header-color {
    background-color: #2c86ff!important;
}

.chat-btn-color {
    background-color: #12b7f5!important;
}


.hidden {
    display: none!important;
}

.w-40 {
    width: 40%
}
.help-block{
    color: red;
}

.body-container {

    /*color: #212529;*/
    /*background-color: #fff;*/
    /*-webkit-text-size-adjust: 100%;*/
    /*-webkit-tap-highlight-color: transparent;*/

    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
    background-image: url(../images/bg.png)!important;
    background-size: cover!important;


}
