.pcoded-navbar.brand-blue .header-logo,
.pcoded-navbar[class*="navbar-"].brand-blue .header-logo {
  background: linear-gradient(-45deg, #abc44a, #b5d55f);
}

.loader-bg .loader-track .loader-fill:after,
.loader-bg .loader-track .loader-fill:before {
  background: #abc44a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2e5241;
  border-color: #2e5241;
}

.btn {
  margin-right: 0;
}

.btn + .btn {
  margin-left: 10px;
}

a:hover {
  color: #2e5241;
}

.choices__list--multiple .choices__item {
  margin-bottom: 3px;
  margin-top: 0px;
  padding-bottom: 3px;
  background-color: #86898d;
  border: 1px solid #86898d;
}

.choices__inner {
  padding-top: 6px;
  padding-bottom: 5px;
  min-height: 45px;
}

.input-group .form-control {
  padding: 10px 10px;
}

.form-group .withbutton {
  position: relative;
  padding-right: 35px;
}

.form-group .withbutton .field-button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: 'feather' !important;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #a4a4a4;
}

.form-group .withbutton .field-button:hover {
  color: #abc44a;
}

.form-group .withbutton .field-button.search::before {
  content: "\e8bd";
}

.form-group select.form-control {
  min-height: 45px;
}

.d-flex.flex-column .mt-auto button {
  margin-bottom: 0px;
  margin-top: 10px;
}

.modal {
  max-width: 1200px;
  height: auto;
  width: 96%;
}

/* Reusable modal utility for centered app modals. */
.modal.hff-modal-centered {
  width: 100% !important;
  max-width: none !important;
  padding: 10px !important;
  box-sizing: border-box;
}

.modal.hff-modal-centered .modal-dialog {
  margin: 0 auto !important;
  width: calc(100% - 20px);
  max-width: min(var(--bs-modal-width, 1140px), calc(100vw - 20px));
  max-height: calc(100vh - 20px);
}

.modal.hff-modal-centered .modal-content {
  max-height: calc(100vh - 20px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.modal.hff-modal-centered .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal.hff-modal-centered .modal-footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: #fff;
}

.modal .modal-header {
  display: flex;
  align-items: center;
}

.modal .modal-header .btn-close {
  margin-top: 0;
  margin-bottom: 0;
}

.md-modal {
  visibility: unset;
}

.modal .modal-content>div {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin: 0;
  box-sizing: border-box;
}

.datatablewrapper div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  margin-Top: 0px;
  vertical-align: middle;
  display: inline;
}

.modal iframe {
  margin-bottom: 10px;
}

a:active,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.table-selectable td:not(:first-child) {
  cursor: pointer;
}

.table-selectable.table-ignore-cols-2 td {
  cursor: default;
}

.table-selectable.table-ignore-cols-2 td:nth-child(n+3) {
  cursor: pointer;
}

table.dataTable td,
table.dataTable th {
  padding: 8px;
}

.dt-buttons button {
  line-height: 16px;
  background-color: #D7D7D7;
  border-color: #fff;
  color: rgb(49, 49, 49);
  padding: 5px 15px;
}

.dataTables_info {
  display: inline-block;
}

.dataTables_paginate {
  float: right;
  padding-top: 10px;
}

.dataTables_paginate a {
  line-height: 16px;
  padding: 5px 10px;
  font-size: 14px;
}

.dataTables_filter .form-control.form-control-sm {
  padding: 4px 8px;
  font-size: 12px;
}

.datatablewrapper {
  position: relative;
}

.dataTables_wrapper .dataTables_info .select-info {
  display: none !important;
}

.dataTables_wrapper td img.productimage {
  display: block;
  max-width: 100px;
  max-height: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.dataTables_wrapper td .icon {
  font-family: 'feather' !important;
  font-size: 20px;
  width: 25px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.dataTables_wrapper td .icon.delete {
  color: #ff0000;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.2em;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  margin-left: 0px;
  margin-top: 0px;
  border: none !important;
  box-shadow: none !important;
}

.dt-responsive.table-responsive {
  padding-bottom: 20px;
}

.datatablewrapper .customoptions {
  padding-bottom: 10px;
  display: block;
}

.modal iframe {
  width: 100%;
  height: 600px;
}

.modal.fullscreen {
  max-width: none;
  height: 100vh;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  border-radius: 0px;
}

.modal.fullscreen iframe {
  width: 100%;
  height: calC(100vh - 20px);
  margin-bottom: 0px;
}

.modal.fullscreen .bg-primary {
  display: none;
}

.modal.fullscreen .btn.btn-primary.md-close {
  display: none;
}

.modal.fullscreen .modal-content>div {
  padding-bottom: 0px;
}

.modal.modal-inner {
  max-width: none;
  height: 100vh;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  border-radius: 0px;
}

.modal.modal-inner iframe {
  width: 100%;
  height: calc(100vh - 120px);
  margin-bottom: 0px;
}

.modal.modal-inner.autoheight iframe {
  height: 600px;
  margin-bottom: 20px;
}

.modal.modal-inner.autoheight .md-close {
  margin-bottom: 20px;
}

.card-header button {
  float: right;
}

.form-group .equalspacer {
  min-height: 46px;
}

.form-group .equalspacer div {
  vertical-align: middle;
}

.form-check .form-check-input.input-primary:focus[type="checkbox"],
.form-check .form-check-input.input-primary:focus[type="radio"],
.form-check .form-check-input.input-light-primary:focus[type="checkbox"],
.form-check .form-check-input.input-light-primary:focus[type="radio"] {
  box-shadow: none;
  border-color: #abc44a;
}

.images-wrapper h5 {
  padding-bottom: 10px;
}

.images-wrapper {
  padding-bottom: 30px;
}

ul.productimages {
  margin: 0px;
  padding: 0px;
}

ul.productimages li {
  display: inline-block;
  vertical-align: top;
  justify-content: center;
  /* Horizontal centering */
  align-items: center;
  /* Vertical centering */
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #ced4da;
  border-radius: 5px;
}

ul.productimages li.isprimaryimage {
  border: 2px solid #abc44a;
}

ul.productimages li div.container {
  position: relative;
  display: flex;
  justify-content: center;
  /* Horizontal centering */
  align-items: center;
  /* Vertical centering */
  width: 180px;
  height: 180px;
}

ul.productimages li img {
  display: block;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

ul.productimages li div.container .imagebutton {
  font-family: 'feather' !important;
  position: absolute;
  z-index: 1;
  left: 5px;
  bottom: 5px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  background-color: #dadada;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

ul.productimages li div.container .imagebutton.deleteimage {
  left: auto;
  right: 5px;
  color: #ff0000;
}

ul.productimages li div.container .imagebutton {
  font-family: 'feather' !important;
  position: absolute;
  z-index: 1;
  left: 5px;
  bottom: 5px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  background-color: #dadada;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

ul.productimages li div.container .imagebutton.isprimary {
  color: #fff;
  background-color: #abc44a;
}

ul.productimages li div.container .imagebutton.downloadimage {
  left: 35px;
  color: #666;
}

ul.productimages li div.container .imagebutton.editimage {
  left: 65px;
  color: #666;
}

.ck-wrapper,
.form-wrapper {
  padding-bottom: 30px;
}

.ck-wrapper h5,
.form-wrapper h5 {
  padding-bottom: 10px;
}

.ck-wrapper .ck-content {
  padding: 20px !important;
  border: solid 2px #ced4da !important;
  border-radius: 5px !important;
}

.floatingbuttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.container.uploadimage {
  background-color: #f5f5f5;
}

.container.uploadimage a.uploadimage {
  width: 180px;
  height: 180px;
  text-align: center;
  color: #2e5241;
  cursor: pointer;
}

.container.uploadimage a.uploadimage .icon {
  font-size: 20px;
  display: block;
  width: 100%;
}

.container.uploadimage a.uploadimage .text {
  display: block;
  width: 100%;
}

tbody.ui-sortable tr {
  cursor: move;
}

.AP-delete {
  width: 30px;
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #ff0000;
  margin-left: auto;
  margin-right: auto;
}

#supplierslist .preferred .icon {
  font-size: 20px;
}

#supplierslist .SP-delete,
#supplierslist .SP-edit {
  width: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

#supplierslist .SP-delete {
  color: #ff0000;
}

/* Define the keyframes for the flash animation */
@keyframes flash {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

/* Define the class that will be applied to the button */
.flash {
  animation: flash 0.5s infinite;
}

div.form-control {
  border-color: transparent;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}

#productPrices .icons div {
  width: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

#productPrices .icons div .text {
  font-size: 14px;
  padding-left: 5px;
  text-transform: uppercase;
}

#productPrices .icons div.P-delete {
  color: #ff0000;
}

#productPrices .editrow {
  display: none;
}

#productPrices tr.newrow,
#productPrices tr.newrow td {
  background-color: #eff3f6;
}

#productPrices tr.nextprice {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

#productPrices tr.savedrow:not(.nextprice) {
  opacity: 0.6;
}

#productPrices tr.currentprice {
  opacity: 1 !important;
}

#productPrices tr.currentprice td {
  background-color: #d2e1e6 !important;
}

.alert.floatingalert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  z-index: 9999;
  /* Ensure it's above other content */
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.09);
  display: none;
  text-align: center;
}

.alert.floatingalert .alert-close {
  display: block;
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  line-height: 25px;
}

#contactstable .icons div {
  width: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

#contactstable .icons div .text {
  font-size: 14px;
  padding-left: 5px;
  text-transform: uppercase;
}

#contactstable .icons div.P-delete {
  color: #ff0000;
}

#contactstable .editrow {
  display: none;
}

#contactstable tr.newrow,
#contactstable tr.newrow td {
  background-color: #eff3f6;
}

.navbar-wrapper a {
  cursor: pointer;
}

.form-group.addnewitem {
  display: none;
}

.form-group .withbutton .field-button.add::before {
  content: "\e8b1";
}

.form-group .withbutton .field-button.save::before {
  content: "\e83f";
}

.form-group .withbutton .field-button.cancel::before {
  content: "\e8f6";
}

.form-group .withbutton.with2buttons {
  position: relative;
  padding-right: 70px;
}

.form-group .withbutton.with2buttons .field-button.first {
  right: 35px;
}

table.table td {
  white-space: normal;
  word-wrap: break-word;
  /* Ensures long words break and wrap to the next line */
}

.form-control.readonly {
  border-color: #fff;
  box-shadow: none;
  cursor: default;
}

.form-control.error {
  border-color: #ff0000;
}

.attachments-wrapper h5 {
  padding-bottom: 10px;
}

.attachments-wrapper {
  padding-bottom: 30px;
}

.attachments-wrapper .deletefile {
  font-size: 20px;
  text-align: center;
  color: #f00;
  cursor: pointer;
}

.viewbuilder .columns .columnscontainer {
  display: flex;
  margin-top: 30px;
}

.viewbuilder .columns .columnscontainer .list-container {
  width: 300px;
  height: 300px;
  padding: 10px;
  list-style: none;
  border: solid 1px #ccc;
  overflow: auto;
}

.viewbuilder .columns .columnscontainer .list-container li {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  cursor: pointer;
  background-color: #f1f1f1;
}

.viewbuilder .columns .columnscontainer .row .col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0px;
}

.viewbuilder .columns .columnscontainer .row .col.buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 20px;
}

.viewbuilder .columns .columnscontainer .mover {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.viewbuilder .columns .columnscontainer .selected {
  background-color: #abc44a !important;
  color: #fff;
}

.viewbuilder #dataquery {
  display: block;
  width: 100%;
  padding: 10px;
  list-style: none;
  border: solid 1px #ccc;
  overflow: auto;
  max-width: 800px;
  margin: 0px;
  margin-top: 50px;
}

.viewbuilder .operatorselect {
  text-align: center;
}

#conditionswrapper tr.last td,
#rderbywrapper tr.last td {
  padding-bottom: 20px;
  border-bottom: 1px solid #86898d;
}

#conditionswrapper tr.new td,
#orderbywrapper tr.new td {
  padding-top: 20px;
}

#conditionswrapper {
  padding-bottom: 30px;
  ;
}

#orderbywrapper {
  padding-bottom: 30px;
  ;
}

#conditionswrapper th,
#conditionswrapper td,
#orderbywrapper th,
#orderbywrapper td {
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

#conditionswrapper tr.groupstart td {
  padding-top: 15px;
}

#conditionswrapper tr.groupend td {
  padding-bottom: 15px;
}

#conditionswrapper .deletecondition,
#orderbywrapper .deleteorderby {
  font-family: feather;
  color: #f00;
  font-size: 20px;
  cursor: pointer;
}

#conditionswrapper .choices__inner {
  width: 400px;
  /* Adjust the width as needed */
  display: flex;
  flex-wrap: wrap;
  min-height: auto;
  /* Allow the height to grow */
  height: auto;
  /* Ensure the container grows as needed */
  overflow: visible;
  /* Prevent cutting off content */
  white-space: wrap;
}

#conditionswrapper .choices__input {
  width: 100%;
  /* Ensure input field takes full width */
}

#viewsForm .icon {
  font-family: feather;
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px;
}

#viewsForm .icon:first-child {
  margin-left: 20px;
}

.viewselector td {
  vertical-align: middle;
}

.viewselector select {
  min-width: 300px;
}

.viewselector .form-group {
  margin-bottom: 0px;
}

.dataTable .select-checkbox a:last-child {
  margin-right: 0px;
}

.datatablewrapper .nowrap {
  display: block;
  white-space: nowrap;
}

.userstable .edituser {
  font-size: 20px;
  cursor: pointer;
}

.userstable .deleteuser,
.userstable .deleteusergroup {
  font-size: 20px;
  cursor: pointer;
  color: #f00;
}

.userstable td {
  white-space: nowrap !important;
}

.usergroupwrap {
  display: block;
  padding-bottom: 10px;
  padding-top: 20px;
}

.usergroupwrap .usergroup {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 10px;
  width: 200px;
}

.usergroupwrap h5 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

.usergroupwrap .allornone {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.usergroupwrap .allornone a {
  cursor: pointer;
}

.form-control.disabled {
  background-color: #fcfcfc;
  opacity: 1;
  cursor: not-allowed;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: not-allowed;
  opacity: 1;
}

.form-check-input:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #fcfcfc;
}

.card.stickyheader {
  box-shadow: none;
}

.card.stickyheader h3 {
  margin-bottom: 0px;
  padding-right: 70px;
}

.card.stickyheader .card-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 10;
  padding-top: 25px;
  padding-bottom: 25px;
}

.card.stickyheader .card-body {
  padding-top: 86px;
  padding-left: 10px;
  padding-right: 10px;
}

.card.stickyheader .card-header button {
  position: absolute;
  right: 20px;
  top: 20px;
  float: none;
}

.form-group.disabled {
  opacity: 0.4;
}

.form-group.disabled .form-control:disabled {
  background-color: #fff;
}

.cloneproduct {
  position: absolute;
  right: 0px;
  top: 0px;
}

.cloneproduct a {
  margin-right: 0px !important;
}

button#loader {
  display: none;
}

.table-dashboard td,
.table-dashboard th {
  padding: 5px;
  font-size: 0.9em;
}

.table-dashboard th {
  padding-top: 8px;
  padding-bottom: 8px;
}

.table-dashboard td,
.table-dashboard th {
  text-align: center;
}

.table-dashboard td:first-child,
.table-dashboard th:first-child {
  text-align: left;
}

.table-dashboard a {
  color: #111;
  padding-left: 10px;
  padding-right: 10px;
}

#contactstable strong {
  font-weight: 700;
}

table.basic tr td {
  background-color: transparent;
  padding: 0px;
  border: none;
  padding-right: 10px;
  padding-bottom: 5px;
}

.newcontactwrap {
  display: none;
}

#newcontactstable .icons div {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

.ck-wrapper strong {
  font-weight: bold !important;
}


.b-brand .b-title {
  background-image: url('/assets/images/logo2.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  width: 160px;
  height: 40px;
  background-position: center;
  margin-left: 0px;
}

.savedrow .changed span {
  padding-left: 5px;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  font-weight: bold;
}

.togglePassword {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-image: url('/assets/images/eye.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: block;
  top: 33px;
  right: 18px;
}

#shippingtable .sh-editrow, #returnstable .sh-editrow {
  display: none;
}

#shippingtable .icons div, #returnstable .icons div {
  width: 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

#shippingtable .icons div .text, #returnstable .icons div .text {
  font-size: 14px;
  padding-left: 5px;
  text-transform: uppercase;
}

#shippingtable .icons div.SP-delete, #returnstable .icons div.SP-delete {
  color: #ff0000;
}

#shippingtable.table thead th, #returnstable.table thead th {
  background: #f9f9f9;
}

#newshippingtable .icons div {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

#newshippingtable td {
  vertical-align: top;
}

#newshippingtable.table thead th {
  background: #f9f9f9;
}

table.plain {
  width: auto;
}


table.plain tr {
  background-color: transparent !important;
  vertical-align: top;
}

table.plain tr td,
table.plain tr th {
  border: none;
  padding: 10px;
  background-color: transparent !important;
}

table.plain tr th {
  font-weight: bold;
  padding-top: 0px;
}

.errmsg {
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
}

.errmsg p {
  padding-bottom: 0px;
  margin: 0px;
}

.applied p {
  padding-bottom: 0px;
  margin: 0px;
  color: green;
}

.pendingupdates {
  display: block;
}

.pendingupdates ul {
  padding: 0px;
  margin: 0px;
}

.pendingupdates ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: #333;
  text-decoration: none;
  list-style: none;
}

.pendingupdates .icon {
  font-family: 'feather' !important;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: red;
  margin-top: -2px;
  margin-left: 2px;
}

.marketplaceorderdetailspage .form-group.inline {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

.marketplaceorderdetailspage .form-group.inline .form-label {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  margin: 0px;
  padding: 0px;
  padding-right: 20px;
}

.marketplaceorderdetailspage .form-group.inline .form-control {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  width: auto;
  font-weight: normal;
}

.marketplaceorderdetailspage .form-group.inline input.form-control {
  padding: 5px;
}

.marketplaceorderdetailspage .address {
  font-size: 16px;
}

#productstable .image {
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.marketplaceorderdetailspage #productstable tr.totalsrow td {
  font-weight: bold;
  background-color: #fff !important;
  --bs-table-bg-type: #fff !important;
}

.marketplaceorderdetailspage #productstable tr.totalsrow td:first-child {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

.input-group {
  background: #fff;
}

.input-group span {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #fff;
}

.mainbuttonswrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#productlistwrapper tr.alreadyshipped td {
  opacity: 0.6;
}

#productlistwrapper.form-wrapper {
  padding-bottom: 0px;
}

#productlistwrapper i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

#shippingtable i.denied {
  font-size: 20px;
  line-height: 20px;
}

#shippingtable .alreadyexported {
  display: inline-block;
  font-size: 10px;
  line-height: 11px;
  padding-left: 5px;
}

body {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.dashboardtablewrap td,
.dashboardtablewrap th {
  text-align: left;
  vertical-align: top;
}

.dashboardtablewrap td .icon {
  font-family: 'feather' !important;
  font-size: 20px;
  width: 25px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.headerwelcome {
  position: absolute;
  top: 13px;
  line-height: normal;
  right: 25px;
  font-weight: bold;
  padding: 10px;
  background-color: #686c71;
  color: #fff;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  .headerwelcome {
    background-color: #ced4da
  }
}

@media only screen and (max-width: 620px) {
  .headerwelcome {
    display: none;
  }
}

.norightmarin {
  margin-right: 0px !important;
}

.modal-content {
  padding: 10px;
}

.modal-content .card {
  background-color: #f5f5f5;
}

.modal .modal-content .modal-header {
  margin-bottom: 10px!important;
}

.modal .modal-content .modal-footer {
  padding-top: 10px !important;
}