/* SCROLL */

/* width */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}

body.mini-sidebar .scroll-sidebar::-webkit-scrollbar {
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: #f2f7f8;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
}

::-webkit-scrollbar-thumb {
    background-color: #e4e2e2;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8d8d8d;
}

/* Global */

html {
    font-size: 14px;
}

.topbar .navbar-header .navbar-brand img {
    width: 100%;
}

.topbar {
    z-index: 500;
}

.topbar-dev {
    background: #7460ee;
    /* Old browsers */
    background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #533fd0 0%, #840fb5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#mainContentWrapper label {
    font-weight: 400;
}

.header-text {
    margin-bottom: 1px;
}

body:not(.mini-sidebar) .topbar .top-navbar .navbar-header .navbar-brand .small-logo {
    display: none;
}

body:not(.mini-sidebar) .topbar .top-navbar .navbar-header .navbar-brand {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

body.mini-sidebar .topbar .top-navbar .navbar-header .navbar-brand .big-logo {
    display: none;
}

body.mini-sidebar .topbar .top-navbar .navbar-header .navbar-brand {
    padding-right: 0.6rem!important;
    padding-left: 0px!important;
}

.font-weight-darker {
    font-weight: 500;
}

.w30 {
    width: 30px;
}

.w60 {
    width: 60px;
}

.w100 {
    width: 100px !important;
}

.w120 {
    width: 120px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.mw250 {
    max-width: 250px !important;
}

.w300{
    width: 300px !important;
}

.mw300 {
    max-width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.w500 {
    width: 500px !important;
}

.mw500 {
    max-width: 500px !important;
}

.bootstrap-select {
    vertical-align: top;
}

.bootstrap-select a:focus {
    color: #009efb !important;
    background: #f2f7f8 !important;
}

.table-sticky thead th,
.table-sticky tfoot th {
    z-index: 100;
}

.table-sticky thead, tfoot {
    position: sticky;
    z-index: 100;
    background: white;
}

.table-sticky thead {
    top: -1px;
}

.table-sticky tfoot {
    bottom: 0;
}

.table-sticky th.sticky-cell-left, table td.sticky-cell-left {
    left: 0;
    position: sticky;
    z-index: 3;
}

.table-sticky th.sticky-cell-left:not([class*="table-"]), table td.sticky-cell-left:not([class*="table-"]) {
    background: white;
}

.table-sticky thead th.sticky-cell-left {
    z-index: 5;
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #c3bbf3;
}

.stats-table th:last-child,
.stats-table td:last-child {
    text-align: right;
    white-space: nowrap;
}

.stats-table tr.stats-table-row--municipality > td {
    background-color: rgba(209, 236, 241, 0.75);
    font-weight: 700;
}

.text-light-primary {
    padding: 0.2rem 0.4rem;
    background-color: #c3bbf3;
    color: #0c5460;
    font-size: 80%;
}

.text-light-danger {
    padding: 0.2rem 0.4rem;
    background-color: #f8d7da;
    color: #0c5460;
    font-size: 80%;
}

.text-light-warning {
    padding: 0.2rem 0.4rem;
    background-color: #fff3cd;
    color: #0c5460;
    font-size: 80%;
}

.text-light-info {
    padding: 0.2rem 0.4rem;
    background-color: #d1ecf1;
    color: #0c5460;
    font-size: 80%;
}

.text-light-success {
    padding: 0.2rem 0.4rem;
    background-color: #e8fdeb;
    color: #0c5460;
    font-size: 80%;
}

.sameLine {
    white-space: nowrap;
}

.left-column {
    position: relative;
}

.fixed {
    position: fixed;
}

.modal-xl {
    max-width: 1200px;
}

.modal-full {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
}

.modal-viewport-limited .modal-dialog {
    max-height: calc(100vh - 120px);
}

.modal-viewport-limited .modal-content {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 120px);
}

.modal-viewport-limited .modal-body {
    overflow-y: auto;
}

.modal-viewport-limited .modal-body.modal-body-fill {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.modal-body-fill .modal-loading {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
    width: 100%;
}

@media (max-height: 575px) {
    .modal-viewport-limited .modal-dialog {
        margin-bottom: 10px;
        margin-top: 10px;
        max-height: calc(100vh - 20px);
    }

    .modal-viewport-limited .modal-content {
        max-height: calc(100vh - 20px);
    }

}

.tr-hover-bg:hover {
    background-color: #f2f7f8;
}

.footer-buttons {
    margin-top: 30px;
}

input[type=number].noSpin::-webkit-inner-spin-button,
input[type=number].noSpin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* form-inline */

form.form-single-line>* {
    display: inline-block !important;
}

form.form-single-line .bootstrap-select {
    display: block !important;
}


/* treeselect for estimate filter */

.treeselect .form-check label {
    margin: 0px;
}

.treeselect .form-check .custom-control-indicator {
    top: .4rem;
}

.treeselect .checkbox label {
    margin-bottom: 0px;
}

.treeselect .checkbox label::before {
    top: 6px !important;
}


/* fileinput */

.fileinput {
    height: 33px;
}

.fileinput .form-control {
    min-height: 33px;
}


/* Global smallify */

.table td,
.table th {
    padding: 0.5rem;
    vertical-align: bottom;
}

.scroll-sidebar {
    padding-bottom: 0;
    padding-top: 0.8rem;
    height: calc(100% - 70px);
    overflow: scroll;
}

.sidebar-nav ul li a {
    display: flex!important;
    align-items: center!important;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    font-size: 1.2rem;
}

.sidebar-nav ul li.nav-divider {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    display: block;
    margin: 1rem 0;
}

.sidebar-nav>ul>li>a i {
    height: 31px;
    display: flex!important;
    align-items: center!important;
}

.mini-sidebar .nav-divider{
    width:60px
}

.sidebar-nav ul li.nav-small-cap {
    padding: 0.8rem 0.8rem 0.8rem 1rem;
}


/* Appearing buttons */

.buttonsAppear {
    visibility: hidden;
}

.buttons a,
.buttons button {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

tr:hover .buttonsAppear {
    visibility: visible;
}


/* Tree view */

.dd {
    max-width: 100% !important;
}

.dd-handle {
    color: inherit !important;
}

.dd-handle:not(.view) {
    cursor: pointer !important;
}

.dd-handle.view {
    cursor: default !important;
}

.dd-handle.view:hover {
    color: inherit;
}

.treeButtons {
    display: none;
    float: right;
}

li:hover .treeButtons {
    display: block;
}

/* Table classes */


/* .table-vcenter */

.table-vcenter td:not(.novcenter) {
    vertical-align: middle;
}

.table-th-vcenter th:not(.novcenter) {
    vertical-align: middle;
}


/* .table-tcenter */

.table-tcenter thead th {
    text-align: center;
}


/* .table-allborder */

.table-allborder thead {
    border-bottom: 2px solid #eceeef;
}

.table-allborder tfoot {
    border-top: 2px solid #eceeef;
}

/* .table-full-border */

.table-full-border th {
    border: 1px solid #eceeef;
}

/* .table-tabbed */

.table-tabbed {
    border-top: #fff;
}


/* .table-smaller */

.table-smaller {
    font-size: 0.80rem;
}

.table-smaller td,
.table-smaller th {
    padding: 0.25rem 0.5rem;
}


/* .table-nowrap */

.table-nowrap td:not(.wrap) {
    white-space: nowrap;
}


/* .table th.spacer th.spacerl */

table.table th.spacer {
    border-right: 1px solid #f3f1f1;
}

table th.spacerl {
    border-left: 1px solid #f3f1f1;
}

table.table th.spacer2x,
table.table td.spacer2x {
    border-right: 3px solid #f3f1f1;
}

table th.spacerl {
    border-left: 1px solid #f3f1f1;
}

.table-project-border td {
    border-top: 2px solid #eceeef;
}

.table-project-hover {
    background: #f2f7f8;
}

/* .table-plan */

.table-plan th {
    text-align: center;
    padding: 0.4rem;
}

.table-plan .planTd {
    padding: 0;
}

.table-plan .planTdDarker {
    background-color: #f4f7f9;
}

.table-plan .planTd.bg-success,
.table-plan .planTd.bg-danger {
    color: white;
}

.table-plan .planTh {
    padding: 0.2rem;
    width: 20px;
}

.table-plan .firstInMonth {
    border-left: 2px solid #eceeef;
}

.table-plan .firstInYear {
    border-left: 2px solid #eceeef;
}

#holidayTable thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 3;
}

.table-plan .firstProjectTr td {
    border-top: 2px solid #eceeef;
}

.table-plan .smallestHeight {
    padding: 0rem 0.3rem;
}

@media not print {
    .table-plan .currentWeek {
        border-left: 2px solid #009efb !important;
    }
    .table-plan th.currentWeek {
        background-color: #009efb !important;
        color: #fff;
    }
}

.table-plan .termStart {
    border-left: 2px solid #55ce63 !important;
}

.table-plan th.termStart {
    background-color: #55ce63 !important;
    color: #fff;
}

.table-plan .termEnd {
    border-right: 2px solid #f62d51 !important;
}

.table-plan th.termEnd {
    background-color: #f62d51 !important;
    color: #fff;
}

.table-plan .planned {
    background-color: #55ce63 !important;
}

.table-plan .bg-success {
    background-color: #55ce63 !important;
}

.table-plan .bg-danger {
    background-color: #f62d51 !important;
}


/* #busynessTable .table-plan */

#busynessTable.table-plan .planYear {
    width: 50px;
}

#busynessTable .planned {
    background-color: #fff3cd !important;
}

#busynessTable .planned-manuf {
    background-color: #55ce63 !important;
}

#busynessTable .active .planned {
    background-color: #ca9f17 !important;
}

#busynessTable .active .planned-manuf {
    background-color: #31883b !important;
}

#busynessTable .active .busynessName {
    background-color: #e6e6e6;
}

#busynessTable .passed {
    background-color: #e6e6e6 !important;
}


/* .table-auto */

.table-auto {
    width: auto !important;
    max-width: auto !important;
}


/* Table groupped ( projects ) */

#projectTable .groupHidden {
    display: none;
}

#projectTable td {
    height: 47px;
}

#projectTable thead th {
    height: 33px;
}

#projectTable tfoot th {
    height: 33px;
}

#projectTable .codeTd {
    width: 95px;
    text-align: center;
}


/* Table groupped ( projects report ) */

#projectReportTable .groupHidden {
    display: none;
}

#projectReportTable td {
    height: 47px;
}

#projectReportTable thead th {
    height: 33px;
}

#projectReportTable tfoot th {
    height: 33px;
    vertical-align: middle;
}

#projectReportTable .codeTd {
    width: 95px;
    text-align: center;
}


/* Work Tree specific */

#workTree {
    font-size: 1.2rem;
}

#workTree li {
    padding: 0;
}

#workTree li .treeContent {
    padding: .6rem 1.25rem;
}


/* PI Weekly view specific */

.personDivider>td {
    border-bottom: 2px solid #d4d0d0;
}

#projectLegend {
    font-size: 1.1rem;
    border: 1px solid #eceeef;
    padding: 20px;
    margin-bottom: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#projectLegend .badge {
    padding: .4em .8em;
    cursor: move;
}

#projectLegend .badge:hover {
    background-color: #7460ee;
}

#projectLegendWrapper {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 70;
}

#trashCan .fa {
    vertical-align: middle;
}

.inner-p-2:nth-child(odd) {
    padding-right: .5rem;
}

.inner-p-2:nth-child(even) {
    padding-left: .5rem;
}

.schedule .projectName {
    min-width: 150px;
}

.busyness td {
    border: 0;
}

.engineerWeeklyTable .ui-droppable-hover {
    background-color: #ebe8ff;
}

.engineerWeeklyTable .mainEngi span {
    width: 100%;
    height: 100%;
}

.engineerWeeklyTable .deleteButton button {
    display: none;
    padding: 0.1rem 0.3rem;
    font-size: 10px;
}

.schedule td.projectName:hover {
    background-color: #ebe8ff;
}

.schedule .projectName .deleteButton {
    padding: 0.1rem 0.3rem;
    font-size: 10px;
}

.schedule .projectName {
    vertical-align: top;
}

.schedule .schedule-friday-cell {
    background-color: #fff8e8;
}

.schedule .schedule-friday-project-cell {
    min-height: 54px;
}

.schedule-friday-column-notice {
    box-sizing: border-box;
    color: rgba(44, 43, 46, 0.78);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    padding: 8px 10px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    z-index: 50;
}

.schedule-friday-column-notice ul {
    margin-top: 3px;
}

.schedule-friday-header-icon {
    color: #b7791f;
    cursor: help;
    display: none;
    float: right;
    font-size: 16px;
    line-height: 1;
    margin-left: 4px;
}

.schedule-friday-header.has-schedule-projects .schedule-friday-header-icon {
    display: inline-block;
}


/* PI work form */

#engiWorkTable .projectRow {
    background-color: #d9f7d6;
}

#engiWorkTable .projectRowDefect {
    background-color: #f7d6e1;
}

.workTaskEntryRow:hover>* {
    background-color: #f2f7f8;
}

.workTaskEntryRow>* {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
}

.workTaskEntryRow label,
.workTaskEntryRow input {
    margin-bottom: 0;
}


/* RANDOM */

#holidayPlan .bg-linear {
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #55ce63 50%, #55ce63 100%);
}

#holidayPlan .bg-lgreen {
    background-color: #baebc0;
}

#holidayPlan .bg-lpurple {
    background-color: #ab9fef;
}

#holidayPlan .bg-lblue {
    background-color: #d0cde4;
}

.m-r-5 {
    margin-right: 5px;
}

#contactsPdvs .singleContactLinkBlock {
    margin-bottom: 20px;
}

.pointy {
    cursor: pointer;
}

.custom-ribbon-wrapper {
    position: relative;
    padding-right: 2.5rem !important;
}

.custom-ribbon {
    display: grid;
    place-items: center;
    position: absolute;
    height: 100%;
    width: 30px;
    left: auto;
    right: 0px;
    top: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-weight-bolder {
    font-weight: 500;
}

.swal2-content strong {
    font-weight: bold;
}

span.border {
    border: 1px solid #ccc;
}


/* Datepicker settings */

.datepicker.day-highlight .datepicker-days .day:not(.disabled):not(.today):not(.active) {
    background: #d9edf7;
    border-radius: 0;
}


/* PRINT */

@media not print {
    .print-only-visible {
        display: none !important;
    }
}


/* fixed header */

.fixedHeaderWrapper {
    width: 100%;
    overflow: scroll;
    min-height: 0px;
    max-width: none;
    min-width: 0px;
}

.correctionInfo {
    cursor: pointer !important;
}

.popover-title {
    line-height: initial;
    padding: 0;
}

.popover-over-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px);
}

.popover-lg {
    max-width: 500px;
}

.popover-sm {
    max-width: 300px;
}

.popover-revenue {
    max-width: 540px;
}

.table-super-bordered {
    border: 3px solid #eceeef;
}

.table-super-bordered td,
.table-super-bordered th {
    border: 3px solid #eceeef;
}

.flex-grow {
    flex-grow: 1;
}

.bl-1 {
    border-left: 1px solid #eceeef;
}

.bl-2 {
    border-left: 2px solid #eceeef;
}

.br-1 {
    border-right: 1px solid #eceeef;
}

.br-2 {
    border-right: 1px solid #eceeef;
}

.popover-content .bootstrap-select {
    width: 100% !important;
}

#scheduleWeekChange {
    cursor: pointer !important;
}

.table-danger {
    color: #f62d51 !important;
}

.table-info-light {
    background-color: #ebf7fd;
}

.table-row-info td,
.table-row-info th {
    border-top: #009efb solid 1px !important;
    border-bottom: #009efb solid 1px !important;
}

.table-row-info th:first-of-type {
    border-left: #009efb solid 1px !important;
}
.table-row-info th:last-of-type {
    border-right: #009efb solid 1px !important;
}

.table-default {
    background-color: #d7d7d7;
}

.card-outline-secondary {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-color: #ccc !important;
}

.tab-content-1 > * {
    padding-left: 2rem!important;
}

.tab-content-2 > * {
    padding-left: 4rem!important;
}

.tab-content-3 > * {
    padding-left: 6rem!important;
}

.tab-content-4 > * {
    padding-left: 8rem!important;
}

.table-defect-line {
    border-left: 2px solid #961e38 !important;
}

.table-defect-work {
    color: #fb3a3a;
    font-weight: 500;
}

.bg-success {
    background-color: #5cb85c;
}

.bg-warning {
    background-color: #f0ad4e;
}

.bg-danger {
    background-color: #d9534f;
}

.border-1 {
    border: 1px solid #333333;
}

.table th.table-column-divider, .table td.table-column-divider {
    border-left: 2px solid #d4d0d0 !important;
}

.table-column-divider-right {
    border-right: 2px solid #d4d0d0 !important;
}

.table-row-divider {
    border-top: 2px solid #d4d0d0;
}

.total-sales .ct-series-a {
    stroke: #ff4a32;
}

.total-sales .ct-series-b {
    stroke: #ffe57f;
}

.total-sales .ct-series-c {
    stroke: #757575;
}

.priorityProject td {
    background-color: #ebf7fd;
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
    color: #bbb;
}

.tooltip-effect-1 .tooltip-content {
	transform: translate3d(0, -10px, 0);
	transition: opacity 0.3s, transform 0.3s;
	/* color: #fff */
}

.tooltip-text2 {
	opacity: 0;
	transform: translate3d(0, 1.5em, 0);
	transition: opacity 0.3s, transform 0.3s
}

.tooltip-item2 {
	/* color: #00aeef; */
	cursor: pointer;
	z-index: 100;
	position: relative;
	display: inline-block;
	font-weight: 500;
	transition: background-color 0.3s, color 0.3s, transform 0.3s
}

.tooltip-content4 {
	position: absolute;
	z-index: 99;
	width: 800px;
    left: 0%;
    top: 0%;
	margin-left: -10px;
	margin-top: -10px;
	text-align: left;
	background: white;
	opacity: 0;
	font-size: 14px;
	line-height: 27px;
    padding: 1.5em;
    border: 1px solid #ccc;
	border-top: 55px solid #00aeef;
	cursor: default;
	pointer-events: none;
	border-radius: 5px;
	transform: translate3d(0, -0.5em, 0);
	transition: opacity 0.3s, transform 0.3s
}

.tooltip-content4 a {
	color: #2b2b2b
}

.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
	pointer-events: auto;
	opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

.mytooltip:hover .tooltip-item2 {
    z-index: 1000;
}

.mytooltip-wrapper:hover > .input-group, .mytooltip-wrapper:hover > .form-group {
    z-index: 1000;
}

.mytooltip,
.legendTooltip {
    display: inline-block;
    position: relative;
    z-index: 150;
}

.visualOptionsPopover:hover .tooltip-item2 button {
    color: #fff;
    background: #009efb;
    border: 1px solid #009efb;
}

.visualOptionsPopover {
    vertical-align: bottom;
}

.visualOptionsPopover .tooltip-content4 {
    border-color: #00aeef;
}

.visualOptionsPopover .tooltip-item2 {
    cursor: default;
}

.visualOptionsPopover:hover .tooltip-item2 {
    color: inherit;
    transform: none;
}

.visualOptionsPopover .visualOptionsPopover__content {
    width: 280px;
    padding: 12px;
    border-top: 4px solid #00aeef;
    line-height: 1.35;
}

.visualOptionsPopover--right .visualOptionsPopover__content {
    right: 0;
    left: auto;
    margin-right: -10px;
    margin-left: 0;
}

.visualOptionsPopover__body {
    display: block;
}

.visualOptionsPopover__title {
    display: block;
    margin-bottom: 10px;
    color: #495057;
    font-weight: 600;
}

.visualOptionsPopover__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 32px;
}

.visualOptionsPopover__row + .visualOptionsPopover__row {
    margin-top: 8px;
}

.visualOptionsPopover__label {
    margin: 0;
    color: #495057;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.visualOptionsPopover .bootstrap-switch {
    flex: 0 0 auto;
}

.tab-content-1-n {
    padding-left: 2rem!important;
}

.tab-content-2-n {
    padding-left: 4rem!important;
}

.input-grop-addon-white {
    background-color: #fff !important;
}

.mw50 {
    min-width: 50px;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
    white-space: nowrap;
}

.typeahead-header {
    padding: 4px 20px;   
}

#superTable tbody input {
    transition: all 0.5s ease-in-out;
}

#superTable .cat-row td {
    /* border-bottom: 0; */
    border-top: 2px solid #f3f1f1;
}

#superTable .type-row td {
    /* border: 0; */
    padding: 5px;
}

.overflow-scroll {
    overflow: scroll;
    overflow-x: hidden;
}

.datepicker {
    padding: .5rem .75rem !important;
}

/* CALENDAR */

#calendar .mutedDay {
    background-color: #f2f7f8;
}

#calendar .weekend {
    background-color: #d7d7d7;
}

#calendar .today {
    border-color: #0eb5ec;
    border-width: 2px;
}

#calendar tbody td {
    vertical-align: top;
}

#calendar tbody td.holiday {
    color: #0c5460 ;
    background-color: #e8fdeb;
}

#calendar tbody td.holiday .holidayContent {
    min-height: 120px;
    text-align: center;
}

#calendar tbody td.holiday.public {
    background-color: #d1ecf1;
}

#calendar tbody td .calendarProject {
    line-height: 1;
    margin-top: 2px;
    font-size: 0.8rem;
}

#calendar td:hover .appearOnHover {
    display: inline-block;
}

#calendar .appearOnHover {
    display: none;
}

.actAggrDateChangeInfo {
    font-size: x-small;
}

.chat-rbox {
    overflow: auto;
}

.chat-time {
    width: 45px !important;
}

.chat-hover:hover {
    background-color: #ebf3f5;
}

.chatonline-container {
    overflow: auto;
}

.chat-main-box .chat-right-aside .chat-list {
    padding-top: 10px;
    padding-left: 0px;
}

.chat-list li {
    list-style: none;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.chat-list li.single-message {
    padding-top: 5px;
}

.chat-list li .chat-content h5 {
    color: #2d3133;
}

.chat-list li .chat-img img {
    width: 35px;
    border-radius: 100%;
}

.chat-time-hover {
    display:none;
    text-align: right;
    font-size: 13px;
    color: #90a4ae;
}

li:hover .chat-time-hover {
    display:inline-block;
}

#modalWorkData button {
    opacity: 0;
}

#modalWorkData tr:hover button {
    opacity: 1;
}

.bg-info-light {
    background-color: #d9edf7 !important;
}

.bg-success-light {
    background-color: #dff0d8 !important;
}

.bg-warning-light {
    background-color: #fcf8e3 !important;
}

.bg-primary-light {
    background-color: #c3bbf3 !important;
}

.border-light-1 {
    border: 1px solid #eceeef;
}

.v-align-top {
    vertical-align: top;
}

.v-align-mid {
    vertical-align: middle;
}

.v-align-bot {
    vertical-align: bottom;
}

.disabled-clear:disabled {
    opacity: 0.9;
}

.tooltip-inner {
    padding-bottom: 8px;
}

.tooltip-white .tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    text-align: left;
}

#holidayTable .ownRow > :not(.planTd, .legend) {
    font-size: 14px;
    background-color: #dff0d8 !important;
}

.diff-donut {
    width:50px; 
    height:50px;
}

.diff-donut .ct-series-a .ct-slice-donut {
    stroke: #55ce63;
}

.diff-donut .ct-series-b .ct-slice-donut {
    stroke: #eceeef;
}

.estimate-totals-viewport {
    overflow: hidden;
}

.estimate-totals-row {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    transform: translateX(0);
    transition: transform 0.32s ease;
}

.estimate-totals-row > .col,
.estimate-totals-row > .col-auto {
    padding-left: 12px;
    padding-right: 12px;
}

#estimateSummaryToggleWrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 0 0 auto;
    max-width: none;
}

#estimateSummaryToggle {
    height: 210px;
    min-height: 210px;
    max-height: 210px;
    width: 15px;
    border-radius: 6px;
    padding: 0 8px;
    box-sizing: content-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#estimateSummaryToggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#estimateSummaryToggle i {
    font-size: 19px;
}

.table-muted {
    background-color: #f2f7f8;
}

.invisible {
    visibility: hidden;
}

.user-role-block-table tbody {
    max-height: 180px;
    overflow-y: auto;
    display: block; 
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 1199px) {
    #contractAllActs .form-group.row {
        border-bottom: 1px solid #ddd;
    }
    #contractAllActs .form-group.row:last-child {
        border: none;
    }
}

.faq-buttons {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.faq-card-header:hover .faq-buttons {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.act-progress-accordion .act-progress-card {
    border: 0;
    border-bottom: 1px solid #edf1f5;
    border-left: 4px solid transparent;
}

.act-progress-accordion .act-progress-card:last-child {
    border-bottom: 0;
}

.act-progress-accordion .act-progress-header {
    background: #fff;
    border-bottom: 0;
    padding: 0;
}

.act-progress-toggle {
    align-items: center;
    border-left: 4px solid transparent;
    color: #54667a;
    display: flex;
    margin-left: -4px;
    padding: 12px 16px 12px 12px;
    transition: background-color 0.15s ease-in-out;
}

.act-progress-toggle:hover,
.act-progress-toggle[aria-expanded="true"] {
    background: #f8fbff;
    color: #263238;
}

.act-progress-toggle[aria-expanded="true"] {
    border-left-color: #009efb;
}

.act-progress-title {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.act-progress-date {
    color: #009efb;
    flex-shrink: 0;
    font-weight: 500;
    margin-right: 24px;
}

.act-progress-name {
    flex: 1 1 auto;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: break-word;
}

.act-progress-meta {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    line-height: 18px;
    margin-left: 16px;
    white-space: nowrap;
}

.act-progress-meta .badge {
    align-items: center;
    display: inline-flex;
    height: 18px;
    line-height: 1;
    margin-left: 8px;
}

.act-progress-amount {
    align-items: center;
    color: #90a4ae;
    display: inline-flex;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    margin-left: 16px;
}

.act-progress-icon {
    align-items: center;
    color: #90a4ae;
    display: inline-flex;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 16px;
    transition: transform 0.15s ease-in-out, color 0.15s ease-in-out;
}

.act-progress-toggle[aria-expanded="true"] .act-progress-icon {
    color: #009efb;
    transform: rotate(180deg);
}

.act-progress-body {
    background: #fff;
    padding: 16px;
}

.act-progress-conversation {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.position-relative {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 1px;
    padding: 0px 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    z-index: 9000;
    background-color: white;
}

.toggle-password .fa-eye, .toggle-password .fa-eye-slash {
    font-size: 1.2em;
}

.tox-statusbar__branding {
    display: none;
}

.noteContent {
    color: #1d2835;
}

#duplicateAllPrices:hover {
    /*transition: background-color;*/
    background-color: #009efb !important;
    color: #fff;
}

.white-space-break-spaces {
    white-space: break-spaces;
}

.treeselect-searchbox{
    padding: 4px 8px;
}

.fa-mid {
    vertical-align: middle;
}

.free-search-filter{
    height: 34px;
}

.badge-secondary, .bg-secondary {
    background-color: #ccc;
}

.legendSquare {
    width: 20px;
    height: 20px;
}

.legendTooltip:hover .legend{
    pointer-events: auto;
    opacity: 1;
    z-index: 999;
}

.legendTooltip .legend {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    top: calc(100% + 5px);
    text-align: left;
    background: white;
    opacity: 0;
    font-size: 14px;
    line-height: 27px;
    padding: 1.5em;
    border: 1px solid #ccc;
    cursor: default;
    pointer-events: none;
    border-radius: 5px;
    transition: opacity 0.3s, transform 0.3s
}

.legendTooltip .legend.legendLeft {
    right: 0;
}

.legendTooltip .legend:not(.legendLeft) {
    left: 0;
}

.text-placeholder, .text-placeholder:active, .text-placeholder:focus, .text-placeholder:hover, .show>.btn-secondary.text-placeholder {
    color: #999 !important;
}

.clearDaterange:not(:hover) button {
    display: none;
}

.clearDaterange:hover {
    padding: .35rem .4rem;
}

.clearDaterange:hover span {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 120px;
}

#projectsContractSummaryTable.dataTable {
    border-collapse: collapse !important;
}

.btn-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

.contractHistoryTab .timeline {
    max-width: none;
}

.timeline-left:before {
    left: 30px;
}

.timeline-left > .timeline-item > .timeline-badge {
    left: 30px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: 5px;
}

.timeline-left > .timeline-item > .timeline-panel {
    width: calc(100% - 80px);
    margin-left: 85px;
}

#flowAnalysisTable .firstProjectLine td {
    border-top: 2px solid #d4d0d0;
}

#flowAnalysisTable .balance-line td {
    border-top: 2px solid #eceeef;
}

.input-daterange .input-group:first-of-type input {
    border-radius: 0;
    border-right: none;
}

.table-responsive .table {
    margin-bottom: 0;
}

tfoot {
    font-size: 120%;
}

#notificationListContainer {
    border-left: 2px solid #dee2e6;
    padding-left: 1rem;
    position: relative;
}

#notificationListContainer .timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6f42c1;
    position: absolute;
    left: -49px;
    top: 50%;
    transform: translateY(-50%);
}

#notificationListContainer .notification-entry .card-header {
    background-color: #d9edf7;
    border-color: #d9edf7;
}

#notificationListContainer .notification-entry .card-header h4 {
    color: #31708f;
}

.customtab {
    overflow-x: auto;
    padding-bottom: 1px;
    border-bottom: 0;
    background: linear-gradient(to bottom, transparent calc(100% - 1px), #ddd 0) no-repeat 0 0 / 100% 100%;
    background-attachment: local;
}

.customtab > li:not(.notSameLine) {
    white-space: nowrap;
}

.unfavoriteBtn,
.favoriteBtn {
    display: none;
    padding: 0.04rem 0.30rem;
    font-size: 15px;
}

tr:hover .favoriteBtn:not(.favoriteBtnHidden) {
    display: inline-block;
}

.commentReview {
    line-height: inherit;
}

.pgvScheduleView,
.pgvScheduleViewHeader,
.pgvScheduleViewRow {
    display: none;
}

.btn-outline-primary {
    background-color:#ffffff;
}

.btn-outline-secondary {
    background-color:#ffffff;
}

.btn-outline-success {
    background-color:#ffffff;
}

.btn-outline-danger {
    background-color:#ffffff;
}

.btn-outline-warning {
    background-color:#ffffff;
}

.btn-outline-info {
    background-color:#ffffff;
}

.btn-outline-light {
    background-color:#ffffff;
}

.btn-outline-dark {
    background-color:#ffffff;
}

.tt-menu {
    max-height: 500px;
    overflow-y: auto;
}

.modal .tt-menu {
    border: 0 !important;
}

.customProgress {
    height: 30px;
    overflow: visible;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    overflow-x: clip;
}

.customProgress .progress-bar {
    height: 30px;
    font-size: 14px;
    font-weight: 300;
}

.customProgress .overflow-bar {
    height: 15px;
    position:absolute;
    top:35px;
    bottom:0;
    opacity:0.8;
    font-size: 12px;
}

.customProgress .overflow-bar.bar-bad {
    right:0;
}

.customProgress.with-grid::before {
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  pointer-events:none;
  background-image:repeating-linear-gradient(
    to right,
    rgba(0,0,0,.25) 0 1px,
    transparent 1px,
    transparent 10%
  );
}

.customProgress .gridline-labels{
  position:absolute;
  top:-15px;
  left:0;
  right:0;
  height:16px;
  font:600 11px/1 system-ui,Segoe UI,Roboto,Arial;
  color:#666;
}

.customProgress .gridline-labels span{
  position:absolute;
  transform:translateX(-50%);
}

.bg-custom-blue {
    background-color: #0072B2;
    color:#fff;
}

.bg-custom-sky-blue {
    background-color: #56B4E9;
    color:#111;
}

.bg-custom-orange {
    background-color: #E69F00;
    color:#111;
}

.bg-custom-green {
    background-color: #009E73;
    color:#fff;
}

.bg-custom-pink {
    background-color: #CC79A7;
    color:#fff;
}

.bg-custom-grey {
    background-color: #f8f8f8;
}

.nav-pills .nav-link {
    border: 1px solid #72a3ce;
    margin-left: 5px;
    background-color: white;
}

.fAct-status-indicator {
    width: 15px;
    border-radius: 2px;
}

.worktree-readonly .filter-root,
.worktree-readonly .filter-cat,
.worktree-readonly .filter-type,
.worktree-readonly .switchery,
.worktree-readonly .pointy,
.worktree-readonly .control {
    cursor: default !important;
}

.pgv-plan-loading #pgvPlan {
    display: none;
}

.pgv-plan-loading .pgv-plan-loader {
    display: block;
}

.pgv-plan-loader {
    display: none;
}

.geo-table-loading-target {
    position: relative;
}

.geo-table-loading-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.65);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.geo-table-is-loading #geoPlan {
    pointer-events: none;
}

.longTextChange {
    cursor: pointer;
}

.popover-no-title {
    padding: 6px 0;
}

.geo-priority {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 8px;
}

.actionOverflowItem {
    width: 100%;
    padding: 4px 10px;
    border-radius: 4px;
}

.actionOverflowHost {
    position: relative;
}

#geoPlan .geo-col-actions .actionOverflowHost {
    width: auto;
    min-width: 0;
}

.actionOverflowSource {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
}

.popover-actions .popover-content {
    padding: 6px 0;
}

.actionOverflowItem:hover, .actionOverflowItem.active {
    background-color: rgba(0, 158, 251, 0.08);
}

.actionOverflowLabelButton {
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    text-align: left;
}

.actionOverflowLabelLink {
    color: inherit;
    text-decoration: none;
}

.geoPriorityIcon.fa-angle-double-up,
.geoPriorityIcon.fa-angle-up,
.geoPriorityIcon.fa-angle-down {
    font-size: 1.3em;
    line-height: 1;
}

#geoPlan .geoRowNoPriorityBg > td {
    background-color: #fffbe4;
}

#geoPlan div.buttons {
    column-gap: 3px;
    row-gap: 3px;
    min-width: 140px;
}

#geoPlan.table-hover tbody tr.geoRowNoPriorityBg:hover > td {
    background-color: #fff5ce;
}

#geoPlan tr.geoDropPlaceholder > td {
    height: 54px;
    background-color: #eaf6ff;
    border-top: 2px dashed #66afe9;
    border-bottom: 2px dashed #66afe9;
}

/* Stats showcase */
.stats-showcase {
    --ink: #12202f;
    --subtle: #6b7a90;
    --surface: #ffffff;
    --accent: #0fa3b1;
    --accent-dark: #0f4c81;
    --glow: rgba(15, 163, 177, 0.18);
    position: relative;
    padding: 10px 0 20px;
    background: transparent;
}

.stats-showcase::before {
    content: none;
}

.stats-showcase > * {
    position: relative;
    z-index: 1;
}

.stats-card--draggable {
    cursor: move;
}

.stats-card--draggable.is-dragging {
    opacity: 0.65;
}

.stats-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    margin-bottom: 18px;
}

.stats-kicker {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 12px;
    color: var(--accent-dark);
}

.stats-headline {
    font-weight: 700;
    color: var(--ink);
    margin: 8px 0 10px;
}

.stats-subtitle {
    color: var(--subtle);
    max-width: 520px;
}

.stats-hero-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.stats-meta-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 16px;
    min-width: 180px;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
}

.stats-meta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--subtle);
}

.stats-meta-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
}

.stats-meta-foot {
    font-size: 12px;
    color: var(--subtle);
}

.stats-grid {
    margin-bottom: 8px;
}

.stats-section {
    margin-top: 22px;
}

.stats-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
}

.stats-section-title {
    margin: 0 0 4px;
    font-weight: 600;
    color: var(--ink);
}

.stats-section-subtitle {
    margin: 0;
    color: var(--subtle);
    font-size: 13px;
}

.stats-section-pill {
    padding: 6px 12px;
    border-radius: 999px;
    background: #f2f7f8;
    color: #54667a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.stats-grid--compact {
    margin-bottom: 8px;
}

.stats-grid--spacious {
    margin-bottom: 8px;
}

.stats-grid--glass {
    margin-bottom: 8px;
}

.stats-grid--mono,
.stats-grid--minimal,
.stats-grid--editorial,
.stats-grid--split,
.stats-grid--accent,
.stats-grid--gridline,
.stats-grid--soft,
.stats-grid--mosaic {
    margin-bottom: 8px;
}

.stats-card {
    border-radius: 4px;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    transform: none;
    opacity: 1;
    margin-bottom: 0;
    height: 100%;
}

.stats-card .card-block {
    padding: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stats-card--compact {
    border-radius: 4px;
    box-shadow: none;
}

.stats-card--compact .card-block {
    padding: 14px;
}

.stats-card--compact .stats-chart {
    height: 110px;
}

.stats-card--border {
    border: 1px solid rgba(120, 130, 140, 0.25);
    box-shadow: none;
    background: #ffffff;
}

.stats-card--border:hover {
    box-shadow: none;
}

.stats-card--glass {
    background: #ffffff;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
    backdrop-filter: none;
}

.stats-card--glass .stats-card-title {
    color: var(--ink);
}

.stats-card--glass .stats-card-kpi {
    color: var(--accent-dark);
}

.stats-card--mono {
    border-radius: 4px;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
    background: #ffffff;
}

.stats-card--mono .stats-card-kpi {
    color: #1f2a33;
}

.stats-card--minimal {
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
    background: #ffffff;
    padding: 0;
}

.stats-card--minimal .card-block {
    padding: 12px 14px;
}

.stats-card--minimal .stats-chart {
    height: 110px;
}

.stats-card--editorial {
    border-radius: 4px;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
    background: #ffffff;
}

.stats-card--editorial .stats-card-title {
    font-size: 16px;
}

.stats-card--split {
    background: #ffffff;
    border: 1px solid rgba(120, 130, 140, 0.2);
}

.stats-card--accent {
    border-left: 4px solid #0fa3b1;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: none;
}

.stats-card--gridline {
    background: #ffffff;
    border: 1px solid rgba(120, 130, 140, 0.2);
}

.stats-card--soft {
    background: #ffffff;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
}

.stats-card--mosaic {
    border-radius: 4px;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
    background: #ffffff;
}

.stats-card:hover {
    transform: none;
    box-shadow: none;
}

.stats-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.stats-card-title {
    font-weight: 500;
    color: var(--ink);
}

.stats-card-subtitle {
    font-size: 12px;
    color: var(--subtle);
}

.stats-card-kpi {
    font-weight: 500;
    color: var(--accent-dark);
}

.stats-chart {
    flex: 1;
    min-height: 180px;
    height: 180px;
    width: 100%;
    display: block;
    margin: 6px 0 4px;
    --chart-color: #0f4c81;
}

.stats-chart-wrap {
    position: relative;
    min-height: 180px;
}

.stats-chart-layer {
    position: absolute;
    inset: 0;
}

.stats-chart-layer--line .ct-line,
.stats-chart-layer--line .ct-point {
    stroke: #d63b3b;
}

.stats-chart-layer--line .ct-area {
    fill: #d63b3b;
    fill-opacity: 0.18;
}

.stats-chart-layer--line .ct-point {
    stroke-width: 6px;
}

.stats-card-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.stats-card-loader.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.stats-chart .ct-line,
.stats-chart .ct-bar,
.stats-chart .ct-point,
.stats-chart .ct-slice-donut {
    stroke: var(--chart-color);
}

.stats-chart .ct-area {
    fill: var(--chart-color);
    fill-opacity: 0.2;
}

.stats-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--subtle);
    margin-top: 2px;
}

.stats-card-footer--kpi {
    justify-content: flex-start;
    gap: 8px;
}

.stats-card-footer--kpi .stats-card-trend {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.stats-card-footer--kpi .stats-card-trend--with-separator::before {
    content: "|";
    color: rgba(120, 130, 140, 0.8);
    margin-right: 2px;
}

.stats-card-footer--kpi .stats-kpi-separator {
    color: rgba(120, 130, 140, 0.8);
}

.stats-card-footer--kpi .stats-kpi-part {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.stats-card-footer--kpi .stats-card-trend .badge {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
}

.stats-card-footer .btn {
    border-radius: 4px;
}

.stats-modal {
    border-radius: 4px;
    border: 1px solid rgba(120, 130, 140, 0.2);
    box-shadow: none;
    overflow: visible;
}

.stats-modal-chart-wrap {
    min-height: 360px;
    height: auto;
}

.stats-modal-chart-wrap.stats-modal-chart-wrap--donut {
    max-height: 600px;
}

.stats-modal-chart {
    min-height: 360px;
    height: auto;
    width: 100%;
    display: block;
    --chart-color: #0f4c81;
}

.stats-modal-chart .ct-line,
.stats-modal-chart .ct-bar,
.stats-modal-chart .ct-point,
.stats-modal-chart .ct-slice-donut {
    stroke: var(--chart-color);
}

.stats-modal-chart .ct-point {
    stroke-width: 10px;
    pointer-events: all;
}

.stats-modal-chart .ct-area {
    fill: var(--chart-color);
    fill-opacity: 0.22;
}

.stats-modal-chart-wrap.stats-modal-chart-wrap--donut .stats-modal-chart {
    max-height: 600px;
}

.stats-modal-subtitle {
    font-size: 13px;
    color: var(--subtle);
}

.stats-modal-foot {
    margin-top: 12px;
    font-size: 13px;
    color: var(--subtle);
}

.modal .chartist-tooltip,
.modal.show .chartist-tooltip,
.modal.fade.show .chartist-tooltip,
.stats-modal .chartist-tooltip {
    z-index: 2000;
}

@keyframes stats-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .stats-hero {
        padding: 18px;
    }

    .stats-chart {
        height: 110px;
    }

    .stats-modal-chart {
        min-height: 260px;
        height: auto;
    }

    .stats-modal-chart-wrap {
        min-height: 260px;
        height: auto;
    }
}

.js-plan-calc-block .js-plan-calc-work-left-unit {
    width: 80px;
}

.geo-plan-gantt {
    border: 1px solid #dde3ea;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
}

.geo-plan-form-values,
.geo-plan-form-gantt {
    min-width: 0;
}

.geo-plan-form-values {
    overflow-x: auto;
}

.geo-plan-gantt__timeline {
    min-width: 0;
    overflow-x: auto;
}

.geo-plan-gantt__heading,
.geo-plan-gantt__axis-row,
.geo-plan-gantt__row {
    display: grid;
    grid-template-columns: minmax(180px, 28%) 1fr;
    gap: 8px;
    align-items: center;
}

.geo-plan-gantt__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.geo-plan-gantt__axis-row {
    margin-bottom: 8px;
}

.geo-plan-gantt__row + .geo-plan-gantt__row {
    margin-top: 6px;
}

.geo-plan-gantt--line .geo-plan-gantt__axis-row,
.geo-plan-gantt--line .geo-plan-gantt__row {
    grid-template-columns: 1fr;
}

.geo-plan-gantt--line .geo-plan-gantt__heading {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.geo-plan-gantt--line .geo-plan-gantt__heading > div:last-child {
    flex-shrink: 0;
}

.geo-plan-gantt__label {
    min-width: 0;
    font-weight: 500;
    line-height: 1.2;
}

.geo-plan-gantt__label span {
    display: block;
    margin-top: 2px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
}

.geo-plan-gantt__axis,
.geo-plan-gantt .geoGanttMockup {
    min-width: var(--geo-gantt-day-width, 100%);
    width: 100%;
}

.geo-plan-gantt.is-week-view .geo-plan-gantt__axis,
.geo-plan-gantt.is-week-view .geoGanttMockup {
    min-width: var(--geo-gantt-week-width, 100%);
}

.geo-plan-gantt .geo-plan-gantt__axis--weeks,
.geo-plan-gantt .geoGanttTrack .geoGanttGrid--weeks,
.geo-plan-gantt.is-week-view .geo-plan-gantt__axis--days,
.geo-plan-gantt.is-week-view .geoGanttGrid--days {
    display: none;
}

.geo-plan-gantt.is-week-view .geo-plan-gantt__axis--weeks {
    display: block;
}

.geo-plan-gantt.is-week-view .geoGanttGrid--weeks {
    display: flex;
}

.geo-plan-gantt .geoGanttHeaderYears {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 18px;
    border: 1px solid #dde3ea;
    border-radius: 3px;
    background: #eef2f6;
    overflow: hidden;
    margin-bottom: 3px;
}

.geo-plan-gantt .geoGanttHeaderYearCell {
    min-width: 0;
    border-right: 1px solid #dde3ea;
    color: #495057;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.geo-plan-gantt .geoGanttHeaderScale {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 20px;
    border: 1px solid #dde3ea;
    border-radius: 3px;
    background: #f8f9fa;
    overflow: hidden;
}

.geo-plan-gantt .geoGanttHeaderScaleCell {
    flex: 1 0 22px;
    min-width: 0;
    border-right: 1px solid #c5ced8;
    color: #6c757d;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.geo-plan-gantt .geoGanttHeaderScaleCell--week {
    flex-basis: 46px;
}

.geo-plan-gantt .geoGanttHeaderScaleCell--weekend {
    background: #e9ecef;
    color: #6c757d;
}

.geo-plan-gantt .geoGanttHeaderScaleCell--month-start {
    border-left: 2px solid #495057;
}

.geo-plan-gantt .geoGanttMockup {
    position: relative;
    min-height: 31px;
    border: 1px dashed #ced4da;
    border-radius: 4px;
    background: #f8f9fa;
    overflow: hidden;
    padding: 1px 3px;
}

.geo-plan-gantt .geoGanttTrack {
    position: relative;
    width: 100%;
    height: 27px;
    display: block;
    border-radius: 3px;
    background: #f8f9fa;
    overflow: hidden;
}

.geo-plan-gantt .geoGanttGrid {
    position: absolute;
    inset: 0;
    display: flex;
    pointer-events: none;
    z-index: 2;
}

.geo-plan-gantt .geoGanttDeadlineAfter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 215, 218, 0.35);
    pointer-events: none;
    z-index: 0;
}

.geo-plan-gantt .geoGanttGridCell {
    flex: 1 0 22px;
    border-right: 1px solid rgba(73, 80, 87, 0.35);
    min-width: 0;
}

.geo-plan-gantt .geoGanttGridCell--week {
    flex-basis: 46px;
}

.geo-plan-gantt .geoGanttGridCell--weekend {
    background: rgba(108, 117, 125, 0.2);
}

.geo-plan-gantt .geoGanttGridCell--month-start {
    border-left: 2px solid rgba(73, 80, 87, 0.75);
}

.geo-plan-gantt .geoGanttBar {
    position: absolute;
    top: 1px;
    left: 0;
    height: 12px;
    border-radius: 3px;
    background: linear-gradient(90deg, #20a9b8, #007bff);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.geo-plan-gantt .geoGanttBar--coordination {
    top: 14px;
    background: linear-gradient(90deg, #7460ee, #ab47bc);
}

.geo-plan-gantt .geoGanttMarker {
    position: absolute;
    top: 2px;
    bottom: 2px;
    width: 0;
    border-left: 2px solid;
    z-index: 4;
}

.geo-plan-gantt .geoGanttMarker--today {
    border-color: #00a65a;
}

.geo-plan-gantt .geoGanttMarker--work-deadline {
    border-color: #d9534f;
}

.geo-plan-gantt .geoGanttMarker--part-deadline {
    border-color: #f0ad4e;
    border-left-style: dashed;
}

.geo-plan-gantt__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px;
    color: #6c757d;
    font-size: 12px;
}

.geo-plan-gantt__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px;
}

.geo-plan-gantt__footer .geo-plan-gantt__legend {
    margin-top: 0;
}

.geo-plan-gantt__legend span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.geo-plan-gantt__legend-line {
    display: inline-block;
    width: 22px;
    height: 8px;
    border-radius: 3px;
    background: linear-gradient(90deg, #20a9b8, #007bff);
}

.geo-plan-gantt__legend-line--coordination {
    background: linear-gradient(90deg, #7460ee, #ab47bc);
}

.geo-plan-gantt__legend .geoGanttMarker {
    position: static;
    display: inline-block;
    height: 14px;
}

@media (max-width: 768px) {
    .geo-plan-gantt__axis-row,
    .geo-plan-gantt__row {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}
.conversation-panel {
    background: #fff;
    border: 0;
    border-radius: 4px;
    margin: -15px;
    overflow: hidden;
    position: relative;
}

.modal-body-fill > .conversation-panel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    width: calc(100% + 30px);
}

.conversation-feed-wrap {
    position: relative;
}

.modal-body-fill .conversation-feed-wrap {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.conversation-feed {
    background: #fff;
    flex: 1 1 auto;
    max-height: 600px;
    min-height: 0;
    overflow-y: auto;
    padding: 1.5rem;
}

.modal-body-fill .conversation-feed {
    max-height: none;
}

.conversation-order {
    align-items: center;
    display: inline-flex;
    height: 38px;
    justify-content: center;
}

.conversation-loading-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.conversation-is-loading .conversation-feed {
    pointer-events: none;
}

.conversation-feed::-webkit-scrollbar {
    width: 6px;
}

.conversation-feed::-webkit-scrollbar-track {
    background: #f8fafc;
}

.conversation-feed::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.conversation-feed::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.conversation-timeline {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

.conversation-timeline::before {
    background-color: #f1f5f9;
    bottom: 0.5rem;
    content: "";
    left: 19px;
    position: absolute;
    top: 0.5rem;
    width: 2px;
}

.conversation-timeline-empty::before {
    display: none;
}

.conversation-timeline-item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 1rem;
    position: relative;
}

.conversation-timeline-item:last-child {
    margin-bottom: 0;
}

.conversation-avatar {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    margin-right: 1rem;
    position: relative;
    width: 40px;
    z-index: 1;
}

.conversation-avatar-blue {
    background-color: #eff6ff;
    color: #2563eb;
}

.conversation-avatar-system {
    background-color: #f8fafc;
    color: #64748b;
}

.conversation-message-content {
    flex: 1;
    min-width: 0;
}

.conversation-timeline-item[data-message-important="1"] .conversation-message-content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.conversation-timeline-item[data-message-important="1"] .conversation-message-meta {
    align-self: stretch;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.conversation-message-meta {
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
}

.conversation-user-name {
    color: #0f172a;
    font-weight: 600;
}

.conversation-timeline-item[data-message-important="1"] .conversation-user-name {
    order: 2;
}

.conversation-author-badge {
    margin-left: 0.35rem;
    vertical-align: middle;
}

.conversation-timeline-item[data-message-important="1"] .conversation-author-badge {
    order: 3;
}

.conversation-timestamp {
    color: #64748b;
    margin-left: 0.5rem;
}

.conversation-timeline-item[data-message-important="1"] .conversation-timestamp {
    order: 4;
}

.conversation-edited-label {
    color: #94a3b8;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.conversation-timeline-item[data-message-important="1"] .conversation-edited-label {
    order: 5;
}

.conversation-edit,
.conversation-important,
.conversation-archive {
    background: transparent;
    border: 0;
    color: #94a3b8;
    cursor: pointer;
    margin-left: 0;
    padding: 0 0.1rem;
}

.conversation-timestamp + .conversation-message-action,
.conversation-edited-label + .conversation-message-action {
    margin-left: 0.5rem;
}

.conversation-message-action {
    opacity: 0;
    visibility: hidden;
}

.conversation-timeline-item[data-message-important="1"] .conversation-message-action {
    margin-left: 0;
    order: 1;
}

.conversation-timeline-item[data-message-important="1"] .conversation-message-action + .conversation-message-action {
    margin-left: 0.15rem;
}

.conversation-timeline-item[data-message-important="1"] .conversation-message-action:last-of-type {
    margin-right: 0.5rem;
}

.conversation-timeline-item:hover .conversation-message-action,
.conversation-timeline-item:focus-within .conversation-message-action {
    opacity: 1;
    visibility: visible;
}

.conversation-edit:hover,
.conversation-edit:focus {
    color: #0091ff;
    outline: 0;
}

.conversation-important:hover,
.conversation-important:focus,
.conversation-important.is-active {
    color: #7460ee;
    outline: 0;
}

.conversation-archive:hover,
.conversation-archive:focus {
    color: #f62d51;
    outline: 0;
}

.conversation-message-bubble {
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    border-top-left-radius: 0;
    color: #334155;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5;
    min-width: 180px;
    max-width: 100%;
    padding: 0.75rem 1rem;
}

.conversation-message-bubble.is-important {
    background-color: #f1effd;
    border-color: #ded7fb;
    border-radius: 1rem;
    border-top-right-radius: 0;
    max-width: 85%;
    position: relative;
}

.conversation-message-bubble.currently-editing {
    background-color: #f0f9ff;
    border-color: #bae6fd;
    box-shadow: 0 0 0 3px rgba(186, 230, 253, 0.2);
    position: relative;
}

.conversation-message-bubble.is-important.currently-editing {
    background-color: #f0f9ff;
    border-color: #bae6fd;
}

.conversation-message-badges {
    bottom: -0.6rem;
    display: flex;
    gap: 0.25rem;
    position: absolute;
    right: 0.5rem;
}

.conversation-editing-badge,
.conversation-important-badge {
    border-radius: 4px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 1px 6px;
    text-transform: uppercase;
}

.conversation-editing-badge {
    background: #0091ff;
    box-shadow: 0 2px 4px rgba(0, 145, 255, 0.2);
    color: #fff;
}

.conversation-important-badge {
    background: #7460ee;
    box-shadow: 0 2px 4px rgba(116, 96, 238, 0.2);
    color: #fff;
}

.conversation-empty {
    padding-left: 54px;
    position: relative;
    z-index: 1;
}

.conversation-footer {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 1.5rem;
}

.conversation-input-wrapper {
    position: relative;
}

.conversation-input-wrapper.is-editing {
    background-color: #f0f9ff;
    border-radius: 4px;
    margin: -0.5rem;
    padding: 1rem;
}

.conversation-edit-label-container {
    align-items: center;
    color: #64748b;
    display: none;
    font-size: 0.75rem;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.conversation-input-wrapper.is-editing .conversation-edit-label-container {
    display: flex;
}

.conversation-edit-cancel {
    align-items: center;
    background: transparent;
    border: 0;
    color: #94a3b8;
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.conversation-edit-cancel:hover,
.conversation-edit-cancel:focus {
    color: #64748b;
    outline: 0;
}

.conversation-input {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    color: #475569;
    font-size: 0.875rem;
    max-height: 180px;
    min-height: 82px;
    overflow-y: hidden;
    padding: 1rem 7.5rem 3.5rem 1rem;
    resize: none;
    width: 100%;
}

.conversation-input-wrapper.is-editing .conversation-input {
    background-color: #fff;
    border-color: #bae6fd;
}

.conversation-input:focus {
    border-color: #009efb;
    box-shadow: 0 0 0 3px rgba(0, 158, 251, 0.1);
}

.conversation-input-actions {
    bottom: 1.125rem;
    display: flex;
    gap: 0.5rem;
    position: absolute;
    right: 1rem;
}

.conversation-send .fa {
    transform: translate(-1px, 0);
}

.conversation-input-wrapper.is-editing .conversation-send .fa {
    transform: none;
}

.conversation-input-wrapper.is-editing .conversation-input-actions {
    bottom: 2.125rem;
    right: 2rem;
}

.conversation-help-text {
    color: #94a3b8;
    font-size: 11px;
    margin-top: 0.75rem;
    text-align: right;
}

@media (max-width: 575px) {
    .conversation-order-toggle {
        display: flex;
        width: 100%;
    }

    .conversation-order-toggle .btn {
        flex: 1;
    }

    .conversation-feed {
        max-height: 360px;
        padding: 1.25rem 1rem;
    }

    .conversation-message-bubble {
        min-width: 0;
    }
}

#actProgressAccordion .faq-card-header {
    padding: 10px 0px;
}
