/* General */
.citystock-color {
  color: #0097a7 !important;
}
.nav-link:hover,
.citystock-color:hover {
  color: #007a8a !important;
}
.navigation-tabs {
  border-top: 0;
  border-bottom: 0;
}
.navigation-tabs .nav-link.active {
  border-bottom: solid .1875rem #0097a7;
}
.card-header .material-icons {
  margin-right: 10px;
}
.form-horizontal .card-body {
  padding: 20px;
}
.form-horizontal .form-wrapper {
  width: 85%;
  margin: auto;
  padding: 0;
}
.bootstrap .form-horizontal .form-group {
  margin-left: 50px;
  margin-bottom: 0;
}
.bootstrap .form-horizontal .form-wrapper {
  padding: 20px 0 10px 0;
}
#alert-box .alert {
  display: block;
}
#alert-box .alert a:not(.btn) {
  color: #007a8a;
  font-weight: normal;
  text-decoration: none;
}
#alert-box .alert a:not(.btn):hover {
  text-decoration: underline;
}
#order-view-page .select2-container {
  height: auto !important;
}
.spinner-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff99;
  z-index: 99999;
}
.spinner-loader {
  width: 40px;
  height: 40px;
  border: 6px solid #eeeeee;
  border-top: 6px solid #007a8a;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.spinner-wrapper-front {
  display: none;
  justify-content: center;
  position: relative;
  margin: 20px;
}
.spinner-loader-front {
  width: 40px;
  height: 40px;
  border: 6px solid #eeeeee;
  border-top: 6px solid #cfd8dc;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.spinner-wrapper-button {
  display: none;
  justify-content: center;
  position: relative;
  margin: .25rem;
}
.spinner-loader-button {
  width: 1rem;
  height: 1rem;
  border: 3px solid #eeeeee;
  border-top: 3px solid #cfd8dc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.full-spinner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff99;
  z-index: 99999;
}
.full-spinner {
  width: 30px;
  height: 30px;
  border: 4px solid;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Utils */
.text-danger {
  color: #ff5862 !important;
}
.border-danger {
  border: 2px solid #ff5862 !important;
}
.image-logo {
  margin: 8px;
}
.img-logo-thumbnail {
  width: 75px;
}
.img-product-thumbnail {
  width: 45px;
}
.img-checkout-header-thumbnail {
  width: 40px;
  margin: 3px;
  border-radius: 4px;
}
.img-checkout-thumbnail {
  width: 40px;
  margin: 5px 15px;
  border-radius: 4px;
}
.align-right {
  text-align: right;
}
.old-margin {
  margin: 10px 30px 10px 10px;
}
.margin-1 {
  margin: 1px;
}
.margin-15 {
  margin: 15px 5px;
}
.margin-30 {
  margin: 30px;
}
.padding-top-2 {
  padding-top: 2px !important;
}
.padding-top-7 {
  padding-top: 7px;
}
.width-80 {
  width: 80px;
}
.text-nowrap {
  white-space: nowrap;
}
.push-right {
  margin-left: auto;
}
.title-text {
  font-size: 18px;
  font-weight: bold;
}
.description-text {
  font-size: 12px;
  margin: 15px 0;
}
.divider {
  border-bottom: solid 1px #dfdfdf;
}
.long-line {
  display: flex;
  align-items: center;
}
.long-line::after {
  content: '';
  flex: 1;
  height: 1.5px;
  margin-left: 15px;
  background-color: #ccc;
}

/* Frames */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  z-index: 99999;
}
.full-frame {
  width: 100%;
  height: 100%;
  border: none;
}
.modal-wrapper {
  position: fixed;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background: transparent;
  border-radius: 0;
  z-index: 99999;
}
.modal-frame {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min-content;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 5px 15px #0000004d;
}
.modal-close {
  font-size: 28px;
  font-weight: bold;
  color: #aaaaaa;
  float: right;
  margin: 5px 10px;
}
.modal-close:hover,
.modal-close:focus {
  color: #000000;
  cursor: pointer;
}
.modal-text {
  font-size: 20px;
  font-weight: bold;
  margin: 40px;
}
.frame {
  width: 130px;
  height: 65px;
  border: 2px solid #d4d4d4;
  border-radius: 4px;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.flex-element {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icons */
.fas {
  margin-right: 12px;
  margin-left: 3px;
}
.fa-exclamation-triangle {
  font-size: 15px;
  margin-right: 5px;
}
.icon-copy {
  margin-right: 3px;
}
.icon-card {
  font-size: 20px;
  color: #6c868e;
  transform: translateY(3px);
}
.icon-gray {
  color: #6c868e;
}
.icon-refresh {
  color: #6c868e;
  transform: scale(1.3);
}
.icon-gray:hover,
.icon-refresh:hover {
  color: #007a8a;
}
.icon-margin {
  margin-right: 5px;
}
.enable {
  color: #70b580;
}
.disable {
  color: #c05c67;
}
.badge-style {
  background-color: #e08f95;
  padding: 3px 5px;
  font-size: 13px;
}

/* Forms */
.input-group {
  width: auto;
}
.form-text-style {
  font-size: 11px;
  padding-left: 16px;
  border-radius: 4px;
}
.form-configuration {
  max-inline-size: 680px;
  margin-top: 25px;
}
.form-connection-apikey {
  max-inline-size: 1000px;
  margin-top: 25px;
}
.form-connection {
  max-inline-size: 920px;
  margin-top: 15px;
}
.form-statuses {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.status-col-size {
  max-inline-size: 310px;
}
.required-field::before {
  content: "*";
  color: red;
  margin: 10px;
}

/* Buttons */
.btn-all {
  color: #ffffff;
  background-color: #0097a7;
  border: 1px solid #007b89;
  border-radius: 4px;
}
.btn-edit {
  font-size: 13px;
  text-align: left;
  display: inline-block;
  padding: 7px 7px 7px 15px;
  color: #6c868e;
  background-color: transparent;
  background-image: none;
  border-color: #bbcdd2;
  border-radius: 4px;
  gap: 0;
}
.bootstrap .panel .panel-footer .btn {
  border: 1px solid #007b89;
  outline: none;
  float: right;
}
.btn-all:hover,
.btn-edit:hover,
.btn-edit:active,
.btn-edit:focus,
.bootstrap .panel .panel-footer .btn:hover,
.bootstrap .panel .panel-footer .btn:active,
.bootstrap .panel .panel-footer .btn:focus {
  color: #ffffff;
  background: #007b89;
  border-color: #007b89;
}
.btn-help,
.hide-note {
  display: none;
}
.btn-connect {
  font-size: 11px;
  font-weight: bold;
  padding: 8px 25px;
}
.btn-continue {
  font-size: 11px;
  font-weight: bold;
  padding: 8px 21px;
  margin-left: 290px;
}
.btn-finish {
  font-size: 11px;
  font-weight: bold;
  padding: 8px 25px;
}
.btn-save {
  font-size: 13px;
  padding: 7px 15px;
}
.btn-copy {
  margin-left: -52px;
  padding: 8px 12px;
}
.btn-error {
  color: #6c868e;
  background-color: transparent;
  border-color: #6c868e;
  border-radius: 4px;
}
.btn-error:hover {
  color: #ffffff;
  background-color: #889da2;
  border-color: #889da2;
}
.btn-error-active {
  color: #ffffff;
  background-color: #b7ced3;
  border-color: #b7ced3;
}

/* Grid */
.grid-btn {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.grid-btn-left {
  border-right: 0px;
  justify-content: flex-start;
}
.grid-btn-right {
  max-width: 30px;
  border-left: 0px;
  padding: 7px 3px 7px 7px;
}
.grid-btn-dropdown {
  width: 100%;
  border: 0;
  justify-content: flex-start;
  transition: none;
}
.grid-btn-dropdown:hover {
  color: #ffffff;
  background-color: #007a8a;
  text-decoration: none;
}
.status-check {
  text-align: center;
  color: #72c279;
}
.status-times {
  text-align: center;
  color: #e08f95;
}
.status-check:hover,
.status-times:hover {
  color: #007a8a;
}
.status-times:disabled {
  background-color: inherit;
}
.status-times:disabled:hover {
  color: #e08f95;
}
.btn-pagination {
  margin: 0 5px;
  padding: 5px 8px;
  color: #6c868e;
  border: 1px solid #bbcdd2;
}
.btn-pagination:hover {
  color: #ffffff;
  background-color: #007a8a;
}
.btn-pagination.active-page {
  font-weight: bold;
  color: #ffffff;
  background-color: #0097a7;
  border: 1px solid #007b89;
}
.btn-pagination.active-page:hover {
  background-color: #007a8a;
}
#form_id,
#form_id::placeholder,
#form_status_html,
#form_uni_status,
th[data-column-id="logo"],
th[data-column-id$="action_html"] {
  text-align: center;
}
th[data-column-id="id"] .ps-sortable-column,
th[data-column-id="status_html"] .ps-sortable-column,
th[data-column-id="uni_status"] .ps-sortable-column {
  justify-content: center;
  margin-left: 20px;
}
th[data-column-id="id"],
th[data-column-id="logo"],
th[data-column-id="status_html"],
th[data-column-id="action_html"] {
  width: 100px;
}
td[data-column-id$="action_html"] .grid-search-button {
  margin: auto;
}
td[data-column-id$="action_html"] .grid-reset-button {
  margin: auto;
  padding: .5rem 0rem;
}
td[data-column-id$="action_html"] .grid-search-button:not([disabled]) {
  background-color: #0097a7;
  border: 1px solid #007b89;
}
td[data-column-id$="action_html"] .grid-search-button:not([disabled]):hover {
  background-color: #007a8a;
}
.pagination .jump-to-page,
.ps-sortable-column[data-sort-is-current] .ps-sort,
td[data-column-id$="action_html"] .grid-reset-button {
  color: #0097a7;
}
.table thead th[data-column-id^="err_"],
.table thead th[data-column-id^="uni_"] {
  border-bottom: solid .125rem #0097a7;
}
.tab-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}
.left-buttons {
  display: flex;
  gap: 10px;
}

/* Location element */
.btn-location {
  display: flex !important;
  align-self: center !important;
  align-items: center !important;
  float: var(--location-float) !important;
  order: var(--location-order) !important;
  font-size: 13px !important;
  width: fit-content !important;
  height: fit-content !important;
  line-height: 1.25 !important;
  background-color: var(--location-background) !important;
  border: 1px solid var(--location-border) !important;
  border-radius: 4px !important;
  padding: 5px 7px 5px 7px !important;
  margin: 0 10px 0 10px !important;
  cursor: default !important;
  gap: 5px !important;
}
.btn-location-mobile {
  display: none !important;
  align-self: center !important;
  align-items: center !important;
  float: var(--location-float) !important;
  order: var(--location-order) !important;
  font-size: 13px !important;
  width: fit-content !important;
  height: fit-content !important;
  line-height: 1.25 !important;
  background-color: var(--location-background) !important;
  border: 1px solid var(--location-border) !important;
  border-radius: 4px !important;
  padding: 5px 7px 5px 7px !important;
  margin: 0 10px 0 10px !important;
  cursor: default !important;
  gap: 5px !important;
}
.btn-location-mobile-icon {
  display: none !important;
  align-self: center !important;
  align-items: center !important;
  float: var(--location-float) !important;
  order: var(--location-order) !important;
  width: fit-content !important;
  height: fit-content !important;
  cursor: pointer !important;
}
.location-icon {
  font-size: 27px !important;
  color: var(--location-icon) !important;
  margin: -5px !important;
}
.location-text {
  display: flex !important;
  flex-direction: column !important;
}
.location-label {
  color: var(--location-main-text) !important;
  text-decoration: none !important;
  padding: 6.5px 0 !important;
}
.location-label-main {
  color: var(--location-main-text) !important;
  text-decoration: none !important;
}
.location-label-small {
  font-size: 10px !important;
  color: var(--location-view-stores) !important;
  text-decoration: none !important;
}
.location-label:hover,
.location-label-main:hover,
.location-label-small:hover {
  color: var(--location-hover-color) !important;
  text-decoration: var(--location-hover-underline) !important;
  cursor: pointer !important;
}
.location-underline {
  text-decoration: underline;
}
.location-underline:hover,
.location-underline-click:hover {
  text-decoration: underline;
  cursor: pointer;
}
.location-input {
  text-align: center;
  width: 50px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #d2d6de;
  border-radius: 4px;
  margin: 10px;
}
.input-suffix {
  margin-left: -8px;
}
.field-modal-wrapper {
  width: max-content;
}
.field-modal {
  font-size: 12px;
  width: 135px;
  height: 40px;
  outline: none !important;
  border: 1px solid #d2d6de;
  border-radius: 4px;
}
.btn-search {
  position: absolute;
  background: transparent;
  outline: none !important;
  border: none;
  margin: 7px 0px 0px -30px;
  padding: 0;
}
.field-padding {
  padding: 8px;
}
.field-icon-padding {
  padding: 8px 35px 8px 8px;
}
.view-stores-wrapper {
  display: none !important;
}
.availability-wrapper {
  margin: 25px 0px;
}
.availability-empty {
  margin: 10px 0px;
}
.availability-error {
  margin: 20px 0px -20px 0px;
}
.availability-list {
  margin: 10px;
}
.availability-title {
  font-weight: bold;
}
.availability-price {
  margin-right: 10px;
}
.availability-map {
  text-decoration: underline !important;
}
.availability-map:hover {
  cursor: pointer;
}
.disable-cart-flag {
  display: none;
}
.postcode-wrapper {
  margin-bottom: 20px;
}
.postcode-wrapper-cart {
  position: absolute;
  justify-self: right;
  margin-top: 5px;
  z-index: 1;  
}
.delivery-carrier {
  padding: 10px 10px 20px 10px;
}
.delivery-separator {
  margin-bottom: -8px;
}
.delivery-initial-gap {
  margin-top: -50px;
}
.delivery-fix-padding {
  padding-top: 20px;
}
.delivery-title {
  margin: 30px 0px 15px -15px;
}
.stock-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}
.stock-header-thumbnails {
  margin-right: 35px;
}
.stock-header-store {
  margin-left: auto;
}
.stock-details {
  display: none;
  padding-top: 5px;
}
.chevron-icon {
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.contact-info {
  display: flex;
  padding: 15px 3px 3px 3px;
  gap: 10px;
}
.place-info {
  display: flex;
  align-items: center;
  padding-top: 10px;
  gap: 20px;
}
.place-info-left {
  flex: 1;
}
.place-info-right {
  flex: 2;
}
.place-select-buttons {
  display: flex;
  padding: 3px;
  gap: 3px;
}
.place-cancel-btn {
  background: transparent;
  border: 0px;
  padding: 0px;
}
.place-select-btn {
  width: -webkit-fill-available;
}
.place-contact-info {
  display: flex;
  padding: 3px;
  gap: 10px;
}
.js-delivery-option .row {
  align-items: center;
}
.clock-popover {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 2px 8px #00000033;
  padding: 10px;
  z-index: 99999;
}
.clock-popover-arrow-border {
  position: absolute;
  align-self: center;
  right: 100%;
  border-width: 11px;
  border-color: transparent;
  border-right-color: #cccccc;
  border-style: solid;
}
.clock-popover-arrow {
  position: absolute;
  align-self: center;
  right: 100%;
  border-width: 10px;
  border-color: transparent;
  border-right-color: #ffffff;
  border-style: solid;
}
.order-navigator {
  text-align: center;
  padding-bottom: 5px;
}
.selection-error-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #00000099;
  z-index: 99999;
}
.selection-error-modal {
  width: 90%;
  max-width: 400px;
  text-align: center;
  background: white;
  border-radius: 6px;
  padding: 20px;
}