* {
    margin:0;
    padding: 0;
    outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    scroll-padding-top: 100px;
    scrollbar-width: none;
}
body{
    font-family: "Inter", sans-serif;
    background-color: #EFF1F5 ;
}
a{
    text-decoration: none;
}
.bg-login{
    background-color: #EFF1F5 ;
}
.bg-blue{
    background-color: #1ABEFD !important;
}
.bg-white-login{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(47, 52, 58, 0.15);
    padding: 50px;
}
.bg-cmt p{
    white-space: pre;
    text-wrap: wrap;
}
.full-height {
    min-height: 100vh;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.img-icon{
    display: flex;
    align-items: start;
}
.img-icon img{
    margin: auto;
    display: flex;
    margin-bottom: 20px;
}
.bg-white-login h3{
    color: #262A2E;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bg-white-login p{
    color: #474E5D;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.bg-white-login label{
    color: #262A2E;
    font-size: 14px;
    font-weight: 400;
}
.bg-white-login input{
    padding: 8px 12px;
    border-radius: 8px;
    border: 2px solid #C2C6CE;
    background: #FFF;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0%;
}
.bg-white-login input:focus{
    box-shadow: none;
    border: 2px solid #1ABEFD;
}
.bg-white-login a{
    color: #1ABEFD;
    font-size: 14px;
    font-weight: 500;
}
.frm-chk-inp{
    width: 12px;
    height: 12px;
    padding: 8px !important ;
}
.form-check-input:checked{
    background-color: #1ABEFD !important;
    border-color: #1ABEFD !important;
}
.btn.login-btn{
    border-radius: 8px;
    border: 1px solid #1ABEFD;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    padding: 7px 0;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 20px;
    /*margin-bottom: 80px;*/
    width: 100%;
}
.btn.login-btn:focus{
    box-shadow: none;
}
.bg-white-login-to h2{
    color: #262A2E;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.bg-white-login-to p{
    color: #474E5D;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0%;
}
.bg-white-login-to img{
    display: flex;
    margin: auto;
}
.profile{
    position: relative;
    margin: auto;
    max-width: 112px;
    height: 112px;
    margin-bottom: 20px;
}
.profile img{
    max-width: 112px;
    height: 112px;
    display: flex;
    border-radius: 50%;
    width: 100%;
    margin: auto;
}
.profile i {
    background-color: #1ABEFD;
    border-radius: 50%;
    color: #FFF;
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute !important;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 70%;
}
.dashboard-fix{
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #EFF1F5;
    overflow: scroll;
    position: fixed;
}
.sidebar-icon{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 4rem;
    height: 100%;
    background-color: #1b1e2b;
    z-index: 2;
    /*z-index: 0;*/
    position: fixed;
    padding: 20px 10px;
}
.sidebar-layout{
    width: 316px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.07);
    position: fixed;
    height: 100%;
    border-right: 1px solid rgba(30, 39, 73, 0.1);
    margin-left: 0;
    transition: transform 100ms;
    padding: 24px 28px;
    overflow-y: scroll;
    z-index: 1 !important;
    /*z-index: -1;*/
}
.sidebar-main-concept{
    position: relative;
    display: flex;
    flex: 1;
    margin-left: 4rem;
    /*overflow: hidden;*/
    overflow: inherit;
    z-index: 1;
}
.right-conte{
    flex: 1;
    min-width: 0;
    z-index: 0;
    margin-left: 316px;
    padding: 0%;
}
.right-corner{
    /*z-index: -1 ;*/
    z-index: -2 ;
}
.dashboard-icon img{
    display: flex;
    margin-bottom: 35px;
}
.sidebar-page{
    margin-bottom: 55px;
}
.sidebar-page .nav-link{
    padding: 8px 0px;
    color: #262A2E;
    font-size: 14px;
    border: 1px solid transparent !important;
    font-weight: 400;
}
.sidebar-page .nav-link:hover{
    color: #1ABEFD;
}
.sidebar-page .nav-link.active{
    color: #1ABEFD;
    border: 1px solid transparent !important;
    /* background-color: #1abdfd2b; */
}
.sidebar-page .nav-link img{
    margin-right: 15px;
}
.sidebar-main{
    /* margin-bottom: 30px; */
    justify-content: space-between;
    display: flex;
    height: 90%;
    flex-direction: column;
}
.usefull-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.usefull-link h3{
    color: #1ABEFD;
    font-size: 14px;
    font-weight: 500;
    line-height: 0%;
    margin-bottom: 0%;
}
.usefull-link a{
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    color: rgba(38, 42, 46, 1);
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
}
.usefull-link a:hover{
    background-color: #1ABEFD;
    color: #ffff;
}
.figma-box{
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 14px;
}
.figma-box img{
    border-radius: 8px;
    background: #F3F4F5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.figma-box h4{
    color: #262A2E;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0%   ;
}
.usefull-app-two {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
    color: #1ABEFD;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px;
    width: max-content;
   
}
.usefull-app-two a span {
    border-radius: 5px;
    background: #FFF;
    /*box-shadow: 0px 0px 14px 0px rgba(47, 52, 58, 0.15);*/
    padding: 4px 6px;
    margin-right: 10px;
    border: 1px solid;
}
.usefull-app-two a{
    color: #1ABEFD;
}
.analytics{
    display: flex;
    align-items: center;
    gap: 16px;
}
.analytics i{
    border-radius: 16px;
    background: #1ABEFD;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.yellow i{
    background: #FCB401 !important; 
}
.analytics h3{
    color: #474E5D;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0%;
}
.analytics h4{
    color: #262A2E;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0%;
}
.header-dashboard{
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 380px;
    z-index: 9;
}
.right-side-padding{
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 111px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: transparent;
}
/*.profile-set-dash .dropdown:hover .dropdown-menu{*/
/*    margin-left: 0rem ;*/
/*}*/
/*.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    margin-top: 0;*/
/*  }*/
.profile-set-dash button{
    border-radius: 8px;
    border: 1px solid #C2C6CE;
    background: #FFF;
    padding: 4px 10px;
    color: #262A2E;
    font-size: 14px;
    font-weight: 400;
}
.profile-set-dash button:focus{
    box-shadow: none;
}
.profile-set-dash .dropdown ul{
    border-radius: 16px;
    padding: 20px ;
}
.profile-set-dash .dropdown ul input{
    border-radius: 800px;
    background: #FFF;
    font-size: 12px;
    box-shadow: 0px 0px 14px 0px rgba(47, 52, 58, 0.15);
    padding: 8px 12px;
    margin-bottom: 15px;
}
.profile-set-dash .dropdown ul label{
    color: #1ABEFD;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.list-member{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.list-profile img{
    max-width:30px;
    width:30px;
    border-radius: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-name h3{
    color: #262A2E;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0%;
}
.list-name h4{
    color: #212529;
    font-size: 10px;
    font-weight: 400;
}
.profile-set-dash .dropdown{
    margin: 0 0 0 10px !important;
    }
.profile-set-dash .dropdown-menu{
        min-width: 20rem !important;
}
.list-member input{
    border-radius: 0% !important;
    width: 14px !important;
    height: 14px !important;
    padding: 0% !important;
    margin-right: 10px !important;
}
.cancel-apply{
    padding: 8px 0 0 0;
    border-top: 1px solid #DDD;
    display: flex;
    justify-content: space-between;
}
.btn.cancel-btn{
    border-radius: 8px;
    border: 1px solid #FCB401;
    background: #FCB401;
    padding: 5px 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.btn.apply-btn{
    border-radius: 8px;
    border: 1px solid #1ABEFD !important;
    background: #1ABEFD !important;
}
.btn.cancel-btn:focus{
    box-shadow: none !important;
}
.profile-set-dash .dropdown ul input:focus{
    border-color: #1ABEFD;
}
.member-list-height{
    height: 300px;
    overflow: hidden;
    white-space: inherit;
    overflow-y: scroll;
}
.member-list-height::-webkit-scrollbar {
    height: 5px;
    width: 3px;
   
}

.member-list-height::-webkit-scrollbar-thumb {
    background: #ffffff00;
    border-radius: 40px;
}

.member-list-height::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    border-radius: 40px;
}
.profile-date{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
}

/* body {
    font-family: Arial, sans-serif;
} */

.date-picker-container {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.date-input {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 12px;
    color: #262A2E;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-between;
 
}
/* 
.date-input span {
    margin-left: 10px;
} */

.date-picker {
    display: none;
    position: absolute;
    top: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    z-index: 10;
    margin-left: -21rem;
}
.date-pickerweek {
    display: none;
    position: absolute;
    top: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    z-index: 10;
    margin-left: -23rem;
}
.date-picker-modal{
    margin-left:0rem !important;
}

.months {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.month-container {
    margin: 0 10px;
}

.month-name {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}

.month {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.day-name, .day {
    text-align: center;
}

.day-name {
    font-weight: bold;
    font-size: 12px;
}

.day-name1, .day1 {
    text-align: center;
}

.day-name1 {
    font-weight: bold;
    font-size: 12px;
}

.day-name2, .day2 {
    text-align: center;
}

.day-name2 {
    font-weight: bold;
    font-size: 12px;
}

.day {
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 12px;
}

.day:hover {
    background-color: #ddd;
}


.day1 {
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 12px;
}

.day1:hover {
    background-color: #ddd;
}

.day2 {
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 12px;
}

.day2:hover {
    background-color: #ddd;
}

.selected {
    background-color: #007bff !important;
    color: #fff;
}

.in-range {
    background-color: #cce5ff;
    color: #000;
}

.disabled {
    background-color: #e0e0e0;
    color: #a0a0a0;
    pointer-events: none;
}

.actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.actions button {
    padding: 5px 10px;
    border: none;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}

#cancelBtn {
    background-color: #f44336;
    color: white;
}

#applyBtn {
    background-color: #4CAF50;
    color: white;
}
#cancelBtns {
    background-color: #f44336;
    color: white;
}

#applyBtns {
    background-color: #4CAF50;
    color: white;
}
#cancelBtn2 {
    background-color: #f44336;
    color: white;
}

#applyBtn2 {
    background-color: #4CAF50;
    color: white;
}

.current-day {
    background-color: #ffff66; /* Yellow background for current day */
    border-radius: 50%; /* Optional: Add rounded corners to highlight */
}

.nav-btn {
    background-color: #1ABEFD;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
}

.nav-btn:hover {
    background-color: #1ABEFD;
}
.main-profile-drop{
    margin-left: 10px;
}
/*.main-profile-drop .dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/
.main-profile-drop .dropdown button img{
    border: 1px solid #1ABEFD;
    max-width: 50px;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0%;
    border-radius: 50%;
}
.main-profile-drop .dropdown button{
    padding: 0%;
}
.main-profile-drop .dropdown button:focus{
    box-shadow: none;
}
.main-profile-drop .dropdown ul{
    border-radius: 16px;
    padding: 10px;
    margin-left: -8rem;
    color: #262A2E;
    font-size: 14px;
    font-weight: 400;
}
.main-profile-drop .dropdown ul .dropdown-item:focus, .dropdown-item:hover{
    background-color: #1abdfd4b;
}
.all-page-tab ul li button {
    padding: 8px 16px;
    border-color: none;
    color: #262A2E;
    font-size: 14px;
    font-weight: 400;
}
.all-page-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color:transparent ;
    color: #1ABEFD ;
    border-bottom: 2px solid #1ABEFD ;
}
.yellow ul li button i{
    background-color: transparent !important;
}
.yellow.show .nav-link, .nav-tabs .nav-link.active{
    color: #FCB401 !important;
    border-bottom: 2px solid #FCB401 !important;
    background-color: transparent;
}
.nav-link:hover {
    color: #FCB401;
    border:1px solid transparent !important;
}
.all-white-design{
    border-radius: 16px;
    background: #FFF;
    padding: 20px 15px;
    height: 100%;
}
.all-white-box{
    text-align: start;
    padding: 16px;
}
.all-white-box h3{
    color: #262A2E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.all-white-box h4{
    color: #262A2E;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    align-items: center;
}
.all-white-box h4 span{
    border-radius: 8px;
    background: #F3F7EE;
    padding: 5px;
    color: #527F22;
    font-size: 10px;
    font-weight: 500;
}
.all-white-box h5{
    color: #474E5D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0%;
}
.right-border-dashboard{
    border-right: 1px solid #F3F4F5;
}
.bottom-border-dashboard{
    border-bottom: 1px solid #F3F4F5;
}
.red{
    color: #E63D05 !important;
}
.red span{
    color: #E63D05 !important;
    background: #FFF0EB !important;
}
.complete-pendding{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.complete-pendding h3{
    color: #474E5D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
.blue{
    color: #1ABEFD !important;
}
.pink{
    color: #F82B60 !important;
}
.complete-pendding h4{
    color: #262A2E;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0%;
    text-align: center;
}
.border-right-chart{
    padding-right: 15px;
    border-right: 1px solid #DDE0E4;
    margin-right:15px ;
}
.green{
    color: #669F2A !important;
}
.nav-tabs{
    border-bottom: none;
}
.apexcharts-toolbar{
    display: none !important;
}
.margin-right{
    /*margin-right: 10rem;*/
}
.margin-right-two{
    /*margin-right: 10rem;*/
}
.margin-right i {
    color: #FCB401;
}
.margin-right a {
    color: #FCB401;
}
.task-today {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.task-today h2{
    color: #262A2E;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0%;
}
.task-today h2 span{
    color: #474E5D;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}
.task-today input{
    border-radius: 8px;
    border: 1px solid #C2C6CE;
    background: #FFF;
    padding: 6px 12px;
    width: 9rem;
}
.task-today input:focus{
    box-shadow: none;
    border-color: #1ABEFD;
}
.task-list-design{
    border-radius: 16px;
    background: #FFF;
    padding: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    position:relative;
}

.weekly-task-list-design{
    border-radius: 16px;
    background: #FFF;
    padding: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    position:relative;
}

.task-list-designnn{
    position:absolute;
    right: 0 !important;
    top: -12px !important;
}
.task-list-designnn h6{
    border-radius: 0px 16px !important;
    background: #FF4405 !important;
    color: #FFF !important;
    text-align: center !important;
    font-size: 10px;
    padding:5px 8px;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    text-transform: capitalize !important;
    margin-bottom:0% !important;
}
.low-class h6{
    background: #E5C103 !important;
}
.medium-class h6{
    background: #EF6820 !important; 
}
.task-list-design h6{
    color: #474E5D;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 0%;
    /*white-space: nowrap;*/
}
.task-list-design a{
    border-radius: 8px;
    background: rgba(252, 180, 1, 0.10);
    color: #FCB401;
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 500;
    padding: 8px;
    text-transform: capitalize;
}
.task-list-design a:hover{
    color: #FCB401;
}
.task-list-design a:focus{
    box-shadow: none;
}


.weekly-task-list-design h6{
    color: #474E5D;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 0%;
    /*white-space: nowrap;*/
}
.text-endd h6{
    white-space: nowrap;
}
.weekly-task-list-design a{
    border-radius: 8px;
    background: rgba(252, 180, 1, 0.10);
    color: #FCB401;
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 500;
    padding: 8px;
    text-transform: capitalize;
}
.weekly-task-list-design a:hover{
    color: #FCB401;
}
.weekly-task-list-design a:focus{
    box-shadow: none;
}



   .progress-container {
        position: relative;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
    }
   .progress-chart {
        width:auto;
        height: 100%;
    }
    
    
       .weekly-progress-container {
        position: relative;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
    }
   .weekly-progress-chart {
        width:auto;
        height: 100%;
    }
    
  
    
     .progress-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #474E5D;
        font-size: 10px;
        font-weight: 700;
        margin-bottom: 0%;
    }
    .task-list-design:hover {
        /* padding: 8px; */
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        -o-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
        transition: 0.4s;
        z-index: 1;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
    
       .weekly-task-list-design:hover {
        /* padding: 8px; */
        -webkit-transform: scale(1.02, 1.02);
        -moz-transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02);
        -o-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
        transition: 0.4s;
        z-index: 1;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
    
    
    
    .red-pending{
        background-color: rgba(255, 68, 5, 0.10) !important;
        color: #FF4405 !important;
    }
    .vinayak-inovation{
        position: relative;
        /* z-index: 9; */
    }
    .vinayak-inovation h3{
        color: #262A2E;
        font-size: 14px;
        font-weight: 600;
        margin-right: 15px;
        margin-bottom: 6px;
        cursor: pointer;
        white-space: nowrap;
    }
    .vinayak-inovation h4{
        border-radius: 8px;
        border: 1px solid #669F2A;
        color: #669F2A;
        text-align: center;
        font-size: 10.5px;
        font-weight: 500;
        margin-right: 6px;
        margin-bottom: 6px;
        letter-spacing: 0.3px;
        white-space: nowrap;
        padding: 5px 10px;
    }
    .vinayak-inovation h5{
        color: #474E5D;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0%;
    }
    .blue-border{
         border: 1px solid #1ABEFD !important;
    }
    
    
    .under {
    /* border: 1px solid #1ABEFD !important; */
    font-size: 16px;
    margin-bottom: 0;
    border: none;
    margin-right: 10px;
    text-transform: capitalize;
}

  .complete {
    /* border: 1px solid #1ABEFD !important; */
    font-size: 16px;
    margin-bottom: 0;
    border: none;
    margin-right: 10px;
    text-transform: capitalize;
}
    .orange{
        border: 1px solid #FF4405 !important;
        color: #FF4405 !important;
    }
    .v-call-reciver-part {
        width: 100%;
        box-sizing: border-box;
    }
    
    .v-call-reciver-part {
        position: relative;
    }
    .live-call-with-chat-box {
        display: flex;
        flex-direction: row;
    }
    .chat-section-live-call.show-chat {
        width: 60%;
        position: relative;
        margin-left: 15px;
        display: block;
    }
    .chat-section-live-call {
        display: none;
        width: 0;
        /*overflow: hidden;*/
        box-sizing: border-box;
        transition: width 0.3s ease;
    }
    .sidebar-show{
        border-radius: 16px 16px 0px 0px;
        border-bottom: 1px solid #DDE0E4;
        background: #FFF;
        margin-right: 0px;
        display: flex;
        align-items: center;
       justify-content: space-between;
    }
    .sidebar-show .dropdown button {
        cursor: pointer;
        background-color: transparent;
        border-radius: 50%;
        height: 30px;
        color: #262a2e;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar-show .dropdown button:hover{
        background-color: rgba(0, 0, 0, 0.175);
        transition: 0.6s;
    }
    .sidebar-show .dropdown button:focus{
        box-shadow: none;
    }
    .btn.send-msg-show:focus{
        box-shadow: none;
    }
    .btn.send-msg-show{
        display: flex;
        padding: 5px 10px;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        border-radius: 8px;
        background: #1ABEFD;
        color: #FFF;
        text-align: center;
        font-size: 10px;
        font-weight: 500;
        text-transform: capitalize;
        margin-right: 30px;
    }
    .close-btn{
        display: flex;
        align-items: center;
    }
    .close-btn i{
        cursor: pointer;
        background-color: transparent;
        border-radius: 50%;
        height: 30px;
        color: #262a2e;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .close-btn i:hover{
        background-color: rgba(0, 0, 0, 0.175);
        transition: 0.6s;
        /* transform: scale(1.25); */
    }
    .p-25{
        padding: 20px;
        background-color: #fff;
        /* margin-right: 15px; */
    }
    .vinayk-txt h2{
        color: #262A2E;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .vinayk-txt p{
        color: #474E5D;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .task-list-side{
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px ;
    }
    .task-list-side h3{
        color: #262A2E;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0%;
    }
    .task-list-side a{
        color: #1ABEFD;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0%;
    }
    .task-list-detail{
        border-radius: 16px;
        border: 1px solid #E7E7E7;
        background: #FFF;
        padding: 16px;
        margin-bottom: 10px;
    }
    .duplicate-task-id{
        border: 1px solid #DDE0E4 !important;
        background: rgba(231, 231, 231, 0.50) !important;
    }
    .task-id{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .task-id img{
        max-width: 32px;
        height: 32px;
        width: 100%;
        border-radius: 50%;
        display: flex;
        margin-right: 13px;
    }
    .task-id input:focus{
        box-shadow: none;
    }
    .task-id h6{
        color: #1ABEFD;
        font-size: 10px;
        font-weight: 600;
        text-transform: capitalize;
        margin-right: 5px;
        margin-bottom: 0%   ;
    }
    .task-id h3{
        color: #262A2E !important;
        font-size: 14px;
        font-weight: 500;
        margin-top: 4px;
        margin-bottom: 0px;
    }
    .task-id h4{
        color: #262A2E !important;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 0px;
        opacity: .6;
    }
    .task-id .dropdown button{
        cursor: pointer;
        background-color: transparent;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        color: #262a2e;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .task-id .dropdown button:hover{
        background-color: rgba(0, 0, 0, 0.175);
        transition: 0.6s;
    }
    .task-id .dropdown button:focus{
        box-shadow: none;
    }
    .task-list-detail p{
        color: #474E5D;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 12px;
    }
    .btn.btn-cmp:focus{
        box-shadow: none;
    }
    .btn.btn-cmp{
        border-radius: 8px;
        background: #669F2A;
        padding:6px 8px;
        color: #FFF;
        text-align: center;
        font-size: 10px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .btn-pnd{
        background: #FF4405 !important;
    }
    .t-pe{
        color: #FF4405 !important;
    }
    .btn-yellow{
        background: #FCB401 !important;
    }
    .daily-task-height{
        /*height: 750px !important;*/
        /*overflow: hidden;*/
        /*overflow-y: scroll;*/
        /* padding-right: 10px; */
    }
    .daily-task-height::-webkit-scrollbar {
        height: 5px;
        width: 1px;
        margin-left: 5px;
    }
    
    .daily-task-height::-webkit-scrollbar-thumb {
        background: #00009600;
        /* background: #eff1f5; */
        border-radius: 40px;
    }
    
    .daily-task-height::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0);
        border-radius: 40px;
    }
    .active-project-txt{
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        margin-bottom: 30px;
    }
    .active-project-txt a{
        /* border-radius: 800px; */
        border: 1px solid #FFF;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
        width: 30px ;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        color: #262A2E;
        justify-content: center;
    }
    .active-project-txt h2{
        color: #262A2E;
        font-size: 20px;
        font-weight: 500;
        margin-right: 20px;
        margin-bottom: 0%;
    }
    .active-project-txt label {
        color: #262A2E;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0%;
        width: 30%;
        margin-right: 10px;
    }
    .active-project-txt select{
        border-radius: 8px;
        border: 1px solid #C2C6CE;
        /*background: #FFF;*/
        color: #262A2E;
        font-size: 14px;
        font-weight: 400;
    }
    .active-project-txt select:focus{
        box-shadow: none;
    }
    .active-pro-design{
        padding:20px;
        border-radius: 16px;
        background: #FFF;
        margin-bottom: 30px;
        position: relative;
    }
    .w-60{
        width: 50%;
    }
    .active-pro-profile{
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .active-pro-profile h4{
        color: #474E5D;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0%;
    }
    .active-pro-design:hover .active-pro-profile h4{
        color: #1ABEFD;
    }
    
   .active-pro-profile img{
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        border:1px solid #1ABEFD;
        margin-bottom: 0%;
        border-radius: 50%;
        background: #fff;
        max-width: 48px;
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: center;
        margin-right: 15px;
        align-items: center;
   }
   .active-pro-profile h3{
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0%;
        border-radius: 50%;
        border:1px solid #1ABEFD;
        background: #F63D68;
        max-width: 48px;
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: center;
        margin-right: 15px;
        align-items: center;
   }
   .avatar-group {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*margin-left: -10px; */
    border: 2px solid white;
}
.nav-segmented-filled-tabs > .nav-item > .nav-link.active {
    color: #1ABEFD !important;
    background: #fff !important;
    border-color: #fff !important;
}
.file-block .sh-files li:hover .media .media-body .file-name{
    color: #1ABEFD !important;
}
p.file-size{
    color: #474e5d !important;
}
.more-avatars {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -10px;
    background-color: #ffe3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #f44336;
    border: 2px solid white;
}
.active-pro-design h5{
    color: #474E5D;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0%;
    margin-right: 15px;
}
.active-pro-design .dropdown button:focus{
    box-shadow: none;
}
.active-pro-design-two{
    border-radius: 16px;
    border: 1px dashed #DDE0E4;
    background: #FFF;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.active-pro-design-two a{
    border-radius: 8px;
    border: 1px solid #DDE0E4;
    display: flex;
    width: 100%;
    color: #212529;
    justify-content: center;
    padding: 10px;
}
.team-pic img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: fill;
    max-width: 70px;
    border: 2px solid #1abefd;
    margin-right: 15px;
}
.active-pro-design-ss{
    border-radius: 16px;
    background: #FFF;
    padding: 20px;
    margin-bottom: 70px;
    position: relative;
}
.team-awrd {
    width: 40px;
    position: absolute;
    top: -20px;
    right: 15px;
}
.active-pro-design-ss h2{
    color: #262A2E;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 5px;
}
.active-pro-design-ss h2 span{
    margin-left:10px;
    border-radius: 50%;
    background-color: #6172F3;
    color: #6172F3;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 0%;
    font-size: 1px;
}
.active-pro-design-ss h3{
    color: #474E5D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0%;
}
.active-pro-design-ss .dropdown button{
    box-shadow: none;
}
.active-pro-design-ss .dropdown button ul{
    margin: 0px 0px 0px -5rem;
    
}
/*.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    margin-top: 0;*/
/*    margin-left: -10rem;*/
/*}*/
.pb-30{
    margin-bottom: 30px !important;
}
.text-endd{
    text-align: end;
    margin-left: 15px;
}
.mm-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-detail{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-detail h4{
    color: #474E5D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0%;
}
.contact-detail h5{
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 0%;
}
.contact-detail img{
    display: flex;
    margin: auto;
}
.img-icon .dropdown button:focus{
    box-shadow: none;
}
/*.img-icon .dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    margin-top: 0;*/
/*    margin-left: 0px;*/
/*}*/
.img-icon .dropdown ul{
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 40px, 0px);
}
.form-edit label{
    color: #262A2E;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-edit label span{
    color: #474E5D;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0%;
}
.form-edit textarea{
    border-radius: 8px;
    border: 1px solid #C2C6CE;
    background: #FFF;
}
.form-edit textarea:focus{
    box-shadow: none;
}
.form-edit input{
    border-radius: 8px;
    border: 1px solid #C2C6CE;
    background: #FFF;
    /*padding: 6px 17px;*/
}
.form-edit input:focus{
    border: 1px solid #1ABEFD;
    box-shadow: none;
}

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    padding: 20px;
    cursor: pointer;
    width: 120px;
    height: auto;
}
.upload-container img {
    max-width: 100%;
    display: none;
}
.upload-container .upload-placeholder {
    display: block;
    text-align: center;
}
.form-edit h3{
    color: #1ABEFD;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0%;
    text-align: start;
}
.form-header h5{
    color: #262A2E;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0%;
}
.form-header{
    align-items: center;
    border-bottom: none;
}
.form-footer{
    border-top: none;
}
.form-header a{
    color: #262A2E;
    border-radius: 50%;
}
.form-header a:hover{
    background-color: rgba(0, 0, 0, 0.175);
    transition: 0.6s;
    border-radius: 50%;
}
.btn.cancel-modal-btn:focus{
    box-shadow: none;
}
.btn.save-modal-btn:focus{
    box-shadow: none;
}
.btn.save-modal-btn{
    border: 1px solid #1ABEFD !important;
    background: #1ABEFD !important;
}
.btn.cancel-modal-btn{
    border-radius: 8px;
    border: 1px solid #474E5D;
    background: #474E5D;
    padding: 6px 14px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.all-modal-design{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: auto;
    background-color: #000;
}
/* .tsas-sele:focus{
    box-shadow: none;
    border: 1px solid #474e5d00;
}
.tsas-sele{
    border-radius: 800px;
    border: 1px solid #474E5D;
    background: #474E5D;
    padding: 6px 16px;
    color: #FFF;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    width: max-content;
}
.green-sele{
    border: 1px solid #4CAF50;
    background: #4CAF50;
}
.orange-sele{
    border: 1px solid #FF4405;
    background: #FF4405;
}
.sky-sele{
    border: 1px solid #1ABEFD;
    background: #1ABEFD;
}
.spl-sele{
    border-radius: 16px;
    background-color: #fff;
} */
.button-container {
    display: flex;
    gap: 10px;
    padding: 20px;
}

.dropbtn {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 6px 14px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    border-radius: 54px;
}
.dropbtns {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 6px 14px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    border-radius: 54px;
}
.dropbtnss {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 6px 14px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    border-radius: 54px;
}

.to-do {
    background-color: #343a40; /* Dark Gray */
}

.pending {
    background-color: #ff5722; /* Orange */
}

.done {
    background-color: #03a9f4; /* Light Blue */
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    border-radius: 16px;
    padding: 10px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-contents {
    display: none;
    border-radius: 16px;
    padding: 10px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-contentss {
    display: none;
    border-radius: 16px;
    padding: 10px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
/* .frm-control-to{
    padding: 12px 10px 12px 45px;
    background-image: url(../image/calendar-days-regular.svg);
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.4875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
} */
.dropdown-content a {
    color: black;
    font-weight: 500;
    padding: 10px ;
    text-decoration: none;
    display: block;
    font-size: 14px;
    margin-bottom: 0%;
}

.dropdown-content a:hover {
    background-color: #e3e3e3;
}

/*.dropdown:hover .dropdown-content {*/
/*    display: block;*/
/*}*/


.dropdown-contents a {
    color: black;
    font-weight: 500;
    padding: 10px ;
    text-decoration: none;
    display: block;
    font-size: 14px;
    margin-bottom: 0%;
}

.dropdown-contents a:hover {
    background-color: #e3e3e3;
}

/*.dropdown:hover .dropdown-contents {*/
/*    display: block;*/
/*}*/



.dropdown-contentss a {
    color: black;
    font-weight: 500;
    padding: 10px ;
    text-decoration: none;
    display: block;
    font-size: 14px;
    margin-bottom: 0%;
}

.dropdown-contentss a:hover {
    background-color: #e3e3e3;
}

/*.dropdown:hover .dropdown-contentss {*/
/*    display: block;*/
/*}*/





.dropbtns.to-do {
    background-color: #343a40;
}
.dropbtns.pending {
    background-color: #ff5722;
}
.dropbtns.done {
    background-color: #03a9f4;
}
.dropbtns.complete {
    background-color: #4CAF50;
}


.dropbtnss.to-do {
    background-color: #343a40;
}
.dropbtnss.pending {
    background-color: #ff5722;
}
.dropbtnss.done {
    background-color: #03a9f4;
}
.dropbtnss.complete {
    background-color: #4CAF50;
}













.dropdown:hover .dropbtn {
    background-color: #03a9f4;
}
.dropdown:hover .dropbtns {
    background-color: #03a9f4;
}
.dropdown:hover .dropbtnss {
    background-color: #03a9f4;
}
.comment-editor textarea:focus{
    box-shadow: none;
    border: none;
}
.comment-editor textarea{
    border-radius: 8px;
    border: none;
    /* position: absolute; */
}
.comment-editor a{
    display: flex;
    justify-content: end;
}
.comment-editor{
    border-radius: 8px;
    border: 1px solid #1ABEFD;
    background: #FFF;
    margin-bottom: 10px;
}
.comment-editor a span{
    border-radius: 8px 0 0 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 12px;
    border-right: 1px solid #fff;
}
.comment-editor a i{
    border-radius: 0px 0px 5px 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
}


.comment-editor0 textarea:focus{
    box-shadow: none;
    border: none;
}
.comment-editor0 textarea{
    border-radius: 8px;
    border: none;
    /* position: absolute; */
}
.comment-editor0 a{
    display: flex;
    justify-content: end;
}
.comment-editor0{
    border-radius: 8px;
    border: 1px solid #1ABEFD;
    background: #FFF;
    margin-bottom: 10px;
}
.comment-editor0 a span{
    border-radius: 8px 0 0 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 12px;
    border-right: 1px solid #fff;
}
.comment-editor0 a span.add-link{
    border-radius: 0 8px 0 8px;
    background: #f3f4f5;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 12px;
    border-right: 1px solid #fff;
}
.comment-editor0 a i{
    border-radius: 0px 0px 5px 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
}


.sub-task-editor textarea:focus{
    box-shadow: none;
    border: none;
}
.sub-task-editor textarea{
    border-radius: 8px;
    border: none;
    /* position: absolute; */
}
.sub-task-editor a{
    display: flex;
    justify-content: end;
}
.sub-task-editor{
    border-radius: 8px;
    border: 1px solid #1ABEFD;
    background: #FFF;
    margin-bottom: 10px;
}
.sub-task-editor a span{
    border-radius: 8px 0 0 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 12px;
    border-right: 1px solid #fff;
}
.sub-task-editor a i{
    border-radius: 0px 0px 5px 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
}

.description-editor textarea:focus{
    box-shadow: none;
    border: none;
}
.description-editor textarea{
    border-radius: 8px;
    border: none;
    /* position: absolute; */
}
.description-editor a{
    display: flex;
    justify-content: end;
}
.description-editor{
    border-radius: 8px;
    border: 1px solid #1ABEFD;
    background: #FFF;
    margin-bottom: 10px;
}
.description-editor a span{
    border-radius: 8px 0 0 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 12px;
    border-right: 1px solid #fff;
}
.description-editor a i{
    border-radius: 0px 0px 5px 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
}



.comment-sectionsection textarea:focus{
    box-shadow: none;
    border: none;
}
.comment-section textarea{
    border-radius: 8px;
    border: none;
    /* position: absolute; */
}
.comment-section a{
    display: flex;
    justify-content: end;
}
.comment-section{
    border-radius: 8px;
    border: 1px solid #1ABEFD;
    background: #FFF;
    margin-bottom: 10px;
}
.comment-section a span{
    border-radius: 8px 0 0 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 12px;
    border-right: 1px solid #fff;
}
.comment-section a i{
    border-radius: 0px 0px 5px 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
}




.comment-section1section textarea:focus{
    box-shadow: none;
    border: none;
}
.comment-section1 textarea{
    border-radius: 8px;
    border: none;
    /* position: absolute; */
}
.comment-section1 a{
    display: flex;
    justify-content: end;
}
.comment-section1{
    border-radius: 8px;
    border: 1px solid #1ABEFD;
    background: #FFF;
    margin-bottom: 10px;
}
.comment-section1 a span{
    border-radius: 8px 0 0 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 12px;
    border-right: 1px solid #fff;
}
.comment-section1 a i{
    border-radius: 0px 0px 5px 0px;
    background: #1ABEFD;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.user-image{
    height: 50px;
    width: 50px;
border-radius: 50%;
    
}
.user-image-header{
    height: 25px;
    width: 25px;
border-radius: 50%;
    
}
.selector-container {
    position: relative;
    width: 100%;
    /* margin: 100px auto; */
}
.selector-container1 {
    position: relative;
    width: 100%;
    /* margin: 100px auto; */
}
#employee-inputs{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #C2C6CE;
    background: #FFF;
    padding: 6px 17px;
    box-sizing: border-box;

}
#employee-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #C2C6CE;
    background: #FFF;
    padding: 6px 17px;
    box-sizing: border-box;
}

.employee-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    display: none;
    z-index: 1;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}

.employee-list li {
    padding: 10px;
    color: #262A2E;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.employee-list li:hover {
    background-color: #f0f0f0;
}
.employee-list li span{
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1ABEFD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    font-size: 10px;
    padding: 12px;
}
.employee-list li  img{
    border-radius:50%;
    height:25px;
    width:25px;
    border: 1px solid #1ABEFD;
    margin-right:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    object-fit:cover;
}
.employee-list li:nth-child(odd) span {
    background-color: #1ABEFD;
}

.employee-list li:nth-child(even) span {
    background-color: #669F2A;
}
.cat-drlr li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cat-drlr li span{
    color: #669F2A !important;
    background: none;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background-color: transparent !important;
}
.form-edit .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    padding: 0;
}
/* .icon {
} */
/* .modal-che .form-check-input{
    padding: 0%;
} */
 .modal-c a{
    width: 28px;
    height: 28px;
    color: #262A2E;
    border: 1px solid #DDE0E4;
    border-radius: 50%;
    background: #DDE0E4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
 }
 .modal-c a:hover{
    background-color: #1ABEFD;
    color: #fff;
 }
 .spl-modall{
    display: flex ;
    width: 28px ;
    height: 28px ;
    align-items: center ;
    justify-content: center ;
    display: flex ;
    border: 1px solid #DDE0E4 ;
    border-radius: 50%;
    margin-left: 8px;
    background: #DDE0E4;
 }
.spl-modall:hover{
    background-color: #1ABEFD;
    color: #fff;
}
.spl-modall:focus{
    box-shadow: none;
}

.icon.V {
    color: blue;
}

.icon.M {
    color: green;
}
.modal-date-picker{
    margin-left: 0% !important;
}

.modal {
    background-color: rgb(0 0 0 / 30%);
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .0);
}
.form-select{
    border-radius: 8px;
}
.form-select:focus{
    border: 1px solid #C2C6CE;
    box-shadow: none;
}
label.small-label{
    color: #474E5D;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.38px;
}
.member-hr{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.member-hr h3 {
    width: 100%;
    max-width: fit-content;
    margin-right: 10px;
}
.member-hr hr {
    width: -webkit-fill-available;
}
.table>:not(caption)>*>*{
    display: table-cell;
    vertical-align: middle;
}
.projectflx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-flx-ss{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.team-flx-sss {
    display: flex;
    align-items: center;
    /*margin-right: 16px;*/
}
.edit-delete-icon {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    top: -15px;
    right: 15px;
    visibility: hidden;
}
.hover-edit-delete:hover .edit-delete-icon {
    visibility: visible;
}
.edit-delete-icon a.edit-btn{
    color: green;
}
.edit-delete-icon a.delete-btn{
    color: red;
}
.edit-delete-icon a{
    margin: 5px;
    border-radius: 50%;
    height: 12px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: red;
}
.first-rank img{
    filter: drop-shadow(2.5px 2.5px 5px #f82b60);
}
.second-rank img{
    filter: drop-shadow(2.5px 2.5px 5px #1ABEFD);
}
.third-rank img{
    filter: drop-shadow(2.5px 2.5px 5px #fcb401);
}
select.select-field option{
    padding:10px !important;
}

.taskboard-imgss{
    width: 40px;
    max-width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: 5px;
}

.figma-boxx{
    display:flex;
    align-items:center;
    padding: 15px;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 25px;
    justify-content: space-between;
    padding-inline: 13px;
    position: relative;
}
.figma-boxx:hover .edit-delete-icon{
    visibility: visible;
}
.figma-boxx img{
    width:40px;
    height:40px;
    object-fit:contain;
    background:none;
    border-radius:50%;
    margin-right:15px;
}
.figma-boxx h6{
    font-size:14px;
    margin-bottom:0;
    font-weight:500;
    color:#262A2E;
}

.figma-box-style{
  color: #fff;
  padding: 10px;
  border-radius: 50%; 
  width: 40px; 
  height: 40px; 
  display: flex;
  align-items: center; 
  justify-content: center;
  margin: 0; 
  margin-right: 15px; 
  border: solid 2px #000;
}

/*/ Custom select  /*/

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    display: none;
}

.custom-select-label {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

.custom-select-options {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
}

.custom-select-wrapper:hover .custom-select-options {
    display: block;
    padding: 0px;
    margin: 0px;
    border: 1px solid rgb(204, 204, 204);
    position: absolute;
    width: 100%;
    overflow-y: auto;
    z-index: 1;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
}

.custom-select-options div {
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-select-options div:hover {
    background-color: #f1f1f1;
}

.custom-select-options div span{
    color: #669F2A !important;
    background: none;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background-color: transparent !important;
}

/*/ End custom select  /*/




/*/ Custom select week /*/

.custom-select-wrapper-week {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    display: none;
}

.custom-select-label-week {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

.custom-select-options-week {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
}

.custom-select-wrapper-week:hover .custom-select-options-week {
    display: block;
    padding: 0px;
    margin: 0px;
    border: 1px solid rgb(204, 204, 204);
    position: absolute;
    width: 100%;
    overflow-y: auto;
    z-index: 1;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
}

.custom-select-options-week div {
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-select-options-week div:hover {
    background-color: #f1f1f1;
}

.custom-select-options-week div span{
    color: #669F2A !important;
    background: none;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background-color: transparent !important;
}

/*/ End custom select week  /*/




 /*birday-annniversary*/
 #confetti{
  position: absolute;
  width: 100%;
}
 /*birday-annniversary*/


/*/ Custom select new /*/

.custom-select-wrapper-new {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    display: none;
}

.custom-select-label-new {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

.custom-select-options-new {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
}

.custom-select-wrapper-new:hover .custom-select-options-new {
    display: block;
    padding: 0px;
    margin: 0px;
    border: 1px solid rgb(204, 204, 204);
    position: absolute;
    width: 100%;
    overflow-y: auto;
    z-index: 1;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
}

.custom-select-options-new div {
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-select-options-new div:hover {
    background-color: #f1f1f1;
}

.custom-select-options-new div span{
    color: #669F2A !important;
    background: none;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background-color: transparent !important;
}

/*/ End custom select week  /*/

.bg-cmt{
    border: 1px solid #dde0e4;
    background-color: #fef3ed;
}
.profile-set-dash button:hover{
    border: 1px solid #C2C6CE;
}
.sidebar-show .dropdown button:hover{
    /* background-color: rgba(0, 0, 0, 0.175);
    transition: 0.6s; */
}
.sidebar-show .dropdown button:active{
    border-color: white;
}
/*.dropdown:hover .dropdown-menu.status-task{*/
/*    margin-left: 0;*/
/*}*/
.password-toggle {
    position: relative;
}

.toggle-btn {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* 09/08/2024  */
.small-logo {
    margin-bottom: 30px;
}
.side-link ul{
    list-style: none;
    padding: 0;
}
.main-department{
    text-align: center;
}
.main-department a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 44px;
}
.main-department a:hover {
    background-color: rgb(255 255 255 / 20%);
}
.main-department a.active{
    background-color: rgb(255 255 255 / 20%);
}
.sticky-side-task{
    position: -webkit-sticky;
    position: sticky !important;
    top: 130px;
}
.p-25.daily-task-height{
    height: 72vh;
    overflow-y: scroll;
}
.iam{
    font-size: 20px;
    padding: 0px 10px 0px 0px;
}
.text{
    font-size: 18px;
    color: #E63D05 !important;
}

/*Switch */

:root {
    --switches-bg-color: #6172F3;
    --switches-label-color: white ;
    --switch-bg-color: white;
    --switch-text-color: #6172F3;
}

/* container for all of the switch elements 
    - adjust "width" to fit the content accordingly 
*/
.switches-container {
    width: 12rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 2rem;
    border-radius: 3rem;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color) ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.border-add-link a {
    border: 1px dashed #c2c6ce;
    color: #262a2e;
    border-radius: 1rem;
    padding: 16px;
    margin-top: 10px;
    text-align: center;
}
.save-flie-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.save-flie-btn button {
    border-radius: 16px 0 16px 0;
}
.btn-soft-primary {
    color: #1ABEFD;
    background-color: #f2f4fe;
    border-color: #f2f4fe;
}
.btn-soft-primary:hover, .btn-soft-primary:focus {
    color: #fff;
    background-color: #1ABEFD;
    border-color: #1ABEFD;
}
.date-picker-two{
    margin-left: -23.4rem !important;
    margin-top: -0.6rem; 
}
.profile-set-dash button:active{
    border: 1px solid #C2C6CE !important;
}
.d-task-img {
    text-align: end;
}
.member-over h3{
    color: #262A2E;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.date-swap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn.btn-date-swap{
    border: 1px solid #C2C6CE;
    color: #000;
    height: 34px;
    width: 100%;
    max-width: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-date-swap:hover{
    border: 1px solid #1ABEFD;
    color: #1ABEFD;
}
.member-over-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.flex-member{
    display: flex;
    white-space: nowrap;
    gap: 20px;
}
.width-fifteen{
    width: 100%;
    max-width: 50%;
}
.width-fourteen{
    width: 100%;
}
.two-chart{
    display: flex;
    width: 100%;
    max-width: 40%;
}

/* media  */

/* 1700 */
@media (max-width: 1900px) {
    .daily-task-height {
        /*height: 80% !important;*/
    }
}
/* 1680 */
@media (max-width: 1700px) {
    .daily-task-height {
        /*height: 855px !important;*/
    }
}

/* 1500 */
@media (max-width: 1680px) {
    .sidebar-show {
        padding: 10px;
    }
    .btn.send-msg-show {
        margin-right: 10px;
    }
}

/* 1440 */
@media (max-width: 1449px) {
    .sidebar-layout{
        padding: 20px;
        width: 240px;
    }
    .right-conte{
        margin-left: 240px;
    }
    .header-dashboard {
        left: 300px;
    }
    .right-side-padding {
        padding-left: 25px;
        padding-right: 25px;
    }
    .chat-section-live-call.show-chat {
    width: 60%;
    position: relative;
    margin-left: -40rem;
    z-index: 1;
    }
    .complete-pendding h4 {
    font-size: 18px;
}
.iam {
    font-size: 18px;
}
}

/* 1280 */
@media (max-width: 1439px) {
    /*.task-list-design {*/
    /*    flex-direction: column;*/
    /*}*/
    /*.task-list-design {*/
    /*    align-items: flex-start;*/
    /*}*/
    /*   .weekly-task-list-design {*/
    /*    flex-direction: column;*/
    /*}*/
    /*.weekly-task-list-design {*/
    /*    align-items: flex-start;*/
    /*}*/ 
    /*.text-endd {*/
    /*    text-align: start;*/
    /*}*/
    .active-pro-design-ss {
        padding: 20px 15px;
    }
    .team-pic img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    margin-right: 10px;
}   
.active-pro-design-ss h2 {
    font-size: 16px;
}
.team-awrd {
    width: 30px;
    top: -15px;
    right: 15px;
}
.all-white-box {
    text-align: start;
    padding: 15px 0 15px 0;
}
.active-pro-profile img {
    font-size: 14px;
    max-width: 30px;
    height: 30px;
    margin-right: 8px;
}
.active-pro-profile h3 {
    font-size: 14px;
    max-width: 30px;
    height: 30px;
    margin-right: 8px;
}
.active-pro-profile {
    margin-bottom: 20px;
}
.active-pro-design {
    padding: 15px;
}
.avatar {
    width: 30px;
    height: 30px;
    border: 2px solid white;
}
.more-avatars {
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.active-pro-design h5{
    margin-right: 5px;
}
.flex-member {
    display: flex;
    white-space: nowrap;
    gap: 5px;
}
}

/* 1200 */
@media (max-width: 1279px) {
    .active-project-txt h2 {
        font-size: 18px;
    }
    .two-chart {
    display: flex;
    width: 100%;
    max-width: 30%;
    flex-direction: column;
    align-items: center;
}
    .flex-member {
        gap: 15px;
    }
        .all-white-box {
        text-align: start;
        padding: 15px;
    }
    .usefull-app-two {
        font-size: 13px;
    }
    .active-pro-design-ss {
        padding: 15px 15px;
    }
    /*.profile-set-dash .dropdown:hover .dropdown-menu {*/
    /*    margin-left: -10rem;*/
        /* transform: translate3d(-152px, 37px, 0px); */
    /*}*/
    .all-white-box h4 span {
          white-space: nowrap;
    }
    /*.projectflx .dropdown:hover .dropdown-menu{*/
    /*    margin-left: -8rem;*/
    /*}*/
     .active-pro-profile h3 {
        max-width: 40px;
        width: 100%;
        height: 40px;
    }
    .active-pro-profile img {
        max-width: 40px;
        width: 100%;
        height: 40px;
    }
     .active-pro-profile h3 {
        max-width: 40px;
        width: 100%;
        height: 40px;
    }
    .active-pro-profile h4 {
        font-size: 12px;
    }
    .profile-date{
        justify-content: center;
    }
    .profile-set-dash .dropdown-menu {
        /*min-width: 36.5rem !important;*/
        /*left: 10rem;*/
    }
    .date-picker {
        margin-left: -10rem;
    }
    .right-side-padding { 
        /*margin-top: 118px;*/
    }
    .right-side-padding {
        padding-left: 25px;
        padding-right: 25px;
    }
    .right-side-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .daily-task-height {
        /*height: 683px !important;*/
    }
    .analytics {
        /*margin-bottom: 10px;*/
    }
    .margin-right a{
        margin-right: 5px;
        font-size: 12px;
        white-space: nowrap;
        padding: 0%;
    }
    .profile-set-dash button {
        white-space: nowrap;
    }
    .date-input {
        white-space: nowrap;
    }
    .margin-right {
        /*margin-right: 9rem;*/
    }
    .chat-section-live-call.show-chat {
        width: 70%;
        position: relative;
        margin-left: -22rem;
        z-index: 1;
    }
    .task-list-design {
        margin-left: 0px;
        margin-right: 0px;
    }
    
      .weekly-task-list-design {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    
    /*.main-profile-drop .dropdown button img {*/
    /*    max-width: 38px;*/
    /*    height: 38px;*/
    /*}*/
    .vinayak-inovation {
        position: relative;
        z-index: 1;
    }
    .profile-set-dash .dropdown ul{
        position: absolute;
        inset: 0px auto auto 0px;
        margin: 0px;
        transform: translate3d(0px, 37px, 0px);

    }
    
.complete-pendding h4 {
        font-size: 16px;
    }
    .all-white-box h4 {
    font-size: 22px;
}
.all-white-design p{
    font-size: 13px;
}
}

/* 1149 */
@media (max-width: 1199px) {
    .mm-heading {
        /*flex-direction: column;*/
    }
        .flex-member {
        display: flex;
        white-space: nowrap;
        gap: 15px;
    }
    .header-dashboard {
        position: initial;
    }
    .right-side-padding {
        margin-top: 0;
    }
        .analytics {
        /*margin-bottom: 10px;*/
    }
    .profile-date {
        gap: 10px 0;
    }

        .right-side-padding {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    .analytics i {
    border-radius: 8px;
    width: 38px;
    height: 38px;
}
.analytics {
    gap: 8px;
}
.analytics h4 {
    font-size: 18px;
}
.sticky-side-task {
    top: 10px;
}
}
/* 992 */
@media (max-width: 1150px) {

        .right-side-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .analytics i {
    border-radius: 8px;
    width: 38px;
    height: 38px;
}
    .flex-member {
        display: flex;
        white-space: nowrap;
        gap: 15px;
        flex-wrap: wrap;
    }
.two-chart {
        max-width: 60%;
        flex-direction: row;
        align-items: center;
    }

.analytics {
    gap: 8px;
}
.profile-set-dash button {
    font-size: 14px;
    width: 2.2rem;
    overflow: hidden;
    padding: 4px;
}
.date-input {
    padding: 6px 6px;
    font-size: 14px;
}
.usefull-app-two a span {
    margin-right: 6px;
}
.analytics h4 {
    font-size: 16px;
}
.date-picker-two {
    margin-left: -24rem !important;
    margin-top: -0.6rem;
}
.p-25 {
    padding: 15px;
}
.vinayk-txt h2 {
    font-size: 16px;
}
}
/* 768 */
@media (max-width: 991px) {
    .iam,
    .text{
        font-size: 15px;
    }
    .dashboard-icon img {
        margin-bottom: 20px;
    }
    .active-project-txt h2 {
        width: -webkit-fill-available;
        margin-right: 10px;
    }
    .two-chart {
        display: flex;
        width: 100%;
        max-width: 57%;
        flex-direction: column;
        align-items: center;
    }
        .analytics h4 {
        display: none;
    }
    .analytics h3 {
    display: none;
}
.analytics {
        gap: 0;
    }
    .main-profile-drop .dropdown button img {
        max-width: 45px;
        height: 45px;
    }
    .task-today h2 {
    font-size: 18px;
}
.all-page-tab ul li button {
    padding: 8px 10px;
}
.vinayak-inovation h5 {
    font-size: 12px;
}
    .chat-section-live-call.show-chat {
        width: 81%;
        position: relative;
        margin-left: -22rem;
        z-index: 1;
    }
}

/* 576 */
@media (max-width: 767px) {

}

/* 525 */
@media (max-width: 575px) {

}

/* 480 */
@media (max-width: 524px) {

}

/* 425 */
@media (max-width: 479px) {

}

/* 375 */
@media (max-width: 424px) {

}

/* 320 */
@media (max-width: 374px) {

}

/* 280 */
@media (max-width: 319px) {

}

