:root {
    --primary-color: #F38222;
}

html,
body {
    font-family: 'Roboto', sans-serif !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* body {
    overflow-y: overlay;
} */

.redborder {
    border: 1px solid red !important;
}

.hamburger {
    position: relative;
    height: 57px;
    width: 75px;    
    display: flex; 
    align-items: center;  
    left: 30px; 
    background: var(--primary-color);
}

.hamburger.hamburger-left {
    width: 75px;
    left: unset;
    margin-inline: -20px 20px;
}

.hamburger-left img {
    margin-left: 30px;
}

.top-menu-wrapper {
    border-bottom: 1px solid #F19F58;
    height: 58px;
    padding-inline: 20px;
    position: sticky;
    top: 0;
    background: var(--primary-color);
    z-index: 5;
}

.hamburger img {
    display: block;
    width: 18px;
    height: 14px;
    cursor: pointer;
}

.header {
    position: sticky;
    top: 0;
    height: 50px;
    z-index: 99;
}

.header .navbar-brand img {
    margin-left: 60px;
    height: 40px;
}

.header .navbar-brand span {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 3px;
}

.header .navbar {
    padding: 6px 28px;
    background: linear-gradient(94.33deg, #0051BA 23.9%, #003893 99.56%);
    height: 100%;
    background: #FFF;
}

.navbar.nav-navigation .nav-link {
    padding: 8px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
}

.nav-navigation .nav-link.active,
.dashboard-grid-header p span:last-child {
    font-weight: 600;
}

.companyname {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    margin-left: 60px;
}

.notifications-icon {
    width: 17px;
    height: 19px;
    background: url(../images/notification-icon.svg) no-repeat center;
}

.notification-counter {
    width: 10px;
    height: 10px;
    background: #03D570;
    border-radius: 5px;
    position: absolute;
    right: -1px;
    top: 0;
}

.profile-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-right: 6px;
}

.profile-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    flex-shrink: 0;
}

.nav-navigation .nav-link.active::after {
    content: '';
    width: calc(100% - 15px);
    height: 5px;
    background: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.leftmenu {
    width: 185px;
    background: var(--primary-color);
    transition: all .1s; 
    position: sticky;
    top: 0;
    height: 100vh;   
    z-index: 5;
    flex-shrink: 0;
}

.leftmenu.collapsed ul li.activemenu,
.leftmenu.collapsed ul li:hover {
    width: 0px;
}

.links {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 0 12px 4px;
    padding-left: 18px;
    height: 36px;
    border-radius: 5px;
    cursor: pointer;
}

.links img {
    width: 16px;
}

.links span {
    padding-left: 8px;
    color: #FFF;
}

.activemenu {
    background: #ffffff;
    color: #E74900;
}

.activemenu span {
    background: linear-gradient(122deg, #F38222 0%, #E74900 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.links:not(.activemenu):hover {
    background: #F99642;
 }

.branding {
    height: 58px;
    /* width: 185px; */
    margin-bottom: 20px;
    background-color: var(--primary-color);
    border-bottom: 1px solid #F19F58;
}

.collapsed:not(.crew-members-btn) {
    display: none;
}

.collapsed ul li div,
.collapsed img {
    visibility: hidden;
}

.menubottom {
    margin-top: 200px;
}

.menuline {
    padding-left: 30px;
    padding-right: 12px;
    width: 250px;
}

.content-wrapper {
    padding: 0px 0px 20px 0px;
    background: #FFF9F4;
    min-height: 100vh;
    width: 100%;
    min-width: 0;
}

.search-input {
    border: 1px solid #C0C2C3;
    border-radius: 5px;
}

.input-text {
    padding: 8px 10px;
    position: relative;
    border: unset;
    background: #FFFFFF;
}

.search {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #2E2D2D;
    border: unset;
}

#search,
#search_tasks_basic {
    background-image: url('../images/searchicon.svg');
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 13px;
    padding-left: 52px;
    font-style: italic;
}

.content-wrapper input::placeholder {
    color: #B1B1B1;
}

.input-text::after {
    content: '';
    width: 1px;
    height: calc(100% - 22px);
    position: absolute;
    right: 0;
    margin: 11px 0;
    background: #B1B1B1;
    z-index: 9;
}

.blue-bg-btn.btn {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
}

.input-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #767676;
    margin-bottom: 6px;
}

.input-field input,
.option-select {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2E2D2D;
    padding: 8px 14px;
}

.input-field input,
.option-select {
    background: #FFFFFF;
    border: 1px solid #C0C2C3;
    border-radius: 5px;
}

.option-select {
    background: url(../images/dropdown-btn.svg) no-repeat center;
    background-size: 10px;
    background-position-x: calc(100% - 14px);
    padding-right: 24px;
}

input:focus,
textarea:focus,
select:focus {
    outline: unset;
}

.input-field .form-control:focus,
.search-input .form-control:focus,
.input-field .form-select:focus,
.form-select.pagination_count:focus {
    box-shadow: unset;
    border-color: #C0C2C3;
}

.mobile-input::after {
    content: '';
    width: 1px;
    height: calc(100% - 13px);
    background-color: #B1B1B1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn.blue-border-btn,
.view_more {
    background: #FFFFFF;
    border: 1px solid #0051BA;
    border-radius: 5px;
    color: #0051BA;
}

.button-wrapper .btn.blue-bg-btn,
.btn.blue-border-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 7px 16px;
    min-width: 140px;
    margin-bottom: 12px;
}

.button-wrapper {
    margin-top: 40px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.height-100vh {
    height: 100vh;
}

.login-wrapper {
    color: #2E2D2D;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.dummy-logo {
    background: #E9E9E9;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.login-wrapper h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 28px;
}

.login-wrapper .blue-bg-btn.btn {
    font-size: 25px;
    line-height: 29px;
    font-weight: 500;
}

.login-input-wrapper {
    padding: 56px 20px;
    background: #FFF6EE;
    border-radius: 10px;
}

.login-input-wrapper .input-wrapper {
    background: #FFFFFF;
    border: 1px solid #C0C2C3;
    border-radius: 5px;
    padding: 22px 12px;
    margin-bottom: 36px;
}

.user-icon {
    background: url(../images/user_icon.svg) no-repeat center;
    width: 15px;
}

.lock-icon {
    background: url(../images/lock_icon.svg) no-repeat center;
    width: 14px;
}

.user-icon,
.lock-icon {
    height: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.input-wrapper.error {
    border-color: #EE3424;
}

.input-wrapper.active {
    border-color: #0054D4;
}

.error-txt {
    color: #EE3424;
    position: absolute;
    left: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.user-menu a {
    color: #000 !important;
}

.user-menu .dropdown-toggle::after,
.view_visas.dropdown-toggle::after {
    content: none;
}

.dropdown-menu.logout {
    padding: 8px 12px;
    left: unset;
    right: 0px;
    cursor: pointer;
}

.leads-list tbody tr td:last-child {
    max-width: 350px;
    text-align: justify;
}

.show-password {
    right: 12px;
    color: #767676;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.switchview {
    box-sizing: border-box;
    width: 42px;
    min-width: 42px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: 21px 18px;
    background-position: center;
}

.stafffirsticon {
    background: url('/static/images/stafffirsticonactive.png') center no-repeat, #DFEDFF;
    background-size: 16px;

}

.stafflasticon {
    background-image: url('/static/images/stafflasticon.svg');
}

.taskfirsticon {
    background-image: url('/static/images/stafffirsticonactive.png');
    background-color: #DFEDFF;
}

.taskmiddleicon {
    background-image: url('/static/images/taskgroupedinactive.png');
}

.tasklasticon {
    background-image: url('/static/images/stafflasticon.png');
}

.pageheading {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 0;
    color: #FFF;
}

.logout {
    color: #FFF;
    text-decoration: none;
}

.filter-icon {
    border: 1px solid #0051BA;
    border-radius: 5px;
    width: 48px;
    height: 40px;
    background-color: #DFEDFF;
}

.filter-icon img {
    width: 23px;
}

.insideprimarybutton {
    background-color: var(--primary-color) !important;
    background: var(--primary-color);
    color: #FFF !important;    
    width: fit-content;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 15px;
    /* line-height: 42px;     */
    border: 1px solid var(--primary-color) !important;
    height: 42px;    
    z-index: 1;
}


.primarybutton {
    background-color: var(--primary-color) !important;    
    color: #FFF !important;
    border-radius: 5px;
    width: fit-content;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    height: 40px;
    border-width: 0px;
}

.secondarybutton,
.btn.secondarybutton {
    background-color: #FFF;
    color: var(--primary-color);
    width: fit-content;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px;
    height: 40px;
}

.k-toolbar {
    overflow: visible !important;
}

.k-filter-row {
    background-color: #FFF;
}

.assignee_save {
    line-height: 8px !important;
}

.top-btn-wrapper .dropdown-toggle::after {
    content: none;
}

.custom-dropdown .dropdown-menu,
.multiselect-wrapper .multiselect-container {
    box-shadow: 1px 2px 6px #0051ba33;
    border-radius: 5px;
}

.custom-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2E2D2D;
    padding: 10px 12px;
}

.light-green-bg {
    background: #e9fdc9 !important;
}

.light-orange-bg {
    background: #f7deb6 !important;
}

.light-grey-bg {
    background: #d7d7d7 !important;
}

.light-blue-bg {
    background: #ddf3f7 !important;
}

.light-red-bg {
    background: #fde4e2 !important;
}

.light-violet-bg {
    background: #f1dfff !important;
}

.custom-dropdown .dropdown-menu .dropdown-item.status-label {
    color: #767676;
}

.custom-dropdown .dropdown-menu .dropdown-item:hover {
    background: inherit;
}

.manage-columns .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    color: #767676;
}

.manage-columns .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
}

.list-icon {
    background: url(../images/list_icon.svg) center/contain no-repeat;
    width: 14px;
    height: 12px;
}

.list-icon,
.toggle-btn {
    flex-shrink: 0;
    margin-right: 8px;
}

.toggle-btn {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 15px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8C8C8C;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 1px;
    bottom: 1px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.toggle-btn input:checked+.slider {
    background-color: var(--primary-color);
}

.toggle-btn input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.toggle-btn input {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    visibility: hidden;
}

.filter-dropdown .dropdown-menu:not(.multiselect-wrapper .dropdown-menu) {
    padding: 24px;
    width: 800px;
}

.filter-dropdown .dropdown-menu h6 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    border-bottom: 1px solid #C0C2C3;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.input-wrapper label:not(.multiselect-container label) {
    font-weight: 400;
    color: #767676;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.multiselect-wrapper .multiselect,
.input-wrapper select,
.custom-date-dropdown .dropdown-toggle {
    padding-right: 24px !important;
    background: url(../images/arrow_icon.svg) center no-repeat #ffffff;
    background-position-x: calc(100% - 12px);
}

.multiselect-wrapper .multiselect-container {
    border: 0;
    padding: 0;
    width: 100%;
    max-height: 450px;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* .multiselect-wrapper .multiselect-container,
.custom-dropdown .dropdown-menu,
.k-list-container .k-list .k-list-ul,
.k-grid .k-grid-content,
.notifications-details,
.project-crew-popup,
.custom-scrollbar {
    scrollbar-color: var(--primary-color) #E6E6E6;
} */

.multiselect-wrapper .multiselect-container::-webkit-scrollbar,
.custom-dropdown .dropdown-menu::-webkit-scrollbar,
.k-list-container .k-list .k-list-ul::-webkit-scrollbar,
.notifications-details::-webkit-scrollbar,
.project-crew-popup::-webkit-scrollbar,
.menu-links-wrapper::-webkit-scrollbar {
	width: 6px;
    height: 6px;
}

.multiselect-wrapper .multiselect-container::-webkit-scrollbar-track,
.custom-dropdown .dropdown-menu::-webkit-scrollbar-track,
.k-list-container .k-list .k-list-ul::-webkit-scrollbar-track,
.k-grid .k-grid-content::-webkit-scrollbar-track,
.notifications-details::-webkit-scrollbar-track,
.project-crew-popup::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track {
    background: #E6E6E6;
}

.multiselect-wrapper .multiselect-container::-webkit-scrollbar-thumb,
.custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.k-list-container .k-list .k-list-ul::-webkit-scrollbar-thumb,
.k-grid .k-grid-content::-webkit-scrollbar-thumb,
.notifications-details::-webkit-scrollbar-thumb,
.project-crew-popup::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 6px;
} 

.k-grid .k-grid-content::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.k-grid .k-grid-header {
    padding-right: 8px !important;
    background: #E6E6E6;
}

.multiselect-wrapper .multiselect-container .multiselect-option .form-check {
    margin-bottom: 0;
}

.multiselect-wrapper .multiselect-container .dropdown-item {
    border-bottom: unset !important;
    padding-block: 6px;
    white-space: normal;
}

.multiselect-wrapper .multiselect-container .multiselect-option:focus,
.multiselect-wrapper .multiselect-container .multiselect-option:hover,
.multiselect-wrapper .multiselect-container .multiselect-group:focus,
.multiselect-wrapper .multiselect-container .multiselect-group:hover,
.multiselect-wrapper .multiselect-container .dropdown-item {
    background: #ffffff !important;
}

.multiselect-wrapper .multiselect-container .multiselect-filter>input.multiselect-search {
    margin-left: 0;
    border: 0.8px solid #0051ba40;
    border-radius: 5px;
    background: url(../images/searchicon.svg) center no-repeat;
    background-position-x: 8px;
    background-size: 24px;
    padding-left: 38px;
}

.multiselect-wrapper .multiselect-container .multiselect-filter i {
    display: none;
}

.multiselect-wrapper .multiselect-container .multiselect-filter {
    padding: 10px 12px;
    position: sticky;
    top: 0;
    background: #ffffff;
}

.fliter-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #C0C2C3;
    margin-top: 20px;
    padding-top: 20px;
}

.offcanvas.sidebar-wrapper {
    max-width: 882px;
}

.offcanvas.sidebar-wrapper,
.project-palnner-grid {
    width: 100%;
}

.sidebar-wrapper .offcanvas-header {
    border-bottom: 1px solid #D2D2D2;
    position: relative;
    padding: 12px 20px;
}

.sidebar-wrapper .offcanvas-body {
    padding: 20px;
}

.sidebar-wrapper .offcanvas-header .offcanvas-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2E2D2D; 
}

.sidebar-wrapper .offcanvas-header .btn-close {
    margin: 0;
    background: url(../images/close_icon.svg) center/15px no-repeat;
    opacity: 1;
}

.sidebar-footer {
    padding: 15px 20px;
    gap: 15px;
    box-shadow: 0px -5px 16px -2px rgba(0, 81, 186, 0.15);
}

.sidebar-footer button {
    min-width: 120px;
}

.input-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.input-wrapper .input-datepicker,
.input-wrapper .timesheet_datepicker {
    background: url(../images/calendar_icon.svg) center no-repeat #ffffff;
    background-position-x: calc(100% - 12px);
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    content: none;
}

.datepicker.datepicker-dropdown {
    border: unset;
    padding: 12px;
    width: 220px;
    box-shadow: 0px 1px 11px -1px #00000026;
    border-radius: 5px;
}

.datepicker.datepicker-dropdown table {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2E2D2D;
    width: 100%;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    height: 0 !important;
    line-height: 0 !important;
    visibility: hidden;
}

.datepicker .datepicker-days table tbody tr td {
    min-width: 28px;
    height: 24px;
    border-radius: 5px;
}

.datepicker table tr td span {
    height: 40px;
    line-height: 40px;
}

.datepicker .datepicker-days table thead tr:last-child th {
    padding: 6px 1px 3px;
}

.datepicker .datepicker-switch:hover,
.dropdown-menu.visa_details table tbody tr:hover {
    background: transparent;
}

.datepicker.datepicker-dropdown table th,
.project-employee-info p span:first-child {
    color: #767676;
}

.datepicker table td.day.today,
.datepicker table td.day.selected,
.datepicker table tr td span.focused,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    text-shadow: none !important;
    font-weight: 500;
}

.datepicker table tr td.day:not(.disabled):hover,
.datepicker table tr td span:hover {
    background: #FEDDBC;
}

.datepicker .prev,
.datepicker .next {
    color: transparent !important;
    background: url(../images/arrow.svg) no-repeat center !important;
}

.datepicker .next {
    transform: scaleX(-1);
}

.grid-wrapper,
.add-employee-wrapper,
.pie-chart-wrapper,
.notifications-wrapper,
.reset_password_wrapper,
.gantt-chart-grid.k-gantt,
.staff_details_wrapper {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
}

.top-btn-wrapper {
    background: #FFF;
}

.br-border {
    border-right: 0.5px solid #ECECEC !important;
}

.top-btn-wrapper .btn.secondarybutton {
    padding: 7px 16px;
    font-weight: 500;
    min-height: 42px;
    align-items: center;
}


.file-icon::before,
.delete-icon::before,
.update-status::before,
.staff-type::before,
.update-priority::before,
.task_duplicate::before,
.task_watchlist::before {
    content: '';
    height: 15px;
    margin-right: 4px;
    flex-shrink: 0;
}

.bulkActionButtons,
.taskActionButtons {
    border: unset;
}

.manage-icon {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-color) !important;
    border: none;
}

#hiddencount {
    font-weight: normal;
}

.manage-icon::before {
    content: '';
    background: url(../images/manage_columns_icon.svg) center/contain no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    flex-shrink: 0;
}

.grid-icons {
    border-radius: 0;
    background-color: #FFF;
    /* padding: 7px 20px; */
    min-height: 42px;
}

.export-icon {
    border-top-left-radius: 5px !important;
}

.export-icon,
.delete-icon,
.update-status,
.staff-type {
    min-width: 50px;
}

.export-icon div,
.delete-icon div,
.update-status div,
.staff-type div,
.update-priority div,
.task_watchlist div,
.task_duplicate div {
    color: #575757;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    visibility: hidden;
}

.export-icon img,
.delete-icon img,
.update-status img,
.staff-type img {
    height: 15px;
    display: block;
    margin: auto;
}

.update-status::before {
    background: url(../images/tick_icon.svg) center/contain no-repeat;
}

.staff-type::before {
    background: url(../images/user_blue_icon.svg) center/contain no-repeat;
}

.update-priority::before {
    background: url(../images/update_priority.svg) center/contain no-repeat;
}

.task_duplicate::before {
    background: url(../images/duplicate.svg) center/contain no-repeat;
}

.task_watchlist::before {
    background: url(../images/watchlist.svg) center/contain no-repeat;
}

label.error,
.errorLabel {
    color: #EE3424 !important;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
}

.each-selected-item h6,
.table-wrapper table th,
.badge.ongoing-badge,
.dropdown-menu.visa_details table th,
.entry-exit-dropdown .dropdown-menu p,
.gantt-chart-grid.k-gantt .k-grid-header-wrap .k-header,
.gantt-chart-grid .k-grid td,
.project-palnner-grid th,
.project-palnner-grid td,
.employee_info td {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.each-selected-item .selected-chip {
    background: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 12px;
    background: #F2F2F2;
    border: 0.5px solid #E0DEDE;
    border-radius: 34px;
    color: #7E7D7D;
}

.each-selected-item .selected-chip .close-button {
    background: url(../images/close_icon_white.svg) center no-repeat #C9C9C9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-size: 9px;
    transition: 0.4s all;
    margin-left: 26px;
}

.each-selected-item .selected-chip .close-button:hover {
    background-color: #a6a4a4;
}

.k-grid {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.k-grid,
.k-grid * {
    border: 0 !important;
}

.checkbox-align,
.k-grid-header th.k-header:first-child {
    text-align: center;
    vertical-align: middle;
}

.k-grid-header-locked, .k-grid-content-locked {
    border-right: 2px solid #A8A8A8 !important; 
    border-left: 0 !important;
}

.k-grid-header-locked, .k-grid-header-wrap {
    border-bottom: 0.5px solid #CECECE !important;
}

.checkbox-align input,
.input-wrapper .form-check-input {
    background: url(../images/checkbox_normal.svg) center/contain no-repeat;
    border-radius: 0;
}

.checkbox-align input:checked,
.input-wrapper .form-check-input:checked {
    background: url(../images/checkbox_active.svg) center/contain no-repeat;
}

.staffname a, .tasktitle a, .userLink {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-color) !important;
    text-decoration: none;
}

.gridcell {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px !important;
    color: #2E2D2D;
    border-bottom: 0.5px solid #CECECE !important;
    height: 50px;
}

th.k-header {
    background: #EFEFEF;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #757171;
    height: 36px;
    padding: 6px 12px !important;
    vertical-align: middle !important;
    border-bottom: 0.5px solid #CFCFCF !important;
}

.k-grid .k-header>.k-cell-inner {
    margin: 0 !important;
}

.k-grid .k-cell-inner>.k-link {
    padding: 0 !important;
}

.k-alt.k-master-row {
    background-color: #F7FAFF;
}

.k-pager-wrap {
    background-color: #FFF !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 12px 16px;
    color: #2E2D2D;
    border-top: 0.5px solid #CECECE !important;
}

.k-pager-wrap .k-pager-numbers .k-link,
.k-pager-wrap .k-link.k-pager-nav {
    min-width: 29px;
    height: 29px;
}

.k-pager-wrap .k-link.k-pager-nav {
    border: none;
}

.k-pager-wrap .k-pager-numbers .k-link:hover {
    background: #FEDDBC;
}

.k-pager-wrap .k-link.k-pager-nav:hover {
    background: #ffffff;
}

.k-pager-wrap .k-link:focus,
.form-check-input:focus {
    box-shadow: unset;
}

.k-pager-wrap .k-pager-info {
    margin-right: 0;
}

.k-pager-wrap .k-pager-numbers .k-link.k-selected {
    border: 1px solid var(--primary-color) !important;
    background: #ffffff !important;
}

.k-pager-wrap .k-pager-numbers .k-link,
.user_profile_wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2E2D2D;
}

.k-pager-first,
.k-pager-last {
    display: none !important;
}

.k-i-arrow-end-left,
.k-i-arrow-end-left:before {
    content: unset !important;
    background-image: url('../images/arrow-left.png') !important;
    background-repeat: no-repeat;
    background-size: 17px;
    height: 17px !important;
    width: 17px !important;
}

.k-i-arrow-60-left,
.k-i-arrow-60-left:before {
    content: unset !important;
    background-image: url('../images/arrow-left.png') !important;
    background-repeat: no-repeat;
    background-size: 17px;
    height: 17px !important;
    width: 17px !important;
}

.k-i-arrow-60-right,
.k-i-arrow-60-right:before {
    content: unset !important;
    background-image: url('../images/arrow-right.png') !important;
    background-repeat: no-repeat;
    background-size: 17px;
    height: 17px !important;
    width: 17px !important;
}

.k-i-arrow-end-right,
.k-i-arrow-end-right:before {
    content: unset !important;
    background-image: url('../images/arrow-right.png') !important;
    background-repeat: no-repeat;
    background-size: 17px;
    height: 17px !important;
    width: 17px !important;
}

#save_assignee.blue-bg-btn.btn {
    line-height: 7px;
}

.close {
    position: absolute;
    left: -45px;
    background-color: #FFF;
    width: 45px;
    height: calc(100% + 1px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 19px -5px #0051ba26;
}

/* Grid Height can be managed with this setting */

.k-grid {
    height: calc(100vh - 152px);
}

.k-grid tr.k-master-row:not(.k-selected):hover {
    background: #fff2e7 !important;
}

.k-autocomplete {
    outline-color: unset !important;
    border: 1px solid #D9E5F5 !important;
}

select.custominput,
.custominput {
    padding-left: 14px;
    padding: 4px 12px;
}

.custominput,
.custom-select,
.k-widget.k-editor,
.k-input.k-textbox,
span.k-datetimepicker,
.project_week_filter_wrapper {
    border: 1px solid #D9E5F5 !important;
    height: 40px !important;
    border-radius: 5px !important;
    outline-color: unset !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #2E2D2D !important;
}

#reportingManager{
    border: none !important;
    
}

.k-input-value-text {
    margin-top: -8px;
}

/* pipeline CSS starts */

/* column header padding and color fullwidth */
#pipeline_view .k-taskboard-content .k-taskboard-columns-container .k-taskboard-column-header {
    padding: 0px;
    display: block;
}

#pipeline_view .k-taskboard-content .k-taskboard-columns-container .k-taskboard-column-cards-container {
    padding: 0px;
}

.taskboard-heading {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 17px;
}

/* divider between title and other info */
.card-hr {
    margin: 0px
}

/* column background-color */
#pipeline_view .k-taskboard-content .k-taskboard-columns-container .k-taskboard-column {
    background: #F7FAFF;
}

/* column inside padding */
#pipeline_view .k-taskboard-content .k-taskboard-columns-container .k-taskboard-column .k-taskboard-column-cards-container .k-taskboard-column-cards {
    padding: 8px;
}

/* card shadow */
#pipeline_view .k-taskboard-content .k-taskboard-columns-container .k-taskboard-column .k-taskboard-column-cards-container .k-taskboard-column-cards .k-taskboard-card {
    box-shadow: 0px 0px 4px 1px rgba(0, 81, 186, 0.1);
    border-radius: 5px;
    border-color: #ffffff
}

.project-pv,
.labels-pv,
.priority-pv,
.assignee-pv {
    min-width: 70px;
}

.project-pv::before,
.labels-pv::before,
.priority-pv::before,
.assignee-pv::before {
    content: '';
    height: 15px;
    margin-right: 4px;
    flex-shrink: 0;
}

.project-pv div,
.labels-pv div,
.priority-pv div,
.assignee-pv div {
    color: #575757;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
}

.project-pv img,
.labels-pv img,
.priority-pv img,
.assignee-pv img {
    height: 16px;
    display: block;
    margin: auto;
}

.project-pv::before {
    background: url(../images/calendar_icon.svg) center/contain no-repeat;
    width: 15px;
}

.labels-pv::before {
    background: url(../images/label_pv.svg) center/contain no-repeat;
    width: 15px;
}

.priority-pv::before {
    background: url(../images/priority_pv.svg) center/contain no-repeat;
    width: 15px;
}

.assignee-pv::before {
    background: url(../images/assignee_pv.svg) center/contain no-repeat;
    width: 15px;
}

.card-title {
    margin-left: 4px;
}

.watchList {
    background: url(../images/watchlist_fill.svg) no-repeat center;
    width: 15px;
    height: 14px;
    cursor: pointer;
}

/* pipeline CSS ends */

.offcanvas-body.task_details_content {
    padding: 0px !important;
}

.task_details_status_info {
    width: 110px;
    border: 1px solid #0051ba40;
    border-radius: 5px 0px 0px 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    margin-right: -4px;
}


.view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.view_more span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0051BA;
}



.view_more span::before,
.view_more span::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0051BA;
}

.view_more span::before {
    left: -7px;
}

.view_more span::after {
    right: -7px;
}


.view_more:hover,
.view_more:active,
.view_more:focus {
    border-color: #0051BA !important;
    background-color: #ffffff !important;
}

.custom-textarea {
    border: 1px solid #D9E5F5 !important;
    border-radius: 5px !important;
    outline-color: unset !important;
    font-size: 14px;
    line-height: 20px;
    color: #2E2D2D;
    padding: 8px 12px;
}

.log-history-wrapper .log-info:not(:last-child) .log-date::after,
.comment-wrapper .comment-info h6::before {
    content: '';
    width: 1px;
    background: #BBB9B9;
    position: absolute;
}

.comment-wrapper .comment-info h6::before {
    height: calc(100% - 4px);
    left: 0;
    top: 4px;
}

.comment-wrapper .comment-info h6::after {
    content: '';
    background: #CACACA;
    border: 1px solid #898989;
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 8px;
    left: -7px;
    top: 3px;
}

.log-info p {
    font-size: 16px;
    line-height: 22px;
}

.log-info .log-date {
    width: 120px;
    color: #aaaaaa;
}

.log-history-wrapper .log-info:not(:last-child) .log-date::after {
    height: 52px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 4px);
}

.log-history-wrapper .log-info:not(:last-child) {
    padding-bottom: 60px;
}

.task_closed td:nth-child(n+4) {
    position: relative;
    pointer-events: none;
    opacity: 0.75;
}

.task_closed td:nth-child(n+4)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #80B6FC;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
}

.botton-8 {
    bottom: 8px;
}

.task_comment_option .view_more,
.project_comment_option .view_more {
    width: 40px;
    height: 20px;
    z-index: 999;
}

.task_comment_option textarea {
    padding-bottom: 28px;
}

.grace_period_hint,
.crew-warning {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.pageheading.task_filter_dropdownwrapper {
    line-height: 30px;
    border: unset;
}

.contests-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px;
    width: calc(100% + 20px);
}

.demo-section {
    border-top: 1px solid #E1E1E1 !important;
}

.project-list-pagination {
    border-top: 0.5px solid #CBCACA !important;
 }

.contest-image {
    margin-right: 12px;
    background-size: contain;
    padding: 6px;
}

.contest-image,
.notfication-info img,
.notifications-details li img,
.profile-dropdown .dropdown-toggle img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.placeholder-img {
    background: url(../images/placeholder_img.svg) center/contain no-repeat;
    width: 110px;
    height: 110px;
    border-radius: 4px;
}

.input-wrapper span.k-autocomplete {
    padding: 5px 4px !important;
}

.k-input:focus-within,
.k-checkbox:focus {
    box-shadow: unset !important;
}

.contest-card-wrapper {
    border: 0.5px solid #CBCACA;
    border-radius: 5px;
    width: calc((100%/3) - 20px);
}

.project-info {
    padding: 10px 10px 10px;
}

.project-info h5 {
    font-size: 16px;
    line-height: 21px;
    color: #2E2D2D;
}

.contest-card-wrapper p {
    font-size: 13px;
    line-height: 20px;
    color: #2E2D2D;
}

.project-info-footer {
    border-top: 0.5px solid #CBCACA;
    padding: 10px;  
}

.client-icon::before,
.status-icon::before {
    content: '';
    width: 10px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
}

.client-icon::before {
    background: url(../images/client_icon.svg) center/contain no-repeat;
}

.status-icon::before {
    background: url(../images/status_icon.svg);
}

.dummy-image {
    background: url(../images/sample_img.jpeg) center/contain no-repeat;
}

.project-info-select {
    top: -4px;
    left: -4px;
}

.staff-timesheet-list {
    background: #FFFFFF;
    box-shadow: 0px 1px 18px -6px #0051ba40;
    border-radius: 5px;
}

.tab-navigation .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #959595;
    border-radius: 0;
    padding: 10px 14px;
    background: #FFE9D3;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;
    min-width: 185px;
}

.tab-navigation .nav-tabs .nav-link.active {
    color: #ffffff;
    background: var(--primary-color);
    font-weight: 500;
}

.tab-navigation .nav-tabs {
    column-gap: 10px;
}

.project-details-tab .nav-tabs:not(.inner-tabs) .nav-item:first-child .nav-link,
.table-wrapper table thead tr th:first-child {
    border-top-left-radius: 5px;
}

.tab-navigation .tab-content {
    padding: 14px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 0px 5px 5px 5px;
}

.tab-navigation .nav-tabs.inner-tabs .nav-link {
    position: relative;
    font-size: 15px;
    line-height: 19px;
    padding: 11px 14px;
    background: transparent;
}

.tab-navigation .nav-tabs.inner-tabs .nav-link:not(.active),
.gantt-chart-grid.k-gantt .k-grid-header-wrap .k-header {
    color: #757171;
 }

.tab-navigation .nav-tabs.inner-tabs + .tab-content {
    border: 1px solid #F2F2F2;  
}

.tab-navigation .nav-tabs.inner-tabs {
    background: #CDDAED;
    border-radius: 5px 5px 0px 0px;  
}

.project-details-section.project-wrapper .input-wrapper label {
    min-width: 145px;
}

.custom-textarea-wrapper .k-widget.k-editor {
    border: unset !important;
}

.custom-textarea-wrapper {
    border: 1px solid #D9E5F5;
    border-radius: 5px;
}

.attach-file-wrapper {
    border-top: 1px dashed #0051ba40;
    padding-block: 12px;
    margin-inline: 12px;
}

.attach-file-btn {
    cursor: pointer;
}

.attach-file-btn,
.file-name {
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px;
    background: #ffffff !important;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 10px 14px;  
}

.attach-file-btn::before,
.attach_file::before {
    content: '';
    background: url(../images/attach-icon.svg) center/contain no-repeat;
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-right: 4px;
    flex-shrink: 0;
}

.close-btn {
    background: url(../images/close_grey_icon.svg) center/contain no-repeat;
    width: 9px;
    height: 9px;
    margin-left: 4px;
}

table.k-editor .k-editable-area {
    padding: 7px 7px 12px !important; 
}

.projecct-name-description-wrapper {
    border-bottom: 1px solid #F2F2F2;
    padding: 20px 20px 30px;
}

.comment-section {
    width: 60%;
    padding: 20px;
}

.comment-section h6,
.pie-chart-wrapper h6,
.modal-wrapper .modal-header .modal-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E2D2D;
}

.comment-input {
    background: #F4F9FF;
    padding: 15px 20px;
    margin-inline: -20px;
}

.comment-input .btn.secondarybutton {
    height: 28px;
    padding: 4px 15px;
    min-width: 70px;
}

.comment-input .btn.secondarybutton,
.notifications-details li p:first-child,
.all-notifications-btn,
.project-employee-info .project-role {
    font-size: 13px;
    line-height: 15px;
}

.comment-input .input-wrapper label {
    left: 12px;
    top: 8px;
    color: #A8A8A8;
    display: flex;
    align-items: center;
}

.comment-input .input-wrapper label::before {
    content: '';
    background: url(../images/message_icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.comment-input .input-wrapper.active label,
.gantt-chart-grid .k-splitbar .k-resize-handle{
    display: none;
}

.comment-input .input-wrapper textarea {
    background: transparent;
    z-index: 2;
    position: relative;
}

.comment-input .input-wrapper,
.gantt-chart-grid .k-gantt-toolbar,
.gantt-chart-grid.k-gantt .k-treelist,
.gantt-chart-grid.k-gantt .k-treelist .k-alt,
.gantt-chart-grid .k-grid td {
    background: #ffffff;
}

.project-details-section {
    border-left: 1px solid #D2D2D2;
}

.project-details-section .input-wrapper label {
    min-width: 155px;
    margin-bottom: 0 !important;
}

.project-details-section .input-wrapper label::after,
.project-employee-info p span:first-child::after {
    content: ':';
    margin-inline: 8px;
    float: right;
}

.project-details-section .input-wrapper {
    padding: 10px 15px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 61px;
}

.project-details-section .input-wrapper,
.input-wrapper span.k-autocomplete {
    font-size: 14px;
    line-height: 20px;
    color: #2E2D2D;
}

.menubottom::before {
    content: '';
    width: calc(100% - 24px);
    height: 1px;
    background: #E6E9EE;
    position: absolute;
    top: -20px;
    left: 12px;
}

.top-btn-wrapper button:not(.manage-columns button):hover {
    background: #F5F5F5;
}

.tooltip.btn-tooltip .tooltip-arrow::before,
.manage-columns .dropdown-toggle::after,
.checkbox-align input.k-checkbox::before,
.notifications-dropdown .dropdown-toggle::after,
.fixed-btn-wrapper .bulkActionButtons.dropdown-toggle::after,
.profile-dropdown .dropdown-toggle::after,
.btn.action-btn.dropdown-toggle::after,
.gantt-chart-grid .k-task-summary-complete:after, 
.gantt-chart-grid .k-task-summary-complete:before, 
.gantt-chart-grid .k-task-summary:after, 
.gantt-chart-grid .k-task-summary:before {
    content: none;
}

.tooltip.btn-tooltip {
    padding: 0;
    opacity: 1;
}

.tooltip.btn-tooltip .tooltip-inner {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    background: #777777;
    border-radius: 2px;
    padding: 2px 8px;
}

.details-wrapper {
    padding: 20px 20px 0;
}

.placeholder-text {
    right: 6px;
    bottom: 11px;
    font-size: 14px;
    line-height: 18px;
    color: #A8A8A8;
}

/* ===== timesheet staff css */

.custominput.timesheet_description {
    height: 85px !important;
}

.custominput.timesheet_datepicker {
    background-color: #ffffff;
}

.add_timesheet_wrapper {
    background: #F8F9FA;
    border: 0.5px solid #DDECFF;
    border-radius: 5px;
    padding: 25px 14px;
    margin-bottom: 40px;
}

.add_timesheet_wrapper h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2E2D2D;
}

.placeholder-right {
    bottom: 0;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #A8A8A8;
}

.primarybutton.timesheet_add {
    width: 131px;
}

.dateweekpicker_wrapper {
    background: #FFFFFF;
    border: 1px solid #D9E5F5;
    border-radius: 5px;
}

.dateweekpicker_previous {
    border-right: 1px solid #D9E5F5;
    padding: 12px 14px;
}

.dateweekpicker_next {
    border-left: 1px solid #D9E5F5;
    padding: 12px 14px;
}

.dateweekpicker {
    font-size: 14px;
    line-height: 16px;
    color: #2E2D2D;
    width: 270px;
}

.selection-buttons {
    border: 1px solid #0051BA;
    border-radius: 5px;
}

.selection-buttons button {
    border: 0;
    padding: 8px;
    font-size: 16px;
    line-height: 22px;
    background: #ffffff;
    color: #0051BA;
    transition: 0.4s all;
    font-weight: 500;
}

.selection-buttons button:first-child {
    border-radius: 3px 0 0 3px;
}

.selection-buttons button:last-child {
    border-radius: 0 3px 3px 0;
}

.selection-buttons button:not(:last-child) {
   border-right: 1px solid #0051BA; 
}

.selection-buttons button.selected {
    background: linear-gradient(94.33deg, #0051BA 23.9%, #003893 99.56%);
    color: #ffffff;
}

.fixed-placeholder {
    right: 14px;
    font-size: 16px;
}

.line-divider {
    border-top: 1px solid #E1DDDD;
    opacity: 1;
    margin: 30px 0;
}

.header-dropdown .dropdown-toggle::after {
    border-width: 6px 6px 0;
    border-top-color: #FFFFFF;
    vertical-align: middle;
    margin-left: 6px;
}

.header-dropdown .dropdown-toggle{
    border: 0 !important;
}

.header-dropdown .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 1px 2px 6px #0051ba33;
    border-radius: 5px;
}

.header-dropdown .dropdown-menu .dropdown-item {
    padding: 12px;
    transition: 0.4s all;
}

.header-dropdown .dropdown-menu .dropdown-item,
.task-checkbox label,
.table-wrapper td,
.action-btn-wrapper button span,
.dashboard-grid-header p,
.dropdown-menu.visa_details table td,
.notfication-info p,
.notifications-details h6,
.project-employee-info p,
.project-employee-info h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2E2D2D;
}

.header-dropdown .dropdown-menu li:first-child .dropdown-item,
.custom-dropdown .dropdown-menu .dropdown-item:first-child {
    border-radius: 5px 5px 0 0
}

.header-dropdown .dropdown-menu li:last-child .dropdown-item,
.custom-dropdown .dropdown-menu .dropdown-item:last-child{
    border-radius: 0 0 5px 5px;
}

.header-dropdown .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 0.5px solid #DADADA;
}

.header-dropdown .dropdown-menu .dropdown-item:hover,
.custom-dropdown:not(.custom-date-dropdown) .dropdown-menu .dropdown-item:hover {
    background: #FEDDBC;
}

.task-checkbox {
    right: 16px;
    z-index: 5;
}

.task-checkbox::before {
    content: '';
    width: 1px;
    height: 24px;
    background: #E0E0E0;
    position: absolute;
    left: -12px;
    z-index: 1;
    top: -4px;
}

.task-search {
    padding-right: 110px;
}

.custom-error {
    font-weight: 400;
    color: #767676;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    color: red !important;
}

.custom-dropdown .dropdown-toggle::after {
    border-width: 7px 4px 0;
    border-top-color: #ffffff;
    vertical-align: middle;
}

.view_more + .dropdown-menu .dropdown-item {
    cursor: pointer;
}

.red-txt-color {
    color: #EE0000 !important;
}

.grey-txt-color {
    color: #767676 !important;
}

.project-details-section.task-details-section .input-wrapper label {
    min-width: 105px;
}

.input-wrapper.assignee-input span.k-autocomplete {
    padding: 0 !important;
    border: 0 !important;
}

span.k-datetimepicker .k-input-button {
    height: 100%;
}

.added-time h6 {
    color: #5F5D5D;
    margin-left: 12px;
}

.added-time h6,
.upload-btn,
.visa_details_wrapper .dropdown-menu .no-results-wrapper .no-result,
.crew-members-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.added-time a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #0051BA;
}

.added-time,
.notifications-details ul li p:first-child {
    margin-bottom: 10px;
}

.comment-info .input-wrapper .custom-textarea:disabled {
    background: #F8F8F8;
    border: 1px solid #EBEAEA !important;
    color: #4D4D4D;
}

.comment-info {
    margin-top: 25px;
    padding-left: 8px;
}

.edit-comment {
    right: 8px;
    bottom: 8px;
}

.task-details-tab .comment-section {
    width: 57%;
}

.offcanvas.sidebar-wrapper.staff-sidebar {
    max-width: 740px;
}

.timesheet-hd,
.employee_name {
    font-size: 20px;
    line-height: 23px;
    color: #2E2D2D;
}

.timesheet-hd {
    font-weight: 600;
}

/*  project timesheet start */
#projectTimesheet_grid.k-grid .k-grid-content table tbody tr td:not(:first-child) {
    border-right: 1px solid #DADADA !important;
    border-bottom: 1px solid #DADADA !important;
}

/* #projectTimesheet_grid.k-grid .k-grid-content table tbody tr td:first-child {
    background-color: #EFEFEF !important;
} */

#projectTimesheet_grid.k-grid .k-grid-content table tbody tr.k-grouping-row td {
    background-color: #EFEFEF !important;
}

.light_blue_tr {
    background: #CDDAED !important;
}

.project_week_filter_dropdown {
    border-bottom: 1px solid #DADADA;
}

.project_timesheet_filter_date .dropdown-item::before{
    content: '';
    background: url('../images/tick_blue_icon.svg') center/contain no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-date-dropdown .dropdown-menu .dropdown-item {
    padding-left: 29px;
    position: relative;
}

/*  project timesheet end */

.opacity-none{
    pointer-events: none;
    opacity: 0.5;
}

.k-group-footer td {
    background: #ffffff !important;
}

.grouped_new_task_btn {
    color: #0051BA;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.add_resource_section {
    min-height: 14.4rem;
}

.timesheet-list .k-grid-content {
    overflow: visible !important;
}

.timesheet-list .k-grid-header {
    padding-right: 0 !important;
}

.staff-timesheet-list .k-grid-norecords,
.accordion-grid .k-grid-norecords {
    height: fit-content;
    padding: 40px;
    width: -webkit-fill-available;
    min-height: 150px;
}

.timesheet-list .k-grid-header-wrap,
.staff-timesheet-list .k-grid-header,
.notifications-dropdown .dropdown-menu .notifications-details:first-child h6 {
    border-radius: 5px 5px 0 0;
}

.accordion-grid .k-grouping-row td {
    background-color: #ffffff;
    height: 40px;
} 

.accordion-grid .k-grouping-row td .k-reset {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.task-grid .k-grouping-row td .k-reset,
.accordion-grid .k-grouping-row td .k-reset {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.k-header .k-link {
    color: #757171 !important;
}

.accordion-grid .k-grid-content table td.k-group-cell,
.task-grid .k-grid-content-locked table td.k-group-cell {
    background-color: transparent;
}

.accordion-grid .k-grouping-row td .k-reset .k-icon::before,
.task-grid .k-grouping-row td .k-reset .k-icon::before,
.gantt-chart-grid .k-treelist-group .k-icon:not(.k-i-none):before {
    content: '';
    border-style: solid;
    position: static;
    width: unset;
    height: unset;
    margin-left: 6px;
}

.accordion-grid .k-grouping-row td .k-reset .k-icon[aria-label="Collapse"]::before,
.task-grid .k-grouping-row td .k-reset .k-icon[aria-label="Collapse"]::before {
    border-width: 5px 5px 0;
    border-color: #2E2D2D transparent;
}

.accordion-grid .k-grouping-row td .k-reset .k-icon[aria-label="Expand"]::before,
.task-grid .k-grouping-row td .k-reset .k-icon[aria-label="Expand"]::before {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #2E2D2D;
}

.accordion-grid .k-grouping-row td .k-reset .k-icon,
.task-grid .k-grouping-row td .k-reset .k-icon,
.gantt-chart-grid .k-treelist-group .k-icon:not(.k-i-none) { 
    width: unset;
    height: unset;
    margin: 0;
}

.staff-timesheet-list .k-grid-header-wrap {
    border-top: none !important;
}

.staff-timesheet-list .k-grid-header-wrap {
    border-top-left-radius: 5px;
}

.staff-timesheet-list .k-header {
    line-height: 27px;
}

.staff-timesheet-list .k-grid-content table tbody tr td.gridcell:first-child {
    border-left: none !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.project-sidebar .line-divider {
    margin-inline: -24px;
}

.checkbox-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #2E2D2D; 
}

.tab-navigation .header-dropdown .dropdown-toggle {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2E2D2D;
}

.tab-navigation .header-dropdown .dropdown-toggle::after {
    border-width: 5px 5px 0;
}

.timesheet_project_wrapper .multiselect-container .form-check-input {
    display: none !important;
}

.timesheet_project_wrapper .multiselect-container .form-check {
    padding: 0px !important;
}

.timesheet_project_wrapper .multiselect-container .multiselect-filter+.multiselect-option {
    display: none !important;
}

.timesheet_project_wrapper span.multiselect-native-select {
    height: 40px;
    display: block;
}

.task-grid .k-grid-header th.k-header {
    vertical-align: middle;
    padding-block: 0;
}

.task-grid .form-check-input {
    margin-top: 0;
}

.task-grid .checkbox-align.k-header .k-link {
    justify-content: center;
}

.task-grid .k-grouping-row td .k-reset {
    display: flex;
    align-items: center;
}

.task-grid .k-grouping-row td .k-reset .form-check-input {
    order: 0;
    flex-shrink: 0;
}

.task-grid .k-grouping-row td .k-reset span {
    order: 1;
}

.task-grid .k-grouping-row td .k-reset .k-icon {
    order: 2;
    flex-shrink: 0;
}

.task-grid .k-grid-content-locked table .checkbox-align,
.task-grid .k-grid-content-locked table td.k-group-cell,
.task-grid .k-group-footer td {
    border-bottom: 0.5px solid #F1F1F1 !important;
}

.task-grid .userLink ,.k-file-name{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.no-result {
    color: #878787;
    font-weight: 500;
    font-size: 20px;
}

.no_result_svg {
    height: 120px;
}

.delete-button {
    background: url(../images/delete_icon.svg) center/contain no-repeat;
    width: 13px;
    height: 15px;
}

.table-wrapper table thead th,
.dropdown-menu.visa_details table th,
.project-palnner-grid th {
    color: #757171;
    background: #EFEFEF;
}

.table-wrapper table thead th {
    padding: 10px 12px;
}

.table-wrapper table thead th,
.project-crew-btns-wrapper,
.project-palnner-grid th,
.project-crew-btns-wrapper {
    /* border-bottom: 0.5px solid #CFCFCF; */
    border-bottom: 1px solid #cfcfcfb3;
}

.table-wrapper tbody td {
    padding: 10px 12px;
}

.table-wrapper tbody tr:not(.add-tr) td {
    height: 50px;
}

.table-wrapper tbody tr.add-tr td {
    height: 40px;
}

.table-wrapper tbody tr:not(:last-child) td,
.project-palnner-grid tr td {
    /* border-bottom: 0.5px solid #CECECE; */
    border-bottom: 1px solid #cececeb3;
}

.table-wrapper table thead tr th:last-child,
.project-crew-btns-wrapper,
.project-crew-btns-wrapper .insideprimarybutton.red-bg-btn + .insideprimarybutton,
.insideprimarybutton.exportProject {
    border-top-right-radius: 5px;
}

.link-text {
    color: var(--primary-color) !important;
    text-decoration: none;
    font-weight: 500;
}

.visa-details-list .input-wrapper {
    min-width: 160px;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 4px;
    object-fit: cover;
}

.bottom-btn-wrapper {
    box-shadow: 0px -5px 16px -2px #0051ba26;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 20px;
    background: #ffffff;
    z-index: 3;
}

.bottom-btn-wrapper button {
    min-width: 125px;
}

.redBorder{
    border: 1px solid red !important;
}

.logout-btn {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.logout-btn::before {
    content: '';
    background: url(../images/logout_icon.svg) center/contain no-repeat;
    width: 14px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    flex-shrink: 0;
}

.fixed-bottom-btn {
    margin-bottom: 72px;
}

.profile-image {
    background: url(../images/placeholder_img.svg) center/contain no-repeat;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
}

.k-grid .k-grid-content tbody td {
    border-bottom: 0.5px solid #CECECE !important;
}

.input-wrapper .autocomplete-input span.k-autocomplete {
    border: unset !important;
}

.input-wrapper .autocomplete-input input {
    border: 0 !important;
}

.input-wrapper .autocomplete-input {
    border: 1px solid #0051ba40;
    border-radius: 5px;
    height: 40px;
}

.visa-details-add tbody tr td:not(:last-child) {
    width: 30%;
}

.table-wrapper .visa-details-list tbody tr:not(.add-tr) td,
.table-wrapper .certificate-details-list tbody tr:not(.add-tr) td {
    padding-block: 20px;
}

.service-details-list tbody tr td:first-child {
    width: 40%;
}

.service-details-list tbody tr td:last-child {
    width: 60%;
}

.employee-list-header {
    margin-bottom: 12px;
}

.k-alt.k-master-row,
.k-grid tr.k-filter-row:hover {
    background: #ffffff
}

.k-grid .k-filter-row .k-filtercell .k-picker, 
.k-grid .k-filter-row .k-filtercell .k-picker + .k-icon-button {
    background: #FFFFFF;
    border: 1px solid #D9E5F5 !important;
    border-radius: 5px;
}

.k-grid .k-filter-row .k-filtercell .k-picker .k-button-solid-base:hover {
    background-color: #ffffff;
}

.k-grid .k-filtercell .k-dropdown-operator .k-input-button .k-button-icon.k-i-filter::before {
    content: '';
    background: url(../images/filter_icon.svg) center/contain no-repeat;
}

.k-grid .k-filter-row .k-filtercell .k-i-filter-clear::before,
.notfication-info p a,
.notifications-details a {
    color: var(--primary-color)
}

.k-grid .k-master-row.k-selected {
    background: #FEDDBC !important;
}

.fixed-btn-wrapper {
    background: #FFFFFF;
    box-shadow: 1px 1px 8px 3px #0051ba26;
    border-radius: 5px;
    max-width: 820px;
    width: 100%;
    z-index: 5;
    bottom: 80px;
}

.fixed-btn-wrapper h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2E2D2D;
}

.action-btn-wrapper button span {
    margin-top: 6px;
}

.action-btn-wrapper {
    padding: 12px 24px;
    border-right: 1px solid #C9C9C9;
}

.button-close {
    background: url(../images/close_icon.svg) center/contain no-repeat;
    width: 15px;
    height: 15px;
    margin: 4px 24px;
}

.action-buttons {
    column-gap: 40px;
}

.add-employee-wrapper,.reset_password_wrapper {
    padding: 14px;
}

.sub-head {
    font-weight: 700;
}

.sub-head,
.notification-date span,
.employee_headers {
    font-size: 15px;
    line-height: 18px;
    color: #2E2D2D;
}

.table-wrapper table {
    border: 1px solid #E7E7E7;
}

.table-wrapper table,
.project-palnner-grid,
.crew-list {
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
}

.add-employee-wrapper .line-divider,
.tab-navigation .tab-content .line-divider {
    margin-inline: -14px;
}

.k-grid .checkbox-align {
    padding-right: 0 !important;
}

.k-grid td {
    padding: 4px 12px !important;
}

.accordion-grid.k-grid .k-group-cell {
    padding: 0 !important;
}

.accordion-grid.k-grid .k-grid-content .k-master-row td:nth-child(2),
.accordion-grid.k-grid .k-grid-header-wrap thead tr th:nth-child(2) {
    padding-left: 0 !important;
}

.crop_image_modalwrappper .modal-dialog{
    max-width: 900px;
}

.input-wrapper .form-check-input {
    width: 15px;
    height: 15px;
    border: unset;
    flex-shrink: 0;
    margin-right: 5px;
}

.input-wrapper .form-check-input {
    line-height: 16px;
    color: #A8A8A8;
}

.input-wrapper .form-check-input:checked + label,
.notifications-details li p:first-child,
.gantt-chart-grid .k-grid td {
    color: #2E2D2D;
}

.table-wrapper .service-details-list tbody td {
    padding-block: 8px;
    height: 57px;
}

.project-details-wrapper .grid-wrapper {
    margin: -14px;
}

.badge.ongoing-badge {
    color: #49A431;
    border-radius: 8px;
    background: #E5FFDE;
    padding: 4px 10px;
}

.insideprimarybutton.red-bg-btn {
    background: #EE0000 !important;
    border-color: #EE0000 !important;
}

.project-crew-grid.k-grid {
    height: calc(100vh - 183px);
}

.crew-employee-grid.k-grid {
    height: calc(100vh - 480px);
    min-height: 450px;
}

.upload-btn {
    color: var(--primary-color);
    background: transparent;
    padding: 0;
    white-space: nowrap;
}

.upload-image-wrapper img {
    width: 110px;
    height: 110px;
    border-radius: 2px;
    object-fit: cover;
    /* border: 0.5px solid #C2C2C2; */
}

.main-head {
    font-weight: 700;
}

.main-head,
.k-widget.k-dialog .k-window-titlebar .k-dialog-title {
    font-size: 17px;
    line-height: 20px;
    color: #2E2D2D;
}

.k-widget.k-window.k-dialog {
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    box-shadow: unset;
}

.k-widget.k-dialog .k-window-titlebar {
    background: #ffffff;
    border-bottom: 1px solid #D2D2D2;
}

.k-dialog .k-dialog-buttongroup .k-button {
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 8px;
    background-image: none;
    flex: unset;
    min-width: 100px;
    box-shadow: none;
}

.k-dialog .k-dialog-buttongroup .k-button.k-button-solid-primary {
    background: var(--primary-color);
}

.k-dialog .k-dialog-buttongroup .k-button.k-button-solid-base {
    background: #ffffff;
    color: var(--primary-color);
}

.k-dialog .k-dialog-buttongroup {
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #D2D2D2;
}

.k-dialog .k-dialog-buttongroup,
.k-widget.k-dialog .k-window-titlebar {
    padding: 12px 16px;
}

.k-widget.k-dialog .k-window-titlebar .k-dialog-title{
    font-weight: 500;
}

.k-widget.k-dialog .k-dialog-content {
    padding: 16px;
    color: #2E2D2D;
}

.dashboard-tab .grid-wrapper .k-grid {
    height: 641px;
}

.dashboard-tab .grid-wrapper .k-grid .k-grid-content {
    height: fit-content;
}

.dashboard-tab .grid-wrapper .k-grid .k-grid-content {
    overflow-y: visible;
}

.dashboard-tab .grid-wrapper .k-grid .k-grid-header {
    padding-right: 0 !important;
}

.dropdown-menu.visa_details table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.bg-world-map {
    background: url(../images/world_map.svg) center/contain no-repeat;
}

.grid-wrapper.dashboard-grid-wrapper {
    border-width: 1px 0 0;
    border-radius: 0 0 5px 5px;
    border-color: #CFCFCF;
}


.grid-wrapper.dashboard-grid-wrapper .k-grid th.k-header {
    background: #ffffff;
}

.dashboard-grid-header .input-wrapper select.custominput {
    border-width: 0 0 0 1px !important;
    border-color: #CFCFCF !important;
    border-radius: 0 5px 0 0!important;
}

.dashboard-grid-header p {
    padding-left: 12px;
}

.pie-chart-wrapper h6 {
    padding: 14px 0 0 10px;
}

.pie-chart-wrapper .k-chart {
    height: 300px;
}

.visa_details_wrapper, .crew_visa_details_wrapper {
    width: fit-content;
}

.visa_backdrop_shadow {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #AAAAAA;
    mix-blend-mode: multiply;
    z-index: 9;
    top: 0;
}

.dropdown-menu.visa_details::after {
    content: '';
    border-style: solid;
    position: absolute;
    right: 15;
}

.dropdown-menu.visa_details[data-popper-placement="bottom-end"]::after,
.dropdown-menu.visa_details[data-popper-placement="bottom-start"]::after {
    border-width: 0 6px 9px;
    border-color: transparent transparent #ffffff;
    bottom: calc(100% + 1px);
}

.dropdown-menu.visa_details[data-popper-placement="top-end"]::after,
.dropdown-menu.visa_details[data-popper-placement="top-start"]::after {
    border-width: 9px 6px 0;
    border-color: #ffffff transparent transparent;
    top: calc(100% + 1px)
}

.dropdown-menu.visa_details[data-popper-placement="bottom-start"]::after,
.dropdown-menu.visa_details[data-popper-placement="top-start"]::after {
    left: 15px;
    right: unset;
}

.visa_details table {
    table-layout: auto !important;
}

.red-dot {
    height: 8px;
    width: 8px;
    background-color: #FF0000;
    border-radius: 50%;
}

.green-dot {
    height: 8px;
    width: 8px;
    background-color: #32B112;
    border-radius: 50%;
}

.dropdown-menu.visa_details {
    background: #FFFFFF;
    border: 1px solid #D2D2D2 !important;
    border-radius: 5px;
    z-index: 99;
}

.dropdown-menu.visa_details table th {
    padding: 12px;
    border-bottom: 0.5px solid #CFCFCF !important;
}

.dropdown-menu.visa_details table td {
    height: 45px;
}

.dropdown-menu.visa_details table td,
.dropdown-menu.visa_details table th {
    white-space: nowrap;
}


.employee-grid.k-grid {
    height: calc(100vh - 152px);
}

.mark-entry,
.mark-exit {
    width: 12px;
    height: 12px;
}

.mark-entry {
    background: url(../images/enter_icon.svg) center/contain no-repeat;
}

.mark-exit {
    background: url(../images/exit.svg) center/contain no-repeat; 
}

.entry-exit-dropdown .dropdown-menu {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px #0051ba40;
    padding: 12px;
}

.green-color-txt {
    color: #32B112 !important;
}

.red-color-txt {
    color: #FF0000 !important;
}

.entry-exit-dropdown .dropdown-menu .input-wrapper .custominput {
    box-sizing: border-box;
}

.k-grid .k-grid-norecords .no-results-wrapper {
    padding-block: 24px;
}

.on_vacation{
    color: #A8A8A8 !important;
}

.chart-overlay{
    margin-top: 68px;
    margin-bottom: 68px;
}

.view_uploaded_file{
    cursor: pointer;
}

.notifications-wrapper {
    padding: 25px 14px;
}

.notification-date span {
    border-radius: 20px;
    border: 1px solid #DFDFDF;
    background: #F1F1F1;
    display: block;
    margin-inline: auto;
    width: fit-content;
    width: -webkit-fit-content;
	width: -moz-fit-content;
    padding: 10px 14px;
    white-space: nowrap;
    position: relative;
    z-index: 3;
}

.notification-date,
.notifications-wrapper .notifications:not(:last-child) .notfication-day-list {
    margin-bottom: 25px;
}

.notification-date::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E1DDDD;
    position: absolute;
    left: 0;
    top: 20px;
}

.notfication-info img,
.notifications-details li img {
    margin-right: 5px;
    object-fit: cover;
}

.notfication-info .time-info {
    width: 98px;
    flex-shrink: 0;
}

.notfication-info {
    padding-left: 16px;
}

.notfication-day-list .notfication-info:not(:last-child) {
    padding-bottom: 25px;
}

.notfication-info::before,
.notfication-day-list .notfication-info:not(:last-child)::after {
    content: '';
    position: absolute;
}

.notfication-info::before {
    background: #CACACA;
    border: 1px solid #B0B0B0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    flex-shrink: 0;
}

.notfication-day-list .notfication-info:not(:last-child)::after {
    width: 1px;
    background: #CDCACA;
    height: calc(100% - 9px);
    left: 4;
    top: 17px;
}

.notfication-info.disabled p,
.notfication-info.disabled img {
    opacity: 0.5;
}

.progress-bar-info {
    background: #383838;
    border: 1px solid #CBCACA;
    padding: 6px 10px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 113%; 
}

.progress-bar-info::before {
    border-color: transparent transparent #CBCACA;
    border-width: 0 6px 9px;
}

.progress-bar-info:after {
    border-color: transparent transparent #383838;
    border-width: 0 5px 8px;
}

.progress-bar-info::after,
.progress-bar-info::before {
    content: '';
    position: absolute;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 1px);
}

.move-employee-dropup .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

.hr-divider {
    border-color: #F19F58;
    margin: 48px 30px 14px;
}

.notfication-btn {
    background: url(../images/notification-icon.svg) center/contain no-repeat;
    width: 20px;
    height: 21px;
}

.notification-count {
    width: 18px;
    height: 18px;
    background: #0B7A31;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifications-details h6 {
    background: #EFEFEF;
    padding: 9px 12px;
}

.notifications-details ul li {
    padding: 10px 12px;
}

.notifications-details ul li:not(:last-child) {
    border-bottom: 1px solid #CFCFCF;
}

.notifications-details ul li p:not(.no-notifications):last-child {
    color: #A8A8A8;
}

.notifications-details ul li p:not(.no-notifications):last-child,
.day-status {
    font-size: 12px;
    line-height: 14px;
}

.all-notifications-btn {
    color: var(--primary-color) !important;
}

.notifications-btn-wrapper {
    border-top: 1px solid #CFCFCF;
    padding: 15px 12px;
}

.all-notifications-btn::after {
    content: '';
    background: url(../images/arrow.svg) center/contain no-repeat;
    display: inline-block;
    width: 5px;
    height: 7px;
    transform: scale(-1);
    margin-left: 5px;
}

.notifications-dropdown .dropdown-menu {
    width: 420px;
}

.f14 {
    font-size: 14px;
}

.profile-dropdown .dropdown-toggle img {
    border: 1px solid #C5C5C5;
    margin-left: 5px;
}

.profile-dropdown .dropdown-toggle span {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
}

.notifications-details {
    max-height: 24rem;
    overflow-y: auto;
}

.notifications-details h6 {
    position: sticky;
    top: 0;
    background-color: #f1f1f1; /* Add any background color you prefer for the sticky header */
    padding: 10px; /* Add padding to give some space around the sticky header */
    z-index: 1; /* Set a higher z-index to make sure it appears above other content while scrolling */
}

.secondarybutton.reset_confirmation{
    text-decoration: none;
}

.secondarybutton.reset_confirmation:hover{
    color: #F38222;
}

.dashboard-tab .grid-wrapper .k-grid td {
    overflow: visible;
}

.k-input-value-text {
    margin-top: 0 !important;
}

.visa_details_wrapper {
    padding: 12px 12px 12px 0;
    margin-block: -12px;
}

.notifications-wrapper .no-results-wrapper {
    min-height: calc(100vh - 150px);
}

.project-crew-popup {
    max-height: 320px;
    overflow: auto;
}

.exportProject{
    min-width: 125px;
}

.project-tabs .grid-wrapper .k-grid {
    height: calc(100vh - 150px);
}

.k-grid .k-grid-norecords {
    height: calc(100% - 1px) !important;
}

.staff_details_info_wrapper {
    background: #F8F8FF;
    color: #2E2D2D;
    width: 450px;
    flex-shrink: 0;
    border-radius: 5px 0 0 5px;
}

.edit_staff,
.edit_visa_details,
.edit_certificate_details {
    width: 17px;
    height: 17px;
    border: none;
    background: url(../images/edit_icon.svg) center/contain no-repeat;
}

.staff_details_img {
    width: 90px;
    height: 90px;
    border-radius: 2px;
    object-fit: cover;
    /* border: 0.5px solid #C2C2C2; */
}

.user_profile_wrapper .staff_details_img {
    margin-bottom: 5px;
}

.employee_info td {
    padding: 0;
}

.employee_info tr td:nth-child(2) {
    padding-inline: 8px;
    width: 0;
}

.employee_info tr:not(:last-child) td {
    padding-bottom: 20px;
}

.employee_info td:not(:last-child):not(.pre_production_info) {
    color: #767676;
}

.employee_info td:last-child {
    color: #2E2D2D;
}

.staff-details-edit-modal .modal-content {
    padding: 16px 20px 20px;
}

.custominput.custominput_border_left {
    border-left: none !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.profile_image_wrapper.show{
    z-index: 99999 !important;
}

.custom_error_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    color: red !important;
}

.custom_error_text.staff_edit {
    position: absolute;
    top: 100%;
}

.custom_error_text.staff_add {
    position: absolute;
    top: 100%;
    white-space: nowrap;
    left: 0;
}


.gantt-chart-grid .k-gantt-header,
.gantt-chart-grid .k-gantt-footer,
.gantt-chart-grid .k-task-content .k-task-template {
    display: none;
}

.gantt-chart-grid .k-treelist-group .k-icon:not(.k-i-none):before {
    margin-right: 5px;
}


.gantt-chart-grid .k-gantt-treelist .k-grid-content table tr:hover td,
.gantt-chart-grid.k-gantt .k-treelist .k-selected td,
.gantt-chart-grid .k-gantt-timeline .k-selected .k-task-summary-complete,
.k-menu-popup .k-menu-item:hover {
    background: #DFEDFF;
}

.gantt-chart-grid .k-gantt-timeline .k-task-complete {
    background: #C0C6F4;
}

.gantt-chart-grid .k-grid-header th.k-header:first-child {
    border-top-left-radius: 0;
}

.gantt-chart-grid .k-grid {
    height: 100%;
}


.gantt-chart-grid.k-gantt .k-splitbar {
    width: 1px;
    background: #CFCFCF;
    ;
    border: none;
}

.gantt-chart-grid.k-gantt .k-grid-header-wrap .k-header,
.gantt-chart-grid .k-grid td {
    vertical-align: middle;
}

.gantt-chart-grid .k-grid td:not(.k-header) {
    border-bottom: 0.8px solid #E6E6E6 !important;
}

.gantt-chart-grid .k-gantt-timeline .k-task-single {
    background: #F2F8FF;
    color: #2E2D2D;
}

.gantt-chart-grid .k-gantt-timeline .k-task-summary-complete {
    background: #A8A8A8;
}

.gantt-chart-grid .k-gantt-timeline .k-task-summary {
    background: #E6E6E6;
}

.gantt-chart-grid.k-gantt .k-grid-header-wrap .k-header {
    background: #EFEFEF;
}

.gantt-chart-grid.k-gantt .k-gantt-timeline .k-grid-header tr:first-child td {
    border-bottom: 0.5px solid #CFCFCF !important;
}
.project-palnner-grid-wrapper { 
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: calc(100vh - 98px);
    background: #ffffff;
}


.project-palnner-grid td {
    padding: 8px 6px;
    background: #ffffff;
    color: #2E2D2D;
    height: 50px;
}

.project-palnner-grid tbody tr td:nth-child(n+3):not(:last-child),
.project-palnner-grid thead tr:last-child th:not(:last-child) {
    border-right: 0.5px solid #E8E7E7;
}

.employee-profile img,
.employee-name img,
.employee-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.employee-profile p,
.planner-crew-name {
    width: 150px;
    font-weight: 500;
}

.project-palnner-grid tbody tr td:nth-child(2) p,
.employee-profile p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.employee-profile {
    column-gap: 4px;
}

.employee-profile,
.employee-profile-wrapper {
    display: flex;
    align-items: center;
}

.employee-profile-wrapper {
    justify-content: space-between;
}

.project-palnner-grid thead tr:last-child th {
    text-align: center;
}

.day-status {
    padding: 5px 4px;
    text-align: center;
    min-width: 64px;
    display: block;
}

.day-status.off-bg {
    background: #E7D9DB;
    color: #AE989C;
}

.day-status.wh-bg {
    background: #FFD1AA;
    color: #C58855;
}

.day-status.vacation-bg {
    background: #DBE4FF;
    color: #748ACB;
}

.day-status.color-1 {
    background: #BCFDAB;
    color: #49A431;
}

.day-status.color-2 {
    background: #FFC3F9;
    color: #C756C9;
}

.day-status.color-3 {
    background: #B8F5F5;
    color: #499EA1;
}

.day-status.color-4 {
    background: #FFEC8A;
    color: #928440;
}

.day-status.bg-uae {
    background: #FFB7B7;
    color: #B84545;
}

.day-status.color-1.return {
    background: #96E981;
    color: #2D731B;
}

.day-status.color-2.return {
    background: #EB89E1;
    color: #7A477B;
}

.day-status.color-3.return {
    background: #79DADA;
    color: #479093;
}

.day-status.color-4.return {
    background: #FFD600;
    color: #928440;
}

.day-status.grey-bg {
    background: #EFECEC;
    color: #CACACA;
}

.add-btn {
    background: url(../images/plus_icon.svg) center/contain no-repeat;
    width: 30px;
    height: 30px;
    background-size: 12px;
    margin-left: 2px;
    flex-shrink: 0;
    border-radius: 5px;
    transition: 0.3s all;
}

.dummy-add-btn {
    width: 30px;
    height: 30px;
    background-size: 12px;
    margin-left: 2px;
    flex-shrink: 0;
    border-radius: 5px;
    transition: 0.3s all;
}

.add-btn:hover,
.add-btn:focus {
    background-color: #DFEDFF;
}

.project-palnner-grid thead tr:first-child th:nth-child(2),
.project-palnner-grid tbody tr td:nth-child(2) {
    filter: drop-shadow(1px 0px 1px #0000000d);
}

.project-palnner-grid thead tr:first-child th:nth-child(-n+2),
.project-palnner-grid tbody tr td:nth-child(-n+2),
.project-palnner-grid thead {
    position: sticky;
}

.project-palnner-grid thead tr:first-child th:first-child,
.project-palnner-grid tbody tr td:first-child,
.crew-list tbody tr td:first-child,
.crew-list thead tr:first-child th:first-child {
    left: 0;
}

.project-palnner-grid thead tr:first-child th:nth-child(2),
.project-palnner-grid tbody tr td:nth-child(2) {
    left: 236px;
}

.modal-wrapper .modal-content {
    border-radius: 10px;
    box-shadow: 1px 2px 6px 0px #0051ba33;
    padding: 20px;
}

.modal-wrapper .modal-header {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 15px;
}

.project-employee-info {
    background: #FFF9F4;
    padding: 15px 10px;
    min-width: 250px;
    flex-shrink: 0;
}

.project-employee-info img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.project-employee-info p span:first-child {
    min-width: 58px;
}

.project-employee-info hr {
    border-color: #E7E5E5;
    margin: 25px -10px 15px;
}

.add-to-project-modal .modal-dialog {
    max-width: 1330px;
}

.progress-bar-bg-1 {
    background: #FFDB1C;
}

.progress-bar-bg-2 {
    background: #7EDE44;
}

.progress-bar-bg-3 {
    background: #FE2712;
}

.projec-status-progress .progress-bar:last-child {
    border-radius: 0 4px 4px 0
}

.crew-members-btn {
    color: var(--primary-color) !important;
}

.crew-members-btn::after {
    content: '';
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: var(--primary-color) transparent transparent;
    vertical-align: middle;
    display: inline-block;
    margin-left: 3px;
}

.crew-members-btn[aria-expanded="true"]::after {
    border-width: 0 4px 5px; 
    border-color: transparent transparent var(--primary-color);
}

.add-to-project-modal .primarybutton,
.add-to-project-modal .secondarybutton,
.modal-wrapper .modal-footer .primarybutton,
.modal-wrapper .modal-footer .secondarybutton {
    min-width: 86px;
}

.project-palnner-grid tbody tr td:nth-child(-n+2) {
    padding-left: 14px;
}

.project-palnner-grid thead,
.crew-list thead {
    top: 0;
    z-index: 2;
}

.hr-divider.divider-1 {
    margin-top: 14px;
}

.project-palnner-grid tbody tr td:nth-child(2) p {
    max-width: 150px;
}

.staff_details_info_wrapper {
    background: #F8F8FF;
    color: #2E2D2D;
}

.edit_staff {
    width: 16px;
    height: 16px;
    border: none;
    background: url(../images/edit_icon.svg) center/contain no-repeat;
}

.custominput.custominput_border_right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.project-palnner-grid th {
    padding: 4px 14px;
    white-space: nowrap;
}

.project-role-input-wrapper {
    padding: 15px 0 20px 15px;
}

.projec-status-progress {
    height: 7px;
    border-radius: 4px;
}

.projec-status-progress .progress-bar,
.projec-status-progress {
    position: relative;
    overflow: visible;
}

.projec-status-progress::before,
.projec-status-progress .progress-bar::after {
    content: '';
    width: 1px;
    height: 10px;
    background: #2E2D2D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.projec-status-progress::before {
    left: 0;
}

.projec-status-progress .progress-bar::after {
    right: 0;
}

.projec-status-progress .progress-bar:first-child {
    border-radius: 4px 0 0 4px
}

.staff-details-visa-project {
    min-width: 0;
    flex: 1;
    padding: 25px 20px;
}

.certificate-details-list tbody tr td:nth-child(2) .input-wrapper {
    max-width: 440px;
}

.width-0 {
    width: 0 !important;
}

.certificate-details-list tbody tr:not(.add-tr) td:first-child {
    width: 330px;
}

.export-project-btn-wrapper {
    margin-bottom: -30px;
}

.visa_details_wrapper .dropdown-menu .no-results-wrapper img {
    max-width: 65px;
    height: auto;
}

.visa_details_wrapper .dropdown-menu .no-results-wrapper .no-result {
    margin-top: 8px !important;
}

.visa_details_wrapper .dropdown-menu .no-results-wrapper {
    padding: 12px;
    box-sizing: border-box;
}

.project-palnner-grid thead tr:first-child th:nth-child(n+3):not(:last-child) {
    /* border-right: 1px solid #CECECE;  */
    border-right: 1px solid #E8E7E7;
}

.project_basic_details .employee_info tr td:first-child {
    min-width: 175px;
}

.project_details_docs {
    text-decoration: none;
}

.project_details_docs:hover {
    color: var(--primary-color);
}

.custom_progress_bar {
    border-left: 0.5px solid #DADADA;
    padding: 20px !important;
}

/* .custom_progress_bar .projec-status-progress {
    max-width: 480px;
} */

.black_color_txt {
    color: #2E2D2D !important;
}

.add-to-project-modal .modal-dialog {
    padding-top: 40px;
}

.edit-project-details-modal .modal-dialog {
    max-width: 860px;
}

.edit-project-details-modal .modal-dialog-scrollable .modal-body {
    max-height: calc(100vh - 263px);
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.edit-profile-modal .modal-dialog {
    max-width: 952px;
}

.edit-profile-modal .staff_details_img {
    width: 64px;
    height: 64px;
}

.upload-icon {
    background: url(../images/upload_icon.svg) center/contain no-repeat;
    background-size: 23px;
    background-color: #88888880;
    transform: scale(0);
    transition: 0.3s all;
    border-radius: 2px;
    cursor: pointer;
}

.image-upload:hover .upload-icon {
    transform: scale(1);
}

.confirmation-modal .modal-dialog {
    max-width: 632px;
}

.attach_file_wrapper {
    background: #FFFFFF;
    border: unset !important;
    padding: 10px 12px;
}

.attach-description-wrapper hr {
    border-top: 1.5px dashed #D9E5F5;
    margin: 0px 12px;
    opacity: 1;
}

.attach-description-wrapper .k-upload .k-dropzone {
    padding: 0;
}

.attach-description-wrapper .k-upload-files {
    margin-top: 10px;
    border-color: #D9E5F5;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
}

.attach-description-wrapper .k-upload-files .k-file {
    padding: 8px;
    border: 1px solid #D9E5F5;
    border-radius: 5px;
    color: #2E2D2D;
    align-items: center;
}

.attach-description-wrapper .k-upload-files .k-file>.k-file-name-size-wrapper {
    margin-inline: 4px;
}

.attach-description-wrapper .k-upload-files .k-file-group-wrapper .k-file-group {
    font-size: 22px;
    color: #A7A7A7;
}

.attach-description-wrapper .k-upload-files .k-file .k-upload-action {
    margin-right: 0;
    width: 16px;
    height: 16px;
    opacity: 0.9;
}

.attach-description-wrapper .k-upload-files .k-file>.k-file-name-size-wrapper .k-file-name {
    font-size: 15px;
    line-height: 23px;
}

.k-button-solid-base.k-focus, 
.k-button-solid-base:focus {
    box-shadow: none !important;
}

.table-wrapper .service-details-list tbody tr:not(.add-tr) td {
    height: 57px;
}

.actual-start-end-date {
    left: calc(100% - 34px);
}

.btn.action-btn {
    background: url(../images/action_btn_iocn.svg) center no-repeat;
    border: 1px solid var(--primary-color) !important;
    border-radius: 4px;
    padding: 4px;
    background-size: 16px;
    width: 18px;
    height: 8px;
    background-color: #ffffff !important;
}

.loader-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7E7E7;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
}

.loader {
    font-size: 6px;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    display: block;
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #2E2D2D, 1.8em -1.8em 0 0em rgba(46,45,45, 0.2), 2.5em 0em 0 0em rgba(46,45,45, 0.2), 1.75em 1.75em 0 0em rgba(46,45,45, 0.2), 0em 2.5em 0 0em rgba(46,45,45, 0.2), -1.8em 1.8em 0 0em rgba(46,45,45, 0.2), -2.6em 0em 0 0em rgba(46,45,45, 0.5), -1.8em -1.8em 0 0em rgba(46,45,45, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(46,45,45, 0.7), 1.8em -1.8em 0 0em #2E2D2D, 2.5em 0em 0 0em rgba(46,45,45, 0.2), 1.75em 1.75em 0 0em rgba(46,45,45, 0.2), 0em 2.5em 0 0em rgba(46,45,45, 0.2), -1.8em 1.8em 0 0em rgba(46,45,45, 0.2), -2.6em 0em 0 0em rgba(46,45,45, 0.2), -1.8em -1.8em 0 0em rgba(46,45,45, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(46,45,45, 0.5), 1.8em -1.8em 0 0em rgba(46,45,45, 0.7), 2.5em 0em 0 0em #2E2D2D, 1.75em 1.75em 0 0em rgba(46,45,45, 0.2), 0em 2.5em 0 0em rgba(46,45,45, 0.2), -1.8em 1.8em 0 0em rgba(46,45,45, 0.2), -2.6em 0em 0 0em rgba(46,45,45, 0.2), -1.8em -1.8em 0 0em rgba(46,45,45, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(46,45,45, 0.2), 1.8em -1.8em 0 0em rgba(46,45,45, 0.5), 2.5em 0em 0 0em rgba(46,45,45, 0.7), 1.75em 1.75em 0 0em #2E2D2D, 0em 2.5em 0 0em rgba(46,45,45, 0.2), -1.8em 1.8em 0 0em rgba(46,45,45, 0.2), -2.6em 0em 0 0em rgba(46,45,45, 0.2), -1.8em -1.8em 0 0em rgba(46,45,45, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(46,45,45, 0.2), 1.8em -1.8em 0 0em rgba(46,45,45, 0.2), 2.5em 0em 0 0em rgba(46,45,45, 0.5), 1.75em 1.75em 0 0em rgba(46,45,45, 0.7), 0em 2.5em 0 0em #2E2D2D, -1.8em 1.8em 0 0em rgba(46,45,45, 0.2), -2.6em 0em 0 0em rgba(46,45,45, 0.2), -1.8em -1.8em 0 0em rgba(46,45,45, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(46,45,45, 0.2), 1.8em -1.8em 0 0em rgba(46,45,45, 0.2), 2.5em 0em 0 0em rgba(46,45,45, 0.2), 1.75em 1.75em 0 0em rgba(46,45,45, 0.5), 0em 2.5em 0 0em rgba(46,45,45, 0.7), -1.8em 1.8em 0 0em #2E2D2D, -2.6em 0em 0 0em rgba(46,45,45, 0.2), -1.8em -1.8em 0 0em rgba(46,45,45, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(46,45,45, 0.2), 1.8em -1.8em 0 0em rgba(46,45,45, 0.2), 2.5em 0em 0 0em rgba(46,45,45, 0.2), 1.75em 1.75em 0 0em rgba(46,45,45, 0.2), 0em 2.5em 0 0em rgba(46,45,45, 0.5), -1.8em 1.8em 0 0em rgba(46,45,45, 0.7), -2.6em 0em 0 0em #2E2D2D, -1.8em -1.8em 0 0em rgba(46,45,45, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(46,45,45, 0.2), 1.8em -1.8em 0 0em rgba(46,45,45, 0.2), 2.5em 0em 0 0em rgba(46,45,45, 0.2), 1.75em 1.75em 0 0em rgba(46,45,45, 0.2), 0em 2.5em 0 0em rgba(46,45,45, 0.2), -1.8em 1.8em 0 0em rgba(46,45,45, 0.5), -2.6em 0em 0 0em rgba(46,45,45, 0.7), -1.8em -1.8em 0 0em #2E2D2D;
    }
}

button[disabled="disabled"] {
    opacity: 0.5 !important;
}

.project-tabs .dropdown.visa_details_wrapper .dropdown-menu.visa_details {
    position: fixed !important;
}

.project-palnner-grid tbody tr td:nth-child(n+3), .project-palnner-grid thead tr:last-child th {
    width: 50px;
    max-width: 50px;
}

.crew-employee-grid .k-grid-header-wrap>table>colgroup col:not(:first-child),
.crew-employee-grid .k-grid-content>table>colgroup col:not(:first-child) {
    min-width: 200px;
}

.back-to-list-btn::before {
    content: '';
    display: block;
    background: url(../images/left_arrow.svg) center/contain no-repeat;
    width: 10px;
    height: 14px;
}

.menu-links-wrapper {
    overflow-y: auto;
    max-height: calc(100vh - 77px);
    /* scrollbar-color: #8A8A8A transparent; */
}

.menu-links-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.menu-links-wrapper::-webkit-scrollbar-thumb {
    background: #8A8A8A;
    border-radius: 6px;
} 

.add-to-project-modal :where(.add-crew-form, #crew_member, .add-project-btns, .modal-header) {
    margin-right: 12px;
}

.add-to-project-modal.modal-wrapper .modal-content {
    padding-right: 8px;
}

.crew-list :where(th , td) {
    font-size: 14px;
    line-height: 18px;
    color: #2E2D2D;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #CECECE;
}

.crew-list :where(tr th:not(:last-child) , tr td:not(:last-child)) {
    border-right: 1px solid #CECECE; 
}

.crew-list th {
    border-bottom-color: #CFCFCF;
    padding: 0;
    text-align: center;
}

.crew-list td {
    padding: 4px 14px;
}

.crew-list thead,
.crew-list tbody tr td:first-child,
.crew-list thead tr:first-child th:first-child {
    position: sticky;
    background: #FFFFFF;
}

.crew-profile {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.crew-profile img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    display: block;
}

.crew-profile p {
    border-top: 1px solid #CECECE;
    padding: 10px;
}

.crew-user-name {
   display: grid;
   place-items: center; 
   flex-grow: 1;
}

.color-1 {
    background: #BCFDAB;
    /* color: #49A431; */
}

.color-2 {
    background: #f8e6f6;
    /* color: #C756C9; */
}

.color-3 {
    background: #B8F5F5;
    /* color: #499EA1; */
}

.color-4 {
    background: #FFEC8A;
    /* color: #928440; */
}

.bg-uae {
    background: #FFB7B7;
    /* color: #B84545; */
}

.today-bg {
    background: #6b6857 !important;
    color: #f1f0ea !important;
}

.profile-wrapper, .designation-name{
    width: 110px;
}

.designation-name, .project-name{
    cursor: default;
}