﻿@charset "UTF-8";
* {
  word-break: break-word;
}

#sidebar_container {
  width: 240px;
  position: relative;
  z-index: 30;
}
#sidebar_container:has(#sidebar.is-small) {
  width: 60px;
}
#sidebar_container #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.custom_progress {
  width: 100%;
  height: 16px;
  background: #ededed;
  border-radius: 8px;
  overflow: hidden;
}
.custom_progress div {
  height: 100%;
}
.custom_progress div span {
  padding-left: 6px;
  white-space: nowrap;
}

.custom_center .column {
  align-self: center;
}

.configs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#select_area {
  position: fixed;
  z-index: 9999999;
  background-color: blue;
  opacity: 0.1;
}

.configs img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  object-position: center center;
}

input[type=color] {
  height: 24px;
  width: 20px;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
}

input[disabled] {
  border-color: transparent;
  outline-color: transparent;
}

.user_item.is_highlight {
  position: relative;
}
.user_item.is_highlight span.icon {
  position: absolute;
  bottom: 0;
  left: -4px;
  background-color: #ff8b39;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.user_item.is_highlight span.icon span {
  font-size: 8px;
  color: white;
}

.icon-text.is-fullwidth {
  width: 100%;
  justify-content: space-between;
}

input[type=color]::-webkit-color-swatch {
  border-radius: 50%;
  border: none;
}

.avatar_list {
  display: flex;
}
.avatar_list .image {
  margin-right: -7px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  background-color: #dedede;
  border-radius: 50%;
}
.avatar_list .image.is-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  font-size: 11px;
  font-weight: 700;
}

.table.table_noborder tbody tr:hover {
  background-color: rgba(219, 219, 219, 0.3137254902) !important;
}
.table.table_noborder tbody tr:hover td {
  background-color: transparent;
}
.table.table_noborder tbody tr td {
  border-bottom: none !important;
  border-top: none !important;
}

.table .table_item_highlight:not(.is_sticky) {
  position: relative;
}
.table .table_item_highlight::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ff4a4a;
}
.table .is_duplicate:not(.is_sticky) {
  position: relative;
}
.table .is_duplicate::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff4242;
}

.dropdown.has_sticky.is-active, .dropdown.has_sticky.is-active:not(:hover) {
  z-index: 999;
}
.dropdown.has_sticky.is-active > .dropdown-menu, .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu {
  display: block;
  z-index: 999;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content, .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content {
  max-height: 400px;
  padding: 0;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1), .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9999;
  display: flex;
  gap: 8px;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown .dropdown-trigger, .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown .dropdown-trigger {
  width: fit-content;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown .dropdown-trigger span, .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown .dropdown-trigger span {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown.is-active .dropdown-menu, .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown.is-active .dropdown-menu {
  display: block;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown .dropdown-menu, .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(1) .dropdown .dropdown-menu {
  display: none;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(2), .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content a.dropdown-item:nth-of-type(2) {
  position: sticky;
  top: 40px;
  background-color: white;
  z-index: 99;
}
.dropdown.has_sticky.is-active > .dropdown-menu .dropdown-content a.dropdown-item:last-of-type, .dropdown.has_sticky.is-active:not(:hover) > .dropdown-menu .dropdown-content a.dropdown-item:last-of-type {
  position: sticky;
  bottom: 0;
  background-color: white;
  z-index: 99;
}

.quotaion-detail .table-fixed thead tr th {
  min-width: 100px;
}
.quotaion-detail .table-fixed tbody tr td:not(.is_sticky) {
  position: relative;
}
.quotaion-detail .table-fixed tbody tr td {
  user-select: none;
  min-width: 100px;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
.quotaion-detail .table-fixed tbody tr td.has_changed {
  position: relative;
}
.quotaion-detail .table-fixed tbody tr td.has_changed::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent #ff0000 transparent transparent;
}
.quotaion-detail .table-fixed tbody tr td[data-type=danhsachlink] {
  width: 350px;
  padding-right: 30px;
}
.quotaion-detail .table-fixed tbody tr td[data-type=danhsachlink]:hover .add_cell_below {
  display: block;
  z-index: 99;
}
.quotaion-detail .table-fixed tbody tr td[data-type=danhsachlink] .add_cell_below {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: var(--color-main);
}
.quotaion-detail .table-fixed tbody tr td[data-type=danhsachlink] .add_cell_below .icon-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 50%;
  color: white;
  background-color: var(--color-main);
}
.quotaion-detail .table-fixed tbody tr td.last-cell, .quotaion-detail .table-fixed tbody tr td[data-type=thoihan] {
  border-bottom-width: 1px !important;
}
.quotaion-detail .table-fixed tbody tr td:not(:last-child) {
  border-right: 1px solid #dbdbdb !important;
}
.quotaion-detail .table-fixed tbody tr td.is_selected, .quotaion-detail .table-fixed tbody tr td.is_selected[data-type=thoihan]:hover {
  background-color: rgba(219, 219, 219, 0.3137254902);
  border: 2px inset rgba(0, 0, 255, 0.2509803922) !important;
}
.quotaion-detail .table-fixed tbody tr td.is_selected a.icon-text, .quotaion-detail .table-fixed tbody tr td.is_selected[data-type=thoihan]:hover a.icon-text {
  display: none;
}
.quotaion-detail .table-fixed tbody tr td[data-type=thoihan], .quotaion-detail .table-fixed tbody tr td[data-type=vitri] {
  width: 150px;
  position: relative;
}
.quotaion-detail .table-fixed tbody tr td[data-type=thoihan]:hover a.icon-text, .quotaion-detail .table-fixed tbody tr td[data-type=vitri]:hover a.icon-text {
  display: block;
}
.quotaion-detail .table-fixed tbody tr td[data-type=thoihan] a.icon-text, .quotaion-detail .table-fixed tbody tr td[data-type=vitri] a.icon-text {
  position: absolute;
  display: none;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--color-main);
  color: white;
}
.quotaion-detail .table-fixed tbody tr td[data-type=vitri] {
  width: auto;
}
.quotaion-detail .table-fixed tbody tr td[data-type=vitri].is_expand {
  background-color: #dbdbdb;
}
.quotaion-detail .table-fixed tbody tr td .dropdown {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.quotaion-detail .table-fixed tbody tr td .dropdown .button:not(div) {
  border-radius: 50%;
  background-color: var(--color-main);
  color: white;
  width: 24px;
  height: 24px;
}
.quotaion-detail .table-fixed tbody tr td .dropdown .button:not(div) span.icon {
  position: relative;
  top: auto;
  right: auto;
}
.quotaion-detail .table-fixed tbody tr:last-child {
  border-bottom: 1px solid #dbdbdb !important;
}

.table_item {
  height: 29px;
  line-height: 29px;
  display: flex;
}
.table_item .dropdown {
  width: 100%;
}
.table_item .dropdown .dropdown-trigger {
  width: 100%;
}
.table_item .dropdown .dropdown-trigger .button, .table_item .dropdown .dropdown-trigger a {
  width: 100%;
}
.table_item *:has(.text_1_line) {
  width: 100%;
  overflow: hidden;
}

.table:has(th[rowspan]) tr:hover, .table:has(td[rowspan]) tr:hover {
  position: unset;
}
.table.no_border tr, .table.no_border th, .table.no_border td {
  border-width: 0px !important;
  border-color: transparent !important;
}
.table tbody tr td.has_sum {
  padding-right: 120px;
}
.table tbody tr td.has_sum .td_sum {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 100px;
  font-weight: bold;
  text-align: right;
}
.table td {
  max-width: 1px;
}
.table td .dropdown .dropdown-trigger .button {
  background-color: transparent;
}
.table td.is_sticky:hover {
  z-index: 999;
}
.table td.is_highlight * {
  color: red;
}
.table:not(.no_hover) tr:hover {
  background: #f1f1f1;
}
.table:not(.no_hover) tr:hover td.is_sticky, .table:not(.no_hover) tr:hover td {
  background: #f1f1f1;
}
.table tr.is_new, .table tr.is_new:hover, .table tr.is_new:not(.is-selected):hover {
  background-color: #f1f1f1 !important;
}
.table tr.is_new > td, .table tr.is_new > td.is_sticky, .table tr.is_new:hover > td, .table tr.is_new:hover > td.is_sticky, .table tr.is_new:not(.is-selected):hover > td, .table tr.is_new:not(.is-selected):hover > td.is_sticky {
  background-color: #ffefe4;
}

a .table.datepicker_small .daterangepicker .calendar-table td {
  height: 16px;
  line-height: 16px;
}

.daterangepicker select, .daterangepicker select:focus, .daterangepicker select:active, .daterangepicker select:focus-visible {
  border: none;
  outline: none;
}
.daterangepicker select:hover, .daterangepicker select:focus:hover, .daterangepicker select:active:hover, .daterangepicker select:focus-visible:hover {
  color: var(--color-main);
}
.daterangepicker th.available:hover {
  background-color: transparent !important;
}
.daterangepicker th.available:hover span {
  color: var(--color-main);
  border-color: var(--color-main);
}

.table-edit.dropdown_full .dropdown.is-fullwidth {
  position: relative;
  width: 100%;
  max-width: none;
}
.table-edit.dropdown_full .dropdown.is-fullwidth .dropdown-trigger {
  width: 100%;
}
.table-edit.dropdown_full .dropdown.is-fullwidth .dropdown-trigger .button {
  width: 100%;
  gap: 4px;
}
.table-edit.dropdown_full .dropdown.is-fullwidth .dropdown-trigger .button :first-child:not(.icon):not(img) {
  width: calc(100% - 24px);
  flex: 1 1 0%;
  text-align: left;
}
.table-edit.dropdown_full .dropdown.is-fullwidth .dropdown-trigger .button .icon {
  padding-right: 4px;
}

#sidebar .widget {
  position: relative;
  padding: 8px 18px;
  height: 40px;
  margin-bottom: 24px;
}
#sidebar .widget.is-active .widget_menu {
  display: block;
}
#sidebar .widget .button.widget_toggle {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  justify-content: flex-start;
}
#sidebar .widget .button.widget_toggle .icon-text .icon {
  margin-right: 8px;
}
#sidebar .widget .button.widget_toggle .icon-text > span:not(.icon) {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  transition: all 200ms ease;
  overflow: hidden;
  opacity: 1;
}
#sidebar .widget .widget_menu {
  position: absolute;
  display: none;
  left: calc(100% + 8px);
  bottom: 0;
  padding: 16px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  z-index: 999999;
}
#sidebar .widget .widget_menu .button {
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  justify-content: flex-start;
}
#sidebar .widget .widget_menu .button:hover {
  background-color: rgba(255, 139, 57, 0.1254901961);
}
#sidebar .widget .widget_menu .button + .button {
  margin-top: 16px;
}
#sidebar .widget .widget_menu .button .icon-text .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--color-main);
  margin-right: 8px;
}
#sidebar .widget .widget_menu .button .icon-text span:not(.icon) {
  padding-right: 8px;
}
#sidebar.is-small:not(:hover) .widget .button.widget_toggle .icon-text .icon {
  margin-right: 0;
}
#sidebar.is-small:not(:hover) .widget .button.widget_toggle .icon-text > span:not(.icon) {
  width: 0;
  opacity: 0;
}

.label.input:has(.input:focus) {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.label.input:has(.input:focus) > span.input > span::after {
  content: "|";
  opacity: 1;
}

.label.input > span.input > span:empty::after {
  opacity: 0.3;
  content: "Nhập số điện thoại";
}

.widget_order .table > thead > tr > th {
  background-color: #FAFAFA;
  color: #34302A;
  font-weight: 700;
}
.widget_order .table tbody tr:has(.dropdown.is_fixed.is-active):hover {
  z-index: 9999;
}
.widget_order .table tbody tr td:has(.dropdown.is_fixed.is-active) {
  z-index: 9999;
}

.dropdown.is_fixed.is-active > .dropdown-menu {
  display: block !important;
}
.dropdown.is_fixed > .dropdown-menu {
  height: fit-content;
  width: fit-content;
  min-width: fit-content;
  position: fixed;
  left: unset;
  top: unset;
}
.dropdown.is_fixed > .dropdown-menu .dropdown-content {
  width: fit-content;
  height: fit-content;
  max-height: 400px;
}

.dropdown .dropdown-content:has(.scroll) {
  display: flex;
  flex-direction: column;
}
.dropdown .dropdown-content:has(.scroll) .scroll {
  flex: 1;
  padding: 8px;
}
.dropdown .dropdown-content:has(.scroll) .scroll li {
  margin-bottom: 8px;
}
.dropdown .dropdown-content:has(.scroll) .scroll li:last-of-type:has(.button) {
  margin-bottom: 0;
}

.input_validate {
  position: absolute;
  top: 100%;
}

.widget_order .modal-card-body > .columns {
  align-items: stretch;
}
.widget_order *:not(.dropdown) div.input {
  border-color: transparent;
  outline-color: transparent;
  box-shadow: none;
  padding-left: 0;
}
.widget_order *:not(.dropdown) div.input:hover, .widget_order *:not(.dropdown) div.input:focus, .widget_order *:not(.dropdown) div.input:active {
  box-shadow: none;
  border-color: #dbdbdb;
  border-color: transparent;
  outline-color: transparent;
  box-shadow: none;
}
.widget_order *:not(.dropdown) div.input:empty {
  position: relative;
  padding-left: 0;
}
.widget_order *:not(.dropdown) div.input:empty::after {
  content: "Dữ liệu trống";
  font-style: italic;
  opacity: 0.3;
}

.icon:has(.icon-sticky) {
  position: relative;
}

.icon-sticky {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4242;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  font-weight: 700;
}

section.is_border {
  border: 1px solid #EAE1D8;
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
}

#sidebar_container #sidebar .scroll li {
  margin-bottom: 12px;
}
#sidebar_container #sidebar .scroll li .sidebar_item .icon:not(.is-left) {
  height: 16px;
  width: 16px;
}
#sidebar_container #sidebar .scroll li .sidebar_item .icon:not(.is-left) .material-icons-outlined {
  font-size: 1rem;
}
#sidebar_container #sidebar .scroll li .sidebar_item > span:not(.icon) {
  font-size: 14px;
  padding-left: 14px;
}
#sidebar_container #sidebar > ul:not(.scroll) li .icon {
  height: 16px;
  width: 16px;
}
#sidebar_container #sidebar > ul:not(.scroll) li .icon .material-icons-outlined {
  font-size: 1rem;
}
#sidebar_container #sidebar > ul:not(.scroll) li span:not(.icon):not(.material-icons-outlined):not(.icon-text) {
  font-size: 14px;
  padding-left: 14px;
}

.custom-gauge {
  width: 300px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.custom-gauge .gauge {
  top: 0;
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: rotate(-90deg);
  z-index: 1;
}
.custom-gauge .gauge-value {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.card.is_gradient {
  background: linear-gradient(89deg, #F36400 0.05%, #FF8C4E 112.27%);
  border-color: transparent;
  color: white;
}

.custom_datepicker {
  position: relative;
}
.custom_datepicker .field {
  margin-bottom: 0;
}
.custom_datepicker.is_medium .custom_datepicker_calendar .custom_datepicker_body {
  gap: 16px;
}
.custom_datepicker .custom_datepicker_from.has_week > span, .custom_datepicker .custom_datepicker_to.has_week > span {
  position: absolute;
  top: 0;
  left: 8px;
  display: flex;
  height: 100%;
  z-index: 8;
  align-items: center;
}
.custom_datepicker .custom_datepicker_calendar {
  position: absolute;
  top: calc(100% + 1rem);
  padding: 1rem;
  left: 0;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
  z-index: 99;
  border-radius: 8px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 325px;
}
.custom_datepicker .custom_datepicker_calendar.is_right {
  right: 0 !important;
  left: auto;
}
.custom_datepicker .custom_datepicker_calendar.is_bottom {
  top: calc(100% + 1rem) !important;
  bottom: auto !important;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_header {
  gap: 10px;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_header .control:nth-of-type(2), .custom_datepicker .custom_datepicker_calendar .custom_datepicker_header .control:nth-of-type(3) {
  flex: 1;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_header select {
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_body {
  display: flex;
  flex-wrap: wrap;
  min-width: 280px;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_body li {
  cursor: pointer;
  min-width: 40px;
  width: 14.2857142857%;
  text-align: center;
  padding: 5px;
  user-select: auto;
}
.custom_datepicker .custom_datepicker_calendar .custom_datepicker_body li:not(.has-text-weight-bold):hover, .custom_datepicker .custom_datepicker_calendar .custom_datepicker_body li.is-active {
  background-color: #eff5ff;
}
.custom_datepicker .custom_datepicker_calendar > .columns {
  justify-content: center;
  margin-top: 1rem;
}
.custom_datepicker .custom_datepicker_calendar > .columns .column {
  text-align: center;
}
.custom_datepicker .custom_datepicker_calendar > .columns .column .input {
  font-weight: 700;
}
.custom_datepicker.is_minimal {
  height: 30px;
}
.custom_datepicker.is_minimal .custom_datepicker_input {
  height: 100%;
  cursor: pointer;
}
.custom_datepicker.is_minimal .custom_datepicker_icon .button.is-link {
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  height: 100%;
}
.custom_datepicker.is_minimal .custom_datepicker_icon .button.is-link .icon {
  height: 1rem;
  width: 1rem;
  margin: 0;
  padding: 0;
  color: inherit;
}
.custom_datepicker.is_minimal .custom_datepicker_icon .button.is-link .icon span, .custom_datepicker.is_minimal .custom_datepicker_icon .button.is-link .icon i {
  font-size: 1rem !important;
}
.custom_datepicker.is_minimal .custom_datepicker_from, .custom_datepicker.is_minimal .custom_datepicker_to {
  margin-left: 4px;
}
.custom_datepicker.is_minimal .custom_datepicker_from.has_week > span, .custom_datepicker.is_minimal .custom_datepicker_to.has_week > span {
  font-size: 12px;
}
.custom_datepicker.is_minimal .custom_datepicker_from.has_week .input, .custom_datepicker.is_minimal .custom_datepicker_to.has_week .input {
  padding-left: 35px;
}
.custom_datepicker.is_minimal .custom_datepicker_to {
  position: relative;
  margin-left: 8px;
}
.custom_datepicker.is_minimal .custom_datepicker_to:has(.input.has-text-white)::after {
  color: white;
}
.custom_datepicker.is_minimal .custom_datepicker_to:has(.input.has-text-transparent)::after {
  color: transparent;
}
.custom_datepicker.is_minimal .custom_datepicker_to::after {
  content: "-";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-52%);
}
.custom_datepicker.is_minimal .input {
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  cursor: pointer;
  background: none;
}

input[type=color] {
  height: 24px;
  width: 20px;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
}

.textarea-container .dummy {
  display: block;
  height: auto;
}
.textarea-container textarea.input.is_line {
  opacity: 0;
  pointer-events: none;
  top: 0;
}
.textarea-container:hover .dummy {
  display: none;
}
.textarea-container:hover textarea.input.is_line {
  opacity: 1;
  pointer-events: all;
  position: relative;
  height: auto;
}

.custom_virtualize_body {
  position: absolute;
  width: 100vw;
  height: calc(100vh + 1000px);
  top: -500px;
  left: 0;
  pointer-events: none;
}

.is-vcentered {
  align-items: center;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.maxw-full {
  max-width: 100% !important;
}

.maxh-full {
  max-height: 100% !important;
}

.minw-full {
  min-width: 100% !important;
}

.minh-full {
  min-height: 100% !important;
}

.w-content {
  width: fit-content;
}

.h-content {
  height: fit-content;
}
