

body {
    margin: 0px 0px !important;}

.loginf-wrapper .signin-btn {
    background: #F55F42;
    border: 1px solid #F55F42 !important;
    width: 100%;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 0;
    margin-top: 30px;
    transition: all 0.5s ease-in-out;
}
.loginf-wrapper .signin-btn:hover{
    color: #F55F42;
    border: 1px solid #F55F42;
    background: none;

}

main.login-wrapper.loginf-wrapper .login-div {
    width: 500px;
    background: #ffffff;
    border: none;
    padding: 50px;
    text-align: left;
    border-radius: 0;   
}

main.login-wrapper.loginf-wrapper{
    background: #ffffff;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: unset;
    justify-content: center;
}

main.login-wrapper.loginf-wrapper  .login-div h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 30px;
    color: #000000;
    width: fit-content;

}

main.login-wrapper.loginf-wrapper .login-div h1:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #F55F42;
    margin-top: 8px;
}

main.login-wrapper.loginf-wrapper .login-div .form-group:nth-child(2) label:before {
    display: none;
}
main.login-wrapper.loginf-wrapper .login-div .form-group:nth-child(3) label:before {
    display: none;
}

main.login-wrapper.loginf-wrapper .login-div .form-group label {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}



main.login-wrapper.loginf-wrapper .login-div .form-group .form-control::placeholder {
    display: none;
}



.main-wrapper .leftside.left-sidebar {
    background: #171F28;
    padding: 0;
}

.main-wrapper .leftside.left-sidebar .sidebar-content .sidebar-menu ul li {
    box-shadow: 0 1px 0 0 rgba(232, 238, 243, 0.0784313725);
    padding: 10px 20px 10px 20px;
}


.main-wrapper .leftside.left-sidebar .sidebar-brand{
    padding-inline: 20px;
}
.main-wrapper .leftside.left-sidebar .sidebar-content .sidebar-menu ul li a {padding: 0px 0; color: #99A5B5; border-bottom: none;}

.main-wrapper .leftside.left-sidebar .sidebar-content .sidebar-menu ul li.active a{
    border-bottom: none;
    color: #fff;
}

.main-wrapper .leftside.left-sidebar .sidebar-content .sidebar-menu ul.bottom-ul{
    position: relative;
    bottom: -4vw;
    left: 0;
    width: 100%;
    height: auto;

}

.main-wrapper .leftside.left-sidebar .sidebar-content .sidebar-menu ul li:hover a {
    width: fit-content;
    border-bottom: none;
    color: #fff;
}

.leftside.left-sidebar .navbar-brand {
    color: #fff;
}



.main-wrapper.wrapper-div .leftside.left-sidebar .sidebar-content{padding-block: 35px;}

.main-wrapper.wrapper-div{
    background: #E1E1E1;
}

.main-wrapper.wrapper-div .page-content{
    background: #E1E1E1;
}

.main-wrapper.wrapper-div .head-top .head-wrap{
    background: #fff;

}
.main-wrapper.wrapper-div .head-top{
    background: #fff;
    display: flex;
    border-bottom: none;

}

.page-content.wrapper-div .main-wrap {
    background: #fff;

}

.page-content .head-top .head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-top: 0px;
    width: 100%;
}

.page-content .main-wrap table {
    float: left;
    width: 100%;
    margin: 0 0 1.8em;
    background: #fff;
    margin-top: 40px;
}

.main-wrapper.wrapper-div .leftside{
    overflow-y: auto;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 28px;
    position: absolute;
    right: 8px;
    cursor: pointer;
}

.menu-icon span {
    height: 2px;
    background-color: #fff;
}

.main-wrapper .leftside.left-sidebar .sidebar-brand {
    
    position: relative;
}
.page-content .main-wrap table.client-table th{background: #fff;}

.page-content .main-wrap table.client-table th, 
.page-content .main-wrap table.client-table td{border: none;
    text-align: center;
}

.client-table-outer {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.page-content .main-wrap table.client-table {
    margin: 0;
}


.client-table-outer {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 40px;
    border: 1px solid #C7C7C7;
    border-radius: 7px;
    padding: 20px;
}
.client-table thead tr {
    border-bottom: 1px solid #E5E5E5;
}

.client-table tbody tr {
    border-bottom: 1px solid #e7e7e7;
}

.client-table-outer .dropdown-menu {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
}

.client-table-outer .dropdown-item i {
    margin-right: 8px;
}


.client-table-outer .dropdown-toggle::after{display: none !important;}


/* ----------------------------------------------- */

 .main-wrapper .leftside.default-close {
    left: -179px;
}




body .main-wrapper .page-content{
margin-left: 20px;
    padding-right: 0;
    background: #fff;
    width: calc(100% - 20px);
}
.menu-expand .main-wrapper .page-content{
     width: calc(100% - 220px);
     margin-left: 220px;
}
/* .main-wrapper .page-content.default-close{
margin-left: 20px;
    padding-right: 0;
    background: #fff;
    width: calc(100% - 20px);
}
.menu-expand .main-wrapper .page-content.default-close{
     width: calc(100% - 220px);
     margin-left: 220px;
} */


.page-content {
    transition: all 0.5s ease-in-out;
}

.left-sidebar {
    transition: all 0.5s ease-in-out;
}



/*
.main-wrapper .page-content.default-close {
    width: calc(100% - 30px);
    margin-left: 30px;
} */


.page-content .main-wrap{padding: 0 0 0 10px !important;}

.page-content .main-wrap .head-wrap.pages-header {
    background: #fff;
    padding: 24px 30px;
    display: flex !important;
    align-items: center;
}

.page-content .main-wrap .head-wrap.pages-header h2{margin-bottom: 0;
    color: #1d1e1c;
    font-size: 24px;
    font-weight: 600;
    float: none;

}

.panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 790px;
    height: 100vh;
    background-color: transparent;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 9999;
  }


  .panel-content{
    /* width: calc(100% - 30px); */
   background-color: #ffffff;
   margin-left: auto;
   height: 100vh;
  
}
  
.panel.visible {
  transform: translateX(0);
}
.panel.hidden {transform: translateX(100%);}
.panel-header {display: flex;justify-content: space-between;align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;background-color: #171F28;}
.close-btn {background: none;border: none;font-size: 24px;cursor: pointer;}

.panel-body {
   padding: 20px 30px;
}

button#closePanel {
    position: absolute;
    right: 20px;
    border: none;
    font-size: 25px;
    background: none;
    color: #ffff;
}
.client-div {
    padding-inline: 20px;
}

.client-col {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 100px;
    display: inline-block;
    margin-bottom: 200px;
    width: 100%;
  }
  
  .addclient-btn{
    background-color: #E11616;
    color: #fff;
    padding: 10px 20px 10px 40px;
    border-radius: 5px;
    position: relative;
  }

  .addclient-btn:before {
    content: "+";
    position: absolute;
    left: 17px;
    font-size: 22px;
}


  .page-content .main-wrap.client-wrapp.c-wrapper .btn-wrap {
    margin: 0 0 20px;
}


/* -------- */

.client-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .client-table thead {
    background: #f3f3f3;
  }
  
  .client-table th, .client-table td {
    padding: 12px 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .name-cell {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  
 
  
  .company p {
    font-size: 12px;
    color: #888;
    line-height: normal;
    text-align: left;
  }
  

  
   .status.active {
    position: relative;
    padding-left: 14px;
  } 

  .status.active:before {
    position: absolute;
    content: "●"; 
    color: #39E500; }

  
  .action-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
  }
  
  .client-table-outer .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    padding-top: 20px;

  }
  .entries select {
    margin: 0 5px;
    padding: 4px;
    cursor: pointer;
  }
  .page-nav {
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .nav-btn, .page {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    border-radius: 4px;
  }
  

/* ------------------- */
  .form-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      flex-direction: column;
    }

    .form-row input {
      flex: 1;
      padding: 10px;
      font-size: 14px;
      border-width: 1px;
    }
    .form-row button {
      padding: 10px 20px;
      font-size: 14px;
      background-color: #F55F42;
      color: #fff;
      border: none;
      cursor: pointer;
     border: 1px solid #F55F42;
     border-radius: 3px;

    }



.form-row button:hover {background-color: #fff;border: 1px solid #F55F42;color: #F55F42;}



.panel-body button.submit-btn {margin-top: 25px;}

.page-nav p {
    margin-right: 20px;
}

/* ----------- */

.dashboard-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dashboard-cards .card {
    width: 24%;
    margin-right: 1.3%;
    padding: 30px 25px;
   border-radius: 7px;
}

.dashboard-cards .card:last-child {
    margin-right: 0;
}

.client-col h2 {
    margin-bottom: 30px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-img {
    width: 70px;
}
.user-dis {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.user-dis p+p {
    margin-top: 0;
}
.user-about{
    margin-top: 20px;
}
.dashboard-cards .card strong {
    color: #000000;
}
.user-img2{width: 25px;
    height: 25px;
}
.user-img2 img{width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.user-info1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard-cards .card p+p {
    margin-top: 0;
}

.text-blue {
    color: #2C8DFF;
    font-weight: bold;
}
.text-red{
    color: #E11616;
    font-weight: bold;
}
button.full {
    background: #2C8DFF;
    color: #fff;
    border: 1px solid #2C8DFF;
    font-size: 13px;
    padding: 3px 9px;
    border-radius: 4px;
    transition: all 0.5s ease-in;
}
button.full:hover{
     background: none;
    color: #2C8DFF;
    border: 1px solid #2C8DFF;
}
button.sick {
    background: #E11616;
    color: #fff;
    border: 1px solid #E11616;
    font-size: 13px;
    padding: 3px 9px;
    border-radius: 4px;
    transition: all 0.5s ease-in;
}
button.sick:hover{
     background: none;
    color: #E11616;
    border: 1px solid #E11616;
}

.user-about2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 30px);
    padding-left: 8px;
}

.task-numbers {
    display: flex;
    flex-wrap: wrap;
}

.task1 {
    padding-right: 16px;
}
.task2 {
    padding-right: 16px;
}
.task-icon {
    margin-left: auto;
}


.dashboard-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-block: 20px;
    }

    .dashboard-section {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;
      
      min-width: 400px;
      border: 1px solid #C7C7C7;
    }

    .dashboard-section h3 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .dashboard-wrapper table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }

    .dashboard-wrapper th,
.dashboard-wrapper td {
      padding: 10px;
      text-align: left;
      border-bottom: 1px solid #eee;
      border: none !important;
      background: #fff !important;
      border-bottom: 1px solid #E5E5E5!important;
    }

   .dashboard-wrapper th {
      font-weight: bold;
    }

    .status-dot {
      height: 10px;
      width: 10px;
      background-color: #f7c948;
      border-radius: 50%;
      display: inline-block;
      margin-right: 8px;
    }

    .dashboard-wrapper .due-date {
      color: red !important;
      font-weight: bold;
    }

    .scrollable {
      max-height: 300px;
      overflow-y: auto;
    }

    .dashboard-section:first-child {
    display: inline-block;
    width: 600px !important;
}
.dashboard-section:last-child {
    width: calc(100% - 620px);
}



.head-wrap input.search-input {
padding: 6px 14px 6px 40px;
    text-align: right;
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.head-wrap .search-container {
    position: relative;
    margin: 0 60px 0 20px;
  
}

.head-wrap span.search-icon {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.filter-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 6px 12px;
  width: fit-content;
  font-family: sans-serif;
}

.filter-label {
  margin-right: 8px;
  font-size: 14px;
  color: #333;
}

.filter-select {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #333;
  appearance: none;
}
.filter-outer {
    margin-left: auto;
}
.form-select:focus {
    border-color: #a7a3a3 !important;
    box-shadow: none !important;
}


.filter-outer .form-select {border-radius: 4px;}
.head-wrap input.search-input:focus{border-color: #a7a3a3 !important;}
.panel-content .panel-header h2 {
    font-size: 18px;
    color: #fff;
}.panel-body .table-outer {margin-top: 25px;}



.panel-body .table-outer {
    padding: 0px;
    max-width: 800px;
    border-radius: 6px;
    border: 1px solid #C7C7C7;
    overflow-x: auto;
}

.panel-body .team-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.panel-body .team-table thead {
    color: #fff;
    text-align: left;
    background: #171f27;
}

.panel-body .team-table th,
.panel-body .team-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
}
.panel-body .team-table th {
    font-weight: 400;
}

.panel-body .team-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.panel-body .team-table tbody tr:hover {
    background-color: #eef7ff;
}
.panel-body tfoot {
    border: none !important;
}

.panel-body tfoot tr {
    border: none !important;
}

.panel-body tfoot td {
    border: none !important;
}

.timer-detail h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
.timer-detail {
    margin-bottom: 15px;
}

.panel-body .timer-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


/* .panel-body .timer-detail h2{
    width: 110px;
}

.panel-body .timer-detail p {
    width: calc(100% - 110px);
    font-size: 13px;
} */


/* .panel-body .timer-detail h2 {
    width: 85px;
} */




.panel-body .timer-detail p a {
    font-size: 14px;
}

.panel-body .timer-detail p {
    /* width: calc(100% - 85px); */
    line-height: normal;
    font-size: 14px;
    padding-left: 5px;
}


.disc-full{width: 100%;}

.timmer-selectouter {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.timmer-selectouter .timer-detail {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.timmer-selectouter .timer-detail h2 {
    margin-bottom: 0;
}
.t-select {
    padding-left: 10px;
}

.timer-detail.t-check-box input {
    margin-right: 7px;
}

.timer-detail.text-sec h2 {
    margin-bottom: 0;
}

.team-row a.btn.btn-secondary {
    background: #171f27;
    margin-bottom: 30px;
    border: 1px solid #171f27 !important;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
   transition: all 0.5s ease-in-out;
}


.team-row a.btn.btn-secondary:hover{
     border: 1px solid #171f27 !important;
     background: none;
     color: #171f27;

}
.scrollablepanel {
    max-height: 100vh !important;
    overflow-y: auto;
}

button#recheck_submit {
    background: #171f27;
    margin-bottom: 30px;
    border: 1px solid #171f27 !important;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
    color: #fff;
}



button#recheck_submit:hover{
     border: 1px solid #171f27 !important;
     background: none;
     color: #171f27;
}


.select2-container .select2-search--inline .select2-search__field {height: 22px !important;}

body .page-content .head-top .head-wrap h2{font-weight: normal;}

.panel-body .timer-detail.full-detail p+p {
    margin-top: 3px;
}
.panel-body .timer-detail.full-detail p {
    padding-left: 0px;
    width: 100%;
}