/*!
 * Cropper v0.7.1
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright 2014 Fengyuan Chen
 * Released under the MIT license
 */
.cropper-container {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  width: 100%;
  max-width: none !important;
  height: 100%;
  max-height: none !important;
}

.cropper-modal,
.cropper-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-canvas {
  background-color: #ffffff;
  filter: alpha(opacity=0);
  opacity: 0;
}

.cropper-modal {
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.cropper-dragger {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.cropper-viewer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #6699ff;
  outline-color: rgba(51, 102, 255, 0.75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  filter: alpha(opacity=50);
  border: 0 dashed #ffffff;
  opacity: 0.5;
}
.cropper-dashed.dashed-h {
  top: 33.3%;
  left: 0;
  width: 100%;
  height: 33.3%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.3%;
  width: 33.3%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

.cropper-face {
  top: 0;
  left: 0;
  cursor: move;
  background-color: #ffffff;
}

.cropper-line {
  background-color: #6699ff;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #6699ff;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  filter: alpha(opacity=100);
  opacity: 1;
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #6699ff;
  filter: alpha(opacity=0);
  opacity: 0;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    filter: alpha(opacity=75);
    opacity: 0.75;
  }
}
.cropper-hidden {
  display: none !important;
}

.cropper-invisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  filter: alpha(opacity=0);
  opacity: 0;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.avatar-body {
  padding-right: 15px;
  padding-left: 15px;
}

.avatar-upload {
  overflow: hidden;
}
.avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}
.avatar-upload input {
  display: block;
  margin-left: 110px;
}

.avater-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avatar-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fcfcfc;
  overflow: hidden;
}
.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.avatar-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
}
.avatar-preview:hover {
  border-color: #ccccff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.avatar-preview img {
  width: 100%;
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}

.preview-md {
  height: 100px;
  width: 100px;
}

.preview-sm {
  height: 50px;
  width: 50px;
}

@media (min-width: 992px) {
  .avatar-preview {
    float: none;
  }
}
.cropper-loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff url("/vendor/core/images/loading.gif") no-repeat center center;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}

.avatar-view {
  cursor: pointer;
}

.bb-customer-page {
  margin: 0;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.bb-customer-page .border-border {
  border: 1px solid #cecece;
}
.bb-customer-page .userpic-avatar {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 70%;
  margin: 0 auto;
}
.bb-customer-page .bb-profile-sidebar {
  padding: 20px 0;
  color: rgb(228, 228, 228);
  height: 100%;
}
.bb-customer-page .bb-profile-sidebar .bb-profile-user-menu {
  list-style: none;
  display: block;
}
.bb-customer-page .bb-profile-sidebar .bb-profile-user-menu li.list-group-item {
  display: block;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px dashed #cecece;
  margin-bottom: 1px;
}
.bb-customer-page .bb-profile-sidebar .bb-profile-user-menu li.list-group-item i {
  float: right;
  color: rgb(82, 82, 82);
  line-height: 25px;
  font-size: 1.1em;
}
.bb-customer-page .bb-profile-sidebar .bb-profile-user-menu li.list-group-item a {
  color: rgb(0, 0, 0);
  padding-right: 30px;
}
.bb-customer-page .bb-profile-sidebar .bb-profile-user-menu li.list-group-item a:hover {
  color: var(--primary-color);
}
.bb-customer-page .bb-profile-sidebar .bb-profile-user-menu li.list-group-item a.active, .bb-customer-page .bb-profile-sidebar .bb-profile-user-menu li.list-group-item a:active {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: bold;
}
.bb-customer-page .bb-profile-sidebar .profile-customer-name {
  font-size: 1em;
  margin: 20px 0;
  text-align: center;
  color: var(--primary-color);
}
.bb-customer-page .bb-profile-content {
  padding: 20px 20px 20px 7px;
}
.bb-customer-page .bb-profile-content .bb-profile-header {
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.bb-customer-page .bb-profile-content .bb-profile-header .bb-profile-header-title {
  font-size: 28px;
  font-weight: 500;
}
.bb-customer-page h2.customer-page-title {
  text-align: start;
  font-size: 1.4em;
  font-weight: bold;
}
.bb-customer-page .customer-order-detail p {
  margin: 0;
}
.bb-customer-page .customer-order-detail span {
  min-width: 150px;
  display: inline-block;
  margin: 5px 0;
}
.bb-customer-page .customer-order-detail span.order-detail-value {
  padding: 5px;
  line-height: 10px;
  border-bottom: 1px dashed #cecece;
  margin-left: 20px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
}
.bb-customer-page .customer-order-detail span h5 {
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
.bb-customer-page .dashboard-address {
  margin-bottom: 20px;
}
.bb-customer-page .dashboard-address .card {
  background-color: #f8f8f8;
  border: none;
}
.bb-customer-page .dashboard-address .card p {
  font-size: 85%;
}
.bb-customer-page .badge {
  color: #fff;
  min-width: 0 !important;
}
.bb-customer-page .show-admin-bar .modal {
  top: 80px;
}
.bb-customer-page .pagination .page-item .page-link {
  color: var(--primary-color);
}
.bb-customer-page .pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.bb-customer-page .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  position: relative;
  padding: 5px 12px;
}
.bb-customer-page .btn-primary::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  inset-inline-start: -10%;
  top: 0;
  height: 100%;
  width: 10%;
}
.bb-customer-page .btn-primary:hover::before {
  animation: light-white 0.8s;
}
.bb-customer-page .btn-primary:hover i {
  animation: icon-arrow 0.4s linear;
}
.bb-customer-page .btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.bb-customer-page svg.icon {
  stroke-width: 1;
  margin-bottom: 0;
}
.bb-customer-page table.table.table-bordered.table-striped tr,
.bb-customer-page table.table.table-bordered.table-striped td,
.bb-customer-page table.table.table-bordered.table-striped th {
  vertical-align: middle;
}
.bb-customer-page img.img-fluid.rounded-start.ecommerce-product-image {
  max-height: 100px;
}
.bb-customer-page .gap-2 {
  gap: 0.5rem !important;
}

.delete-account-section {
  margin-top: 3rem;
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
}

.nav-tabs {
  padding-bottom: 15px;
}
.nav-tabs .nav-item {
  flex: none;
}
.nav-tabs .nav-item .nav-link {
  background-color: #f8f8f8;
  border-radius: 0;
  margin: unset;
  padding: 5px 10px;
  color: var(--primary-color);
  width: auto;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}

.bb-customer-sidebar-wrapper {
  border-radius: var(--bs-card-border-radius);
  overflow: hidden;
  background-color: #f7f7f9;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading {
  padding: 0 20px 20px 20px;
  color: #0b0b0b;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading .email,
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading .name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading .wrapper-image {
  width: 50px;
  height: 50px;
  background-color: #0a53be;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-sidebar-heading .wrapper-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  color: #0b0b0b;
  transition: background-color 0.2s ease;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper.active {
  background-color: var(--primary-color);
  color: #ffffff;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper.active a {
  color: #ffffff;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper.active:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  opacity: 0.8;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper:hover {
  background-color: white;
}
.bb-customer-sidebar-wrapper .bb-customer-sidebar .bb-customer-menu-item-wrapper .bb-customer-menu-item {
  width: 100%;
}

svg.icon {
  stroke-width: 1;
  margin-bottom: 0;
}

@keyframes light-white {
  to {
    inset-inline-start: 100%;
  }
}
@keyframes icon-arrow {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
