.userTable .avtr{
    width: 35px;
    height: 35px;
    border-radius: 6px;
}
.daterangepicker .ranges li.active {
    background-color: #0059E8 !important;
    color: #fff;
}
.date_field{
    height: 46px !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0059E8 !important;
}
img, svg{
    display: initial !important;
}
.filled_data{
    background: #0059E80D;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    display: flex;
    align-items: center;
}

button, input, optgroup, select, textarea{
    padding: 10px 20px !important;
}

.main-logo {
  display: inline-block;
}
.small-logo {
  display: none;
}

.left-bar.hideSideBar .main-logo {
  display: none;
}
.left-bar.hideSideBar .small-logo {
  display: inline-block;
}

.left-bar.hideSideBar.result_hover .main-logo {
  display: block;
}
.left-bar.hideSideBar.result_hover .small-logo {
  display: none;
}
#team_lead_select_container ul li input{
  width: 226% !important;
}

.memberBox {
  position: relative; /* Parent for absolute dropdown */
}

.addingMember {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#add_member_form {
  position: absolute;
  top: 100%;
  left: 50px;
  z-index: 50;
  width: 75%;
}
button, input[type="submit"] {
  background: white;
  color: black;
}
.bg_transparent{
  background: transparent !important;
}

.daterangepicker .drp-calendar{
  max-width: 100% !important;
}

.createScroll{
  overflow-x: auto;
}

.createScroll .createScrollInner{
  display: flex;
  gap: 20px;
}

.createScroll .createScrollInner .projectOverview{
  width: fit-content;
  min-width: 300px;
}

.done{
  height: 38px !important;
  background: #0d6efd !important;
  width: fit-content !important;
  padding: 5px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff !important;
}
.submit_button_height{
  height: 50px !important;
}
.checking .checkbox{
  display: flex;
  align-items: center;
  gap: 15px;
}

.disabled{
  background: #e9ecef !important;
  box-shadow: 0px 0px 16px transparent;
}
.image_center{
  height: 48px !important;
  width: 48px !important;
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  }
.logout-leftbar{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 80px);
}

.logoBar{
  height: 80px;
  padding-top: 20px;
}
.dataTables_length select{
  height: 40px !important;
  width: 100px !important;
}
table tr td{
  border-bottom: 0 !important;
}
.green_tick{
  background: #218E00;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding: 0 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
  padding: 1px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none !important;
  font-family: sans-serif !important;
  padding: 0 !important;
  margin-left: 15px !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 10px 20px !important;
  height: 53px;
}














.search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F4F5F9;
    border-radius: 30px;
    padding: 8px 10px;
    width: 400px;
}

.search input {
    background: #f5f6fa;
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
}

.blue-color{
    color: #15477F !important;
}

.red-color{
    color: #A94442 !important;
}

.green-color{
    color: #3C763D !important;
}

.white_bg_box{
    background: #fff;
    /* border: 1px dotted #B9B9B9; */
    padding: 50px 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #00000014;
}

.purple_button{
    background: #5F4B88;
    padding: 12px 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border: 1px solid transparent;
    width: fit-content;
    &:hover{
        color:#fff !important;
        background: transparent;
        border: 1px solid #5F4B88;
    }
}

select{
    background: #fff url("/assets/select.svg") no-repeat right 10px top 50% ;
    border: 1px solid #16161652 ;
}

.transparent_button{
    background: transparent;
    padding: 12px 25px;
    border-radius: 6px;
    color: #161616A3;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border: 1px solid #16161652;
    width: fit-content;
    min-width: 120px;
    text-transform: uppercase;
    &:hover{
        color:#fff !important;
        background: #0059E8;
        border: 1px solid #0059E8;
    }
}

.blue_button{
    background: #0059E8 !important;
    padding: 12px 25px !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border: 1px solid #0059E8;
    min-width: 120px;
    width: auto !important;
    text-transform: uppercase;
    &:hover{
        color:#0059E8 !important;
        background: transparent !important;
        border: 1px solid #0059E8 !important;
    }
}

.red_button{
    background: #E73B3B;
    padding: 12px 25px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border: 1px solid #E73B3B;
    min-width: 120px;
    text-transform: uppercase;
    &:hover{
        color:#E73B3B !important;
        background: transparent;
        border: 1px solid #E73B3B;
    }
}

.b-head{
    color: #202224;
    font-size: 20px;
    font-weight: 700;
    border-left: 3px solid #15477F;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-left: 10px;
}

label{
    font-size: 14px !important;
    color: #161616B2 !important;
    font-weight: 600 !important;
    margin-bottom: 5px;
}

input{
    border: 1px solid #16161652 !important;
    height: 60px !important;
    border-radius: 5px;
    padding: 10px 20px;
    background: #fff !important;
    width: 100%;
}

textarea{
    border: 1px solid #16161652 ;
}

select{
    border: 1px solid #D9D9D9;
    height: 60px;
    border-radius: 5px;
    padding: 10px 20px;
    background: #F7F7F7 image-url("/assets/drpdwn-433f8939.svg") no-repeat center right 20px;
    width: 100%;
    appearance: none;
}

.buttons{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.main-area{
    position: relative;
    background:#F7F9FB;
    display: flex;
}

.main-area .left-bar{
    /* width: 260px; */
    background: #fff;
    min-height: 100vh;
    /* border-right: 1px solid #D5D5D5; */
    box-shadow:4px 4px 18px #0000000D;
    /*padding-top: 20px;*/
    transition: 0.4s ease;
}

.main-area .left-bar .logo{
    margin:0px auto; 30px;
    display: block;
    text-align: center;
}
.main-area .left-bar .main-logo img{
  width: 200px;
}

.main-area .left-bar ul{
    list-style: none;
    padding-left: 20px !important;
    padding-right: 20px;
}

.main-area .left-bar ul.border-btm{
    border-bottom: 1px solid #D5D5D5;
}

.main-area .left-bar ul li{
    margin-bottom: 20px;
    position: relative;
}

/* .main-area .left-bar ul li:before {
    position: absolute;
    left: -15px;
    opacity: 0;
    top: 6px;
    width: 5px;
    height: 40px;
    background: #fff;
    content: "";
    border-radius: 5px;
    margin: 0 auto;
} */

.main-area .left-bar ul li.nav-singl.active, .main-area .left-bar ul li.nav-singl:hover {
    border-radius: 6px;
    transition: background 250ms linear;
    background: #0059E8;
}

.main-area .left-bar ul li.active, .main-area .left-bar ul li:hover {
    border-radius: 6px;
    transition: background 250ms linear;
}

.main-area .left-bar ul li.active a.drp-main-menu, .main-area .left-bar ul li:hover a.drp-main-menu{
    background: #15477F;
    border-radius: 6px;
}

.main-area .left-bar ul li.active a span, .main-area .left-bar ul li:hover a span{
    color: #fff;
}

.main-area .left-bar ul li.active a img, .main-area .left-bar ul li:hover a img{
    filter: brightness(0) invert(1);
}

.main-area .left-bar ul li.active:before, .main-area .left-bar ul li:hover:before {
    transition: opacity 250ms linear;
    opacity: 1;
}

.main-area .left-bar ul li a span{
    color: #161616B8;
    font-size: 15px;
    font-weight: 500;
    margin-left: 14px;
}

.main-area .left-bar ul li a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
}

.main-area .left-bar ul li a img{
    width:20px;
    height: auto;
}

.side_menu_work{
    cursor: pointer;
}

.left-bar.hideSideBar{
    width: 80px;
    transition: 0.4s ease;

}

.left-bar.result_hover{
    width: 260px;
    /* position: absolute; */
}

.left-bar.result_hover ul li a span{
    display: block !important;
}

.left-bar .logo{
    padding: 0 20px;
}

.left-bar.hideSideBar .logo{
    padding: 0 10px;
    text-align: center;
}

.left-bar.hideSideBar ul li a span{
    display: none;
}

.left-bar.hideSideBar ul li a{
    padding: 14px 10px;
}

.main-area .right-bar{
    width: calc(100% - 80px);
}

.right-bar.result_hover_right{
    width: calc(100% - 260px);
}

.right-bar.rightSideArea{
    width: calc(100% - 260px);
}

/* .rightSideArea.result_hover_right{
    width: calc(100% - 0px);
} */

.main-area .right-bar .top-bar{
    background: #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px dotted #B9B9B9; */
    box-shadow: 4px 4px 18px #0000000D;
}

.main-area .right-bar .top-bar .top-left{
    display: flex;
    align-items: center;
    gap: 50px;
}

.main-area .right-bar .top-bar .top-left .search{
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    padding: 12px 14px;
    width: 400px;
    background: #F4F5F9;
}

.main-area .right-bar .top-bar .top-left .search input{
    background:#f5f6fa !important;
    width: 100%;
    height: auto !important;
    border: none !important;
}

.main-area .right-bar .top-bar .top-right{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.main-area .right-bar .top-bar .top-right .country {
    position: relative;
}

.main-area .right-bar .top-bar .top-right .country .lang{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.main-area .right-bar .top-bar .top-right .country .lang p{
    font-size: 14px;
    color: #646464;
    font-weight: 500;
}

.main-area .right-bar .top-bar .top-right .country ul{
    display: none;
    position: absolute;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background: #fff;
    top: 40px;
    z-index: 2;
    width: 160px;
    left: -10px;
}

.main-area .right-bar .top-bar .top-right .country ul li:not(:last-child){
    margin-bottom: 0px;
    border-bottom:1px solid #D5D5D5;
}

.main-area .right-bar .top-bar .top-right .country ul li a{
    padding: 10px 12px;
    width: 100%;
    display: flex;
    gap:10px;
    color: #000;
}

.main-area .right-bar .top-bar .top-right .country ul.drpdwn{
    display: block;

}

.main-area .right-bar .top-bar .top-right .user-prt{
    position: relative;
}

.main-area .right-bar .top-bar .top-right .user-prt .usr{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.main-area .right-bar .top-bar .top-right .user-prt .usr p{
    font-size: 14px;
    color: #646464;
    font-weight:600;
}

.main-area .right-bar .top-bar .top-right .user-prt ul{
    display: none;
    position: absolute;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background: #fff;
    top: 45px;
    right: 0;
    z-index: 2;
    width: 120px;
}

.main-area .right-bar .top-bar .top-right .user-prt ul li:not(:last-child){
    margin-bottom: 0px;
    border-bottom: 1px solid #D5D5D5;
}

.main-area .right-bar .top-bar .top-right .user-prt ul li a{
    padding: 8px 18px;
    display: block;
    width: 100%;
    color: #000;
}

.main-area .right-bar .top-bar .top-right .user-prt .drpdwn_usr{
    display: block;
}

.main-area .right-bar .top-bar .top-right .circleComn{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe2ff;
}

.main-area .right-bar .main-content{
    padding: 40px 20px;
}

.main-area .right-bar .main-content .top-head{
    display: flex;
    align-items: center;
    gap:30px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main-area .right-bar .main-content .top-head h4{
    color: #202224;
    font-size: 30px;
    font-weight: 600;
    /*margin-top: 10px;*/
}

.main-area .right-bar .main-content .top-head span{
    color: #16161680;
    font-size: 16px;
    font-weight: 400;
}

.main-area .right-bar .main-content .top-head button{
    background: #15477F;
    padding: 12px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
}




.fileupldall{
    width: 100%;
    border-radius: 8px;
    border:1px dotted #aaa;
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.fileupldall input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.fileupldall .fileupldinner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #bbb;
    padding:14px 20px;
    border-radius: 10px;
}

.fileupldall .fileupldinner svg{
    width: 30px;
    height: 30px;
}

.fileupldall .fileupldinner p{
    font-size: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.fileupldall .fileName{
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

.btnSmall{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #E2E7F1;
    background: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    height: 38px;
}

.projectDetail{
    padding: 25px 20px;
    border-radius: 20px;
}

.projectDetail .detailInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.projectDetail .detailInner h4{
    color: #161616BF;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.projectDetail .detailInner h4 span{
    color: #16161680;
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}

.projectDetail .detailInner .icons{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #0059E814;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectDetail .detailInner .icons img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.projectDetail p{
    color: #16161659;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.projectDetail p span{
    color: #27AE60;
    margin-right: 8px;
}

.headersCommon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.headersCommon h4{
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.headersCommon select{
    background: #F3F3F3 url("/assets/select.svg") no-repeat right 10px top 50%;
    height: 40px;
    border: none;
    padding: 0 35px 0 10px !important;
    width: fit-content;
}

.projectOverview{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0px 0px 20px #00000014;
    border-radius: 10px;
    padding: 20px;
}

.projectOverview.create{
    border: 1px dashed #161616;
}

.projectOverview h5{
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.projectOverview h5 span{
    color: #161616B2;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 8px;
    display: block;
}

.projectOverview .icons{
    width: 64px;
    height: 64px;
    background: #1616160D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectOverview .icons img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.bgTransparent{
    background: transparent !important;
}

.bgLightBlue{
    background: #DDFCFF !important;
}

.bgLightPurple{
    background: #F7ECFF !important;
}

.bgLightGreen{
    background: #F0FFD4 !important;
}

.bgLightYellow{
    background: #FFFBE2 !important;
}

.bgLightDarkGreen{
    background: #DCF5E5;
}

.bgLightGray{
    background: #1616160D !important;
}

.bgLightRed{
    background: #FFEEEE;
}

.bgRed{
    background: #E73B3B;
}

table{
    width: 100%;
}

table thead tr th{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #161616;
    text-transform: capitalize;
}

table thead tr th, table tbody tr td{
    color: #161616;
    vertical-align:middle;
    padding: 15px 15px;
}

table tbody tr td{
    font-size: 14px;
    font-weight: 500;
}

table .userTable{
    display: flex;
    align-items: center;
    gap: 10px;
}

table .userTable img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

table .userTable h6{
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

table .userTable h6 span{
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

table .teamMem{
    position: relative;
}

table .teamMem img:first-child{
    position: relative;
    margin-left: 0;
}

table .teamMem img{
    position: relative;
    margin-left: -10px;
}

table progress{
    width: 100% !important;
    border: none;
    height: 8px !important;
    border-radius: 20px;
}


table progress::-webkit-progress-value {
  background: #00B515;
  border-radius: 20px;
}

table progress::-moz-progress-bar {
  border-radius: 20px;
  background: #00B5154D;
}

table progress::-webkit-progress-bar {
  border-radius: 20px;
  background:#00B5154D;
}

.tags{
    color: #161616;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    /*width: fit-content;*/
    display: block;
    max-width: 110px;
}

.report{
    display: flex;
    align-items: center;
    gap: 15px;
}

.report a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabbingArea ul{
    justify-content: space-between;
    border-bottom: 1px solid #1616161A;
    margin-bottom: 30px !important;
}

.tabbingArea .nav-pills .nav-link{
    color: #16161699;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    text-transform: uppercase;
}

.tabbingArea .nav-pills li{
    width: 33%;
}

.tabbingArea .nav-pills .nav-link.active{
    color: #0059E8;
    background: transparent;
    border-bottom: 1px solid #0059E8;
}

.filterArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.filterArea .left{
    display: flex;
    align-items: center;
    gap: 10px;
}

.filterArea .filterMain{
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #E2E7F1;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.filterArea .filterMain select{
    padding: 0 35px 0 10px !important;
    background: transparent;
    height: auto;
    border: none;
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    background: transparent url("/assets/select.svg") no-repeat right 0px top 50%;
}

.filterArea .right{
    display: flex;
    align-items: center;
    gap: 10px;
}

.sortingMain{
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #E2E7F1;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.sortingMain span{
    height: 25px;
    width: 1px;
    background: #E2E7F1;
}

input[type="checkbox"]{
    width: 22px !important;
    height: 22px !important;
    border-radius: 5px;
}

.addUser .imgUpload{
    position: relative;
    text-align: center;
}

.addUser .imgUpload .imgUploadArea{
    background: #F4F4F4;
    border: 1px solid #16161652;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.addUser .imgUpload .imgUploadArea img{
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.addUser .imgUpload input{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.checking{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.checking span{
    font-weight: 600;
}

.sendLink{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0059E8;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline !important;
}

.buttonPart{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.modal .modal-body{
    text-align: center;
}

.modal .modal-body h6{
    color: #161616;
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0;
}

.modal .modal-body p{
    color: #161616A3;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 !important;
}

.modal .closing{
    margin-left: auto;
}

.editingBtn{
    display: flex;
    align-items: center;
    gap: 15px;
}

.editingBtn .editBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #161616;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 3px;
    height: 43px !important;
}

.border-dark{
    border: 1px solid #161616;
}

.border-blue{
    border: 1px solid #0059E8;
}

.border-red{
    border: 1px solid #E73B3B;
}

.doubleHead{
    display: flex;
    align-items: center;
    gap: 40px;
}

.stopWatch{
    background: #FFEDED;
    font-size: 14px;
    font-weight: 500;
    color: #E26262;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 14px;
    border-radius: 5px;
}

.stopWatch h6{
    margin-bottom: 0;
}

.stopWatch span{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #E26262 !important;
}

.projectMainBox .plusArea{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}

.projectMainBox ul.nav-pills{
    justify-content: start;
    margin-bottom: 0 !important;
}

.projectMainBox ul.nav-pills li{
    width: auto;
}

.projectMainBox ul.nav-pills li button{
    padding: 10px 24px;
}

.projectStatusMain{
    display: flex;
    gap: 40px;
}

.projectStatusMain .projectDetails{
    width: 65%;
    padding:20px 15px;
}

.projectStatusMain .projectDetails h6{
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.projectStatusMain .projectDetails p{
    color: #161616CC;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px !important;
}

.projectStatusMain .projectDetails .memberBox{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.projectStatusMain .projectDetails .memberBox .addingMember{
    display: flex;
    gap: 15px;
    align-items: center;
    width: 30%;
}

.projectStatusMain .projectDetails .memberBox .addingMember .imageSide{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectStatusMain .projectDetails .memberBox .addingMember .imageSide img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.projectStatusMain .projectDetails .memberBox .addingMember .plusAdd{
    border: 1px dashed #16161680;
}

.projectStatusMain .projectDetails .memberBox .addingMember .plusAdd img{
    width: auto;
    height: auto;
    border-radius: 0;
}

.projectStatusMain .projectDetails .memberBox .addingMember h5{
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.projectStatusMain .projectDetails .memberBox .addingMember h5 span{
    color: #16161699;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 6px;
}



.projectStatusMain .projectDetails .docsBox{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.projectStatusMain .projectDetails .docsBox .docsBoxInner{
    display: flex;
    gap: 15px;
    align-items: center;
    width: 30%;
    position: relative;
}

.remove_file{
  position: absolute;
  right: 8px;
  top: 10px;
}
.turbo-file{
  width: 30%;
}

.projectStatusMain .projectDetails .docsBox .fileBoxInner{
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    min-width: 270px;
}

.projectStatusMain .projectDetails .docsBox .docsBoxInner .imageSide{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectStatusMain .projectDetails .docsBox .docsBoxInner .imageSide img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.projectStatusMain .projectDetails .docsBox .docsBoxInner .upload{
    border: 1px dashed #16161680;
    border-radius: 50%;
}

.projectStatusMain .projectDetails .docsBox .docsBoxInner .upload img{
    width: auto;
    border-radius: 0;
    height: auto;
}

.projectStatusMain .projectDetails .docsBox .docsBoxInner h5{
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.projectStatusMain .projectDetails .docsBox .docsBoxInner h5 span{
    color: #16161699;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 6px;
}

.projectStatusMain .statusSide{
    width: 35%;
    overflow: hidden;
    padding:0 10px 0;
}

.projectStatusMain .statusSide .statusDetail {
    padding: 20px;
    box-shadow:-8px 6px 12px #9b9b9b26;
    height: 100%;
}

.projectStatusMain .statusSide h6{
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.tabbingArea .projectStatusMain .statusSide .statusDetail ul{
    border-bottom: 0 !important;
    gap: 25px;
}

.tabbingArea .projectStatusMain .statusSide .statusDetail ul li button{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
}

.tabbingArea .projectStatusMain .statusSide .statusDetail ul li .nav-link.active{
    border: 1px solid #1616161A !important;
    border-radius: 6px;
}

.timeline .timelineBox{
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.timeline .timelineBox:not(:last-child){
    margin-bottom: 30px;
}

.timeline .timelineBox:not(:last-child):before{
    height: 100%;
    width: 1px;
    background: #1616164D;
    content: '';
    left: 15px;
    top: 57px;
    position: absolute;
}

.timeline .timelineBox .left{
    position: relative;
}

.timeline .timelineBox .right .timelineDetail{
    position: relative;
    padding:10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
}

.timeline .timelineBox .right .timelineDetail img{
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.timeline .timelineBox .right .timelineDetail h5{
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.timeline .timelineBox .right .timelineDetail h5 span{
    color: #16161699;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    display: block;
}

.timeline .timelineBox .right .date{
    text-align: right;
    color: #161616E5;
    font-size: 12px;
    font-weight: 400;
}

.projectMainBox .accordion .accordion-button{
    display: flex;
    justify-content: space-between;
    padding-left: 45px;
    color: #161616;
    font-size: 22px;
    font-weight: 500;
    background: #1616160D;
    border: none;
}

.projectMainBox .accordion .accordion-button span{
    color: #0059E8;
    font-size: 22px;
    font-weight: 600;
}

.projectMainBox .accordion .accordion-button::after {
    position: absolute;
    left: 10px;
    background-image: image-url("/assets/drpdwn-433f8939.svg") !important;
    width: 13px;
    height: 8px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: image-url("/assets/drpdwn-433f8939.svg") !important;
}

.projectMainBox .accordion .accordion-item{
    margin-bottom: 15px;
    border: 0;
}

.projectMainBox .accordion .accordion-button:not(.collapsed){
    box-shadow: none;
    border-bottom: 1px solid #bbb;
    background: transparent;
}

.projectMainBox .accordion input[type="text"]{
    width: 250px;
    height: 40px !important;
}

.sideSliderBar{
    background: #fff;
    width: 600px;
    box-shadow: 0px 0px 10px #cccc;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 90vh;
    overflow-y: auto;
    z-index: 2;
    transform: translateX(200%);
}

.sideSliderBar.dataopenNew{
    transform: translateX(0);
}

.sideSliderBar .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #1616161A;
}

.sideSliderBar .head h3{
    color: #16161699;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.sideSliderBar .sliderContent{
    padding: 15px;
}

.sideSliderBar .sliderContent h6{
    color: #161616;
    font-size: 24px;
    font-weight: 500;
}

.sideSliderBar .sliderContent .taskDetail{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.sideSliderBar .sliderContent .taskDetail .left{
    min-width: 120px;
}

.sideSliderBar .sliderContent .taskDetail .left h5{
    color: #16161680;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.sideSliderBar .sliderContent .taskDetail .right{
    display: flex;
    align-items: center;
    gap: 15px;
}

.sideSliderBar .sliderContent .taskDetail .right .radio{
    display: flex;
    align-items: center;
    gap: 10px;
}

.sideSliderBar .sliderContent .taskDetail .right .radio input[type="radio"]{
    width: 16px;
    height: 16px !important;
}

.sideSliderBar .sliderContent .taskDetail .right .radio label{
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.sideSliderBar .sliderContent .taskDetail .right h4{
    color: #161616E5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.sideSliderBar .sliderContent .taskDetail.descp{
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.sideSliderBar .sliderContent .taskDetail.descp .right{
    display: block;
}

.sideSliderBar .sliderContent .taskDetail.descp .right p{
    border: 1px solid #16161633;
    padding: 15px;
    border-radius: 5px;
    color: #161616CC;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.sideSliderBar .sliderContent .attach{
    margin-top: 30px;
}

.sideSliderBar .sliderContent .attach .heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.sideSliderBar .sliderContent .attach .heading h5{
    color: #16161680;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.sideSliderBar .sliderContent .attach .heading a{
    color: #0059E8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.downloadItemMain{
    overflow-x: auto;
}

.downloadItem{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 900px;
}

.downloadItem .downloadFiles{
    border: 1px solid #161616;
    padding: 15px 18px;
    border-radius: 7px;
    width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.downloadItem .downloadFiles h6{
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.downloadItem .downloadFiles h6{
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.downloadItem .downloadFiles h6 span{
    color: #16161699;
    display: block;
    margin-top: 6px;
}

.checkBoxMain{
    position: relative;
    border: 1px solid #16161633;
    padding: 20px;
    border-radius: 6px;
    margin-top: 15px;
}

.checkBoxMain p{
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #16161633;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 0;
    width: fit-content;
    margin-left: 30px;
    margin-top: 10px;
}

.checkBoxMain .checkBoxInner{
    display: flex;
    align-items: center;
    gap: 15px;

}

.checkBoxMain .checkBoxInner input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

.checkBoxMain .checkBoxInner label{
    color: #161616CC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.checkBoxMain .checkBoxInner label span{
    text-decoration: line-through;
}

.sideSliderBar.show{
    /* transform: translateX(0%); */
}

.fileUploadMain{
    position: relative;
}

.fileUploadMain input[type="file"]{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.fileUploadMain .fileUploadInner{
    border: 1px solid #16161652 !important;
    height: 60px !important;
    border-radius: 6px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.fileUploadMain .fileUploadInner p{
    color: #1616168F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.filesUploadedAll{
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: auto;
    margin-top: 26px;
}

.fileUploaded{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #a3a3a352;
    padding: 8px 14px;
    border-radius: 5px;
    width: fit-content;
}

.fileUploaded h5{
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.fileUploaded h5 span{
    margin-top: 6px;
    color: #16161699;
    display: block;
}

.addingButton{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.addingButton .plus{
    border: 1px dashed #16161680;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.addingButton p{
    color: #161616CC;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.innerHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.innerHead h4{
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.innerHead .right{
    display: flex;
    align-items: center;
    gap: 10px;
}

.framePart .frameBox{
    padding: 40px;
}

.collapse {
    visibility: visible !important;
}
table.dataTable{
    width: 100% !important;
}
.framePart .frameBox .chartValue{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.framePart .frameBox .chartValue .projectValue{
    display: flex;
    align-items: center;
    gap: 10px;
}

.framePart .frameBox .chartValue .projectValue span{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.bgDarkPurple{
    background: #4E048A;
}

.bgLightPurple{
    background: #BC9BF7;
}

.bgLightOrange{
    background: #FDAA5D;
}
.smallHead{
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.settingData .settingDataInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.settingData .settingDataInner:not(:last-child){
    border-bottom: 1px solid #1616164D;
    margin-bottom: 20px;
}

.settingData .settingDataInner .left h6{
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.settingData .settingDataInner .left p{
    color: #16161680;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.commonSelect select {
    background: #F3F3F3 url("/assets/select.svg") no-repeat right 10px top 50%;
    min-width: 130px;
    height: 40px;
    border: none;
    padding: 10px;
}

.reportTeam .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    min-height: 43px;
}

.reportTeam .top h5{
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.reportTeam .top h5 span{
    display: block;
    color: #16161699;
    font-size: 14px;
    margin-top: 6px;
}

.reportTeam .top h6{
    color: #0059E8;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.reportTeam .progressBox .progressBoxInner{
    margin-bottom: 20px;
}

.reportTeam .progressBox .progressBoxInner .up{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.reportTeam .progressBox .progressBoxInner .up h4{
    color: #161616;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.reportTeam .progressBox .progressBoxInner .up p{
    color: #16161699;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.progressBox .progressBoxInner progress{
    width: 100%;
    border: none;
    height: 8px;
    border-radius: 20px;
}

.progressBox .progressBoxInner progress::-webkit-progress-value {
  background: #0059E8;
  border-radius: 20px;
}

.progressBox .progressBoxInner progress::-moz-progress-bar {
  border-radius: 20px;
  background: #ECF3FE;
}

.progressBox .progressBoxInner progress::-webkit-progress-bar {
  border-radius: 20px;
  background:#ECF3FE;
}

.notify{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 15px #20385526;
    width: 350px;
    top: 70px;
    position: absolute;
    right: 0;
    border-radius: 10px;
    display: none;
    z-index: 1;
}

.notify h6{
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.notify .notifyInner{
    display: flex;
    gap: 20px;
}

.notify .notifyInner:not(:last-child){
    margin-bottom: 20px;
}

.notify .notifyInner .imgprt{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.notify .notifyInner p{
    color: #161616;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.notify .notifyInner p span{
    display: block;
    margin-top: 6px;
    color: #16161699;
}

.profileEdit{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 15px #20385526;
    width: 250px;
    top: 70px;
    position: absolute;
    right: 0;
    border-radius: 10px;
    display: none;
    z-index: 1;
}

.profileEdit .profileName{
    color: #161616;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.profileEdit .profileName span{
    display: block;
    margin-top: 2px;
    color: #16161699;
    font-size: 14px;
    font-weight: 400;
}

.profileEdit button{
    margin-top: 20px;
    height: 45px;
}

.logoutBox{
    position: fixed;
    bottom: 0;
    left: 0;
}

.taskBtns{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.taskBtns label{
  margin-bottom: 0;
}

.taskBtns .taskLst{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.mainBlueText{
    color: #0059E8 !important;
}

.redText{
    color: #E73B3B !important;
}

.assignTeamLeader{
    cursor: pointer;
}
.assignEmployee{
    cursor: pointer;
}

.teamLeaderBox{
    display: none;
}

.attachFile{
    position: relative;
    cursor: pointer;
}

.attachFile input{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

.attachedFileArea{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


.attachedFileArea .fileBox {
    padding: 10px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: fit-content;      /* 🔹 prevent infinite growth */
    overflow-x: auto;     /* 🔹 horizontal scrolling */
    border: 1px solid #ccc;
    white-space: nowrap;  /* 🔹 keep items in a row */
}


.attachedFileArea .fileBox::-webkit-scrollbar {
    height: 6px;
}

.attachedFileArea .fileBox::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
}

.attachedFileArea .fileBox img{
    width: 18px;
}

.attachedFileArea .fileBox p{
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
    color: #161616;
}

/*modal */

.taskModalMain .modal-dialog{
    max-width: 650px;
}

.taskModalMain .form-group{
    text-align: left;
}


@media (min-width:1025px) and (max-width:1199px) {
    .main-area .right-bar .main-content .with_filter .filter_area .filter-prt .fillr {
        padding: 20px 16px;
    }
    .main-area .right-bar .main-content .with_filter .log_consump .filter-prt .fillr select{
        padding:0;
    }
    .tab-list .tab-part a:not(:last-child){
        margin-right: 20px;
    }
    .projectStatusMain {
        gap: 20px;
    }
    .timeline .timelineBox{
        gap: 15px;
    }
    .tabbingArea .projectStatusMain .statusSide .statusDetail ul li button {
        gap: 11px;
        font-size: 12px;
        padding: 8px 8px;
    }
    .projectStatusMain .statusSide .statusDetail {
        padding:20px 10px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .main-area .right-bar .main-content .with_filter .filter_area .filter-prt .fillr {
        padding: 20px 16px;
    }
    .main-area .right-bar .main-content .with_filter .log_consump .filter-prt .fillr select{
        padding:0;
    }
    .tab-list .tab-part a:not(:last-child){
        margin-right: 20px;
    }
    .tabbingArea .projectStatusMain .statusSide .statusDetail ul {
        gap: 10px;
    }
    .tabbingArea .projectStatusMain .statusSide .statusDetail ul li button {
        gap: 11px;
        font-size: 12px;
        padding: 8px 8px;
    }
    .projectStatusMain .statusSide .statusDetail {
        padding:20px 10px;
    }
    .projectStatusMain {
        gap: 20px;
    }
    .projectStatusMain .projectDetails {
        width: 60%;
    }
    .projectStatusMain .statusSide {
        width: 40%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-area .right-bar .main-content .with_filter .filter_area .filter-prt .fillr {
        padding: 20px 16px;
    }
    .main-area .right-bar .main-content .with_filter .log_consump .filter-prt .fillr select{
        padding:0;
    }
    .tab-list .tab-part a:not(:last-child){
        margin-right: 20px;
    }
    .main-area .right-bar .main-content .top-head h4{
        font-size: 22px;
    }
    .profileBtnUser{
      flex-direction: column;
      align-items: start !important
    }
    .profileBtnUser .editingBtn .editBtn {
      gap: 10px;
      font-size: 11px;
  }

}

@media (max-width:991px) {
    .main-area .right-bar .main-content .data{
        overflow-x:auto;
    }
    .main-area .right-bar .top-bar .top-left .search{
        width: 100%;
    }
    .main-area .right-bar .top-bar .top-right {
        gap: 20px;
    }
    .projectStatusMain {
        gap: 20px;
        flex-direction: column;
    }
    .projectStatusMain .projectDetails {
        width: 100%;
    }
    .projectStatusMain .statusSide {
        width: 100%;
    }
    .projectStatusMain .projectDetails .memberBox {
        gap: 20px;
    }
    .projectStatusMain .projectDetails .docsBox {
        gap: 20px;
    }

   .filterArea .right{
    align-items: start;
   }
   .innerHead{
    flex-direction: column;
    align-items: start;
   }
   .framePart .frameBox{
    padding: 10px;
    }
}

@media (max-width:767px) {
    .main-area .right-bar .top-bar{
        /*flex-direction: column;*/
        gap: 20px;
    }
    .main-area .right-bar .main-content .top-head{
        /*flex-direction: column;*/
        align-items: start;
        gap: 20px;
    }
    .main-area .right-bar .main-content .top-head h4{
        width: 100%;
        text-align: left;
        font-size: 24px;
    }
    .main-area .right-bar .top-bar .top-right .country .lang p{
        display: none;
    }
    .main-area .right-bar .main-content .with_filter .filter_area .filter-prt{
        flex-direction:column;
    }
    .white_bg_box{
        margin-top:10px;
    }
    .filterArea{
        flex-direction: column;
    align-items: start;

    }
    .doubleHead{
        flex-direction: column;
        gap: 20px;
    }
    .projectMainBox .plusArea {
        margin-left: 0px;
    }
    .projectStatusMain .projectDetails {
        padding: 20px 0px;
    }
    .projectStatusMain .projectDetails .memberBox .addingMember {
        width: 100%;
    }
    .projectStatusMain .projectDetails .docsBox .docsBoxInner{
        width: 100%;
    }
    .timeline .timelineBox {
        gap: 10px;
    }
    .timeline .timelineBox .right .timelineDetail{
        flex-direction: column;
        align-items: start;
    }
    .projectStatusMain .statusSide .statusDetail {
        padding: 0px;
        box-shadow: none;
    }
    .sideSliderBar{
        width: 100%;
    }
   .sideSliderBar .sliderContent h6{
        font-size: 16px;
   }
   .sideSliderBar .sliderContent .taskDetail:first-child .right{
        flex-direction: column;
   }

    .filterArea{
        flex-direction: column;
    }

    .framePart .frameBox .chartValue{
        flex-direction: column;
        align-items: start;
    }
    .innerHead .right{
        flex-direction: column;
        align-items: start;
    }
    .userProfileBtns{
      flex-direction: column;
    }
    .tableMbView{
      overflow-x: auto;
    }
    .tableMobileWidth{
      width: 800px;
      overflow-x: unset !important;
    }
    .editBtnProfile{
      flex-wrap: wrap;
    }
    .turbo-file{
      width: 100%;
    }
}

@media (max-width:580px) {
    .white_bg_box{
        padding: 20px;
    }
    .main-area .left-bar{
        position: fixed;
        z-index: 1;
    }
    .right-bar.rightSideArea {
        width: calc(100% - 0px);
        padding-left: 80px;
    }
    .main-area .right-bar .top-bar .top-left{
        flex-direction: row-reverse;
        gap: 30px;
    }
    .main-area .right-bar {
        width: calc(100% - 0px);
        padding-left: 80px;
    }
    .buttons{
        flex-direction: column;
    }
    .buttons a{
        width: 100%;
    }
    .tabbingArea ul{
        flex-direction: column;
    }
    .tabbingArea .nav-pills li {
        width: 100%;
    }
    .filterArea .left{
        /*flex-direction: column;*/
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .filterArea .filterMain{
        width: 47%;
        padding: 10px 10px;
    }
    .filterArea .filterMain select {
        padding: 0 15px 0 10px !important;
    }
    .buttonPart{
        flex-direction: column;
    }
    .transparent_button{
        width: 100%;
    }
    .blue_button{
        width: 100%;
    }
    .editingBtn .editBtn {
        gap: 10px;
        font-size: 12px;
    }
    .taskBtns{
      flex-direction: column;
      align-items: start;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: 0.2s linear;
    font-family: "Poppins", sans-serif !important;
}

a{
    text-decoration: none !important;
}

ul{
    list-style: none;
    padding-left: 0 !important;
}

p{
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

::placeholder{
    color: #9A9A9A;
    font-size: 14px;
    font-weight: 400;
}

label{
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"]{
    border: 1px solid #D9D9D9;
    height: 70px;
    width: 100%;
    padding: 10px 20px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

textarea{
    border: 1px solid #D9D9D9;
    width: 100%;
    padding: 10px 20px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

.btnC{
    padding: 20px;
    height: 70px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}

.btnSmall{
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.bgBlueMain{
    background: #0059E8 !important;
}

.textBlack{
    color: #000 !important;
}

.textWhite{
    color: #fff !important;
}

.textOrange{
    color: #FF7700 !important;
}

.textGreen{
    color: #00B515 !important;
}

.btnC:hover{
    color:#D9D9D9;
}

.blue-btn{
    background: #0062e3 !important;
    box-shadow: 0px 0px 20px #0059E866 !important;
}

.disable{
    background: #B4B4B4 !important;
    box-shadow: 0px 0px 16px transparent;
}

.mainLogin{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background: #F7F9FB;
}

.mainLogin .loginInner{
    width: 450px;
    margin: 0 auto;
}

.mainLogin .loginInner .logoArea{
    text-align: center;
    margin-bottom: 60px;
}

.mainLogin .loginInner .logoArea img{
    width: 260px;
    margin: 0 auto;
}

.mainLogin .loginInner h3{
    color: #232323;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mainLogin .loginInner h4{
    color: #464646;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.mainLogin .loginInner h4 span{
    font-weight: 600;
}

.mainLogin .loginInner form{
    margin-top: 50px;
}

.mainLogin .loginInner form input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: 2px solid #000;
}

.mainLogin .loginInner form span{
    color: #232323;
    font-size: 16px;
    font-weight: 500;
}

.mainLogin .loginInner form .forgotp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    
}

.mainLogin .loginInner form .forgotp .forgotPass{
    cursor: pointer;
    color: red;
    font-weight: 500;
    font-size: 16px;
}

.mainLogin .otpInput {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.mainLogin .otpInput input {
    border: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
    border-radius: 0;
    height: auto;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 66px;
}

.sencode {
    color: #00B106 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-top: 30px !important;
    display: block !important;
}

@media(min-width:992px) and (max-width:1199px){
    .mainLogin .loginInner{
        padding: 0 40px;
    }
    .mainLogin .loginInner h3 {
        font-size: 35px;
    }
}


@media(min-width:768px) and (max-width:991px){
    .mainLogin{
        flex-direction: column-reverse;
        justify-content: center;
    }
    .mainLogin .loginInner{
        width: 100%;
        padding: 40px 60px;
    }
}

@media(max-width:767px){
    .mainLogin .loginInner{
        width: 100%;
        padding: 40px 20px 0;
    }
    .mainLogin .loginInner form .forgotp .forgotPass{
        font-size: 14px;
    }
    .mainLogin .loginInner form span {
        font-size: 14px;
    }
    .mainLogin .otpInput input {
        width: 100%;
    }
    .mainLogin .loginInner h3 {
        font-size: 30px;
    }
    .main-area .left-bar.hideSideBar{
      transform: translateX(-200%);
    }
    .main-area .left-bar{
      transform: translateX(0%);
    }
    .main-area .right-bar{
      padding-left: 0;
    }
    .main-area .right-bar .top-bar .top-right {
        gap: 10px;
        width: 67px;
    }
}
