/*** added by GTI ***/

.romeo .main-banner-outer .main-banner-container .main-banner-brand {
    padding: 0 1rem;
    }
.romeo .main-banner-outer .main-banner-container .main-banner-txt p {
    font-size: 2.5rem;
    color:#00ADE1;
    }

#activity-modal .modal-dialog {
        width: 65%;
}


/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand .client-logo {
    height: 40px;
    }
/************************
END - GTI - OPERATOR UI 
*************************/

/** ADDED BY GTI/ANG - CUSTOM PANE **/
/* STUDENT CUSTOM PANE - ADDED BY MARCO 01/12/2022*/

@media (min-width: 992px) {
.flex-dash-row .dash-card-custom .card-body {
    max-height: 800px !important;
    }
}
.dash-card-custom a.cp-block {
    height: 130px;
    display: flex;
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
    text-decoration:none;
    background-size: cover;
    background-position: center;
    }
.dash-card-custom a.cp-block .cp-text {
    background-color: #fff;
    display:block;
    font-weight: 500;
    padding: 8px 14px 6px 0;
    color: #000;
    font-size: 13px;
    }
.dash-card-custom a.cp-block .cp-hover-overlay {
    display: flex;
    align-items: flex-end;
    height:100%;
    background-color: transparent;
    }
.dash-card-custom a.cp-block:hover .cp-hover-overlay, .dash-card-custom a.cp-block:focus .cp-hover-overlay {
    background-color: rgb(128 0 128 / .5);
    }
