/* Remove main title */
main > .page-header {
    display: none;
}
body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
    border: 0;
}
body.customer-area .site-main {
    max-width: none!important;
}
body.customer-area-active .cuar-css-resets .collection {
    max-width: 1140px;
    margin: 0 auto;
}
body.customer-area .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none;
}
.elementor-35 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
}

/* Make content items 100% width */
@media (min-width : 1400px) {
    body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .gap, body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .mix {
        float : left;
        width : 100%
    }
}

/* Fix wrong broders issue */
body.customer-area-active .cuar-css-wrapper .panel-body.pn>.table {
    border-collapse: separate;
}

/* Inlince cells tweaks */
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list {
    display: table;
    width: 100%;
}
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item {
    display: table-row!important;
    width: 100%;
}
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .cuarrc-inline-cell {
    display: table-cell;
    border-top: 0 solid!important;
    vertical-align: middle;
}
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .cuarrc-inline-cell.cuar-title {
    white-space: normal;
    width: 100%;
}
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .cuarrc-inline-cell .cuarrc-inline-cell-icon > i,
body.customer-area-active .cuar-css-wrapper .collection-footer-meta-owner .cuarrc-inline-cell-icon > i{
    margin : 3px 0 0 0;
    display: inline-table;
}
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .cuarrc-inline-cell .cuarrc-inline-cell-icon,
body.customer-area-active .cuar-css-wrapper .collection-footer-meta-owner .cuarrc-inline-cell-icon {
    display: inline-flex;
}
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item:nth-child(2) .cuarrc-inline-cell {
    border-top-width: 1px!important;
    border-top-style: solid!important;
    border-top-color: #d6d6d6!important;
}

/* Author replied icon */
.cuar-conversation .replies-link span.cuarrc-author-replied {
    background          : url('../images/icon-author-has-replied.png') top left no-repeat;
    background-position : 0px 0px;
}

/* Content unread icon */
.cuar-private-file .links span.cuarrc-unread-content {
    background          : url('../images/icon-content-unread.png') top left no-repeat;
    background-position : 0px 0px;
}



/*body.customer-area-active .cuar-css-wrapper .tray-left, body.customer-area-active .cuar-css-wrapper .tray-right {
position: absolute;
width: 0px;
display: none !important;
min-height: 100%;
padding: 0 0 0 15px;
border-right: 1px solid hsla(0,0%,100%,.6);
background: hsla(0,0%,100%,.6);
right: 0;
}*/

body.customer-area-active .cuar-css-wrapper .panel-heading {
    position: relative;
    height: 40px;
    line-height: 36px;
    background: hsla(0,0%,100%,.6);
    color: #3F958C;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid hsla(0,0%,83.9%,.6);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;

}

body.customer-area-active .cuar-css-wrapper .h2, body.customer-area-active .cuar-css-wrapper h2 {
    font-size: 24px;
    color: #3F958C;
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #3F958C !important;
    color: #FFF !important;
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn:last-child:not(:first-child), body.customer-area-active .cuar-css-wrapper .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #3F958C !important;
    color: #FFF !important;
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    background-color: #3F958C !important;
    color: #FFF !important;
}

body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #3F958C !important;
    color: #FFF !important;
}
body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group:first-child>.btn:last-child, body.customer-area-active .cuar-css-wrapper .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #3F958C !important;
    color: #FFF !important;
}

body.customer-area-active .cuar-css-wrapper .btn-default.disabled, body.customer-area-active .cuar-css-wrapper .btn-default.disabled.active, body.customer-area-active .cuar-css-wrapper .btn-default.disabled:active, body.customer-area-active .cuar-css-wrapper .btn-default.disabled:focus, body.customer-area-active .cuar-css-wrapper .btn-default.disabled:hover, body.customer-area-active .cuar-css-wrapper .btn-default[disabled], body.customer-area-active .cuar-css-wrapper .btn-default[disabled].active, body.customer-area-active .cuar-css-wrapper .btn-default[disabled]:active, body.customer-area-active .cuar-css-wrapper .btn-default[disabled]:focus, body.customer-area-active .cuar-css-wrapper .btn-default[disabled]:hover, fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default, fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default.active, fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default:active, fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default:focus, fieldset[disabled] body.customer-area-active .cuar-css-wrapper .btn-default:hover {
    background-color: #3F958C !important;
    color: #FFF !important;
    border-color: hsla(0,0%,92.2%,.6);
}

body.customer-area-active .cuar-css-wrapper button, body.customer-area-active .cuar-css-wrapper input[type=button], body.customer-area-active .cuar-css-wrapper input[type=reset], body.customer-area-active .cuar-css-wrapper input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #3F958C !important;
    color: #FFF !important;
}

