.create-new {
    display: grid;
    grid-template-columns: 5% 90% 5%;
}

.create-new2 {
    display: grid;
    grid-template-columns: 20% 80%;
}


.task-title {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.task-detail-main {
    display: grid;
    grid-template-columns: 17% 66% 17%;
}

.task-detail-pane {
    padding-top: 3%;
    padding-left: 2%;
    padding-right: 3%;
}

.taskdatalay {
    display: grid;
    grid-gap: 0.8rem;
    grid-template-columns: 10% 90%;
}



.file-row-disp {
    display: grid;
    grid-template-rows: auto;
}



.centcontent {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center;     /* Vertical centering */
    height: 100vh;          /* Full viewport height */
  }

.checkstyle {
    display: grid;
    grid-template-columns: 10% 80% 10%;
}


@media screen and (max-width: 600px) {
	.checkstyle {
		grid-template-columns: 100%;
		grid-gap: 2px;
        margin-left: 3%;
        margin-right: 3%;
	}
    .task-detail-main {
        display: grid;
        grid-template-columns: 100%;
    }
    

}

@media screen and (max-width: 800px) {
    .checkstyle {
		grid-template-columns: 100%;
		grid-gap: 2px;
        margin-left: 3%;
        margin-right: 3%;
	}
    .task-detail-main {
        display: grid;
        grid-template-columns: 100%;
    }
    .topdivnav {
        display: none;
    }
    
}


.tasklist {
    display: grid;
    grid-template-columns: 70% 30%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.topdivnav {
    display: grid;
    grid-template-columns: 30% 36% 30%;
    position: sticky;
    top: 0;
    background-color: white; /* required so it doesn't become transparent when fixed */
    z-index: 999;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }


  .right-elemens {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
  }


@media screen and (max-width: 990px) {
    .topdivnav {
        display: none;
    }
    
}

@media screen and (min-width: 990px) {
    .dontnav {
        display: none;
    }
    
}

  
.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #333333;
    background: white;
    border: none;
    outline: none;
    border-radius: 50%;
  }
  
  .icon-button:hover {
    cursor: pointer;
  }
  
  .icon-button:active {
    background: white;
  }
  
  .icon-button__badge {
    position: absolute;
    top: -1px;
    right: -3px;
    width: 22px;
    height: 22px;
    background: red;
    color: red;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  

  
.widget-category ul>li {
    padding: 6px 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.widget-category ul>li:hover {
    padding-left: 5px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.widget-category ul>li a {
    color: #242424;
}

.widget-category ul>li a:hover {
    color: #3BB77E;
}

.price_range {
    background: url(../imgs/banner/fillter-widget-bg.png) no-repeat right bottom;
    background-size: 150px;
}

.primary-sidebar .sidebar-widget {
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.widget-category-2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #F2F3F4;
    padding: 9px 18px;
    margin: 0 0 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.widget-category-2 ul li:last-child {
    margin-bottom: 0 !important;
}

.widget-category-2 ul li:hover {
    border: 1px solid #BCE3C9;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.widget-category-2 ul li:hover a {
    color: #3BB77E;
}

.widget-category-2 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: 1.5;
    color: #253D4E;
    font-size: 14px;
}

.widget-category-2 ul li a:hover {
    color: #3BB77E;
    background-color: transparent;
}

.widget-category-2 ul li a img {
    max-width: 30px;
    margin-right: 15px;
}

.widget-category-2 ul li:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}

.widget-category-2 ul li.has-children {
    position: relative;
}

.widget-category-2 ul li.has-children>a::after {
    content: "\f111";
    font-family: 'uicons-regular-straight' !important;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
}

.widget-category-2 ul li.has-children .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
    margin-top: 0px;
    border: 1px solid #ececec;
    min-width: 800px;
    width: 100%;
    right: 0;
    border-radius: 0;
    padding: 20px;
}

.widget-category-2 ul li.has-children .dropdown-menu .submenu-title {
    font-size: 19px;
    font-weight: 700;
    display: block;
    color: #3BB77E;
    padding: 5px 34px;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
    text-transform: capitalize;
    position: relative;
    padding: 0;
    color: #272a2c !important;
}

.widget-category-2 ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 50%;
    background-color: #272a2c;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.widget-category-2 ul.end li {
    margin-right: 0;
}

.widget-category-2 .count {
    display: inline-block;
    background-color: #BCE3C9;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 20px;
    margin-left: 5px;
    font-size: 12px;
    color: #253D4E;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    margin-bottom: 44px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-title h3 {
    font-weight: 700;
    font-size: 32px;
    margin-right: 30px;
}

.section-title a.show-all {
    font-size: 16px;
    color: #7E7E7E;
}

.section-title a.show-all:hover {
    color: #3BB77E;
}

.section-title a.show-all i {
    font-size: 12px;
    margin-left: 5px;
}

.section-title.style-1 {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
}

.section-title.style-1::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #BCE3C9;
}

.section-title span {
    color: #3BB77E;
}



@media screen and (max-width: 600px) {
	.dontdisp {
		display: none
	}
    .create-new {
        display: grid;
        grid-template-columns: 100%;
    }
    .create-new2 {
        display: grid;
        grid-template-columns: 100%;
    }
    
    

}

@media screen and (max-width: 800px) {
    .dontdisp {
		display: none
	}
    .create-new {
        display: grid;
        grid-template-columns: 100%;
    }
    .create-new2 {
        display: grid;
        grid-template-columns: 100%;
    }
    .padcust {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    
}




/* CSS */
.buttan-23 {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.buttan-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.buttan-23:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.buttan-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}


.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 22rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .dropdown-content.show {
    display: block;
  }


/* 
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
  } */
  
  .dropdown-content a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
   
  .tasknot-title {
    color: LightSkyBlue;
    margin-bottom: 0;
    padding-bottom: 0;
  }


.noti-drop {
    display: grid;
    grid-template-columns: 17% 80%;
}


.dropbtn2{
    color: #DCDCDC;
}

.dropbtn2:hover{
    color:#3BB77E;
}