
.user-logged-in .menu--main li.menu-item:first-child a {
    font-size: 0;
}
.user-logged-in .menu--main li.menu-item:first-child a::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url('/themes/contrib/corporateclean/images/home.png') no-repeat left;
    background-size: contain;
}
.menu--main li:last-child{
    background: var(--mt-color-primary) !important;
    border-radius: 7px;
    margin-left: 20px !important;
}
.menu--main li:last-child > a{
    color: #ffffff !important;    
}
.quick-actions{
    background: #007e8f;
}
.quick-actions a {
    background: #fff;
    border-radius: 7px;
    padding: 5px 12px;
}
.quick-actions a:hover {
    background: #333333;
    color: #fff;
}
.user-logged-in .main-content__section {
    padding-top: 0px;
}
.portal-dashboard {
    font-size: 15px;
}
.calendar-view-table{
    margin-bottom: 0px;
}
.view-recent-work-orders .views-table,
.view-leads .views-table{
    padding: 0px;
    margin-bottom: 0px;
}
.view-recent-work-orders .row,
.view-leads .row{
    margin: 0px;
}
.recent-work-orders table tr th,
.recent-work-orders table tr td,
.lead-pipeline table tr th,
.lead-pipeline table tr td{
    padding: 10px;
}
.portal-dashboard h4{
    margin-top: 0px;
    margin-bottom: 15px;
}
.portal-dashboard .calendar-view-table caption {
    line-height: 1;
}
.portal-dashboard .calendar-view-pager {
    gap: 25px;
}
.portal-dashboard li.pager__item {
    background: #007e8f;
    list-style: none;
}
.portal-dashboard li.pager__item:hover{
    background: #333333 !important;
}
.portal-dashboard .calendar-view-pager .pager__item a {
    padding: 7px;
    margin: 0;
    color: #ffffff;
    text-align: center;
}
.portal-dashboard .calendar-view-pager .pager__item > .form-item {
    padding: 9px;
    color: #ffffff;
}
.schedule-overview .calendar-view-table th {
    padding: 5px;
    font-size: 12px;
}
.schedule-overview .calendar-view-table td {
    min-height: auto;
    padding: 0px;
}
.schedule-overview .calendar-view-table .calendar-view-day__row {
    font-size: 10px;
}
.schedule-overview .calendar-view-table .calendar-view-day__number {
    height: 27px;
    width: 27px;
}
.portal-dashboard table thead + tbody tr:first-child td{
    padding-top: 10px;
}

.paragraph-type--email-reply .paragraphs-subform {
    display: inline;
}
.paragraph-type--email-reply .paragraphs-subform .form-wrapper,
.paragraph-type--email-reply .paragraphs-subform .form-wrapper:nth-child(2),
.paragraph-type--email-reply .paragraphs-subform .form-wrapper:nth-child(3) {
    width: 100%;
}
.page-node-type-leads .node-leads-edit-form .field--name-field-email-replies,
.page-node-type-leads .node-leads-form .field--name-field-email-replies{
    display: none;
}
.user-logged-out  .lead-details-form-wrapper{
    border-bottom: 0px;
}
.user-logged-out .lead-details-form-wrapper .lead-info-left{
    max-width: 100%;
    flex: auto;
}