:root {
    --primary-color: #d51243;
}
 .cropper-container {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cropper-container img {
    height: 100%;
    max-height: none!important;
    max-width: none!important;
    width: 100%
}

.cropper-canvas,.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-canvas {
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5
}

.cropper-dragger {
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%
}

.cropper-viewer {
    display: block;
    height: 100%;
    outline-color: #69f;
    outline-color: rgba(51,102,255,.75);
    outline-style: solid;
    outline-width: 1px;
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #fff;
    display: block;
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.3%;
    left: 0;
    top: 33.3%;
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.3%;
    top: 0;
    width: 33.3%
}

.cropper-face,.cropper-line,.cropper-point {
    display: block;
    filter: alpha(opacity=10);
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    cursor: move;
    left: 0;
    top: 0
}

.cropper-line {
    background-color: #69f
}

.cropper-line.line-e {
    cursor: e-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: n-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: w-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: s-resize;
    height: 5px;
    left: 0
}

.cropper-point {
    background-color: #69f;
    filter: alpha(opacity=75);
    height: 5px;
    opacity: .75;
    width: 5px
}

.cropper-point.point-e {
    cursor: e-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: n-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: w-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: ne-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nw-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: sw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: se-resize;
    filter: alpha(opacity=100);
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

.cropper-point.point-se:before {
    background-color: #69f;
    bottom: -50%;
    content: " ";
    display: block;
    filter: alpha(opacity=0);
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        height:15px;
        width: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height:10px;
        width: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        filter:alpha(opacity=75);
        height: 5px;
        opacity: .75;
        width: 5px
    }
}

.cropper-hidden {
    display: none!important
}

.cropper-invisible {
    filter: alpha(opacity=0);
    height: auto!important;
    left: 0;
    max-height: none!important;
    max-width: none!important;
    opacity: 0;
    position: fixed;
    top: 0;
    width: auto!important;
    z-index: -1
}

.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-left: 15px;
    padding-right: 15px
}

.avatar-upload {
    overflow: hidden
}

.avatar-upload label {
    clear: left;
    display: block;
    float: left;
    width: 100px
}

.avatar-upload input {
    display: block;
    margin-left: 110px
}

.avater-alert {
    margin-bottom: 10px;
    margin-top: 10px
}

.avatar-wrapper {
    background-color: #fcfcfc;
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    height: 364px;
    margin-top: 15px;
    overflow: hidden;
    width: 100%
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%
}

.avatar-preview {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    overflow: hidden
}

.avatar-preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

.avatar-preview img {
    width: 100%
}

.preview-lg {
    height: 184px;
    margin-top: 15px;
    width: 184px
}

.preview-md {
    height: 100px;
    width: 100px
}

.preview-sm {
    height: 50px;
    width: 50px
}

@media (min-width: 992px) {
    .avatar-preview {
        float:none
    }
}

.cropper-loading {
    background: #fff url(/vendor/core/images/loading.gif) no-repeat 50%;
    bottom: 0;
    display: none;
    filter: alpha(opacity=75);
    left: 0;
    opacity: .75;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20140628
}

.avatar-view {
    cursor: pointer
}

.customer-page {
    background-color: #fff;
    margin: 0
}

.customer-page .customer-body {
    padding: 50px 20px
}

.customer-page .border-border {
    border: 1px solid #cecece
}

.customer-page .userpic-avatar {
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    width: 70%
}

.customer-page .profile-sidebar {
    background-color: #fff;
    border-right: 1px solid #e2e2e2;
    box-shadow: 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px;
    -webkit-box-shadow: 5px 5px 5px;
    -o-box-shadow: 5px 5px 5px;
    color: #e4e4e4;
    height: 100%;
    padding: 20px
}

.customer-page .profile-sidebar .profile-usermenu {
    display: block;
    list-style: none
}

.customer-page .profile-sidebar .profile-usermenu li.list-group-item {
    border: 0;
    border-bottom: 1px dashed #cecece;
    display: inline-flex;
    margin-bottom: 1px
}

.customer-page .profile-sidebar .profile-usermenu li.list-group-item i {
    color: #525252;
    float: right;
    font-size: 1.1em;
    line-height: 25px;
    padding:0 15px 0 0;
}

.customer-page .profile-sidebar .profile-usermenu li.list-group-item a {
    color: #000;
    padding-right: 30px
}

.list-group-item.hover a.collection-item,
    .list-group-item.hover .fas {
        color:var(--tp-common-white) !important;
    }

/* .customer-page .profile-sidebar .profile-usermenu li.list-group-item a:hover,
.customer-page .profile-sidebar .profile-usermenu li.list-group-item a:hover .fa-map-marker-alt {
    color: var(--primary-color); 
} */

.customer-page .profile-sidebar .profile-usermenu li.list-group-item a.active,.customer-page .profile-sidebar .profile-usermenu li.list-group-item a:active {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none
}

.customer-page .profile-sidebar .profile-customer-name {
    color: var(--primary-color);
    font-size: 1em;
    margin: 20px 0;
    text-align: center
}

.customer-page .profile-content {
    padding: 20px 20px 20px 50px
}

.customer-page h2.customer-page-title {
    font-size: 1.4em;
    font-weight: 700;
    text-align: start
}

.customer-page .customer-list-order {
    margin-top: 40px
}

.customer-page .customer-order-detail p {
    margin: 0
}

.customer-page .customer-order-detail span {
    display: inline-block;
    margin: 5px 0;
    min-width: 150px
}

.customer-page .customer-order-detail span.order-detail-value {
    border-bottom: 1px dashed #cecece;
    color: #000;
    display: inline-block;
    font-weight: 700;
    line-height: 10px;
    margin-left: 20px;
    padding: 5px
}

.customer-page .customer-order-detail span h5 {
    margin: 30px 0;
    text-align: center;
    width: 100%
}

.customer-page .dashboard-address {
    margin-bottom: 20px
}

.customer-page .dashboard-address .card {
    background-color: #f8f8f8;
    border: none
}

.customer-page .dashboard-address .card p {
    font-size: 85%
}

.customer-page .badge {
    color: #fff;
    min-width: 0!important
}

.customer-page .show-admin-bar .modal {
    top: 80px
}

.customer-page .pagination .page-item .page-link {
    color: var(--primary-color)
}

.customer-page .pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.customer-page .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 5px 12px;
    position: relative
}

.customer-page .btn-primary:before {
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.2));
    content: "";
    height: 100%;
    inset-inline-start: -10%;
    position: absolute;
    top: 0;
    width: 10%
}

.customer-page .btn-primary:hover:before {
    animation: light-white .8s
}

.customer-page .btn-primary:hover i {
    animation: icon-arrow .4s linear
}

.customer-page .btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.customer-page svg.icon {
    stroke-width: 1;
    margin-bottom: 0
}

.customer-page table.table.table-bordered.table-striped td,.customer-page table.table.table-bordered.table-striped th,.customer-page table.table.table-bordered.table-striped tr {
    vertical-align: middle
}

.customer-page img.img-fluid.rounded-start.ecommerce-product-image {
    max-height: 100px
}

.customer-page .gap-2 {
    gap: .5rem!important
}

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
    }
}


.delete-account-section {
    border: 1px solid var(--bs-border-color);
    margin-top: 3rem;
    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;
    color: var(--primary-color);
    margin: unset;
    padding: 5px 10px;
    width: auto;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: var(--primary-color);
    color: #fff
}

svg.icon {
    stroke-width: 1;
    margin-bottom: 0
}
