.customers-nav-item-support{
    display: none;
    pointer-events: none;
}
.discussions-comment-active{
    z-index: 100;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    max-width: 900px;
    width: 70%;
    position: absolute;
    right: 0;
    background-color: #fff;
}
.proposal_comment{
    background-color: #e9faff;
    border-radius: 3px;
}
.proposal_comment{
    padding: 5px 0px 0px 5px;
}
.preview-sticky-header{
    top:126px !important;
}
/* Mobile Phones (portrait) ----------- */
@media only screen and (max-width : 425px){
    .preview-sticky-header{
        display: none;
    }
}

/* Tablets (portrait) ----------- */
@media only screen and (max-width : 768px){
    .preview-sticky-header{
        display: none;
    }
}