pre {
  font: inherit;
}

.form-group label {
  font-size: inherit;
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

[class^="col-"],
[class*=" col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-tabset > .nav.nav-tabs {
  white-space: nowrap;
  overflow: auto hidden;
}

.home-tabset > .nav.nav-tabs > li {
  float: none;
  display: inline-block;
}

.tab-content {
  padding: 0 !important;
}

.btn:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.flex-align-end {
  align-items: flex-end;
}

.close.close-center {
  vertical-align: middle;
}

.p-0 {
  padding: 0px !important;
}

.w-100 {
  width: 100%;
}

.index-margin {
  margin-top: 15px;
}

aside.al-sidebar {
  width: 220px;
}

.slimScrollBar {
  margin-left: 43px !important;
}

.al-content {
  padding: 8px 10px !important;
}

.font-desc {
  font-weight: inherit;
  padding-left: 0px;
}

.boder-menu {
  border: 2px solid rgba(0, 0, 0, 0.12);
  height: 364px;
}

textarea {
  resize: none;
  max-width: 100%;
}

.min-width {
  width: 1px;
}

.pointer {
  cursor: pointer;
}

.margin-input {
  margin-top: 15px;
  margin-bottom: 15px;
}

.height-textarea {
  height: 84px !important;
}

.padding-edit-input {
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

.editable-wrap {
  width: 100%;
}

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

.uib-select-different .ui-select-bootstrap.ui-select-container {
  width: 195px;
}

.center {
  text-align: center;
}

.display-longtext {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0px !important;
  font-size: 12px;
  cursor: pointer;
}

.uib-timepicker {
  border: none;
}

.width-collapse-code {
  width: 80px;
}

.width-collapse-note {
  width: 120px;
}

.width-collapse-desc {
  width: 150px;
}

.count-style {
  font-weight: initial;
  padding-right: 10px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.table-wrapper {
  position: relative;
}

.table-wrapper .table-scroll {
  height: 120px;
  overflow: auto;
  border: 1px solid;
}

.table-wrapper .table-scroll table thead th .text {
  position: absolute;
  margin-top: -8px;
}

@media (max-width: 768px) {
  .captcha {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .al-content {
    margin-left: 0px !important;
    padding: 8px 10px !important;
  }
}

a.al-logo span {
  color: #d4232d !important;
}

a.al-logo:hover {
  color: #d4232d !important;
}

#svgCaptcha svg {
  background-color: white;
  fill: white;
}

.color-button {
  color: #666;
  font-weight: 400;
  font-size: 14px !important;
}

.color-button:hover,
.color-button:active,
.color-button:focus {
  color: #666;
  font-weight: 400;
}

table {
  overflow: hidden !important;
}

table tr th {
  font-weight: bold;
  font-size: 12px;
}

table tr td {
  font-size: 12px;
}

p {
  font-size: 12px !important;
}

body {
  font-size: 14px;
}

.editable-wrap {
  white-space: normal !important;
  color: #000 !important;
}

table {
  border: 1px solid #dcdc;
  font-size: 12px;
}

table tr th {
  font-weight: bold;
}

table tr td {
  line-height: 34px !important;
}

.d-inline-flex {
  display: inline-flex;
}

li.tag-item {
  color: black !important;
  background: white !important;
}

.biller-image-container {
  white-space: nowrap;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.biller-image-container .image-preview {
  display: inline-block;
  position: relative;
  margin: 5px;
  height: 200px;
  width: auto;
}

.biller-image-container .image-preview img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.biller-image-container .image-preview .image-preview-btn {
  position: absolute;
  opacity: 0;
}

.biller-image-container .image-preview:hover .image-preview-btn {
  opacity: 1;
}

hr.hr-style {
  border-top: 1px solid #cbcbcb;
}

.nav {
  flex-wrap: nowrap;
}

.list-style-none {
  list-style: none;
}

.color-white {
  color: white;
}

.bold {
  font-weight: bold !important;
}

.word-break-all {
  word-break: break-all;
}

.al-user-profile img {
  background-color: white;
}

.avatar-image {
  max-height: 100%;
  max-width: 100%;
  height: 150px;
  width: 200px;
  object-fit: cover;
}

.hover-image {
  position: relative;
}

.hover-image::after {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./../images/upload.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hover-image:hover::after {
  opacity: 0.6;
}

.margin-top {
  margin-top: 15px;
}

.padding-top {
  margin-top: 15px;
}

.margin-right {
  margin-right: 15px;
}

.padding-right {
  margin-right: 15px;
}

.margin-left {
  margin-left: 15px;
}

.padding-left {
  margin-left: 15px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.padding-bottom {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .margin-top-sm {
    margin-top: 15px;
  }

  .padding-top-sm {
    margin-top: 15px;
  }

  .margin-right-sm {
    margin-right: 15px;
  }

  .padding-right-sm {
    margin-right: 15px;
  }

  .margin-left-sm {
    margin-left: 15px;
  }

  .padding-left-sm {
    margin-left: 15px;
  }

  .margin-bottom-sm {
    margin-bottom: 15px;
  }

  .padding-bottom-sm {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .margin-top-md {
    margin-top: 15px;
  }

  .padding-top-md {
    margin-top: 15px;
  }

  .margin-right-md {
    margin-right: 15px;
  }

  .padding-right-md {
    margin-right: 15px;
  }

  .margin-left-md {
    margin-left: 15px;
  }

  .padding-left-md {
    margin-left: 15px;
  }

  .margin-bottom-md {
    margin-bottom: 15px;
  }

  .padding-bottom-md {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .margin-top-lg {
    margin-top: 15px;
  }

  .padding-top-lg {
    margin-top: 15px;
  }

  .margin-right-lg {
    margin-right: 15px;
  }

  .padding-right-lg {
    margin-right: 15px;
  }

  .margin-left-lg {
    margin-left: 15px;
  }

  .padding-left-lg {
    margin-left: 15px;
  }

  .margin-bottom-lg {
    margin-bottom: 15px;
  }

  .padding-bottom-lg {
    margin-bottom: 15px;
  }
}

.form-horizontal .form-control-1 {
  display: block;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  margin: 0;
}

.form-control-1 {
  display: block;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  margin: 0;
}

.form-horizontal .form-control-2 {
  display: block;
  min-height: 82px;
  max-height: 82px;
  height: 82px;
  margin: 0;
}

.form-control-2 {
  display: block;
  min-height: 98px;
  max-height: 98px;
  height: 98px;
  margin: 0;
}

.form-horizontal .form-control-3 {
  display: block;
  min-height: 136px;
  max-height: 136px;
  height: 136px;
  margin: 0;
}

.form-control-3 {
  display: block;
  min-height: 168px;
  max-height: 168px;
  height: 168px;
  margin: 0;
}

.form-horizontal .form-control-4 {
  display: block;
  min-height: 190px;
  max-height: 190px;
  height: 190px;
  margin: 0;
}

.form-control-4 {
  display: block;
  min-height: 238px;
  max-height: 238px;
  height: 238px;
  margin: 0;
}

label.form-control-1,
.form-control-label {
  line-height: 28px;
}

.form-common .form-group > label:nth-child(even) {
  font-weight: bold;
}

.input-group-addon-default {
  background: none;
}

.ratio-container {
  position: relative;
  width: 100%;
}

.ratio-container.ratio-1-1 {
  padding-top: 100%;
}

.ratio-container.ratio-1-2 {
  padding-top: 200%;
}

.ratio-container.ratio-1-3 {
  padding-top: 300%;
}

.ratio-container.ratio-1-4 {
  padding-top: 400%;
}

.ratio-container.ratio-2-1 {
  padding-top: 50%;
}

.ratio-container.ratio-2-3 {
  padding-top: 150%;
}

.ratio-container.ratio-2-4 {
  padding-top: 200%;
}

.ratio-container.ratio-3-1 {
  padding-top: 33.3333333333%;
}

.ratio-container.ratio-3-2 {
  padding-top: 66.6666666667%;
}

.ratio-container.ratio-3-4 {
  padding-top: 133.3333333333%;
}

.ratio-container.ratio-4-1 {
  padding-top: 25%;
}

.ratio-container.ratio-4-2 {
  padding-top: 50%;
}

.ratio-container.ratio-4-3 {
  padding-top: 75%;
}

.ratio-container .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

@media (min-width: 768px) {
  .d-block-sm {
    display: block;
  }

  .d-inline-block-sm {
    display: inline-block;
  }

  .d-flex-sm {
    display: flex;
  }
}

@media (min-width: 992px) {
  .d-block-md {
    display: block;
  }

  .d-inline-block-md {
    display: inline-block;
  }

  .d-flex-md {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .d-block-lg {
    display: block;
  }

  .d-inline-block-lg {
    display: inline-block;
  }

  .d-flex-lg {
    display: flex;
  }
}

request-loader-display {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 904;
}

request-loader-display .progress {
  height: 100%;
  overflow: visible;
}

request-loader-display .progress .progress-bar {
  position: relative;
  background-image: linear-gradient(-90deg, #8ebde4, rgba(0, 0, 0, 0) 30px),
    linear-gradient(90deg, #337ab7, #276da9);
}

request-loader-display .progress .progress-bar::before {
  content: " ";
  box-shadow: 5px 0px 20px 2px #6987ff;
  width: 20px;
  display: block;
  height: 3px;
  float: right;
  position: absolute;
  right: 0px;
}

.repeat-with-delimiter:not(:last-child)::after {
  content: ", ";
}

.table > tbody > tr > td.list-action-cell {
  padding-right: 8px !important;
  width: 8px !important;
}

.table > tbody > tr > td > button.list-action-cel {
  padding-right: 8px !important;
  width: 8px !important;
}

.badge-common {
  width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
  color: white !important;
}

.badge-list {
  width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-bottom: 0px !important;
}

.btn-common {
  width: 90px;
}

.btn-remove {
  width: 100%;
}

.btn-list {
  float: right;
  width: 120px;
}

.margin-left-sm {
  margin-left: 10px;
}

form.group + form.group {
  margin-left: -5px;
}

.border-rad-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.border-rad-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.btn-margin {
  margin-top: 6px;
  margin-bottom: 6px;
}

.btn-three-button {
  width: 94px !important;
}

.button-lang {
  width: 100px !important;
}

.button-color {
  background-color: #2b3990 !important;
  color: white !important;
}

.button-color:hover {
  color: white !important;
}

.button-color:focus {
  color: white !important;
}

.mr-button-small {
  margin-right: 10px;
}

.ml-button-small {
  margin-left: 10px;
}

.ml-button-single-small {
  margin-left: 6px;
}

.btn-margin {
  margin-top: 4px;
}

.btn-padding-right {
  padding-right: 10px;
}

.btn-font-unlock {
  font-size: 20px !important;
}

.button-small {
  padding: 3px !important;
  font-size: 12px !important;
}

.btn:focus,
.btn-default:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-success-border:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-link:focus {
  box-shadow: none;
}

.panel-heading {
  position: relative;
}

.panel-heading .panel-title {
  font-size: 30px;
}

.panel-heading-action {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  right: 22px;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-20 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}

.dragdrop ul[dnd-list] {
  max-height: 364px;
  overflow-y: hidden;
}

.dragdrop ul[dnd-list]:hover {
  overflow-y: auto;
}

.dragdrop ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}

.dragdrop ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

.table-right {
  border: 1px solid;
}

.input-detail[disabled] {
  color: #333;
}

.subSelect {
  margin-top: 10px;
}

.tabs-left {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-right: 10px;
}

.tabs-left .nav.nav-tabs {
  display: block;
  background: white !important;
  width: 100%;
}

.tabs-left .nav.nav-tabs li a {
  color: black !important;
}

.tabs-left .nav.nav-tabs li.active a {
  background-color: #edf6e4 !important;
  font-weight: bold;
}

.tabs-left .nav.nav-tabs li:hover a {
  background-color: #edf6e4 !important;
  font-weight: bold;
}

@font-face {
  font-family: "mainFont";
  src: url("../fonts/SanFranciscoText-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

.al-sidebar {
  transition: width 0.5s;
  min-height: auto;
  height: auto;
  bottom: 0;
}

.al-sidebar .slimScrollBar,
.al-sidebar .slimScrollRail {
  left: 226px;
}

.al-main {
  transition: margin-left 0.5s;
}

a,
button {
  cursor: pointer;
}

html,
body {
  height: 100%;
}

.page-top {
  width: 100%;
  background-color: #fff;
}

body {
  font-size: 14px;
  word-wrap: break-word;
  font-family: sans-serif;
}

.navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}

@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}

@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }

  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }

  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .main-header {
    position: relative;
  }

  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }

  .main-header .navbar {
    margin: 0;
  }

  .main-header .navbar-custom-menu {
    float: right;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none !important;
  }

  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

.notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 650px;
  padding: 0 0 0 0;
  margin: 0;
  top: 56px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.navbar-nav
  > .notifications-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}

.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}

.dropdown-menu > li > a {
  color: #777;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}

.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}

.dropdown-menu > .divider {
  background-color: #eee;
}

@media screen and (max-width: 830px) {
  .lb {
    position: absolute;
    top: 16px;
    right: 92px;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 0.9;
  }

  .panel-sty {
    width: 100%;
  }

  .text-noti {
    display: none;
  }

  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav
    > .messages-menu
    > .dropdown-menu
    .navbar-nav
    > .tasks-menu
    > .dropdown-menu {
    right: 15%;
    width: 350px;
    padding: 0 0 0 0;
    margin: 0;
    top: 68px;
  }
}

@media screen and (max-width: 321px) {
  .al-user-profile {
    margin: 10px 0;
  }

  .user-profile {
    float: right;
    min-width: 70px !important;
    margin-top: 5px;
  }

  .li-noti {
    padding: 0px !important;
    margin-top: 10px;
  }

  .al-user-profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .lb {
    position: absolute;
    top: 15px;
    right: 71px;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 0.9;
  }
}

@media screen and (min-width: 831px) {
  .lb {
    position: absolute;
    top: 2px;
    right: 19px;
    text-align: center;
  }

  .panel-sty {
    width: 70%;
    margin: auto;
  }
}

@media only screen and (max-width: 400px) {
  /* .lb{
    position: absolute;text-align: center;top: 11px;
    right: 84px;
  } */
  .user-profile {
    min-width: 100px;
  }

  .panel-sty {
    width: 100%;
  }

  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav
    > .messages-menu
    > .dropdown-menu
    .navbar-nav
    > .tasks-menu
    > .dropdown-menu {
    right: 15%;
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 68px;
  }
}

.li-noti {
  padding: 10px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 350px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.navbar-nav
  > .notifications-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 430px;
}

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}

.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
  }
}

.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }

  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }

  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}

.dropdown-menu {
  right: 0;
  left: auto;
}

.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important;
}

/* .header{padding:10px 25px 10px 15px;font-size:12px}li.header{display:none !important;-webkit-transform:translateZ(0)} */

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}

.notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}

.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}

.bg-tb {
  background: #edf2fa;
}

.noti-img-sty {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 34px auto;
}

.noti-dt-sty {
  width: 100%;
  border-top: 1px solid #dddfe2;
  line-height: 1.34;
}

.sty b:hover {
  text-decoration: underline;
  color: #2f962d;
}

input {
  padding: 5px;
}

.no-after::after {
  content: none;
}

ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

ul[dnd-list] .dndDraggingSource {
  display: none;
}

ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}

select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

.editable-wrap {
  width: 100%;
  white-space: normal;
  color: #000;
}

.editable-wrap input {
  width: 100%;
}

.padding-top {
  padding-top: 15px;
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  .modal.in .modal-dialog {
    transform: none;
  }

  html,
  body {
    width: 210mm;
    height: 297mm;
    overflow: hidden;
  }

  body * {
    visibility: hidden;
  }

  .print-area {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 210mm;
    height: 297mm;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    z-index: 99999;
  }

  .print-area * {
    visibility: visible;
  }
}

form[novalidate].ng-submitted .ng-invalid,
form[novalidate].ng-submitted .ng-invalid-date,
form:not([novalidate]) .ng-invalid,
form:not([novalidate]) .ng-invalid-date {
  border-color: #f00 !important;
}

.ratio-1-1 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.ratio-1-1 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

.form-control > form.editable-wrap {
  margin: -6px -12px;
}

.form-control > form.editable-wrap ul.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.form-control a {
  width: 100%;
  display: block;
  cursor: text;
  border: none;
}

thead.text-center > tr > th {
  text-align: center;
}

thead.align-middle > tr > th {
  vertical-align: middle;
}

tbody.text-center > tr > td {
  text-align: center;
}

tbody.align-middle > tr > td {
  vertical-align: middle;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.charInput .editable-wrap {
  width: auto;
}

.charInput .editable-wrap input {
  width: 20px;
}

#toast-container.toast-top-right {
  top: 80px;
}

.dropdown-toggle.no-caret::after {
  content: none;
}

.span-check-validate {
  color: red;
}

a.al-logo span {
  color: #f5f5f5 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff !important;
  vertical-align: middle;
  background-color: #d8720e;
  border-radius: 10px;
  margin-right: 5px;
}

button.btn.btn-success {
  background: rgb(8, 145, 88);
  border-color: rgb(8, 145, 88);
}

button.btn.btn-success-border {
  border-color: rgb(8, 145, 88) !important;
  border-radius: 0px !important;
}

button.btn.btn-danger-border {
  border-color: #e01008 !important;
}

.bg-danger {
  background-color: #e01008 !important;
}

.text-title {
  text-transform: uppercase;
}

.btn-group-distribution {
  padding: 5px !important;
}

/*# sourceMappingURL=style.css.map */

.nav.nav-tabs > li.active > a {
  color: #2d55a2;
  background-color: #fff;
  border-bottom: 5px solid #f0a31e;
  font-weight: bold;
}

.panel {
  margin-top: 10px;
}

.home-tabset > .nav.nav-tabs > li:not(:first-child) {
  border-left: 1px solid #c3c2c2;
}

/*nhung */

.badge {
  background-color: #bfbbb8;
}

.panel-title {
  font-weight: bold;
  opacity: 0.9;
  color: #2d55a2;
  text-transform: capitalize;
}

.form-control-customer {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  height: auto;
  padding: 3px 0 5px;
  /* &:focus {
    box-shadow: none;
    border-bottom-color: rgba(0,0,0,0.12);
    ~ .animated-label {
      top: 0;
      opacity: 1;
      color: #8e44ad;
      font-size: 12px;
      &:after {
        visibility: visible;
        width: 100%;
        left: 0;
      }
    }
  } */
}

/* .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #2f962d;
} */

/* .form-control:after {
  visibility: visible;
  width: 100%;
  left: 0;
} */

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

tr.noBorder td {
  border: none !important;
}

.seperateRow {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}

.div-pocket-primary {
  border: #56565f !important;
  border-style: double !important;
  min-height: 300px !important;
  margin: 15px !important;
}

.offer-config-service {
  min-height: 300px;
  border: #56565f !important;
  border-style: double !important;
  min-height: 300px !important;
  margin: 30px !important;
}

/* Toggle Button */

.switch {
  position: relative !important;
  display: inline-block !important;
  width: 50px !important;
  height: 24px !important;
}

.switch input {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.slider {
  position: absolute !important;
  cursor: pointer !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #ccc !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.slider:before {
  position: absolute !important;
  content: "" !important;
  height: 22px !important;
  width: 24px !important;
  left: -2px !important;
  bottom: 1px !important;
  background-color: white !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

input:checked + .slider {
  background-color: rgb(8, 145, 88) !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(8, 145, 88) !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px) !important;
  -ms-transform: translateX(26px) !important;
  transform: translateX(26px) !important;
}

.slider.round {
  border-radius: 34px !important;
}

.slider.round:before {
  border-radius: 50% !important;
}

.switchField {
  margin-top: 15px !important;
}

.bill-check {
  height: 14px !important;
}

.billField input[type="text"] {
  border: 1px solid #ccc !important;
  margin: 10px 0 !important;
}

.bill-close {
  margin-right: 30px;
}

.billField input[type="checkbox"] {
  margin-top: 20px;
}

.bill-btn {
  margin-top: 15px;
}

li.search-field input.default {
  width: 90% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: auto;
}

/*Dev Role*/

.devContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rowMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.devRole {
  margin: -20px 0 30px -12px;
}

.subDev label,
.perMenu label {
  font-weight: 400;
}

.subDev {
  margin: 20px 0px 0px 95px;
}

.subDev li {
  margin: 10px 0;
}

#devRole .panel-heading {
  border: none;
  float: none;
  height: 0;
  margin-top: 3px;
}

#devRole .panel {
  /*margin:0px 0px;*/
  border: none;
  box-shadow: none;
}

#devRole .panel-title {
  color: #666;
  font-size: 14px !important;
  line-height: 0;
  margin-left: -22px;
  margin-top: -5px;
}

#devRole .faRole {
  font-size: 20px;
  padding-right: 12px;
  color: #3c8dbc;
  cursor: pointer;
}

#devRole span {
  margin-left: 15px;
}

#devRole .subCheck {
  margin-top: 3px !important;
}

#devRole .roleCheck {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: 300;
  font-size: 12px;
  color: #666;
  content: "\a0";
  background-color: #fff !important;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin: 0px 0px 0 -10px;
  position: absolute;
  float: left;
}

#devRole .panel-body {
  border: none;
  padding: 0px;
  margin-left: 20px;
}

#devRole label.custom-checkbox {
  margin-bottom: 10px;
}

#devRole a:hover {
  color: inherit;
}

.uib {
  margin: 5px 0;
}

.childRole {
  margin-top: -10px !important;
}

#devRole .col-xs-4 {
  width: 360px;
}

.devMenu {
  color: #2d55a2;
  font-size: 16px;
}

.roleMenu {
  color: #2d55a2;
  /*font-weight: 500;*/
  font-weight: bold;
}

/* offer factory */

.icon-offer-fee {
  color: #2d55a2;
}

.table-offer tbody tr td {
  padding: 1px !important;
}

.panel-title-form {
  font-size: 15px;
  font-weight: bold;
}

#definitionRule {
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 20px;
}

#actionRule {
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 20px;
}

.notFound {
  text-align: center;
  color: #d2cccc;
}

.grid {
  list-style: none;
  /*margin-left: -40px;*/
}

.gc {
  /*box-sizing: border-box;
 display: inline-block;
 margin-right: -.25em;
 min-height: 1px;
 padding-left: 40px;
 vertical-align: top;*/
}

.gc1 {
  /*width: 30.33333%;
 margin-left: 20px;*/
}

.gc1 .pfmenu {
  background-color: #f0f3f4;
  min-height: 480px;
  margin-top: 20px;
  margin-left: 20px;
}

.gc2 {
  padding: 0 24px;
  /*width: 60.66666%;*/
}

.naccs {
  position: relative;
  margin: 10px auto 0;
  min-height: 520px;
}

.naccs .pfmenu div {
  padding: 15px 10px;
  margin-bottom: 10px;
  margin: auto;
  color: base-color;
  background: #f0f3f4;
  /*width: 94.33333%;*/
  /*background: $second-color;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  border-bottom: 1px solid #cbcbcb;
  box-shadow: none;
  font-size: 13px !important;
  /*transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);*/
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: base-color;
  border-radius: 100%;
  /*transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);*/
}

.naccs .menu div.active span.light {
  /*background-color: $third-color;*/
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .pfmenu div.active {
  color: #fff;
  background: #2d55a2;
}

ul.nacc {
  position: relative;
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.nacc h3 {
  margin: 20px auto;
  font-size: 20px;
  color: #2d55a2;
  font-weight: bold;
}

.profile {
  padding-bottom: 40px;
}

.profile-btn {
  margin: 20px 0;
}

.pfgroup {
  margin-top: 30px;
}

.pfavatar {
  margin-top: 20px;
  border-bottom: 3px solid #000 !important;
  height: 250px;
}

.pfavatar img {
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 9px;
}

.pfinfo {
  margin: 20px 0;
}

#pfavatar {
  position: absolute;
  right: 0;
  top: 0;
  background: #bb3b2d;
  color: #fff;
}

.pftitle {
  margin-left: 10px;
}

.noBorder {
  border: none !important;
}

/*===== Vertical Timeline =====*/

#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  background: #2d55a2;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

#conference-timeline .timeline-start:hover,
#conference-timeline .timeline-end:hover {
  background-color: #3b72d8;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #2d55a2;
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

/* .timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
} */

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  /* border: 1px solid #ddd; */
  /* background-color: #fff; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 27px 25px;
}

.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #6f6c6c;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  top: -15px;
  left: -70px;
  color: #2d55a2;
  display: block;
}

.timeline-article p span.article-date {
  position: absolute;
  font-weight: bold;
  top: -15px;
  left: -70px;
  color: #6f6c6c;
  font-size: 12px;
  display: block;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 55%;
  width: 30px;
  height: 30px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #2d55a2;
  cursor: pointer;
  z-index: 99;
}

.timeline-article .meta-date:hover {
  background-color: #3b72d8;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 15px;
  line-height: 28px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

.min-panel {
  min-height: 700px;
}

.min-panel > .panel-body {
  overflow: scroll;
  height: 700px;
}

.cropArea {
  /*background: #E4E4E4;*/
  overflow: hidden;
  width: 100%;
  height: 150px;
  padding: 15px 20px !important;
  /*margin-top:-150px;*/
}

#myModal {
  padding: 15px 0px !important;
}

.pfClose {
  position: absolute;
  right: 5px;
  top: 5px;
}

.scroll-tab {
  overflow: scroll;
  height: 700px;
}

.green {
  color: rgb(8, 145, 88);
}

.red {
  color: #2f962d;
}

.label-dangerNew {
  color: #2f962d;
}

.bg-gray {
  color: #666;
}

panel-footer,
.panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 50px;
  font-size: 16px;
  padding: 14px 22px;
}

.warning-content {
  color: #7b5e2a;
  background-color: #f9f9e0;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-style: italic;
}

.importModal .modal-header .modal-title {
  color: #2d55a2;
  font-size: 24px;
}

.creditMoney {
  color: rgb(8, 145, 88);
}

.debitMoney {
  color: #2f962d;
}

.tab {
  position: relative;
  display: inline-block;
  display: none;
  float: right;
}

.tab-bar {
  margin: -52px 0 0 -53px;
  position: absolute;
  height: 43px;
  border: 1px solid #dddddd;
  background-color: #f0f3f4;
  cursor: pointer;
  font-size: 25px;
  color: #2d55a2;
}

.tab-bar:focus {
  outline: none;
}

.subTab {
  display: none;
  position: absolute;
  background-color: #f0f3f4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;
  margin: -55px 40px 0px 0px;
}

.subTab a {
  color: #7d7d7d;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*.tab:hover .subTab {display: block;}*/

@media only screen and (max-width: 830px) {
  .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 58%;
    width: 30px;
    height: 30px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: rgb(8, 145, 88);
    cursor: pointer;
    z-index: 99;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 58%;
    width: 30px;
    height: 30px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: rgb(8, 145, 88);
    cursor: pointer;
    z-index: 99;
  }
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/

/* @media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
} */

/*===== // Resonsive Vertical Timeline =====*/

.pdl-3 {
  padding-left: 30px !important;
}

.report.table > th {
  background-color: #ece4e4;
  color: #a94d4d;
}

.report.table-bordered {
  border: 1px solid #444040;
}

.noBorder {
  border: none !important;
}

.form-biller input[type="text"] {
  color: #303331;
}

.form-biller .sel_txtarea {
  color: #303331;
}

.button-view360 {
  color: #212529;
}

.icon-add-bank-account {
  color: #4caf50;
}

.icon-remote-bank-account {
  color: #b30f0f;
  z-index: 100;
  cursor: no-drop;
}

.copy-tex {
  cursor: copy;
}

.wait-process {
  cursor: wait;
}

.autocomplete .select2-results .select2-highlighted {
  background: white;
  color: black;
}

.autocomplete .divider {
  border-bottom: 1px solid #90a4ae;
}

.autocomplete p {
  margin-bottom: 0px;
}

.autocomplete p {
  margin: 0;
  padding: 0 0 3px;
  line-height: 16px;
}

.icon-active-bank-account {
  color: #4caf50;
}

.height-default {
  min-height: 750px;
}

.panel-custom {
  background-color: #fff;
  border: 1px solid #d0d5d8;
  border-color: 1px solid black;
  border-radius: 0px;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 6px;
  width: 100%;
  height: auto;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); */
  /* background-image: linear-gradient(#eee 1%, #fff 15%); */
  cursor: text;
  max-height: 100px;
  overflow-y: auto;
}

.img-linkbankaccount-success {
  margin-top: 30px;
  margin-bottom: 10px;
}

.modal-pending {
  position: fixed !important;
  color: white;
  left: 11vh;
}

.table-responsive .tbc .ui-select-choices {
  position: fixed;
  top: auto;
  left: auto;
  max-width: 200px;
}

.table-responsive .tbf .ui-select-choices {
  position: fixed;
  top: auto;
  left: auto;
  /* max-width: 200px; */
}

.table-responsive .tbc .ui-select-container {
  top: 5px;
}

.lgcss {
  height: 200px;
}

.lgcss .naccs {
  max-height: 200px !important;
  min-height: 200px !important;
}

.has-error {
  background-color: #f4b36e !important;
}

.table {
  overflow: visible !important;
}

.table-responsive {
  overflow: hidden !important;
  overflow-x: auto !important;
  box-shadow: 0 0 1px 1px #eee;
}

div[ba-panel][ba-panel-title] > .table-responsive {
  min-height: calc(100vh - 320px) !important;
}

/*for biller Category DropDown Options*/

.tbc .selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  background: #fff;
  width: 200px;
  box-shadow: 0px 0px 6px 2px #ccc;
}

table.tbf tr.bf-tr-wrap td {
  min-width: 150px !important;
}

table.tbf tr.bf-tr-wrap td.td-tagging {
  min-width: 200px !important;
  max-width: 350px !important;
}

.table.tbf tr td span[uis-transclude-append=""] {
  white-space: normal !important;
}

.table.tbf tr.bf-tr-wrap td.td-tagging .ui-select-container.ui-select-multiple {
  max-height: 150px;
  overflow-y: auto;
}

.table.tbf thead tr.bf-tr-wrap .th {
  min-width: 150px !important;
}

.app-modal-window-customize .modal-dialog {
  min-width: 1200px !important;
}

@media (max-width: 1125px) {
  .app-modal-window-customize .modal-dialog {
    min-width: 90% !important;
  }
}

.app-modal-window-customize-lg .modal-dialog {
  min-width: 90% !important;
}

@media (max-width: 1125px) {
  .app-modal-window-customize .modal-dialog {
    min-width: 90% !important;
  }
}

textarea.form-control {
  min-height: 50px;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */

.simpleDrag ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */

.simpleDrag ul[dnd-list] .dndDraggingSource {
  display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */

.simpleDrag ul[dnd-list] .dndPlaceholder {
  background-color: rgb(238, 226, 226);
  display: block;
  min-height: 42px;
}

.simpleDrag ul[dnd-list] li {
  background-color: rgb(235, 193, 193);
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

/**
 * Show selected elements in green
 */

.simpleDrag ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}

.cusDisabled {
  background-color: #e8eef1 !important;
}

.title {
  font-weight: bold;
  /* text-align: center; */
}

.list-action-cell {
  padding-right: 8px !important;
  width: 8px !important;
}

.article-gl {
  font-weight: bold;
  font-size: 16px;
}

.modal .modal-dialog .customer-form .form-control {
  color: #383636;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #c5bfbf;
}

.input-show i {
  position: absolute;
  right: 0px;
  top: 30px;
}

.input-container {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* TuPT ADD 04/12/2020 */

.btn-changepage-table {
  border-radius: 50px !important;
}

.input-changepage {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  height: 35px;
  width: 70px;
}

/* END */
.table-btn-overflow {
  overflow: visible !important;
}

.wrapper {
  margin: 50px auto;
  width: 1000px;
}

.col {
  float: left;
  width: 100%;
}

.pdL4 {
  padding-left: 40px;
  height: 500px;
}

div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: -35px 0 0;
  padding: 35px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 99999;
}

.config-block {
  border-color: rgb(179 193 187);
  /* background-color: rgb(235 239 239); */
  border-radius: 3px;
}

.box-frame-children {
  border-color: #c5b591;
  border-style: dotted;
  padding-left: 15px;
  padding-right: 15px;
}

.group {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #666;
}

.group-conditions {
  margin-left: 20px;
}

.alert-group {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: rgb(192, 152, 83);
  border-color: rgb(251, 238, 213);
  border-color: rgb(220, 200, 150);
}

.condition,
.group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-worflow {
  text-align: "center";
  border-radius: 10px;
  border: solid 1px #cecece;
  margin: 5px 5px 5px 5px;
  background-color: #e9ecef;
  max-height: 300px;
  min-height: 250px;
}

.form-worflow-new {
  text-align: "center";
  border-radius: 10px;
  border: dashed 1px #656161;
  margin: 5px 5px 5px 5px;
  background-color: #ffff;
  max-height: 300px;
  min-height: 250px;
}

.form-worflow-new:hover {
  background-color: rgb(212, 229, 237);
}

.form-worflow .display-longtext {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 0px !important;
  font-size: 12px;
  cursor: pointer;
  min-height: 40px;
  max-height: 40px;
}

.form-worflow-request {
  text-align: "center";
  border-radius: 10px;
  border: dashed 1px #986366;
  margin: 5px 5px 5px 5px;
  background-color: #fbfbfb;
  max-height: 250px;
  min-height: 200px;
}

.form-worflow:hover {
  background-color: #b6bbc1;
}

.form-worflow-request .display-longtext {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 0px !important;
  font-size: 12px;
  cursor: pointer;
  min-height: 25px;
  max-height: 25px;
}

.form-worflow-request:hover {
  background-color: rgb(194 218 208);
}

button.btn.btn-success-border-radius {
  border-color: rgb(8, 145, 88) !important;
  border-radius: 17px !important;
  background-color: rgb(200 224 214);
}

button.btn.btn-success-border-radius:hover {
  background-color: rgb(8, 145, 88) !important;
  color: white;
}

button.btn.btn-primary-border-radius {
  border-color: #2d55a2;
  border-radius: 17px;
  background-color: #e0ebff;
}

button.btn.btn-primary-border-radius:hover {
  background-color: #2d55a2;
  color: white;
}

button.btn.btn-success-border-bg {
  border-color: rgb(8, 145, 88) !important;
  border-radius: 17px !important;
  background-color: rgb(8, 145, 88) !important;
  color: white;
}

button.btn.btn-success-border-bg:hover {
  border-color: rgb(158 169 164);
  border-radius: 17px !important;
  background-color: rgb(158 169 164);
  color: white;
}

button.btn.btn-primary-border-bg {
  border-radius: 17px !important;
  background-color: #2d55a2 !important;
  color: white;
}

/* .wf-tab a{
    border-bottom: 1px solid rgb(8, 145, 88)!important;
} */
.wf-tab .nav-pills > li > a {
  color: #afafaf;
}

.wf-tab .nav-pills > li.active > a,
.wf-tab .nav-pills > li.active > a:focus,
.wf-tab .nav-pills > li.active > a:hover {
  color: #2d55a2;
  border-bottom: 4px solid #2d55a2 !important;
}

.panel-frame-fix {
  min-height: 400px;
  border-color: rgb(8, 145, 88) !important;
  /* border-radius: 17px !important; */
}

.panel-default-height {
  min-height: 500px;
}

.wf-tab .panel {
  border-top: 2px solid #926f6f;
}

.form-border {
  border: 1px solid #a07272 !important;
  min-height: 300px;
  min-width: 100%;
  margin-top: 2px;
}

.panel-footer {
  padding: 5px 22px !important;
}

.panel-min-title {
  font-size: 14px;
}

.ftco-section {
  padding: 0em 0;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #f8f9fd;
  color: gray;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.ftco-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ftco-section .wrap {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}

.ftco-section .text-wrap {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f75959', endColorstr='#f35587', GradientType=1);
  color: #fff;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .ftco-section {
    padding: 7em 0;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f9fd;
    color: gray;
  }
}

.ftco-section login-wrap {
  position: relative;
  background: #fff;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ftco-section .text-wrap,
.login-wrap {
  width: 100%;
  background: #fff;
}

@media (max-width: 991.98px) {
  .ftco-section .text-wrap,
  .login-wrap {
    width: 100%;
  }
}

.signin-form {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}

.ftco-section .wrap {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}

.signin-form .form-control {
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  border-radius: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.btn-border {
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 50px;
}

.btn-border.btn-primary {
  background: #2d55a2;
  border: 1px solid #2d55a2;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f75959', endColorstr='#f35587', GradientType=1);
}
.btn-border.btn-primary:hover {
  background: #3b72d8;
}

.advanced-search .modal-dialog {
  position: absolute;
  right: 32px;
  top: 200px;
}

.confirm-with-reason .modal-dialog {
  width: 500px;
}

.popup-wait-export-data .modal-content {
  width: 350px !important;
  height: 400px !important;
}

.popup-wait-export-data .modal-dialog {
  width: 350px !important;
  height: 400px !important;
}

.min-height {
  min-height: 500px;
}

.isRequired {
  color: #ba242d;
}

.invalid {
  background-color: #e4c4c4;
}

.radio-square-sm {
  width: 18px;
  height: 18px;
  border-radius: 0;
}

.radio-square-sm:checked::before {
  font: 10px "Open Sans", sans-serif;
  left: 6px;
  top: 3px;
}

.radio-square-sm + label {
  display: inline !important;
  font-size: 10px !important;
  cursor: pointer;
}

.notiTempBg {
  position: relative;
  /* background: #f7f7f7; */
  margin-left: -23px;
  margin-right: -23px;
  padding: 8px 20px;
  border-top: 29px solid #e0dfdf;
  /*border-top: 2px solid #b7b0b1;*/
}

.notiUser {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
}

.pull-right label {
  float: right;
}

.crop-hover-image,
.crop-hover-image1 {
  width: 200px;
  max-width: 100%;
  height: 150px;
  border: 2px solid #2d55a2;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background-image: url("../images/no-image.png") !important;
}

.add-more-btn {
  padding: 9px;
  border: 1px solid #2f962d;
  height: 32px;
  width: 32px;
  margin-left: 8px;
  background-color: #cbe6cb;
  cursor: copy;
}

.box-sd-frame .crop-hover-image {
  max-height: 120px !important;
}

.box-sd-frame {
  width: 95%;
  margin-left: 8px;
  height: 170px;
  overflow: auto;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 25%);
  padding: 9px 0;
}

.tableFixHead table {
  text-align: left;
  position: relative;
  border-collapse: separate;
}

.tableFixHead th,
td {
  padding: 0.25rem;
}

.tableFixHead th {
  background: white;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.tableFixHead {
  overflow: auto;
  height: 500px;
  border: 1px solid #dcdcdc;
}

.min-height {
  min-height: 500px;
}

.min-height-page {
  min-height: 650px;
}

.isRequired {
  color: #ba242d;
}

.invalid {
  background-color: #e4c4c4;
}

.tr-nodata {
  height: 200px;
}

.tr-footer {
  height: 100px;
}

.wf-tab .nav-pills > li.active > a,
.wf-tab .nav-pills > li.active > a:focus,
.wf-tab .nav-pills > li.active > a:hover {
  color: #2d55a2;
  border-bottom: 4px solid #2d55a2 !important;
  font-weight: bold;
}

a {
  color: #524d4d;
  font-weight: bolder;
}

.panel-sub-title {
  color: #635757;
  font-size: 20px;
  text-align: center;
}

.panel-heading-no-border {
  height: 44px;
  font-size: 16px;
  padding: 14px 22px;
}

.form-heading-no-border {
  padding: 14px 22px;
}

.big-popup-btn {
  width: 200px;
  padding: 14px;
  border-radius: 5px !important;
  margin: auto;
  display: block;
  border-color: rgb(8, 145, 88) !important;
  color: rgb(49, 45, 45);
  font-size: 20px;
}

.big-popup-btn-success {
  width: 200px;
  padding: 14px;
  margin: auto;
  display: block;
  border-color: rgb(158 169 164);
  border-radius: 5px !important;
  background-color: rgb(8, 145, 88);
  color: white;
  font-size: 20px;
}

.big-popup-btn:hover {
  width: 200px;
  padding: 14px;
  margin: auto;
  display: block;
  border-color: rgb(158 169 164);
  border-radius: 5px !important;
  background-color: rgb(8, 145, 88);
  color: white;
  font-size: 20px;
}

.box-qr {
  position: relative;
  background: #2f962d;
  border: 3px solid #9e9995;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 25px 0px 30px 0px;
}

.box-white-qr {
  position: relative;
  background: white;
  border: 3px solid #2f962d;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 25px 0px 30px 0px;
}

.inputfile2 {
  width: 120px;
  height: 120px;
  opacity: 0;
  overflow: hidden;
  z-index: 1000;
  cursor: pointer;
  position: relative;
  margin-top: -120px;
  margin-left: 20px;
}

.showQRCode .legend-top {
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
}

.showQRCode {
  padding: 30px 30px 30px 30px;
  height: 250px;
  width: 220px;
  background-color: #f5f2ef;
  border-radius: 5px;
}

.qr {
  height: 220px;
  width: 220px !important;
  margin: 0 auto !important;
  position: relative;
  background-color: white;
  padding: 10px 10px 10px 10px;
}

.regName {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  padding-top: 30px;
  font-size: 18px;
}

.qr-margin-left {
  margin-left: 10px;
}

.showPrintDowload {
  width: 220px;
  text-align: center;
}

.service__jsoneditor .jsoneditor-outer {
  min-height: 150px;
  height: auto;
  max-height: 250px;
}

.jsoneditor-tree {
  overflow: auto !important;
}

.custom_fieldset {
  border: 3px solid #eee !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-bottom: 24px !important;
}

legend {
  width: auto !important;
  font-size: inherit !important;
  color: #000;
  padding: 5px 10px;
  margin-bottom: 0px;
  margin-left: 16px;
  color: #777;
  font-weight: bold;
}

.quickview-transdetail-css .modal-dialog {
  position: absolute;
  left: 100px;
  top: 300px;
}

.quickview-transdetail-css .modal-content {
  width: 1300px;
}

.json__editor .modal-dialog {
  position: relative;
  top: -200px;
}

.ctx-overlay358 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: #fff;
  color: #666;
  opacity: 0;
  transition: all 0.5s;
}

.card-ct:hover .ctx-overlay358 {
  opacity: 1;
}

.card-ct:hover .ctx-overlay358 .head {
  transform: translateY(0);
}

.card-ct:hover .ctx-overlay358 i {
  width: 100%;
  transition-delay: 0.4s;
}

.ctx-overlay358 i {
  display: block;
  width: 0;
  border: none;
  border-top: solid 2px #eee;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}

.app-modal-batchjob-mng .modal-dialog {
  min-width: 1125px !important;
}

@media (max-width: 1125px) {
  .app-modal-batchjob-mng .modal-dialog {
    min-width: 90% !important;
  }
}

.modal__qrcode-custom {
  margin-left: 25%;
}

.modal__qrcode-custom .modal-content {
  width: 528px;
}

.merchant-qrcode-container {
  position: relative;
  height: 512px !important;
  width: 512px !important;
  margin-bottom: 0px;
}

.merchant-qrcode-container span {
  display: block;
  color: white !important;
  font-size: 35px;
  position: absolute;
  bottom: 615px;
  font-family: avenir, sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0px 16px;
}

.qrcode-show {
  position: absolute;
  top: 163px;
  left: 148.5px;
  /* transform: translate(-50%, -50%); */
  background-color: white;
  width: 185px;
  height: 185px;
}

.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  width: 75%;
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  /* padding: 0 10px; */
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

/*
Styles for nodes and connectors.
*/

.node-rect {
  stroke: #52c34d;
  stroke-width: 1;
}

.mouseover-node-rect {
  stroke: #38bf32;
  stroke-width: 3;
}

.selected-node-rect {
  stroke: #38bf32;
  stroke-width: 2;
}

.connector-circle {
  fill: white;
  stroke: #52c34d;
  stroke-width: 1;
}

.mouseover-connector-circle {
  fill: white;
  stroke: #52c34d;
  stroke-width: 3;
}

/*
Style for connections.
*/

.connection {
}

.connection-line {
  stroke: gray;
  stroke-width: 2;
  fill: transparent;
}

.mouseover-connection-line {
  stroke: gray;
  stroke-width: 4;
  fill: transparent;
}

.selected-connection-line {
  stroke: #38bf32;
  stroke-width: 2;
  fill: transparent;
}

.connection-endpoint {
  fill: gray;
}

.selected-connection-endpoint {
  fill: #38bf32;
}

.mouseover-connection-endpoint {
  fill: gray;
}

.connection-name {
  fill: black;
}

.selected-connection-name {
  fill: #38bf32;
}

.mouseover-connection-name {
  fill: gray;
}

/*
Style for the connection being dragged out.
*/

.dragging-connection {
  pointer-events: none;
}

.dragging-connection-line {
  stroke: gray;
  stroke-width: 3;
  fill: transparent;
}

.dragging-connection-endpoint {
  fill: gray;
}

/*
The element (in this case the SVG element) that contains the draggable elements.
*/

.draggable-container {
  border: solid 1px #7d7d7d;
  background-color: #fff;
  height: 500px;
  overflow: scroll;
}

/*
Drag selection rectangle.
*/

.drag-selection-rect {
  stroke: #38bf32;
  stroke-width: 2;
  fill: transparent;
}

.limit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*  custom label status */
.item-status {
  display: flex;
  color: white;
  width: 100%;
  position: relative;
}
.item-status div {
  border-radius: 3px;
  padding: 3px 5px;
}
.item-status .content {
  width: 80px;
  height: 21px;
  display: flex;
  align-items: center;
}

.status-active {
  background: green;
  color: white;
}
.status-pending {
  background: yellow;
  color: red;
}
.status-init {
  background: rgb(178 178 178);
  color: rgb(0, 0, 0);
}
.status-cfr6 {
  background: rgb(178 178 178);
  color: rgb(0, 0, 0);
}
.status-cfr7 {
  background: rgb(178 178 178);
  color: rgb(0, 0, 0);
}

.status-generalfraud {
  background: rgb(178 178 178);
  color: rgb(0, 0, 0);
}
.status-default {
  background: rgb(178 178 178);
  color: rgb(0, 0, 0);
}

.status-closed {
  background: rgb(178 178 178);
  color: rgb(0, 0, 0);
}
.status-suspend {
  background: rgb(178 178 178);
  color: rgb(0, 0, 0);
}

.status-locked {
  background: rgb(255, 96, 96);
  color: white;
}
.status-inactive {
  background: rgb(255, 96, 96);
  color: white;
}
.offer-list {
  width: 500px;
  margin: 0 auto;
}

.offer-item {
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0; /* Màu nền tùy chọn */
  border-radius: 5px; /* Bo góc tùy chọn */
}

.offer-item span {
  text-align: center;
}

.limit-container {
  margin-top: 20px;
}

.limit-item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.limit-item {
  flex-grow: 1;
  border: 1px solid #ddd;
  padding: 10px;
}

.limit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.btn-remove {
  margin-left: 10px;
  color: #dc3545;
}

.btn-icon .fa,
.btn-icon .fas {
  font-size: 16px;
}

.limit-details {
  margin-top: 10px;
  padding: 10px;
  background-color: #f9f9f9;
}

.add-limit-section {
  margin-top: 20px;
}

.add-limit-section select {
  margin-right: 10px;
}
.chosen-gLimit {
  height: 34px;
  width: 200px;
}

.container-embedded-vs-code {
  z-index: 100 !important;
  width: 100% !important;
  min-height: 450px !important;
  border: 1px solid grey;
}
.container-embedded-vs-code > .slider {
  transform: translate3d(0px, 0px, 0px);
  contain: strict;
  position: absolute;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: auto !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.monaco-scrollable-element > .scrollbar > .slider {
  -webkit-transition: 0s !important;
  transition: 0s !important;
  width: auto;
}
.monaco-scrollable-element > .scrollbar > .slider::before {
  width: auto !important;
}

.test-result {
  position: relative;
  width: 100%;
  max-height: 450px;
}

.test-result > .jsoneditor-outer {
  min-height: 450px;
}

.test-result > .view-lines {
  direction: ltr;
  text-align: left;
}

.datepicker:read-only {
  background-color: #fff !important;
  border: #cbcbcb 1px solid !important;
}
