* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-padding-top: 100px;
}

/* Restore Scrollbar Visibility - Matching Teal Theme */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    display: none;
}

/* Show scrollbar ONLY for sidebar main content */
.sidebar-main::-webkit-scrollbar,
.side-link::-webkit-scrollbar {
    display: block !important;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #14B8A6;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0D9488;
}

html {
    scrollbar-width: none;
}

.sidebar-main,
.side-link {
    scrollbar-width: thin;
    scrollbar-color: #14B8A6 transparent;
}

body {
    font-family: "Inter", sans-serif;
    background-color: #EFF1F5;
}

a {
    text-decoration: none;
}

.bg-login {
    background-color: #EFF1F5;
}

.bg-white-login {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(47, 52, 58, 0.15);
    padding: 50px;
}

/*td.sticky-left {*/
/*    background-color: #FFF;*/
/*}*/
.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: 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;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    z-index: 1 !important;
}

.sidebar-main-concept {
    position: relative;
    display: flex;
    flex: 1;
    margin-left: 4rem;
    overflow: scroll;
    z-index: 1;
}

.right-conte {
    flex: 1;
    min-width: 0;
    z-index: 0;
    margin-left: 316px;
    padding: 0%;
}

.right-corner {
    z-index: 1;
}

.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;
    flex: 1;
    overflow-y: auto;
    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: 14px;
    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: 10px 14px 10px 0;
    width: max-content;

}

.usefull-app-two a span {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(47, 52, 58, 0.15);
    padding: 10px 14px;
    margin-right: 15px;
}

.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-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 100px;
}

/*.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: 1rem 0rem 0 -8.5rem;
}

.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;
}

.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: 30px;
}

.complete-pendding h3 {
    color: #474E5D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blue {
    color: #1ABEFD !important;
}

.pink {
    color: #F82B60 !important;
}

.complete-pendding h4 {
    color: #262A2E;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0%;
}

.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: 0 !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;
}

.ddddd h6 {
    background: #E5C103 !important;
}

.sssss 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;*/
}

.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;
}

.black-border {
    border: 1px solid #000000 !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;
}

.chat-section-live-call {
    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-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;
}

.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;
}

.mm-heading {
    display: flex;
    justify-content: space-between;
}

.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 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;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: 5px;
}

.figma-boxx {
    display: flex;
    align-items: center;
    padding: 6px;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 14px;
    justify-content: space-between;
    padding-inline: 13px;
}

.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  /*/

.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%);
}

.user-img img {
    margin-right: 10px;
}

.grid-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 20px;
}













/* 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: 280px;
    }

    .right-conte {
        margin-left: 280px;
    }

    .header-dashboard {
        left: 340px;
    }

    .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;
    }

    .top-report .content h2 {
        font-size: 22px;
    }

    .calendar .calendar-inner .calendar-body div {
        min-height: 35px;
        line-height: 35px;
        margin: 5px 0px;
        height: 35px;
        width: 35px;
    }

    .calendar .calendar-inner .calendar-today-date {
        padding: 4px;
        border-radius: 4px;
    }

    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
    .calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
        font-size: 18px;
    }

    .calendar .calendar-inner .calendar-controls .calendar-next a,
    .calendar .calendar-inner .calendar-controls .calendar-prev a {
        margin: 10px 0 10px 0;
        border-radius: 4px;
        height: 35px;
        width: 35px;
        max-width: 35px;
    }
}

/* 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;
    }

    .calendar .calendar-inner .calendar-body div {
        min-height: 30px;
        line-height: 30px;
        margin: 5px 0px;
        height: 30px;
        width: 30px;
    }

    .calendar .calendar-inner .calendar-controls .calendar-next a,
    .calendar .calendar-inner .calendar-controls .calendar-prev a {
        margin: 10px 0 10px 0;
        border-radius: 4px;
        height: 30px;
        width: 30px;
        max-width: 30px;
    }

    .box .box-body {
        padding: 20px;
    }

    .box .box-head {
        padding: 15px 15px;
    }

    .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;
    }
}

/* 1200 */
@media (max-width: 1279px) {
    .active-project-txt h2 {
        font-size: 18px;
    }

    .all-white-box {
        text-align: start;
        padding: 15px;
    }

    .date-picker-two {
        /*margin-left: -20rem !important;*/
    }

    .available-leave,
    .consumed-leave {
        margin-top: 10px;
    }

    .box .box-body {
        padding: 15px;
    }

    .select-m h4 {
        font-size: 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;
    }

    .mm-heading {
        /*flex-direction: column;*/
    }

    .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: 160px;*/
    }

    .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: 10px;
        margin-right: 0px;
    }

    .weekly-task-list-design {
        margin-left: 10px;
        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);

    }

    .top-report {
        padding: 15px;
        z-index: 1;
        border-radius: 16px;
        height: 100%;
    }
}

/* 992 */
@media (max-width: 1199px) {
    .daterangepicker {
        width: min-content;
    }

    .top-report {
        padding: 25px;
    }

}

/* 768 */
@media (max-width: 991px) {
    .top-report {
        padding: 15px;
    }

    p:last-child {
        font-size: 13px;
    }

    .top-report .content h5 {
        font-size: 15px;
    }

    .user-signin {
        padding: 10px 10px;
    }

    .box .box-body {
        padding: 15px;
    }

    .box .box-head {
        padding: 15px 15px;
    }

    .order-details-customer-info ul li span:first-child {
        margin-right: 15px;
    }

    ul.leave-details {
        padding: 10px 10px;
    }

    .accept-reject {
        padding: 10px 9px;
    }

    .user-img img {
        width: 38px;
        max-width: 38px;
        height: 36px;
        margin-right: 6px;
    }

    .user-name-date h4 {
        font-size: 14px;
    }

    .user-name-date h4 span {
        font-size: 11px;
    }

    .order-details-customer-info ul li span:first-child {
        margin-right: 15px;
        font-size: 13px;
    }

    .order-details-customer-info ul li span {
        font-size: 13px;
    }

    .analytics h4 {
        font-size: 18px;
    }

    .team-img h3 {
        font-size: 17px;
    }

    .add-salary label {
        font-size: 16px;
    }

    .dashboard-icon img {
        margin-bottom: 20px;
    }
}

/* 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) {}

/* Scrollbar CSS */
.sidebar-layout {
    height: 100vh;
    /* Full height */
    display: flex;
    flex-direction: column;
}


.sidebar-main {
    flex-grow: 1;
    overflow: hidden;
    /* Prevents unnecessary scrollbars */
}

.sidebar-main {
    height: calc(100vh - 80px);
    /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 5px;
    /* Avoid scrollbar overlap */
}

/* Custom Scrollbar */
.sidebar-main::-webkit-scrollbar {
    width: 8px;
}

.sidebar-main::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.sidebar-main::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* salary slip  */
.status-dropdown option.status-Pending {
    color: orange;
    background-color: #fff7e6;
}

.status-dropdown option.status-In\ Process {
    color: blue;
    background-color: #e6f0ff;
}

.status-dropdown option.status-complete received {
    color: green;
    background-color: #e6ffe6;
}

.status-dropdown option.status-Done {
    color: purple;
    background-color: #f3e6ff;
}