

/* /web/static/lib/bootstrap/scss/_functions.scss */



/* /web/static/lib/bootstrap/scss/_mixins.scss */



/* /web/static/src/scss/functions.scss */



/* /web/static/src/scss/mixins_forwardport.scss */



/* /web/static/src/scss/bs_mixins_overrides.scss */



/* /web/static/src/scss/utils.scss */



/* /_custom/web._assets_primary_variables/muk_web_colors/static/src/scss/colors_light.scss */



/* /_custom/web._assets_primary_variables/muk_web_enterprise_theme/static/src/scss/colors_light.scss */



/* /muk_web_colors/static/src/scss/colors.scss */



/* /web_enterprise/static/src/scss/primary_variables.scss */



/* /web/static/src/scss/primary_variables.scss */



/* /muk_web_enterprise_theme/static/src/scss/variables.scss */



/* /muk_web_chatter/static/src/scss/variables.scss */



/* /web_enterprise/static/src/webclient/home_menu/home_menu.variables.scss */



/* /web_enterprise/static/src/webclient/navbar/navbar.variables.scss */



/* /web/static/src/core/avatar/avatar.variables.scss */



/* /web/static/src/core/notifications/notification.variables.scss */



/* /web/static/src/search/control_panel/control_panel.variables.scss */



/* /web/static/src/search/search_bar/search_bar.variables.scss */



/* /web/static/src/search/search_panel/search_panel.variables.scss */



/* /web/static/src/views/fields/statusbar/statusbar_field.variables.scss */



/* /web/static/src/views/fields/translation_button.variables.scss */



/* /web/static/src/views/form/form.variables.scss */



/* /web/static/src/views/kanban/kanban.variables.scss */



/* /web/static/src/webclient/burger_menu/burger_menu.variables.scss */



/* /web/static/src/webclient/navbar/navbar.variables.scss */



/* /mail/static/src/core/common/primary_variables.scss */



/* /mail/static/src/discuss/typing/common/primary_variables.scss */



/* /mail/static/src/scss/variables/primary_variables.scss */



/* /onboarding/static/src/scss/onboarding.variables.scss */



/* /web_editor/static/src/scss/web_editor.variables.scss */



/* /web_editor/static/src/scss/wysiwyg.variables.scss */



/* /portal/static/src/scss/primary_variables.scss */



/* /account/static/src/scss/variables.scss */

@keyframes animate-red {
  0% {
    color: red;
  }
  100% {
    color: inherit;
  }
}

.animate {
  animation: animate-red 1s ease;
}



/* /website/static/src/scss/primary_variables.scss */



/* /website/static/src/scss/options/user_values.scss */



/* /website/static/src/scss/options/colors/user_color_palette.scss */



/* /website/static/src/scss/options/colors/user_gray_color_palette.scss */



/* /website/static/src/scss/options/colors/user_theme_color_palette.scss */



/* /web_gantt/static/src/gantt_view.variables.scss */



/* /hr_org_chart/static/src/scss/variables.scss */



/* /muk_web_appsbar/static/src/scss/variables.scss */



/* /website/static/src/snippets/s_badge/000_variables.scss */



/* /website/static/src/scss/secondary_variables.scss */



/* /web_enterprise/static/src/scss/secondary_variables.scss */



/* /web/static/src/scss/secondary_variables.scss */



/* /web_editor/static/src/scss/secondary_variables.scss */



/* /web_enterprise/static/src/scss/bootstrap_overridden.scss */



/* /web/static/src/scss/bootstrap_overridden.scss */

.user-select-none {
  -webkit-user-select: none !important;
}



/* /web/static/src/scss/bs_mixins_overrides_backend.scss */



/* /web_editor/static/src/scss/bootstrap_overridden_backend.scss */



/* /web_editor/static/src/scss/bootstrap_overridden.scss */



/* /muk_web_appsbar/static/src/scss/mixins.scss */



/* /web/static/src/scss/pre_variables.scss */



/* /web/static/lib/bootstrap/scss/_variables.scss */



/* /web/static/lib/bootstrap/scss/_variables-dark.scss */



/* /web/static/lib/bootstrap/scss/_maps.scss */



/* /web/static/src/views/graph/graph_view.scss */

.o_graph_view {
  --ControlPanel-border-bottom: none;
}

.o_graph_view .o_cp_bottom_left {
  display: block;
}

:not(.o-dashboard-action) > .o_graph_view .o_graph_canvas_container {
  min-height: 50vh;
}

.o_graph_view .o_view_sample_data .o_graph_canvas_container {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}



/* /web/static/src/views/pivot/pivot_view.scss */

.o_pivot table {
  width: var(--PivotView-width, auto);
}

.o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty) {
  color: #374151;
}

.o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty):hover, .o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty):focus, .o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty).focus {
  color: #1b1c1d;
}

.o_pivot table .o_pivot_measure_row,
.o_pivot table .o_pivot_origin_row,
.o_pivot table .o_pivot_header_cell_closed,
.o_pivot table .o_pivot_header_cell_opened {
  color: #374151;
}

.o_pivot table .o_pivot_measure_row:hover, .o_pivot table .o_pivot_measure_row:focus, .o_pivot table .o_pivot_measure_row.focus,
.o_pivot table .o_pivot_origin_row:hover,
.o_pivot table .o_pivot_origin_row:focus,
.o_pivot table .o_pivot_origin_row.focus,
.o_pivot table .o_pivot_header_cell_closed:hover,
.o_pivot table .o_pivot_header_cell_closed:focus,
.o_pivot table .o_pivot_header_cell_closed.focus,
.o_pivot table .o_pivot_header_cell_opened:hover,
.o_pivot table .o_pivot_header_cell_opened:focus,
.o_pivot table .o_pivot_header_cell_opened.focus {
  color: #111827;
}

.o_pivot table .o_pivot_measure_row:hover,
.o_pivot table .o_pivot_origin_row:hover,
.o_pivot table .o_pivot_header_cell_closed:hover,
.o_pivot table .o_pivot_header_cell_opened:hover {
  background-color: #e7e9ed !important;
}

.o_pivot table .o_pivot_cell_value.o_cell_hover {
  background-color: rgba(var(--emphasis-color-rgb), 0.055);
}

.o_pivot table .o_pivot_cell_value {
  /*rtl:ignore*/
  text-align: right !important;
  /*rtl:ignore*/
  direction: ltr;
}

.o_pivot_view .o_cp_bottom_left {
  display: block;
}

.o_pivot_view .o_view_sample_data {
  overflow: hidden !important;
}

.o_pivot_view .o_view_sample_data .o_pivot {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}



/* /mail/static/src/views/web/activity/activity_controller.scss */

.o_activity_view > table thead > tr > th:first-of-type {
  min-width: 300px;
}

.o_activity_view .o_activity_summary_cell .o-mail-ActivityCell-counter {
  color: #111827;
}

.o_activity_view .o_activity_summary_cell.planned {
  background-color: #28A745;
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.planned a {
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.planned a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.overdue {
  background-color: #d44c59;
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.overdue a {
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.overdue a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.today {
  background-color: #e99d00;
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.today a {
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.today a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.done {
  background-color: #d8dadd;
}

.o_activity_view .o_activity_summary_cell.done a {
  color: #111827;
}

.o_activity_view .o_activity_summary_cell.done a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.o_activity_empty_cell > i {
  display: none;
}

.o_activity_view .o_activity_summary_cell.o_activity_empty_cell:hover {
  background-color: #e8e8e8;
}

.o_activity_view .o_activity_summary_cell.o_activity_empty_cell:hover > i {
  color: gray;
  display: -webkit-box; display: -webkit-flex; display: flex;
}

.o_activity_view .o_activity_record > div {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
  align-items: center;
}

.o_activity_view .o_activity_record > div .o_m2o_avatar > img, .o_activity_view .o_activity_record > div > img {
  object-fit: cover;
  width: 32px;
  height: 32px;
  max-height: 32px;
}

.o_activity_view .o_activity_record > div .o_m2m_avatar, .o_activity_view .o_activity_record > div .o_m2m_avatar_empty {
  width: 32px !important;
  height: 32px !important;
}

.o_activity_view .o_activity_record > div .o_m2o_avatar {
  margin-right: 16px;
}

.o_activity_view .o_activity_record > div .o_m2o_avatar .o_delete {
  font-size: initial !important;
}

.o_activity_view .o_activity_record > div .o_m2m_avatar_empty {
  padding-top: 2px;
  font-size: large;
}

.o_activity_view .o_activity_record > div .o_text_bold {
  font-weight: 500;
}

.o_activity_view .o_activity_record > div .o_text_block {
  display: inline-block;
  max-width: 15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  display: block;
}

.o_activity_view .o_activity_record:hover {
  background-color: #e8e8e8;
}

.o_activity_view .o_activity_filter_planned {
  background-color: #eff6f2;
}

.o_activity_view .o_activity_filter_today {
  background-color: #f8f5ee;
}

.o_activity_view .o_activity_filter_overdue {
  background-color: #f7f1f3;
}

.o_activity_view .o_activity_type_cell {
  min-width: 100px;
}

.o_activity_view .o_activity_type_cell .fa-ellipsis-v {
  cursor: pointer;
}

.o_activity_view .o_activity_type_cell .o_template_element {
  white-space: nowrap;
  padding: 5px;
  cursor: pointer;
}

.o_activity_view .o_activity_type_cell .o_template_element:hover {
  color: #28A745;
}

.o_activity_view .o_activity_type_cell .o_activity_counter {
  margin: 5px 0 0 0;
}

.o_activity_view .o_activity_type_cell .o_activity_counter > .o_column_progress {
  width: 100%;
}

.o_activity_view .o_activity_type_cell .o_activity_counter > .o_column_progress > div.active {
  border: 1px solid;
}

.o_activity_view_table {
  height: 1px;
}



/* /web_enterprise/static/src/views/pivot/pivot_renderer.scss */

@media (max-width: 767.98px) {
  .o_pivot {
    height: 100%;
  }
  .o_pivot .dropdown.show > .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    -moz-transform: scale(0.9999);
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--o-caret-color, currentColor);
  }
  .o_pivot th > .o_group_by_menu > .dropdown-menu .dropdown-item .dropdown-toggle::after {
    top: 12px;
  }
  .o_pivot th > .o_group_by_menu > .dropdown-menu .dropdown-item .dropdown-menu {
    top: initial !important;
    left: 5% !important;
    width: 95%;
  }
}



/* /web_map/static/src/map_view/map_controller.scss */

.o_map_view {
  height: 100%;
}

.o_map_view .o_content {
  height: 100%;
}



/* /web_map/static/src/map_view/map_renderer.scss */

.o-map-renderer {
  height: 100%;
}

@media (max-width: 767.98px) {
  .o-map-renderer {
    height: calc(100% - 46px);
  }
}

.o-map-renderer--popup-table-content-name {
  line-height: 25px;
}

.o-map-renderer--popup-table-space {
  padding-left: 20px;
}

.o-map-renderer--popup-buttons-divider {
  width: 5px;
}

.o-map-renderer--pin-list-container {
  padding: 8px 16px !important;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .o-map-renderer--pin-list-container {
    border-right: 1px solid #d8dadd;
  }
}

.o-map-renderer--pin-list-group-header {
  color: #111827;
}

.o-map-renderer--pin-list-group svg {
  height: 1.25rem;
  margin-right: 0.5rem;
}

.o-map-renderer--pin-list-group > i {
  width: 0.5rem;
}

.o-map-renderer--pin-list-group > .o-map-renderer--pin-list-details {
  margin-left: 2rem;
}

.o-map-renderer--pin-list-header {
  color: #111827;
}

.o-map-renderer--pin-list-details a {
  color: #111827;
}

.o-map-renderer--pin-list-details > li {
  list-style-position: inside;
}

.o-map-renderer--pin-list-details > li.o-map-renderer--pin-located:hover {
  text-decoration: none;
  background-color: #F9FAFB;
}

.o-map-renderer--pin-list-details > li:not(.o-map-renderer--pin-located) {
  cursor: not-allowed;
}

.o-map-renderer .o_row_handle {
  cursor: grab;
}

.o-map-renderer ul.o-map-renderer--pin-list-details {
  list-style: none;
  cursor: default;
  padding-bottom: 2px;
}

.o-map-renderer--marker {
  height: 40px !important;
  width: 30px !important;
  margin-top: -40px !important;
  margin-left: -15px !important;
  color: #2c8397;
}

.o-map-renderer--marker-badge {
  position: absolute;
  top: -8px;
  left: auto;
  bottom: auto;
  right: -10px;
  font-size: 12px;
}

.o-map-renderer--marker-number {
  top: -40px;
  color: white;
  font-size: 19px;
  margin-top: 10%;
}

.o-map-renderer--alert {
  z-index: 401;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup {
  transition: none;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 10px;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 24px 20px 20px 20px;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup .leaflet-popup-close-button {
  color: #666666;
}

.o-map-renderer .leaflet-top,
.o-map-renderer .leaflet-bottom {
  z-index: 999;
}

@media (max-width: 767.98px) {
  .o-sm-pin-list-container {
    height: 46px;
  }
}

/* Fix opw-2124233, preventing rtlcss to reverse the map position */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  left: 0 /*rtl:ignore*/;
  right: auto /*rtl:ignore*/;
}



/* /web_gantt/static/src/gantt_view.scss */

.o_gantt_view {
  --Gantt__Buttons-height: 45px;
  user-select: none;
}

@media (max-width: 767px) {
  .o_gantt_view {
    --Gantt__Buttons-height: 91px;
  }
}

.o_gantt_view .o_view_nocontent {
  z-index: 25;
  position: fixed;
  top: 225px;
}

.o_gantt_view .o_view_sample_data .o_sample_data_disabled {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.o_gantt_view .o_gantt_renderer_controls {
  z-index: 50;
  height: var(--Gantt__Buttons-height) !important;
}

.o_gantt_view .o_gantt_renderer_controls input[type="range"] {
  min-width: 80px;
  max-width: 80px;
}

.o_gantt_range_menu .o_gantt_range_custom_item.dropdown-item:not(.disabled):not(:disabled) {
  background-color: inherit !important;
  cursor: default !important;
}

.o_gantt_range_menu .o_gantt_range_custom_item.dropdown-item:not(.disabled):not(:disabled) label {
  cursor: default !important;
}

.o_gantt_range_menu .o_gantt_range_custom_item.dropdown-item:not(.disabled):not(:disabled).selected {
  font-weight: 400;
}

.o_gantt_view .o_gantt_renderer {
  display: grid;
  grid-template-columns: [row-headers] var(--Gantt__RowHeader-width) [content] 1fr;
  --Gantt__RowHeader-template-column: 16px;
  --Gantt__Day-background-color: white;
  --Gantt__DayOff-background-color: #e9ecef;
  --Gantt__DayOffToday-background-color: #fffaeb;
  --Gantt__Group-background: linear-gradient(#eaedf1,
		#F9FAFB);
  --Gantt__GroupOpen-background: linear-gradient(#F9FAFB,
		#eaedf1);
  --Gantt__GroupToday-background: #fcfaf3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_grid_rows {
  display: grid;
  grid-template-rows: var(--Gantt__GridRows-grid-template-rows);
}

.o_gantt_view .o_gantt_renderer .o_gantt_grid_columns {
  display: grid;
  grid-column: 2 / span 2;
  grid-template-columns: var(--Gantt__GridColumns-grid-template-columns);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header {
  cursor: pointer;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: repeat(auto-fill, minmax(var(--Gantt__RowHeader-template-column), 1fr));
  line-height: var(--Gantt__Pill-height);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header .o_gantt_progress_bar {
  grid-row: 1;
  grid-column: 1 / -1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header .o_gantt_row_title {
  grid-row: 1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header.o_gantt_group {
  line-height: initial;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header.o_mobile_progress_bar {
  grid-template-rows: 1fr var(--Gantt__Pill-height);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header.o_mobile_progress_bar .o_gantt_progress_bar {
  grid-row: 2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_buttons_container {
  gap: 0.25rem 1rem;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_thumbnail_wrapper .o_gantt_row_thumbnail {
  width: auto;
  max-height: var(--Gantt__Thumbnail-max-height);
}

.o_gantt_view .o_gantt_renderer.o_grabbing, .o_gantt_view .o_gantt_renderer.o_grabbing .o_gantt_pill {
  cursor: move !important;
}

.o_gantt_view .o_gantt_renderer.o_copying, .o_gantt_view .o_gantt_renderer.o_copying .o_gantt_pill {
  cursor: copy !important;
}

.o_gantt_view .o_gantt_renderer.o_grabbing_locked, .o_gantt_view .o_gantt_renderer.o_grabbing_locked .o_gantt_pill {
  cursor: not-allowed !important;
}

@media (max-width: 767.98px) {
  .o_gantt_view .o_gantt_renderer {
    width: max-content;
  }
}

.o_gantt_view .o_gantt_renderer .o_dragged_pill_ghost {
  opacity: 0.5;
}

.o_gantt_view .o_gantt_renderer .o_gantt_title {
  top: var(--Gantt__Buttons-height);
  z-index: 40;
  border-bottom: 1px solid #d8dadd;
  grid-row: 1 / span 2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_groups {
  top: var(--Gantt__Buttons-height);
  z-index: 35;
  grid-row: 1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_columns {
  top: var(--Gantt__Buttons-height);
  z-index: 30;
  grid-row: 2;
  margin-top: calc(var(--Gantt__Pill-height) * -1);
  padding-top: var(--Gantt__Pill-height);
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_cell {
  border: 1px solid transparent;
  border-bottom-color: #d8dadd;
  border-right-color: #d8dadd;
  height: var(--Gantt__Pill-height);
  color: #111827;
  position: relative;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_cell.o_gantt_today {
  background-color: #fffaeb;
  border-left-color: #dca665;
  border-top-color: #dca665;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_cell.o_gantt_today + .o_gantt_header_cell,
.o_gantt_view .o_gantt_renderer .o_gantt_header_cell.o_gantt_today + .o_gantt_cell {
  border-left-color: #dca665;
}

@media (max-width: 767.98px) {
  .o_gantt_view .o_gantt_renderer .o_gantt_header_cell {
    min-width: 0;
  }
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_title {
  height: var(--Gantt__Pill-height);
  left: calc(var(--Gantt__RowHeader-width) - 1px);
  border: solid #d8dadd;
  border-width: 0 0 1px 1px;
  margin-left: -1px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar {
  z-index: 30;
  grid-column: 1;
  color: #111827;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar:not(.o_gantt_row_headers) {
  border-bottom: 1px solid #d8dadd;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar .o_gantt_progressbar,
.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar .o_gantt_text_hoverable {
  right: 0;
  height: 100%;
  background-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell {
  border: solid #d8dadd;
  border-width: 0 1px 1px 0;
  z-index: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_gantt_today {
  background-color: #fffaeb;
  border-left-color: #dca665;
  border-top-color: #dca665;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_gantt_today + .o_gantt_header_cell,
.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_gantt_today + .o_gantt_cell {
  border-left-color: #dca665;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_drag_hover {
  background: rgba(0, 160, 157, 0.3) !important;
  z-index: 1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper {
  padding: 2px 2px 3px 3px;
  min-height: var(--Gantt__Pill-height);
  z-index: 10;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_connector_creator_lock {
  z-index: 11;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill {
  pointer-events: none;
  min-height: auto;
  display: grid;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill {
  grid-area: 1 / 1;
  background-color: #1b1c1d;
  border-color: #1b1c1d;
  height: 2px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:before, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:before {
  border-left: 5px solid;
  border-left-color: inherit;
  position: absolute;
  top: -3px;
  left: 0;
  bottom: auto;
  right: auto;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:after {
  border-right: 5px solid;
  border-right-color: inherit;
  position: absolute;
  top: -3px;
  left: auto;
  bottom: auto;
  right: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:before, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:after {
  top: 2px;
  border: 2px solid transparent;
  border-top-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:before {
  border-left-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:after {
  border-right-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill_title {
  grid-area: 1 / 1;
  width: fit-content;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable .o_resize_handle {
  width: 0.5rem;
  pointer-events: auto;
  position: absolute;
  top: 0;
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable .o_resize_handle.o_handle_start {
  left: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable .o_resize_handle.o_handle_end {
  right: 0;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:hover:not(.o_resized) .o_resize_handle, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:focus:not(.o_resized) .o_resize_handle, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.o_dragged_pill:not(.o_resized) .o_resize_handle, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.ui-resizable-resize:not(.o_resized) .o_resize_handle {
  background-color: rgba(230, 230, 230, 0.5);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:hover:not(.o_resized) .o_resize_handle:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:focus:not(.o_resized) .o_resize_handle:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.o_dragged_pill:not(.o_resized) .o_resize_handle:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.ui-resizable-resize:not(.o_resized) .o_resize_handle:hover {
  background-color: rgba(230, 230, 230, 0.8);
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable {
  transition: transform 0.6s, box-shadow 0.3s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable.o_dragged, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable.o_dragged {
  opacity: 0.8;
  transform: rotate(-3deg);
  box-shadow: 0 5px 25px -10px black;
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable.o_dragged .o_gantt_pill, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable.o_dragged .o_gantt_pill {
  box-shadow: 0 5px 25px -10px black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable.o_dragged .o_resize_handle, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable.o_dragged .o_resize_handle {
  visibility: hidden;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable:not(.o_dragged) .o_gantt_lock {
  display: none;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable.o_resized .o_gantt_pill {
  cursor: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable.o_resized .o_resize_handle {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_consolidated_pill_title {
  background: none !important;
  color: #111827;
  position: absolute;
  top: 21px;
  font-size: 0.7em;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_consolidated_pill_title.o_gantt_consolidated_pill_small {
  transform: rotate(75deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper:not(.o_connector_creator_lock):not(.o_connector_creator_highlight) .o_connector_creator_wrapper {
  display: none;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper:hover .o_connector_creator_wrapper, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper:focus .o_connector_creator_wrapper, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_dragged_pill .o_connector_creator_wrapper, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.ui-resizable-resize .o_connector_creator_wrapper {
  display: inline;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_0 .o_gantt_progress {
  opacity: 0.2;
  background-color: #565656;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_0 {
  color: #000;
  background-color: #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_1 .o_gantt_progress {
  opacity: 0.2;
  background-color: #780a0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_1 {
  color: #FFF;
  background-color: #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_2 .o_gantt_progress {
  opacity: 0.2;
  background-color: #663a12;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_2 {
  color: #000;
  background-color: #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_3 .o_gantt_progress {
  opacity: 0.2;
  background-color: #624f0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_3 {
  color: #000;
  background-color: #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_4 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1a4981;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_4 {
  color: #FFF;
  background-color: #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_5 .o_gantt_progress {
  opacity: 0.2;
  background-color: #41273a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_5 {
  color: #FFF;
  background-color: #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_6 .o_gantt_progress {
  opacity: 0.2;
  background-color: #873e20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_6 {
  color: #000;
  background-color: #db8865;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_7 .o_gantt_progress {
  opacity: 0.2;
  background-color: #173b38;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_7 {
  color: #000;
  background-color: #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_8 .o_gantt_progress {
  opacity: 0.2;
  background-color: #101d68;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_8 {
  color: #FFF;
  background-color: #304be0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_9 .o_gantt_progress {
  opacity: 0.2;
  background-color: #7a0a3f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_9 {
  color: #FFF;
  background-color: #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_10 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26652f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_10 {
  color: #000;
  background-color: #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_11 .o_gantt_progress {
  opacity: 0.2;
  background-color: #481da2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_11 {
  color: #FFF;
  background-color: #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_12 .o_gantt_progress {
  opacity: 0.2;
  background-color: #401c28;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_12 {
  color: #FFF;
  background-color: #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_13 .o_gantt_progress {
  opacity: 0.2;
  background-color: #124830;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_13 {
  color: #000;
  background-color: #30C381;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_14 .o_gantt_progress {
  opacity: 0.2;
  background-color: #281f10;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_14 {
  color: #FFF;
  background-color: #97743a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_15 .o_gantt_progress {
  opacity: 0.2;
  background-color: #796204;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_15 {
  color: #000;
  background-color: #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_16 .o_gantt_progress {
  opacity: 0.2;
  background-color: #093d94;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_16 {
  color: #FFF;
  background-color: #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_17 .o_gantt_progress {
  opacity: 0.2;
  background-color: #25092c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_17 {
  color: #FFF;
  background-color: #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_18 .o_gantt_progress {
  opacity: 0.2;
  background-color: #4a0721;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_18 {
  color: #FFF;
  background-color: #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_19 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_19 {
  color: #FFF;
  background-color: #173e43;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_20 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0b1f11;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_20 {
  color: #FFF;
  background-color: #348F50;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_21 .o_gantt_progress {
  opacity: 0.2;
  background-color: #371312;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_21 {
  color: #FFF;
  background-color: #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_22 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19120f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_22 {
  color: #FFF;
  background-color: #795548;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_23 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_23 {
  color: #FFF;
  background-color: #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_24 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1b9c37;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_24 {
  color: #000;
  background-color: #6be585;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_25 .o_gantt_progress {
  opacity: 0.2;
  background-color: #3d3d29;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_25 {
  color: #000;
  background-color: #999966;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_26 .o_gantt_progress {
  opacity: 0.2;
  background-color: #9c8616;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_26 {
  color: #000;
  background-color: #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_27 .o_gantt_progress {
  opacity: 0.2;
  background-color: #592c2c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_27 {
  color: #FFF;
  background-color: #b56969;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_28 .o_gantt_progress {
  opacity: 0.2;
  background-color: #6c777f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_28 {
  color: #000;
  background-color: #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_29 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_29 {
  color: #FFF;
  background-color: #649173;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_30 .o_gantt_progress {
  opacity: 0.2;
  background-color: #5e0066;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_30 {
  color: #FFF;
  background-color: #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_31 .o_gantt_progress {
  opacity: 0.2;
  background-color: #66000f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_31 {
  color: #FFF;
  background-color: #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_32 .o_gantt_progress {
  opacity: 0.2;
  background-color: #233300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_32 {
  color: #000;
  background-color: #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_33 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002623;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_33 {
  color: #000;
  background-color: #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_34 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002a66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_34 {
  color: #FFF;
  background-color: #006aff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_35 .o_gantt_progress {
  opacity: 0.2;
  background-color: #230026;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_35 {
  color: #FFF;
  background-color: #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_36 .o_gantt_progress {
  opacity: 0.2;
  background-color: #260006;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_36 {
  color: #FFF;
  background-color: #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_37 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261400;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_37 {
  color: #FFF;
  background-color: #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_38 .o_gantt_progress {
  opacity: 0.2;
  background-color: #386600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_38 {
  color: #000;
  background-color: #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_39 .o_gantt_progress {
  opacity: 0.2;
  background-color: #006166;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_39 {
  color: #000;
  background-color: #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_40 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b1a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_40 {
  color: #FFF;
  background-color: #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_41 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660053;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_41 {
  color: #FFF;
  background-color: #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_42 .o_gantt_progress {
  opacity: 0.2;
  background-color: #664200;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_42 {
  color: #000;
  background-color: #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_43 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0f3300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_43 {
  color: #000;
  background-color: #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_44 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002426;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_44 {
  color: #000;
  background-color: #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_45 .o_gantt_progress {
  opacity: 0.2;
  background-color: #001d66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_45 {
  color: #FFF;
  background-color: #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_46 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261900;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_46 {
  color: #FFF;
  background-color: #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_47 .o_gantt_progress {
  opacity: 0.2;
  background-color: #026600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_47 {
  color: #000;
  background-color: #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_48 .o_gantt_progress {
  opacity: 0.2;
  background-color: #005366;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_48 {
  color: #000;
  background-color: #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_49 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b26;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_49 {
  color: #FFF;
  background-color: #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_50 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660038;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_50 {
  color: #FFF;
  background-color: #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_51 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00260f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_51 {
  color: #000;
  background-color: #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_52 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00151a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_52 {
  color: #FFF;
  background-color: #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_53 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000266;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_53 {
  color: #FFF;
  background-color: #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_54 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19000e;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_54 {
  color: #FFF;
  background-color: #b20062;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_55 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_55 {
  color: #FFF;
  background-color: #649173;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells {
  grid-row: 3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill {
  overflow: hidden;
  user-select: none;
  box-sizing: content-box;
  cursor: pointer;
  color: #000;
  background-color: #c7c7c7;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.ui-resizable-resize {
  background-color: #a2a2a2;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill .o_gantt_pill_title {
  max-width: calc((100% - 50px) * 9999);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill .o_gantt_pill_avatar {
  max-width: calc((100% - 100px) * 9999);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c7c7c7 0 10px, #d6d6d6 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #a2a2a2 0 10px, #b1b1b1 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_0 {
  color: #000;
  background-color: #c7c7c7;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.ui-resizable-resize {
  background-color: #a2a2a2;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c7c7c7 0 10px, #d6d6d6 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #a2a2a2 0 10px, #b1b1b1 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_0 .o_gantt_progress {
  opacity: 0.2;
  background-color: #565656;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_1 {
  color: #000;
  background-color: #f58181;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.ui-resizable-resize {
  background-color: #ee2d2d;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f58181 0 10px, #f79d9d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ee2d2d 0 10px, #f04949 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_1 .o_gantt_progress {
  opacity: 0.2;
  background-color: #780a0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_2 {
  color: #000;
  background-color: #eab685;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.ui-resizable-resize {
  background-color: #dc8534;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #eab685 0 10px, #eec69f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #dc8534 0 10px, #e1954e 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_2 .o_gantt_progress {
  opacity: 0.2;
  background-color: #663a12;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_3 {
  color: #000;
  background-color: #f1d677;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.ui-resizable-resize {
  background-color: #e8bb1d;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f1d677 0 10px, #f4de93 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #e8bb1d 0 10px, #ebc339 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_3 .o_gantt_progress {
  opacity: 0.2;
  background-color: #624f0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_4 {
  color: #000;
  background-color: #9abfeb;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.ui-resizable-resize {
  background-color: #5794dd;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #9abfeb 0 10px, #b4cff0 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #5794dd 0 10px, #70a4e2 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_4 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1a4981;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_5 {
  color: #000;
  background-color: #c5a1bc;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.ui-resizable-resize {
  background-color: #9f628f;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c5a1bc 0 10px, #d1b4c9 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #9f628f 0 10px, #ab759d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_5 .o_gantt_progress {
  opacity: 0.2;
  background-color: #41273a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_6 {
  color: #000;
  background-color: #e9b8a3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.ui-resizable-resize {
  background-color: #db8865;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #e9b8a3 0 10px, #efcbbc 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #db8865 0 10px, #e19b7e 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_6 .o_gantt_progress {
  opacity: 0.2;
  background-color: #873e20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_7 {
  color: #000;
  background-color: #8dcbc7;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.ui-resizable-resize {
  background-color: #41a9a2;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #8dcbc7 0 10px, #a2d5d1 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #41a9a2 0 10px, #4ebbb3 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_7 .o_gantt_progress {
  opacity: 0.2;
  background-color: #173b38;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_8 {
  color: #000;
  background-color: #8393ec;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.ui-resizable-resize {
  background-color: #304be0;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #8393ec 0 10px, #9eaaf0 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #304be0 0 10px, #4b62e4 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_8 .o_gantt_progress {
  opacity: 0.2;
  background-color: #101d68;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_9 {
  color: #000;
  background-color: #f582b9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.ui-resizable-resize {
  background-color: #ee2f8a;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f582b9 0 10px, #f79ec9 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ee2f8a 0 10px, #f04b9a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_9 .o_gantt_progress {
  opacity: 0.2;
  background-color: #7a0a3f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_10 {
  color: #000;
  background-color: #a0dba8;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.ui-resizable-resize {
  background-color: #61c36e;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a0dba8 0 10px, #b6e3bc 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #61c36e 0 10px, #77cb82 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_10 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26652f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_11 {
  color: #000;
  background-color: #c1aaf0;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.ui-resizable-resize {
  background-color: #9872e6;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c1aaf0 0 10px, #d4c4f5 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #9872e6 0 10px, #ab8ceb 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_11 .o_gantt_progress {
  opacity: 0.2;
  background-color: #481da2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_12 {
  color: #000;
  background-color: #cc93a6;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.ui-resizable-resize {
  background-color: #aa4b6b;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #cc93a6 0 10px, #d6a8b7 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #aa4b6b 0 10px, #b75c7b 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_12 .o_gantt_progress {
  opacity: 0.2;
  background-color: #401c28;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_13 {
  color: #000;
  background-color: #83dbb3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.ui-resizable-resize {
  background-color: #30C381;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #83dbb3 0 10px, #9be2c2 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #30C381 0 10px, #41d090 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_13 .o_gantt_progress {
  opacity: 0.2;
  background-color: #124830;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_14 {
  color: #000;
  background-color: #c1ac89;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.ui-resizable-resize {
  background-color: #97743a;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c1ac89 0 10px, #ccba9d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #97743a 0 10px, #ad8542 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_14 .o_gantt_progress {
  opacity: 0.2;
  background-color: #281f10;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_15 {
  color: #000;
  background-color: #fae179;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.ui-resizable-resize {
  background-color: #F7CD1F;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #fae179 0 10px, #fbe896 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #F7CD1F 0 10px, #f8d43d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_15 .o_gantt_progress {
  opacity: 0.2;
  background-color: #796204;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_16 {
  color: #000;
  background-color: #8eb6f8;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.ui-resizable-resize {
  background-color: #4285F4;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #8eb6f8 0 10px, #abc9fa 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #4285F4 0 10px, #5f98f6 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_16 .o_gantt_progress {
  opacity: 0.2;
  background-color: #093d94;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_17 {
  color: #FFF;
  background-color: #bb7ccc;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.ui-resizable-resize {
  background-color: #8E24AA;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #bb7ccc 0 10px, #c692d5 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #8E24AA 0 10px, #a329c3 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_17 .o_gantt_progress {
  opacity: 0.2;
  background-color: #25092c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_18 {
  color: #000;
  background-color: #e6729f;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.ui-resizable-resize {
  background-color: #D6145F;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #e6729f 0 10px, #eb8cb1 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #D6145F 0 10px, #ea1f6d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_18 .o_gantt_progress {
  opacity: 0.2;
  background-color: #4a0721;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_19 {
  color: #FFF;
  background-color: #748b8e;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.ui-resizable-resize {
  background-color: #173e43;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #748b8e 0 10px, #85999c 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #173e43 0 10px, #1f535a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_19 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_20 {
  color: #000;
  background-color: #85bc96;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.ui-resizable-resize {
  background-color: #348F50;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #85bc96 0 10px, #99c7a7 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #348F50 0 10px, #3ca55d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_20 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0b1f11;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_21 {
  color: #000;
  background-color: #cc8988;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.ui-resizable-resize {
  background-color: #AA3A38;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #cc8988 0 10px, #d59e9d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #AA3A38 0 10px, #c04340 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_21 .o_gantt_progress {
  opacity: 0.2;
  background-color: #371312;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_22 {
  color: #000;
  background-color: #af9991;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.ui-resizable-resize {
  background-color: #795548;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #af9991 0 10px, #bca9a3 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #795548 0 10px, #8c6253 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_22 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19120f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_23 {
  color: #FFF;
  background-color: #9e6783;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.ui-resizable-resize {
  background-color: #5e0231;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #9e6783 0 10px, #aa7a92 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #5e0231 0 10px, #7c0341 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_23 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_24 {
  color: #000;
  background-color: #a6efb6;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.ui-resizable-resize {
  background-color: #6be585;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a6efb6 0 10px, #c0f4cb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #6be585 0 10px, #85ea9a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_24 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1b9c37;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_25 {
  color: #000;
  background-color: #c2c2a3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.ui-resizable-resize {
  background-color: #999966;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c2c2a3 0 10px, #ceceb5 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #999966 0 10px, #a5a578 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_25 .o_gantt_progress {
  opacity: 0.2;
  background-color: #3d3d29;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_26 {
  color: #000;
  background-color: #f2e5a1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.ui-resizable-resize {
  background-color: #e9d362;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f2e5a1 0 10px, #f6ecbc 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #e9d362 0 10px, #eddb7d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_26 .o_gantt_progress {
  opacity: 0.2;
  background-color: #9c8616;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_27 {
  color: #000;
  background-color: #d3a5a5;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.ui-resizable-resize {
  background-color: #b56969;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d3a5a5 0 10px, #ddbaba 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #b56969 0 10px, #bf7d7d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_27 .o_gantt_progress {
  opacity: 0.2;
  background-color: #592c2c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_28 {
  color: #000;
  background-color: #d7dbdd;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.ui-resizable-resize {
  background-color: #bdc3c7;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d7dbdd 0 10px, #e8eaeb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bdc3c7 0 10px, #ced2d5 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_28 .o_gantt_progress {
  opacity: 0.2;
  background-color: #6c777f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_29 {
  color: #000;
  background-color: #a2bdab;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.ui-resizable-resize {
  background-color: #649173;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a2bdab 0 10px, #b4cabb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #649173 0 10px, #749f83 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_29 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_30 {
  color: #000;
  background-color: #f266ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.ui-resizable-resize {
  background-color: #ea00ff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f266ff 0 10px, #f585ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ea00ff 0 10px, #ed1fff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_30 .o_gantt_progress {
  opacity: 0.2;
  background-color: #5e0066;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_31 {
  color: #000;
  background-color: #ff667d;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.ui-resizable-resize {
  background-color: #ff0026;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ff667d 0 10px, #ff8597 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ff0026 0 10px, #ff1f40 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_31 .o_gantt_progress {
  opacity: 0.2;
  background-color: #66000f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_32 {
  color: #000;
  background-color: #b9e066;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.ui-resizable-resize {
  background-color: #8bcc00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #b9e066 0 10px, #c5e57f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #8bcc00 0 10px, #a0eb00 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_32 .o_gantt_progress {
  opacity: 0.2;
  background-color: #233300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_33 {
  color: #000;
  background-color: #66d9cf;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.ui-resizable-resize {
  background-color: #00bfaf;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66d9cf 0 10px, #7fdfd7 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00bfaf 0 10px, #00decb 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_33 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002623;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_34 {
  color: #000;
  background-color: #66a6ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.ui-resizable-resize {
  background-color: #006aff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66a6ff 0 10px, #85b8ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #006aff 0 10px, #1f7cff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_34 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002a66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_35 {
  color: #FFF;
  background-color: #cf66d9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.ui-resizable-resize {
  background-color: #af00bf;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #cf66d9 0 10px, #d77fdf 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #af00bf 0 10px, #cb00de 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_35 .o_gantt_progress {
  opacity: 0.2;
  background-color: #230026;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_36 {
  color: #FFF;
  background-color: #d96677;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.ui-resizable-resize {
  background-color: #bf001d;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d96677 0 10px, #df7f8d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bf001d 0 10px, #de0022 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_36 .o_gantt_progress {
  opacity: 0.2;
  background-color: #260006;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_37 {
  color: #000;
  background-color: #d9a166;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.ui-resizable-resize {
  background-color: #bf6300;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d9a166 0 10px, #dfb07f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bf6300 0 10px, #de7300 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_37 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261400;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_38 {
  color: #000;
  background-color: #baff66;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.ui-resizable-resize {
  background-color: #8cff00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #baff66 0 10px, #c8ff85 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #8cff00 0 10px, #9aff1f 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_38 .o_gantt_progress {
  opacity: 0.2;
  background-color: #386600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_39 {
  color: #000;
  background-color: #66f7ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.ui-resizable-resize {
  background-color: #00f2ff;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66f7ff 0 10px, #85f9ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00f2ff 0 10px, #1ff4ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_39 .o_gantt_progress {
  opacity: 0.2;
  background-color: #006166;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_40 {
  color: #FFF;
  background-color: #6692d1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.ui-resizable-resize {
  background-color: #004ab3;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6692d1 0 10px, #7ea3d8 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #004ab3 0 10px, #0057d2 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_40 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b1a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_41 {
  color: #000;
  background-color: #ff66e3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.ui-resizable-resize {
  background-color: #ff00d0;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ff66e3 0 10px, #ff85e9 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ff00d0 0 10px, #ff1fd6 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_41 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660053;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_42 {
  color: #000;
  background-color: #ffca66;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.ui-resizable-resize {
  background-color: #ffa600;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ffca66 0 10px, #ffd585 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ffa600 0 10px, #ffb11f 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_42 .o_gantt_progress {
  opacity: 0.2;
  background-color: #664200;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_43 {
  color: #000;
  background-color: #89e066;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.ui-resizable-resize {
  background-color: #3acc00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #89e066 0 10px, #9de57f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #3acc00 0 10px, #43eb00 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_43 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0f3300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_44 {
  color: #000;
  background-color: #66d3d9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.ui-resizable-resize {
  background-color: #00b6bf;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66d3d9 0 10px, #7fdadf 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00b6bf 0 10px, #00d3de 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_44 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002426;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_45 {
  color: #000;
  background-color: #6691ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.ui-resizable-resize {
  background-color: #0048ff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6691ff 0 10px, #85a7ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0048ff 0 10px, #1f5eff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_45 .o_gantt_progress {
  opacity: 0.2;
  background-color: #001d66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_46 {
  color: #000;
  background-color: #d9b066;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.ui-resizable-resize {
  background-color: #bf7c00;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d9b066 0 10px, #dfbd7f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bf7c00 0 10px, #de9000 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_46 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261900;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_47 {
  color: #000;
  background-color: #68ff66;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.ui-resizable-resize {
  background-color: #04ff00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #68ff66 0 10px, #86ff85 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #04ff00 0 10px, #22ff1f 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_47 .o_gantt_progress {
  opacity: 0.2;
  background-color: #026600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_48 {
  color: #000;
  background-color: #66e3ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.ui-resizable-resize {
  background-color: #00d0ff;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66e3ff 0 10px, #85e9ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00d0ff 0 10px, #1fd6ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_48 .o_gantt_progress {
  opacity: 0.2;
  background-color: #005366;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_49 {
  color: #FFF;
  background-color: #6686d9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.ui-resizable-resize {
  background-color: #0036bf;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6686d9 0 10px, #7f99df 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0036bf 0 10px, #003fde 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_49 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b26;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_50 {
  color: #000;
  background-color: #ff66ba;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.ui-resizable-resize {
  background-color: #ff008c;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ff66ba 0 10px, #ff85c8 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ff008c 0 10px, #ff1f9a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_50 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660038;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_51 {
  color: #000;
  background-color: #66d992;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.ui-resizable-resize {
  background-color: #00bf49;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66d992 0 10px, #7fdfa3 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00bf49 0 10px, #00de55 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_51 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00260f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_52 {
  color: #000;
  background-color: #66bed1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.ui-resizable-resize {
  background-color: #0092b3;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66bed1 0 10px, #7ec8d8 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0092b3 0 10px, #00abd2 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_52 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00151a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_53 {
  color: #FFF;
  background-color: #6668ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.ui-resizable-resize {
  background-color: #0004ff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6668ff 0 10px, #8586ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0004ff 0 10px, #1f22ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_53 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000266;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_54 {
  color: #FFF;
  background-color: #d166a1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.ui-resizable-resize {
  background-color: #b20062;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d166a1 0 10px, #d87eaf 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #b20062 0 10px, #d10073 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_54 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19000e;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_55 {
  color: #000;
  background-color: #a2bdab;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.ui-resizable-resize {
  background-color: #649173;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a2bdab 0 10px, #b4cabb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #649173 0 10px, #749f83 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_55 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-primary:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #1b1c1d;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-secondary:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #d8dadd;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-success:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #28A745;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-info:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #17A2B8;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-warning:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #e99d00;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-danger:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #d44c59;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-light:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #FFF;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-dark:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #111827;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group {
  background: var(--Gantt__Group-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_gantt_today {
  background: var(--Gantt__GroupToday-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_gantt_group_hovered:not(.o_gantt_today) {
  background: var(--Gantt__GroupOpen-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_group_open {
  border-left-width: 0;
  background: var(--Gantt__GroupOpen-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_group_open.o_gantt_group_hovered {
  background: var(--Gantt__Group-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_gantt_row_header b {
  font-weight: bold;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper {
  height: 11px;
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_bullet {
  background-color: #a2a2a2;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_top {
  border-top: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_bottom {
  border-bottom: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_bullet {
  background-color: #ee2d2d;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_top {
  border-top: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_bottom {
  border-bottom: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_bullet {
  background-color: #dc8534;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_top {
  border-top: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_bottom {
  border-bottom: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_bullet {
  background-color: #e8bb1d;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_top {
  border-top: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_bottom {
  border-bottom: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_bullet {
  background-color: #5794dd;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_top {
  border-top: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_bottom {
  border-bottom: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_bullet {
  background-color: #9f628f;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_top {
  border-top: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_bottom {
  border-bottom: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_bullet {
  background-color: #db8865;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_top {
  border-top: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_bottom {
  border-bottom: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_bullet {
  background-color: #41a9a2;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_top {
  border-top: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_bottom {
  border-bottom: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_bullet {
  background-color: #304be0;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_top {
  border-top: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_bottom {
  border-bottom: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_bullet {
  background-color: #ee2f8a;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_top {
  border-top: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_bottom {
  border-bottom: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_bullet {
  background-color: #61c36e;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_top {
  border-top: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_bottom {
  border-bottom: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_bullet {
  background-color: #9872e6;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_top {
  border-top: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_bottom {
  border-bottom: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_bullet {
  background-color: #aa4b6b;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_top {
  border-top: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_bottom {
  border-bottom: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_bullet {
  background-color: #30C381;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_top {
  border-top: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_bottom {
  border-bottom: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_bullet {
  background-color: #97743a;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_top {
  border-top: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_bottom {
  border-bottom: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_bullet {
  background-color: #F7CD1F;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_top {
  border-top: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_bottom {
  border-bottom: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_bullet {
  background-color: #4285F4;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_top {
  border-top: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_bottom {
  border-bottom: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_bullet {
  background-color: #8E24AA;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_top {
  border-top: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_bottom {
  border-bottom: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_bullet {
  background-color: #D6145F;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_top {
  border-top: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_bottom {
  border-bottom: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_bullet {
  background-color: #173e43;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_top {
  border-top: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_bottom {
  border-bottom: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_bullet {
  background-color: #348F50;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_top {
  border-top: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_bottom {
  border-bottom: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_bullet {
  background-color: #AA3A38;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_top {
  border-top: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_bottom {
  border-bottom: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_bullet {
  background-color: #795548;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_top {
  border-top: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_bottom {
  border-bottom: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_bullet {
  background-color: #5e0231;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_top {
  border-top: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_bottom {
  border-bottom: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_bullet {
  background-color: #6be585;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_top {
  border-top: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_bottom {
  border-bottom: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_bullet {
  background-color: #999966;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_top {
  border-top: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_bottom {
  border-bottom: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_bullet {
  background-color: #e9d362;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_top {
  border-top: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_bottom {
  border-bottom: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_bullet {
  background-color: #b56969;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_top {
  border-top: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_bottom {
  border-bottom: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_bullet {
  background-color: #bdc3c7;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_top {
  border-top: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_bottom {
  border-bottom: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_bullet {
  background-color: #649173;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_top {
  border-top: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_bottom {
  border-bottom: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_bullet {
  background-color: #ea00ff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_top {
  border-top: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_bottom {
  border-bottom: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_bullet {
  background-color: #ff0026;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_top {
  border-top: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_bottom {
  border-bottom: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_bullet {
  background-color: #8bcc00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_top {
  border-top: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_bottom {
  border-bottom: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_bullet {
  background-color: #00bfaf;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_top {
  border-top: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_bottom {
  border-bottom: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_bullet {
  background-color: #006aff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_top {
  border-top: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_bottom {
  border-bottom: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_bullet {
  background-color: #af00bf;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_top {
  border-top: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_bottom {
  border-bottom: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_bullet {
  background-color: #bf001d;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_top {
  border-top: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_bottom {
  border-bottom: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_bullet {
  background-color: #bf6300;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_top {
  border-top: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_bottom {
  border-bottom: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_bullet {
  background-color: #8cff00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_top {
  border-top: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_bottom {
  border-bottom: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_bullet {
  background-color: #00f2ff;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_top {
  border-top: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_bottom {
  border-bottom: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_bullet {
  background-color: #004ab3;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_top {
  border-top: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_bottom {
  border-bottom: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_bullet {
  background-color: #ff00d0;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_top {
  border-top: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_bottom {
  border-bottom: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_bullet {
  background-color: #ffa600;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_top {
  border-top: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_bottom {
  border-bottom: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_bullet {
  background-color: #3acc00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_top {
  border-top: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_bottom {
  border-bottom: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_bullet {
  background-color: #00b6bf;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_top {
  border-top: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_bottom {
  border-bottom: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_bullet {
  background-color: #0048ff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_top {
  border-top: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_bottom {
  border-bottom: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_bullet {
  background-color: #bf7c00;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_top {
  border-top: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_bottom {
  border-bottom: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_bullet {
  background-color: #04ff00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_top {
  border-top: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_bottom {
  border-bottom: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_bullet {
  background-color: #00d0ff;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_top {
  border-top: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_bottom {
  border-bottom: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_bullet {
  background-color: #0036bf;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_top {
  border-top: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_bottom {
  border-bottom: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_bullet {
  background-color: #ff008c;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_top {
  border-top: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_bottom {
  border-bottom: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_bullet {
  background-color: #00bf49;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_top {
  border-top: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_bottom {
  border-bottom: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_bullet {
  background-color: #0092b3;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_top {
  border-top: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_bottom {
  border-bottom: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_bullet {
  background-color: #0004ff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_top {
  border-top: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_bottom {
  border-bottom: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_bullet {
  background-color: #b20062;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_top {
  border-top: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_bottom {
  border-bottom: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_bullet {
  background-color: #649173;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_top {
  border-top: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_bottom {
  border-bottom: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper_top {
  top: -11px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper_bottom {
  bottom: -11px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator {
  height: 8px;
  width: 8px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border: inherit;
  border-width: 3px;
  border-color: var(--Gantt__Day-background-color);
  transform: translate(var(--Gantt__Connector-creator-x, 2px), var(--Gantt__Connector-creator-y, -2px));
  content: "";
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_bullet {
  height: 6px;
  width: 6px;
  outline: 1px solid var(--Gantt__Day-background-color);
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_top {
  bottom: 0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_top .o_connector_creator_bullet {
  top: -3px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_right {
  --Gantt__Connector-creator-x: -2px;
  --Gantt__Connector-creator-y: 2px;
  /*rtl:ignore*/
  right: 8px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_right .o_connector_creator_bullet {
  /*rtl:ignore*/
  right: -3px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_bottom {
  top: 0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_bottom .o_connector_creator_bullet {
  bottom: -3px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_left {
  /*rtl:ignore*/
  left: 8px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_left .o_connector_creator_bullet {
  /*rtl:ignore*/
  left: -3px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total {
  grid-row: 4;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_cell,
.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_row_title,
.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper {
  min-height: calc(var(--Gantt__Pill-height) * 1.6);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill {
  color: inherit;
  margin-left: 1px;
  background-color: rgba(237, 28, 37, 0.5);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper:hover {
  overflow: visible;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper:hover .o_gantt_pill {
  color: inherit;
  background-color: rgba(237, 28, 37, 0.8);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper:hover:before {
  content: "";
  border: 1px solid #ed1c25;
  border-width: 0 1px;
  background: rgba(237, 28, 37, 0.1);
  height: 100vh;
  pointer-events: none;
  z-index: 20;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: -1px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_cell:last-child .o_gantt_pill_wrapper:hover:before {
  border-right: 0px;
  right: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_resize_badge {
  transition: all 0.15s ease-in-out;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  z-index: 50;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector {
  --Connector__ButtonBorder-color: #091124;
  --Connector__ButtonBackground-color: #ffffff;
  --Connector__ButtonReschedule-color: #00a09d;
  --Connector__ButtonRemove-color: #dd3c4f;
  --Connector__ButtonAccent-color: #ffffff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector.o_connector_highlighted {
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button > rect {
  cursor: pointer;
  fill: var(--Connector__ButtonBackground-color);
  stroke: var(--Connector__ButtonBorder-color);
  stroke-width: 24px;
  transition: fill 0.15s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_reschedule_button line {
  stroke: var(--Connector__ButtonReschedule-color);
  transition: stroke 0.15s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_reschedule_button:hover > rect {
  fill: var(--Connector__ButtonReschedule-color);
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_reschedule_button:hover line {
  stroke: var(--Connector__ButtonAccent-color);
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_remove_button g rect {
  fill: var(--Connector__ButtonRemove-color);
  transition: fill 0.15s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_remove_button:hover > rect {
  fill: var(--Connector__ButtonRemove-color);
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_remove_button:hover g rect {
  fill: var(--Connector__ButtonAccent-color);
}



/* /web_cohort/static/src/cohort.variables.scss */



/* /web_cohort/static/src/cohort_controller.scss */

.o_cohort_view .table th,
.o_cohort_view .table td {
  border-color: #e6e6e6;
}

.o_cohort_view .table thead,
.o_cohort_view .table tfoot {
  background-color: whitesmoke;
}

.o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover {
  background-color: #fafafa;
}

.o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover .o_cohort_value {
  cursor: pointer;
}

@media (min-width: 992px) {
  .o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover td:first-child {
    position: relative;
  }
  .o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover td:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 3px;
    background-color: #1b1c1d;
  }
}

.o_cohort_view .o_cohort_no_data {
  font-size: 18px;
  background-color: whitesmoke;
}

.o_cohort_view .o_view_sample_data .table-responsive {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}



/* /web_hierarchy/static/src/hierarchy.variables.scss */



/* /web_hierarchy/static/src/hierarchy_card.scss */

.o_hierarchy_node_container {
  width: 250px;
  min-height: 130px;
}

.o_hierarchy_node_container .o_hierarchy_node_button_container {
  height: 30px;
}

.o_hierarchy_node_container.o_hierarchy_dragged {
  margin: 0px;
}

.o_hierarchy_node_container.o_hierarchy_dragged .o_hierarchy_node {
  background-color: white;
}

.o_hierarchy_node_container.o_hierarchy_hover .o_hierarchy_node {
  background-color: #e6f2f3;
  border: 3px solid green !important;
}

.o_hierarchy_node_container .o_hierarchy_node:hover {
  cursor: pointer;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header {
  height: 30px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header div.o_field_background_image {
  width: 48px;
  height: 48px;
  margin-bottom: -24px;
  transform: translateY(-24px);
  z-index: 1;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header div.o_field_background_image > img {
  border-radius: 50%;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_body {
  height: 65px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_body .o_employee_availability {
  position: absolute;
  top: 4px;
  right: 2px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_footer {
  height: 30px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_0 {
  background-color: #e7e9ed;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_1 {
  background-color: #ee2d2d;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_2 {
  background-color: #dc8534;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_3 {
  background-color: #e8bb1d;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_4 {
  background-color: #5794dd;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_5 {
  background-color: #9f628f;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_6 {
  background-color: #db8865;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_7 {
  background-color: #41a9a2;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_8 {
  background-color: #304be0;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_9 {
  background-color: #ee2f8a;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_10 {
  background-color: #61c36e;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_11 {
  background-color: #9872e6;
}

.o_hierarchy_node_container .o_hierarchy_node_button {
  grid-template-columns: 50px 1fr 50px;
}



/* /web_hierarchy/static/src/hierarchy_renderer.scss */

.o_hierarchy_renderer .o_hierarchy_container {
  gap: 25px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_row.o_hierarchy_hover {
  background-color: #e6f2f3;
  box-shadow: -1px -1px 0px 0px #017e84 inset, 1px 1px 0px 0px #017e84 inset;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_row:has(.o_hierarchy_node_unfolded) .o_hierarchy_node_container:not(.o_hierarchy_node_unfolded) {
  opacity: 50%;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_left:before {
  border-top: 2px solid #ababb1;
  border-left: 2px solid #ababb1;
  border-top-left-radius: 8px;
  margin-left: -10%;
  margin-top: -2px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_left:after {
  border-bottom: 2px solid #ababb1;
  border-right: 2px solid #ababb1;
  border-bottom-right-radius: 6px;
  margin-left: 30%;
  margin-top: -12px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_right:before {
  border-bottom: 2px solid #ababb1;
  border-left: 2px solid #ababb1;
  border-bottom-left-radius: 6px;
  margin-left: calc(-10% - 1px);
  margin-top: -12px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_right:after {
  border-top: 2px solid #ababb1;
  border-right: 2px solid #ababb1;
  border-top-right-radius: 8px;
  margin-left: 30%;
  margin-top: -2px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_part {
  border-top: 2px solid #ababb1;
  margin: 0 10%;
  width: 30%;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_part:before, .o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_part:after {
  content: "";
  width: calc(10% + 1px);
  height: 12px;
  position: absolute;
  display: block;
}



/* /knowledge/static/src/views/hierarchy/knowledge_hierarchy_card.scss */

.o_knowledge_hierarchy_view .o_hierarchy_node_container {
  min-width: 250px;
  width: auto;
  max-width: 300px;
}

.o_knowledge_hierarchy_view .o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header .o_knowledge_hierarchy_icon span {
  transform: translateY(-50%);
  font-size: 40px;
  vertical-align: middle;
  display: inline-block;
}



/* /web_grid/static/src/views/grid_controller.scss */

@media (max-width: 767.98px) {
  .o_grid_range_buttons.show > .dropdown-menu {
    display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex;
    min-width: 0px;
  }
}

.o_grid_view .o_view_sample_data .o_grid_highlightable {
  overflow: hidden;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.o_grid_view .o_view_nocontent {
  position: fixed;
  top: 225px;
}



/* /web_grid/static/src/views/grid_renderer.scss */

.o_grid_renderer {
  height: inherit;
}

.o_grid_renderer .o_grid_grid {
  min-width: fit-content;
}

.o_grid_renderer .o_grid_row:not(.o_grid_highlighted) > .o_grid_cell_overlay:not(.o_grid_unavailable), .o_grid_renderer .o_grid_row:not(.o_grid_highlighted) > .o_grid_cell_overlay_total, .o_grid_renderer .o_grid_section:not(.o_grid_highlighted) > .o_grid_cell_overlay:not(.o_grid_unavailable), .o_grid_renderer .o_grid_section:not(.o_grid_highlighted) > .o_grid_cell_overlay_total, .o_grid_renderer .o_grid_column_title:not(.o_grid_highlighted) > .o_grid_cell_overlay:not(.o_grid_unavailable), .o_grid_renderer .o_grid_column_title:not(.o_grid_highlighted) > .o_grid_cell_overlay_total {
  --bg-opacity: 0;
}

.o_grid_renderer .o_grid_row:not(.o_grid_highlighted) > .o_grid_cell_overlay.o_grid_unavailable, .o_grid_renderer .o_grid_section:not(.o_grid_highlighted) > .o_grid_cell_overlay.o_grid_unavailable, .o_grid_renderer .o_grid_column_title:not(.o_grid_highlighted) > .o_grid_cell_overlay.o_grid_unavailable {
  --bg-opacity: .05;
}

.o_grid_renderer .o_grid_column_title {
  z-index: 20;
}

.o_grid_renderer .o_grid_column_title > .o_grid_cell_overlay_today {
  --bg-opacity: .5;
}

.o_grid_renderer .o_grid_column_title span {
  white-space: pre-line;
}

.o_grid_renderer .o_grid_row_title, .o_grid_renderer .o_grid_section_title {
  z-index: 20;
}

.o_grid_renderer .o_grid_highlighted > .o_grid_cell_overlay, .o_grid_renderer .o_grid_row_highlighted > .o_grid_cell_overlay {
  --bg-opacity: .1;
}

.o_grid_renderer .o_grid_highlighted > .o_grid_cell_overlay_today, .o_grid_renderer .o_grid_highlighted > .o_grid_cell_overlay_total, .o_grid_renderer .o_grid_row_highlighted > .o_grid_cell_overlay_today, .o_grid_renderer .o_grid_row_highlighted > .o_grid_cell_overlay_total {
  --bg-opacity: .4;
}

.o_grid_renderer .o_grid_cell_highlighted:not(.o_grid_row_title):not(.o_grid_section_title):not(.o_grid_column_total) > .o_grid_cell_overlay {
  --bg-opacity: .15;
}

.o_grid_renderer .o_grid_cell_highlighted:not(.o_grid_row_title):not(.o_grid_section_title):not(.o_grid_column_total) > .o_grid_cell_overlay_today, .o_grid_renderer .o_grid_cell_highlighted:not(.o_grid_row_title):not(.o_grid_section_title):not(.o_grid_column_total) > .o_grid_cell_overlay_total {
  --bg-opacity: .5;
}

.o_grid_renderer .o_grid_section .o_grid_cell_overlay_today {
  --bg-opacity: .25;
}

.o_grid_renderer .o_grid_section ~ .o_grid_row.o_grid_row_title {
  padding-left: calc(16px + 1.7145em + 4px) !important;
}

.o_grid_renderer .o_grid_row_title .o_form_uri {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #374151;
  max-width: 300px;
}

.o_grid_renderer .o_grid_row_title .o_form_uri:hover, .o_grid_renderer .o_grid_row_title .o_form_uri:focus, .o_grid_renderer .o_grid_row_title .o_form_uri.focus {
  color: #1b1c1d;
}

@media (max-width: 767.98px) {
  .o_grid_renderer .o_grid_row_timer + .o_grid_row_title {
    max-width: calc(100vw - 10ch - 3rem);
  }
}

.o_grid_renderer .o_grid_grid .o_input {
  text-align: center;
  padding: 0;
}

.o_grid_renderer .o_grid_navigation_wrap {
  z-index: 30;
}



/* /hr_org_chart/static/src/views/hr_employee_hierarchy/hr_employee_hierarchy_renderer.scss */

.o_hierarchy_renderer .o_hierarchy_parent_node_container .o_avatar > span {
  width: 100% !important;
}



/* /web_studio/static/src/scss/bootstrap_overridden.scss */



/* /web_studio/static/src/client_action/variables.scss */



/* /web_studio/static/src/client_action/mixins.scss */



/* /web_studio/static/src/client_action/action_editor/action_editor.scss */

.o_web_studio_action_editor {
  background-color: #eaeaea;
}

.o_web_studio_action_editor .o_web_studio_views {
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
}

@media (min-width: 992px) {
  .o_web_studio_action_editor .o_web_studio_views {
    -webkit-flex-flow: column wrap; flex-flow: column wrap;
  }
}

@media (min-width: 1200px) {
  .o_web_studio_action_editor .o_web_studio_views {
    align-content: center;
  }
}

.o_web_studio_action_editor .o_web_studio_views .o_web_studio_thumbnail_item.disabled .o_web_studio_view_label {
  transition: all 0.2s ease 0.1s;
}

.o_web_studio_action_editor .o_web_studio_views .o_web_studio_thumbnail_item.disabled:hover {
  opacity: 1;
}

.o_web_studio_action_editor .o_web_studio_views .o_web_studio_thumbnail_item.disabled:hover .o_web_studio_view_label {
  transform: translateX(-100%);
}



/* /web_studio/static/src/client_action/app_creator/app_creator.scss */

.o_web_studio_app_creator {
  background-image: radial-gradient(circle, rgba(16, 19, 23, 0) 0%, #101317 100%), repeating-linear-gradient(45deg, #23262a, #23262a 30px, #101317 30px, #101317 60px);
}

.o_web_studio_app_creator .o_web_studio_app_creator_box {
  box-shadow: 0 16px 13px -8px rgba(0, 0, 0, 0.5);
  width: 700px;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_left,
.o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_right {
  min-height: 350px;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_left h1 {
  font-size: 3.5em;
  letter-spacing: -1px;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_right {
  background-color: #262c34;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_right .o_web_studio_welcome_image {
  width: 183px;
  height: 183px;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_next.is_ready {
  transition: all 0.3s ease 0s;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_next.is_ready:hover, .o_web_studio_app_creator .o_web_studio_app_creator_box .o_web_studio_app_creator_next.is_ready:focus {
  background-color: #202122;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_input {
  border-color: #b7b7b7;
}

.o_web_studio_app_creator .o_web_studio_app_creator_box .o_input:focus-within {
  border-color: #1b1c1d;
}



/* /web_studio/static/src/client_action/components/font_awesome_icon_selector/font_awesome_icon_selector.scss */

.o_font_awesome_icon_selector_menu {
  min-width: 0;
  min-height: 350px;
}

.o_font_awesome_icon_selector_menu .o_select_menu_item {
  display: inline-block !important;
  padding: .5em;
  width: auto;
  line-height: 1;
}

.o_font_awesome_icon_selector_menu .o_font_awesome_icon_selector_value {
  width: 22px;
  height: 22px;
}



/* /web_studio/static/src/client_action/components/sidebar_draggable_item/sidebar_draggable_item.scss */

.o_web_studio_icon_container:after {
  position: absolute;
  top: 6px;
  left: 7px;
  bottom: auto;
  right: auto;
  background-image: url("/web_studio/static/src/img/ui/studio_icons.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  filter: invert(0);
}

.o_web_studio_icon_container.o_web_studio_field_binary:after {
  background-position: 0 0;
}

.o_web_studio_icon_container.o_web_studio_field_boolean:after {
  background-position: 0 -20px;
}

.o_web_studio_icon_container.o_web_studio_field_char:after {
  background-position: 0 -40px;
}

.o_web_studio_icon_container.o_web_studio_field_columns:after {
  background-position: 0 -60px;
}

.o_web_studio_icon_container.o_web_studio_field_date:after {
  background-position: 0 -80px;
}

.o_web_studio_icon_container.o_web_studio_field_datetime:after {
  background-position: 0 -100px;
}

.o_web_studio_icon_container.o_web_studio_field_float:after {
  background-position: 0 -120px;
}

.o_web_studio_icon_container.o_web_studio_field_html:after {
  background-position: 0 -140px;
}

.o_web_studio_icon_container.o_web_studio_field_picture:after {
  background-position: 0 -160px;
}

.o_web_studio_icon_container.o_web_studio_field_integer:after {
  background-position: 0 -180px;
}

.o_web_studio_icon_container.o_web_studio_field_many2many:after {
  background-position: 0 -200px;
}

.o_web_studio_icon_container.o_web_studio_field_many2one:after {
  background-position: 0 -220px;
}

.o_web_studio_icon_container.o_web_studio_field_monetary:after {
  background-position: 0 -240px;
}

.o_web_studio_icon_container.o_web_studio_field_one2many:after {
  background-position: 0 -260px;
}

.o_web_studio_icon_container.o_web_studio_field_selection:after {
  background-position: 0 -280px;
}

.o_web_studio_icon_container.o_web_studio_field_tabs:after {
  background-position: 0 -300px;
}

.o_web_studio_icon_container.o_web_studio_field_tags:after {
  background-position: 0 -320px;
}

.o_web_studio_icon_container.o_web_studio_field_text:after {
  background-position: 0 -340px;
}

.o_web_studio_icon_container.o_web_studio_filter_separator:after {
  background-position: 0 -360px;
}

.o_web_studio_icon_container.o_web_studio_field_priority:after {
  background-position: 0 -380px;
}

.o_web_studio_icon_container.o_web_studio_field_related:after {
  background-position: 0 -400px;
}

.o_web_studio_icon_container.o_web_studio_filter:after {
  background-position: 0 -420px;
}

.o_web_studio_icon_container.o_web_studio_field_signature:after {
  background-position: 0 -440px;
}

.o_web_studio_icon_container.o_web_studio_field_lines:after {
  background-position: 0 -460px;
}

.o_web_studio_icon_container.o_web_studio_field_aside:after {
  background-position: 0 -480px;
}

.o_web_studio_icon_container.o_web_studio_field_footer:after {
  background-position: 0 -500px;
}

.o_web_studio_icon_container.o_web_studio_field_ribbon:after {
  background-position: 0 -520px;
}

.o_web_studio_icon_container.o_web_studio_field_menu:after {
  background-position: 0 -540px;
}

.o_web_studio_icon_container.o_web_studio_field_color_picker:after {
  background-position: 0 -560px;
}

.o_web_studio_component {
  padding-left: 40px;
  width: 49%;
  font: 11px/2.4 var(--font-sans-serif);
  background: linear-gradient(90deg, #eaeaea 33px, transparent 33px);
}

.o_web_studio_component:hover {
  background-color: #FFF;
}

.o_web_studio_component:hover:before {
  background: #eaeaea;
}

.o_web_studio_component.o_web_studio_debug:not(.ui-draggable-helper) {
  height: 40px;
  line-height: 1.9;
}



/* /web_studio/static/src/client_action/components/thumbnail_item/thumbnail_item.scss */

.o_web_studio_thumbnail_item {
  transition: all .3s ease 0s;
  width: 115px;
  font-size: .9em;
}

.o_web_studio_thumbnail_item:hover {
  box-shadow: 0 10px 26px -12px black !important;
}

.o_web_studio_thumbnail_item.disabled {
  opacity: 0.4;
}

.o_web_studio_thumbnail_item .o_web_studio_thumbnail {
  height: 115px;
}

.o_web_studio_thumbnail_item .o_web_studio_thumbnail img {
  width: 60px;
}

.o_web_studio_thumbnail_item .o_web_studio_name {
  height: 3em !important;
}

.o_web_studio_thumbnail_item .o_web_studio_name .o_web_studio_more {
  background-color: #FFF;
  width: 1.8em;
  aspect-ratio: 1;
}

.o_web_studio_thumbnail_item .o_web_studio_name .o_web_studio_more:hover, .o_web_studio_thumbnail_item .o_web_studio_name .o_web_studio_more:focus {
  background-color: #eaeaea !important;
}



/* /web_studio/static/src/client_action/editor/editor.scss */

.o_web_studio_editor {
  height: calc(100% - 46px);
}

.o_web_studio_editor .o_web_studio_client_action {
  position: relative;
  height: 100%;
}

.o_web_studio_editor > .o_action_manager {
  direction: ltr;
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
  height: calc(100% - 36px);
  overflow: hidden;
}

.o_web_studio_editor > .o_action_manager > .o_action {
  height: 100%;
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-flex-flow: column nowrap; flex-flow: column nowrap;
}

.o_web_studio_editor > .o_action_manager > .o_action > .o_control_panel {
  -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto;
}

.o_web_studio_editor > .o_action_manager > .o_action .o_content {
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
  position: relative;
  overflow: auto;
  height: 100%;
}

.o_web_studio_editor .o_web_studio_sidebar {
  flex: 0 0 300px;
}



/* /web_studio/static/src/client_action/editor/editor_menu/editor_menu.scss */

.o_web_studio_menu {
  background-color: #3a3f46;
  text-align: center;
  min-height: 36px;
  border-bottom: 3px solid #262c34;
}

.o_web_studio_menu .o_web_studio_breadcrumb {
  display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex;
  flex: 0 1 300px;
}

.o_web_studio_menu .o_web_studio_breadcrumb > ol {
  background-color: inherit;
  margin-left: 12px;
}

.o_web_studio_menu .o_web_studio_breadcrumb > ol > li {
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  color: #b7b7b7;
}

.o_web_studio_menu .o_web_studio_breadcrumb > ol > li.active:not(:first-child) {
  color: #eaeaea;
}

.o_web_studio_menu .o_web_studio_breadcrumb > ol > li.o_back_button:hover {
  cursor: pointer;
  color: white;
}

.o_web_studio_menu .o_web_studio_breadcrumb > ol > li + li:before {
  color: #b7b7b7;
  font-weight: normal;
  content: "\003E";
}

.o_web_studio_menu .o_web_studio_menu_undo_redo button {
  font-size: 0.8rem;
  color: gray;
}

.o_web_studio_menu .o_web_studio_menu_undo_redo button.o_web_studio_active {
  color: #b7b7b7;
}

.o_web_studio_menu .o_web_studio_menu_undo_redo button.o_web_studio_active:hover {
  cursor: pointer;
  color: #eaeaea;
}

.o_web_studio_menu .o_web_studio_menu_undo_redo div {
  height: 1.2rem;
  border: 1px solid gray;
}

.o_web_studio_menu .o_web_studio_snackbar {
  align-self: center;
  color: #b7b7b7;
}

.o_web_studio_menu .o_menu_sections a {
  font-size: 0.9rem;
  color: #b7b7b7;
}

.o_web_studio_menu .o_menu_sections li:hover {
  background-color: #353a40;
  box-shadow: 0px 3px #343637;
}

.o_web_studio_menu .o_menu_sections li:hover a {
  color: #eaeaea;
}

.o_web_studio_menu .o_web_studio_views_icons a {
  color: #b7b7b7;
}

.o_web_studio_menu .o_web_studio_views_icons a:hover {
  color: #eaeaea;
}



/* /web_studio/static/src/client_action/editor/new_view_dialogs/map_new_view_dialog.scss */

.o_web_studio_preserve_space {
  white-space: pre;
}



/* /web_studio/static/src/client_action/editor/new_view_dialogs/new_view_dialog.scss */

.o_web_studio_new_view_modal .o_web_studio_new_view_dialog {
  padding-top: 0px;
}

.o_web_studio_new_view_modal .o_web_studio_new_view_dialog .o_web_studio_select {
  margin-top: 12px;
}



/* /web_studio/static/src/client_action/icon_creator/icon_creator.scss */

@keyframes appCreatorIconFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.o_web_studio_icon_creator {
  /* Don't nest this rule, as the hover must be effective when the icon designer is hovered */
}

.o_web_studio_icon_creator h6 {
  color: #b7b7b7;
}

.o_web_studio_icon_creator .o_web_studio_upload {
  color: #b7b7b7;
}

.o_web_studio_icon_creator .o_web_studio_uploaded_image {
  width: 128px;
  height: 128px;
  background-position: center center;
  background-size: cover;
}

.o_web_studio_icon_creator .o_web_studio_icon .o_app_icon {
  width: 128px;
  height: 128px;
  transition: background 0.2s ease 0s;
}

.o_web_studio_icon_creator .o_web_studio_icon .o_app_icon > i {
  opacity: 0;
  animation: appCreatorIconFadeIn 0.8s forwards;
  font-size: 6em;
  transition: color 0.2s ease 0s;
}

.o_web_studio_icon_creator .o_web_studio_selector_pointer {
  position: absolute;
  top: 10px;
  left: auto;
  bottom: auto;
  right: 22px;
  opacity: 0;
  width: 30px;
  border-top: 2px dotted black;
  transition: all 0.3s ease 0s;
}

.o_web_studio_icon_creator .o_web_studio_selector_pointer:after {
  content: "\B0";
  font-weight: 100;
  line-height: 0;
  font-size: 50px;
  color: black;
  text-shadow: 0 0 1px #262c34;
  position: absolute;
  top: 12px;
  left: -16px;
  bottom: auto;
  right: auto;
  transition: all 0.3s ease 0s;
}

.o_web_studio_icon_creator:hover .o_web_studio_selector_pointer {
  opacity: 0.5;
}

.o_web_studio_icon_creator .o_web_studio_selector {
  position: relative;
  width: 22px !important;
  height: 22px;
  transition: all 0.3s ease 0s;
  outline: 1px solid #eaeaea;
}

.o_web_studio_icon_creator .o_web_studio_selector:before {
  opacity: 0.5;
  content: "\f0d7";
  width: 15px;
  text-align: right;
  font-family: "FontAwesome";
  color: #eaeaea;
  position: absolute;
  top: 1px;
  left: auto;
  bottom: auto;
  right: -15px;
}

.o_web_studio_icon_creator .o_web_studio_selector.o_web_studio_selector_background .o_web_studio_selector_pointer {
  width: 30px;
}

.o_web_studio_icon_creator .o_web_studio_selector.o_web_studio_selector_color .o_web_studio_selector_pointer {
  width: 60px;
}

.o_web_studio_icon_creator .o_web_studio_selector .o_select_menu_toggler, .o_web_studio_icon_creator .o_web_studio_selector .o_select_menu_toggler_slot {
  border: 0 !important;
  width: 22px;
  height: 22px;
  text-align: center !important;
}

.o_web_studio_icon_creator .o_web_studio_selector .o_select_menu_toggler_caret {
  display: none;
}

.o_web_studio_icon_creator .o_web_studio_selector.o_web_studio_selector_icon .o_web_studio_selector_pointer {
  width: 82px;
}

.o_web_studio_icon_creator .o_web_studio_selector.o_web_studio_selector_icon .o_web_studio_selector_pointer:after {
  content: "\f0d8";
  font-family: "FontAwesome";
  line-height: 0;
  font-size: 18px;
  position: absolute;
  top: -15px;
  left: -4px;
  bottom: auto;
  right: auto;
}

.o_web_studio_icon_creator .o_web_studio_selector.o_web_studio_selector_icon .o_web_studio_selector_pointer:before {
  content: "";
  height: 10px;
  border-left: 2px dotted black;
  position: absolute;
  top: -10px;
  left: 0;
  bottom: auto;
  right: auto;
}

.o_web_studio_icon_creator .o_web_studio_selector:hover .o_web_studio_selector_pointer {
  border-top: 2px solid black;
}

.o_web_studio_icon_creator .o_web_studio_selector:hover .o_web_studio_selector_pointer:before {
  border-left-style: solid;
}

.o_web_studio_icon_creator .o_web_studio_selector:hover:before,
.o_web_studio_icon_creator .o_web_studio_selector:hover .o_web_studio_selector_pointer {
  opacity: 1;
}

.o_web_studio_selector_menu {
  min-width: calc((6 * 36px) + 2px);
}

.o_web_studio_selector_menu.o_web_studio_selector_icon_menu {
  min-width: calc((9 * 36px) + 2px);
}

.o_web_studio_selector_menu .o_web_studio_selector_value {
  width: 22px !important;
  height: 22px !important;
}

.o_web_studio_selector_menu .o_select_menu_item {
  display: inline-block !important;
  padding: .5em;
  width: auto;
  line-height: 1;
}



/* /web_studio/static/src/client_action/model_configurator/model_configurator.scss */

.o_web_studio_model_configurator:not(.embed) {
  /* width is already handled when embedded in Dialog with in the EditMenu */
  width: 960px;
}

.o_web_studio_model_configurator .o_web_studio_model_configurator_next:hover, .o_web_studio_model_configurator .o_web_studio_model_configurator_next:focus {
  background-color: #202122;
}

.o_web_studio_new_model_modal label.o_studio_error {
  color: #e6586c;
}



/* /web_studio/static/src/client_action/navbar/navbar.scss */

.o_studio_navbar {
  --NavBar-brand-color: rgba(234, 234, 234, 0.9);
  --NavBar-entry-color: rgba(234, 234, 234, 0.9);
  --NavBar-entry-backgroundColor: $o-web-studio-bg-dark;
  --NavBar-entry-backgroundColor--hover: #3a3f46;
  --NavBar-entry-backgroundColor--focus: #3a3f46;
  --NavBar-menuToggle-color: rgba(234, 234, 234, 0.9);
  --NavBar-entry-borderColor-active: #3a3f46;
  --NavBar-entry-backgroundColor--active: #3a3f46;
  --NavBar-entry-color--active: #eaeaea;
  --NavBar-entry-color--hover: #eaeaea;
  background: #262c34;
  border-color: #262c34;
}

.o_studio_navbar.o_main_navbar {
  grid-template-areas: "apps brand sections studiomenu systray";
  grid-template-columns: minmax(46px, max-content) max-content minmax(46px, max-content) minmax(max-content, 1fr) fit-content(100%);
}

.o_studio_navbar.o_main_navbar .o_menu_toggle.o_menu_toggle_studio_app_creator_back {
  transform: scaleX(1);
}

.o_studio_navbar .o_menu_sections {
  color: lightgrey;
  height: 35px;
}

.o_studio_navbar .o-studio--menu {
  grid-area: studiomenu;
  display: -webkit-box; display: -webkit-flex; display: flex;
}

.o_studio_navbar .o_web_edit_menu,
.o_studio_navbar .o_web_create_new_model {
  color: #b7b7b7;
  margin-left: 15px;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
}

.o_studio_navbar .o_studio_buttons {
  grid-area: systray;
  display: -webkit-box; display: -webkit-flex; display: flex;
  margin: -10px 0;
}

.o_studio_navbar .o_studio_buttons .o_web_studio_leave > a {
  line-height: calc(var(--o-navbar-height) - 20px);
}



/* /web_studio/static/src/client_action/report_editor/qweb_table_plugin.scss */

.odoo-editor-editable q-table {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column;
  --q-table-col-count: 1;
  --q-row-gap: 5px;
  --q-cell-col-size: 1;
}

.odoo-editor-editable q-table t:not(q-td > t):not(q-th > t):not([t-set]) {
  display: contents;
}

.odoo-editor-editable q-table q-thead {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column;
  font-weight: bold;
}

.odoo-editor-editable q-table q-tbody {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column;
}

.odoo-editor-editable q-table q-tfoot {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column;
}

.odoo-editor-editable q-table q-th, .odoo-editor-editable q-table q-td {
  flex-shrink: 0;
  --q-cell-max-col-size: min(var(--q-cell-col-size), var(--q-table-col-count));
  --q-cell-width: calc(100% * var(--q-cell-max-col-size) / var(--q-table-col-count));
  width: calc(var(--q-cell-width) - var(--q-row-gap));
  outline: 1px dashed rgba(0, 0, 102, 0.4);
}

.odoo-editor-editable q-table q-tr {
  display: -webkit-box; display: -webkit-flex; display: flex;
  flex-direction: row;
  gap: var(--q-row-gap);
}



/* /web_studio/static/src/client_action/report_editor/report_editor.scss */

.o-web-studio-report-editor .o-web-studio-report-container {
  background: white;
}

@media (min-width: 992px) {
  .o-web-studio-report-editor .o-web-studio-report-container {
    margin: 24px auto 48px;
  }
}

.o-web-studio-report-editor .o-web-studio-report-search-record, .o-web-studio-report-editor .o-web-studio-report-pager {
  border: 2px solid #3a3f46;
}

.o-web-studio-report-editor .o-web-studio-report-search-record input {
  border: none;
  background-color: transparent;
}

.o-web-studio-report-editor .o-web-studio-report-search-record .o_record_selector .o_dropdown_button {
  display: none;
}

.o-web-studio-report-editor .o-web-studio-report-pager button {
  max-height: 30px;
}

.o-web-studio-report-editor .o-web-studio-report-editor-undo-redo {
  z-index: 1055;
}

.o-web-studio-report-editor .o-web-studio-report-editor-undo-redo div.border {
  height: 1rem;
}

.o-web-studio-report-editor .o-web-studio-report-editor-undo-redo.active {
  border-color: #111827 !important;
}

.o-web-studio-report-editor .o-web-studio-report-editor-undo-redo.active div.border {
  border-color: #111827 !important;
}

.o-web-studio-report-editor .o-web-studio-report-editor-undo-redo button:not(.active) {
  pointer-events: none;
}

.o-web-studio-report-editor .o-web-studio-report-editor-undo-redo button.active {
  color: #111827 !important;
}

.o-web-studio-report-editor .o-web-studio-report-editor-undo-redo button.active:hover {
  text-decoration: underline;
}

.o_popover .o-web-studio-report-field-qweb-selector div {
  color: #1b1c1d;
}

.o_popover .o-web-studio-report-field-qweb-selector div[selected] {
  background: #1b1c1d;
  color: #FFF;
}



/* /web_studio/static/src/client_action/report_editor/report_editor_wysiwyg/report_editor_wysiwyg.scss */

body.o_in_studio .o-overlay-container .o_we_crop_widget .o_we_cropper_wrapper {
  position: unset;
}

body.o_in_studio .o-overlay-container .o_we_crop_widget .o_we_crop_buttons {
  bottom: unset;
}

body.o_in_studio .o-overlay-container .o-overlay-item:has(.o_we_crop_widget) {
  position: static;
}

.o-web-studio-field-dynamic-placeholder {
  width: 265px;
}



/* /web_studio/static/src/client_action/report_editor/report_editor_xml/report_editor_xml.scss */

.o-web-studio-report-editor .o_form_view table.diff thead th {
  word-break: break-all;
}



/* /web_studio/static/src/client_action/studio_client_action.scss */

.o_in_studio .o_web_studio_field_warning > label, .o_in_studio label.o_web_studio_field_warning {
  color: #e6586c;
}



/* /web_studio/static/src/client_action/studio_home_menu/icon_creator_dialog/icon_creator_dialog.scss */

.o_web_studio_edit_menu_icon_modal .modal-body {
  background-color: #262c34;
}



/* /web_studio/static/src/client_action/studio_home_menu/studio_home_menu.scss */

.o_studio_home_menu {
  --homeMenuCaption-color: #fff;
  background-image: radial-gradient(circle, rgba(16, 19, 23, 0) 0%, #101317 100%), repeating-linear-gradient(45deg, #23262a, #23262a 30px, #101317 30px, #101317 60px);
  padding-bottom: 46px;
}

.o_studio_home_menu .database_expiration_panel {
  visibility: hidden;
}

.o_studio_home_menu .o_app {
  position: relative;
}

.o_studio_home_menu .o_app:not(.o_web_studio_new_app) {
  opacity: 0.5;
}

.o_studio_home_menu .o_app:not(.o_web_studio_new_app) .o_app_icon {
  transition-property: none;
}

.o_studio_home_menu .o_app:not(.o_web_studio_new_app):hover, .o_studio_home_menu .o_app:not(.o_web_studio_new_app):focus, .o_studio_home_menu .o_app:not(.o_web_studio_new_app).o_focused {
  background-color: transparent;
  opacity: 0.9;
}

.o_studio_home_menu .o_app.o_web_studio_new_app {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.o_studio_home_menu .o_app.o_web_studio_new_app .o_app_icon {
  box-shadow: none;
}

.o_studio_home_menu .o_app.o_web_studio_new_app:hover, .o_studio_home_menu .o_app.o_web_studio_new_app:focus, .o_studio_home_menu .o_app.o_web_studio_new_app.o_focused {
  border-color: rgba(255, 255, 255, 0.6);
}

.o_studio_home_menu .o_app .o_web_studio_edit_icon {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  transform: translateX(calc(50% - 35px));
}

.o_studio_home_menu .o_app .o_web_studio_edit_icon:before {
  position: absolute;
  inset: -8px;
  content: '';
}

.o_studio_home_menu .o_app .o_web_studio_edit_icon i {
  background-color: #1b1c1d;
  border-radius: 20%;
  color: white;
  padding: 0 1px;
}

.o_studio_home_menu .o_app:hover .o_web_studio_edit_icon {
  opacity: 0.6;
  visibility: visible;
}

.o_studio_home_menu .o_app:hover .o_web_studio_edit_icon:hover {
  opacity: 1;
}



/* /web_studio/static/src/client_action/studio_sidebar.scss */

.o_web_studio_sidebar {
  background-color: #3a3f46;
  border-right: 3px solid #262c34;
  color-scheme: dark;
}

.o_web_studio_sidebar .form-select {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4'><polygon fill='%23b7b7b7' points='3.5 4 7 0 0 0'/></svg>") no-repeat right center;
}

.o_web_studio_sidebar .o_notebook_headers {
  position: sticky;
  top: 0;
  flex-shrink: 0;
  z-index: 200;
  margin-bottom: 15px;
  overflow-y: hidden;
}

.o_web_studio_sidebar .o_notebook_headers ul {
  border-bottom: none;
}

.o_web_studio_sidebar .o_notebook_headers li {
  -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto;
  text-align: center;
  background-color: #262c34;
  margin: 0;
}

.o_web_studio_sidebar .o_notebook_headers li .active, .o_web_studio_sidebar .o_notebook_headers li:first-child:last-child {
  background-color: #3a3f46;
}

.o_web_studio_sidebar .o_notebook_headers li :not(.inactive):not(.active):hover {
  background-color: rgba(58, 63, 70, 0.5);
}

.o_web_studio_sidebar .o_notebook_headers li .nav-link, .o_web_studio_sidebar .o_notebook_headers li .nav-link:active {
  padding: 14px 0;
  border: none;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content, .o_web_studio_sidebar .o_web_studio_sidebar_content {
  padding: 0 15px 15px;
}

.o_web_studio_sidebar .o_notebook_content h3, .o_web_studio_sidebar .o_notebook_content h6, .o_web_studio_sidebar .o_web_studio_sidebar_content h3, .o_web_studio_sidebar .o_web_studio_sidebar_content h6 {
  color: white;
  cursor: default;
}

.o_web_studio_sidebar .o_notebook_content h3.o_web_studio_existing_fields_header, .o_web_studio_sidebar .o_notebook_content h6.o_web_studio_existing_fields_header, .o_web_studio_sidebar .o_web_studio_sidebar_content h3.o_web_studio_existing_fields_header, .o_web_studio_sidebar .o_web_studio_sidebar_content h6.o_web_studio_existing_fields_header {
  cursor: pointer;
}

.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule {
  margin-left: -.5em;
}

.o_web_studio_sidebar .o_notebook_content .o_record_selector, .o_web_studio_sidebar .o_notebook_content .o_multi_record_selector, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_record_selector, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_multi_record_selector {
  border: none;
  width: 100%;
}

.o_web_studio_sidebar .o_notebook_content .o_record_selector .o_dropdown_button, .o_web_studio_sidebar .o_notebook_content .o_multi_record_selector .o_dropdown_button, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_record_selector .o_dropdown_button, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_multi_record_selector .o_dropdown_button {
  display: none;
}

.o_web_studio_sidebar .o_notebook_content div,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div, .o_web_studio_sidebar .o_web_studio_sidebar_content div,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div {
  /* field in the sidebar: M2M_tags for group visibility
            and M2O for approval rules; these styles cover only these
            specific use case */
}

.o_web_studio_sidebar .o_notebook_content div label,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div label,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div label, .o_web_studio_sidebar .o_web_studio_sidebar_content div label,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div label,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div label {
  font-size: 12px;
  font-weight: normal;
  margin: 4px 0 3px 2px;
  color: #b7b7b7;
}

.o_web_studio_sidebar .o_notebook_content div input, .o_web_studio_sidebar .o_notebook_content div select, .o_web_studio_sidebar .o_notebook_content div textarea, .o_web_studio_sidebar .o_notebook_content div div.input-group-addon,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div input,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div select,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div textarea,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div div.input-group-addon,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div input,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div select,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div textarea,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div div.input-group-addon, .o_web_studio_sidebar .o_web_studio_sidebar_content div input, .o_web_studio_sidebar .o_web_studio_sidebar_content div select, .o_web_studio_sidebar .o_web_studio_sidebar_content div textarea, .o_web_studio_sidebar .o_web_studio_sidebar_content div div.input-group-addon,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div input,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div select,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div div.input-group-addon,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div input,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div select,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div div.input-group-addon {
  color: #b7b7b7;
  border: 1px solid transparent;
  background-color: #262c34;
  padding: 4px 9px;
  transition: all 0.3s ease 0s;
  transition-property: background, border;
}

.o_web_studio_sidebar .o_notebook_content div input:focus, .o_web_studio_sidebar .o_notebook_content div select:focus, .o_web_studio_sidebar .o_notebook_content div textarea:focus, .o_web_studio_sidebar .o_notebook_content div div.input-group-addon:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div input:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div select:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div textarea:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div div.input-group-addon:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div input:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div select:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div textarea:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div div.input-group-addon:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div input:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div select:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div textarea:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div div.input-group-addon:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div input:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div select:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div textarea:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div div.input-group-addon:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div input:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div select:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div textarea:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div div.input-group-addon:focus {
  border-color: #6999a8;
  box-shadow: 0 0 1px 0 #6999a8;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div input > option, .o_web_studio_sidebar .o_notebook_content div select > option, .o_web_studio_sidebar .o_notebook_content div textarea > option, .o_web_studio_sidebar .o_notebook_content div div.input-group-addon > option,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div input > option,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div select > option,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div textarea > option,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div div.input-group-addon > option,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div input > option,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div select > option,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div textarea > option,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div div.input-group-addon > option, .o_web_studio_sidebar .o_web_studio_sidebar_content div input > option, .o_web_studio_sidebar .o_web_studio_sidebar_content div select > option, .o_web_studio_sidebar .o_web_studio_sidebar_content div textarea > option, .o_web_studio_sidebar .o_web_studio_sidebar_content div div.input-group-addon > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div input > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div select > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div textarea > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div div.input-group-addon > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div input > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div select > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div textarea > option,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div div.input-group-addon > option {
  background-color: white;
  color: #15161a;
}

.o_web_studio_sidebar .o_notebook_content div .o_select_menu input,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_select_menu input,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_select_menu input, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_select_menu input,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_select_menu input,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_select_menu input {
  background-color: var(--body-bg);
  color: #15161a;
}

.o_web_studio_sidebar .o_notebook_content div .o_select_menu button,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_select_menu button,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_select_menu button, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_select_menu button,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_select_menu button,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_select_menu button {
  background-color: #262c34 !important;
}

.o_web_studio_sidebar .o_notebook_content div .o_tag,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_tag,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_tag, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_tag,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_tag,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_tag {
  color: white;
  background: transparent;
}

.o_web_studio_sidebar .o_notebook_content div .o_web_studio_sidebar_toolbox .o_tag,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_web_studio_sidebar_toolbox .o_tag,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_web_studio_sidebar_toolbox .o_tag, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_web_studio_sidebar_toolbox .o_tag,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_web_studio_sidebar_toolbox .o_tag,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_web_studio_sidebar_toolbox .o_tag {
  box-shadow: unset;
  margin-bottom: 5px;
}

.o_web_studio_sidebar .o_notebook_content div .input-group > input,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .input-group > input,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .input-group > input, .o_web_studio_sidebar .o_web_studio_sidebar_content div .input-group > input,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .input-group > input,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .input-group > input {
  min-width: 75px;
}

.o_web_studio_sidebar .o_notebook_content div .o_web_studio_attrs,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_web_studio_attrs,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_web_studio_attrs, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_web_studio_attrs,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_web_studio_attrs,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_web_studio_attrs {
  font-size: 11px;
  float: right;
  color: #1b1c1d;
}

.o_web_studio_sidebar .o_notebook_content div .o_web_studio_attrs:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_web_studio_attrs:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_web_studio_attrs:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_web_studio_attrs:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_web_studio_attrs:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_web_studio_attrs:hover {
  color: #0f0f10;
}

.o_web_studio_sidebar .o_notebook_content div button,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button, .o_web_studio_sidebar .o_web_studio_sidebar_content div button,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button {
  font-size: 0.8em;
  color: #eaeaea;
  text-transform: uppercase;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-secondary,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-secondary,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-secondary, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-secondary,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-secondary,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-secondary {
  border-color: #262c34;
  background-color: #262c34;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-secondary:hover, .o_web_studio_sidebar .o_notebook_content div button.btn-secondary:active, .o_web_studio_sidebar .o_notebook_content div button.btn-secondary:focus, .o_web_studio_sidebar .o_notebook_content div button.btn-secondary.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-secondary:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-secondary:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-secondary:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-secondary.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-secondary:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-secondary:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-secondary:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-secondary.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-secondary:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-secondary:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-secondary:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-secondary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-secondary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-secondary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-secondary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-secondary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-secondary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-secondary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-secondary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-secondary.active {
  background-color: #22272e;
  border-color: #22272e;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-primary,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-primary,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-primary, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-primary,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-primary,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-primary {
  border-color: #1b1c1d;
  background-color: #1b1c1d;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-primary:hover, .o_web_studio_sidebar .o_notebook_content div button.btn-primary:active, .o_web_studio_sidebar .o_notebook_content div button.btn-primary:focus, .o_web_studio_sidebar .o_notebook_content div button.btn-primary.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-primary:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-primary:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-primary:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-primary.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-primary:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-primary:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-primary:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-primary.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-primary:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-primary:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-primary:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-primary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-primary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-primary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-primary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-primary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-primary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-primary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-primary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-primary.active {
  background-color: #0f0f10;
  border-color: #0f0f10;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-danger,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-danger,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-danger, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-danger,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-danger,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-danger {
  border-color: #e6586c;
  background-color: #e6586c;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-danger:hover, .o_web_studio_sidebar .o_notebook_content div button.btn-danger:active, .o_web_studio_sidebar .o_notebook_content div button.btn-danger:focus, .o_web_studio_sidebar .o_notebook_content div button.btn-danger.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-danger:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-danger:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-danger:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-danger.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-danger:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-danger:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-danger:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-danger.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-danger:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-danger:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-danger:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-danger.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-danger:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-danger:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-danger:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-danger.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-danger:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-danger:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-danger:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-danger.active {
  background-color: #e34258;
  border-color: #e34258;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-warning,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-warning,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-warning, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-warning,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-warning,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-warning:hover, .o_web_studio_sidebar .o_notebook_content div button.btn-warning:active, .o_web_studio_sidebar .o_notebook_content div button.btn-warning:focus, .o_web_studio_sidebar .o_notebook_content div button.btn-warning.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-warning:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-warning:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-warning:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-warning.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-warning:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-warning:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-warning:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-warning.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-warning:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-warning:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-warning:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-warning.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-warning:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-warning:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-warning:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-warning.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-warning:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-warning:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-warning:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-warning.active {
  background-color: #eea236;
  border-color: #eea236;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-dark,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-dark,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-dark, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-dark,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-dark,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-dark {
  border-color: #3a3f46;
  background-color: #3a3f46;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div button.btn-dark:hover, .o_web_studio_sidebar .o_notebook_content div button.btn-dark:active, .o_web_studio_sidebar .o_notebook_content div button.btn-dark:focus, .o_web_studio_sidebar .o_notebook_content div button.btn-dark.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-dark:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-dark:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-dark:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div button.btn-dark.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-dark:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-dark:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-dark:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div button.btn-dark.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-dark:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-dark:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-dark:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div button.btn-dark.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-dark:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-dark:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-dark:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div button.btn-dark.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-dark:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-dark:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-dark:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div button.btn-dark.active {
  background-color: #2e3238;
  border-color: #2e3238;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_iscode input, .o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_iscode textarea, .o_web_studio_sidebar .o_notebook_content div .o_web_studio_field_code input, .o_web_studio_sidebar .o_notebook_content div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_iscode input,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_web_studio_field_code input,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_iscode input,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_web_studio_field_code input,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_web_studio_field_code textarea, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_iscode input, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_iscode textarea, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_web_studio_field_code input, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_iscode input,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_web_studio_field_code input,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_iscode input,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_web_studio_field_code input,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_web_studio_field_code textarea {
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
  font-size: 11px;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_iscode textarea, .o_web_studio_sidebar .o_notebook_content div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_web_studio_field_code textarea, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_iscode textarea, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_web_studio_field_code textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_iscode textarea,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_web_studio_field_code textarea {
  white-space: pre;
  overflow-x: scroll;
  resize: vertical;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox label,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox label,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox label, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox label,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox label,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox label {
  cursor: pointer;
  font-size: 12px;
  color: #b7b7b7;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox label:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox label:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox label:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox label:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox label:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox label:active {
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox label:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox label:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox label:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox label:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox label:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox label:hover {
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox .form-check > input,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check > input,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check > input, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox .form-check > input,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check > input,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check > input {
  padding: 6px 6px;
  margin-top: 6px;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox .form-check > input:not(:checked),
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check > input:not(:checked),
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check > input:not(:checked), .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox .form-check > input:not(:checked),
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check > input:not(:checked),
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check > input:not(:checked) {
  border: 1px solid #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox .form-check > input:checked,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check > input:checked,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check > input:checked, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox .form-check > input:checked,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check > input:checked,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check > input:checked {
  background-image: url("/web_studio/static/src/img/ui/checkbox_active.svg");
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox .form-check.o_web_studio_checkbox_indeterminate > input,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check.o_web_studio_checkbox_indeterminate > input,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check.o_web_studio_checkbox_indeterminate > input, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox .form-check.o_web_studio_checkbox_indeterminate > input,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox .form-check.o_web_studio_checkbox_indeterminate > input,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox .form-check.o_web_studio_checkbox_indeterminate > input {
  background-image: url("/web_studio/static/src/img/ui/checkbox_indeterminate.svg");
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_checkbox + .o_web_studio_sidebar_checkbox,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox + .o_web_studio_sidebar_checkbox,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox + .o_web_studio_sidebar_checkbox, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_checkbox + .o_web_studio_sidebar_checkbox,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_checkbox + .o_web_studio_sidebar_checkbox,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_checkbox + .o_web_studio_sidebar_checkbox {
  margin-top: 2px;
}

.o_web_studio_sidebar .o_notebook_content div .o_field_widget,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_widget,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_widget, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_widget,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_widget,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_widget {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-flex-flow: row wrap; flex-flow: row wrap;
  flex-grow: 1;
}

.o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_input_dropdown,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_input_dropdown,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown {
  width: auto;
}

.o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_input_dropdown > .o_dropdown_button,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown > .o_dropdown_button,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown > .o_dropdown_button, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_input_dropdown > .o_dropdown_button,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown > .o_dropdown_button,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown > .o_dropdown_button {
  right: 18px;
  top: -2px;
  font-size: 10px;
  font-family: 'FontAwesome';
  color: #b7b7b7;
}

.o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_input_dropdown > .o_dropdown_button:after,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown > .o_dropdown_button:after,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown > .o_dropdown_button:after, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_input_dropdown > .o_dropdown_button:after,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown > .o_dropdown_button:after,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown > .o_dropdown_button:after {
  border: none;
  content: "\f078";
}

.o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_input_dropdown:hover .o_dropdown_button,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown:hover .o_dropdown_button,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown:hover .o_dropdown_button, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_input_dropdown:hover .o_dropdown_button,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_input_dropdown:hover .o_dropdown_button,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_input_dropdown:hover .o_dropdown_button {
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_external_button,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_external_button,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button {
  border: 0;
  padding-right: 0;
  background-color: transparent;
}

.o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_external_button:hover, .o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_external_button:focus, .o_web_studio_sidebar .o_notebook_content div .o_field_many2one .o_external_button:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_external_button:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_external_button:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_field_many2one .o_external_button:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_field_many2one .o_external_button:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_field_many2one .o_external_button:active {
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group {
  display: -webkit-box; display: -webkit-flex; display: flex;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button {
  font-size: 0.8em;
  color: #eaeaea;
  text-transform: uppercase;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-secondary,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-secondary,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary {
  border-color: #262c34;
  background-color: #262c34;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-secondary:hover, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-secondary:active, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-secondary:focus, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-secondary.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-secondary:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-secondary:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-secondary:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-secondary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-secondary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-secondary.active {
  background-color: #22272e;
  border-color: #22272e;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-primary,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-primary,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary {
  border-color: #1b1c1d;
  background-color: #1b1c1d;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-primary:hover, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-primary:active, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-primary:focus, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-primary.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-primary:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-primary:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-primary:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-primary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-primary.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-primary.active {
  background-color: #0f0f10;
  border-color: #0f0f10;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-danger,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-danger,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger {
  border-color: #e6586c;
  background-color: #e6586c;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-danger:hover, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-danger:active, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-danger:focus, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-danger.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-danger:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-danger:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-danger:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-danger.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-danger.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-danger.active {
  background-color: #e34258;
  border-color: #e34258;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-warning,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-warning,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-warning:hover, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-warning:active, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-warning:focus, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-warning.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-warning:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-warning:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-warning:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-warning.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-warning.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-warning.active {
  background-color: #eea236;
  border-color: #eea236;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-dark,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-dark,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark {
  border-color: #3a3f46;
  background-color: #3a3f46;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-dark:hover, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-dark:active, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-dark:focus, .o_web_studio_sidebar .o_notebook_content div .o_approval_group > button.btn-dark.active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark:active,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark:focus,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark.active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark:active,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark:focus,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark.active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-dark:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-dark:active, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-dark:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content div .o_approval_group > button.btn-dark.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div .o_approval_group > button.btn-dark.active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark:active,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark:focus,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div .o_approval_group > button.btn-dark.active {
  background-color: #2e3238;
  border-color: #2e3238;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_tags .badge,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_tags .badge,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge {
  display: -webkit-box; display: -webkit-flex; display: flex;
  align-items: baseline;
  max-width: 270px;
  margin: 1px 5px 0px 0px;
  cursor: default;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_tags .badge .o_badge_text,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge .o_badge_text,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge .o_badge_text, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_tags .badge .o_badge_text,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge .o_badge_text,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge .o_badge_text {
  margin-right: 5px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-weight: normal;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_tags .badge .o_delete:hover,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge .o_delete:hover,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge .o_delete:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_tags .badge .o_delete:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge .o_delete:hover,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge .o_delete:hover {
  cursor: pointer;
  color: #e6586c;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_tags .badge.o_tag_color_10,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge.o_tag_color_10,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge.o_tag_color_10, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_tags .badge.o_tag_color_10,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .badge.o_tag_color_10,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .badge.o_tag_color_10 {
  background-color: #6999a8;
}

.o_web_studio_sidebar .o_notebook_content div.o_web_studio_sidebar_tags .o_field_tags,
.o_web_studio_sidebar .o_notebook_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .o_field_tags,
.o_web_studio_sidebar .o_notebook_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .o_field_tags, .o_web_studio_sidebar .o_web_studio_sidebar_content div.o_web_studio_sidebar_tags .o_field_tags,
.o_web_studio_sidebar .o_web_studio_sidebar_content .o_studio_sidebar_approval_rule > div.o_web_studio_sidebar_tags .o_field_tags,
.o_web_studio_sidebar .o_web_studio_sidebar_content div > .card > .card-collapse > .card-body > div.o_web_studio_sidebar_tags .o_field_tags {
  width: 100%;
  border: none;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_field_type_container, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_field_type_container {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-flex-flow: row wrap; flex-flow: row wrap;
  justify-content: space-between;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn {
  font-size: 0.8em;
  color: #eaeaea;
  text-transform: uppercase;
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary {
  border-color: #262c34;
  background-color: #262c34;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary:hover, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary:active, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary:focus, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary.active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary:active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-secondary.active {
  background-color: #22272e;
  border-color: #22272e;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-primary, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-primary {
  border-color: #1b1c1d;
  background-color: #1b1c1d;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-primary:hover, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-primary:active, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-primary:focus, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-primary.active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-primary:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-primary:active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-primary:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-primary.active {
  background-color: #0f0f10;
  border-color: #0f0f10;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-danger, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-danger {
  border-color: #e6586c;
  background-color: #e6586c;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-danger:hover, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-danger:active, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-danger:focus, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-danger.active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-danger:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-danger:active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-danger:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-danger.active {
  background-color: #e34258;
  border-color: #e34258;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-warning, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-warning:hover, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-warning:active, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-warning:focus, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-warning.active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-warning:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-warning:active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-warning:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-warning.active {
  background-color: #eea236;
  border-color: #eea236;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-dark, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-dark {
  border-color: #3a3f46;
  background-color: #3a3f46;
  color: #eaeaea;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-dark:hover, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-dark:active, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-dark:focus, .o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox button.btn.btn-dark.active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-dark:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-dark:active, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-dark:focus, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox button.btn.btn-dark.active {
  background-color: #2e3238;
  border-color: #2e3238;
  color: white;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox > div, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox > div {
  display: -webkit-box; display: -webkit-flex; display: flex;
  align-content: space-between;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox .o_web_studio_restore, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox .o_web_studio_restore {
  margin-top: inherit;
  width: 100%;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_toolbox .o_web_studio_remove_warning_groups, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_toolbox .o_web_studio_remove_warning_groups {
  color: orange;
  display: block;
}

.o_web_studio_sidebar .o_notebook_content .o_field_selector_chain_part, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_field_selector_chain_part {
  background: none;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_edit_selection_values, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_edit_selection_values {
  color: #1b1c1d;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_edit_selection_values:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_edit_selection_values:hover {
  color: #0f0f10;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_btn_link, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_btn_link {
  color: #1b1c1d;
}

.o_web_studio_sidebar .o_notebook_content .o_web_studio_sidebar_btn_link:hover, .o_web_studio_sidebar .o_web_studio_sidebar_content .o_web_studio_sidebar_btn_link:hover {
  color: #0f0f10;
}



/* /web_studio/static/src/client_action/variables.dark.scss */



/* /web_studio/static/src/client_action/view_editor/editors/components/widget_studio.scss */

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer div.o_widget_web_ribbon.o-web-studio-editor--element-clickable {
  outline: none !important;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer div.o_widget_web_ribbon.o-web-studio-editor--element-clickable span {
  pointer-events: all;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer div.o_widget_web_ribbon.o-web-studio-editor--element-clickable span:hover {
  cursor: pointer;
  outline: 1px dashed #1b1c1d;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer div.o_widget_web_ribbon.o-web-studio-editor--element-clicked {
  outline: none !important;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer div.o_widget_web_ribbon.o-web-studio-editor--element-clicked span {
  outline: 2px solid #1b1c1d !important;
}



/* /web_studio/static/src/client_action/view_editor/editors/form/form_editor_renderer/form_editor_renderer.scss */

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor {
  -webkit-flex-flow: column nowrap; flex-flow: column nowrap;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_form_sheet_bg {
  -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto;
  border-bottom: 1px solid #d8dadd;
  padding: 0px;
  overflow: unset;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-web-studio-editor--element-clickable:hover + .o-web-studio-element-ghost, .o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-web-studio-editor--element-clickable.o-web-studio-ghost-hovered, .o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-web-studio-editor--element-clickable.o-web-studio-ghost-hovered + .o-web-studio-element-ghost {
  cursor: pointer;
  outline: 1px dashed #1b1c1d;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked:not(.o_dragged) + .o-web-studio-element-ghost {
  outline: 2px solid #1b1c1d;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked:not(.o_dragged) + .o-web-studio-element-ghost.btn {
  outline: 2px solid #0f0f10;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked:not(.o_dragged) + .o-web-studio-element-ghost:not(.o_statusbar_status) {
  outline-offset: -2px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked.o-mail-Form-chatter {
  padding: 2px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-mail-Form-chatter {
  max-width: 100%;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-mail-Chatter {
  width: 100%;
  overflow: unset;
  -webkit-box-flex: 0; -webkit-flex: 1000 0 auto; flex: 1000 0 auto;
  padding: 7.5px 0;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor:not(.o_form_nosheet) {
  padding: 0;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_form_sheet_bg {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-flex-flow: column nowrap; flex-flow: column nowrap;
  padding: 16px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_form_sheet, .o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-mail-Chatter {
  max-width: 100%;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_form_sheet > .o_group {
  margin-left: -10px;
  margin-right: -10px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-mail-Chatter {
  position: relative;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-mail-Chatter .o_web_studio_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease 0s;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-mail-Chatter .o_web_studio_overlay:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_element {
  opacity: 0.5;
  transition: opacity 0.3s ease 0s;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_element:hover {
  opacity: 1;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_element.o_web_studio_avatar {
  width: 90px;
  height: 90px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_statusbar_status > .o_arrow_button:hover, .o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_statusbar_status > .o_arrow_button:active, .o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_statusbar_status > .o_arrow_button:focus {
  color: #374151;
  background-color: white;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_web_studio_hook :first-child {
  line-height: 0px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_web_studio_hook td, .o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_web_studio_hook th {
  padding: 0;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_web_studio_hook > td {
  padding: 0;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_web_studio_hook span.o_web_studio_hook_separator {
  display: block;
  position: relative;
  border: 0px dashed transparent;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_web_studio_hook.o_web_studio_nearest_hook {
  cursor: pointer !important;
  outline: none;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_web_studio_hook.o_web_studio_nearest_hook span.o_web_studio_hook_separator {
  background-color: rgba(27, 28, 29, 0.02);
  border: 1px dashed rgba(27, 28, 29, 0.5);
  padding: 20px;
  margin: 4px 0;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_inner_group {
  transition: border-color 0.5s;
  padding: 5px;
  border-collapse: separate;
  border: 5px solid rgba(27, 28, 29, 0.1);
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_inner_group tr:not(.o_web_studio_hovered) td > *:not(.o_horizontal_separator) {
  opacity: 0.5;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_inner_group tr:not(.o_web_studio_new_line) td {
  border: 5px solid transparent;
  border-bottom-width: 1px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor .o_inner_group tr:not(.o_web_studio_new_line) td.o_td_label {
  min-width: 140px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_web_studio_form_view_editor td.ui-draggable-helper-ready {
  outline: 2px solid #1b1c1d;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_field_image img {
  max-width: 100%;
  height: auto;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_field_image img[src="/web/static/img/placeholder.png"] {
  padding: 3% 6%;
  background: #f2f2f2;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_notebook li {
  margin-right: 3px;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_chatter {
  position: relative;
  margin: 16px -16px;
  cursor: pointer;
  color: #1b1c1d;
  background-color: lightgray;
  opacity: 0.5;
  font-weight: bold;
  transition: all ease 0.1s;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_chatter > .o_Studio_ChatterContainer {
  padding: 16px;
  max-width: 90%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease 0s;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_chatter > span {
  position: relative;
  max-width: 100%;
  display: block;
  transition: width 0.2s ease .1s;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_chatter > span > span {
  position: absolute;
  top: auto;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 52px;
  padding-top: 25px;
  text-align: center;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_chatter:hover {
  width: auto;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  transition: all .2s ease .2s;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_chatter:hover > span {
  width: 100%;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o_web_studio_add_chatter:hover > .o_Studio_ChatterContainer {
  transition: all .8s ease .1s;
  max-width: 100%;
  opacity: 1;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor.o_xxl_form_view {
  height: auto;
}

.o_studio .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_form_view_editor .o-form-buttonbox .oe_stat_button .o_button_icon {
  color: #7C7BAD;
}

table.o_web_studio_new_elements {
  border-collapse: separate;
  border-spacing: 20px;
}

table.o_web_studio_new_elements td.o_web_studio_new_element {
  cursor: pointer;
  border: 1px solid #ddd;
  text-align: center;
}

table.o_web_studio_new_elements td.o_web_studio_new_element[disabled] {
  opacity: 0.5;
  cursor: auto;
}

table.o_web_studio_new_elements td.o_web_studio_new_element > i {
  font-size: 35px;
}

.o_web_studio_new_button_dialog > div {
  margin-top: 16px;
}

.o_web_studio_new_button_dialog .o_web_studio_icon_selector {
  display: inline-block;
  padding: 3px;
  font-size: medium;
}

.o_web_studio_new_button_dialog .o_web_studio_icon_selector.o_selected {
  outline: 1px solid #1b1c1d;
}



/* /web_studio/static/src/client_action/view_editor/editors/kanban/kanban_editor.scss */

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record {
  transition: padding .3s;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record.o_kanban_demo {
  background: #eaeaea;
  aspect-ratio: 2;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record.o_kanban_ghost {
  opacity: 0;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record aside.o_kanban_aside_full .o_web_studio_hook {
  display: none !important;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record main > div.o-web-studio-editor--element-clickable {
  margin: 0;
  max-width: 100%;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record:has(> .o_web_studio_hook.o_web_studio_hook_visible[data-position=before]) {
  padding-left: 60px;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record:has(> .o_web_studio_hook.o_web_studio_hook_visible[data-position=after]) {
  padding-right: 60px;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_kanban_card_group:empty,
.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_kanban_card_group > *:empty, .o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_kanban_card_group:not(:has(> *:not(:empty))) {
  display: -webkit-box; display: -webkit-flex; display: flex;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_dropdown_kanban {
  visibility: visible;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_show_invisible {
  background-image: repeating-linear-gradient(45deg, #FFFFFF20, #FFFFFF20 5px, #00000010 5px, #00000010 10px);
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_inner_section, .o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_inner_aside {
  padding: 6px !important;
  border-collapse: separate;
  border: 3px solid rgba(27, 28, 29, 0.1);
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o-web-studio-editor--element-clickable:has(.o-web-studio-editor--element-clickable) {
  padding: 3px;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_hook {
  margin: 1px;
  border: 0px dashed transparent;
  transition: all .2s;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_hook.o_web_studio_hook_visible {
  padding: 6px;
  background: rgba(143, 143, 143, 0.1);
  z-index: 100;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_hook.o_web_studio_hook_visible[data-structures="aside"], .o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_hook.o_web_studio_hook_visible[data-type="t"] {
  width: 50px !important;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_hook.o_web_studio_hook_visible[data-type="ribbon"] {
  width: 100% !important;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_hook.o_web_studio_nearest_hook {
  cursor: pointer;
  background-color: rgba(27, 28, 29, 0.02);
  border: 1px dashed rgba(27, 28, 29, 0.5);
  padding: 18px !important;
}

.o_web_studio_kanban_view_editor:not(.o_web_studio_kanban_view_editor_legacy) .o_kanban_record .o_web_studio_hook.o_web_studio_nearest_hook[data-type="ribbon"] div {
  opacity: 1 !important;
}



/* /web_studio/static/src/client_action/view_editor/editors/kanban_legacy/kanban_editor_legacy.scss */

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record.o_kanban_demo {
  min-height: 70px;
  opacity: 0.2;
  padding: 0;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record.o_kanban_demo > div {
  height: unset;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record.o_kanban_ghost {
  opacity: 0;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o_dropdown_kanban {
  visibility: visible;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o_web_studio_kanban_hook:not(:hover) {
  opacity: .2;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o-web-studio-editor--element-clickable:hover {
  cursor: pointer;
  outline: 1px dashed #1b1c1d;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked {
  outline: 2px solid #1b1c1d;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked.btn {
  outline: 2px solid #0f0f10;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked:not(.o_statusbar_status) {
  outline-offset: -2px;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o_web_studio_hook {
  border: 0px dashed transparent;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_record .o_web_studio_hook.o_web_studio_nearest_hook {
  display: block;
  cursor: pointer;
  background-color: rgba(27, 28, 29, 0.02);
  border: 1px dashed rgba(27, 28, 29, 0.5);
  padding: 10px;
  margin: 10px 0;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_group {
  background-color: #F9FAFB;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_kanban_view .o_web_studio_kanban_view_editor_legacy .o_kanban_group:nth-child(even) {
  background-color: #f0f2f5;
}



/* /web_studio/static/src/client_action/view_editor/editors/list/list_editor.scss */

.o_list_view .o_web_studio_list_view_editor .o_list_table.table th, .o_list_view .o_web_studio_list_view_editor .o_list_table.table td {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table th.o_web_studio_hook, .o_list_view .o_web_studio_list_view_editor .o_list_table.table td.o_web_studio_hook {
  border-left: 2px solid transparent;
  padding: 0;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table th.o-web-studio--col-hovered {
  outline: 1px dashed #1b1c1d;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table tr.o_data_row td.o-web-studio--col-hovered:not(.o_web_studio_hook) {
  opacity: .8;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table th.o-web-studio-editor--element-clicked {
  outline: 2px solid #1b1c1d;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table tr.o_data_row td.o-web-studio-editor--element-clicked:not(.o_web_studio_hook) {
  outline: 1px solid #1b1c1d;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table th.o_web_studio_hook > i {
  visibility: hidden;
  color: #1b1c1d;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table .o_web_studio_hook.o_web_studio_nearest_hook {
  cursor: pointer !important;
  border-left: 2px solid #1b1c1d;
}

.o_list_view .o_web_studio_list_view_editor .o_list_table.table .o_web_studio_hook.o_web_studio_nearest_hook > i {
  visibility: visible;
}



/* /web_studio/static/src/client_action/view_editor/editors/search/search_editor.scss */

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o-web-studio-search--drop-disable {
  opacity: 50%;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o-web-studio-editor--element-clickable:hover {
  cursor: pointer;
  outline: 1px dashed #1b1c1d;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o-web-studio-editor--element-clickable.o-web-studio-editor--element-clicked {
  outline: 2px solid #1b1c1d;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o_web_studio_hook :first-child {
  line-height: 0px;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o_web_studio_hook span.o_web_studio_hook_separator {
  display: block;
  position: relative;
  padding: 4px 0;
  border: 0px dashed transparent;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o_web_studio_hook.o_web_studio_nearest_hook {
  cursor: pointer !important;
  outline: none;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o_web_studio_hook.o_web_studio_nearest_hook span.o_web_studio_hook_separator {
  background-color: rgba(27, 28, 29, 0.02);
  border: 1px dashed rgba(27, 28, 29, 0.5);
  padding: 20px;
  margin: 4px 0;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o_web_studio_search_view_container {
  width: 700px !important;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o_web_studio_search_view_container .o_web_studio_search_sub_item {
  min-width: 220px;
}

.o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_search_view_editor .o_web_studio_search_autocompletion_container {
  max-width: 320px;
}



/* /web_studio/static/src/client_action/view_editor/interactive_editor/properties/properties.scss */

.o_web_studio_sidebar h3.o_web_studio_icon_container:after {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  opacity: .6;
  filter: invert(1);
}



/* /web_studio/static/src/client_action/view_editor/property/property.scss */

.o_web_studio_property .o_select_menu button span {
  text-transform: none;
}

.o_web_studio_property input:invalid {
  border: #d44c59 solid 1px !important;
}



/* /web_studio/static/src/client_action/view_editor/view_editor.scss */

.o_web_studio_editor .o_web_studio_editor_manager .o-draggable, .o_web_studio_editor .o_web_studio_editor_manager .o-draggable * {
  cursor: move !important;
}

.o_web_studio_editor .o_web_studio_editor_manager .o-draggable.o_dragged {
  transform: rotate(-5deg);
  box-shadow: 0 5px 25px -10px black;
  transition: transform 0.6s, box-shadow 0.3s;
}

.o_web_studio_editor .o_web_studio_editor_manager .o-draggable.o_dragged.o-draggable--drop-ready {
  opacity: 1 !important;
  line-height: 2;
  border: 2px solid #1b1c1d;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer {
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
  min-width: 0;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o_view_nocontent {
  left: 300px;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_widget_empty {
  background-color: #f2f2f2;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer div.o_td_label:empty::before {
  content: '\00a0';
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_show_invisible, .o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_show_invisible + .o-web-studio-element-ghost, .o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer div.o_td_label:empty {
  outline: 1px solid #00000010;
  background-image: repeating-linear-gradient(45deg, #FFFFFF60, #FFFFFF60 5px, #00000010 5px, #00000010 10px);
  background-attachment: fixed;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o_list_view > .o_content {
  padding: 0 12px;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o-web-studio-editor--element-clickable:hover {
  cursor: pointer;
  outline: 1px dashed #1b1c1d;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o-web-studio-editor--element-clicked:not(.o_dragged) {
  outline: 2px solid #1b1c1d !important;
}

.o_web_studio_editor .o_web_studio_editor_manager .o_web_studio_view_renderer .o_web_studio_hook {
  padding: .5px;
}



/* /web_studio/static/src/client_action/xml_resource_editor/xml_editor.scss */

.o_web_studio_xml_editor:not(.btn) {
  background: #262c34;
  width: min-content;
}

.o_web_studio_xml_editor:not(.btn) .o_web_studio_code_editor {
  height: 100%;
}

.o_web_studio_xml_editor:not(.btn) .o_web_studio_xml_resource_selector {
  background-color: #3a3f46;
  display: grid;
  grid-template-columns: auto min-content min-content;
  column-gap: 10px;
}

.o_web_studio_xml_editor:not(.btn) .o_web_studio_code_editor,
.o_web_studio_xml_editor:not(.btn) .o_web_studio_code_editor_info {
  background: #262c34;
}

.o_web_studio_xml_editor:not(.btn) .o_web_studio_code_editor .ace_gutter {
  background: #22272e;
}

.o_web_studio_xml_editor:not(.btn) .o_web_studio_code_editor {
  height: 100%;
}

.o_web_studio_code_editor_info .btn.o_field_translate {
  position: static;
  visibility: visible;
  margin-left: 4px;
  margin-right: 4px;
}



/* /web_studio/static/src/views/kanban_report/report_kanban_view.scss */

.o_studio_report_kanban_view .o_kanban_renderer .o_kanban_record .o_kanban_image {
  width: 40px;
}

.o_studio_report_kanban_view .o_kanban_renderer .o_kanban_record .oe_kanban_details {
  padding-left: 48px;
}

.o_studio_report_kanban_view .o_kanban_renderer .o_kanban_record .oe_kanban_details > small {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
/*# sourceMappingURL=/web/assets/539c5b9/web_studio.studio_assets.css.map */