body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.custom_select_dialog > .MuiFormControl-root > .MuiInputBase-root.Mui-disabled {
    color: rgba(0, 0, 0, 0.54) !important;
}

.custom_select_dialog > div > div > input:hover {
    cursor: pointer !important;
}
.MuiInputBase-input {
    color: black !important;
}
#LoginBranch {
    font-size: x-large !important;
}

.login-container {
	display: flex;
	flex: 1 1;
	height: 100vh;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }
  .login-form {
	max-width: 350px !important;
	padding: 25px !important;
	width: 100% !important;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 15px !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  }
  .login-form-title {
	color: #ffffff !important;
	font-size: 1.5rem !important;
	margin-bottom: 35px !important;
  }
  .login-form-button {
	margin-top: 25px !important;
  }
  .login-form-input {
	margin-bottom: 10px !important;
  }
  .login-form-link {
	margin-top: 5px !important;
	color: rgb(161, 181, 201);
	font-size: 12px !important;
	-webkit-text-decoration: underline rgba(161, 181, 201, 0.4);
	        text-decoration: underline rgba(161, 181, 201, 0.4);
  }
  .login-form-link:hover {
	-webkit-text-decoration: underline rgba(161, 181, 201, 0.7);
	        text-decoration: underline rgba(161, 181, 201, 0.7);
  }
  
  .login-form-link.forgot-password {
	text-align: left;
  }
  .login-form-link.registry {
	align-items: flex-end;
  }
  
  .login-form-checkbox {
  }
  
  .login-form-checkbox > label {
	color: #ffffff !important;
	font-size: 12px !important;
  }
  .login-form-link-label {
	cursor: pointer !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
  }

  .display-flex {
	display: flex;
	flex-direction: column;
	flex: 1 1;
}
.display-flex-row {
	flex-direction: row;
}
  .login-form-input-text > span {
	  color: black !important;
  }
  .login-form-input-text > input {
	color: black !important;
}
.login-form-input-text-select-item{
	color: black !important;
}
.login-form-input-text-select > div > div > div {
	color: black !important;
}
.canvasjs-chart-credit {
    display: none !important;
}
.react-grid-layout {
    position: relative;
    transition: height 200ms ease;
  }
  .react-grid-item {
    transition: all 200ms ease;
    transition-property: left, top;
  }
  .react-grid-item.cssTransforms {
    transition-property: transform;
  }
  .react-grid-item.resizing {
    z-index: 1;
    will-change: width, height;
  }
  
  .react-grid-item.react-draggable-dragging {
    transition: none;
    z-index: 3;
    will-change: transform;
  }
  
  .react-grid-item.dropping {
    visibility: hidden;
  }
  
  .react-grid-item.react-grid-placeholder {
    background: red;
    opacity: 0.2;
    transition-duration: 100ms;
    z-index: 2;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .react-grid-item > .react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    cursor: se-resize;
  }
  
  .react-grid-item > .react-resizable-handle::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 5px;
    height: 5px;
    border-right: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  }
  
  .react-resizable-hide > .react-resizable-handle {
    display: none;
  }
  
.react-resizable {
    position: relative;
  }
  .react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
    background-position: bottom right;
    padding: 0 3px 3px 0;
  }
  .react-resizable-handle-sw {
    bottom: 0;
    left: 0;
    cursor: sw-resize;
    transform: rotate(90deg);
  }
  .react-resizable-handle-se {
    bottom: 0;
    right: 0;
    cursor: se-resize;
  }
  .react-resizable-handle-nw {
    top: 0;
    left: 0;
    cursor: nw-resize;
    transform: rotate(180deg);
  }
  .react-resizable-handle-ne {
    top: 0;
    right: 0;
    cursor: ne-resize;
    transform: rotate(270deg);
  }
  .react-resizable-handle-w,
  .react-resizable-handle-e {
    top: 50%;
    margin-top: -10px;
    cursor: ew-resize;
  }
  .react-resizable-handle-w {
    left: 0;
    transform: rotate(135deg);
  }
  .react-resizable-handle-e {
    right: 0;
    transform: rotate(315deg);
  }
  .react-resizable-handle-n,
  .react-resizable-handle-s {
    left: 50%;
    margin-left: -10px;
    cursor: ns-resize;
  }
  .react-resizable-handle-n {
    top: 0;
    transform: rotate(225deg);
  }
  .react-resizable-handle-s {
    bottom: 0;
    transform: rotate(45deg);
  }
#MobuleScreen_TabsBlock .MuiTab-root {
    min-height: 40px !important;
}

#MobuleScreen_TabsBlock .MuiTabs-root {
    min-height: 0px !important;
}
.MuiInputBase-input {
    color: black !important;
}
.antd-tabs-container.antd-tab-small-bored-item .ant-tabs-tab {
  -webkit-border-radius: 20px !important;
  -webkit-border-top-right-radius: 100px !important;
  -moz-border-radius: 20px !important;
  -moz-border-radius-topright: 100px !important;
  border-radius: 20px !important;
  border-top-right-radius: 100px !important;
}

/* styles.css */
@keyframes floatButtonIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes floatButtonOut {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(20px);
  }
}

.floating-button-enter {
  animation: floatButtonIn 0.5s ease-out forwards;
}

.floating-button-exit {
  animation: floatButtonOut 0.5s ease-out forwards;
}

.THEME_PICKER_SMALL_INPUT {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS_NO_MARGIN {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.THEME_PICKER_SMALL_INPUT > .MuiOutlinedInput-root {
    border-radius: 0px !important;
    font-size: unset !important;
}

.THEME_PICKER_SMALL_INPUT > .MuiOutlinedInput-root > .MuiSelect-select {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}




.THEME_PICKER_SMALL_INPUT > .MuiOutlinedInput-root > div {
    margin-left: 0px !important;
}

.THEME_PICKER_SMALL_INPUT > .MuiOutlinedInput-root > div > button {
    padding: 0px !important;
}

.THEME_PICKER_SMALL_INPUT > .MuiOutlinedInput-root > input {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.rs-loader {
  display: block !important;
}

/* 🚫 CHỈ NGĂN MOBILE PULL-TO-REFRESH, DESKTOP VẪN CHO PHÉP F5 */
@media screen and (max-width: 768px), 
       screen and (hover: none) and (pointer: coarse) {
  html, body {
    overscroll-behavior: none !important;
    overscroll-behavior-y: none !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
  }

  #root {
    overscroll-behavior: none !important;
    touch-action: pan-x pan-y !important;
  }

  /* Ngăn bounce effect và pull gestures chỉ trên mobile */
  * {
    overscroll-behavior: none !important;
  }
}

/* Desktop giữ nguyên behavior mặc định */
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  html, body, #root {
    overscroll-behavior: auto !important;
    touch-action: auto !important;
  }
}

.BaseTable__row {
  border-bottom: 0px solid #eeeeee !important;
}

.BaseTable__header-row {
  border-bottom: 0px solid #eeeeee !important;
}

.btn-click-opacity:active {
  opacity: 0.2 !important;
  transition-duration: 0s !important;
}

.btn-click-opacity {
  transition-duration: 0.25s !important;
}

.ListSubheader_Remove_Sticky_Position_Drawer {
  position: unset !important;
}

.BottomNavigationAction>span {
  color: #ffffff !important;
}

.RES_GI_RoomTypeInHouse_List thead th {
  padding: 5px !important;
  color: black !important;
  text-align: center !important;
}

.RES_GI_RoomTypeInHouse_List tbody td {
  padding-left: 5px !important;
  padding-right: 5px !important;
  color: black !important;
}

.POS-TableDesign-Hover:hover {
  background-color: #ff8c00 !important;
}

.AntdModal-UserControl-Container {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: 8px !important;
}

.AntdModal-UserControl-Container>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
}

.AntdModal-UserControl-Container>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.AntdModal-UserControl-Container-Width-600>.ant-modal {
  width: 600px !important;
}

.AntdModal-UserControl-Container-Width-700>.ant-modal {
  width: 700px !important;
}

.AntdModal-UserControl-Container-Width-900>.ant-modal {
  width: 800px !important;
}

.AntdModal-UserControl-Container-NonePadMarHeader .ant-modal-header {
  padding: unset !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD_NOBG>div {
  border-radius: unset !important;
  padding-right: unset !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD_NOBG>div>input {
  text-align: center !important;
  color: white !important;
  font-weight: bold !important;
  font-size: large !important;
  padding: 10px 14px !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD {
  background-color: #008346 !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD>div {
  border-radius: unset !important;
  padding-right: unset !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD>div>input {
  text-align: center !important;
  color: white !important;
  font-weight: bold !important;
  font-size: large !important;
  padding: 10px 14px !important;
}

.HRM_EMP_PROFILE_REQUIRED_FIELDS {
  background-color: #ffe0c0 !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS_NO_MARGIN {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS_NO_MARGIN>.MuiOutlinedInput-multiline {
  padding: 5px 10px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS>.MuiOutlinedInput-root {
  border-radius: 0px !important;
  font-size: unset !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS>.MuiOutlinedInput-root>.MuiSelect-select {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS>.MuiOutlinedInput-root>input {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.gmatui-color-red>.MuiOutlinedInput-root>input {
  color: red !important;
}

.gmatui-font-weight-bold>.MuiOutlinedInput-root>input {
  font-weight: bold !important;
}

.GMAT_BSTBL_COMBO {
  margin: 0px !important;
  height: 100% !important;
}

.gmatui-mobile-view {
  margin-top: unset !important;
  margin-bottom: unset !important;
}

.gmatui-mobile-view>.MuiOutlinedInput-root {
  padding-top: 5px !important;
  padding-bottom: 5px !important;

}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS>.MuiOutlinedInput-adornedEnd {
  padding-right: 0px !important;
}

.GMAT_BSTBL_COMBO>.MuiOutlinedInput-adornedEnd {
  padding-right: 0px !important;
  height: 100% !important;
}

.GMAT_BSTBL_COMBO>.MuiOutlinedInput-adornedEnd>input {
  padding-right: 0px !important;
  padding-left: 5px !important;
}

.GMAT_BSTBL_COMBO_SPIN>div.ant-spin-nested-loading {
  height: 100% !important;
}

.GMAT_BSTBL_COMBO_SPIN>div.ant-spin-nested-loading>div.ant-spin-container {
  height: 100% !important;
}

.GMAT_BSTBL_COMBO_SPIN>div.ant-spin-nested-loading>div.ant-spin-container>div.custom_select_dialog {
  height: 100% !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS_PLACEHOLDER>label.MuiFormLabel-root.MuiInputLabel-outlined {
  font-size: 0.9rem !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS>.MuiOutlinedInput-root>div {
  margin-left: 0px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS>.MuiOutlinedInput-root>div>button {
  padding: 0px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_RADIO_FIELDS>span.MuiIconButton-root {
  padding: 2px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS_CHECKBOX {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS_CHECKBOX>span {
  color: black !important;
  font-size: unset !important;
}

.HRM_EMP_PROFILE_ATHIET_TEMPLATE_FIELDS_CHECKBOX>.MuiCheckbox-root {
  padding-left: 0px !important;
  padding-right: 2px !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD_POS {
  background-color: #cf8506 !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD_POS>div {
  border-radius: unset !important;
  padding-right: unset !important;
}

.GOODS_TYPE_LIST_DIALOG_SELECT_PICKER_HEAD_POS>div>input {
  text-align: center !important;
  color: white !important;
  font-weight: bold !important;
  font-size: large !important;
  padding: 12px 14px !important;
}

.MaterialListItemTextWrapperFullHeight>span {
  height: 100% !important;
}

.MATERIAL_UI_FIELDS_FORM {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.MATERIAL_UI_FIELDS_FORM>.MuiOutlinedInput-root {
  border-radius: 0px !important;
  font-size: unset !important;
}

.MATERIAL_UI_FIELDS_FORM>.MuiOutlinedInput-root>.MuiSelect-select {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.MATERIAL_UI_FIELDS_FORM>.MuiOutlinedInput-root>input {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.MATERIAL_UI_FIELDS_FORM>.MuiOutlinedInput-root>div {
  margin-left: 0px !important;
}

.MATERIAL_UI_FIELDS_FORM>.MuiOutlinedInput-root>div>button {
  padding: 0px !important;
}

.MATERIAL_UI_FIELDS_ALIGN_RIGHT>div>input {
  text-align: right !important;
}

.MATERIAL_UI_FIELDS_ALIGN_CENTER>div>input {
  text-align: center !important;
}

.AntdModal-UserControl-Container-Full {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-Full>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  height: 95% !important;
  width: 95% !important;
}

.AntdModal-UserControl-Container-Full>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-Full>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-Full>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.AntdModal-UserControl-Container-Half-Height {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-Half-Height>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  height: 95% !important;
}

.AntdModal-UserControl-Container-Half-Height>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-Half-Height>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-Half-Height>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.PDF_MOBILE_PAGINATION_CUSTOM_STYLES>ul>li>button {
  color: #ffffff !important;
  opacity: 0.35 !important;
}

.PDF_MOBILE_PAGINATION_CUSTOM_STYLES>ul>li>.Mui-selected {
  opacity: 1 !important;
  background-color: #ffffff !important;
  color: black !important;
}

.PDF_MOBILE_PAGE_CUSTOM_STYLES>canvas {
  width: 100% !important;
  height: auto !important;
}

.AntdModal-UserControl-Container-Half-Height-50 {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-Half-Height-50>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  height: 60% !important;
}

.AntdModal-UserControl-Container-Half-Height-50>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-Half-Height-50>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-Half-Height-50>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.AntdModal-UserControl-Container-No-Footer>div>.ant-modal-content>.ant-modal-footer {
  padding: unset !important;
}

.AntdModal-UserControl-Container-75 {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-75>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  width: 95% !important;
  max-width: 1024px !important;
}

.AntdModal-UserControl-Container-75>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;

  display: flex !important;
  flex-direction: column !important;
  height: 75% !important;
}

.AntdModal-UserControl-Container-Height-85>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  width: 95% !important;
  height: 85% !important;
  max-width: 1024px !important;
}

.AntdModal-UserControl-Container-Height-85>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;

  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-Height-95>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  width: 95% !important;
  height: 95% !important;
  max-width: 1024px !important;
}

.AntdModal-UserControl-Container-Height-95>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;

  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-75>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-Full-Large {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-Full-Large>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  height: 95% !important;
  width: 95% !important;
}

.AntdModal-UserControl-Container-Full-Large>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-Full-Large>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-Full-Large>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.AntdModal-UserControl-Container-75>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.SALES_CENTER_HOTEL_COMBO_WHITE>div>fieldset.MuiOutlinedInput-notchedOutline {
  border-color: white !important;
}

.SALES_CENTER_HOTEL_COMBO_WHITE>div>.MuiInputAdornment-positionEnd {
  color: white !important;
}

.BaseAdminContainer_AppendStyleChild_Flex>div {
  flex: 1 1 !important;
}

.disable-background-hover:hover {
  background-color: unset !important;
}

.ght-app-container {
  height: calc(100 * var(--vh)) !important;
}

.AntdModal-UserControl-Container-ViewPopup {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-ViewPopup>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
}

.AntdModal-UserControl-Container-ViewPopup>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-ViewPopup>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-ViewPopup>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.AntdModal-UserControl-Container-ViewPopup-AutoHeight>div {
  height: 95% !important;
}

.antd-wrraper-filter-grid {
  background-color: #f4f7fc !important;
}

.antd-wrraper-filter-grid>input {
  background-color: #f4f7fc !important;
  height: 100% !important;
  padding-left: 5px !important;
  padding-right: 25px !important;
  border: unset !important;
  box-shadow: unset !important;
}

.antd-wrraper-filter-grid:focus {
  background-color: #fffef0 !important;
}

.antd-wrraper-filter-grid>input:focus {
  background-color: #fffef0 !important;
}

.antd-select-item-list-container>.ant-select-selection {
  border-radius: unset !important;
}

.antd-select-item-list-container .ant-select-selection-item {
  display: flex !important;
  align-items: center !important;
  font-weight: bold !important;
  color: black !important;
}

.antd-select-item-list-container>.ant-select-selection>.ant-select-selection__rendered>.ant-select-selection-selected-value {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: bold !important;
  color: black !important;
}

.NavStyleRuntimeMousing:hover .NavStyleRuntimeMousing__Appeaer {
  /* width: unset !important;
  -webkit-transition: width 500ms;
  -moz-transition: width 500ms;
  transition: width 500ms; */
  display: flex !important;
}

.NavStyleRuntimeMousing__Appeaer {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  display: none !important;
}

.AntdModal-UserControl-Container-Half-Height-W800 {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-Half-Height-W800>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  height: 95% !important;
  width: 95% !important;
  max-width: 800px !important;
}

.AntdModal-UserControl-Container-Half-Height-W800>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-Half-Height-W800>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-Half-Height-W800>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.SalesCentral_PriceDetailsTable thead th {
  padding: 0px 5px 0px 5px !important;
  color: black !important;
  text-align: center !important;
}

.SalesCentral_PriceDetailsTable tbody td {
  padding-left: 5px !important;
  padding-right: 5px !important;
  color: black !important;
}

.MAT_FIELDS_TEXT_MULTILINE_FLEX {
  height: 100% !important;
}

.MAT_FIELDS_TEXT_MULTILINE_FLEX .MuiOutlinedInput-root {
  height: 100% !important;
}

.MAT_FIELDS_TEXT_MULTILINE_FLEX .MuiOutlinedInput-multiline {
  padding: 5px 5px !important;
  align-items: flex-start !important;
}

.MAT_FIELDS_TEXT_MULTILINE_FLEX .MuiOutlinedInput-multiline textarea {
  overflow: hidden !important;
  overflow-y: scroll !important;
  height: 100% !important;
}

.moveable-control-box .moveable-line {
  height: 0px !important;
}

.antd-tabs-container>.ant-tabs-content-holder>.ant-tabs-content {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
}

.antd-tabs-container>.ant-tabs-content-holder>.ant-tabs-content>.antd-tabpane-container-full-height {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
}

.ght-antd-tabs-container {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-75HRM {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-75HRM>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  width: 95% !important;
  height: 95% !important;
  max-width: 1024px !important;
}

.AntdModal-UserControl-Container-75HRM>div>.ant-modal-content {
  max-height: calc(100vh - 30px) !important;

  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.AntdModal-UserControl-Container-75HRM>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  overflow-y: auto !important;
}

.AntdModal-UserControl-Container-75HRM>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.ght-custom-theme_____ant-btn-transparent:not(.ant-btn-primary[disabled]) {
  background-color: transparent !important;
}

.ght-custom-theme_____ant-btn-transparent:not(.ant-btn-primary[disabled]):hover {
  background-color: transparent !important;
}

.ght-custom-theme-fos_____ant-btn-primary {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.AntdModal-UserControl-Container-Fullouse {
  overflow: unset !important;
  display: flex;
  /*!important;*/
  align-items: center !important;
  /* horizontal */
  justify-content: center !important;
  /* vertical */
}

.AntdModal-UserControl-Container-Fullouse>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  height: 100% !important;
  width: 100% !important;
  max-width: calc(100vw - 0px) !important;
}

.AntdModal-UserControl-Container-Fullouse>div>.ant-modal-content {
  max-height: calc(100vh - 0px) !important;

  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

.AntdModal-UserControl-Container-Fullouse>div>.ant-modal-content>.ant-modal-body {
  flex: 1 1 !important;
  /* overflow-y: auto !important; */
}

.AntdModal-UserControl-Container-Fullouse>div>.ant-modal-content>.ant-modal-header {
  padding: unset !important;
}

.GMAT_BSTBL_TEXTEDIT_SPIN>div.ant-spin-nested-loading {
  height: 100% !important;
}

.GMAT_BSTBL_TEXTEDIT_SPIN>div.ant-spin-nested-loading>div.ant-spin-container {
  height: 100% !important;
}

.GMAT_BSTBL_TEXTEDIT_SPIN>div.ant-spin-nested-loading>div.ant-spin-container>div.custom_select_dialog {
  height: 100% !important;
}

.GMAT_BSTBL_TEXTEDIT {
  margin: 0px !important;
  height: 100% !important;
}

.GMAT_BSTBL_TEXTEDIT>div {
  margin: 0px !important;
  height: 100% !important;
  padding: 5px 5px !important;
}

.GMAT_BSTBL_TEXTEDIT>.MuiOutlinedInput-adornedEnd {
  padding-right: 0px !important;
  height: 100% !important;
}

.GMAT_BSTBL_TEXTEDIT>.MuiOutlinedInput-adornedEnd>input {
  padding-right: 0px !important;
  padding-left: 5px !important;
}

.gtooltip-auto-ellipse-bstable-non {
  margin: unset !important;
  color: unset !important
}


.custom-autocomplete .MuiAutocomplete-option[data-focus="true"] {
  background-color: #b3e5fc;
  /* Màu nền khi focus */
  color: #000;
  /* Màu chữ khi focus */
}


.AntdModal-UserControl-Container-Fullouse_Web>div {
  top: unset !important;
  padding-bottom: unset !important;
  margin-bottom: unset !important;
  height: 100% !important;
  width: 100% !important;
  max-width: 1366px !important;
}

/* cuộn text PhucLH 13_09 */
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee {
  display: inline-block;
  transition: transform 0s;
}

.marquee span {
  display: inline-block;
  padding-left: 0%;
}

.marquee-container.focused .marquee {
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* .checkList .list-container .cb_view .cb {
  align-self: center;
  accent-color: blueviolet;
}

.checkList .list-container .cb {
  align-self: center;
  accent-color: blueviolet;
}
.checkList .list-container .titleCheckBox {
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  text-align: center;
  color: blueviolet;
}

.app {
  font-family: sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  height: 100vh;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  background-color: rgb(219, 217, 217);
}
.title {
  font-size: 22px;
  margin-bottom: 10px;
}
.listContainer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;

}
.checked-item,
.not-checked-item {
  margin-left: 10px;
}
.checked-item {
  text-decoration: line-through;
}

.checkList .list-container .cb_view {align-items: center;}


#grid { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto; } */

.cb {
  align-self: center;
  /* accent-color: blueviolet; */
}

 /*.checkList .list-container .cb {
  align-self: center;
  accent-color: blueviolet; 
}*/
._19fwseo15i7DX-HYq7vZEw {
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  text-align: center;
  /* color: blueviolet; */
}

/* .app {
  font-family: sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  height: 100vh;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  background-color: rgb(219, 217, 217);
} */
._3PrDY56YB7UKXjZjfSLR3e {
  font-size: 22px;
  margin-bottom: 10px;
}
._1VdCib2es3Sm6c-4M2muxs {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  gap: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;

}
.checked-item,
.not-checked-item {
  margin-left: 10px;
}
.checked-item {
  text-decoration: line-through;
}

.cb_view {align-items: center;}


#grid { display: grid; grid-template-columns: auto auto auto auto auto auto auto auto auto; }
.RStepBarStyleItem > div > div.ant-steps-item-content {
    display: block !important;
}


.RStepBarStyleItem > div > div.ant-steps-item-content {
    display: block !important;
}



.SALES_CENTER_HOTEL_COMBO {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.SALES_CENTER_HOTEL_COMBO_NO_MARGIN {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.SALES_CENTER_HOTEL_COMBO > .MuiOutlinedInput-root {
    
    
}

.SALES_CENTER_HOTEL_COMBO > .MuiOutlinedInput-root > .MuiSelect-select {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.SALES_CENTER_HOTEL_COMBO > .MuiOutlinedInput-root > input {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.SALES_CENTER_HOTEL_COMBO_PLACEHOLDER > label.MuiFormLabel-root.MuiInputLabel-outlined {
    font-size: .9rem !important;
}

.SALES_CENTER_HOTEL_COMBO > .MuiOutlinedInput-root > div {
    margin-left: 0px !important;
}

.SALES_CENTER_HOTEL_COMBO > .MuiOutlinedInput-root > div > button {
    padding: 0px !important;
}

.SALES_CENTER_HOTEL_COMBO_CHECKBOX {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.SALES_CENTER_HOTEL_COMBO_CHECKBOX > span {
    color: black !important;
    font-size: unset !important;
}

.SALES_CENTER_HOTEL_COMBO_CHECKBOX > .MuiCheckbox-root {
    padding-left: 0px !important;
    padding-right: 2px !important;
}

.SALE_CENTER_MOBILE_CHECKBOX {
    display: flex !important;
}

.SALE_CENTER_MOBILE_CHECKBOX > span {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.AntdModal-UserControl-Container-Popup {
    overflow: unset !important;
    display: flex ;/*!important;*/
    align-items: center !important; /* horizontal */
    justify-content: center !important; /* vertical */
}

.AntdModal-UserControl-Container-Popup > div {
    top: unset !important;
    padding-bottom: unset !important;
    margin-bottom: unset !important;
    width: 95% !important;
    height: 95% !important;
    max-width: 1024px !important;
}

.AntdModal-UserControl-Container-Popup > div > .ant-modal-content {
    max-height: calc(100vh - 30px) !important;
    
    display: flex !important;
    flex-direction: column !important;
    height: 95% !important;
}

.AntdModal-UserControl-Container-Popup > div > .ant-modal-content > .ant-modal-body {
    flex: 1 1 !important;
    overflow-y: auto !important;
}

.AntdModal-UserControl-Container-Popup > div > .ant-modal-content > .ant-modal-header {
    padding: unset !important;
}

.sales-central-grid {
  /* display: inline-block;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
  
}

.sales-central-footer {
  /* grid-column: 1 / -1; */
}

/* for demonstration purpose only */
.sales-central-grid {
  /* resize: horizontal; */
  /* overflow-x: auto; */
  /* border: 2px solid black; */
  /* box-sizing: border-box; */
  /* min-width: 104px; */
  /* max-width: 100%;
  width: auto; */
}

.sales-central-grid > * {
	float: left;
  /* display: block;
  justify-content: center;
  align-items: center; */
  /* min-height: 20vh; */
  /* color: white; */
}

.sales-central-grid-item > label > .MuiFormControlLabel-label {
	font-family: 'Times New Roman', Times, serif !important;
	font-size: 12px !important;
}
.sales-central-grid-item > label > .MuiCheckbox-root {
	padding: 0px !important;
}
.SALE_CENTER_MOBILE_CHECKBOX {
    display: flex !important;
}

.SALE_CENTER_MOBILE_CHECKBOX > span {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
