.none {display: none !important;}
.opacity0 {opacity: 0 !important;}
.inlineblock {display: inline-block !important;}
.sectiontitle {font-weight: 500;   font-size: 17px;  margin-top: 20px;  }
.table-config-icon {display:none} 
.nprogress-busy {filter: grayscale(1); opacity:0.3}
.top-search-bar {width:400px;position: absolute; left: calc(50% - 200px);    top: 0px; display: none;}
#top-search-container {width:400px; max-width: 100%}
.main-hamburger-menu {display: none !important;}


.left-sidebar #main-scroll-sidebar .sidenav-menu-item .hide-menu {font-size: 11px;  font-weight: 400;}

.card {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .app-admin .card {
    opacity: 1}

.smallborder {border:0.2px solid #999}


.add-edit-file-button {
  position: absolute;
  right: 50%;
  z-index: 10;
  top: -10px;
}

/*-- ============================================================== 
    ADMINAREA
 ============================================================== */


#landlord-left-inner-menu.left-inner-menu {
    left: 10px;
    border-right: 0px solid #eae7e7;
    background: #fff;
    z-index: 10000;
    border-radius: 20px;
  }
  #landlord-left-inner-menu a.active,  #landlord-left-inner-menu a.hover {
    background-color: #e9f0f3;
    color: #67757c;
    border-radius: 10px;
  }

/*-- ============================================================== 
    MENU
 ============================================================== */


.sidebar-nav > ul > li {transition: 0.2s all ease; opacity: 0.6;}
.sidebar-nav > ul > li:hover {transform: scale(0.95); background: #f8f8f8;  border-radius: 10px;opacity: 1}
.midnight .sidebar-nav > ul > li:hover {transform: scale(0.95); background: #151515;  border-radius: 10px;opacity: 1}

.sidebar-nav > ul > li.active {opacity: 1}
.sidebar-nav > ul > li.active > a { border-radius: 10px;}
.midnight .sidebar-nav > ul > li.active > a { border-radius: 10px;}

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i,
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover
{color: #111;}

.midnight .sidebar-nav ul li a.active i, .midnight .sidebar-nav ul li a:hover i,
.midnight .sidebar-nav ul li a.active, .midnight .sidebar-nav ul li a:hover
{color: #f2f2f2;}

.left-sidebar #main-scroll-sidebar .sidenav-menu-item.active .hide-menu {font-weight: 700;}

.logo-left {transition: 0.2s all ease;
    display: block;
    width: 60px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
.logo-left:hover {transform: scale(0.95)}
.button_plus{
    width: 86px;
    text-align: center;
    display: inline-block;
    background: #f4f4f4;
    border-radius: 20px;
    margin: auto;
    height: 45px;
    padding-top: 11px;
    transition: 0.2s all ease;
    font-size: 17px;
    margin-bottom: 5px;
    color: #c24bf2;
    margin-left: 2px;
    background: linear-gradient(115deg, #f0f0f0, #fff);
    box-shadow: 5px 5px 10px #f0f0f0, -5px -5px 10px #fff;
    border:1px solid #f4d9ff;

  }
  .midnight .button_plus{ background: linear-gradient(145deg, #0b0b0b, #0f020b);
    box-shadow: -4px 5px 8px #000, -5px 5px 8px #222;
    border: 1px solid #560677;
                }
  .button_plus:hover{ transform: scale(0.95); background: #c24bf2; color: #fff;}
  .ai-loader {width: 300px !important; text-align: center;}
  .midnight .loader-container {background-color: #422c3d; }
  .midnight #loaderText {color:#fff}

 .card-task {
  background: #7979790a;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.task_title_project {
  font-size: 11px;
  line-height: 1;
  display: block;
  font-weight: 500;
  opacity: 0.7;
}
.task_title_project .smile {
  font-size: 90%;
  font-weight: bold;
}
.midnight .card-task {background: #ffffff0a;}


  .dropdown-menu {
    border-radius: 13px;
    box-shadow:  20px 20px 60px #cecece,  -20px -20px 60px #ffffff ;
  }

  .midnight .dropdown-menu {
    border-radius: 13px;
    box-shadow:  20px 20px 60px#111111, -20px -20px 60px #000 !important;
    background: #15181a !important;
  }
  .right-sidebar {box-shadow: 20px 20px 160px   #cecece,  -20px -20px 60px #ffffff;
    height: 90vh;
    margin-top: 5vh;
    border-radius: 20px;
   }
    .right-sidebar .rpanel-title { border-radius: 20px;}
  .midnight .right-sidebar {box-shadow: 20px 20px 160px #111111, -20px -20px 60px #000; background: #15181a;}
.dropdown-menu-right {right:10px}
.topbar ul.dropdown-user li a {font-size: 13px;
    font-weight: 500;}

    .topbar ul.dropdown-user li a:hover { background: #f2f2f2;  text-decoration: none;      }
    .midnight ul.dropdown-user li a:hover { background: #111111;  text-decoration: none;    color: #f9f9f9;  }

      .topbar ul.dropdown-user li .dw-user-box .u-text h4 {
        margin: 0px;
        font-size: 17px;
        font-weight: 900;
      }


      .modal .modal-content {  border-radius: 10px;  box-shadow: 20px 20px 160px #cecece, -20px -20px 60px #fff;    border: none;}
      .midnight .modal .modal-content {  border-radius: 10px;  box-shadow: 20px 20px 160px #111111, -20px -20px 60px #000;   border: none;}
      .modal-open .modal {background:rgba(250,250,250,0.8);}
      .midnight .modal-open .modal {background:rgba(0,0,0,0.8);}

      .x-search-field .form-group  {
        background: linear-gradient(135deg, #c24bf2, #965bff);
        padding: 2px;
        border-radius: 10px;
        display: block;
        margin: auto;
        width: 480px;
        margin-top: 10px;
      }
      .search-modal .modal-header .x-search-field .x-search-field-container {padding-right: 0px;}
      #searchModalContainer .modal-header .x-search-field input {border-radius: 8px;}
      .top-search-bar .top-search-container input {border-radius: 7px;}
      .topbar .top-navbar .navbar-nav > .nav-item.show {border-radius: 20px;}

#topnav-messages-notification-icon {right: 19px;  top: -28px;}

#files-folders-enabled-container {padding: 10px;}

    
/*-- ============================================================== 
LOGIN
 ============================================================== */


.logged-out body #main-wrapper .login-box {
    box-shadow: 35px 35px 71px #150d15, -35px -35px 71px #332a32;
  }
  .logged-out body  {
    background: #141314;
    background: url('https://lao-manager.com/wp-content/uploads/2025/03/bg-scaled.jpg');
    background-size: auto;
    background-size: cover;
  }

  .login-box h3, .login-box h4 { 
    font-weight: 900;
    letter-spacing: -0.5px;
  }
#to-recover {font-size: 10px;}




/*-- ============================================================== 
SEARCH
 ============================================================== */

#searchModalContainer {height: 100vh;}
#searchModalContainer .modal-content  {height: 100vh; border-radius: 20px;}
#searchModalContainer .modal-header  { border-radius: 20px;}
.search-modal .search-modal-container .search-categories {display: flex; justify-content: center;}

/*-- ============================================================== 
DASHBOARD
 ============================================================== */

 .home .top-search-bar { display: block !important;}
 .home h2.m-b-0 {font-weight: 900;
     font-size: 36px;}
 h6.text-muted {font-family: 'inter tight';}
 
 .home h5.card-title {
     font-weight: 900;
     font-size: 20px;
     letter-spacing: -.5px;
   }

.home .card { box-shadow: 15px 15px 30px #f4f4f4,-15px -15px 30px #f2f2f2;background: #fff;}
.midnight .home .card {  box-shadow: 15px 15px 30px #150d15, -15px -15px 31px #332a32; background: #15181a;}
#settings-exit-button{
    text-align: center;
    width: 100%;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    margin: 10px auto;
    border-radius: 10px;background: #fff;
  }
  .midnight #settings-exit-button{background: #111111;}
  .settings .settings-menu .sidebar-nav ul li ul li a {font-size:12px; text-align: center; opacity:0.5}
  .settings .settings-menu .sidebar-nav a:hover {transform: scale(1)}

  .card-header {border: none !important;}

  .modal-selector h4, .card-header h4 {font-weight: bold; letter-spacing: -.5px;}

  [type="checkbox"].filled-in:checked.chk-col-light-blue + label::after {
    border: 1px solid #2F2F2F;
    background-color: #282828;
  }

  .slider-container { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 20px; padding: 20px; scroll-padding: 20px; }
  .slider-container::-webkit-scrollbar { display: none; }
  .slider-card { flex: 0 0 40%; scroll-snap-align: start; min-width: 300px; max-width: 400px; }
  .project-list-vertical { height: 350px; overflow-y: auto; border-radius: 8px;padding: 0px 10px; }
  .project-item { padding: 0px; margin-bottom: 20px; background-color: #fbfcfd;  box-shadow: 0px 0px 5px rgba(162, 156, 162, 0.3); border-radius: 10px; transform: scale(0.98); transition: 0.8s all ease;}
  .project-item:hover { background-color: #f1fbf8; transform: scale(1.001); cursor: pointer; }
  .midnight .project-item { padding: 0px; margin-bottom: 20px; background-color: #0d050c;  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.74); border-radius: 10px; transform: scale(0.98); transition: 0.8s all ease;}
  .midnight .project-item:hover { background-color: #130611; transform: scale(1.001); cursor: pointer; }
  .project-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; padding: 3px 10px; font-size: 15px;}
  .project-meta { font-size: 12px; color: #666; display: flex; justify-content: space-between; padding: 0px 10px 10px;}
  .midnight .project-meta { font-size: 12px; color: #b9b9b9; display: flex; justify-content: space-between; padding: 0px 10px 10px;}
  .projects_col_progress { height: 6px; background-color: #e9ecef; border-radius: 4px; overflow: hidden; position: relative; }
  .progress-bar.full-bg { width: 100%; height: 100%; background: linear-gradient(90deg, rgba(221, 0, 255, 1) 0%, rgba(163, 64, 7, 1) 23%, rgba(217, 126, 0, 1) 52%, rgba(190, 219, 0, 1) 76%, rgba(70, 201, 4, 1) 100%); position: relative; }
  .progress-fill { background-color: rgba(255, 255, 255, 0.98); height: 100%; position: absolute; right: 0; top: 0; }
  

  .midnight  .progress-fill {   background-color: rgba(0, 0, 0, 0.98);}
  



  
/*-- ============================================================== 
    PROJECTS
 ============================================================== */


.project .modal-backdrop {z-index: -100;}
.project  .card-modal .modal-dialog {max-width:1250px !important}
.card-modal .modal-dialog .modal-content #cardModalTabMenu ul {background-color: transparent;}



.project-header strong, .grid-card .x-title.font-weight-bold {font-family: "DM Sans", sans-serif;  line-height: 1;   letter-spacing: -.75px;    font-size: 19px;    color: #222;}
.midnight .project-header strong, .midnight .grid-card .x-title.font-weight-bold {color: #fff;}
.project-top-nav .nav-link {
 
  white-space: nowrap ;
  text-overflow: ellipsis ;
  overflow: hidden ;
}

.select_status .nav-link {
  border-radius: 5px !important;
  padding: 5px 10px !important;
  text-transform: capitalize;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 2px; margin-top: 2px;
}

.select_status .nav-link.active {border: 1px solid #666 !important;}


.cardlogo{
  height: 80px !important;
  display: block;
  margin-top: -28px;
  border-radius: 50%;background: rgba(0,0,0,0.3);
}
.projectcards .projects_col_client .client_name {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  opacity: 0.6; 

}
.card_project_client {line-height: 1;}
.projectcards .pull-right  {margin-top: -10px;}
.projectcards .pull-right.logo-mt {margin-top: -60px;}
.projectcards .project_id { font-size: 10px; opacity: 0.5;}
.projectcards .x-title {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -.75px;
  font-size: 19px; font-weight: bold;
  color: #222;margin-top: 15px;
  line-height: 1;
}
.font_small_td {
  font-size: 12px;
  max-width: 200px;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word;
  line-height: 1.2;
}
.midnight .projectcards .x-title {color: #fff;}
.projectcards .projects_col_decsription span {font-size: 14px !important; color:#666}
.midnight .projectcards .projects_col_decsription span {font-size: 14px !important; color:#b0adad}
.midnight .projectcards .projects_col_progress.progress {
  margin-top: -20px;
  border-radius: 0px 0px 20px 20px;
  height: 9px;
  opacity: 0.5;
}
 .projectcards .projects_col_progress.progress {
  margin-top: -8px;
  border-radius: 0px 0px 20px 20px;
  height: 9px;
  opacity: 0.5;
}
.projectcards .ti-pin2 {font-size: 15px;}

.projectcards {transition: all 0.8s ease;}
.projectcards:hover {
  transform: scale(1.01);
  transition: all 0.8s ease;
}

.midnight .projectcards:hover .grid-card{box-shadow: 0px 0px 55px rgb(89, 30, 80); transition: all 0.8s ease;}
.projectcards:hover .grid-card{box-shadow: 0px 0px 55px rgb(226, 206, 223); transition: all 0.8s ease;}



table .logo_client {height: 34px; margin-right: 6px;  border-radius: 50%;}
#projects-list-table .projects_col_client, #projects-list-table .projects_col_id {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  opacity: 0.6;
}
#projects-list-table .x-title {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -.75px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  line-height: 1;
}
.midnight #projects-list-table  .x-title {color: #fff;}


#projects-list-table tbody  tr{
  background: rgba(0, 0, 0, 0.02);
  border-top: 7px solid #fff;
}

#projects-list-table tbody  tr.pinned{
  background: rgba(0, 0, 0, 0.04);

}
#projects-list-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
  border-top: 7px solid #fff;
  cursor: pointer;
}

.midnight #projects-list-table tbody  tr{
  background: rgba(0, 0, 0, 0.02);
  border-top: 7px solid #1b1b1b;
}
.midnight #projects-list-table tbody  tr.pinned{
  background: rgba(0, 0, 0, 0.32);
 
}
.midnight #projects-list-table tbody tr:hover {
  background: rgba(51, 14, 33, 0.55);
  border-top: 7px solid #1b1b1b;
  cursor: pointer;
}

#projects-list-table .projects_col_progress {
  height: 20px;
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#projects-view-wrapper .card {opacity: 1}

.no-border {border: 0px solid #000 !important;}

.projects_col_checkbox {padding-left: 6px;}


.labelproject{
  justify-content: center;
  display: flex;
  margin-bottom: 14px;
  font-size: 135%;
}

 .project_head .project_id  {
  display: block;
  opacity: 0.8;
  margin-bottom: 10px;
  margin-top: -50px;
  font-size: 12px;
  font-weight: 400;
}

.project_head .logo_client {border-radius: 50%;}
.project_head .assign{
  border: none;
  background: none;margin-top: -2px;
}
.summary_project{
  display: flex;
  gap: 10px;
  justify-content: center;z-index: 0;
  position: relative;
}
.separator {opacity: 0.2;}
.project.modal-open #cardModal {border-radius: 20px;}
.midnight .project.modal-open .modal {background: transparent;}
.project.modal-open #cardModalContent {box-shadow: 40px 30px 60px #cecece, 50px 40px 50px #f2f2f2;}
.midnight .project.modal-open #cardModalContent {
  box-shadow: -10px 0px 60px #000, -10px -20px 50px #1a1a1a;
}

.project.modal-open #cardModal .card-modal .modal-dialog {
  padding-top: 0px;
  margin-top: 0px;
}
.project.modal-open .card-modal .modal-dialog .modal-content .modal-body button.close {top: -30px;}
.tasks #card-modal-close {margin-top: -40px;}
.tasks .card-modal .modal-dialog {  max-width: 1290px !important;}

.lastupdateproject  {
  float: right;
  width: 150px;
  font-size: 10px;
  margin-top: -40px;
  text-align: right;
}

.refresh  {
  font-size: 12px;
  background: #9848a44f;
  border-radius: 50%;
  border: none;padding: 3px 6px;
  color: #fff;
}

.card #projects_ajaxtab.timeline_project {
  height: 560px !important;
  min-height: 10px !important;
  overflow: scroll;;background: #fbfcfd;
}
.add.answer{
  width: 100%;
  padding: 10px;
}
.midnight .card #projects_ajaxtab.timeline_project {
  height: 560px !important;
  min-height: 10px !important;
  overflow: scroll; box-shadow: none !important; background: #0d050c;
}

#projects_ajaxtab {box-shadow: none !important;}

#my-timer-container-topnav {



}
#card-task-mynotes  {
  line-height: 1.7 !important;
}
.project_header .progress {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  z-index: 100 !important;
  height: 8px;
  border-radius: 0px;
  opacity: 0.6;
}

#similarproject .logo_client {border-radius: 50%;}

.projectcards:hover .grid-card {
  transition: all 0.8s ease;
}
 #similarproject .projects_col_progress.progress {
  margin-top: -3px !important;
  margin-bottom: 20px;
}
.midnight #similarproject .projects_col_progress.progress {
  margin-top: -16px !important;
  margin-bottom: 20px;
}

#projects-tab-split-screen .card {box-shadow:10px 10px 40px #f4f4f4, -5px -5px 50px #ece8ec}
.tabeanswer {border: 1px dotted #a8a8a8;}
.tabeanswer th, .tabeanswer td {border-top: 2px dotted #a8a8a8;}

.midnight #projects-tab-split-screen .card {box-shadow:10px 10px 40px #150d15, -5px -5px 50px #332a32}
.midnight .tabeanswer {border: 1px dotted #666;}
.midnight .tabeanswer th, .midnight .tabeanswer td {border-top: 2px dotted #333;}

/*-- ============================================================== 
 HEAD SECTION
 ============================================================== */

 #clients-table-wrapper, #team-table-wrapper, #timesheets-table-wrapper, #projects-view-wrapper, .chat-main-box, #projects_ajaxtab {
    min-height: 100vh; border-radius: 20px;
    box-shadow: 35px 35px 70px #f4f4f4,-35px -35px 70px #ece8ec;background: #fff;
  }
  .midnight #clients-table-wrapper, .midnight #team-table-wrapper, .midnight #timesheets-table-wrapper, .midnight #projects-view-wrapper, .midnight .chat-main-box, .midnight #projects_ajaxtab  {
    min-height: 100vh;
    box-shadow: 35px 35px 71px #150d15, -35px -35px 71px #332a32; background: #15181a;
  }

  .chat-main-box {position: relative;margin-top: -80px;height: 620px; min-height: 300px !important;}


      .page-titles h3 {font-weight: bold; letter-spacing: -1px; font-size: 50px; line-height: 1}
      .page-titles h3.text-themecolor.text-center {font-weight: bold; letter-spacing: -1px; font-size: 45px; line-height: 1;max-width: 990px;  margin: auto;}
      .container-fluid {max-width: 1400px;min-height: 100vh;}


      .card-no-border .card {border-radius: 20px;}
        .header-search {max-width: 350px; margin-top: 10px; margin-bottom: 10px;}
        .header-search input {width: 320px;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            background-color: #f9f9f9 !important;}

            .midnight .header-search input {width: 320px;
                border: 1px solid #535353;
                border-radius: 10px; color:#fff;
                background-color: #111 !important;}

        .form-control:focus {box-shadow: 1px 0px 2px #c28fff;}
        .modal-title {
            margin-bottom: 0;
            line-height: 1.1;
            letter-spacing: -0.5px;
            font-weight: 800;
            font-size: 25px;
          }
          .right-sidebar .rpanel-title {text-transform: none;  font-size: 16px;  font-weight: 700;font-family: "DM Sans", sans-serif;}
          .right-sidebar .rpanel-title i { vertical-align: middle;  font-size: 15px;}
          .jconfirm.jconfirm-modern .jconfirm-bg {  background-color: #f9f9f9;}
          .jconfirm.jconfirm-modern .jconfirm-box {border-radius: 20px; box-shadow: 35px 35px 70px #f4f4f4,-35px -35px 70px #ece8ec;}
          .midnight .jconfirm.jconfirm-modern .jconfirm-bg {  background-color: #070707;}
          .midnight  .jconfirm.jconfirm-modern .jconfirm-box {border-radius: 20px; box-shadow: 35px 35px 71px #150d15, -35px -35px 71px #332a32}
          .jconfirm .jconfirm-box.jconfirm-type-red {border: none !important;}
          .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {  font-weight: 700;font-family: "DM Sans", sans-serif; letter-spacing: -1px;}

          .checkbox-actions.box-shadow-minimum {box-shadow: none !important;}

.clientproject small {font-size: 98%;}
          .clientproject h3.clientname {margin-bottom: 0px; line-height: 1em;font-weight: bold;  letter-spacing: -1px;  font-size: 20px;}
#project_details .panel-label.p-b-3 {font-size: 11px; opacity: 0.7; font-weight: 500;}
#project_details .label-outline-default {font-size: 10px;}
.description_similarity {font-size: 13px;  opacity: 0.8;}

/*-- ============================================================== 
LABEL
 ============================================================== */

 .bg-progress {background:  linear-gradient(90deg,rgba(255, 81, 0, 1) 0%, rgba(170, 0, 217, 1) 54%, rgba(4, 201, 14, 1) 100%);}
           .label {font-weight: 600;border-radius: 4px;font-size: 75%;letter-spacing: 0.2px; text-transform: capitalize;}
          .label-outline-info {  color: #05441a; background-color: #e4ffed;  border-color: #54bb77; }
          .midnight .label-outline-info {  color: #e4ffed; background-color: #05441a;  border-color: #05441a; }
          .badge-primary { background-color: #333333;  }
          .badge-success { background-color: #05441a; }
          .btn-outline-info {color: #808080;        background-color: transparent;border-color: #808080;}


        .label-go-nogo {background: linear-gradient(90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%) !important; }
        .label-go_nogo {background: linear-gradient(90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%) !important; }
        .label-in-progress { background: linear-gradient(90deg,rgba(55, 240, 234, 1) 0%, rgba(194, 75, 242, 1) 100%) !important; }
        .label-in_progress { background: linear-gradient(90deg,rgba(55, 240, 234, 1) 0%, rgba(194, 75, 242, 1) 100%) !important; }
        .label-sent {   background: linear-gradient(90deg,rgb(33, 184, 179) 0%, rgba(11, 65, 153, 1) 100%) !important;}
        .label-waiting {  background: linear-gradient(90deg,rgba(240, 61, 55, 1) 0%, rgba(219, 110, 0, 1) 100%) !important;}
        .label-won {  background: linear-gradient(90deg,rgba(74, 189, 36, 1) 0%, rgba(42, 255, 0, 1) 100%) !important; }
        .label-lost {  background: linear-gradient(90deg,rgba(112, 26, 26, 1) 0%, rgba(242, 44, 0, 1) 100%) !important;}
        .label-archived {  background: linear-gradient(90deg,rgba(31, 31, 31, 1) 0%, rgba(173, 173, 173, 1) 100%) !important; }
        .label-cancelled { background: linear-gradient(90deg,rgba(158, 158, 158, 1) 0%, rgba(242, 206, 206, 1) 100%) !important; }
        .label-prep {background: linear-gradient(90deg,rgba(189, 123, 159, 1) 0%, rgba(235, 206, 242, 1) 100%) !important; }              
        .label-internal-check {   background: linear-gradient(90deg,rgba(123, 124, 189, 1) 0%, rgb(78, 207, 192) 100%) !important; }
        .label-internal_check {   background: linear-gradient(90deg,rgba(123, 124, 189, 1) 0%, rgb(78, 207, 192) 100%) !important; }
        .label-followup {   background: linear-gradient(90deg,rgba(255, 115, 0, 1) 0%, rgba(201, 159, 4, 1) 100%) !important; }
        .label-negotiation {  background: linear-gradient(90deg,rgb(206, 203, 25) 0%, rgba(70, 201, 4, 1) 100%) !important;}

        .label-go-nogo.col {border-radius: 27px; padding: 5px; margin-bottom: 20px;}
        .label-go-nogo.col .card.visible{margin-bottom: 0px;}


        .btn-danger.disabled, .btn-danger:disabled {
            color: #fff;
            background-color: #a65efb;
            border-color: #874bcc;
          }

          .btn-go {  background: linear-gradient(90deg,rgb(36, 189, 181) 0%, rgba(42, 255, 0, 1) 100%); font-weight: bold; color:#fff; transition: 0.9s all ease; }
          .btn-go:hover {  background: linear-gradient(-90deg,rgb(36, 189, 181) 0%, rgba(42, 255, 0, 1) 100%); font-weight: bold; color:#fff; transform: scale(0.98); }
          .btn-nogo {  background: linear-gradient(-90deg,rgb(153, 30, 112) 0%, rgb(230, 31, 47) 100%); font-weight: bold; color:#fff; transition: 0.9s all ease; }
          .btn-nogo:hover {  background: linear-gradient(90deg,rgb(153, 30, 112) 0%, rgb(230, 31, 47) 100%); font-weight: bold; color:#fff !important;  transform: scale(0.98); }
          .alert .text-info {color: #222 !important;}
          .midnight .alert .text-info {color: #f2f2f2  !important;}
          .settings .card {opacity:1 !important}

          .alert-tuto {
            text-align: center;border-radius: 10px;
            border: none;
            background:linear-gradient(90deg,rgba(242, 75, 232, 0.17) 0%, rgba(194, 75, 242, 0.19) 100%) !important;
            padding: 5px; color:#fff !important
          }

          .card-desc {  opacity: 0.7;  font-size: 12px;  text-align: justify;}


/*-- ============================================================== 
DOC GENERATOR
 ============================================================== */

.generate_btn {text-transform: capitalize;padding: 2px 12px;  transition: 
    transform 0.4s ease,
    box-shadow 0.6s ease,
    background 0.6s ease,
    color 0.4s ease; box-shadow: 2px -1px 1px #e61a83, -3px -1px 1px #e61a83, -2px 2px 1px #cb19d0, 2px 2px 1px #cb19d0;}

.generate_btn:hover {box-shadow: 2px -1px 2px #cb19d0, -3px -1px 2px #cb19d0, -2px 2px 2px #e61a83, 2px 2px 2px #e61a83; transform: scale(0.95); border:none; background: linear-gradient(90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%) !important; color: #fff;}

.kaban_btn {display: inline !important;  margin-left: 5px;}
.kaban_btn .generate_btn {padding: 0px 11px;}
.btn-back {background: transparent; border: none;}
.btn-back:hover {background: linear-gradient(90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%) !important; border: none;}
.custom-radio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
}

.custom-radio-grid div {
    width: 24%;
    position: relative;
}
.custom-radio-grid svg {width: 30px !important;  height: 20px !important;}
.custom-radio-grid input[type="radio"] {
    display: none;
}
.custom-radio-grid label::before, .custom-radio-grid label::after {opacity: 0;}
.custom-radio-grid label {
    display: block;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    width: 24%;
    height: 60px !important;
    padding: 15px !important;
    font-weight: bold !important

}
.my-timer-container a {line-height: 1 !important;}
.custom-radio-grid input[type="radio"]:checked + label {
  border-color: #cb19d0;
  background-color: #fff8fe;
  color: #a418a8;
  box-shadow: -2px 3px 0px #e61a83, -2px -1px 0px #e61a83, -1px 1px 1px #cb19d0, 2px 2px 0px #cb19d0;
}
.label-antiprompt {color: #a418a8; font-weight: 700; cursor: pointer; font-size: 12px;}
.active-timer-topnav .x-task {background: #fff3ff;  border-radius: 10px;  padding: 9px;}
.card-modal .card-left-panel .card-attachments {
  padding-bottom: 35px;
}
#card-generated-attachments {  margin-top: 10px;box-shadow: 2px -1px 1px #e61a8308, -3px -1px 1px #e61a831a, -2px 2px 1px #cb19d024, 2px 2px 1px #cb19d01f;  padding-bottom: 10px;}

#card-generated-attachments .btn-50 {width: 49%;}

#card-generated-attachments .generate_btn {  width: 100%;  padding: 9px;  font-size: 15px; background: linear-gradient(90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%) !important;border: none;color: #fff;}
#card-generated-attachments .generate_btn:hover { transform: scale(0.98);  width: 100%;  padding: 9px;  font-size: 15px; background: linear-gradient(-90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%) !important;}

.file-attachment .cover_image_buttons {display: none !important;}
.card-modal .card-left-panel .x-action a {padding-left: 0px;}


/*-- ============================================================== 
404
 ============================================================== */
.permision-denied { max-width: 400px;  margin: auto; text-align: center; padding-top: 150px;}
.permision-denied img {width: 100%;}
.permision-denied .x-message {color:#fff; text-align: center; font-weight: 500; font-size: 13px;}
.permision-denied .btn-success {
  background: linear-gradient(90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%);
  color: #fff; border: none;
  padding: 10px 20px; transition: 0.3s all ease; 
  border-radius: 5px;
  font-weight: bold;
}
.permision-denied .btn-success:hover {
  background: linear-gradient(-90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%);
  color: #fff; transform: scale(0.99);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

/*-- ============================================================== 
CLIENT
 ============================================================== */
.clientlogo-img .logo_client {   width: 130px;  display: block; margin: auto; border-radius: 50%; margin-bottom: 10px; transition: 0.2s all ease;}
.clientlogo-img .logo_client.logo_default {   width: 70px;  display: block; margin: auto; border-radius: 50%; margin-bottom: 10px; transition: 0.2s all ease;}
.clientlogo-img .logo_client:hover {transform: scale(0.95);}
.clientlogo-img i {margin-left: 90px;   margin-top: -15px;   display: block;   margin-bottom: 20px; opacity: 0.2;}
.clients_col_company .logo_client {border-radius: 50%; width: 30px; margin-right: 5px;}
.flexbox {display: flex; gap: 10px; justify-content: center; align-items: center}
.clientstatus {padding-top: 10px; padding-bottom: 10px;}
.address h6 {display: inline-block; margin: 0;}
.phonebig {font-size: 30px;}
.phonebig i {margin-right: 10px; opacity: 0.5;font-size: 25px;}
.midnight  #topnav_avatar.default-avatar {filter: invert(1);}
.modal .modal-dialog .modal-body .spacer {background: rgba(0,0,0,0.05);border-radius: 20px;}


/*-- ============================================================== 
TUTO
 ============================================================== */

.tuto-menu 
{
  position: fixed;
  bottom: 0;
  width: auto;
  background: linear-gradient(90deg,rgb(242, 75, 181) 0%, rgb(194, 75, 242) 100%) !important;
  border-radius: 10px 10px 0px 0px;
  left: 10px;
  box-shadow: 0px 0px 10px #22222275; text-align: center; padding: 5px;z-index: 100;
}
.tuto-menu .btn {background: #1a1a1a2b; font-size: 12px; border: none;}
.tuto-menu .btn:hover {background: #1a1a1a5e; transform: scale(0.99); }
/*-- ============================================================== 
CHAT
 ============================================================== */
            #messaging_file_upload_button{
                filter: grayscale(0.81);
              }
            .bg-light-info {
                background-color: #c4f7ba;
              }
              .chat-content .box {
                border-radius: 15px;
                padding: 10px 20px;
              }
              .chat-content .x-meta {
                text-align: right;
                font-size: 9px;
                margin-bottom: -4px;
                padding-top: 4px;
                height: auto;
                position: relative;
                opacity: 0.5;
              }
              .mce-container, .mce-container, .mce-widget, .mce-widget, .mce-reset,
              div.mce-edit-area {
                background: transparent !important;
                filter: none;
              }

              #projects_ajaxtab .card, #clients-table-wrapper.card {opacity: 1 !important;}
              #tasks-view-wrapper {opacity: 1 !important;}
              #tasks-view-wrapper .card-body {padding: 0px;}
              #list-pages-stats-widget  .card {opacity: 1 !important;}

              .card-embed-fix.kanban-wrapper {margin-left: 0px;
              margin-right: 0px;
              margin-top: 0px;}
              .kanban .kanban-wrapper .boards .board {width: calc(25% - 20px); min-width: 290px;}

              .project .tab-body-embedded .stats-wrapper {
              margin-top: 10px;
              margin-bottom: 10px;
              }

              .kanban-card .kanban-card-content-comntainer .x-title {font-weight: 700;}

.lists-table-thumb .color-xlsx {color: #0a8533;}
.lists-table-thumb .color-csv {color: #0a8533;}
.lists-table-thumb .color-xls {color: #0a8533;}
.lists-table-thumb .color-doc {color: #0a48a5;}
.lists-table-thumb .color-docx {color: #0a48a5;}
.lists-table-thumb .color-ppt {color: #cc3406;}
.lists-table-thumb .color-pptx {color: #cc3406;}
.lists-table-thumb .color-pdf {color: #bd0c0c;}
.mce-container, .mce-container, .mce-widget, .mce-widget, .mce-reset, #tinymce {font-family: 'Inter Tight';}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {min-width: 280px;}

.client #contacts-table-wrapper {opacity: 1!important;}
 #commonModalBody .card {opacity: 1!important;}


 #js-projects-modal-add-edit label.text-right {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1px;
  }
.descarea {
  background: #f2f2f2;
  padding: 14px;
  margin-top: -20px;
  margin-right: -15px;
  margin-left: -15px;
  border-radius: 0px 0px 10px 10px;
}
.noUi-connects {
  border-radius: 3px;
  background: linear-gradient(90deg, rgb(221, 0, 255) 0%, rgb(163, 64, 7) 23%, rgb(217, 126, 0) 52%, rgb(190, 219, 0) 76%, rgb(70, 201, 4) 100%);
  opacity: 0.5;
}
.midnight .descarea { background: #160910;}
.borderflatbottom {border-radius: 20px 20px 0px 0px !important;}
.btn-paynow { margin-top: 18px; font-size: 10px; padding: 3px 10px;}
.mini-sidebar.fix-header .top-navbar .navbar-top-right {margin-top: -10px;}

.client-selector #client-new-container, #client-existing-container  {
box-shadow: 15px 15px 10px #f4f4f4,-5px 0px 5px #f2f2f2;
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;margin-bottom: 20px;
}
.midnight .client-selector #client-new-container, .midnight #client-existing-container {background: #101213;box-shadow: 15px 15px 30px #150d15, -5px 0px 5px #332a32;}
.new_project .nonew {display: none !important;}
.modal .modal-dialog .modal-header {text-align: center;  display: block;}
.modal-footer {justify-content: center;}
.modal-footer .btn {transition: 0.4s all ease;}
.modal-footer .btn:hover{transform: scale(0.96);}
.createby {margin-top: -40px !important;
  text-align: center !important;}

#js-projects-modal-add-edit .form-group {
  margin-bottom: 5px;
}

/*-- ============================================================== 
TABLE
 ============================================================== */

 .nav-tabs {border-bottom: 0px solid #dee2e6;justify-content: center; gap: 5px;}

 .profile-tab li a.nav-link, .customtab li a.nav-link {padding: 2px 15px;
    color: #726d73;  border: 1px solid #ccc;  margin-bottom: 10px;  border-radius: 7px;  font-weight: 500;}
    .midnight .profile-tab li a.nav-link,  .midnight .customtab li a.nav-link {color: #c4c4c4 ; border: 1px solid #3e3939; }
    .midnight .profile-tab li a.nav-link.active,  .midnight .customtab li a.nav-link.active {color: #222;}


#projects-view-wrapper .tags.moretag {line-height: 2; overflow: hidden; }
#projects-view-wrapper .tags.moretag .label {white-space: nowrap;       margin-right: 5px;   }
.table thead th, .table th {
            font-weight: bold;
            font-family: "DM Sans", sans-serif;
            letter-spacing: -0.51px;
            font-size: 13px;
            opacity: 0.9;
          }
          .sorting-icons {opacity: 0.3;}



/*-- ============================================================== 
 DOCUPLOAD & AI
 ============================================================== */

.doc_upload_form .dropzone {
  min-height: 340px;
  border: 2px dashed rgba(0,0,0,.3);
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
}
.midnight .doc_upload_form .dropzone {  background: #222;}
.doc_upload_form  .dropzone .dz-preview.dz-file-preview .dz-details {min-width: 150px;
  min-height: 150px;}


.doc_upload_form .dz-filename {
    display: inline-block;
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.doc_upload_form  .dz-progress {
  left: 50px!important;
  width: 130px!important;
  bottom: 0px !important;
  top: auto!important
}
.doc_upload_form .dropzone .dz-preview {min-width: 160px; margin-bottom: 50px;}
 .midnight .doc_upload_form .dropzone .dz-preview .dz-details {background-color: #2b2b2b;
  color: #fff !important;}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(90deg, rgb(221, 0, 255) 0%, rgb(163, 64, 7) 23%, rgb(217, 126, 0) 52%, rgb(190, 219, 0) 76%, rgb(70, 201, 4) 100%) !important;
  position: absolute;
  top: 0;
}








 /*-- ============================================================== 
 CHATBOT
 ============================================================== */

.chat-bubble {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.bubble-user {
    background: #f0c4f7;
    color: #151414;
    align-self: flex-end;
    margin-left: auto;
    border-radius: 18px 18px 6px 18px;
}
.bubble-ia {
    background: #fff;
    color: #253a47;
    border: 1.5px solid #e8bade;
    margin-right: auto;
    align-self: flex-start;
    border-radius: 18px 18px 18px 6px;
    position: relative;
}
.chat-bubble .bubble {
    padding: 4px 12px;
    font-size: 13px;
    max-width: 70vw;
    min-width: 60px;
    box-shadow: 0 2px 12px 0 #eee;
    word-break: break-word;
    position: relative;
}
.bubble-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 7px;
    object-fit: cover;
    border: 2px solid #c4d8ed;
    background: #fff;
    box-shadow: 0 2px 10px #e5e9f6;
    flex-shrink: 0;
}
.bubble-avatar-user {
    margin-left: 7px; margin-right: 0;
    background: #fff;
    border: 2px solid #cee2f7;
}
.bubble-meta {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 3px;
}
.bubble-copy {
    background: none;
    border: none;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    margin-left: 6px;
    opacity: .6;
    transition: opacity .15s;
}
.bubble-copy:hover {
    color: #0c3b62;
    opacity: 1;
}
.typing-indicator {
    display: inline-block;
    min-width: 35px;
    font-size: 22px;
    vertical-align: bottom;
    color: #b1bcd1;
    animation: blink 1.4s infinite both;
    letter-spacing: 2px;
}
@keyframes blink {
    0%, 80%, 100% { opacity: 0.8 }
    40% { opacity: 1 }
}


#chatbot-form {background:#fff;border-radius:0 0 20px 20px}

#chatbot-fullscreen-btn {position: absolute;  top: 5px;  right: 5px;  background: #9848a482 !important; border: none;  font-size: 14px;  color: #fff;  z-index: 11;  padding: 2px 7px;  border-radius: 50%;}
#chatbot-main-body {background: #fff9fe;border-radius: 20px;}
#chatbot-messages {max-height:70vh;overflow-y:auto;padding:18px 14px 12px 14px;min-height:300px}
.card-chatbot {border: 3px solid #d5c9d0 ;min-height: 40vh;}
.btn-chat {background: linear-gradient(90deg,rgba(242, 75, 181, 1) 0%, rgba(194, 75, 242, 1) 100%) !important; border:none; margin-left: 5px;
  padding: 6px;}
.btn-chat:hover {background: linear-gradient(-90deg,rgb(250, 17, 164) 0%, rgba(194, 75, 242, 1) 100%) !important; border:none; transform: scale(0.98); border: none;}
/* Fullscreen style */
.card-chatbot .fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
    background: #f7fafc !important;
    border-radius: 0 !important;
    box-shadow: 0 0 40px 0 rgba(60,80,120,0.08);
    padding: 0 !important;
    max-width: none !important;
}
.card-chatbot .fullscreen #chatbot-messages {
    max-height: 75vh !important;
}




 /*-- ============================================================== 
 RESPONSIVE
 ============================================================== */
 @media (max-width: 1023px) {
  .settings .page-wrapper {
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  
  .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-left: 115px;
  }
}

@media (max-width: 1023px) {
 .projectcards .d-flex {
    display: flex !important;
  }
   
   .project-top-nav {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .project-top-nav .nav-item {
        white-space: nowrap;
      }
}
 @media(max-width:900px) {
  
 .project-top-nav .nav-item {
        white-space: nowrap;
      }
    .client .page-titles h3 {font-size: 100%;}
    .card-body {  padding-left: 10px;  padding-right: 10px; }
    .p-t-40 {   padding-top: 10px !important;   }
    .profile-tab li a.nav-link {padding: 5px 12px;}
}
@media(max-width:768px) {
.custom-radio-grid label { font-size: 12px; width:49%}

    .summary_project_wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* pour un scroll fluide sur iOS */
}

.summary_project {
  display: flex; height: 50px;;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px; /* ou selon l'espacement voulu */
  min-width: max-content;
}

.project_head .project_id {
  display: block;
  opacity: 0.8;
  margin-bottom: 10px;
  margin-top: -8px;
  font-size: 12px;
  font-weight: 400;
}

    .top-search-bar {  display: block !important  }
    .main-hamburger-menu {display: block !important;margin-top: -5px;}
    .statusbutt {text-align: center;}
    .top-search-bar  {left: 20px;}
    .top-search-bar .top-search-container input {border: none; font-size: 0px;}
    .sidenav-menu-item {  border-bottom: 0px solid rgba(120, 130, 140, 0.13);}
    #sidepanel-notifications.shw-rside {width: 90%; margin-right: 5%;}
    .topbar .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
        width: 96%;
        margin-top: 0px;
      }
      .mini-sidebar.show-sidebar .left-sidebar, .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0px !important;
        width: 100%;
        background: linear-gradient(90deg,rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.28) 100%);
    }
    .midnight .mini-sidebar.show-sidebar .left-sidebar, .midnight .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0px !important;
        width: 100%;
        background: linear-gradient(90deg,rgb(22, 22, 22) 30%, rgba(110, 110, 110, 0.28) 100%);
    }
      .mini-sidebar .left-sidebar #sidebarnav {width: 100px;}
      .x-search-field .form-group {width: 100%; margin-top: 40px;}
      .search-modal .modal-header .x-search-field {margin-right: 0px !important;}
      .search-modal .search-modal-container .search-categories .x-each-category {line-height: 1; font-size: 10px; text-align: center;}
      .label-go-nogo.col {transform: scale(0.92);}
      .home h2.m-b-0 { font-weight: 900;   font-size: 26px;}
      .home h6
      .home .card.visible .list-inline {margin-top: 10px;}
      .modal-xxl {
        max-width: 96% !important;
      }
      .chat-main-box .chat-left-aside.menu-closed {
        display: block;
        left: 0px;
        width: 100px;
      }
      .chat-main-box .chat-left-inner .chatonline img {
        width: 20px;
      }
      .chatonline li a span {
        font-size: 9px;
        line-height: 1;
      }
       .chatonline .text-info.messages_user_status  {display: none;}
       .chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
        padding: 5px;
      }
      .chat-main-box .card-post {z-index: 100;}
      .profile-tab li a.nav-link {
        padding: 3px 12px;
        font-size: 11px;
      }
      .client .page-titles h3 {
        font-size: 40px;
      }
      .project-top-nav {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
    
      .project-top-nav .nav-item {
        white-space: nowrap;
      }
}