.border-gredient {
    position: relative;
    overflow: visible;
    border-radius: 11px;
}

.border-gredient::after {
    content: "";
    border-radius: 11px;
    background: linear-gradient(300deg, #5b00dd, #7d00dd, #00d5dd);
    background-size: 180% 180%;
    animation: gradient-animation 3s ease infinite;
    transition: 0.5s ease all;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.border-gredient.show::after {
    opacity: 1;
}


@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.offcanvas-body {
    overflow-y: visible !important;
}

.table--container {
    position: relative !important;
}

.table--category {
    position: -webkit-sticky !important;
    /* Safari */
    position: sticky !important;
    top: 100px;
}

.filepond--drop-label {
    color: #dfdfdf !important;
}

.filepond--label-action {
    text-decoration-color: #f4f4f4 !important;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #9C37BB !important;
    height: 1em;
}

.filepond--item-panel {
    background-color: #2b2c3f !important;
}

.filepond--drip-blob {
    background-color: #2b2c3f !important;
}

input[type=checkbox].golden {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type=checkbox].golden:focus {
    outline: 0;
}

.toggle-golden {
    height: 20px;
    width: 44px;
    border-radius: 14px;
    display: inline-block;
    position: relative;
    margin: 0;
    background: linear-gradient(90deg, #3B3B35 0%, #4F4F4A 20%, #4E5049 50%, #4F4F4A 70%, #3B3B35 100%);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.07), inset 0px 2px 4px rgba(0, 0, 0, 0.35);
    transition: all 0.2s ease;
}

.toggle-golden:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    box-shadow: inset 1px 1px 0.5px -1px #3E3E3C;
    transition: all 0.3s ease;
}

.toggle-golden:checked {
    background: linear-gradient(90deg, #FCF250 0%, #FCF250 100%);
    box-shadow: 0px 0px 40px rgba(252, 242, 80, 0.4), 0px 0px 2px #FEE353, inset 0px 0px 0px 1px rgba(255, 187, 66, 0.8), inset 0px 0px 6px 2px rgba(186, 131, 5, 0.5), inset 0px 0px 7px 3px rgba(233, 83, 48, 0.16);
}

.toggle-golden:checked:after {
    transform: translatex(24px) scale(1.06);
}


/* Duration  */
.box-ranger-duration {
    --primary: #9C37BB;
    --headline: #eef4ff;
    width: 100%;
    /* max-width: 312px; */
    /* padding: 0 32px 0 32px; */
}

.box-ranger-duration .values div,
.box-ranger-duration small div {
    display: inline-block;
    vertical-align: top;
}

.box-ranger-duration .values {
    margin: 0;
    font-weight: 500;
    color: var(--primary);
}

.box-ranger-duration .values>div:first-child {
    margin-right: 2px;
}

.box-ranger-duration .values>div:last-child {
    margin-left: 2px;
}

.box-ranger-duration small {
    color: var(--text);
    display: block;
    font-size: 14px;
}

.slider {
    --primary: #9C37BB;
    --handle: #9C37BB;
    --handle-active: #3f4199;
    --handle-hover: #595cd9;
    --handle-border: 2px solid var(--primary);
    --line: #9C37BB;
    --line-active: var(--primary);
    height: 23px;
    width: 100%;
    position: relative;
    pointer-events: none;
}

.slider .ui-slider-handle {
    --y: 0;
    --background: var(--handle);
    cursor: grab;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 23px;
    height: 23px;
    transform: translateX(-50%);
    position: absolute;
    outline: none;
    display: block;
    pointer-events: auto;
}

.slider .ui-slider-handle div {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    transition: background 0.4s ease;
    transform: translateY(calc(var(--y) * 1px));
    border: var(--handle-border);
    background: var(--background);
}

.slider .ui-slider-handle:hover {
    --background: var(--handle-hover);
}

.slider .ui-slider-handle:active {
    --background: var(--handle-active);
    cursor: grabbing;
}

.slider svg {
    --stroke: var(--line);
    display: block;
    height: 83px;
}

.slider svg path {
    fill: none;
    stroke: var(--stroke);
    stroke-width: 1;
}

.slider .active,
.slider>svg {
    position: absolute;
    top: -30px;
    height: 83px;
}

.slider>svg {
    left: 0;
    width: 100%;
}

.slider .active {
    position: absolute;
    overflow: hidden;
    left: calc(var(--l) * 1px);
    right: calc(var(--r) * 1px);
}

.slider .active svg {
    --stroke: var(--line-active);
    position: relative;
    left: calc(var(--l) * -1px);
    right: calc(var(--r) * -1px);
}

.slider .active svg path {
    stroke-width: 2;
}

.product-category-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.caveat-brush-regular {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    font-style: normal;
}

#picture__input {
    display: none;
}

.picture_product_image {
    width: 110px;
    border-radius: 8px;
    aspect-ratio: 1/1;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #aaa;
    border: 2px dashed currentcolor;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
}

.picture_product_image:hover {
    color: #777;
    background: #bcbcbc47;
}

.picture_product_image:active {
    border-color: turquoise;
    color: turquoise;
    background: #eee;
}

.picture_product_image:focus {
    color: #777;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
    max-width: 100%;
}

.alert-dismissible .btn-close-custom {
    position: relative !important;
    z-index: 2;
}

.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand .layout-menu-toggle {
    display: none;
}

.tab-panel-cont {
    width: 100%;
}

.tab-panel-cont ul {
    width: 100%;

    margin: 0;
    padding: 0;
}

.tab-panel-cont ul li {
    list-style-type: none;
    display: inline-block;
    background: #9C37BB;
    margin: 0;
    padding: 3px 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 200;
    cursor: pointer;
}

.tab-panel-cont ul li:first-child {
    border-left: 0
}

.tab-panel-cont ul li:last-child {
    border-right: 0
}

.tab-panel-cont ul li:hover {
    color: #fff;
    background: #1e1e23;
}

.tab-panel-cont ul li.active {
    color: #fff;
    background: #9C37BB;
}

.tab-panel-cont .tab-panel {
    display: none;
    width: 100%;
}

.tab-panel-cont .tab-panel.active {
    display: block;
}

.description--box {
    min-height: auto;
    max-height: 700px;
    overflow: scroll;
    background-color: var(--bs-body-bg);
    padding: 24px;
    border-radius: 16px;
    border: 2px solid var(--bs-card-border-color);
}

.discount--price {
    position: relative;
}

.price_and_tax {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category--item-card {
    padding: 6px 6px 6px 6px;
    border-radius: 16px;
    opacity: 0.8;
    /* width: 100%; */
    background-color: var(--bs-body-bg);
    border: 2px solid var(--bs-card-border-color);
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category--image {
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.category--item-card:hover {
    opacity: 1;
}

.sub-table-content {
    background-color: var(--bs-body-bg);
    padding: 24px;
    border-radius: 16px;
    border: 2px solid var(--bs-card-border-color);

}

.inner-dark {
    background-color: var(--bs-body-bg);
}

.blurred {
    filter: blur(5px);
    /* Add blur effect */
}

.transaction-text {
    /* color: transparent; */
    /* Hide the text */
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
    /* Add a shadow effect to make it appear blurry */
    /* user-select: none; */
    /* Disable text selection */
    pointer-events: none;
    /* Disable pointer events */
}

.transaction-text.blurred {
    filter: blur(5px);
    /* Apply blur effect */
}

.dark-box-bg {
    padding: 24px;
    position: relative;
    border-radius: 8px;
    width: 100%;
    background-color: var(--bs-body-bg);
    border: 2px solid var(--bs-card-border-color);
}

.button-top-left {
    position: absolute;
    top: 10px;
    right: 10px;
}

#transactionDetailsContent span {
    color: green;

}

.table-name-row--title {
    transition: 0.3s ease-in-out;
    margin: 0 0;
}

.table-name-row--title:hover {
    opacity: 0.7;
}

.table-name-row--sub {
    transition: 0.3s ease-in-out;

}

.table-name-row--sub:hover {
    font-weight: bolder;
}

.sidebarmenu--icon {
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.vendor--type {
    position: relative;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    flex-direction: row-reverse;
    width: 23px;
    transition: 0.3s ease-in-out all;
}

.vendor--type .vendor--type-test {
    position: relative;
    width: 0%;
    overflow: visible;
    transition: 0.3s ease-in-out all;
    opacity: 0;
    padding: 0 !important;
    margin: auto;
    z-index: 0;
}

.vendor--type:hover {
    width: auto;
}

.vendor--type:hover .vendor--type-test {
    width: 100%;
    opacity: 1;
    padding-left: 3px !important;

}

.order--type {
    position: relative;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    flex-direction: row-reverse;
    width: auto;

    transition: 0.3s ease-in-out all;
}

.order--type .order--type-test {
    position: relative;
    width: 0%;
    overflow: visible;
    transition: 0.3s ease-in-out all;
    opacity: 0;
    padding: 0 !important;
    margin: auto;
    z-index: 0;
}

.order--type .order--type-test {
    width: 100%;
    opacity: 1;
    padding-left: 3px !important;

}

.marquee-container {
    overflow-x: hidden;
    width: 150px;
}

.marquee {
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

input[type="time"].vendor-time::-webkit-calendar-picker-indicator {
    /* display: none; */
    padding: 0;
}

input[type="time"].vendor-time {
    padding: 0 !important;
    border: none !important;
}
.edit-svg{
    transition: 0.2s ease-in-out;
}
.edit-svg:hover {
    fill: #03c3ec;
}
.view-svg{
    transition: 0.2s ease-in-out;
}
.view-svg:hover {
    fill: #68c638;
}
.delete-svg{
    transition: 0.2s ease-in-out;
}
.delete-svg:hover {
    fill: #ff3e1d;
}

button.remove-variant-btn {
    border: none;
    background: none;
} .drag-handle {
    cursor: move;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.variant-field{
    border-radius: 0;
}
.dragging {
    background-color: rgba(255, 255, 255, 0.094); /* transparent white */
    border-radius: 7px;
}

.order-tracking{
	text-align: center;
	width: 25% !important;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
    height: 24px;
    width: 24px;
	border: 0px solid #AFAFAF;
	background-color: #f7be16;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
    height: 11px;
    width: 7px;
    top: -2px;
    bottom: 1px;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 9px;
	opacity: 1;
}
.order-tracking p {
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #f7be16;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}


.inverse-card{
    background-color: var(--bs-body-bg);
    margin-bottom: 6px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    overflow: visible;
}
.price-sales{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.option-badge {
    position: absolute;
    text-transform: capitalize;
    top: -4px;
    right: -3px;
    text-align: right;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding: .3rem .5rem;
    font-weight: 500;
    font-size: 13px;
    border-radius: 8px;
    z-index: 2;
    transform: rotate(6deg);
    font-family: var(--font-heading-family);
}
.card-title,.product-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
svg {
    overflow: visible;
}
.cso-card-stats{
    margin-bottom: 26px;
}

.simple-card{
    border-radius: 10px;
    position: relative;
    overflow: visible;
}

#bar-progress {
    display: inline-flex;
    justify-content: center;
}

#bar-progress .step {
    display: inline-block;
}

#bar-progress .step .number-container {
    display: inline-block;
    border: solid 1px #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

#bar-progress .step.step-active .number-container,#bar-progress .step.step-completed .number-container {
    background-color: #078690;
}

#bar-progress .step .number-container .number {
    font-weight: 700;
    font-size: .8em;
    line-height: 1.75em;
    display: block;
    text-align: center;
}

#bar-progress .step.step-active .number-container .number,#bar-progress .step.step-completed .number-container .number {
    color: white;
}

#bar-progress .step h5 {
    display: inline;
    font-weight: 100;
    font-size: .8em;
    margin-left: 10px;
    text-transform: uppercase;
}

#bar-progress .seperator {
    display: block;
    width: 10px;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    margin: auto 11px;
}

.right-button-m-l{
    margin: 0 0 0 5px;
}