a {
  cursor: pointer !important;
}
a:hover {
  color: #1890ff !important;
}

.login-container {
  background-color: aliceblue;
}

.login-container .container {
  width: 70%;
  min-height: 100vh;
}

.login-image {
  object-fit: cover;
  height: 100%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.login-form {
  padding: 2rem;
}

.login-form h2 {
  font-size: 26px;
  text-transform: capitalize;
}

.ant-layout-sider-children {
  min-height: 100vh;
}

.page-container {
  display: flex !important;
  flex-direction: column;
  min-height: 100vh; /* Chiều cao tối thiểu 100% viewport */
}

.page-content {
  flex: 1 !important; /* Đẩy nội dung pagination xuống dưới */
}

.page-content .ant-tag {
  font-size: 11px !important;
}

.page-title .title_right {
  width: auto !important;
  float: right !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.site_title {
  padding-left: 0px !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.required {
  color: red;
}

.clear-all-filter {
  cursor: pointer;
}

.mr-2 {
  margin-right: 1em !important;
}

.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: transparent !important;
}

.ant-btn {
  min-height: 27px !important;
  padding: 2px 6px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  height: 29px !important;
}

.ant-popover-inner .ant-btn {
  min-height: 24px !important;
  height: 24px !important;
  padding: 0 7px !important;
}

.ant-form-item-label > label {
  height: 40px;
}

.ant-input,
.ant-picker,
.ant-input-number,
.ant-select-selector {
  min-height: 31px !important;
  font-size: 11px !important;
  padding: 0px 11px !important;
  width: 100% !important;
}

.ant-select-item,
.ant-select-item-empty {
  font-size: 11px !important;
}

.ant-input-number {
  height: 31px !important;
}

.ant-form-item-label > label::after {
  content: '' !important;
}
.body-form {
  padding: 70px 0;
}

.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav,
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav {
  margin: 0 0 35px !important;
}

[nz-button] {
  margin-right: 8px;
  color: #fff;
}

.x_title span {
  color: #fff !important;
}

.mb-044 {
  margin-bottom: 0.44rem;
}

.red {
  color: red;
}

.highlight-row {
  background-color: #e8ecf4 !important;
}

.highlight-th {
  background-color: #d1daea !important;
}

.btn-box-shadow {
  box-shadow: 0 2px 0 rgba(0, 35, 65, 0.2) !important;
}

.btn-primary-custom {
  background-color: #194898 !important;
}

.text-primary {
  color: #1890ff !important;
}

.left_col {
  background-color: rgb(25, 72, 152);
}

.nav_title {
  background-color: rgb(25, 72, 152);
}

.ant-select-multiple .ant-select-selector {
  min-height: 40px;
}

.nav_menu {
  background: none;
}

.top_nav .navbar-right {
  margin: 0 13px !important;
}

.ant-layout-sider-collapsed .profile {
  display: none;
}

.ant-layout-sider-collapsed .logo {
  display: none;
}

.ant-layout-sider-collapsed .menu_section h3 {
  display: none;
}

.ant-layout-sider {
  background: #1a4898 !important;
}

.ant-menu.ant-menu-light,
.ant-menu-sub {
  background: #1a4898 !important;
  border-right: 0;
}

.ant-menu-light .ant-menu-item > span > a,
.ant-menu-submenu-title,
.ant-menu-submenu-arrow,
.ant-menu-light .anticon {
  color: #fff !important;
}

.ant-menu-item-selected .ant-menu-title-content a span,
.ant-menu-item-selected .anticon,
.ant-menu-sub .ant-menu-item-selected .ant-menu-title-content a {
  color: #1a4898 !important;
}

.ant-layout-header {
  height: 48px !important;
  line-height: 47px !important;
}

nz-content {
  margin: 0 5px;
}

.page-title {
  background-color: #fff !important;
  height: 57px !important;
}

.page-title .title_left {
  padding: 0 15px;
  width: 23% !important;
}

.page-title .title_left h4 {
  margin: 3px 0 !important;
  font-weight: 600;
}

.page-title .title_right .pull-right {
  margin: 2px 0 !important;
}

.pagination-container {
  text-align: right;
  padding: 6px 0;
  background: white;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e8e8e8;
}

.ant-pagination ul {
  padding: 0 13px !important;
}

.ant-pagination-item {
  min-width: 29px !important;
  height: 29px !important;
}

.ant-pagination-item,
.ant-pagination-total-text {
  line-height: 27px !important;
}

.ant-pagination li,
.ant-pagination .ant-select:not(.ant-select-customize-input) .ant-select-selector,
.ant-pagination .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination .ant-pagination-next .ant-pagination-item-link {
  border-radius: 8px !important;
  font-size: 11px !important;
}

.ant-pagination .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 32px !important;
}

.ant-pagination-total-text {
  float: left;
}

.ant-pagination-options-quick-jumper input {
  border-radius: 8px !important;
}

.ant-select {
  font-size: 11px !important;
}

.title_left h4 .fa {
  cursor: pointer;
  font-size: 19px !important;
}

.ant-table.ant-table-small .ant-table-thead > tr > th {
  padding: 1px 8px !important;
}

.ant-table,
.ant-table.ant-table-middle,
.ant-table.ant-table-small {
  font-size: 11px !important;
}

.custom-scroll-table .ant-table-body {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent !important;
}

.ant-menu {
  font-size: 12px !important;
}

.ant-form-item-label > label,
.ant-picker-input > input,
.ant-select,
.ant-input {
  font-size: 11px !important;
}

.formCreateRemainder .ant-form-item-label > label {
  font-size: 11px !important;
}

.formCreateRemainder .ant-input {
  font-size: 11px !important;
}

.delay-bg {
  background-color: #fe0000 !important;
  color: black;
  &:hover {
    background-color: #fe0000 !important;
    color: black;
  }
}

.on-going-bg {
  background-color: #ffffcb !important;
  color: black;
  &:hover {
    background-color: #ffffcb !important;
    color: black;
  }
}

.done-bg {
  background-color: #01b0f1 !important;
  color: black;
  &:hover {
    background-color: #01b0f1 !important;
    color: black;
  }
}

.input-bg {
  background-color: #fff !important;
  color: black;
  &:hover {
    background-color: #fff !important;
    color: black;
  }
}

.remove-border {
  border: none !important;
}

.ant-checkbox-inner {
  width: 14px !important;
  height: 14px !important;
}

.ant-table-cell
  .ant-select-status-success:not(.ant-select-customize-input).ng-touched
  .ant-select-selector,
.ant-table-cell
  .ant-select-status-success:not(.ant-select-customize-input).ng-dirty
  .ant-select-selector {
  border: 1px solid #40a9ff !important;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: transparent !important;
}

nz-select {
  width: 100%;
}

.ant-table-cell {
  padding: 7px 8px 2px 8px !important;
}

.ant-table-cell .ant-input,
.ant-table-cell .ant-picker,
.ant-table-cell .ant-input-number {
  margin: 0 0 3px 0 !important;
}

.ant-table-cell .ant-input-number-input {
  padding: 0 !important;
}
