.sales-table .info-box-icon {
  height: 92px;
}

.sales-table table {
  margin-bottom: 0;
}

.inline-icheck {
  margin-top: 5px;
}

.inline-icheck label {
  margin-right: 20px;
}

.table>thead>tr>td.wordbreak,
.table>tbody>tr>td.wordbreak,
.table>tfoot>tr>td.wordbreak {
  word-break: break-all;
}

@media screen and (max-width: 767px) {

  .table>thead>tr>td.wordbreak,
  .table>tbody>tr>td.wordbreak,
  .table>tfoot>tr>td.wordbreak {
    white-space: normal;
  }
}

.table>thead>tr.filter-row,
.table>tbody>tr.filter-row,
.table>tfoot>tr.filter-row {
  background-color: #D2D6DE;
}

.table>thead>tr.filter-row>td,
.table>tbody>tr.filter-row>td,
.table>tfoot>tr.filter-row>td {
  vertical-align: middle;
}

.navbar-nav i {
  margin-right: 5px;
  margin-left: 5px;
}

.treeview-menu>li>a {
  white-space: normal;
}

.box-filter .form-group {
  margin-right: 15px;
}

.box-filter label {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  padding-right: 10px;
}

.box-filter .countdown {
  float: right;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: right;
}

.box-filter .countdown .countdown-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  margin-right: 10px;
  height: 34px;
  line-height: 34px;
}

.box .knob-label {
  font-size: 14px;
  font-weight: bold;
}

/*******************/
/* TABLE OPERATION */
/*******************/
@media (max-width: 768px) {
  .table-responsive>.table-operation {
    display: block;
  }

  .table-responsive>.table-operation thead,
  .table-responsive>.table-operation tbody,
  .table-responsive>.table-operation th,
  .table-responsive>.table-operation td,
  .table-responsive>.table-operation tr {
    display: block;
  }

  .table-responsive>.table-operation thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-responsive>.table-operation tr {
    border: 1px solid #ddd;
  }

  .table-responsive>.table-operation td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%;
  }

  .table-responsive>.table-operation td.barcode {
    padding-left: 0;
  }

  .table-responsive>.table-operation td:empty {
    min-height: 36px;
  }

  .table-responsive>.table-operation td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table-responsive>.table-operation td:nth-of-type(1):before {
    content: attr(data-col1);
  }

  .table-responsive>.table-operation td:nth-of-type(2):before {
    content: attr(data-col2);
  }

  .table-responsive>.table-operation td:nth-of-type(3):before {
    content: attr(data-col3);
  }

  .table-responsive>.table-operation td:nth-of-type(4):before {
    content: attr(data-col4);
  }

  .table-responsive>.table-operation td:nth-of-type(5):before {
    content: attr(data-col5);
  }

  .table-responsive>.table-operation td:nth-of-type(6):before {
    content: attr(data-col6);
  }

  .table-responsive>.table-operation td:nth-of-type(7):before {
    content: attr(data-col7);
  }

  .table-responsive>.table-operation td:nth-of-type(8):before {
    content: attr(data-col8);
  }

  .table-responsive>.table-operation td:nth-of-type(9):before {
    content: attr(data-col9);
  }

  .table-responsive>.table-operation td:nth-of-type(10):before {
    content: attr(data-col10);
  }
}

.legal-page h2 {
  font-size: 20px;
}

.parsley-errors-list {
  margin: 5px 0;
  padding: 0;
}

.parsley-errors-list li {
  list-style: none;
  padding: 7px;
  background: #fd7272;
  color: white;
  border-radius: 2px;
}

.swal2-container {
  zoom: 1.5;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}


.align-center {
  align-items: center;
}

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

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

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

.pr-0 {
  padding-right: 0px !important;
}

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

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

.p-5 {
  padding: 5;
}

.px-20 {
  padding: 20px;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.px-10 {
  padding: 0 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.w-40 {
  width: 40%;
}

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

.flex-header:before,
.flex-header:after {
  content: unset !important;
  display: unset !important;
}

.flex-header h3 {
  margin: 0;
}

.raf div {
  text-align: center;
  line-height: 50px;
  background-color: #222;
  margin: 3px;
  color: white;
}

.raf div a {
  color: white;
}

#level2 div {
  background-color: #444;
}

#level3 div {
  background-color: #666;
}

#level4 div {
  background-color: #888;
}

#level5 div {
  background-color: #999;
}

.helpForm,
.genericForm,
.wiki {
  display: none;
}

.cc-warning {
  padding: 10px;
  font-style: italic;
  color: red;
  font-size: 13px;
  text-align: right;
}

/* Custom tooltip */
.custom-tooltip {
  display: inline-block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
}

.custom-tooltip-icon {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 50% !important;
  background-color: transparent;
  color: #666;
  line-height: 1.5em;
  text-align: center;
  outline: none;
}

.custom-tooltip-icon .icon-info-sign {
  font-size: 1.4em;
  vertical-align: text-top;
}

.custom-tooltip-content {
  display: none;
  position: absolute;
  float: left;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0px;
  background-color: #fff;
  font-size: 14px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.tooltip {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.tooltip-inner {
  background: white;
  color: black;
  font-size: 14px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
  /* black */
  border-width: 0 5px 5px;
}

.tooltip.in {
  opacity: 1 !important;
}

.customer-addresses {
  display: none;
}

@media (max-width: 991px) {
  .terminal .main-header .sidebar-toggle {
    padding: 5px 15px;
  }

  .terminal .main-header>.navbar {
    min-height: 30px;
  }

  .terminal .navbar-custom-menu .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* Quick Nav */
.navbar-quick {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  min-height: auto;
  color: #fff;
  background-color: darkgoldenrod;
}

.navbar-quick * {
  color: #fff;
}

.navbar-quick .nav {
  display: flex;
  margin: 0;
}

.navbar-quick .nav>li {
  flex-grow: 1;
  text-align: center;
}

.navbar-quick .nav>li>a {
  padding: 10px 0;
}

.nav>li.terminal-nav-link {
  display: none;
}

.terminal .nav>li.terminal-nav-link {
  display: block;
}

/* Terminal Nav */
.terminal-top-nav .col-xs-6 {
  padding: 5px;
}

.ternav-top,
.ternav-sub {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  border: none;
  text-align: left;
}

.ternav-top i,
.ternav-sub i {
  display: inline-block;
  width: 50px;
  height: 100%;
  padding: 20px 10px;
  font-size: 24px;
  line-height: 40px;
}

.ternav-top span,
.ternav-sub span {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.terminal-sub-nav {
  display: none;
}

.terminal-sub-nav .col-xs-6 {
  padding: 5px;
}

.ternav-sub span {
  left: 20px;
  font-size: 14px;
  font-weight: normal;
}

.ternav-sub.back span {
  left: 50px;
}

.terminal .content {
  padding-top: 0;
}

.terminal .box {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.terminal .box .box {
  margin-left: 0;
  margin-right: 0;
}

.generated-for-terminal .odd {
  background-color: #f9f9f9;
}

.table-responsive>.table.generated-for-terminal>tbody>tr>td {
  white-space: normal;
}

.terminal .picker-detail .hide-for-terminal {
  display: none;
}

.terminal .picker-detail thead,
.terminal .picker-detail tbody,
.terminal .picker-detail tr,
.terminal .picker-detail th,
.terminal .picker-detail td {
  display: block;
}

.terminal .picker-detail thead tr {
  display: none;
}

.terminal .picker-detail tbody tr {
  position: relative;
  min-height: 80px;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
}

.terminal .picker-detail td {
  border: none;
}

.terminal .picker-detail td::before {
  font-weight: bold;
}

.terminal .picker-detail td:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
}

.terminal .picker-detail td:nth-of-type(7) {
  padding: 4px 0 4px 60px;
}

.terminal .picker-detail td:nth-of-type(7)::before {
  content: "Raf: ";
}

.terminal .picker-detail td:nth-of-type(8) {
  padding: 4px 0 4px 60px;
}

.terminal .picker-detail td:nth-of-type(8)::before {
  content: "Ted.Barkod: ";
}

.terminal .picker-detail td:nth-of-type(10) {
  padding: 4px 0 4px 60px;
}

.terminal .picker-detail td:nth-of-type(10)::before {
  content: "Toplam Adet: ";
}

.terminal .picker-detail td:nth-of-type(11) {
  position: absolute;
  top: 0px;
  right: 0px;
}

.terminal .picker-assign .hide-for-terminal {
  display: none;
}

.terminal section.full-height .row,
.terminal section.full-height .col,
.terminal section.full-height .box-body {
  height: 100%;
}

.terminal section.full-height .box.full-height {
  height: inherit;
}

.terminal .newlist .box-body {
  position: relative;
}

.terminal .newlist form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.terminal .company-selection .list-group-item {
  line-height: 40px;
}

.terminal .company-selection .list-group-item img {
  max-width: 40px;
  margin-right: 10px;
}

.terminal .company-selection .list-group-item span {
  display: inline-block;
  line-height: 40px;
}

.terminal .product-picking .product {
  position: relative;
  max-height: 150px;
  height: 150px;
  text-align: center;
}

.terminal .product-picking .product img {
  width: auto;
  height: 100%;
}

.terminal .product-picking .product span {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.terminal .product-picking .product .progress {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}

.terminal .product-picking .product .shelf-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.terminal .product-picking .product .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.terminal .product-picking .actions {
  display: flex;
  padding: 10px;
  margin: 0 -10px;
  background: #f8f8f8;
}

.terminal .product-picking .picking-info {
  width: 60%;
}

.terminal .product-picking .picking-info span {
  margin-right: 10px;
}

.terminal .product-picking .picking-info input[type=text],
.terminal .product-picking .picking-info input[type=number] {
  width: 140px;
}

.terminal .product-picking .pass {
  width: 40%;
}

.terminal .product-picking .pass button {
  margin-bottom: 10px;
}

.terminal .product-picking .picking-queue {
  border: 1px solid #eee;
}

.picking-popup {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10% 20%;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}

.picking-popup .actions {
  position: absolute;
  bottom: 10%;
  width: 60%;
}

.picking-popup .actions button {
  margin-bottom: 20px;
}

.vertical-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-selection {
  line-height: 40px;
}

.company-selection img {
  max-width: 40px;
  margin-right: 10px;
}

.company-selection span {
  display: inline-block;
  line-height: 40px;
}

.packaging-header {
  text-align: center;
}

.packaging-header p {
  margin: 0;
}

.packaging-header .status {
  display: inline-block;
  width: auto;
}

.packaging-merchant .company-selection li {
  display: inline-block;
  width: 33.33%;
  margin-right: -4px;
}

.packaging-bpc .bpc-container {
  display: none;
  text-align: center;
}

.packaging-bpc .bpc-container h3 {
  margin-bottom: 2em;
}

.packaging-detail .packaging-header {
  text-align-last: left;
}

.packaging-detail .packaging-header .callout {
  margin: 0 -15px;
}

.packaging-detail .status {
  margin-bottom: 10px;
}

.packaging-detail .status i,
.packaging-detail .status strong {
  display: inline-block;
  margin-left: 20px;
}

.packaging-detail .status i:first-child,
.packaging-detail .status strong:first-child {
  margin-left: 0;
}

.packaging-detail .progress {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
}

.packaging-detail .product-actions {
  margin: 0 0 20px;
}

.packaging-detail .product-list tbody tr {
  cursor: pointer;
}

.packaging-detail .product-list tbody .selected td {
  color: #fff;
  background: #888;
}

.packaging-detail .product-detail img {
  width: 100%;
  height: auto;
}
/*
.packaging-detail .products-inline .product-item-img {
  display: inline-block;
  width: 25%;
  margin-right: -4px;
  vertical-align: bottom;
}
*/

.store-station {
  line-height: 1;
}

.store-station .store-station-label {
  font-size: 2em;
}

.store-station .store-station-caption {
  font-size: 1em;
}

.store-station .store-station-input {
  font-size: 2em;
  line-height: 2;
}

.store-station-cluster {
  line-height: 1;
}

.store-station-cluster .store-station-label {
  font-size: 2em;
}

.store-station-cluster .store-station-caption {
  font-size: 1em;
}

.store-station-cluster .store-station-input {
  font-size: 2em;
  line-height: 2;
}

.form-group-sm .form-label {
  position: absolute;
  top: -0.375rem;
  left: 2rem;
  line-height: .75rem;
  color: #3c8dbc;
  background: white;
  padding: 0 0.25rem;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.vertical-align-middle>td {
  vertical-align: middle !important;
  position: relative;
}

.vertical-align-middle>td>.line {
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vertical-align-middle>td>.line>.line-tooltip {
  visibility: hidden;
  width: max-content;
  padding: 5px 10px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

.vertical-align-middle>td>.line>.line-tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #555;
  left: -8px;
  top: 7px;
}

.vertical-align-middle>td>.line:hover .line-tooltip {
  visibility: visible;
  opacity: 1;
}

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

.icon-parent {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #d2d6de;
  border-radius: 2px;
  text-align: -webkit-right;
  align-items: center;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.icon-parent:hover {
  background-color: #3c8dbc;
  color: #fff;
  border: 1px solid #3c8dbc;
}

.icon-parent:hover>i {
  color: #fff;
}

.icon-parent>i {
  padding: 5px;
  color: #d2d6de;
  font-size: 18px;
}

.icon-parent .icon-tooltip {
  visibility: hidden;
  width: auto;
  padding: 5px 10px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  margin-left: 120px;
  opacity: 0;
  transition: opacity 0.3s;
}

.vertical-align-middle>td>.icon-parent>.icon-tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #555;
  left: -8px;
  top: 7px;
}

.vertical-align-middle>td>.icon-parent:hover .icon-tooltip {
  visibility: visible;
  opacity: 1;
}

.btn-tertiary {
  color: #fff;
  background: #e619a1;
  border-color: #e619a1;
}

.btn-tertiary:hover {
  color: #fff;
  background: #bb1984;
  border-color: #bb1984;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 0px;
  width: 4px;
}

.popover {
  max-width: max-content !important;
}

.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.file-input label {
  display: block;
  position: relative;
  cursor: pointer;
  transition: transform .2s ease-out;
  margin-bottom: 0;
}

.file-name {
  position: absolute;
  bottom: -35px;
  left: 0px;
  margin-left: 0px;
  font-size: 1.2rem;
  color: #555;
}

.top-6 {
  top: 0.625rem !important;
}

.br-b-none {
  border-bottom: none !important;
}

.bt-none{
  border-top: none;
}

.color-red {
  color: red;
}

.color-light-green {
  color: rgb(2, 202, 2);
}

.color-orange {
  color: orange;
}

.w-15 {
  width: 15px;
}

.mr-5 {
  margin-right: 5px;
}

.m-0 {
  margin: 0 !important;
}

.breadcrumb-main {
  padding: 10px;
  width: fit-content;
  background: #ecf0f5;
  border: 1px solid #ecf0f5;
  border-radius: 2px;
}

.color-blue {
  color: #3c8dbc;
}

.w-auto {
  width: auto !important;
}

.p-5 {
  padding: 5px;
}

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

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

.pr-0 {
  padding-right: 0px !important;
}

.px-20 {
  padding: 0 20px;
}

.br-b-1 {
  border-bottom: 1px solid #f4f4f4 !important;
}

.d-none {
  display: none;
}

.list-group .br-none {
  border: none !important;
}

.form-group-sm .select2-container {
  width: initial !important;
}

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

.d-flex-column {
  display: flex;
  flex-direction: column;
}

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

.box-tooltip {
  font-size: 3em;
}

.box-tooltip .number {
  font-size: 15px;
}

.box-body-white {
  background-color: #FFFFFF !important;
}

.box-tooltip .tooltiptext .box-text {
  font-size: 15px;
}

.box-tooltip .tooltiptext {
  visibility: hidden;
  background-color: inherit;
  width: fit-content;
  text-align: center;
  padding: 0px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 85%;
  left: 15px;
}

.box-tooltip:hover .tooltiptext {
  visibility: visible;
}

.box-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  padding: 10px;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 2px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.pr-0 {
  padding-right: 0px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-0 {
  padding-top: 0px;
}

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

.badge-custom {
  padding: 3px;
  border-radius: 5px;
}

.mb-2 {
  margin-bottom: 2px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mr-5 {
  margin-right: 5px;
}

.ml-0 {
  margin-left: 0px !important;
}

.mb-4 {
  margin-bottom: 4px;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

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

.b-b-1 {
  border-bottom: 1px solid #f4f4f4;
}

.b-info {
  border: 1px solid #00c0ef;
}

.suggested-box-title {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  text-align: left;
}

.form-group-sm .form-label {
  position: absolute;
  top: -0.375rem;
  left: 2rem;
  line-height: .75rem;
  color: #3c8dbc;
  background: white;
  padding: 0 0.25rem;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.mt-20 {
  margin-top: 20px;
}

.product-box {
  border-bottom: 1px solid #d2d6de;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.product-item-img {
  width: 120px !important;
  height: 120px !important;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
}

#spinner {
  align-items: center;
  justify-content: center;
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 8%);
  transition: opacity 0.1s;
}

/* (C) SHOW & HIDE */
#spinner {
  visibility: hidden;
  opacity: 0;
}

#spinner.show {
  visibility: visible;
  opacity: 1;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader div {
  position: absolute;
  border: 4px solid #3c8dbc;
  opacity: 1;
  border-radius: 50%;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.custom-tooltip-box {
  border: 1px solid #f39c12;
  margin-right: 5px;
  margin-bottom: 2px;
  width: 200px;
}

.flex-title-container {
  display: flex;
  justify-content: space-between;
}

.flex-title-container .flex-item:nth-child(2) {
  flex-grow: 2;
  display: flex;
  justify-content: right;
}

.flex-title-container .flex-item {
  margin: 10px;
  text-align: center;
}

.box-suggestion-list>img {
  width: 50%;
  height: 50%;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  max-height: 150px;
}

.box-suggestion-list>div {
  font-size: 14px;
  margin-bottom: 0px;
  flex-flow: row wrap;
}

.item-product-list {
  border: 1px solid #f39c12;
  margin-right: 5px;
  margin-bottom: 2px;
  width: 200px;
  text-align: left;
}

.productlist-product {
  width: fit-content;
  max-width: 375px;
  max-height: 375px
}


@keyframes spinner-div {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page-name-title {
  color: white;
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 10px;
  font-size: 22px;
}

.cards{
  display: flex;
  align-items:flex-start;
  align-content:flex-start;
  justify-content: space-between;
}


.card-form{
  flex: 1;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: none;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

.card-form .custom-form-group-card .card-label{
  margin-top: -14px;
  left: 1rem;
  position: relative;
  left: 1rem;
  line-height: .75rem;
  color: #3c8dbc;
  background: white;
  padding: 0 0.25rem;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 9;
}

.custom-form-group-card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-form-group-card .form-group-sm{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.inputs{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.inputs .checkbox{

}
/*
/*
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

#selectDropdown{
  width: 100% !important;
}

#merchant_select{
  width: 30%;
  margin-left: auto
}

.selectable-product{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  max-width: 320px;
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}

.selectable-product img{
  width: 80px;
  height: 60px;
}

.selectable-product .text-div{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.selectable-product .text-div p{
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  border-radius: 10px;
  padding: 5px;
  color: white;
}

.selectable-product .text-div .badge-blue-text{
  background-color: #3c8dbc !important;
}

.selectable-product .text-div .badge-orange-text{
  background-color: #f39c12 !important;
}

.selectable-product:hover{
  border: 1px solid #9f9f9f;
}


@media (min-width: 1281px) {
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) {
  .form-group-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .form-group-sm .form-label {
    top: 0.625rem;
    left: 1rem;
  }

  .form-group-sm .left-2 {
    left: 2rem;
    top: 0.5rem;
  }

  .pr-0-md{
    padding-right: 0px !important;
  }

  .py-5-md{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mt-5-md {
    margin-top: 5px;
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .form-group-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .form-group-sm .form-label {
    top: 0.625rem;
    left: 1rem;
  }

  .form-group-sm .left-2 {
    left: 2rem;
    top: 0.5rem;
  }

  .px-sm-10 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .pr-0-md{
    padding-right: 0px !important;
  }

  .py-10-md{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-sm-0{
    padding-right: 0px !important;
  }
}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .form-group-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .form-group-sm .form-label {
    top: 0.625rem;
    left: 1rem;
  }

  .form-group-sm .left-2 {
    left: 2rem;
    top: 0.5rem;
  }

  .px-sm-10 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-sm-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .pr-0-sm{
    padding-right: 0px !important;
  }
  .box-suggestion-list {
    max-height: 320px;
    overflow: auto;
  }

  .box-header-title {
    text-align: center;
  }

  .box-header-title .badges {
    float: none !important;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
  #merchant_select{
    width: 100%;
  }

  .main-sidebar{
    margin-top: 50px;
  }

  .content-wrapper{
    margin-top: 80px;
  }

  .mt-80-sm{
    margin-top: -80px;
  }

  .main-sidebar, .left-side {
    padding-top: 120px;
  }

  .navbar-static-top{
    display: flex;
    flex-shrink: 1;
    align-items: stretch;
  }

  .navbar-custom-menu .navbar-nav{
    padding: 10px;
  }

  #selectDropdown{
    width: 80% !important;
  }

  .sidebar-toggle{
    height: 50px;
  }

  .form-group-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .form-group-sm .form-label {
    top: 0.625rem;
    left: 1rem;
  }

  .form-group-sm .left-2 {
    left: 2rem;
    top: 0.5rem;
  }

  .px-sm-10 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-sm-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .box-suggestion-list {
    max-height: 320px;
    overflow: auto;
  }

  .box-header-title {
    text-align: center;
  }

  .box-header-title .badges {
    float: none !important;
  }

  .pr-sm-0{
    padding-right: 0px !important;
  }

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

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