body.single-values .container {
	max-width: none;
}

.carousel__item {
	min-height: 200px;
	width: 100%;
	background-color: var(--brand-color);
	color: #fff;
	font-size: 20px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .fixedcol {
    position: sticky !important;
    position: -webkit-sticky !important;
    left: 0;
    z-index: 3;
    background: white;
 }
 .v-table__wrapper thead {
	z-index: 4 !important;
	background: white;
	position: sticky;
	top: 0;
 }

/* Ensure table headers are sticky */
.v-data-table .v-data-table__th {
	position: sticky !important;
	top: 0 !important;
	z-index: 3 !important;
	background-color: white !important;
	background-clip: padding-box;
 }

/* Set proper height constraints for sticky headers to work */
.v-data-table .v-table__wrapper {
	max-height: 80vh; /* Adjust this value as needed */
	overflow-y: auto;
 }

/* Ensure filter rows also stick if they exist */
.v-data-table .acti_filters {
	position: sticky !important;
	top: 56px !important; /* Adjust based on header height */
	z-index: 2 !important;
	background-color: white !important;
 }

/* Handle specific table containers for better sticky behavior */
.activity_table .v-table__wrapper,
.backlog_table .v-table__wrapper,
.complete_table .v-table__wrapper,
.deprioritized_table .v-table__wrapper,
#objectives_table .v-table__wrapper {
	max-height: 70vh;
	overflow-y: auto;
 }

/* Ensure sticky headers work in rollup tables too */
.activities_table .v-table__wrapper,
.bk_table .v-table__wrapper {
	max-height: 75vh;
	overflow-y: auto;
 }
 .v-data-table-rows-no-data {
	display: none;
 }
 .owner_avatar img {
	border-radius: 20px;
    height: 30px;
 }
 .dp--tp-wrap {
    display: none !important;
}
.activity_conainter .v-table table thead th:nth-child(4) {
    min-width: 200px;
}

.activity_conainter .v-table table .row_editable .dp--clear-btn {
    left: 5px;
    right: inherit;
}
.activity_conainter .v-table table .row_editable .dp--clear-btn svg {
    fill: #FFFFFF;
    padding: 6px;
}

.fixedcolactions i.text-red.mdi-delete {
    display: none;
	color: #CCC !important;
}
.activity_conainter .v-table table tr:hover .fixedcolactions i.text-red.mdi-delete,
#objectives_table.v-table table tr:hover .fixedcolactions i.text-red.mdi-delete {
    display: block;
    margin: 0 auto;
}

/* Rollup page style */
#oneguide-valuecreation h3 {
margin: 15px 0;

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;

color: #000000;

max-width: 300px;
position: relative;
z-index: 1;
}

#oneguide-valuecreation h4 {
	margin: 15px 0;
	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	
	max-width: 300px;
	position: relative;
	z-index: 1;
	}

#oneguide-valuecreation h4 + .v-table,
#oneguide-valuecreation h4 + .table-wrapper .v-table,
#oneguide-valuecreation .activity_conainter h4 + .table-wrapper .v-table {
	margin-top: -60px;
	margin-bottom: 40px;
}

#oneguide-valuecreation h3 + .v-table,
#oneguide-valuecreation h3 + .table-wrapper .v-table,
#oneguide-valuecreation h3 + .activity_conainter .v-table:first-child {
	margin-top: -60px;
	margin-bottom: 40px;
}

#oneguide-valuecreation .v-table {
	box-shadow: none !important;
	background-color: #f1f1f1;
}
#oneguide-valuecreation .v-table header.v-toolbar {
	background-color: #f1f1f1 !important;
}
#oneguide-valuecreation .v-table header.v-toolbar .d-flex {
	justify-content: end;
}
#oneguide-valuecreation .v-table header.v-toolbar .v-select {
	max-width: 260px;
}

/* Inline field wrapper for toolbar controls */
#oneguide-valuecreation .ovc-field-vertical {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
}
#oneguide-valuecreation .ovc-field-vertical .ovc-label {
	font-size: 12px;
	color: #6b7280;
	line-height: 1;
	margin-bottom: 2px;
}
#oneguide-valuecreation .v-table button.v-btn {
	background-color: var( --e-global-color-primary );
}
#oneguide-valuecreation .v-table button.v-btn span {
	text-transform: capitalize;
	color: #FFFFFF;
}
#oneguide-valuecreation .v-table table {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #FFF;
	/* overflow: hidden; */
	border: none;    
}
#oneguide-valuecreation .v-table table thead th {
	border: 1px solid #F8F8F9;
	vertical-align: middle;
	font-weight: 600;
	font-size: 14px;
}
#oneguide-valuecreation .v-table table tbody tr td {
	border: 1px solid #F8F8F9;
	border-bottom: 2px solid #F8F8F9;
	vertical-align: middle;
	font-size: 14px;
}

.activity_table tr,
.backlog_table tr,
.complete_table tr,
.deprioritized_table tr {
	cursor: grab;
}
.activity_table tr.sortable-chosen,
.backlog_table tr.sortable-chosen,
.complete_table tr.sortable-chosen,
.deprioritized_table tr.sortable-chosen,
body .sortable-chosen,
body .sortable-chosen.sortable-ghost {
	cursor: grabbing !important;
	-webkit-user-select: none;
	user-select: none;
}

body .sortable-chosen.sortable-drag {
	cursor: grabbing !important;
	-webkit-user-select: none;
	user-select: none;
	/* pointer-events: none !important; */
}
.grabbing *,
body.dragging,
body.dragging * {
    cursor: grabbing !important;
	-webkit-user-select: none;
	user-select: none;
}

/* VCP Page style Editing */
#oneguide-valuecreation .company {
	margin-bottom: 30px;
}
#oneguide-valuecreation .logo {
    display: inline-block;
	border-radius: initial;
	border-radius: unset;
    vertical-align: top;
    margin-right: 15px;
    height: 90px;
    width: auto;
	max-width: 200px;
}
#oneguide-valuecreation .logo img {
	vertical-align: middle;
    width: 100%;
    height: 100%;
}
#oneguide-valuecreation .company  {
    display: inline-block;
	vertical-align: top;
}
#oneguide-valuecreation .company h1 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    vertical-align: middle;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-bottom: 0px;
}
#oneguide-valuecreation .company .owner {
	color: #555;
}
#oneguide-valuecreation .company .owner .avatar {
	width: 30px;
    height: 30px;
}
#oneguide-valuecreation header .row {
	display: flex;
}
#oneguide-valuecreation header .row .v-container.v-container--fluid {
	text-align: right;
}
#oneguide-valuecreation header .row a.v-btn.v-btn--elevated {
	margin-left: 15px;
	box-shadow: none;
	background-color: var(--e-global-color-primary) !important;
}
#oneguide-valuecreation header .row button.v-btn {
	display: inline-block;
    background-color: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    margin-left: -15px;
}

#oneguide-valuecreation table .v-text-field .v-field--single-line input,
#oneguide-valuecreation table .v-select .v-field .v-field__input {
	padding-left: 2px;
	padding-right: 2px;
}

#oneguide-valuecreation .v-table table {
	margin-bottom: 5px;
}
#oneguide-valuecreation .v-table table tbody tr td span > span:not(.v-select__selection-comma) {
    padding: 4px 8px;
    border-radius: 4px;
    display: block;
}
#oneguide-valuecreation .v-table table tbody tr td span > div > a {
    background-color: #F8F8F9;
    color: #292D34;
    display: inline-block;
    margin-top: 8px;
    padding: 2px 8px;
    border-radius: 4px;
}
#oneguide-valuecreation .v-table table tbody tr td span > div:last-child > a {
	margin-bottom: 8px;
}

#oneguide-valuecreation .v-btn.bg-secondary {
	background-color: #c1c1c1 !important;
	box-shadow: none;
}
#oneguide-valuecreation .v-field__input,
#oneguide-valuecreation .v-field__field {
    padding-top: 0;
    padding-bottom: 0;
    /* display: block; */
	min-height: 40px;
    /* max-height: 40px; */
    line-height: 40px;
    vertical-align: top;
}

/* Remove Rollup page placeholders/labels */
/* .v-input__control .v-field .v-label.v-field-label.v-field-label--floating {
	display: none;
} */

/* alert color change */
#oneguide-valuecreation .v-alert.bg-error,
#main .v-alert.bg-error {
	background-color: var( --e-global-color-primary ) !important;
}

/* Style calendar datepicker */
.dp__instance_calendar .dp__month_year_wrap button.dp__btn {
	background-color: #FFFFFF;
	border: none;
	height: 45px;
}
.dp__instance_calendar button.dp__action_button.dp__action_cancel {
    background-color: #FFFFFF;
}

.dp__outer_menu_wrap.dp--menu-wrapper .dp__action_buttons .dp__action_cancel {
	background-color: #FFFFFF;
}
.dp__outer_menu_wrap.dp--menu-wrapper .dp__action_buttons .dp__action_cancel:hover {
	color: var(--dp-text-color);
	border: 1px solid var(--dp-border-color)
}
.dp__outer_menu_wrap.dp--menu-wrapper .dp__action_buttons .dp__action_select {
	background-color: var(--e-global-color-primary);
	color: #FFFFFF;
}

.activity_conainter .v-table table tbody tr .v-data-table__td .v-input {
	min-width: 200px;
}
/* Enhanced horizontal scrolling for tables */       
.activity_conainter {
	margin-top: 0;
}

/* Restore horizontal scrollbars for proper scrolling */
.activities_table .v-table__wrapper,
.backlog_table .v-table__wrapper,
.complete_table .v-table__wrapper,
.deprioritized_table .v-table__wrapper,
.bk_table .v-table__wrapper {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

/* Custom styled horizontal scrollbar */
.v-table__wrapper::-webkit-scrollbar {
	background-color: #f3f3f3;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.v-table__wrapper::-webkit-scrollbar-track {
	border-radius: 6px;
	background: #f1f1f1;
}

.v-table__wrapper::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 6px;
	border: 2px solid #f1f1f1;
}

.v-table__wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #a8a8a8;
}

/* Ensure proper horizontal scrolling on Firefox */
.v-table__wrapper {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

.activities_table .v-table__wrapper {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.activities_table .v-table__wrapper::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/* .activities_table common class 
#oneguide-valuecreation .v-table__wrapper::-webkit-scrollbar {
	background-color: #FFFFFF;
	width: 9px;
	height: 9px;
	border-radius: 10px;
}

#oneguide-valuecreation .v-table__wrapper::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

#oneguide-valuecreation .v-table__wrapper::-webkit-scrollbar-thumb {
	background-color: var( --e-global-color-primary );
	border-radius: 10px;
}
	*/
.v-timeline-item__opposite span {
	font-size: 12px;
}
.v-card .v-card-text {
	line-height: 1;
}
#activity_log {
	overflow: auto;
	height: 400px;
}
/* .activity_table .v-table__wrapper,
.backlog_table  .v-table__wrapper,
.complete_table .v-table__wrapper {
	overflow: hidden;
} */

/* Style new navigation */
.navigation-value-creation {
	text-align: right;
}
.navigation-value-creation + .v-container.v-container--fluid.v-locale--is-ltr {
	padding-right: 0;
}
.navigation-value-creation select {
	background-color: #FFFFFF;
	margin-right: 20px;
}
.navigation-value-creation button.navigation-value-creation-button {
	background-color: var(--e-global-color-primary) !important;
    padding: 7px 16px;
    color: #fff;
    font-size: 16px;
}
.navigation-value-creation + .v-container a.v-btn {
	text-transform: capitalize;
	border-radius: 6px 6px 6px 6px;
	height: 41px;
    padding: 0 18px;
    font-size: 16px;	
}

.elementor-shortcode .navigation-value-creation .navigation-value-creation-select {
	width: calc(100% - 90px);
    margin-right: 10px;
    vertical-align: baseline;
    margin-bottom: 0;
}

.fixed_scroll_table {
	display: initial !important;
}

.sticky-bottom-scroll {
    position: fixed;
    bottom: 0px;
    z-index: 99999;
}

.scroll_container {
	overflow: auto;
}
.row_editable {
	width: 100%;
	/* height: 100%; */
	vertical-align: middle;
	display: inline-block;
    min-height: 24px;	
}
.row_editable span.owner.owner_avatar {
    line-height: 30px;
}

i.edit_actions {
    font-size: 12px;
    font-weight: bold;
    width: calc(50% - 8px);
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    text-align: right;
    float: right;
    margin-top: 8px;
	margin-bottom: 8px;
    padding: 0 10px;
}
i.edit_actions + i.edit_actions {
    text-align: left;
    color: #8f8f8f;
    float: left;
}
.dp__action_row {
	text-align: right !important;
	display: block !important;
}

.dp__outer_menu_wrap.dp--menu-wrapper .dp__action_row .dp__action_cancel {
	background-color: #FFFFFF;
}
.dp__outer_menu_wrap.dp--menu-wrapper .dp__action_row .dp__action_cancel:hover {
	color: var(--dp-text-color);
	border: 1px solid var(--dp-border-color)
}
.dp__outer_menu_wrap.dp--menu-wrapper .dp__action_row .dp__action_select {
	background-color: var(--e-global-color-primary);
	color: #FFFFFF;
}

.overlay-on-table {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  /* Bulk Import instructions */
  .table-overlay-window .v-card-actions .v-spacer .v-btn {
	color: #FFFFFF !important;
  }
  .table-overlay-window .v-card-actions .v-spacer .v-btn + .v-btn {
	margin-left: 8px;
  }
  /* .table-overlay-window .v-card-text ul {
	margin-bottom: 1rem;
  } */

/* Column Resizing Styles */
.v-data-table .v-data-table__th {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

/* Enhanced table layout for smooth horizontal scrolling */
.v-data-table table {
  table-layout: auto;
  width: max-content; /* Allow table to expand beyond container */
  min-width: 100%; /* Ensure minimum width fills container */
}

/* Improved table cell behavior for horizontal scrolling */
.v-data-table .v-data-table__td {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Keep header cells separate to maintain sticky positioning */
.v-data-table .v-data-table__th:not([data-resizable="true"]) {
  overflow: visible !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* Override any flex constraints that might interfere with resizing */
.v-data-table .v-data-table__th[data-resizable="true"] {
  flex: none !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

/* Specific override for Vuetify's width constraints */
.v-data-table .v-data-table__th.text-start,
.v-data-table .v-data-table__th.text-end,
.v-data-table .v-data-table__th.text-center {
  width: auto !important;
}

.column-resize-handle {
  position: absolute;
  top: 0;
  right: -4px;
  width: 12px;
  height: 100%;
  cursor: col-resize;
  background: transparent;
  z-index: 100;
  border-right: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.column-resize-handle:hover {
  border-right-color: transparent;
  background: rgba(25, 118, 210, 0.1);
}

.column-resize-handle:active,
.column-resize-handle.resizing {
  border-right-color: transparent;
  background: rgba(25, 118, 210, 0.2);
}

.column-resize-handle.resizing {
  border-right-color: transparent;
  background: rgba(25, 118, 210, 0.1);
}

.v-data-table.resizing {
  -webkit-user-select: none;
  user-select: none;
  cursor: col-resize;
}

.v-data-table.resizing * {
  cursor: col-resize !important;
}

/* Prevent text selection during resize */
.v-data-table.resizing .v-data-table__th,
.v-data-table.resizing .v-data-table__td {
  -webkit-user-select: none;
  user-select: none;
}

/* Ensure minimum column width */
.v-data-table__th[data-resizable="true"] {
  min-width: 80px;
  max-width: 500px;
}

/* Custom resize indicator */
.resize-indicator {
  display: none;
}

.resize-indicator.active {
  display: none;
}

.objectives_table .v-table__wrapper {
	margin-top: 15px;
}