#navi
{
margin: 0;
padding: 0
}

#navi li
{
	float: left;
	list-style: none;
}


#navi li ul
{
	padding: 2px;
	border: 2px solid white;
    background-color: white;
    border-width:3px;
    border-color: gray;
    box-shadow: 5px 5px 5px gray;
}

#navi li ul li
{
	float: none;
	display: block;
	background: #ffffff;
    white-space: nowrap;
}

#navi li ul a
{
	color: #0033cc;
	text-decoration: none;
	font-size:12px;
    cursor: pointer;
}

#navi li ul li:hover
{
	background: #ccc;
    cursor: pointer;
}
/*.nav {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  padding-left: 0;*/
/*  margin-bottom: 0;*/
/*  list-style: none;*/
/*  min-height:50px*/
/*}*/

.nav-link-smart-tech {
  display: block;
  padding: 0.5rem 0.5rem;
  color: #fff;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-weight: 700 !important;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link-smart-tech {
    transition: none;
  }
}
.nav-link-smart-tech:hover, .nav-link-smart-tech:focus {
  color: #fff;
  opacity:0.5;
}
.nav-link-smart-tech.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler-smart-tech {
    transition: none;
  }
}
.navbar-toggler-smart-tech:hover {
  text-decoration: none;
}
/* .navbar-toggler-smart-tech:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem;
  color: #000;
} */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: #fff;
}
.navbar-toggler-icon:hover {
  color: #000;
}

@media (min-width: 1200px) {
  /* .navbar-expand-smart-tech {
    flex-wrap: nowrap;
    justify-content: flex-start;
  } */
  /* .navbar-expand-smart-tech .navbar-nav {
    flex-direction: row;
  } */
  .navbar-expand-smart-tech .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-smart-tech .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-smart-tech .navbar-nav-scroll {
    overflow: visible;
  }
  /* .navbar-expand-smart-tech .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    width: 100%;
  } */
  /* .navbar-expand-smart-tech .navbar-toggler-smart-tech {
    display: none;
  } */
  .navbar-expand-smart-tech .offcanvas-header {
    display: none;
  }
  .navbar-expand-smart-tech .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-smart-tech .offcanvas-top,
.navbar-expand-smart-tech .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-smart-tech .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 0.75rem;
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
}
.navbar-brand:hover{
  color: #fff;
  opacity:0.5;
}
@media (max-width: 600px) {
  *{
    font-size: 14px;
  }
  .navbar-brand {
    font-size: 1.25rem;
  }
  #mySidenav{
    margin-top: 45px;
  }
  .navbar-nav .acc-title {
    font-size: 14px;
  }
}
.navbar-nav .acc-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-left: solid 2px #fff;
  padding-left: 5px;
  line-height: 20px;
}
.navbar-nav .acc-title p{
  margin: 0 5px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px){
  .navbar-nav .acc-title{
    border-left: 0px;
  }
}
.fa-angles-right{
  font-size: 20px;
  display: none;
}
.fa-angles-left{
  display: block;
  font-size: 20px;
}
/* 230823_Toan */
.navbar-toggler-smart-tech{
  background-color: unset !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}


/*.dropdown-submenu:hover>a:after {*/
/*  border-left-color: #fff;*/
/*}*/
.wrapper {
  position: relative;
  border-radius:5px;
}

li {
  position: static;
}
li .wrapper {
  position: absolute;
  z-index: 1001;
  display: none;
}
li:hover > .wrapper {
  display: block;
}

ul {
  margin: 1em;
  color: white;
  font-family: sans-serif;
  font-size: 16px;
}

li ul {
  margin: 0;
}
li .wrapper {
  cursor: auto;
}
li .wrapper li {
  padding: 0.5em;
}
li.parent,
li.parent_module_mobile {
  cursor: pointer;
  white-space: nowrap;
  hyphens: none;
}
/*.parent .wrapper {*/
/*  background : white;*/
/*}*/
.li_parent_module{
  padding:0.25rem 1.5rem;
}
li .wrapper ul {
  max-height: 350px;
  overflow-y: auto;
  padding: 3px;
  border-radius: 5px
}
.grayscale {
  filter: grayscale(100%);
  -webkit-filter: invert(50%);
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-sm{
  max-width: 400px;
}
#navi li ul a label
{
  cursor: pointer;
}

.bg_nav_bar{
  background-color: var(--bs_define-bg);
  display: flex;
  align-items: center !important;
}
#progress {
  height: 20px;
  margin-top: 0.6em;
}

#progress-bar {
  width: 0%;
  height: 100%;
  transition: width 500ms linear;
}

.progress-bar-danger {
  background: #d00;
}

.progress-bar-warning {
  background: #f50;
}

.progress-bar-success {
  background: #080;
}
#strength-icon{
  opacity: 0;
}
.color_pw_strength{
  color:black
}

/*Hungtm 240320*/
.wrapper_form,
.wrapper_form_mobile{
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 10px auto;
}

.form-control-disable {
  background: none !important;
  border: none;
  font-weight: bold;
}
.form-control_form{
  border-radius: 10px;
}

.label-user-setting {
  margin: 0 !important;
}

input[placeholder]{
  font-weight: 500;
}
.form-control_form:focus{
  box-shadow: none;
  border: 1.5px solid #0779e4;
}

.p-5-12 {
  padding: 2px 12px;
}
@media(max-width:576px){
  .wrapper_form,
  .wrapper_form_mobile{
    padding: 5px 10px;
  }
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  padding: 6px 0;
  width: 100% !important;
}
.wrapper_form >.row > * {
  max-width: 50% !important;
}

table.dataTable.table-bordered th:last-child, table.dataTable.table-bordered td:last-child {
  border-right: none;
}

.dt-scroll-headInner {
  width: 100% !important;
  box-sizing: border-box !important;
  /*padding-right: 10px !important;*/
}

.dt-scroll-headInner table {
    width: 100% !important;
}

.pagination li:first-child,
.pagination li:last-child {
  display: none !important;
}

.pagination {
  float: right;
}

.dt-length {
  margin-bottom: 5px;
}

.page-link .previous {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-link .next {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.modal-confirm {
  color: #636363;
  width: 325px;
  font-size: 14px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}
.modal-confirm.modal-dialog {
  margin-top: 80px;
}
.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  /*background: #82ce34;*/
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
  box-shadow: none !important;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #6fb32b;
  outline: none;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
.alert_background{
  /*default*/
  background: #82ce34;
}
.shadown_alert_content{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn-primary{
  background-color: var(--bs_define-bg) !important;
  border: 1px solid var(--bs_define-bg);
  color: #fff;
  border-radius: 5px;
  border-color: var(--bs_define-bg) !important;
}
.icon_help{
  cursor: pointer;
  font-weight: 900 !important;
}
.icon_help:hover {
  color: #fff;
  opacity:0.5;
}

/* Mobile display */
/* LangDC 250102 FCD-3303 */
.custom-icon-header-bars {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.side-menu-home {
  width: 70%;
  height: 100%;
  background-color: #fff;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-130%);
  transition: transform .5s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  overflow: auto;
}
.side-menu-home.active {
  transform: translateX(0);
}
.menu-home-header {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  background-color: var(--bs_define-bg);
  color: #fff;
}
.close-btn-menu-home {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 9999;
  transform: translateX(-1300%);
  transition: transform .5s ease-in-out;
  pointer-events: none; 
}
.close-btn-menu-home:focus {
  outline: none;
}
.close-btn-menu-home.active {
  transform: translateX(0);
  pointer-events: auto;
}
.menu-home-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-home-list span {
  font-size: 10pt;
}
.float_right {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 850px) {
  .desktop-display {
    display: none;
  }
  .mobile-display {
    display: block;
  }
  .collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    flex-basis: 0;
  }
  #navbarSupportedContent {
    display: flex;
    justify-content: end;
  }
  #navi.nav.navbar-nav.mr-auto {
    display: none;
  }
  #div_companyname_and_logout {
    display: none;
  }
  #icon_logout_mobile {
    display: block !important;
  }
  .footer-left-text,
  .footer-right-text {
    flex: unset;
  }
  .footer-right-text a {
    color: #fff;
  }
  .footer-copyright {
    padding: 0 !important
  }
  .container-fluid {
    min-height: unset !important;
  }
  .li_parent_module {
    display: flex;
    align-items: center;
    padding: 0.25rem .5rem;
  }
  .li_parent_module:hover {
    text-decoration: none;
  }
  .li_parent_module label {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-left: 6px;
    margin-bottom: 0;
    padding-right: 15px;
  }
  * {
    font-size: 12px;
  }
  .close-btn-menu-home {
    font-size: 25px;
  }
  #upload_run_mobile_content .btn {
    font-size: unset;
  }
  #user-name .project-header,
  .card-text-box {
    font-size: 1.25rem;
  }
  .card.box-my-produce {
    height: 50px !important;
  }
  #user-name {
    margin-top: 63px !important;
  }
  #all-projects .container-fluid {
    padding-top: 5px;
  }
  .sb-nav-fixed {
    min-height: unset;
  }
  .layout-content-module {
    height: calc(100vh - 255px);
  }
  #div_UserSettingTooltip .modal-header span {
    font-size: 20px;
  }
}

.footer-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 430px) {
  .footer-left-text,
  .footer-right-text {
    flex: 1 1 auto;
  }
}
@media (orientation: landscape) {
  .close-btn-menu-home {
    right: 100px !important
  }
}
@media (min-width: 851px) {
  .navbar-expand-smart-tech {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-smart-tech .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-smart-tech .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    width: 100%;
  }
  .navbar-expand-smart-tech .navbar-toggler-smart-tech {
    display: none;
  }
}
#user-name {
  margin-top: 6rem;
}
.footer-left-text:only-child,
.footer-right-text:only-child,
.footer-left-text[style*="display: block"],
.footer-right-text[style*="display: block"] {
  width: 100%;
}
/* LangDC 250602 FCD-3429 */
.menu-home-list {
  padding: 10px 0 10px 0;
  margin: 0 !important;
}
.div_wrapper {
  display: none;
  border-top: 1px solid var(--bs_define-bg);
  padding-top: 7px;
  margin-top: 6px;
}
.div_wrapper ul {
  padding-left: 30px;
}
.div_wrapper li {
  display: block;
  margin-bottom: 7px;
  border-bottom: 1px solid var(--bs_define-bg);
  padding-bottom: 5px;
}
.div_wrapper li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.div_wrapper li a {
  display: flex;
}
.div_wrapper li a:hover {
  text-decoration: none;
}
.div_wrapper li label {
  color: #333;
  font-size: 10pt;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-left: 6px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center !important;
  padding-right: 6px;
}
.menu-home-list .parent_module_mobile {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--bs_define-bg);
  margin: 0 7px 8px 7px;
  padding-bottom: 6px;
}
.top_row {
  display: flex;
  align-items: center;
}
/* LangDC 250603 FCD-3431 */
.wrapper_form_mobile {
  max-height: 66vh;
  max-width: 100vw;
  overflow: auto;
  margin: 0;
}
.p-2-5-2-3 {
  padding: 2px 5px 2px 3px;
}