.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
  /** hiding the custom pane title **/
  display:none;
}
.page-operator.target-connect #cv-review-form .widget-chat + .form-group textarea {
                resize: vertical !important;
                height:300px;
}

/** GTI/ANG - TC-23118 - appointments custom pane **/

.cp-well.row-no-gutters [class*=col-] {
    padding-left:0;
    padding-right:0;
    }
.cp-well {
     margin: 0;
    }
.cp-well .at-image {
    background-image: url(/styles/dynamic/session-type/2-image.png);
    background-size: cover;
    background-position: center;
    height:150px;
    }
@media (min-width: 992px) {
    .cp-well .at-image {
        width: 150px;
        }
    }
