﻿.im {
    max-width: 150px;
}

.login-page-bg {
    background: url(/images/login-bg.jpg) no-repeat;
}

.profile-pic img {
    width: 100%;
    border-radius: 5px;
}

.datepicker tfoot {
    display: none;
}

.borderLeftHoliday {
    border-left: 2px solid #6f42c1;
}

.borderLeftLeave {
    border-left: 2px solid #FB8B08;
}

.cus-tooltip-head-holiday {}

.cus-inside-holiday-tooltip {
    background: rgba(114, 57, 234, 0.1);
    padding: 4px 5px;
    display: flex;
    justify-content: space-between;
}

#kt_brand {
    background: #ffffff;
}

.imgCol {
    border: 1px solid #c7c7c7;
    height: 45px;
    width: 45px;
    padding: 4px;
    border-radius: 100%;
    margin-right: 1.5rem;
}

.imgCol img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    margin: 0 auto;
}

.firstCol {
    display: flex !important;
    align-items: center;
}

.collapseContent {
    display: none;
}

.collapseContent.active {
    display: block;
}

.brand-logo {
    width: 40px;
    height: auto;
}

.brand-logo img {
    width: 100%;
}

.productImage {
    height: 250px;
    width: 250px;
    background-size: cover;
}

.height300 {
    height: 400px;
}

.img-col img {
    width: 100%;
}

.img-colum img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.makeCompanyEmployeeActive,
.makeOfferActive,
.makeLocationActive,
.makeBannerActive,
.makeUserActive,
.makeActivityActive {
    color: #1bc5bd !important;
}

.logo-width {
    width: 45px !important;
}

/* hide the default sort order triangles */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
    background-image: none;
    cursor: pointer !important;
    content: none;
}

/* sorted ascending */
table.dataTable thead .sorting_asc:after {
    padding-left: 0.5em;
    content: "🡅" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}

/* sorted descending */
table.dataTable thead .sorting_desc:after {
    padding-left: 0.5em;
    content: "🡇" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}

.dataTables_wrapper .dataTable td.sorting_asc,
.dataTables_wrapper .dataTable th.sorting_asc {
    color: #4BAF47 !important;
}

.modal-fullscreen {
    padding-left: 0 !important;
}

.modal.modal-fullscreen .modal-dialog {
    width: calc(100% + 10px);
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.kanban-board {
    margin-bottom: 0px !important;
}

.kanban-drag {
    max-height: calc(100vh - 330px);
    overflow: hidden;
    overflow-y: scroll;
}

.symbol.symbol-light-webority .symbol-label {
    background-color: #ffece5;
    color: #ff4400;
}

.symbol.symbol-webority .symbol-label {
    background-color: #ff4400;
    color: #ffffff;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn-group:hover>.dropdown-menu {
    display: block;
}

.btn-group>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.word-break-all {
    word-break: break-all;
}

.overflowYAuto {
    overflow-y: auto;
}

#Input_ProjectImage-error.invalid-feedback {
    position: absolute;
    bottom: -146px;
    text-wrap: nowrap;
    left: -55px;
}

/* Modal 100vh Scroll enabled css */
.innerWrapScroll {
    height: calc(100vh - 211px);
    overflow-x: hidden;
    overflow-y: auto;
}

.innerWrapScrollRight {
    position: relative;
    padding-top: 60px;
}

.surveyorBox {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.innerWrapScrollRight .nav-tabs-line {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
}

.cusFixedTextarea {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
}

.cusCommantSection {
    position: relative;
    padding-top: 110px;
}

.cus-messages {
    height: calc(100vh - 422px);
    overflow-x: hidden;
    overflow-y: auto;
}

.cus-row {
    height: calc(100vh - 209px);
}

.cusScrollHidden {
    overflow: hidden !important;
}

.cus-attachHistory {
    height: calc(100vh - 272px);
    overflow-x: hidden;
    overflow-y: auto;
}

.verticalMiddle {
    vertical-align: middle !important;
}

.checkbox-list.position-relative .invalid-feedback {
    position: absolute;
    bottom: -20px;
}

.cus-error-bx .invalid-feedback {
    display: none !important;
}

.flaticon2-cancel-music:before {
    padding-top: 1px;
}

.bg-hover-primary:hover .texthover {
    color: #ffffff !important;
}

.login-form.login-signin {
    width: 480px;
}

.max-h-75px {
    max-height: 75px !important;
}

.mb-6,
.my-6 {
    margin-bottom: 1.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-control.form-control-solid {
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    color: #3f4254;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.flex-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.bgi-size-cover {
    background-size: cover;
}

.display3 {
    font-size: 3.5rem !important;
}

/* Keshav style */

.aside {
    width: 265px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #111111;
}

.aside-fixed .wrapper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.brand-logo span {
    font-size: 21px;
    font-weight: 700;
    padding: 6px 8px;
    color: #ffffff;
}

.aside-menu,
#kt_brand {
    background-color: #111111;
}

a.brand-logo:hover span {
    color: #ffffff;
}

.aside-fixed.aside-minimize a.brand-logo span {
    display: none;
}

/* .aside-fixed.aside-minimize, .aside-fixed .brand {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */
.aside-fixed .brand {
    width: auto;
    height: auto
}

.aside-fixed .brand .brand-logo {
    width: auto;
    align-items: center;
}

.menu-nav {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.aside-menu .menu-nav .menu-item {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 10px;
}

.aside-menu .menu-nav .menu-item>.menu-heading,
.aside-menu .menu-nav .menu-item>.menu-link {
    -ms-flex-align: center;
    align-items: center;
}

.aside-menu .menu-nav>.menu-item>.menu-heading,
.aside-menu .menu-nav>.menu-item>.menu-link {
    width: 100%;
    overflow: hidden;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-name {
    color: #009b6c;
    font-weight: 500;
    font-size: 14px;
}

.menuItemCustom.menu-item-active {
    background: #e7f8f0 !important;
    border-radius: 10px !important;
}

li.menu-item.menuItemCustom.tooltip-handler.menu-item-active {
    background-color: #4BAF47 !important;
}

.aside-menu .menu-nav>.menu-item>.menu-heading,
.aside-menu .menu-nav>.menu-item>.menu-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-wrap-mode: nowrap;
}

.menuItemCustom:hover {
    background: #4BAF47 !important;
    border-radius: 10px !important;
}

.menuItemCustom:hover .menu-name {
    color: #009b6c;
    font-weight: 500;
    font-size: 14px;
}

.aside-menu .menu-nav>.menu-item>.menu-link .menu-icon {
    color: #ffffff;
}

.menuItemCustom {
    margin-bottom: 4px !important;
}

.aside-minimize:not(.aside-minimize-hover) .brand {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 6px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.aside-minimize:not(.aside-minimize-hover) .brand img.mainLogo {
    width: 286px;
}

.aside-fixed .brand {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;
}

.aside-minimize:not(.aside-minimize-hover) .aside-menu .menu-nav>.menu-item>.menu-link>.menu-icon {
    color: #ffffff;
}

.aside-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* border-top: 1px solid #ffffff26; */
}

.aside-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* border-top: 1px solid #ffffff26; */
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding: 0 18px;
}

.aside-fixed.aside-minimize .aside-toggle {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside-fixed .aside-toggle {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-BTN {
    width: 100% !important;
    /*    background: rgb(93 180 146) !important;*/
    height: 44px !important;
    border-radius: 0.42rem;
}

.custom-BTN:hover {
    background: #4baf47 !important;
}

.aside-footer i {
    color: #ffffff;
}

.aside-fixed.aside-minimize .menuItemCustom .menu-name {
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside-fixed .menuItemCustom .menu-name {
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside-enabled .header.header-fixed {
    left: 266px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.topbar.topbar-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-fixed.aside-minimize .header {
    left: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumb-first-before:before {
    display: none !important;
}

.profile-info .kt_quick_user_toggle {
    width: 100% !important;
}

.profile-info {
    width: 100%;
    margin-bottom: 10px;
}

.profile-info .btn {
    justify-content: flex-start !important;
}

.profile-info .btn:hover {
    background-color: rgb(255 255 255 / 30%) !important;
    border-color: #029b6d !important;
}

.aside-fixed.aside-minimize .profile-info .profile-content {
    display: none;
    text-wrap-mode: nowrap;
}

.profile-info .kt_quick_user_toggle {
    color: #7e8299;
    background-color: rgb(255 255 255 / 25%);
    border-color: #029b6d;
}

.aside-fixed .profile-info .profile-content {
    visibility: visible;
    transition: all ease 0.5s;
}

.profile-info .dropdown-toggle:after {
    display: none;
}

.aside-fixed.aside-minimize .profile-info .profile-content {
    visibility: hidden;
    transition: all ease 0s;
}

.profile-info .dropdown-menu.show {
    min-width: 100% !important;
    top: -9px !important;
    background-color: rgb(51 177 141);
    padding: 5px !important;
}

.profile-info .dropdown-menu.show .dropdown-item {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px !important;
    padding: 7px 4px;
}

.profile-info .dropdown-menu.show .dropdown-item i {
    margin-right: 7px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-info .dropdown-menu.show .dropdown-item:focus,
.profile-info .dropdown-menu.show .dropdown-item:hover {
    color: #029b6d;
    background: #e7f8f0 !important;
}

.profile-info .dropdown-menu.show .dropdown-item:hover i {
    color: #029b6d;
}

.aside-fixed.aside-minimize .dropdown-menu.show .dropdown-item.tooltip-handler {
    width: 35px;
    overflow: hidden;
}

.aside-fixed.aside-minimize .dropdown-menu.show .dropdown-item i {
    margin-right: 17px;
    padding-left: 6px;
}

.header.header-fixed {
    z-index: 90;
}

.aside-dropdown.menu-item-open {
    /* background-color: #e7f9f1; */
    border-radius: 10px;
}

.aside-dropdown {
    flex-direction: column !important;
}

.aside-dropdown .menu-submenu .menu-subnav .menuItemCustom .menu-link {
    padding: 0 0px !important;
    padding-left: 0px !important;
}

.report-ul li {
    padding: 0 0 !important;
}

/* .aside-minimize:not(.aside-minimize-hover)
  .aside-menu
  .menu-nav
  > .menu-item.menu-item-hover,
.aside-minimize:not(.aside-minimize-hover)
  .aside-menu
  .menu-nav
  > .menu-item.menu-item-open {
  background: #e7f9f1 !important;
} */
.menu-submenu-demo {
    display: none;
}

.aside-menu .menu-nav>.menu-item>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item>.menu-link .menu-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-wrap-mode: nowrap;
    padding-left: 12px;
}

.aside-menu .menu-nav>.menu-item>.menu-heading,
.aside-menu .menu-nav>.menu-item>.menu-link {
    transition: none;
    border-radius: 10px;
}

.aside-dropdown.active-dd .menu-submenu-demo {
    display: block;
    width: 100%;
}

.aside-dropdown.active-dd {
    /* background: #e7f8f0 !important; */
    border-radius: 10px !important;
}

.aside-dropdown.active-dd a i {
    color: #029b6d !important;
}

.aside-dropdown.active-dd a span {
    color: #029b6d !important;
}

/* .aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 10px;
    font-size: 1.3rem;
} */
/* .aside-dropdown.active-dd a.menu-link {
    min-width: 44px;
    height: 44px;
    background: #e7f8f0 !important;
    border-radius: 10px !important;
    display: flex !important;
    justify-content: center !important;
} */
/* .aside-menu .menu-nav > .menu-item > .menu-heading, .aside-menu .menu-nav > .menu-item > .menu-link {
    width: 44px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
} */
li.menu-item.menuItemCustom.tooltip-handler.aside-dropdown {
    display: flex;
    align-items: flex-start !important;
    padding: 0 0;
    transition: none !important;
}

.menuItemCustom.active-dd:hover {
    background: transparent !important;
}

.aside-dropdown.active-dd a.menu-link {
    background: #e7f8f0 !important;
    border-radius: 10px !important;
    padding: 0 15px !important;
}

.aside-dropdown a.menu-link {
    padding: 0 15px !important;
}

ul.report-ul {
    margin-top: 0px;
    padding-left: 0;
}

.aside-dropdown.active-dd .menu-submenu-demo {
    display: block;
    width: 100%;
    background-color: rgb(51 177 141);
    padding: 5px !important;
    margin-top: 6px;
    border-radius: 10px;
}

.report-ul li a i {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
}

.aside-minimize .report-ul li a span {
    display: none !important;
}

.report-ul li a span {
    display: block !important;
}

.aside-dropdown.active-dd .menu-submenu-demo ul li a {
    background: transparent !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    border-radius: 10px !important;
    padding: 0 0 0 0px !important;
    text-align: center;
}

.aside-dropdown.active-dd .menu-submenu-demo ul li a i {
    color: #ffffff !important;
}

.aside-dropdown.active-dd .menu-submenu-demo ul li a span {
    color: #ffffff !important;
}

.aside-dropdown.active-dd .report-ul a:hover i,
.aside-dropdown.active-dd .report-ul a:hover span {
    color: #029b6d !important;
}

.aside-dropdown.active-dd .menu-submenu-demo ul li a span {
    text-align: left;
    margin-bottom: 0 !important;
}

.aside-dropdown.active-dd .menu-submenu-demo ul li.menu-item-active a i {
    color: #029b6d !important;
}

.aside-dropdown.active-dd .menu-submenu-demo ul li.menu-item-active a span {
    color: #029b6d !important;
}

.label-container {
    display: inline-flex;
    align-items: center;
    background-color: #fff7e5;
    border-radius: 20px;
    padding: 7px 13px 7px 7px;
    font-family: Arial, sans-serif;
    gap: 10px;
}

.label-number {
    display: inline-block;
    background-color: #ffc107;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.surveyorBox .serveyor {
    height: calc(100% - 6px);
}

.rightSepartion {
    border-left: 1px solid #ebedf3;
    padding-left: 25px;
    margin-left: 25px;
}

.image-input [data-action="cancel"],
.image-input [data-action="remove"] {
    right: 10px;
    bottom: 10px;
}

.cardPerforming:first-child {
    padding: 0px 25px 0px 12.5px;
}

.cardPerforming:last-child {
    padding: 0px 12.5px 0px 25px;
    border-right: none;
}

.image-input-wrapper #Input_LogoStoragePath-error {
    display: none !important;
}

.backgroundImageDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 8;
}

.aside-menu .menu-nav>.menu-item>.menu-link {
    padding: 0px 0px;
}

.aside-minimize:not(.aside-minimize-hover) .aside {
    width: 80px;
}

.aside-minimize:not(.aside-minimize-hover) .brand .brand-logo img {
    display: block;
}

.aside-minimize:not(.aside-minimize-hover) .brand img.mainLogo {
    width: 170px;
}

.raiseTopTicketBox {
    background-image: url("../images/support_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 40px 150px 40px;
    width: 100%;
}

.supportDetailsCard {
    margin: -100px 50px 0px 50px;
}

.locationCustom.flaticon2-pin:before {
    font-size: 16px;
}

.header-fixed.subheader-fixed .subheader {
    top: 80px;
}

.header.header-fixed {
    height: 80px;
}

#Input_FinancialYearStartDate-error {
    position: absolute;
    bottom: -22px;
}

div#kt_aside_menu {
    height: calc(100vh - 194px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.aside .aside-menu.ps>.ps__rail-y:hover,
.aside .aside-menu.ps>.ps__rail-y:focus {
    background-color: transparent;
    opacity: 1;
}

.aside .aside-menu.ps>.ps__rail-y>.ps__thumb-y {
    background: transparent !important;
}

.ps__rail-y.ps--clicking,
.ps__rail-x {
    display: none !important;
}

/*.dataTables_wrapper .dataTable td:last-child, .dataTables_wrapper .dataTable th:last-child {
  display: flex;
  justify-content: flex-end;
}*/
.KREDLogoBox {
    width: 60px;
    border: 1px solid #ebedf3;
    padding: 5px 5px;
    border-radius: 8px;
}

.separatorCustom {
    border-left: 1px solid #ebedf3;
    margin: 0px 30px;
    height: 100%;
}

.flex-1 {
    flex: 1;
}

.targetAssignedBox {
    background-color: rgba(54, 153, 255, 0.08);
    border-radius: 8px;
    color: #3699ff;
    padding: 5px 13px;
}

.targetAchievedBox {
    background-color: rgba(132, 115, 247, 0.1);
    border-radius: 8px;
    color: #8473F7;
    padding: 5px 13px;
}

.font-size20 {
    font-size: 20px;
}

.width80 {
    width: 80px !important;
}

.label-xxl {
    width: 45px;
    height: 45px;
    font-size: 20px;
}

.approvalCustomCard {
    background-color: rgba(255, 193, 7, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.pendingCustomBox {
    border: 1px solid #EBEDF3;
    padding: 18px 12px;
    border-radius: 8px;
}

.complaintRadio {
    height: 100px;
    border: 1px solid #EBEDF3;
    border-radius: 10px;
    padding: 25px;
}

#complaintRadioCompliant:checked+label {
    background-color: rgba(13, 185, 105, 0.1);
    border: 1px solid #0DB969;
    background-image: url("../images/CompliantStatusImage/green-radio-button.png");
}

#complaintRadioCompliant+label,
#complaintRadioNonCompliant+label {
    background-image: url("../images/CompliantStatusImage/blank-radio-button.png");
    background-position: 94% 20%;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

#complaintRadioCompliant,
#complaintRadioNonCompliant {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    background-color: transparent;
}

.btn.btn-light-success,
.label.label-light-success {
    color: #4BAF47;
    background-color: #E4F3E3;
}

.btn.btn-light-success.focus:not(.btn-text),
.btn.btn-light-success:focus:not(.btn-text),
.btn.btn-light-success:hover:not(.btn-text):not(:disabled):not(.disabled) {
    background-color: #4BAF47;
}

/* .symbol.symbol-light-success .symbol-label {
  color: #4BAF47;
  background-color: #E2F9E1;
} */
.label.label-inline.label-lg {
    padding: .3rem .75rem;
}

.label.label-lg {
    height: auto;
}

.btn.btn-success {
    background-color: #4BAF47;
    border-color: #4BAF47;
}

.btn.btn-success.focus:not(.btn-text),
.btn.btn-success:focus:not(.btn-text),
.btn.btn-success:hover:not(.btn-text):not(:disabled):not(.disabled) {
    background-color: #2A9D25;
    border-color: #4BAF47;
}

.symbol.symbol-light-success .symbol-label {
    color: #4BAF47;
    background-color: #E2F9E1;
}

.custom-width-bx {
    width: 120px;
    background: #f6f7f9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    text-align: center;
}

.custom-width-bx img {
    height: 100px !important;
    display: inline-block;
}

.custom-width-bx-150 {
    width: 150px;
    background: #f6f7f9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symbol.symbol-45.symbol-square.symbol-sm.table-image {
    width: 45px;
    height: 45px;
}

.image-frame {
    background: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    background: #e7e7e7;
}

#complaintRadioNonCompliant:checked+label {
    background-color: rgba(232, 38, 70, 0.1);
    border: 1px solid #E82646;
    background-image: url("../images/CompliantStatusImage/red-radio-button.png");
}

.complaintRadio .required-asterisk {
    display: none;
}

.table.datatable-bordered.applianceTable {
    margin-top: 0 !important;
}

.cus-separator {
    height: 50px;
    background: #ecedf4;
    width: 1px;
}

.custom-lineheight {
    line-height: 25px;
}

.bg-light-danger {
    background-color: rgba(238, 28, 47, 0.05) !important;
}

.breadcrumb .breadcrumb-item.active a,
.breadcrumb .breadcrumb-item.active i,
.breadcrumb .breadcrumb-item:hover a,
.breadcrumb .breadcrumb-item:hover i {
    color: #4BAF47 !important;
}

ul.breadcrumb li:last-child a {
    color: #4BAF47 !important;
}


.breadcrumb .breadcrumb-item.active a,
.breadcrumb .breadcrumb-item.active i,
.breadcrumb .breadcrumb-item:hover a,
.breadcrumb .breadcrumb-item:hover i {
    color: #4BAF47 !important;
}

ul.breadcrumb li:last-child a {
    color: #4BAF47 !important;
}

.chart-container {
    min-height: 740px;
    width: 100%;
    height: 100%;
}

.zc-ref {
    display: none;
}

.stateCard .card-header {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.cusStateCard {
    position: absolute;
    z-index: 9;
    top: 90px;
}

.text-end {
    text-align: end;
}

.borderLeftDash {
    border-left: 1px dashed #EAEAEA;
}

.map-content {
    position: absolute;
    top: 0;
    right: 15px;
}

@media (min-width: 992px) {
    .p-lg-25 {
        padding: 6.25rem !important;
    }
}

@media (min-width: 992px) {

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
}

.custom-offcanvas-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 39%);
    z-index: 99;
}

.custom-offcanvas-overlay {
    position: relative;
    overflow: hidden;
}

.offcanvas.offcanvas-sm {
    width: 25%;
    right: -25%;
}

.offcanvas.offcanvas-md {
    width: 50%;
    right: -50%;
}

.offcanvas.offcanvas-lg {
    width: 75%;
    right: -75%;
}

.offcanvas.offcanvas-full {
    width: 100%;
    right: -100%;
}

.offcanvas-content {
    height: 100%;
}

.canvas-content-form {
    height: calc(100% - 1.75rem - 1.75rem);
    padding-top: 1.75rem;
}

.offcanvas-body {
    /* height: calc(100% - 4.8em); */
    height: calc(100% - 3rem);
    overflow-y: auto;
    overflow-x: hidden;
}

#DrawerLabel {
    margin-bottom: 0;
    line-height: normal;
}

/* .offcanvas-header {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #ebedf3;
} */

.offcanvas-footer {
    padding-top: 1.75rem;
    border-top: 1px solid #ebedf3;
    margin-top: 0px;
}

.text-it-admin {
    color: #4BAF47;
    font-weight: 500
}

.dateBox {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #F7F9FC;
    margin-top: 32px;
    padding: 15px 15px;
}

.accordionBx h2 {
    color: #181C32;
    font-size: 18px;
    font-weight: 500;
}

.accordionBx span {
    color: #84859A;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.accordionBx {
    padding-bottom: 24px;
}

.accordion-header,
.accordion-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ecedf4;
    padding-bottom: 15px;
    width: 100%;
    align-items: center;
}

.accordion-left {
    width: 500px;
    color: #B5B5C3;
    font-size: 12px;
    font-weight: 500;
}

.single-item {
    color: #84859A;
    font-weight: 600;
    font-size: 12px;
}

.single-item span {
    color: #B5B5C3;
    font-weight: 600;
    font-size: 12px;
}

.accordion-right {
    width: calc(100% - 350px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-item {
    color: #84859A;
    font-weight: 600;
    font-size: 12px;
    width: -webkit-fill-available;
    text-align: center;
    padding: 0 11px;
}

.accordion-content {
    border-bottom: 0;
    padding-bottom: 0px;
}

.accordion-content .accordion-left span {
    font-size: 14px;
    font-weight: 600;
    color: #181C32;
    text-transform: initial;
}

.single-item button {
    height: 44px;
    border: 1px solid #EBEDF3;
    border-radius: 8px;
    font-size: 12px;
    color: #3F4254;
    font-weight: 500;
    background: transparent;
    width: 100%;
}

.single-item button:hover {
    color: #4BAF47;
}

.accordion-content .accordion-right .single-item span {
    border-radius: 8px;
    font-size: 14px;
    color: #181C32;
    background: #F7F9FC;
    font-weight: 500;
    width: 100%;
    display: block;
    line-height: 44px;
    height: 44px !important;
}

.collapse .accordion-content .accordion-right .single-item span {
    font-size: 12px;
    color: #3F4254;
}

.borderLeftLeave {
    text-transform: uppercase;
}

.header-last-item {
    background: #EBF5FF !important;
    font-weight: 500 !important;
    color: #3699FF !important;
}

.collapse .header-last-item {
    background: #ffffff !important;
    font-weight: 500 !important;
    color: #3699FF !important;
    border: 1px solid #AFD6FF !important
}

.last-item {
    border: 1px solid #AFD6FF;
    background: transparent !important;
    color: #3699FF !important;
}

span.inner-header:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #7c7c7f;
    border-radius: 50px;
    top: 6px;
    left: 15px;
}

span.inner-header {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3F4254 !important;
    position: relative;
    padding-left: 30px;
}

.accordion-content .accordion-left span {
    font-size: 14px;
    font-weight: 600;
    color: #181C32;
    text-transform: initial;
}

.accordion.accordion-light .card .card-header .card-title:after {
    right: inherit;
}

.accordion.accordion-light .card .card-header .card-title:after {
    left: 0;
}

.accordion-content .accordion-left {
    padding-left: 30px;
}

.accordion-header.accordion-footer {
    border-top: 1px solid #ecedf4;
    border-bottom: 0px solid #ecedf4;
    padding-top: 15px;
    padding-bottom: 0px;
}

.accordion-header.accordion-footer .single-item span {
    background: #D7EBFF;
    width: -webkit-fill-available;
    display: block;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #3699FF;
    font-weight: 500;
}

.accordion-header.accordion-footer .last-item {
    background: #3699FF !important;
    color: #ffffff !important;
}

.recent-activities .activity-item {
    position: relative;
}

.recent-activities .activity-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    bottom: -20px;
    width: 1px;
    background-color: #EBEDF3;
}

.activity-avatar .symbol-label {
    font-weight: 500;
}

.cus-username {
    font-size: 12px !important;
    font-weight: 600;
    color: #181C32;
}

.cus-policy-officer {
    font-size: 10px;
    font-weight: 500;
    color: #84859A;
}

.cus-id {
    font-size: 10px;
    color: #3F4254;
    font-weight: 500;
}

.timesheet-filter-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.timesheet-filter-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}

.timesheet-filter {
    width: 15%;
}

.aside-menu-icon {
    width: 24px;
}

.projects-filter .timesheet-filter {
    width: 23%;
}

.cus-multi-select .bootstrap-select {
    min-width: 170px !important;
}

.cus-group-drowdown .timesheet-filter {
    width: 240px;
}

.cus-group-drowdown {
    display: flex;
    gap: 25px;
}

.hour-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}

.cus-single-input {
    display: flex;
    width: 48%;
    background: #f4f6f9;
    border-radius: 10px;
    position: relative;
}

#Input_Hours-error,
#Input_Minutes-error {
    position: absolute;
    top: 36px;
    font-size: 10px !important;
}


.cus-bg-bx {
    background: #F7F9FC;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 27px;
}

img.cus-icon {
    width: 28px;
}

.cus-text-head {
    font-size: 14px;
    color: #3F4254 !important;
    font-weight: 500;
}

.cus-text-subHead {
    font-size: 12px;
    color: #84859A !important;
    font-weight: 600;
}

.cus-id {
    border: 1px solid #EBEDF3;
    padding: 2px 12px;
    font-size: 14px;
    color: #84859A;
    border-radius: 6px;
}

.cus-essentials span {
    font-size: 37px !important;
    font-weight: 600 !important;
}

.bootstrap-select .dropdown-menu.inner>li.selected>a {
    background: rgba(75, 175, 71, 0.1);
    font-weight: 500;
    color: #4BAF47 !important;
}


.bootstrap-select .dropdown-menu.inner>li.selected>a span {
    color: #4BAF47 !important;
}

.cus-header-id {
    font-size: 11px;
    font-weight: 600;
    color: #767676;
}

.distribution-main-box {
    border: 1px solid #EBEDF3;
    padding: 30px;
    border-radius: 20px;
}

.cus-tooltip-head {
    display: block;
    text-align: left;
    background: #EBF5FF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3699FF;
    font-weight: 500;
}

.cus-tooltip-head-orange {
    display: block;
    text-align: left;
    background: rgba(251, 139, 8, 0.1);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #FB8B08;
    font-weight: 500;
}

.cus-tooltip-head-orange i {
    color: #FB8B08;
    margin-right: 4px;
}

.borderTooltipBottom {
    border-bottom: 1px solid #EBEDF3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.tooltip-inner {
    max-width: 200px;
    padding: .75rem 1rem;
    color: #3f4254;
    background-color: #fff;
    border-radius: 3px;
    text-align: left !important;
}

.cus-tooltip-head i {
    color: #3699FF;
    margin-right: 4px;
}


.single-item i {
    color: #3699FF;
    margin-right: 0px;
    font-size: 0;
}

.single-item:hover i {
    visibility: visible;
    margin-right: 4px;
    font-size: 1.25rem;
}

.approve-img {
    width: 100px;
}

i.flaticon2-list-1.text-info {
    color: #3699ff !important;
}

.bottoniTag i {
    visibility: visible !important;
    font-size: 10px;
}

.bottoniTag:hover i {
    font-size: 10px;
}

.bottoniTag .mark-leave-entry {
    font-size: 12px
}

.cus-14 {
    font-size: 14px !important
}

.mark-leave-entry.text-success:hover {
    color: #4BAF47 !important;
}

.addSingleItem button {
    border: 1px solid #FB8B08 !important;
}

.text-warning.bg-light-warning.borderLeftLeave span {
    background: #fff4de !important;
}

.cardOutsideContainer {
    width: calc(20% - 12px)
}

.cus-single-item.single-item:hover i {
    margin-right: 0px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: none;
}

.delete-icon {
    width: 28px;
}

.delete-icon i {
    color: red !important;
}

.width-delete-single {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.delete-icon {
    display: flex !important;
}

.customWidthTooltip span {
    text-align: center;
    display: block;
    padding: 13px 0;
    border-radius: 8px;
}

.borderLeftLeave {
    text-align: center;
    display: flex;
    padding: 43px 0;
    width: 100%;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}

.accordion.accordion-light .card {
    border: 0;
    border-top: 0px solid #ebedf3;
}

.cus-border-bx {
    border-radius: 8px;
    font-size: 12px;
    background: #F7F9FC;
    display: flex;
    width: 100%;
    border: 1px solid #EBEDF3;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    text-align: center;
    line-height: 14px;
    min-height: 44px;
}

@media screen and (max-width:1400px) {
    .timesheet-filter {
        width: 17%;
    }

    .timesheet-filter.text-right {
        width: auto;
        text-wrap-mode: nowrap;
        text-align: left !important;
    }
}

@media screen and (max-width: 1200px) {
    .accordion-left {
        width: 240px;
    }

    .accordion-right {
        width: calc(100% - 240px);
    }

    .single-item {
        min-width: 120px;
    }

    .inTablet {
        overflow: auto;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .projects-filter .timesheet-filter {
        width: 30%;
    }

    .topbar-item.ml-auto.custom-topbar {
        padding-right: 40px;
    }

    .header-mobile-fixed .topbar {
        min-height: 60px;
    }

    .header-mobile-fixed .wrapper {
        padding-top: 65px;
    }
}

@media screen and (max-width: 575px) {
    .projects-filter .timesheet-filter {
        width: 100%;
    }

    .timesheet-filter-container {
        gap: 10px;
    }

    .cus-group-drowdown {
        width: 100%;
    }

    .cus-group-drowdown .timesheet-filter {
        width: 100%;
    }

    .offcanvas {
        width: auto !important;
    }
}

.cusSelectPicker .timesheet-filter {
    width: 200px;
}

.cusSelectPicker {
    display: flex;
}

.single-item .delete-icon i {
    visibility: visible;
    margin-right: 4px;
    font-size: 1.25rem;
}

.single-item.delete-single-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.content .bootstrap-select .dropdown-menu {
    max-width: 414px !important;
}

.single-item-border {
    height: 44px;
    border: 1px solid #AFD6FF;
    border-radius: 8px;
    font-size: 12px;
    color: #3699FF !important;
    font-weight: 500;
    background: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-item .cus-span-border {
    height: 44px;
    border: 1px solid #EBEDF3;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    width: 100%;
    justify-content: center;
}

.recon-table-outline {
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    padding: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.03);
}

.project-allocation-row {
    margin-bottom: 10px;
}

    .project-allocation-row:last-child {
        margin-bottom: 0;
    }

.add-more-container {
    margin-top: 8px;
}

.add-more-link {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .add-more-link:hover {
        text-decoration: none;
        color: #1BC5BD !important;
    }

.project-allocations {
    min-height: 40px;
}

.activity-total-percentage {
    color: #3699FF;
    font-size: 16px;
}