@font-face {
  font-family: "GoogleSans";
  src: url(../fonts/TCCC-UnityHeadline-Light.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Six-bold";
  src: url(../fonts/TCCC-UnityHeadline-Medium.ttf);
  font-weight: bold;
}
body {
  font-size: 16px;
  font-family: "GoogleSans", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.login-page {
  background: #F6F3E4 url("../img/sixdo_bg_login.png") center center no-repeat !important;
}
.login-page .card-primary.card-outline {
  background: transparent !important;
  border: 0 none !important;
  box-shadow: none;
}
.login-page .card-primary.card-outline .card-header,
.login-page .card-primary.card-outline .card-body {
  border: 0 none;
}
.login-page .card-primary.card-outline .btn-primary {
  height: 45px;
  border-color: #212121;
  background: #212121;
  border-radius: 0px;
}
.login-page .card-primary.card-outline input {
  height: 45px;
}
.login-page .card-primary.card-outline .input-group-append {
  background-color: #E3DDBB;
}
.login-page .card-primary.card-outline .input-group-append .input-group-text {
  background-color: #E3DDBB;
}
.login-page .card-primary.card-outline .h5-title {
  color: #212121;
  font-size: 20px;
  text-transform: uppercase;
}

.layout-invoice .main-header {
  margin-left: 0 !important;
  background: #E3DDBB;
  color: #212121 !important;
  border-bottom-color: #E3DDBB !important;
}
.layout-invoice .content-wrapper {
  margin-left: 0 !important;
  background-color: #F6F3E4;
}

.table thead tr th {
  background-color: #F0ECD6;
  border-color: #E3DDBB;
  white-space: nowrap;
}
.table tbody tr {
  color: #212121;
  background-color: #F0ECD6;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tbody tr:nth-of-type(odd) {
  background-color: #F6F3E4;
}
.table tbody tr a {
  color: rgba(176, 0, 32, 0.8705882353);
}
.table tbody tr span {
  color: #666;
}

.card-body.table-responsive {
  padding: 0 !important;
  overflow: hidden;
}

table.table.table-hover.table-striped .iov-view {
  color: #007FF0;
}
table.table.table-hover.table-striped thead tr th {
  padding: 16px 10px;
}
table.table.table-hover.table-striped thead tr th.total_order {
  text-align: end;
}
table.table.table-hover.table-striped tr td:nth-child(n+6) {
  text-align: center;
}
table.table.table-hover.table-striped tr td:last-child {
  text-align: left;
}
table.table.table-hover.table-striped tbody tr.tr {
  border-bottom: 1px solid #E3DDBB;
  background: #FFFFFF;
}
table.table.table-hover.table-striped tbody tr.tr td {
  padding: 24px;
}
table.table.table-hover.table-striped tbody tr.tr td img {
  width: 100%;
  max-width: 64px;
  height: auto;
}
table.table.table-hover.table-striped tbody tr.tr td.total_order {
  text-align: end;
}
table.table.table-hover.table-striped tbody tr.tr td.td.d-flex {
  gap: 20px;
  align-items: center;
}
table.table.table-hover.table-striped tbody tr.tr td.td.d-flex p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: capitalize;
  color: #212121;
  margin: 0 0 10px 0;
}
table.table.table-hover.table-striped tbody tr.tr td.td.d-flex span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.6);
}

.table thead tr th {
  background: #E3DDBB;
}

.pagination {
  justify-content: flex-end;
  background: #F6F3E4;
  margin: 0px;
  align-items: center;
  padding-top: 20px;
  gap: 10px;
}
.pagination .float-right {
  padding-top: 20px;
}
.pagination ul.pagination.pagination-xs.m-0.float-right li.page-item.disabled span.page-link {
  background: unset;
  color: #212121;
  border: 0;
}
.pagination ul.pagination.pagination-xs.m-0.float-right li.page-item:hover a {
  background: #212121;
  border-radius: 100px;
  color: #E3DDBB;
}
.pagination ul.pagination.pagination-xs.m-0.float-right li.page-item a,
.pagination ul.pagination.pagination-xs.m-0.float-right li.page-item span {
  background: unset;
  font-weight: 400;
  font-size: 14px;
  color: #212121;
  border: 0;
  padding: 7px 12px;
}
.pagination ul.pagination.pagination-xs.m-0.float-right li.page-item.active a {
  color: #F6F3E4;
  border-radius: 100px;
  background: #212121;
  border-color: unset;
}
.pagination ul.pagination.pagination-xs.m-0.float-right li .page-link:focus:focus {
  border: 0;
  box-shadow: unset;
}

.table thead tr th {
  background: #E3DDBB;
}

.content-header h1 {
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  text-transform: uppercase;
}
.content-header .mobile-date {
  font-weight: 400;
  color: #212121;
  text-align: right;
  text-transform: uppercase;
}
.content-header .mobile-date b {
  font-size: 20px;
  font-weight: bold;
}

.main-header .navbar-nav .d-sm-inline-block {
  font-size: 20px;
  color: #212121;
  text-transform: uppercase;
  line-height: 24px;
}

.order-header .bg-white {
  line-height: 30px;
  height: 100%;
}
.order-header .bg-white .float-right {
  font-size: 14px;
}
.order-header .bg-white a {
  text-transform: uppercase;
  color: #007FF0;
  border-left: 1px solid #BFBFBF;
}

.order-info .bg-white {
  height: 100%;
}
.order-info .bg-white .oi-title {
  text-transform: uppercase;
  color: #B0B0B0;
  padding-bottom: 10px;
}
.order-info .bg-white a {
  color: #007FF0;
}

.bg-white {
  border-radius: 5px;
  overflow: hidden;
}

#table-order-item .td-info {
  display: flex;
  align-items: center;
}
#table-order-item .td-info .ncz div {
  color: #949494;
}
#table-order-item .p-image {
  display: inline-block;
  width: 60px;
  margin-right: 15px;
}
#table-order-item.table thead tr th {
  background: #fff;
  border-color: #EBEBEB;
}
#table-order-item.table tbody tr:nth-of-type(odd), #table-order-item.table tbody tr:nth-of-type(even) {
  background: #fff;
  border-color: #EBEBEB;
}
#table-order-item tfoot {
  background: #FAFAFA;
}
#table-order-item tfoot tr td:nth-child(1) {
  color: #757575;
}
#table-order-item tfoot tr td:nth-child(2) {
  text-align: right;
  font-weight: bold !important;
}
#table-order-item tfoot tr:nth-child(2), #table-order-item tfoot tr:nth-child(3) {
  border: none;
}
#table-order-item tfoot tr:nth-child(2) td, #table-order-item tfoot tr:nth-child(3) td {
  border: none;
}
#table-order-item tfoot tr:nth-child(4) td:nth-child(2) {
  font-size: 20px;
}

.btn-back {
  border: 1px solid #212121;
  background: #E3DDBB;
}

.btn-submit-oi {
  background: #212121;
  border-color: #212121;
  color: white;
}

.btn-submit-cancel {
  color: #000;
  background: transparent;
  border-color: transparent;
}

.sixdo-modal .modal-body {
  border-radius: 7px;
  padding: 0;
}
.sixdo-modal .modal-body h1 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.sixdo-modal .modal-title {
  font-size: 20px;
  padding-bottom: 1rem;
}
.sixdo-modal .btn-min150 {
  min-width: 150px;
}
.sixdo-modal .info-item {
  border-radius: 7px;
  border: 1px solid #3B3B3B;
  position: relative;
}
.sixdo-modal .info-item:hover, .sixdo-modal .info-item.selected {
  background: #F6F3E4;
  color: #212121;
  border-color: #F6F3E4;
}
.sixdo-modal .info-item .info-item-default {
  position: absolute;
  right: 1em;
  top: 1em;
}

#modal-info .modal-body {
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 15px;
  background: #EBF6E6;
  color: #2A7500;
}

.input-otp {
  position: relative;
}
.input-otp .btn-invoice-send-otp {
  position: absolute;
  top: 2px;
  right: 2px;
  background: transparent !important;
  color: #0c84ff;
}
.input-otp .btn-invoice-send-otp.waiting {
  color: #666;
}

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