/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;
  --nav-width: 68px;

  /*===== Colors =====*/
  --first-color: #367b86;
  --first-color-light: #83b5be;
  --white-color: #fdfdfd;
  --red-color: #fe6b5e;
  --orange-color: #f0a93b;
  --green-color: #94c930;

  /*===== Font and typography =====*/
  --body-font: "Poppins", sans-serif;
  --normal-font-size: 0.8rem;

  /*===== z index =====*/
  --z-fixed: 100;
}

.text-orange {
  color: var(--orange-color);
}

.text-green {
  color: var(--green-color);
}

.text-red {
  color: var(--red-color);
}

.row:before,
.row:after {
  display: none !important;
}

/* ===== SWAL ===== */
.swal-css {
  color: #367b86 !important;
  max-width: 500px !important;
  border-radius: 15px !important;
}

.swal2-popup {
  background-color: rgba(255, 255, 255, 100%) !important;
  backdrop-filter: blur(5px) !important;
}

.swal-css-notif {
  color: #367b86 !important;
  max-width: 500px !important;
  border-radius: 15px !important;
  background-color: rgba(255, 255, 255, 100%) !important;
}

.swal2-confirm {
  /* background-color: #F0A93B !important; */
  width: 120px;
  /* height: 40px; */
  border-radius: 15px !important;
  font-weight: 400;
  letter-spacing: 2px;
  transition: 0.3s;
}

.swal2-deny {}

.swal2-cancel {
  background-color: #367b86 !important;
  width: 120px;
  /* height: 40px; */
  border-radius: 15px !important;
  font-weight: 400;
  letter-spacing: 2px;
}

.swal-title-css {
  font-weight: 600;
  color: #f0a93b;
  padding: 10px;
  font-size: 1.5em;
}

.swal-title-css-notif {
  font-size: 0.8em !important;
  color: #f0a93b;
}

.swal-title-css-error {
  font-weight: 600;
  color: #fe6b5e;

  padding: 10px;
  font-size: 1.5em;
}

/*===== BASE =====*/
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
}

a {
  text-decoration: none !important;
}

/*? ============================ HEADER ============================ */
/*? ================================================================ */
.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: rgba(247, 246, 251, 70%);
  z-index: var(--z-fixed);
  transition: 0.5s;

  backdrop-filter: blur(5px) !important;
}

.header__toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.header__img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header__img img {
  width: 40px;
}

.header-right-side {
  display: flex;
  text-align: right;
  align-items: center;
}

.header-right-side box-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.notif-info {
  display: flex;
}

.notif-info button {
  height: 100%;
  width: 100%;
  background: none;
  display: flex;
  vertical-align: middle;
}

.notif-info button i {
  font-size: 1.8rem;
  color: #367b86;
}

.dropdown-notif i:hover {
  font-size: 1.8rem;
  color: var(--orange-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-header {
  font-size: 1rem;
  color: var(--white-color);
  background-color: rgba(4, 26, 55, 0.1);
  display: flex;
  margin-bottom: 10px !important;
  padding: 15px;
  align-items: center;
}

.dropdown-header i {
  font-size: 1.8rem;
}

.dropdown-menu {
  width: 400px;
  background-color: #367b86;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.dropdown-menu ul li {
  list-style: none !important;
  /* margin-left: -40px; */
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-item {
  color: white !important;
}

.dropdown-item:hover {
  color: black !important;
}

.dropdown-menu ul li button {
  width: 100%;
  height: 100%;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--white-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: rgba(0,0,0,0.1); */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-menu ul li button i {
  color: var(--white-color);
  font-size: 1.2rem;
}

.notif_hr {
  width: 100%;
  height: 1px;
  background-color: rgba(4, 26, 55, 0.16);
  /* margin-left: -40px; */
}

.dropdown-menu ul li button:hover {
  background-color: var(--orange-color);
  color: var(--white-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* .dropdown-item{
  padding-left: 20px !important;
  padding-right: 0 !important;
} */

.notif-no-orders {
  background-color: #367b86 !important;
  cursor: pointer !important;
}

.user-info {}

.user-info div {}

.notif-count {
  background-color: #fe6b5e;
  color: white;
  /* padding: 5px; */
  height: 30px;
  width: auto;
  padding: 5px;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 45px;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.notif-count-null {
  background-color: rgba(0, 0, 0, 0) !important;
}

.user-info-sparator {
  height: 40px;
  width: 1px;
  background-color: #222222;
  margin-left: 25px;
  margin-right: 25px;
}

.user-name {
  font-weight: 600;
  font-size: 1.05em;
}

/*===== NAV =====*/
.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nav__logo,
.nav__link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav__logo {
  margin-bottom: 2rem;
}

.nav__logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav__logo-name {
  color: var(--white-color);
  font-weight: 700;
  letter-spacing: 2px;
}

.nav__link {
  position: relative;
  color: var(--first-color-light) !important;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}

.nav__link:hover {
  color: var(--white-color) !important;
  cursor: pointer;
}

.nav__icon {
  font-size: 1.3rem !important;
}

/*Show navbar movil*/
.show-navbar {
  left: 0;
}

/*Add padding body movil*/
.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

/*Active links*/
.active {
  color: var(--white-color) !important;
}

.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color) !important;
}

/*? ============================ BODY ============================== */
/*? ================================================================ */
html,
body,
.container-fluid {
  background-color: var(--white-color);
}




.duitku-link-dashboard {
  width: 80px;
  cursor: pointer;
  display: flex;
  margin-right: 20px;
}

.duitku-link-dashboard>div {
  margin-right: 10px;
}

.duitku-link-dashboard:nth-child(2) {
  font-size: 1.2rem;
  /* color: var(--orange-color); */
}

.duitku-link-dashboard>div>a>:nth-child(1)>img:hover {
  filter: brightness(150%);
}

.duitku-link-dashboard>div>a>:nth-child(2) {
  margin-top: 5px;
  font-size: 1rem;
  text-align: center;
  font-variant: normal;
  /* text-decoration: none; */
  color: var(--orange-color);
  letter-spacing: 0.05rem;
  font-variant: small-caps;
}




.title-content {
  /* border: 1px solid red; */
  margin-top: 10px;
  margin-bottom: 30px;
  color: #367b86;
  font-variant: small-caps;
  font-weight: 800 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-icon {
  width: 28px;
}

.container-fluid>div {
  /* border: 1px solid red; */
}

table thead {
  background-color: #367b86 !important;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
}

table thead tr th {
  vertical-align: middle !important;
}

table tbody tr td {
  vertical-align: middle !important;
  font-size: 1em;
  /* line-height: 1.1em; */
}

/* TABLE DETIL & EDIT */
.table-form {
  font-size: 1.1em;
  /* display: flex; */
}

.table-form tr {
  vertical-align: middle !important;
}

.btn {
  color: #ffffff !important;
  outline: none !important;
  border-radius: 15px;

  height: 40px;
  width: auto;
  /* height: 40px; */
  border-radius: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 120px;
  text-transform: uppercase;
  font-size: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn,
.btn-primary,
.btn-secondary:active {
  outline: none;
}

.btn,
.btn-primary,
.btn-secondary:focus {
  outline: none;
}

.btn:hover {
  background-color: #f0a93b !important;
}

.btn:disabled {
  background-color: #367b86 !important;
}

.btn-primary {
  background-color: #367b86;
  outline: none !important;
  border: none !important;
}

.btn-secondary {
  outline: none !important;
  border: none !important;
}

button {
  border: none;
  cursor: pointer;
  border-radius: 0.15em;
}

button:focus {
  outline: none;
}

.th-action {
  width: 100px !important;
}

tbody tr td button {
  float: right;
}

.button-action {
  background-color: #367b86;
  color: #ffffff !important;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 2px;
  transition: 0.3s;
  font-size: 1.5em;
}

.button-action-red {
  background-color: #fe6b5e !important;
}

.button-action:hover {
  /* filter: brightness(90%); */
  background-color: #f0a93b !important;
}

.link-back-button {
  font-size: 20px;
  color: #367b86;
}

.link-back-button a {
  color: #367b86;
  font-variant: normal;
  transition: 0.3s;
}

.link-back-button a:hover {
  color: #f0a93b;
}

.link-back-button i {
  font-size: 25px;
  align-self: center;
  padding: 5px;
  display: flex;
}

.link-back-button i div {
  font-size: 20px;
  font-family: var(--body-font);
  font-variant: small-caps;
  display: inline;
  padding: 3px;
  vertical-align: middle;
}

.tooltip-ballon {
  --balloon-color: rgba(240, 169, 59, 100%);
}

.span {
  font-variant: normal;
  font-size: 1em !important;
  /* font-weight: bold; */
  color: #f0a93b;
}

input {
  font-family: var(--body-font) !important;
}

input::placeholder,
textarea::placeholder {
  color: #ccc !important;
}


input:disabled,
select:disabled,
.form-control:disabled,
.form-control[readonly],
.form-control::selection {
  border: none !important;
  background-color: #fff !important;
  opacity: 1;
  outline: none;
  color: var(--first-color) !important;
  font-size: 1.1em !important;
}

.form-control {
  font-size: var(--normal-font-size);
}

.bootstrap-select {
  width: 500px !important;
  vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #eaecef !important;
  border-radius: 5px !important;
  color: #222222 !important;
}

.bootstrap-select>.dropdown-toggle:hover {
  background-color: #f0a93b !important;
}

.filter-option {
  display: flex;
  align-items: center;
}

/*? ========================== DASHBOARD SECTION =================== */
/*? ================================================================ */
.order-card {
  color: #fff;
}

.bg-c-blue {
  background: linear-gradient(45deg, #367b86, #53a1ad);
}

.bg-c-green {
  background: linear-gradient(45deg, #41974e, #55bb65);
}

.bg-c-yellow {
  background: linear-gradient(45deg, #f0a93b, #ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg, #FF5370, #ff869a);
}


.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .card-block {
  padding: 25px;
}

.order-card i {
  font-size: 30px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
  font-size: 1.2rem;
}

.subvalue_card {
  font-size: 3rem !important;
}


/*? ======================= PRODUCT DETAIL SECTION ================ */
/*? ================================================================ */
.floating-button-action {
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: 70px;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 50;
  width: 100%;
  background-color: rgba(247, 246, 251, 70%);
  transition: 0.5s;
  backdrop-filter: blur(5px) !important;
}





/*? ======================= PURCHASE DETAIL SECTION ================ */
/*? ================================================================ */
.section-detail-title {
  color: #367b86;
  display: flex;
  flex-direction: row;
}

.section-detail-title div {
  padding: 5px;
  display: flex;
  align-items: center;
}

.body-content-detail {
  font-size: 0.8rem !important;
  color: #44484c;
}

.reference_number {
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #44484c;
}

.shipping_address {
  font-size: 0.9rem !important;
  letter-spacing: 0.05em;
}

.order_total_amount {
  color: var(--orange-color);
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: right;
}

.virtual_account_number {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.1em;
}

.uppercase {
  text-transform: uppercase;
}

.tooltip {
  width: auto;
}

.tooltip-inner {
  max-width: 100% !important;
  width: 500px;
  font-size: 0.7rem !important;
}

.tooltip-info {
  background-color: transparent;
  color: var(--orange-color);
  margin-top: 10px;
}

.tooltip-info:hover {
  cursor: pointer;
}

.tooltip-title {
  color: var(--orange-color) !important;
}

.select-border-red {
  border: var(--red-color) 2px solid !important;
  color: var(--red-color);
  font-weight: bold;
}

.select-border-orange {
  border: var(--orange-color) 2px solid !important;
  color: var(--orange-color);
  font-weight: bold;
}

.select-border-green {
  border: var(--green-color) 2px solid !important;
  color: var(--green-color);
  font-weight: bold;
}

.select-border-green:disabled {
  color: var(--green-color) !important;
  background-color: #ffe !important;
}

.borderless td,
.borderless th {
  border: none;
}

/* Scroll Area Product List */
.scroll-area-product-list {
  height: 500px;
  border: 1px #ccc dashed;
  padding: 15px;
  overflow-y: scroll;
  background-color: #367b86;
}

/* Ordered product list */
.item-product-list {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  /* cursor: pointer; */
  font-variant: normal;
  text-decoration: none;
  color: #44484c;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.item-product-list div {
  /* border: 1px solid red; */
  align-items: center;
  padding: 5px;
}

.item-product-list:hover {
  /* background-color: rgba(54, 123, 134, 10%); */
}

.product-image-detail>img {
  width: 100px;
  height: 100px;
  padding: 10px;
  margin-right: 10px;
}

.preview-capture-image {
  width: 100%;
}

.preview-capture-image>img {
  width: 100%;
}

.btn-custom-order {
  background-color: rgb(54, 123, 134);
  outline: none !important;
  border: none !important;
  height: 32px;
  font-size: 0.6rem !important;
  /* width: 100%; */
  text-align: right;
}

.btn-print-on-modal {
  background-color: #367b86 !important;
  outline: none !important;
  border: none !important;
  height: 32px;
  font-size: 0.6rem !important;
  /* width: 100%; */
  text-align: right;
}

.style-print-page {
  margin-top: 20px;
  margin-left: 12%;
  margin-right: 12%;
}

.button-generate-qr {
  font-size: 1rem;
  letter-spacing: 0.1px;
}

/* TODO======== SHIPPING LABEL ==========*/
.label-container {
  border: 3px solid #000;
  border-radius: 1rem;
  padding: 20px;
}

.label-v-sparator {
  background-color: #000;
  width: 2px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.label-v-sparator-qr {
  background-color: #000;
  width: 2.5px;
  height: 100%;
  /* margin-left: 20px; */
  margin-right: 20px;
}

.label-h-sparator {
  background-color: #000;
  height: 2px;
  width: 100%;
  /* margin-top: 20px;
  margin-bottom: 20px; */
}

.label-title {
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: var(--orange-color);
  font-size: 0.8rem;
}

.label-text-name-furnipedia {
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.label-text-name {
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.label-text-ref {
  /* font-weight: bold; */
  letter-spacing: 0.15rem;
  font-size: 1.1rem;
  /* text-align: right; */
  display: flex;
}

.label-text-address {
  /* font-weight: bold; */
  letter-spacing: 0.05rem;
  font-size: 0.8rem;
}

.label-text-address div {
  text-transform: uppercase;
}

.label-logo {
  /* margin: 10px;   */
  align-self: center;
}

.label-logo>img {
  width: 75px;
  height: 75px;
}

.label-row-1 {
  display: flex;
  width: 100%;
  height: 120px;
}

.label-row-1 div {
  /* border: 1px solid red; */
  align-self: center;
}

.label-row-2 {
  display: flex;
  width: 100%;
  height: 120px;
}

.label-row-2 div {
  /* border: 1px solid red; */
  align-self: center;
}

.label-row-3 {
  display: inline-flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  /* border: 1px solid red; */

  justify-content: space-between;
}

.label-row-3 div {
  /* border: 1px solid red; */
  align-self: center;
  display: flex;
  justify-content: space-between;
}

.label-row-4 {
  display: flex;
  width: 100%;
  height: 250px;
}

.label-row-4 {
  display: flex;
  justify-content: space-between;
}

.label-row-4>:nth-child(3) {
  margin-top: 10px;
}

.label-date {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.label-date>:nth-child(3) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.label-text-date {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

.reference-qr-image {
  height: 220px;
}

.reference-qr-image img {
  height: 100%;
}

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

.img-va {
  height: 20px;
}

/*? ======================= PURCHASE PRODUCT ======================= */
/*? ================================================================ */
#upload-img,
#upload-3dasset,
#upload-img-insert,
#upload-img-insert-2,
#upload-img-insert-3,
#upload-3dasset-insert {
  opacity: 0;
}

.valign {
  display: flex;
  align-items: center;
}

#upload-label-3dasset,
#upload-label-img-insert,
#upload-label-img-insert-2,
#upload-label-img-insert-3,
#upload-label-3dasset-insert-android,
#upload-label-3dasset-insert-ios,

#upload-label-img-update,
#upload-label-img-update-2,
#upload-label-img-update-3,
#upload-label-3dasset-update-android,
#upload-label-3dasset-update-ios {
  position: absolute;
  top: 50%;
  left: -0.1rem;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  background-color: #eaecef;
  border-radius: 8px;
}

.image-area {
  border: 2px dashed rgba(72, 120, 132, 80%);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  /* content: 'Uploaded image result'; */
  color: var(--first-color);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
  width: 150px;
}

#imageResult {
  width: auto;
  height: 350px;
}

.td-beetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.td-beetween span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #eaecef;
  margin-left: 10px;
  margin-right: 10px;
}


/*? ================ CUSTOMER ================ */
.img-customer-avatar {
  width: 150px;
  border-radius: 45px;
}



/* TODO ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px) {
  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 2rem);
  }

  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }

  .header__img {
    width: 40px;
    height: 40px;
  }

  .header__img img {
    width: 45px;
  }

  .l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }

  /*Show navbar desktop*/
  .show-navbar {
    width: calc(var(--nav-width) + 156px);
  }

  /*Add padding body desktop*/
  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
}

/* BOOTSTRAP */

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: -0rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
  cursor: pointer !important;
}