.category-dashboard-section{
margin:0;
      background: url('/themes/custom/livryte/images/LogoSet-08\ 2.png') no-repeat left ,
  
linear-gradient(92.97deg, #C01E33 30.16%, rgba(255, 255, 255, 0) 87.46%);

 background-size:
  contain,      
        
    cover;   
    
  
}




.sidebar::after {
  content: ""; 
  position: absolute;
    bottom: -30px;
    left: -27px;
    width: 479px; 
  height: 400px; 
  background: url('/themes/custom/livryte/images/LogoSet-08\ 1.png') no-repeat left bottom;
  background-size: cover; 
  opacity: 1; 
  pointer-events: none; 
  z-index: 1; 
}


.app-shell-dashboard{
      /* min-height:100vh; */
      
      display:flex;
      gap:24px;
      padding:28px;
      position:relative;
      /* overflow-x:hidden; */
    }




     
 
    
       .sidebar{
     
 
      position:relative;
      
    }
   

.nav{
 flex-direction: column;
 gap: 20px;
}
 





  

    .sidebar.collapsed{ width:72px; padding:18px 10px; }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom: 6px;
    }
  
    
    .sidebar .nav-link{
   font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 16px;
color: rgba(255, 255, 255, 1);

line-height: 26px;
letter-spacing: 1px;


      padding: 4px 4px;
      border-radius: 10px;
      display:flex;
      gap:12px;
      align-items:center;
     
      margin-bottom: 8px;
      
    }
    .sidebar .nav-link:hover, .sidebar .nav-link.active{
     background: rgba(255, 255, 255, 1);
      color:rgba(192, 30, 51, 1);



      
    }



    .sidebar .nav-link:hover img,
.sidebar .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(92%) saturate(7461%) hue-rotate(345deg) brightness(97%) contrast(104%);
}
   

    .sidebar .settings{
      margin-top:50px;
      position: relative;
    bottom: 0px;
    }
    .logout-btn-livryte{
background: none;
border: none;
font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 16px;
color: rgba(255, 255, 255, 0.6);

line-height: 26px;
letter-spacing: 1px;

    }

    .collapse-toggle {
       
    position: relative;
    top: -7px;
    cursor: pointer;
    width: 100%;
    height: 7%;
    left: -25px;
    }

     .collapse-toggle img{
      
        width: 100%;
    height: 54px;
      
     }

   
    .main{
      flex:1;
      display:flex;
      flex-direction:column;
      gap:18px;
      position:relative;
      z-index:3; 
    }

    .topbar{
      display:flex;
      justify-content:space-between;
    align-items: flex-start;
      gap:12px;
      background:transparent;
    }

    .welcome{
      background: white;
      border-radius:12px;
      padding:18px;
      box-shadow: 0 6px 20px rgba(20,20,30,0.04);
      border: 1px solid rgba(0,0,0,0.04);
      width:100%;
      flex-grow: 1;

        
       margin-right: 1rem;
    }

.dashboard-livryte-welcometext{
font-family:"Geist Sans";
font-weight: 400;
font-style: Regular;
font-size: 16px;
color: rgba(0, 0, 0, 0.6);

line-height: 26px;
letter-spacing: 1px;

}
.dashboard-livryte-title{
font-family: Gantari;
font-weight: 400;
font-style: Regular;
font-size: 36px;
color: rgba(0, 0, 0, 1);
margin-top: 20px;
line-height: 26px;
letter-spacing: 1px;
}

.inner-dashboard-div{
display: flex;
justify-content: space-between;
}



    .tab-controls{
      display:flex;
      gap:14px;
      margin-bottom: 29px;
      margin-top:10px;
      align-items:center;

    }
    .pill{
      border-radius:14px;
      padding:14px 40px;
     font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 16px;
color: rgba(0, 0, 0, 1);
width: 33%;
line-height: 26px;
letter-spacing: 1px;

      text-align:center;
    
     border: 1px solid rgba(0, 0, 0, 0.6);
      cursor:pointer;
    
    }
    .pill.active{
     background: rgba(192, 30, 51, 1);
border: none;
    color: rgba(255, 255, 255, 1);

      
  
    }

      .pill.active img {
      filter: invert(1);
}

    .content-card{
     
      border-radius:16px;
      padding:18px;
      box-shadow: 0 8px 30px rgba(20,20,30,0.05);
     border: 1px solid  #C01E33 ;
margin-top: 1rem;



    }

     .notice-table{
      margin-bottom: 0px;
     }

   
    .notice-table th{
      font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 18px;

line-height: 19px;
letter-spacing: 1px;

      border-top: none;
      border-bottom: none;
      background: transparent;
    }
    .notice-table td{
     vertical-align: middle;
    padding-top: 36px;
    padding-bottom: 36px;
    font-family: "Geist Sans";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 0px;
    letter-spacing: 1px;
    border-color: rgba(0, 0, 0, 0.3);
    }
    .badge-avatar{
     
     width: 32px;
     height: 32px;
     border-radius: 50%;
     border:1px solid #C01E33;
     
      
     
    }


.profile-text-livryte{
font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 16px;
color: rgba(0, 0, 0, 1);

line-height: 26px;
letter-spacing: 1px;

    }

.new-taskbtn-div{
gap: 0.5rem;
align-items: center;
justify-content: flex-end;
display: flex;
 margin-left: auto;

}

  .table-actions{
text-align: right;
  }

.table-delete-btn{
border: 0.5px solid rgba(0, 0, 0, 0.6);
font-family:"Geist Sans";
font-weight: 400;
font-style: Regular;
font-size: 14px;
border-radius: 10px;
line-height: 11px;
letter-spacing: 1px;
color: rgba(0, 0, 0, 0.8);
padding-top: 8px;
padding-bottom: 7px;
padding-left: 11px;
padding-right: 12px;
background: none;

}

.table-delete-btn:hover{
  background: rgba(192, 30, 51, 1);
  color: rgba(255, 255, 255, 1);
  border: none;


}

.table-delete-btn:hover img{
  filter: invert(1);
}

  .table-edit-btn:hover{
    background: rgba(241, 244, 248, 1);
    border: none;
    padding-top: 8px;
padding-bottom: 7px;
padding-left: 11px;
padding-right: 12px;

  }

    
.table-edit-btn{
border: 0.5px solid rgba(0, 0, 0, 0.6);
font-family:"Geist Sans";
font-weight: 400;
font-style: Regular;
font-size: 14px;
border-radius: 10px;
line-height: 11px;
letter-spacing: 1px;
color: rgba(0, 0, 0, 0.8);
padding-top: 8px;
padding-bottom: 7px;
padding-left: 11px;
padding-right: 12px;
background: none;

}


    .top-right-user{
      display:flex;
      gap:12px;
      align-items:center;
    }
    .user-pill{
      display:flex;
      gap:8px;
      
      
      padding:6px 10px;
      border-radius:20px;
   
    }

   
  

    .row-num{
      color: var(--muted-gray);
      font-weight:700;
      width:48px;
    }


    .btn-newtask{
      background:none;
     border: 0.5px solid rgba(0, 0, 0, 0.6);
     padding-left: 16px;
     padding-right: 18px;
     padding-bottom: 10px;
     padding-top: 12px;
     font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 14px;
color: rgba(0, 0, 0, 1);

line-height: 11px;
letter-spacing: 1px;

      border-radius:8px;
    }

  
    .sidebar.collapsed .nav-link span{ display:none; }
    .sidebar.collapsed .brand h4{ display:none; }


    .dashboard-livryte-main{
flex-direction: column;
display: flex;
    }




    @media (max-width: 768px){
      .brand h4{ display:none; }
      .tab-controls{ flex-direction:column; align-items:stretch; }
      .pill{ min-width: unset; width:100%; }
      .sidebar.collapsed{ display:none; } 
      .collapse-toggle{ right: -10px; }
      .notice-table td:nth-child(3), .notice-table th:nth-child(3){
        display:none; 
      }
      
    }


.not-front .views-element-container header {
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-left: auto;
}

.not-front .views-element-container header a{
    background: none;
    border: 0.5px solid rgba(0, 0, 0, 0.6);
    padding-left: 16px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-top: 16px;
    font-family: "Geist Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 11px;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
}
/* .not-front .menu--sidebar li {
    list-style: none;
    display: flex;
} */
/* .not-front .menu--sidebar li a {
    font-family: "Geist Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    letter-spacing: 1px;
    padding: 4px 4px;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
} */
/* .menu--sidebar li a:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(192, 30, 51, 1);
} */
/* .not-front li.menu-item:hover {
    background: rgba(255, 255, 255, 1);
} */


.pill a {
    /* padding: 14px 40px; */
    font-family: "Geist Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    width: 367px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    /* border: 1px solid rgba(0, 0, 0, 0.6); */
    cursor: pointer;
    text-decoration: none;
}

.pill.active a {
  color: rgba(255, 255, 255, 1);
}
.not-front .notice-table .views-field.views-field-name a {
    text-decoration: none;
}
.not-front .views-field.views-field-edit-taxonomy-term a {
    text-decoration: none;
}
.not-front .views-field.views-field-delete-taxonomy-term a {
    text-decoration: none;
}
.dashboard-client-add-form label.form-item__label.js-form-required.form-required,
.dashboard-task-form label.form-item__label.js-form-required.form-required,
.dashboard-action-task-form label.form-item__label.js-form-required.form-required,
.dashboard-task-category-form label.form-item__label.js-form-required.form-required {
    font-family: "Geist Sans";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
form#dashboard-client-add-form,
form#dashboard-task-form,
form#dashboard-action-task-form,
form#dashboard-task-category-form {
    /* padding-top: 120px; */
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 1);
    width: 496px;
    border-top: 1px solid rgba(192, 30, 51, 0.5);
    border-bottom: 5px solid rgba(192, 30, 51, 1.6);
    padding: 36px;
    margin: 50px auto;
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(192, 30, 51, 0.8);
}
.dashboard-client-add-form div#edit-username--description {
    display: none;
}
/* .not-front div#block-livryte-content {
    padding-top: 100px;
} */
.dashboard-client-add-form input[type="text"],
.dashboard-client-add-form input[type="email"],
.dashboard-client-add-form input[type="number"],
.dashboard-client-add-form input[type="date"],
.dashboard-task-form input[type="text"],
.dashboard-action-task-form input[type="text"],
.dashboard-task-category-form input[type="text"]
{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
.dashboard-client-add-form select#edit-project-status {
    margin-bottom: 20px;
}
.dashboard-client-add-form input#edit-submit,
 .dashboard-task-form input#edit-submit,
 .dashboard-action-task-form input#edit-submit,
 .dashboard-task-category-form input#edit-submit
 {
    background: rgba(192, 30, 51, 1);
    padding: 14px 24px;
    border-radius: 10px;
    border: none;
    font-family: "Geist Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-top: 30px;
    line-height: 16px;
    letter-spacing: 1px;
    /* margin-left: 100px; */
}
form#dashboard-client-add-form:before {
    content: "Add New Client";
    display: block;
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

form#dashboard-task-form::before{
    content: "Add New Task";
    display: block;
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

form#dashboard-action-task-form:before {
    content: "Add New Action";
    display: block;
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
form#dashboard-task-category-form:before {
    content: "Add New Task Category";
    display: block;
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 {
    display: flex;
    flex-direction: column;
   
    padding-left: 0;
  
        gap: 29px;
  
    padding-top: 34px;
}

.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item {
       display: flex;
    padding: 4px 4px 4px 4px;
    align-items: center;
}
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item a {
 
    font-family: "Geist Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    letter-spacing: 0%;
    padding: 4px 4px;
    border-radius: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
   
    text-decoration: none;
}
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item img.arrow_menu {
    display: none;
}
.not-front div#block-livryte-webform {
    display: none;
}
.pill img {
    margin-top: 20px;
}
.not-front td.views-field.views-field-delete-taxonomy-term a {
    border: 0.5px solid rgba(0, 0, 0, 0.6);
    font-family: "Geist Sans";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    border-radius: 10px;
    line-height: 11px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 12px;
    background: none;
}
.not-front td.views-field.views-field-edit-taxonomy-term a:hover {
    background: rgba(192, 30, 51, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
}
/* .not-front td.views-field.views-field-delete-taxonomy-term a:hover {
    background: rgba(192, 30, 51, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
} */
.not-front td.views-field.views-field-edit-taxonomy-term a {
    border: 0.5px solid rgba(0, 0, 0, 0.6);
    font-family: "Geist Sans";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    border-radius: 10px;
    line-height: 11px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 12px;
    background: none;
}

 .not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item:hover, 
 .not-front .sidebar-inner .submenu li.menu-item.active,
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item--active-trail {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    
    color: white;
}
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item:hover a,
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item--active-trail:hover a
{
    color: rgba(192, 30, 51, 1);
}
.not-front .menu--sidebar li.menu-item:nth-child(4) {
    border-bottom: 1px solid rgb(196 78 93);
}
.not-front .menu_link_content.menu-link-contentdashboard-menus.view-mode-default.contextual-region.menu-dropdown.menu-dropdown-0.menu-type-default:hover {
    color: rgba(192, 30, 51, 1);
    filter: brightness(0) saturate(100%) invert(8%) sepia(92%) saturate(7461%) hue-rotate(345deg) brightness(97%) contrast(104%);
}
.not-front td.views-field.views-field-edit-taxonomy-term a img:hover {
    filter: invert(1);
}
.not-front .js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name {
    width: 100%;
    float: left;
    padding-right: 10px;
}
.client-task-assignment-json-form div#edit-client-wrapper {
    gap: 11.5rem;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-left: auto;
    margin-top: 36px;
    margin-bottom: 36px;
}
.client-task-assignment-json-form select#edit-client {
    padding: 10px 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    background-color: transparent;
    font-family: "Geist Sans";
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 11px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.8);
    outline: none;
    cursor: pointer;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    padding-right: 186px;
}
.client-task-assignment-json-form label.form-item__label.js-form-required.form-required {
    font-family: "Geist Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 0px;
    letter-spacing: 0%;
    white-space: nowrap;
}
.client-task-assignment-json-form .js-form-item.form-item.js-form-type-select.form-item-client.js-form-item-client {
    background: rgba(241, 244, 248, 1);
        width: 100%;
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.client-task-assignment-json-form div#tasks-wrapper {
    background: #fff;
    border: 1px solid #C01E33;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.client-task-assignment-json-form div#edit-tasks-container-task-row-0 {
    display: flex;
    gap: 20px;
}
.client-task-assignment-json-form .js-form-item.form-item {
    /* flex: 1; */
   
    /* background: rgba(241, 244, 248, 1);
    border-radius: 10px; */
    padding: 20px;
    /* border: 1px solid #eee; */
}
.client-task-assignment-json-form select#edit-tasks-container-task-row-0-task-category {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: 0.2s 
ease;
}
.client-task-assignment-json-form input#edit-submit {
    text-align: center;
    margin-top: 25px;
    background: #C01E33;
    color: rgba(255, 255, 255, 1);
    border: none;
    padding: 14px 24px;
    border-radius: 10px;
    font-family: "Geist Sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}
/* .not-front ul.menu.submenu.menu-level-0 a.is-active {
    color: white !important;
} */
 /* Main wrapper for three columns */
.task-columns-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #c01e33;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}

/* Each card */
.task-card {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  flex: 1;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  min-width: 300px;
}

/* Card header */
.task-card .card-title {
  background-color: #c01e33;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Select dropdown styling */
.task-select {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #d1d5db;
  background-color: #fff;
}

/* Save button */
.task-save-btn {
  text-align: center;
  margin-top: 25px;
}

.task-save-btn .button--primary {
  background-color: #c01e33;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.2s ease;
}

.task-save-btn .button--primary:hover {
  background-color: #a8182b;
}

.task-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.task-dashboard-table th {
  background-color: #a50e28;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

.task-dashboard-table td {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  vertical-align: middle;
}

.task-dashboard-table tr:nth-child(even) {
  background-color: #fafafa;
}

.task-status {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
}

.status-completed {
  background-color: #28a745;
}

.status-started {
  background-color: #17a2b8;
}

.status-inprogress {
  background-color: #ffc107;
  color: #000;
}

.status-notstarted {
  background-color: #dc3545;
}

.status-unknown {
  background-color: #6c757d;
}
/* ---- Admin client select form ---- */
.admin-client-filter {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}

.client-select-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* background-color: #f8f9fb; */
    /* border-radius: 8px; */
    padding: 30px 15px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); */
    /* width: fit-content; */
    /* margin: 50px auto; */

}
.client-select-form .js-form-item.form-item.js-form-type-select.form-item-client.js-form-item-client {
    background: rgba(241, 244, 248, 1);
    width: 40%;
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.client-select-form label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.client-dropdown {
  padding: 8px 12px;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  min-width: 180px;
}

.client-submit-btn {
    padding: 14px 18px;
    background-color: #c02033;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.client-submit-btn:hover,
.client-submit-btn:focus {
  background-color: #a91c2d;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(192, 32, 51, 0.3);
}

/* ---- Task table styling ---- */
.task-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.task-dashboard-table th {
  background-color: #c02033;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 12px;
  font-size: 15px;
}

.task-dashboard-table td {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.task-dashboard-table tr:last-child td {
  border-bottom: none;
}
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item:hover img,
.not-front ul.menu--sidebar.menu.submenu.menu-level-0 li.menu-item--active-trail img
 {
    filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(7500%) hue-rotate(340deg) brightness(95%) contrast(105%);
}
.overview {
    border: 1px solid #FF687C;
    border-radius: 20px;
    padding: 20px;
    width: 791px;
    height: 619px;
    margin-top: 100px;
    margin-left: 250px;
}
.total-client, .ongoing-project, .complete-project {
    display: flex;
    justify-content: space-around;
    padding: 30px;
}
.total-client h4, .ongoing-project h4, .complete-project h4 {
    font-family: 'Geist Sans';
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    line-height: 0px;
    letter-spacing: 1px;
}
.total-client strong, .ongoing-project strong,
.complete-project strong  {
    width: 86px;
    height: 33px;
    opacity: 1;
    top: 12px;
    left: 243px;
    border-radius: 10px;
    gap: 5.98px;
    padding-top: 8px;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-left: 30px;
    background: #F1F4F8;
}
.user-logged-in .user-page div#block-livryte-content:before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}