﻿@charset "UTF-8";
@font-face {
  font-family: Open Sans;
  font-weight: normal;
  font-style: normal;
  src: url("//") format("no404"), url("/Content/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Open Sans;
  font-weight: bold;
  font-style: normal;
  src: url("//") format("no404"), url("/Content/fonts/OpenSans-Bold.ttf") format("truetype");
}
h1 {
  color: #606060;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  color: #606060;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

body {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

btn {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.margin-v-1 {
  height: 30px;
}

.margin-v-2 {
  height: 20px;
}

.margin-v-3 {
  height: 30px;
}

.main-sidebar {
  width: 220px;
  /*position: fixed;*/
}

.sidebar-menu {
  background-color: #ECF6EA;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.sidebar-menu .language {
  color: #000;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.sidebar-menu li.header {
  color: #6DC497;
  padding: 10px 10px 10px 15px;
}
.sidebar-menu .sidebar-menu-item {
  margin: 0px 10px 10px 10px;
}
.sidebar-menu .sidebar-menu-item a {
  color: #000;
  border-radius: 15px;
  height: 30px;
  align-content: center;
  padding: 0px 0px 0px 0px;
}
.sidebar-menu .sidebar-user-menu {
  margin: 10px 10px 0px 10px;
}
.sidebar-menu li:hover.sidebar-menu-item > a, .sidebar-menu li.active.sidebar-menu-item > a, .sidebar-menu li.menu-open.sidebar-menu-item > a, .sidebar-menu li.show.sidebar-menu-item > a, .sidebar-menu .active .icon {
  color: #fff;
  background: #6DC497;
  border-left-color: #6DC497 !important;
}
.sidebar-menu li:hover .icon, .sidebar-menu li.show .icon, .sidebar-menu .active .icon {
  filter: brightness(0) invert(1);
}
.sidebar-menu .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  vertical-align: middle;
}
.sidebar-menu .icon.cash-register {
  background: url(/svg/cash-register/606060.svg) no-repeat;
}
.sidebar-menu .icon.user {
  background: url(/svg/user/606060.svg) no-repeat;
}
.sidebar-menu .icon.return {
  background: url(/svg/rotate-left/606060.svg) no-repeat;
}
.sidebar-menu .icon.vouchers {
  background: url(/svg/gift/606060.svg) no-repeat;
}
.sidebar-menu .icon.shirt {
  background: url(/svg/shirt/606060.svg) no-repeat;
}
.sidebar-menu .icon.vat-products {
  background: url(/svg/box/606060.svg) no-repeat;
}
.sidebar-menu .icon.book-out {
  background: url(/svg/box-archive/606060.svg) no-repeat;
}
.sidebar-menu .icon.catering {
  background: url(/svg/mug-hot/606060.svg) no-repeat;
}
.sidebar-menu .icon.store {
  background: url(/svg/store/606060.svg) no-repeat;
}
.sidebar-menu .icon.chart {
  background: url(/svg/chart-simple/606060.svg) no-repeat;
}
.sidebar-menu .icon.payout {
  background: url(/svg/credit-card/606060.svg) no-repeat;
}
.sidebar-menu .icon.email {
  background: url(/svg/envelope/606060.svg) no-repeat;
}
.sidebar-menu .icon.circle {
  background: url(/svg/circle/606060.svg) no-repeat;
}
.sidebar-menu .icon.help {
  background: url(/svg/help/606060.svg) no-repeat;
}
.sidebar-menu .icon.roadmap {
  background: url(/svg/roadmap/606060.svg) no-repeat;
}
.sidebar-menu .icon.updates {
  background: url(/svg/updates/606060.svg) no-repeat;
}
.sidebar-menu .icon.tag {
  background: url(/svg/tag/606060.svg) no-repeat;
}

.sidebar-top-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.sidebar-top-row .dropdown.user.user-menu {
  flex: 1;
  min-width: 0;
  margin-bottom: 0 !important;
}

.sidebar-lang-select {
  flex-shrink: 0;
  padding: 4px 26px 4px 12px;
  border-radius: 25px;
  width: 72px;
  height: 30px;
  border: none;
  background: #fff;
  box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 500;
  color: #6DC497;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/Content/icons/chevron_down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
  outline: none;
}

.sidebar-user-menu .user-toggle {
  display: flex;
  align-items: center;
  width: 100%;
}
.sidebar-user-menu .dropdown-arrow {
  margin-left: auto;
  margin-right: 5px;
  padding-top: 2.5px;
}
.sidebar-user-menu .dropdown.user.user-menu {
  box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 10px 5px 10px;
  border-radius: 25px;
  background: white;
  margin-bottom: 10px;
}
.sidebar-user-menu .dropdown.user.user-menu .user-name {
  color: #6DC497;
}
.sidebar-user-menu .dropdown.user.user-menu .user-header {
  padding: 0px 5px 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-user-menu .dropdown.user.user-menu .btn {
  background-color: #6DC497;
  border: 0;
  border-radius: 100px !important;
  color: #fff !important;
  width: 100px;
  height: 30px;
  align-content: center;
  line-height: 0px;
}
.sidebar-user-menu .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 5px !important;
}
.sidebar-user-menu .dropdown-menu.show {
  padding: 20px;
  overflow: hidden;
  width: 178px;
  border-radius: 10px;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.navbar {
  justify-content: end;
  margin-bottom: 20px;
  padding: 0px;
  margin-left: 2px;
  border-bottom-color: #6DC497;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.navbar .navbar-logo {
  width: 60px;
  margin-right: 20px;
}
.navbar .navbar-custom-menu {
  right: 0px;
  position: absolute;
}
.navbar .navbar-nav a, .navbar .navbar-nav a:hover, .navbar .navbar-nav a:active, .navbar .navbar-nav a:focus {
  color: #606060;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:active, .navbar .nav > li > a:focus {
  background-color: #fff;
}
.navbar .user-name {
  right: 0px;
  position: absolute;
  margin-right: 85px;
}
.navbar .user-initials {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #D9D9D9;
  color: #000;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  margin: 0 20px;
}
.navbar .user-header {
  color: #000;
  font-size: 14px !important;
  text-align: left !important;
  margin: 0 10px;
}
.navbar .dropdown-menu {
  margin-top: 20px;
  border-radius: 10px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  width: auto !important;
  height: 130px;
}

.content-wrapper {
  background-color: #fff;
}
.content-wrapper .content-header {
  padding: 0px 0px 0px 0px;
}
.content-wrapper .content-header .breadcrumb {
  color: #606060;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.content-wrapper .content-header .action-icon {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  background-color: #6FCF97;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  float: right;
  margin-top: -15px;
}
.content-wrapper .content-header .action-icon img {
  width: 40px;
  height: auto;
  vertical-align: middle;
  margin-top: 10px;
}
.content-wrapper .content-header .small-plus-icon {
  position: absolute;
  top: 13px;
  right: 12px;
  font-weight: bold;
  color: #2F3A8F;
  font-size: 40px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper .page-content {
  padding-top: 20px;
}
.content-wrapper .page-content .row {
  margin-left: 0px;
  margin-right: 0px;
}
.content-wrapper .page-content .row #table {
  padding-right: 12.5px;
  padding-left: 0px;
}
.content-wrapper .page-content .row #checkout {
  padding-left: 12.5px;
  padding-right: 0px;
}
.content-wrapper .d-none {
  display: none;
}

.form-control.input-field, .form-control.input-field:focus, select.form-control, select.form-control:focus {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  border-radius: 40px;
  height: 40px;
  border: none;
  background: #FAFAFA;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1);
}

#language-button {
  padding: 8px 50px 8px 20px;
  border-radius: 40px;
  width: 90px;
  height: 35px;
  border: none;
  background: #FAFAFA;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #6DC497;
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/Content/icons/chevron_down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 10px;
  outline: none;
}
#language-button:focus {
  outline: none;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1);
}

.form-group .text-label {
  padding-left: 0px;
}
.form-group .form-input {
  padding-left: 0px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Checkout */
.checkout-container {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 30px 20px 35px 20px;
}
.checkout-container .total {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.right-panel {
  flex-direction: column;
}

.checkout {
  flex-grow: 1;
  overflow-y: auto;
}
.checkout table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 500;
}
.checkout th {
  text-align: left;
  font-weight: 500;
  padding-bottom: 20px;
}
.checkout tr:last-child td {
  border-bottom: none;
}
.checkout td {
  padding: 10px 0;
  border-bottom: 1px solid #F4F4F4;
}
.checkout .delete-btn {
  vertical-align: baseline;
  cursor: pointer;
}
.checkout .quantity-btn {
  cursor: pointer;
}
.checkout .discount-btn {
  cursor: pointer;
}
.checkout .delete-discount-btn {
  vertical-align: baseline;
  cursor: pointer;
}
.checkout .total-row {
  border-top: 2px solid #000;
  font-weight: bold;
}
.checkout .total-amount {
  text-align: right;
  font-weight: 700;
}
.checkout .no-line-separator {
  border-bottom: none;
}

.payment-options {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.payment-button {
  background-color: #606060;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 22%;
  text-align: center;
  color: white;
  height: 110px;
  padding-top: 30px;
}

/* Buttons */
.button-primary, .button-primary:hover, .button-primary:active {
  background-color: #6DC497 !important;
  border: 0;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
  padding: 10px 20px;
  box-shadow: none !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
  height: 30px;
}

.button-secondary, .button-secondary:hover, .button-secondary:active {
  background-color: #fff !important;
  border: 1px solid #6DC497;
  border-radius: 100px;
  color: #6DC497 !important;
  margin-right: 15px;
  padding: 10px 20px;
  box-shadow: none !important;
  line-height: 0px;
  height: 30px;
}

.cancel-button, .cancel-button:hover, .cancel-button:active {
  background-color: #606060 !important;
  border: 0;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
  padding: 10px 20px;
  box-shadow: none !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
  height: 30px;
}

/* Payment overview */
.payment-overlay {
  text-align: center;
}
.payment-overlay .payment-complete-button, .payment-overlay .payment-complete-button:hover, .payment-overlay .payment-complete-button:active, .payment-overlay .payment-complete-button:focus {
  background-color: #6DC497 !important;
  border: 0 !important;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
  padding: 10px 20px;
  box-shadow: none !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
  height: 30px;
  align-content: center;
}
.payment-overlay .secondary-button, .payment-overlay .secondary-button:hover, .payment-overlay .secondary-button:active, .payment-overlay .secondary-button:focus {
  background-color: #fff !important;
  border: 1px solid #6DC497 !important;
  border-radius: 100px;
  color: #6DC497 !important;
  margin-right: 15px;
  padding: 10px 20px;
  box-shadow: none !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
  height: 30px;
  align-content: center;
}
.payment-overlay .total {
  font-size: 80px;
  padding: 100px 0 100px 0;
}
.payment-overlay .total .circle {
  width: 236px;
  height: 236px;
}
.payment-overlay .search-input-container {
  width: 100%;
}
.payment-overlay .dataTables_wrapper,
.payment-overlay .dt-container {
  width: 100% !important;
}
.payment-overlay .dataTables_wrapper .dataTables_scrollHead,
.payment-overlay .dataTables_wrapper .dt-scroll-head,
.payment-overlay .dt-container .dataTables_scrollHead,
.payment-overlay .dt-container .dt-scroll-head {
  width: 100% !important;
  overflow: visible !important;
}
.payment-overlay .dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner,
.payment-overlay .dataTables_wrapper .dataTables_scrollHead .dt-scroll-headInner,
.payment-overlay .dataTables_wrapper .dt-scroll-head .dataTables_scrollHeadInner,
.payment-overlay .dataTables_wrapper .dt-scroll-head .dt-scroll-headInner,
.payment-overlay .dt-container .dataTables_scrollHead .dataTables_scrollHeadInner,
.payment-overlay .dt-container .dataTables_scrollHead .dt-scroll-headInner,
.payment-overlay .dt-container .dt-scroll-head .dataTables_scrollHeadInner,
.payment-overlay .dt-container .dt-scroll-head .dt-scroll-headInner {
  width: 100% !important;
}
.payment-overlay .dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner table,
.payment-overlay .dataTables_wrapper .dataTables_scrollHead .dt-scroll-headInner table,
.payment-overlay .dataTables_wrapper .dt-scroll-head .dataTables_scrollHeadInner table,
.payment-overlay .dataTables_wrapper .dt-scroll-head .dt-scroll-headInner table,
.payment-overlay .dt-container .dataTables_scrollHead .dataTables_scrollHeadInner table,
.payment-overlay .dt-container .dataTables_scrollHead .dt-scroll-headInner table,
.payment-overlay .dt-container .dt-scroll-head .dataTables_scrollHeadInner table,
.payment-overlay .dt-container .dt-scroll-head .dt-scroll-headInner table {
  width: 100% !important;
}
.payment-overlay .dataTables_wrapper .dataTables_scrollBody,
.payment-overlay .dataTables_wrapper .dt-scroll-body,
.payment-overlay .dt-container .dataTables_scrollBody,
.payment-overlay .dt-container .dt-scroll-body {
  width: 100% !important;
}
.payment-overlay .dataTables_wrapper .dataTables_scrollBody table,
.payment-overlay .dataTables_wrapper .dt-scroll-body table,
.payment-overlay .dt-container .dataTables_scrollBody table,
.payment-overlay .dt-container .dt-scroll-body table {
  width: 100% !important;
}
.payment-overlay .dataTables_wrapper .table-responsive,
.payment-overlay .dt-container .table-responsive {
  width: 100% !important;
  max-width: 100% !important;
}
.payment-overlay .datatable-container {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.payment-button img {
  padding-bottom: 5px;
}

/* Consignees styles */
.consignee-transactions h2 {
  color: #6DC497;
}
.consignee-transactions .fw-bold {
  font-weight: 700;
}
.consignee-transactions .consignee-transactions-header {
  padding-bottom: 30px;
}
.consignee-transactions .consignee-transactions-header .consignee-transactions-actions {
  gap: 10px;
}
.consignee-transactions .consignee-balance-summary {
  margin-bottom: 20px;
  padding-left: 0;
}
.consignee-transactions .consignee-balance-summary .balance {
  color: #000;
  margin-left: 20px;
}
.consignee-transactions .consignee-balance-summary .button-primary {
  margin-left: auto;
}
.consignee-transactions .consignee-transactions-title {
  margin-bottom: 30px;
}
.consignee-transactions .consignee-transactions-title .table-header {
  width: 163px;
}
.consignee-transactions .consignee-transactions-month {
  padding-left: 0px;
}
.consignee-transactions .consignee-transactions-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-right: 100px;
}
.consignee-transactions .consignee-transactions-container .month-container {
  display: flex;
  flex-direction: column;
  width: 163px;
  gap: 5px;
}
.consignee-transactions .consignee-transactions-container .month-container .year-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.consignee-transactions .consignee-transactions-container .month-container .months-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.consignee-transactions .consignee-transactions-container .month-container .month-item {
  height: 30px;
  width: fit-content;
  border: 1px solid #6DC497;
  border-radius: 100px;
  align-content: center;
  padding: 0 10px;
  cursor: pointer;
  color: #6DC497;
  background-color: transparent;
}
.consignee-transactions .consignee-transactions-container .month-container .month-item.month-selector {
  margin-left: 10px;
}
.consignee-transactions .consignee-transactions-container .month-container .month-item.selected {
  color: #fff;
  background-color: #6DC497;
}
.consignee-transactions .consignee-transactions-container .transactions-list {
  flex: 1;
  padding: 0;
}
.consignee-transactions .balance-header {
  background-color: #e8f5e8;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}
.consignee-transactions .balance-header .d-flex {
  justify-content: space-between;
  align-items: center;
}
.consignee-transactions .balance-header .text-end {
  text-align: right;
  font-weight: 700;
}
.consignee-transactions .transactions-content .transaction-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 10px;
  height: 70px;
}
.consignee-transactions .transactions-content .transaction-item .transaction-description {
  font-weight: 400;
  min-width: 0;
  overflow: hidden;
}
.consignee-transactions .transactions-content .transaction-item .transaction-description > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.consignee-transactions .transactions-content .transaction-item .transaction-meta {
  min-width: 120px;
  text-align: right;
}
.consignee-transactions .transactions-content .transaction-item .transaction-meta .text-success {
  color: #6DC497;
}
.consignee-transactions .transactions-content .transaction-item .transaction-meta .text-danger {
  color: #D95448;
}

/* Table height overrides */
#labels-overview .dataTables_scrollBody {
  max-height: 55vh !important;
}

#bookOutArchiveDataTable_wrapper .dataTables_scrollBody {
  max-height: 55vh !important;
}

#transactionsDataTable_wrapper .dataTables_scrollBody {
  max-height: 45vh !important;
}

/* Search DataTable box */
.dt-top-bar {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 20px;
}
.dt-top-bar .dt-tb-button {
  height: 100%;
  aspect-ratio: 1;
}
.dt-top-bar .dt-tb-button .circle {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.search-container {
  background-color: #979797;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 5px;
  margin-bottom: 25px;
}

.search-input {
  width: 100%;
  padding: 1.2rem 3.25rem;
  border: solid 1px #979797;
  border-radius: 20px;
}

.search-input::placeholder {
  color: #6b7280;
}

.search-input-container {
  position: relative;
  height: 40px;
  width: 35%;
}

.cash-register .search-input-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cash-register .table-bordered th.cash-register-price-column,
  .cash-register .table-bordered td.cash-register-price-column {
    min-width: 110px !important;
    max-width: 110px !important;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }
}
.circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #6DC497;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 16px;
}

.circle img {
  width: 50%;
  height: auto;
}

.decimal-confirm-no-padding {
  padding: 0 !important;
}

.decimal-confirm-amount-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.confirm-dialog input.decimal-confirm-input-no-spin::-webkit-outer-spin-button,
.confirm-dialog input.decimal-confirm-input-no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.confirm-dialog input.decimal-confirm-input-no-spin[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.search-icon,
.grid-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}

.search-icon {
  left: 1.25rem;
}

.grid-icon {
  right: 0.75rem;
}

/* / End Search DataTable box */
/* DataTable */
.datatable-container .row .col-12 {
  padding: 0px;
}

/* Actions dropdown menu */
.dropdown-menu.payout-actions-dropdown-menu {
  border-radius: 10px;
  padding: 20px;
  margin: 0.2rem;
}

.split-2 {
  margin-left: 0px;
  margin-right: 0px;
}
.split-2 #left {
  padding-right: 12.5px;
  padding-left: 0px;
}
.split-2 #right {
  padding-left: 12.5px;
  padding-right: 0px;
}

.voucher-details-column {
  padding: 0px;
}

.dataTables_wrapper,
.dt-container {
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
}
.dataTables_wrapper .dataTables_scroll,
.dataTables_wrapper .dt-scroll,
.dt-container .dataTables_scroll,
.dt-container .dt-scroll {
  width: 100% !important;
  max-width: 100% !important;
}
.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dt-scroll-head,
.dt-container .dataTables_scrollHead,
.dt-container .dt-scroll-head {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
}
.dataTables_wrapper .dataTables_scrollBody,
.dataTables_wrapper .dt-scroll-body,
.dt-container .dataTables_scrollBody,
.dt-container .dt-scroll-body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
}
.dataTables_wrapper .dataTables_scrollBody .table-bordered th,
.dataTables_wrapper .dt-scroll-body .table-bordered th,
.dt-container .dataTables_scrollBody .table-bordered th,
.dt-container .dt-scroll-body .table-bordered th {
  border-bottom: 0px !important;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dt-search,
.dt-container .dataTables_filter,
.dt-container .dt-search {
  display: none;
}
.dataTables_wrapper .dt-buttons,
.dt-container .dt-buttons {
  padding-top: 10px;
  float: right;
  position: relative;
  z-index: 2;
}
.dataTables_wrapper .dt-button,
.dt-container .dt-button {
  background-color: #6DC497;
  border: none;
  border-radius: 100px;
  padding: 4px 9px 1px 9px;
  color: #fff;
  height: 30px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dataTables_wrapper .dt-button-collection,
.dt-container .dt-button-collection {
  margin-left: -60px !important;
  border-radius: 5px;
}
.dataTables_wrapper .dt-button-collection .dt-button,
.dt-container .dt-button-collection .dt-button {
  margin: 2px 10px 2px 10px;
  border-radius: 5px;
  min-width: 180px !important;
}
.dataTables_wrapper .dt-button-collection .dt-button:not(.active),
.dt-container .dt-button-collection .dt-button:not(.active) {
  background-color: #6c757d;
  color: white;
  opacity: 0.6;
}
.dataTables_wrapper .dt-button-collection .dt-button:hover,
.dt-container .dt-button-collection .dt-button:hover {
  opacity: 1;
}
.dataTables_wrapper .table-bordered,
.dt-container .table-bordered {
  overflow-wrap: break-word;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top: none;
  text-align: left;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  /* Custom checkbox styling */
  /* Custom checkmark for checkboxes */
}
.dataTables_wrapper .table-bordered thead,
.dt-container .table-bordered thead {
  line-height: 10px;
}
.dataTables_wrapper .table-bordered th,
.dt-container .table-bordered th {
  background-color: transparent;
  background: none;
  color: #606060;
  border: none !important;
  border-bottom: 2px solid !important;
  border-bottom-color: #606060;
  white-space: nowrap;
  hyphens: auto;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dataTables_wrapper .table-bordered th:first-child,
.dt-container .table-bordered th:first-child {
  border-top-left-radius: 20px;
}
.dataTables_wrapper .table-bordered th:last-child,
.dt-container .table-bordered th:last-child {
  border-top-right-radius: 20px;
  border-right-width: 0px !important;
}
.dataTables_wrapper .table-bordered tbody tr:first-child td,
.dt-container .table-bordered tbody tr:first-child td {
  border: none;
}
.dataTables_wrapper .table-bordered tbody tr:hover,
.dt-container .table-bordered tbody tr:hover {
  background-color: #ECF6EA;
}
.dataTables_wrapper .table-bordered td,
.dt-container .table-bordered td {
  border: none;
  border-top: 1px solid #6DC497;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.4;
}
.dataTables_wrapper .table-bordered td.force-break,
.dt-container .table-bordered td.force-break {
  word-break: break-all;
}
.dataTables_wrapper .table-bordered td.url-content,
.dt-container .table-bordered td.url-content {
  word-break: break-all;
  font-family: monospace;
  font-size: 0.9em;
}
.dataTables_wrapper .table-bordered td.numeric-content,
.dt-container .table-bordered td.numeric-content {
  word-break: keep-all;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.dataTables_wrapper .table-bordered .row-selected,
.dt-container .table-bordered .row-selected {
  background-color: #ECF6EA !important;
}
.dataTables_wrapper .table-bordered input[type=checkbox],
.dt-container .table-bordered input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.dataTables_wrapper .table-bordered input[type=checkbox]:before,
.dt-container .table-bordered input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.dataTables_wrapper .table-bordered input[type=checkbox]:checked:before,
.dt-container .table-bordered input[type=checkbox]:checked:before {
  background-color: #6DC497;
}
.dataTables_wrapper .table-bordered input[type=checkbox]:checked:after,
.dt-container .table-bordered input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  clip-path: polygon(14% 44%, 0% 64%, 50% 100%, 100% 16%, 80% 0%, 40% 62%);
}

/* Table overview */
.reports .table-overview {
  background: white;
  border-radius: 6px;
  padding: 15px;
  font-family: Arial, sans-serif;
}
.reports .table-header {
  background: #222855 !important;
  color: white !important;
  font-weight: bold;
  padding: 10px !important;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0px !important;
}
.reports .table-container {
  border-top: none;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.reports .table-section {
  background: #F1F1F5;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  height: 60px;
}
.reports .table-title {
  font-weight: bold;
}
.reports .table-value {
  font-weight: bold;
  color: #2D2D5C;
}
.reports .table-row {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
}
.reports .subtext {
  font-size: 14px;
  color: #222855;
  font-style: italic;
  font-weight: 400;
}
.reports .table-amount {
  margin-right: 80px;
}

.vat-report {
  max-width: calc(50% - 125px);
}
.vat-report .vat-report-block {
  padding: 20px 24px 24px 0;
}
.vat-report .vat-report-section {
  margin-bottom: 24px;
}
.vat-report .vat-report-section:last-of-type {
  margin-bottom: 20px;
}
.vat-report .vat-report-section-title {
  color: #6DC497;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
}
.vat-report .vat-report-line {
  border: 0;
  border-top: 1px solid #6DC497;
  margin: 12px 0;
}
.vat-report .vat-report-section-head {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 8px;
}
.vat-report .vat-report-section-head .vat-report-section-value {
  font-weight: bold;
  font-size: 16px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  text-align: right;
}
.vat-report .vat-report-row {
  display: grid;
  grid-template-columns: 1fr 120px;
  column-gap: 24px;
  align-items: start;
  padding: 10px 0;
  color: #000;
  font-size: 13px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-weight: 500;
  line-height: 20px;
}
.vat-report .vat-report-label-bold {
  font-weight: bold;
}
.vat-report .vat-report-label-italic {
  font-style: italic;
}
.vat-report .vat-report-amount {
  text-align: left;
  white-space: nowrap;
  color: #000;
  font-size: 13px;
  margin-right: 0;
}
.vat-report .vat-report-amount-bold {
  font-weight: bold;
}
.vat-report .vat-report-subtext {
  font-size: 13px;
  color: #000;
  font-style: italic;
  font-weight: 400;
}
.vat-report .vat-report-actions {
  margin-top: 8px;
}
.vat-report .vat-report-row-label-indent > *:first-child {
  padding-left: 20px;
}

.revenue-report .revenue-report-row-spread {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.revenue-report .revenue-report-row-spread > *:first-child {
  padding-left: 40px;
  margin-left: 0;
  padding-right: 40px;
  min-width: 0;
}
.revenue-report .revenue-report-row-spread .vat-report-amount {
  transform: none;
  flex-shrink: 0;
  padding-right: 120px;
  padding-left: 20px;
}
.revenue-report .vat-report-row-indent > *:first-child {
  padding-left: 20px;
}
.revenue-report .vat-report-row-indent.vat-report-row-indent-2 > *:first-child {
  padding-left: 40px;
}
.revenue-report .vat-report-row-indent .vat-report-amount {
  transform: translateX(-50px);
}
.revenue-report .vat-report-row-indent.vat-report-row-indent-2 .vat-report-amount {
  transform: translateX(-50px);
}
.revenue-report .vat-report-row-indent .vat-report-amount.revenue-report-amount-align-right,
.revenue-report #right .vat-report-row-indent .vat-report-amount {
  transform: none;
}
.revenue-report .revenue-report-subtext-indent {
  display: block;
  margin-top: 4px;
  padding-left: 20px;
}
.revenue-report .vat-report-section-head-no-value .vat-report-section-value {
  display: none;
}

@media only screen and (max-width: 767px) {
  .split-2 #left,
  .split-2 #right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .split-2 .vat-report {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .split-2 .vat-report .vat-report-block {
    padding-right: 0;
  }
  #voucher-details-overview .row {
    margin-left: 0;
    margin-right: 0;
  }
  .voucher-details-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#right .vat-report-row-indent > *:first-child {
  padding-left: 0;
  margin-left: 0;
}

#right .vat-report-row-indent.vat-report-row-indent-label > *:first-child {
  padding-left: 20px;
}

.category-toggle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.category-mode-toggle {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: fit-content;
}

.category-mode-option {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 20px 0 10px;
  cursor: pointer;
  margin: 0;
  color: #999;
  border: 1px solid #999;
  border-radius: 100px;
  background: transparent;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.category-mode-option input[type=radio] {
  display: none;
}
.category-mode-option .radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #999;
  background: transparent;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-mode-option .radio-dot::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
}
.category-mode-option.is-selected {
  background: #ECF6EA;
  border-color: #6DC497;
  color: #6DC497;
}
.category-mode-option.is-selected .radio-dot {
  border-color: #6DC497;
}
.category-mode-option.is-selected .radio-dot::after {
  background: #6DC497;
}

.table-overview .table-header {
  padding: 7px 0px 6px 0px;
  margin-bottom: 15px;
  color: #6DC497;
  font-weight: bold !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.table-overview .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.table-overview .text-label {
  color: #B9B9B9;
  padding-top: calc(0.375rem + 1px);
  margin-bottom: 0;
}
.table-overview .input-clear {
  position: absolute;
  right: 30px;
  top: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  color: #000;
  font-weight: bold;
}
.table-overview .input-field:not(:placeholder-shown) + .input-clear {
  display: block;
}
.table-overview .input-clear-date {
  right: 0;
  margin-right: -5px;
}
.table-overview .select2-container--bootstrap4 .select2-selection--single {
  display: flex;
  padding: 8px 40px 8px 20px;
  align-items: center;
  border-radius: 40px;
  height: 40px !important;
  border: none;
  background: #FAFAFA;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1);
}
.table-overview .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 40px !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.table-overview .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  background: url("/Content/icons/icon/svg-colorize/arrow_down_big.svg") no-repeat center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  right: 11px !important;
  top: 50% !important;
  transform: translateY(-50%);
  border: none;
}
.table-overview .select2-container--bootstrap4.select2-container--focus .select2-selection--single {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1) !important;
  border-color: transparent !important;
  outline: none !important;
}
.table-overview .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.table-overview input[type=date].form-control.input-field {
  padding: 8px 40px 8px 20px !important;
}
.table-overview input[type=date].form-control.input-field::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 30px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.table-overview select.form-control {
  background-image: url("/Content/icons/icon/svg-colorize/arrow_down_big.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 16px 16px;
  padding-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.table-overview select.form-control.discount-type-select {
  width: 60px !important;
  padding: 8px 28px 8px 8px;
}
.table-overview .discount-amount-input {
  min-width: 80px;
}
.table-overview .custom-toggle {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.table-overview .custom-toggle .custom-control-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.table-overview .custom-toggle .custom-control-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.table-overview .custom-toggle .custom-control-label::before {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  background-color: #E6E8EA;
  border-radius: 10px;
  transition: background-color 0.2s ease-in-out;
  margin: 0;
}
.table-overview .custom-toggle .custom-control-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  box-shadow: none;
}
.table-overview .custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6DC497;
}
.table-overview .custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(12px);
}
.table-overview .custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  outline: none;
}
.table-overview .custom-toggle .custom-control-input:disabled ~ .custom-control-label {
  opacity: 1;
  cursor: not-allowed;
}
.table-overview .custom-toggle .custom-control-input:disabled ~ .custom-control-label::before {
  background: #E6E8EA;
}
.table-overview .custom-toggle .custom-toggle .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #B9B9B9;
}
.table-overview .alert-danger {
  background-color: #D95448 !important;
  border-color: #D95448 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-overview .btn-success {
  background-color: #6DC497;
  border-color: #6DC497;
  border-radius: 100px;
  align-content: center;
  height: 30px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
}
.table-overview .btn-secondary {
  background-color: #979797;
  border-color: #979797;
  border-radius: 100px;
  height: 30px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
  align-content: center;
}
.table-overview .btn-secondary a, .table-overview .btn-secondary a:visited, .table-overview .btn-secondary a:hover, .table-overview .btn-secondary a:active {
  color: #fff;
  text-decoration: none;
}

.inventory-datatable-wrapper .datatable-container .table-responsive {
  overflow-x: auto;
}
.inventory-datatable-wrapper .table-bordered th,
.inventory-datatable-wrapper .table-bordered td {
  white-space: nowrap;
  word-wrap: normal;
  overflow-wrap: normal;
}
.inventory-datatable-wrapper .table-bordered th.wrap-column-very-small,
.inventory-datatable-wrapper .table-bordered td.wrap-column-very-small {
  min-width: 60px !important;
  max-width: 60px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.inventory-datatable-wrapper .table-bordered th.wrap-column-small,
.inventory-datatable-wrapper .table-bordered td.wrap-column-small {
  min-width: 70px !important;
  max-width: 70px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.inventory-datatable-wrapper .table-bordered th.wrap-column-medium,
.inventory-datatable-wrapper .table-bordered td.wrap-column-medium {
  min-width: 92px !important;
  max-width: 92px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.inventory-datatable-wrapper .table-bordered th.wrap-column-subcategory,
.inventory-datatable-wrapper .table-bordered td.wrap-column-subcategory {
  min-width: 93px !important;
  max-width: 93px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.inventory-datatable-wrapper .table-bordered th.wrap-column-last-name,
.inventory-datatable-wrapper .table-bordered td.wrap-column-last-name {
  min-width: 75px !important;
  max-width: 75px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.inventory-datatable-wrapper .table-bordered th.wrap-column-brand-color-size,
.inventory-datatable-wrapper .table-bordered td.wrap-column-brand-color-size {
  min-width: 45px !important;
  max-width: 45px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.inventory-datatable-wrapper .table-bordered th.wrap-column-narrow,
.inventory-datatable-wrapper .table-bordered td.wrap-column-narrow {
  min-width: 50px !important;
  max-width: 50px !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.datatable-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible !important;
}
.datatable-container .table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .datatable-container .table-responsive {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

.row .col-12, .row .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .row .col-12, .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Transaction report filters */
.transaction-filters-container {
  background-color: #ECF6EA;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 5px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .transaction-filters-container .form-group.row {
    row-gap: 5px;
  }
}
.transaction-filters-container .transaction-filters-date {
  width: 155px;
}
.transaction-filters-container .transaction-filters-apply {
  /*        //width: 100%;*/
  display: flex;
  flex-flow: row-reverse;
}
@media only screen and (max-width: 767px) {
  .transaction-filters-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .transaction-filters-container .form-group.transaction-filters-fields {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    row-gap: 10px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .transaction-filters-container .form-group.transaction-filters-fields .text-label {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .transaction-filters-container .form-group.transaction-filters-fields .mx-2 {
    display: none;
  }
  .transaction-filters-container .transaction-filters-date {
    width: auto;
  }
  .transaction-filters-container .transaction-filters-date .form-control.input-field {
    width: auto;
  }
  .transaction-filters-container .transaction-filters-apply {
    flex-flow: row;
    margin-top: 0.75rem;
  }
}

/* Scan QR codes and Barcodes */
#video-container {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
  background-color: white;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  max-width: 90%;
  box-sizing: border-box;
}

#video-container video {
  max-width: 100%;
}

#video-container .close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  background: #ff5f56;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

#upload-container {
  margin-top: 16px;
  text-align: center;
}

#upload-container input[type=file] {
  display: none;
}

#upload-container label {
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
  background-color: #4caf50;
  color: white;
  border-radius: 4px;
}

/* End Scan QR codes and Barcodes */
/* Toast notifications */
#successToast {
  background-color: #222855;
  border-radius: 10px;
  margin: 5px 0 25px 0;
  padding: 20px;
}

#loginErrorToast {
  background-color: #D95448;
  border-radius: 10px;
  margin: 5px auto 25px auto;
  padding: 20px;
  width: 478px;
}

.toast .close {
  padding-right: 6px;
  margin-top: 4px;
}
.toast .toast-body {
  color: #fff;
  font-weight: bold;
}
.toast .success-checkmark {
  width: 50px;
  padding-top: 10px;
  margin-left: 6px;
}

/* Shared UI elements */
.complementary-button {
  background-color: #222855 !important;
  border: 0;
  border-radius: 100px !important;
  color: #fff !important;
  height: 30px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
  align-content: center;
}

/* Mobile styling */
@media only screen and (max-width: 767px) {
  .table-overview .text-label {
    padding-bottom: calc(0.375rem + 1px);
  }
  #payoutFromLabel {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .only_desktop {
    display: none !important;
  }
  .sidebar-user-menu .user-header .language {
    display: none !important;
  }
  .sidebar-menu-item a {
    display: inline-flex !important;
    align-items: center;
    padding-right: 15px !important;
  }
  .navbar.navbar-static-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 1300 !important;
    background-color: white !important;
    justify-content: space-between !important;
  }
  .sidebar-open .navbar.navbar-static-top {
    background-color: #ECF6EA !important;
    border-bottom: none !important;
  }
  .sidebar-open .navbar-logo {
    display: none !important;
  }
  .wrapper {
    padding: 0px;
  }
  .content-wrapper {
    margin-left: 0px;
  }
  .content-wrapper .content-header,
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-content {
    padding-bottom: 65px;
  }
  .form-group .form-input {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group .form-input-date {
    padding-right: 15px;
  }
  .input-clear:not(.input-clear-date) {
    right: 15px;
  }
  .vat-report-actions {
    text-align: left !important;
  }
  .discount-field-row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .discount-input-col {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: 8px;
    flex: 1 1 auto;
    max-width: none;
  }
  .discount-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .discount-actions .btn {
    width: auto;
    margin: 0 !important;
  }
  .checkout-container {
    padding: 20px 10px 25px 10px;
  }
  .checkout .quantity-btn {
    margin-left: 2px !important;
  }
  .payment-options {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .payment-button {
    flex: 0 0 calc(33.333% - 7px);
    height: 80px;
    margin-left: 0 !important;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
  }
  .payment-overlay .dataTables_wrapper .dataTables_scrollHead,
  .payment-overlay .dataTables_wrapper .dt-scroll-head,
  .payment-overlay .dt-container .dataTables_scrollHead,
  .payment-overlay .dt-container .dt-scroll-head {
    overflow: hidden !important;
  }
  .payment-overlay .dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner,
  .payment-overlay .dataTables_wrapper .dataTables_scrollHead .dt-scroll-headInner,
  .payment-overlay .dataTables_wrapper .dt-scroll-head .dataTables_scrollHeadInner,
  .payment-overlay .dataTables_wrapper .dt-scroll-head .dt-scroll-headInner,
  .payment-overlay .dt-container .dataTables_scrollHead .dataTables_scrollHeadInner,
  .payment-overlay .dt-container .dataTables_scrollHead .dt-scroll-headInner,
  .payment-overlay .dt-container .dt-scroll-head .dataTables_scrollHeadInner,
  .payment-overlay .dt-container .dt-scroll-head .dt-scroll-headInner {
    width: auto !important;
    min-width: 100%;
  }
  .payment-overlay .dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner table,
  .payment-overlay .dataTables_wrapper .dataTables_scrollHead .dt-scroll-headInner table,
  .payment-overlay .dataTables_wrapper .dt-scroll-head .dataTables_scrollHeadInner table,
  .payment-overlay .dataTables_wrapper .dt-scroll-head .dt-scroll-headInner table,
  .payment-overlay .dt-container .dataTables_scrollHead .dataTables_scrollHeadInner table,
  .payment-overlay .dt-container .dataTables_scrollHead .dt-scroll-headInner table,
  .payment-overlay .dt-container .dt-scroll-head .dataTables_scrollHeadInner table,
  .payment-overlay .dt-container .dt-scroll-head .dt-scroll-headInner table {
    width: auto !important;
    min-width: 100%;
  }
  .payment-overlay .dataTables_wrapper .dataTables_scrollBody table,
  .payment-overlay .dataTables_wrapper .dt-scroll-body table,
  .payment-overlay .dt-container .dataTables_scrollBody table,
  .payment-overlay .dt-container .dt-scroll-body table {
    width: auto !important;
    min-width: 100%;
  }
  .content-wrapper .page-content .row #table,
  .content-wrapper .page-content .row #checkout {
    padding-left: 0;
    padding-right: 0;
  }
  .main-sidebar {
    padding-top: 40px;
  }
  .sidebar {
    padding: 0px;
    width: 230px;
  }
  .navbar {
    height: 40px;
  }
  .navbar a {
    color: #606060;
  }
  .navbar .navbar-logo {
    margin-left: 0px;
  }
  .navbar .navbar-menu-toggle {
    width: 65%;
  }
  .menu-button {
    position: relative;
    z-index: auto;
    width: 24px;
    height: 24px;
    font-size: 0;
    margin-left: 20px;
  }
  .menu-button div {
    margin-left: 0;
    line-height: 0;
  }
  .menu-button img {
    width: 24px;
    height: 24px;
  }
  .sidebar-open .main-sidebar {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    overflow-y: auto;
    background-color: #ECF6EA;
    z-index: 1200;
  }
  .sidebar-open .sidebar {
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
  .sidebar-open .sidebar-menu {
    border-radius: 0;
    box-shadow: none;
  }
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    transform: none !important;
  }
  .search-input-container {
    width: 100%;
  }
  #video-container {
    display: none;
    width: 365px;
    /*height: 335px;*/
  }
  #preview {
    /*width: 330px;
    height: 248px;*/
  }
  .consignee-transactions .consignee-transactions-container,
  .consignee-transactions-container {
    flex-direction: column;
    padding-right: 0;
    gap: 10px;
  }
  .consignee-transactions .consignee-transactions-container .month-container,
  .consignee-transactions-container .month-container {
    width: 100%;
    flex-direction: column;
  }
  .consignee-transactions .consignee-transactions-container .month-container .year-group,
  .consignee-transactions-container .month-container .year-group {
    gap: 8px;
  }
  .consignee-transactions .consignee-transactions-container .month-container .months-row,
  .consignee-transactions-container .month-container .months-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .consignee-transactions .consignee-transactions-container .month-container .months-row .month-selector,
  .consignee-transactions-container .month-container .months-row .month-selector {
    margin-left: 0;
  }
  .transactions-list {
    width: 100%;
  }
  .receipt-details-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .receipt-details-row {
    margin-left: 0;
    margin-right: 0;
  }
  .receipt-details-col {
    padding-left: 0;
    padding-right: 0;
  }
  .receipt-content-wrapper {
    padding: 0;
  }
  .consignee-transactions .transactions-content .transaction-item {
    height: auto;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .consignee-transactions .transactions-content .transaction-item .transaction-description > div {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .consignee-transactions .transactions-content .transaction-item .transaction-meta {
    min-width: 90px;
  }
}
/* Desktop styling */
@media only screen and (min-width: 767px) {
  .receipt-content-wrapper {
    padding: 1rem 1rem 1rem 0.5rem;
  }
  .only_mobile {
    display: none !important;
  }
  .wrapper {
    padding: 20px 20px 20px 20px;
  }
  .content-wrapper {
    margin-left: 225px;
    min-height: 700px !important;
  }
  .sidebar {
    padding: 20px 0px 10px 20px;
    width: 220px;
  }
  .navbar {
    height: 30px;
    margin-bottom: 30px;
    justify-content: end;
  }
  #video-container {
    width: 535px;
    height: 465px;
  }
  #preview {
    width: 500px;
    height: 375px;
  }
  .datatable-container {
    width: 100%;
    max-width: 100%;
  }
  .dataTables_wrapper,
  .dt-container {
    width: 100%;
    max-width: 100%;
  }
  .dataTables_wrapper .dataTables_scroll,
  .dataTables_wrapper .dt-scroll,
  .dt-container .dataTables_scroll,
  .dt-container .dt-scroll {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.value-of-inventory-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

.value-of-inventory-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 2rem;
}

.inventory-table {
  width: 100%;
  border-collapse: collapse;
}
.inventory-table th {
  font-weight: 600;
  color: #495057;
  padding: 0.75rem;
  text-align: left;
  border-bottom: 2px solid #6f6f6f;
}
.inventory-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #bfe6c9;
}
.inventory-table tbody tr.has-border td {
  border-bottom: 2px solid #6f6f6f;
}
.inventory-table tbody tr:hover {
  background-color: #f8f9fa;
}
.inventory-table .description-column {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.btn-blue {
  color: #FFFFFF !important;
  background-color: #222855;
  border-color: #222855;
  border-radius: 100px;
  align-content: center;
  height: 30px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
}
.btn-blue:hover {
  color: #FFFFFF !important;
}

.btn-grey {
  color: #FFFFFF !important;
  background-color: #999999;
  border-color: #999999;
  border-radius: 100px;
  align-content: center;
  height: 30px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0px;
}
.btn-grey:hover {
  color: #FFFFFF !important;
}

#login {
  background-image: url("/Content/assets/images/login_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#create-account {
  background-image: url("/Content/assets/images/login_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#create-account-confirmation {
  background-image: url("/Content/assets/images/login_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.webshop-connection {
  margin-top: 8px;
}

.webshop-connection__heading {
  color: #6DC497;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.webshop-connection__intro {
  color: #606060;
  font-size: 13px;
  margin: 0 0 28px 0;
}
.webshop-connection__intro a {
  color: #606060;
  text-decoration: underline;
}

.webshop-connection__grid {
  display: grid;
  grid-template-columns: repeat(2, 211px);
  gap: 20px;
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  .webshop-connection__grid {
    grid-template-columns: 211px;
  }
}

.webshop-integration-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 211px;
  height: 140px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.webshop-integration-card__title {
  color: #000;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: bold !important;
  line-height: 1.2;
  margin: 0 0 4px 0;
}

.webshop-integration-card__subtitle {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 auto;
  padding-bottom: 8px;
}

.webshop-integration-card__connect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  height: 30px;
  padding: 0 18px;
  box-sizing: border-box;
  background-color: #6DC497 !important;
  border: 0;
  border-radius: 100px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  box-shadow: none !important;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0;
}
.webshop-integration-card__connect:hover, .webshop-integration-card__connect:active, .webshop-integration-card__connect:focus {
  color: #fff !important;
  opacity: 0.92;
}

.webshop-integration-card__connect-icon {
  flex-shrink: 0;
}

.webshop-integration-card--connected {
  width: 400px;
}

.webshop-integration-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

.webshop-integration-card__status {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 14px;
  background-color: #EAF3DE;
  border: 0;
  border-radius: 100px;
  color: #1A5E38;
  font-size: 13px;
  font-weight: 500;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.webshop-integration-card__disconnect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 18px;
  background-color: #6DC497;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  line-height: 0;
}
.webshop-integration-card__disconnect:hover, .webshop-integration-card__disconnect:active, .webshop-integration-card__disconnect:focus {
  opacity: 0.92;
  outline: none;
}

.integration-spinner {
  width: 79px;
  height: 79px;
  margin: 0 auto;
  animation: integration-spinner-rotate 1s linear infinite;
}

@keyframes integration-spinner-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .consignee-nav-buttons {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
/* Login page */
@media only screen and (max-width: 767px) {
  .login-lang-selector {
    position: static !important;
    text-align: center;
    padding: 20px 0 0;
  }
  .login-page-container {
    padding-top: 10px !important;
  }
  .login-title {
    margin-top: 20px !important;
  }
  .login-card {
    width: 100% !important;
  }
  .login-field-row {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .login-field-row label {
    width: auto !important;
    margin-right: 0 !important;
    margin-bottom: 6px;
  }
  .login-field-row > div {
    width: 100%;
  }
  .login-btn-row .btn {
    width: 100%;
    display: block;
  }
  .login-mycirquly-btn {
    margin-top: 80px !important;
  }
  .btn-company-settings-save {
    width: 100%;
  }
}
/* Consignee — custom consignment percentage row */
.consignment-percentage-row {
  align-items: center;
}
.consignment-percentage-row .consignment-percentage-description {
  margin-bottom: 0;
  padding-top: 8px;
}
.consignment-percentage-row .consignment-percentage-input-wrapper {
  text-align: right;
  margin-bottom: 0;
  padding-top: 8px;
}
.consignment-percentage-row .consignment-percentage-input-wrapper .input-field {
  width: 110px;
  display: inline-block;
}
@media (max-width: 767px) {
  .consignment-percentage-row .consignment-percentage-input-wrapper {
    text-align: left;
  }
  .consignment-percentage-row .consignment-percentage-input-wrapper .input-field {
    width: 100%;
    display: block;
  }
}

/* Order labels sidebar menu dropdown */
#orderLabelsMenuItem {
  position: relative;
}
#orderLabelsMenuItem .order-labels-dropdown-menu {
  min-width: 0 !important;
  left: 10px !important;
  right: 10px !important;
  width: 175px !important;
  z-index: 9999;
}

/* Consignee communication */
.consignee-communication__grid {
  display: grid;
  grid-template-columns: 517px 517px;
  gap: 30px;
}
.consignee-communication__card {
  display: flex;
  flex-direction: column;
  width: 517px;
  background: #fff;
  border: 0.5px solid #b9b9b9;
  border-radius: 20px;
  padding: 20px;
}
.consignee-communication__card-title {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px;
}
.consignee-communication__card-subtitle {
  color: #606060;
  font-size: 13px;
  margin: 0 0 16px;
}
.consignee-communication__email-label {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 2px;
}
.consignee-communication__email-value {
  color: #606060;
  font-size: 13px;
  margin: 0 0 16px;
}
.consignee-communication__send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: #6dc497;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.consignee-communication__send-btn:hover {
  opacity: 0.92;
}
.consignee-communication__send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .form-action-buttons {
    display: flex;
    flex-direction: column;
  }
  .form-action-buttons .btn {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
  .form-action-buttons a {
    display: block;
    width: 100%;
  }
  .consignee-communication__grid {
    grid-template-columns: 1fr;
  }
  .consignee-communication__card {
    width: 100%;
  }
}
.company-settings__card {
  background: #fff;
  border: 0.5px solid #b9b9b9;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.company-settings__card .smart-rules__title {
  font-weight: 700;
  color: #000;
}
.company-settings__card .smart-rules__subtitle {
  color: #B9B9B9;
}

/* Company settings — Smart Rules page intro */
.smart-rules-page-intro {
  margin-bottom: 20px;
}
.smart-rules-page-intro .table-header {
  margin-bottom: 0;
}

/* Company settings — Smart Rules card */
.smart-rules-split .form-control.input-field:disabled {
  color: #606060;
}

.smart-rules-card .smart-rules__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.smart-rules-card .smart-rules__header .custom-toggle {
  margin-left: 10px;
}
.smart-rules-card .smart-rules__rule {
  margin-bottom: 20px;
}
.smart-rules-card .smart-rules__labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}
.smart-rules-card .smart-rules__labels label {
  margin-bottom: 0;
}
.smart-rules-card .smart-rules__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.smart-rules-card .smart-rules__prices {
  display: flex;
  align-items: center;
}
.smart-rules-card .smart-rules__prices .smart-rules__to {
  margin: 0 10px;
}
.smart-rules-card .price-field-euro {
  position: relative;
  width: 110px;
}
.smart-rules-card .price-field-euro .form-control.input-field {
  padding-left: 32px;
}
.smart-rules-card .price-field-euro .price-field-euro__symbol {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.smart-rules-card .percent-field {
  position: relative;
  width: 110px;
}
.smart-rules-card .percent-field .form-control.input-field {
  padding-right: 52px;
}
.smart-rules-card .percent-field .percent-field__symbol {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.smart-rules-card .percent-field .percent-field__stepper {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.smart-rules-card .percent-field .percent-field__step {
  border: none;
  background: transparent;
  padding: 0;
  width: 12px;
  height: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-rules-card .percent-field .percent-field__step::before {
  content: "";
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.smart-rules-card .percent-field .percent-field__step--up::before {
  border-bottom: 5px solid #606060;
}
.smart-rules-card .percent-field .percent-field__step--down::before {
  border-top: 5px solid #606060;
}
.smart-rules-card .percent-field .percent-field__step:disabled {
  cursor: default;
}
.smart-rules-card .percent-field .percent-field__step:disabled::before {
  opacity: 0.4;
}
.smart-rules-card .smart-rules__disclaimer {
  color: #B9B9B9;
  font-style: italic;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .smart-rules-card .smart-rules__labels label:first-child {
    max-width: 160px;
  }
  .smart-rules-card .smart-rules__inputs {
    display: grid;
    grid-template-columns: max-content max-content 1fr;
  }
  .smart-rules-card .smart-rules__prices {
    display: contents;
  }
  .smart-rules-card .smart-rules__prices .price-field-euro:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .smart-rules-card .smart-rules__prices .smart-rules__to {
    grid-column: 2;
    grid-row: 1;
  }
  .smart-rules-card .smart-rules__prices .price-field-euro:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .smart-rules-card .percent-field {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
}

@media only screen and (max-width: 767px) {
  .smart-rules-split #left,
  .smart-rules-split #right {
    padding-left: 0;
    padding-right: 0;
  }
  .smart-rules-split #right .smart-rules__title,
  .smart-rules-split #left .smart-rules__title {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  div.dt-button-collection {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 50px !important;
    bottom: 50px !important;
    margin: 0 !important;
    width: 240px !important;
    padding: 8px !important;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
  }
}
.user-actions-page table#userActionsDataTable,
.user-actions-page table#userActionsDataTable > thead > tr > th,
.user-actions-page table#userActionsDataTable > tbody > tr > td {
  border: none;
}
.user-actions-page table#userActionsDataTable > thead > tr > th {
  border-bottom: 2px solid #606060;
  height: 30px;
  color: #606060;
  font-weight: 400;
}
.user-actions-page table#userActionsDataTable > tbody > tr > td {
  border-bottom: 1px solid #6DC497;
  height: 40px;
  vertical-align: middle;
}
.user-actions-page table#userActionsDataTable.table-striped > tbody > tr:nth-of-type(odd) > td {
  background: transparent;
}
.user-actions-page table#userActionsDataTable > tbody > tr:hover > td {
  background: transparent;
}
.user-actions-page .ua-badge {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.user-actions-page .ua-badge-account {
  background: rgba(109, 196, 151, 0.18);
  color: #2A7A50;
}
.user-actions-page .ua-badge-consignor {
  background: rgba(109, 196, 151, 0.3);
  color: #1A5E38;
}
.user-actions-page .ua-badge-item {
  background: rgba(230, 160, 40, 0.15);
  color: #8A5800;
}
.user-actions-page .ua-badge-finance {
  background: rgba(60, 150, 240, 0.12);
  color: #1A52A0;
}
.user-actions-page .ua-badge-delete {
  background: rgba(220, 50, 50, 0.12);
  color: #B01C1C;
}
.user-actions-page .ua-badge-pos {
  background: rgba(139, 92, 246, 0.12);
  color: #5B21B6;
}
.user-actions-page .ua-see-receipt {
  text-decoration: underline;
  cursor: pointer;
}
.user-actions-page .dt-scroll-body::-webkit-scrollbar {
  width: 8px;
}
.user-actions-page .dt-scroll-body::-webkit-scrollbar-track {
  background: rgba(185, 185, 185, 0.5);
  border-radius: 4px;
}
.user-actions-page .dt-scroll-body::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}

#choose-discount-overlay > .table-overview {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #choose-discount-overlay > .table-overview {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.discount-section--inactive .discount-section__label {
  opacity: 0.4;
}
.discount-section--inactive > :not(.form-check) {
  opacity: 0.4;
  pointer-events: none;
}
.discount-section--inactive > :not(.form-check) select,
.discount-section--inactive > :not(.form-check) input {
  background-color: #fff;
}

#consignment-discount-layout .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}

#consignment-discount-layout .form-check-input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  margin-top: 1px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#consignment-discount-layout .form-check-input[type=radio]:checked {
  border-color: #6DC497;
  background-image: radial-gradient(#6DC497 40%, transparent 41%);
}
