* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --text-white: #fff;
  --sucess-green: rgb(189, 247, 189);
  --Panding-yellow: rgb(241, 241, 182);
  --inprocess-blue: rgb(215, 215, 255);
  --black-text-color: #000;
  --white-text-color: #ffffff;
  --lable-text-color: #2b2c2b;
  --lightgray-color: #6a6a6a;
  --input-filledcolor: #132d49;
  --bg-gray: #16324417;
  --white: #fff;
  --border: #ddd;
  --black: #000;
  --light-blue: #16324417;
  --black-text-color: #000;
  --white-text-color: #ffffff;
  --lable-text-color: #2b2c2b;
  --lightgray-color: #6a6a6a;
  --input-filledcolor: #132d49;
  --themecolorred:  #163244;
  /* #163244 */
  --themecolorlitghtRed: #fcd8d6;
  --menuactive-color:  #163244;
  --defultborder-color: #ededed;
}
.accordion-button:not(.collapsed){
  background-color: var(--bg-gray) !important;
}
.accordion-button:not(.collapsed){
  color: var(--lable-text-color) !important;
}
.accordion-button:focus{
  box-shadow: none !important;
}




body {
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  counter-reset: my-sec-counter;
  color: #24252E;
  line-height: 1.4;
  overflow-x: hidden;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul {
  margin-bottom: 0;
}
ul {
  margin-left: 0;
}
a,
a:hover {
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
input:focus,
textarea:focus,
button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.menu_listing>li>a,
.menu_listing>li>a:hover,
.menu_listing>li>a::after,
.menu_listing>li>a:hover::after {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

/* login page css start */
.maincompanylogo {
  color: var(--lable-text-color);
  font-size: 48px;
  font-family: "Work Sans";
  font-weight: 800;
  line-height: 62px;
}
.loginpagebothsidepart{
  align-items: center;
  padding: 16px;
}
.leftsidepartdesign{
  max-width: 750px;
  width: 100%;
  padding: 63px;
  background-color: var(--light-blue);
}
.orgnizedetailstext{
  color: var(--lable-text-color);
  font-size: 32px;
  font-family: "Work Sans";
  font-weight: 800;
  line-height: 42px;
  text-align: center;
}
.boostproductdetails{
  color: var(--lable-text-color);
  font-size: 24px;
  font-family: "Work Sans";
  line-height: 32px;
  text-align: center;
  margin-top: 12px;
}
.mangetasktext{
  color: var(--lable-text-color);
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 22px;
  text-align: center;
}
.rightsidepartdesign{
  padding: 51px;
}
.loginpageimg img{
  width: 100%;
}
.destopnone{
  display: none;
}
.rightsidepartdesign h3{
  color: var(--lable-text-color);
  font-size: 24px;
  font-family: "Work Sans";
  font-weight: 800;
  line-height: 32px;
}
.rightsidepartdesign p{
  color: var(--lightgray-color);
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 20px;
  margin-top: 13px;
}
.userloginform{
  margin-top: 28px;
}
.useremail input[type="text"]::placeholder,
.userpassword input[type="password"]::placeholder {
  color: var(--input-filledcolor);
}
.userpassword input,
.userpassword input,
.useremail input{
  max-width: 364px;
  width: 100%;
  padding: 12px 8px;
  border: 0;
  box-shadow: 2px 2px 4px rgba(3,3,3,0.1);
  background-color: var(--white);
  color: var(--input-filledcolor);
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 22px;
  outline: none;
  margin-bottom: 18px;
}
.loginbtn{
  cursor: pointer;
  max-width: 364px;
  width: 100%;
  height: 46px;
  padding: 0px 8px;
  border: 0;
  box-sizing: border-box;
  background-color: var(--themecolorred);
  color: var(--white-text-color);
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 600;
  line-height: 21px;
  outline: none;
  margin-top: 8px;
}

/* login page css end */


/* ==============================================Dashboard css start==================================== */
.bothsidedashboard{
  display: flex;
  width: 100%;
}
/* --------------leftsidebar start------------ */
.sidebar {
  width: 250px;
  height: 100vh;
  /* background-color: var(--light-blue); */
  background-color: var(--bg-gray);
  display: flex;
  flex-direction: column;
  padding: 0;
  position: fixed;
  left: 0;
  justify-content: space-between;
}

.sidebar-header {
  padding: 13px 16px;
  text-align: center;
}
.sidebar-header h2 img{
  width: 100%;
  max-width: 40px;
  margin-right: 12px;
}
.sidebar-header h2 {
  color: var(--black-text-color);
  font-size: 24px;
  font-family: "Work Sans";
  font-weight: 700;
  line-height: 28px;
}
.sidebar-menu, .sidebar-status ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu li a, .sidebar-status ul li a {
  text-decoration: none;
  color: var(--input-filledcolor);
  display: block;
  padding: 11px 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.sidebar-menu li a i, .sidebar-status ul li a i {
  margin-right: 10px;
  color: var(--input-filledcolor);
  font-size: 14px;
}
.sidebar-menu li a.active i{
  color: var(--text-white);
}
.sidebar-menu li a.active:hover i{
  color: var(--text-white);
}
.sidebar-menu li a.active:hover{
  color: var(--text-white);
}
.sidebar-menu li a:hover i,
.sidebar-status ul li a:hover i{
  color: var(--themecolorred);
}
.sidebar-footer a:hover{
  color: var(--themecolorred);
}
.sidebar-menu li a.active {
  background-color: var(--menuactive-color);
  color: var(--text-white);
}
.sidebar-menu li a:hover,
.sidebar-status ul li a:hover{
      color: var(--themecolorred);
      border-bottom: 1px solid var(--themecolorred);
}
.sidebar-status {
  padding: 10px 0;
}
.sidebar-status h3 {
  margin-bottom: 10px;
  padding-left: 20px;
  color:var(--input-filledcolor);
  font-size: 15px;
}
.sidebar-footer {
  padding: 20px;
}
.sidebar-footer a {
  text-decoration: none;
  color: var(--input-filledcolor);
  display: block;
  padding: 10px 0;
  font-size: 15px;
  transition: color 0.3s;
}

.sidebar-footer a i {
  margin-right: 10px;
}

/* Collaborate Section */
.sidebar-collaborate {
  padding: 20px;
  display: flex;
  align-items: center;
}
.sidebar-collaborate img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.collaborate-text p {
  margin: 0;
  font-size: 14px;
}
.collaborate-text .coming-soon {
  font-size: 12px;
  color: #888;
}
/* --------------leftsidebar end------------ */

/* --------------Rightside header part start------------ */
.content {
  padding: 17px 16px;
  width: calc(100% - 250px);
  position: absolute;
  right: 0;
   height: 100vh;
    /* overflow: hidden;  */
}
.headercontentbiothside{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--defultborder-color);
  padding-bottom: 15px;
}
.headersearchmenu{
  width: 50%;
  display: flex;
  align-items: center;
}
.searchfilledicon{
  position: relative;
  max-width: 343px;
  width: 100%;
}
.headersearchmenu i{
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  color: var(--input-filledcolor);
  transform: translateY(-50%);
}
.headersearchmenu input{
  width: 100%;
  padding: 9px 8px;
  border: 0;
  box-shadow: 0px 0px 2px rgb(22 50 68);
  background-color: var(--white);
  color: var(--input-filledcolor);
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 20px;
  outline: none;
  border-radius: 3px;
}
.notification-panel{
  display: flex;
  align-items: center;
  width: 16%;
  justify-content: end;
}
.dropdown {
  width: 100%;
  position: relative;
  color: white;
}
.dropdown .label {
  color: #2b3044;
  margin-bottom: 5px;
}
.dropdown .select {
  cursor: pointer;
  transition: 0.3s;
  padding: 5px 29px;
  color: var(--input-filledcolor);
}
.dropdown .select .selected {
  overflow: hidden;
  font-weight: 500;
  white-space: nowrap;
}
.dropdown .menu {
  visibility: hidden;
  background-color: var(--input-filledcolor);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 140%;
  top: 112%;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  z-index: 1;
  padding-left: 0;
}
.dropdown .menu li {
  cursor: pointer;
  padding: 6px 14px;
  list-style-type: none;
}
.dropdown .menu li:hover {
  background-color: var(--input-filledcolor);
}
.dropdown .menu-open {
  visibility: visible;
  opacity: 1;
}
.caret-rotate {
  transform: rotate(180deg);
}
.profileimgavtar img{
  border-radius: 50%;
}

/* --------------Rightside header part end------------ */
.goodmornin-part{
  align-items: end;
}
.goodmorningtext{
  color:var(--input-filledcolor);
  font-size: 24px;
  font-family: "Work Sans";
  font-weight: 700;
  line-height: 28px;
  margin-top: 17px;
}
.unitaskusertext{
  color: var(--lightgray-color);
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 20px;
  margin-top: 12px;
}
.myworkflowdetails {
  cursor: pointer;
  max-width: 169px;
  width: 100%;
  padding: 12px 8px;
  border: 0;
  background-color: var(--themecolorred);
  color: var(--white-text-color);
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 20px;
  outline: none;
  margin-top: 18px;
}
.task-attension{
  max-width: 630px;
  width: 100%;
}
.preparenexttaskbox{
  max-width: 264px;
  width: 100%;
  background-color: var(--bg-gray);
  border-radius: 7px;
  padding: 24px;
}
.preparertext{
  color: var(--input-filledcolor);
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 20px;
}
.importanttasktext{
  color: var(--lightgray-color);
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
}
.taskprofile-img{
  margin-top: 8px;
}
.taskprofile-img img{
  max-width: 24px;
  width: 100%;
  height: 24px;
  border-radius: 50%;
}
.taskbox{
  width: 100%;
  background-color: var(--themecolorlitghtRed);
  border-radius: 4px;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.roundboxtext{
  max-width: 80px;
  height: 80px;
  width: 100%;
  background-color: #fc1102;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parcentagetext{
  color: #ffffff;
  font-size: 24px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.pading-complatetext{
  /* padding: 0 28px; */
  margin-top: 28px;
  color: var(--input-filledcolor);
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
/* ==================taskover and calenderpart start =================== */
.taskovwerview{
  color: var(--input-filledcolor);
  font-size: 20px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 19px;
}
.tasklistview{
  width: 100%;
  background-color: var(--bg-gray);
  border-radius: 7px;
  padding: 24px;
}
.tasklistview p{
  color: var(--input-filledcolor);
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 16px;
}
.tasklistview ul{
  padding-left: 0;
}
.tasklistview ul li{
  list-style-type: none;
  margin-bottom: 22px;
}
.tasklistview ul li a p{
  color: var(--input-filledcolor);
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 20px;
  margin-bottom: 0;
}
.tasklistview ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tasklistview ul li a span{
  color: var(--lightgray-color);
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.tasklistview ul li a img{
  max-width: 32px;
  width: 100%;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.whiteboxroundbig{
  cursor: pointer;
  width: 11px;
  height: 10px;
  display: block;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.whiteboxroundsmall{
  cursor: pointer;
  width: 6px;
  height: 6px;
  display: block;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--themecolorred);
}
.viewalltask{
  cursor: pointer;
  max-width: 140px;
  width: 100%;
  padding: 8px 8px;
  border: 0;
  background-color: var(--themecolorred);
  color: var(--text-white);
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 20px;
  outline: none;
}
.task-calender table{
  width: 100%;
}
.task-calender table thead tr td.pendingtask{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.task-calender table thead tr td div{
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px;
  border-right: 1px solid var(--bg-gray);
  margin-right: -7px;
}
.task-calender table thead tr td{
  color: var(--input-filledcolor);
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 300;
  /* line-height: 18px; */
  text-align: center;
  border-radius: 3px;
  margin-right: 0px;
  display: inline-block;
  width: 14.2%;
}
.pendingtask{
  background-color: var(--bg-gray);
}
.comingevent{
  color: var(--input-filledcolor);
  font-size: 20px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 25px;
  margin-top: 20px;
}
.upcomingeventtable table{
  width: 100%;
}
.upcomingeventtable table tr{
  margin-top: 18px;
  display: block;
}
.upcomingeventtable table tr td:first-child{
  width: 12%;
}
.details-btns{
  cursor: pointer;
  /* max-width: 69px; */
  padding: 12px 8px;
  border: 0;
  background-color: var(--themecolorred);
  color: var(--text-white);
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 20px;
  outline: none;
  margin-right: 25px;
}
.event-heading{
  color: var(--input-filledcolor);
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 20px;
}
.eventtext{
  color: var(--input-filledcolor);
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 18px;
}
.event-time{
  color: var(--input-filledcolor);
  font-size: 12px;
  font-family: "Work Sans";
  font-weight: 500;
  line-height: 18px;
  text-align: right;
}
.viewcalender a{
  color: var(--text-white);
  font-size: 16px;
  font-weight: 500;
  font-family: "Work Sans";
}
.viewcalender{
  cursor: pointer;
  padding: 12px 8px;
  background-color: var(--themecolorred);
  line-height: 20px;
  outline: none;
  margin-top: 12px;
  text-align: center;
}
.heading-title
 {
  color: #e7f1ff;
  background: #e7f1ff;
}
/* ==================taskover and calenderpart end =================== */


/* Dashboard css end */
body .page-item .page-link{
  color: var(--input-filledcolor);
  font-size: 13px;
}
body .page-item.active .page-link{
  border-color: var(--input-filledcolor);
  background-color: var(--input-filledcolor);
  color: var(--text-white);
}



/* humburg menu css start */
.wrapper .icon{
  margin:20px;
}

/* nav-icon-3 */
.nav-icon-3{
  width: 26px;
  height: 21px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 999999999999;
}
.nav-icon-3 span{
  background-color: #163244ab;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-3 span:nth-child(1){
  width: 100%;
  height: 2px;
  display: block;
  top: 0px;
  left: 0px;
}
.nav-icon-3 span:nth-child(2){
  width: 100%;
  height:  2px;
  display: block;
  top: 9px;
  left: 0px;
}
.nav-icon-3 span:nth-child(3){
  width: 100%;
  height:  2px;
  display: block;
  bottom: 0px;
  left: 0px;
}
.nav-icon-3:not(.open):hover span:nth-child(1){
  width: 100%;
  height:  2px;
  display: block;
  top: -2px;
  left: 0px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-3:not(.open):hover span:nth-child(2){
  width: 100%;
  height:  2px;
  display: block;
  top: 9px;
  left: 0px;
  transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-icon-3:not(.open):hover span:nth-child(3){
  width: 100%;
  height:  2px;
  display: block;
  bottom: -2px;
  left: 0px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.addcompany.execute .nav-icon-3.open {
  /* transform: rotate(90deg); */
  transform: rotate(270deg);
}
.nav-icon-3.open  span:nth-child(1){
  left: 5px;
  top: 13px;
  width: 23px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  transform: rotate(90deg);
  transition-delay: 150ms;
}
.nav-icon-3.open  span:nth-child(2){
  left: 0px;
  top: 20px;
  width: 20px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  transform: rotate(45deg);
  transition-delay: 50ms;
}
.nav-icon-3.open  span:nth-child(3){
  left:14px;
  top: 19px;
  width: 20px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  transform: rotate(-45deg);
  transition-delay: 100ms;
}
.addcompany.execute{
  transform: none;
}
.addcompany.execute.menuopen{
  transform: translateX(-250px);
}
.addcompany.execute.menuopen .content {
  padding: 17px 16px;
  width: calc(100% - 0px);
  position: absolute;
  transform: translateX(250px);
}
.mobilebtnhumrg{
  background: var(--white);
  position: relative;
  z-index: 999;
  height: 47px;
  border-radius: 4px;
}

/* humburg menu css end */
.recentupadtebox .scrollData .row{
  border: 1px solid var(--border);
  padding: 22px 4px;
  align-items: center;
  border-radius: 6px;
  margin: auto;
}
.recentupadtebox{
  /* height: 799px; */
  overflow-y: scroll;
}
/*  scroll bar start */
.taskassignbox::-webkit-scrollbar,
.recentupadtebox::-webkit-scrollbar {
  width: 7px;
}

.taskassignbox::-webkit-scrollbar-track,
.recentupadtebox::-webkit-scrollbar-track {
  background: var(--white);
}

.taskassignbox::-webkit-scrollbar-thumb,
.recentupadtebox::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 12px;
  /* border: 3px solid #f1f1f1;  */
}

.taskassignbox::-webkit-scrollbar-thumb:hover,
.recentupadtebox::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.taskllistdataleft .row {
  border: 1px solid #ccc;
  padding: 10px 4px;
  align-items: center;
  border-radius: 6px;
  margin: auto;
  /* box-shadow: 0px 2px 1px 0px #000; */
}
/*  scroll bar end */







/* woekload start */
.main-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

/* Sidebar Styles */
.left-panel {
  width: 25%;
  padding: 16px;
  border-right: 1px solid #ddd;
  background: var(--bg-gray);
}

.current-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: var(--themecolorred);
  border-radius: 8px;
  margin-bottom: 16px;
  color: var(--text-white);
}

.current-date span {
  font-size: 18px;
  font-weight: bold;
}

.calendar-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.tasks-list h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.task-item {
  padding: 12px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 6px;
  box-shadow: 0 2px 4px var(--menuactive-color);
  border-bottom: 1px solid var(--menuactive-color);
}

.task-item h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: bold;
}

.task-item p {
  margin: 0;
  font-size: 12px;
  color: #555;
}

/* Calendar Styles */
.calendar-panel {
  width: 75%;
  padding: 16px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.calendar-header h2 {
  margin: 0;
  font-size: 20px;
}

.calendar-controls button,
.calendar-controls select {
  margin-left: 8px;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
}

.calendar-table th:first-child{
  width: 20px;
  background: transparent;
  vertical-align: bottom;
  border-left: 0;
  border-top: 0;
}
.calendar-table th {
  /* background: #f1f1f1; */
  background: transparent;
  font-size: 14px;
  border-left: none;
  border-top: none;
}

.calendar-table td {
  height: 60px;
}

.highlight-cell {
  background-color: #fffbd6;
  font-weight: bold;
}
.calendar-table td:first-child{
  border-top: none;
  border-left: none;
  text-align: end;
  vertical-align: bottom;
  padding-bottom: 0;
}
.todat-btn{
  padding: 2px 22px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 4px;
  font-size: 14px;
}
.lefticoncalaender{
  border: none;
  border-radius: 50%;
  width: 33px;
  height: 35px;
  font-size: 25px;
  background: transparent;
  color: #000;
}
.righticoncalaender{
  border: none;
  border-radius: 50%;
  width: 33px;
  height: 35px;
  font-size: 25px;
  background: transparent;
  color: #000;
}
.highlight-cell img{
  width: 17px;
}
.calendar-controls select{
  max-width: 70px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;

}

/* Responsive Styles */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }

  .left-panel {
    border-right: none;
    border-bottom: 1px solid #ddd;
    flex: 1 1 auto;
  }

  .calendar-panel {
    flex: 1 1 auto;
  }
}

/* woekload start */

/* progress bar css start */

/* Styling the progress container */
.progress-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 10px;
  height: 10px;
  margin: 4px auto;
  overflow: hidden;
  position: relative;
}

/* Styling the progress bar */
.progress-bar {
  width: 45%; /* Static at 45% */
  height: 100%;
  background: linear-gradient(to right, #4caf50, #81c784);
  border-radius: 10px;
}
button:focus:not(:focus-visible){
  outline: auto !important;
}
/* progress bar css end */
.modal-footer{
  background: var(--bg-gray);
}
.modal-header button{
  color: #fff !important;
  opacity: 1;
  filter: invert(1);
}
.modal-header{
  background-color: var(--themecolorred) !important;
  color: #fff !important;
}
.text-white{
  color: #fff;
  padding: 3px 5px;
}
#task-table_wrapper{
  overflow-x: auto;
}
.starttask:hover{
background-color: var(--themecolorred);
color: var(--text-white);
}

.recentupadtebox .row{
  border: 1px solid #ccc;
  padding: 10px 4px;
  align-items: center;
  border-radius: 6px;
  margin: auto;
}


.aaddmoredetails{
  background-color: var(--white) !important;
  color: var(--themecolorred) !important;
  font-size: 12px !important;
  border-radius: 3px !important;
  border: 1px solid var(--themecolorred) !important;
  transition: all 0.5s ease !important;
  margin-bottom: 12px !important;
}
button:focus:not(:focus-visible){
  outline: none !important;
}
.btn:focus{
  box-shadow: none !important;
}

#taskdata .addmoredetailssection{
  margin-top: -25px !important;
}

.pluseratee{
  animation: pluserate 1s infinite;
}

@keyframes pluserate {
  0%, 100% {
    transform: rotate(-45deg) scale(1);
  }
  50% {
    transform: rotate(-45deg) scale(1.2);
  }
}

@media screen and (max-width: 1099px){
  .tasklistmenubar.table-wrapper {
    height: 693px;
}
}
@media screen and (max-width: 767px) {
  .sidebar-footer a {
    /* padding: 0; */
  }
  #add_field,
.btn.veriable-btn,
.btn.veriable-btn.me-3,
#addtolist{
  width: 100%;
  margin-top: 5px;
}
.Conditionvalue{
  margin: 10px;
}
.table-wrapper {
  height: 368px !important;
}
}