.page {
    padding: 24px 0 0;
}
.page .container {
    max-width: 1740px;
    margin-inline: auto;
}
svg,
img {
    vertical-align: bottom;
}
/*breadcumbs*/
.breadcumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcumbs .breadcumb-link {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
    position: relative;
}
.breadcumbs li:first-child .breadcumb-link {
    padding-left: 0;
}
.breadcumbs li:last-child .breadcumb-link {
    color: #878d99;
}
.breadcumbs .breadcumb-link:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #afb8cc;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    border-radius: 5px;
}
.breadcumbs li:first-child .breadcumb-link:before {
    display: none;
}
.page .breadcumbs {
    margin-bottom: 16px;
}
/*end breadcumbs*/
.page-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.tag {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 10px;
    border-radius: 12px;
    font-weight: 500;
    background-color: #eafdc6;
    color: #6e9033;
}
.tag.canceled {
    background: #fce5e2;
    color: #ba5e5e;
}
.tag.in-progress {
    background: #fdf2c6;
    color: #a18612;
}
.tag.requested {
    background: #e5f5fb;
    color: #2a7e9e;
}
.tag.ordered {
    background: #eafdc6;
    color: #6e9033;
}
.page-title-wrapper .tag {
    border-radius: 24px;
    padding: 4px 12px;
    white-space: nowrap;
}
.status-tab-wrapper {
    border: 1px solid #f3f3f3;
    border-radius: 32px;
    padding: 54px 16px;
    margin: 24px 0 40px;
    text-align: center;
}
.status-tab-wrapper ul {
    display: flex;
    gap: 0;
}
.status-label {
    font-size: 13px;
    line-height: 19px;
    color: #878d99;
    padding: 2px 10px;
    background-color: #f3f3f3;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    white-space: nowrap;
}
.status-tab-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #cdcdcd;
    border-radius: 20px;
    background-image: url(../img/question-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.status-tab-block-info {
    display: none;
}
.status-label.current {
    background-color: #2aa466;
    color: #fff;
}
.status-label.current .status-tab-icon {
    background-color: rgba(255, 255, 255, 0.5);
}
.status-label.completed {
    background-color: #eafdc6;
    color: #6e9033;
}
.status-tab-block {
    position: relative;
    display: flex;
    align-items: center;
}
.status-tab-block:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #cdcfd4;
    left: -30px;
    z-index: -1;
}
.status-tab-wrapper ul li:first-child .status-tab-block:before {
    display: none;
}
.status-tab-wrapper li,
.status-bottom-sub-blocks .sub-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    position: relative;
}
.status-tab-wrapper li:first-child,
.status-bottom-sub-blocks .sub-block:first-child {
    padding: 0;
}
.status-tab-inner {
    max-width: max-content;
    margin-inline: auto;
    padding-left: 40px;
}
.status-tab-wrapper li.process-qi, .status-tab-wrapper li.processqi {
    padding-left: 210px;
}
.process-qi .status-tab-block:before, .processqi .status-tab-block:before {
    width: 230px;
    left: -220px;
}
.status-top-sub-blocks {
    width: 296px;
    text-align: center;
    border: 1px dashed #cdcfd4;
    height: 44px;
    border-bottom: 0;
    margin-left: 150px;
    border-radius: 12px 12px 0 0;
}
.status-top-sub-blocks .sub-block {
    margin-top: -12px;
}
.status-bottom-sub-blocks {
    display: inline-flex;
    padding-top: 62px;
    position: relative;
    left: -40px;
}
.status-bottom-sub-blocks .sub-block {
    justify-content: center;
}
.status-bottom-sub-blocks .sub-block status-label:before {
    left: 50%;
    width: 1px;
    height: 20px;
    top: -20px;
    transform: translateX(-50%);
}
.sub-block.recycled .status-label:before,
.sub-block.local-sale .status-label:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 1px;
    height: 24px;
    top: -24px;
    background: #cdcfd4;
}
.status-bottom-sub-blocks:before {
    position: absolute;
    content: "";
    border: 1px solid #cdcfd4;
    width: 282px;
    height: 24px;
    border-radius: 12px 12px 0 0;
    left: 36px;
    bottom: 24px;
    border-bottom: 0;
}
.status-bottom-sub-blocks:after {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 38px;
    background: #cdcfd4;
    left: 190px;
}
.page-main {
    display: flex;
    gap: 20px;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.page-sidebar {
    box-shadow: 0 12px 40px 0 rgba(61, 66, 69, 0.12);
    border-radius: 24px;
    position: sticky;
    top: 110px;
    width: 280px;
    z-index: 8;
    background-color: #fff;
}
.page .action-buttons .btn {
    margin: 0;
    padding: 6px 16px;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    gap: 8px;
    border-radius: 12px;
    height: 40px;
}
.action-buttons .btn:hover {
    background-color: #f2f7ee;
    border-color: #f2f7ee;
    color: #2aa466;
}
.toggle-container {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #17181a;
}
.action-buttons.card-abtn {
    gap: 32px;
}
.toggle-container .switch {
    all: unset;
}
.toggle-container .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 28px;
}
.switch::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: #898f99;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-container input[type="checkbox"] {
    all: unset;
}
.toggle-container input[type="checkbox"]:before {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cdcfd4;
    transition: 0.4s;
    border-radius: 23px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 2px;
    background-color: #454b54;
    transition: 0.4s;
    border-radius: 50%;
}
.switch input:checked + .slider:before {
    transform: translateX(16px);
    background: #d6f1ce;
}
.switch input[type="checkbox"]:checked {
    background-color: #2aa466;
    border: 1px solid #2aa466;
    opacity: 1;
}
.switch input:checked + .slider {
    background-color: #2aa467;
}
.toggle-container .toggle-text {
    width: calc(101% - 56px);
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch input:checked + .slider {
    background-color: #2aa467;
}
.switch input:checked + .slider:before {
    transform: translateX(16px);
    background: #d6f1ce;
}
.sidebar-tab a {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.action-buttons.action-top {
    padding: 20px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.action-buttons.action-bottom {
    padding: 8px 20px 20px;
}
.page .action-buttons .btn.discard-btn {
    border: 2px solid rgba(245, 98, 98, 0.2);
    background: transparent;
    color: #17181a;
    justify-content: center;
    width: 100%;
}
.page .action-buttons .btn.discard-btn:hover {
    background-color: #fcf1ef;
    border-color: #fcf1ef;
    color: #f56262;
}
.sidebar-tab a.active,
.sidebar-tab a:hover {
    color: #2aa466;
}
.sidebar-tab a:hover {
    background-color: #f2f7ee;
}
.sidebar-tab a.active>svg path,
.sidebar-tab a:hover>svg path {
    fill: #2aa466;
}
.sidebar-tab a.notes.active>svg path,
.sidebar-tab a.notes:hover>svg path {
    fill: none;
    stroke: #2aa466;
}
.page-content {
    max-width: 1080px;
    width: calc(100% - 300px);
}
.page-content .sec {
    border: 6px solid #f2f7ee;
    border-radius: 32px;
    padding: 40px;
}
.slider-main-img, .slider-main-img a {
    width: 100%;
    height: 100%;
    display: block;
}
.product-img-main .img {
    width: 490px;
    height: 490px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-color: #f3f3f3;
}
.product-img-main .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-arrows svg path {
    stroke: #000;
}
.thumbnail-img {
    border-radius: 12px;
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border: 4px solid transparent;
}
.thumbnail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-thumbnail {
    display: flex;
    gap: 4px;
    margin-top: 16px;
    cursor: pointer;
    width: max-content;
}
.thumbnail-img.active-thumb {
    border: 4px solid #2aa466;
}
.photo-sec {
    display: flex;
    gap: 20px;
}
.photo-sec .product-image {
    width: 490px;
}
.qr-image_and_file-upload {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    width: calc(100% - 510px);
}
.photo-sec .upload-box {
    min-height: 240px;
}
.qr-image_and_file-upload .qr-image {
    padding: 24px;
    display: flex;
    border: 1px solid #f3f3f3;
    border-radius: 16px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 24px;
    min-height: 292px;
}
.qr-image_and_file-upload .qr-image img {
    width: 240px;
}
.qr-image_and_file-upload .custom-file-upload {
    min-height: 280px;
    border-radius: 16px;
}
.qr-image_and_file-upload .qr-image p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.close-thumb {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: #fdf0f0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}

.card-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 385px;
}
.card-actions .icon-btn.delete {
    padding: 10px 13px 5px 13px;
}
.card-actions .action-buttons {
    margin-top: 25px;
}
.btn.evaluate {
    background: #2aa466;
    color: white;
    border: none;
}
.btn.confirmbtn {
    background: #2aa466;
    color: white;
    border: none;
}
.market-value {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #454b54;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
}
.market-value {
    font-size: 16px;
    line-height: 24px;
    color: #454b54;
}
.market-value strong {
    color: #17181a;
    font-weight: 800;
}
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: flex-start;
}
.tag-list .tag {
    background: #f3f3f3;
    color: #878d99;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px 8px 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background-image: url(/assets/img/recycle.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 12px center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.tag-list .tag.recycle {
    background-image: url(/assets/img/recycle-gray.svg);
}
.tag-list .tag.recycle.active {
    background-image: url(/assets/img/recycle-green.svg);
}
.tag-list .tag.storage {
    background-image: url(/assets/img/package-gray.svg);
}
.tag-list .tag.storage.active {
    background-image: url(/assets/img/package-green.svg);
}
.tag-list .tag.redeploy {
    background-image: url(/assets/img/truck-delivery-gray.svg);
}
.tag-list .tag.redeploy.active {
    background-image: url(/assets/img/truck-delivery-green.svg);
}
.tag-list .tag.consignment {
    background-image: url(/assets/img/package-check-gray.svg);
}
.tag-list .tag.consignment.active {
    background-image: url(/assets/img/package-check-green.svg);
}
.tag-list .tag.remote {
    background-image: url(/assets/img/globe-marker-pin-gray.svg);
}
.tag-list .tag.remote.active {
    background-image: url(/assets/img/globe-marker-pin-green.svg);
}
.tag-list .tag > img {
    width: 20px;
    height: 20px;
    filter: invert(64%) sepia(6%) saturate(350%) hue-rotate(183deg) brightness(92%) contrast(92%);
    -webkit-filter: invert(64%) sepia(6%) saturate(350%) hue-rotate(183deg) brightness(92%) contrast(92%);
    -moz-filter: invert(64%) sepia(6%) saturate(350%) hue-rotate(183deg) brightness(92%) contrast(92%);
}
.tag-list .tag.active {
    background-color: #f2f7ee;
    color: #2aa466;
}
.tag-list .tag.active > img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
    -moz-filter: brightness(0) saturate(100%);
}
.sec .help, .completetion-wrapper .help {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    padding: 0;
    background-image: url(/assets/img/tool-tip-gray.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}
.availability {
    display: flex;
    margin-top: 8px;
    gap: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #454b54;
    justify-content: flex-start;
    font-weight: 500;
    padding: 2px 0 2px 8px;
}
.availability > span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.available_cc dd {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #a8d898;
    border-radius: 50px;
}
.noavailable_cc dd {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #cdcfd4;
    border-radius: 50px;
}
.new-popup-wrapper {
    display: flex;
    position: relative;
}
.card-actions .new-popup {
    top: 30px;
    width: 282px;
    right: -16px;
    left: inherit;
}
.card-actions .new-popup .polygon-shape {
    left: inherit;
    right: 18px;
}
.card-actions .new-popup-content p {
    font-weight: 500;
}
.pickup-required {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    color: #2aa466;
}
.help.active {
    background-image: url(/assets/img/tool-tip-green.svg);
}
.card-actions .new-popup-wrapper {
    display: flex;
}
.market-value__value {
    display: flex;
    align-items: center;
    gap: 4px;
}
.new-popup-content p,
.new-popup-content ul li {
    font-size: 12px;
    line-height: 16px;
    color: #454b54;
}
.new-popup-content p {
    margin-bottom: 0;
    font-weight: 500;
}
.basic-info-sec {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.page-content .sec {
    margin-bottom: 32px;
}
/*price chart*/
.price-chart-container {
    position: relative;
}
.price-chart-container .chart {
    display: flex;
    align-items: flex-end;
    height: 200px;
}
.price-chart-container .bar {
    width: 16px;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}
.price-chart-container .bar.light-green {
    background: #d7f2ce;
}
.price-chart-container .bar.green {
    background: #2aa466;
}
.price-chart-container .bar.red {
    background: #f56262;
}
.price-chart-container .bar:hover .price-tooltip {
    opacity: 1;
}
.price-chart-container .price-tooltip {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background: #d7f2ce;
    padding: 5px 10px;
    border-radius: 12px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.price-chart-container .price-tooltip .price {
    color: #2aa466;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    font-weight: 700;
}
.price-chart-container .price-tooltip .polygon-shape {
    width: 8px;
    height: 10px;
    background-color: #d7f2ce;
    bottom: -5px;
    top: initial;
    left: 50%;
    background-image: url(/assets/img/polygon-shape.svg);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.price-chart-container .date-label {
    text-align: center;
    margin-top: 8px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #cdcfd4;
    font-weight: 700;
}
.price-chart-container .today-marker {
    position: absolute;
    top: -40px;
    font-size: 12px;
    text-align: center;
    color: #333;
}
.price-chart-container .today-line {
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: calc(100% - 32px);
    background: #f3f3f3;
}
.price-chart-container .day-text {
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: 0;
    right: 6px;
    color: #878d99;
    font-weight: 600;
}
.price-chart-container .today-price {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
}
.price-chart-container .text-block {
    font-size: 10px;
    color: green;
    position: absolute;
    left: 24px;
    bottom: 0;
}
.price-chart-container .text-block .icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f7ee;
    border-radius: 2px;
    margin-bottom: 4px;
}
.price-chart-container .text-block p {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    color: #878d99;
}
.price-chart-container .bar-block {
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.price-chart-wrapper .title-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}
.price-chart-wrapper .info-icon {
    position: relative;
    cursor: pointer;
}
.new-popup-content ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.new-popup-content .item-block {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.new-popup-content .item-content {
    width: calc(100% - 28px);
}
.new-popup-content p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.price-chart-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}
.bar-block.next-day .bar {
    display: none;
}
.price-chart-container .bar-block.today .date-label {
    background-color: #2aa466;
    color: #fff;
    border-radius: 80px;
}
.price-chart-container .bar-block.today .price-tooltip {
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.price-chart-container .bar-block.today .price-tooltip .polygon-shape {
    background-image: url(/assets/img/polygon-shape-white.svg);
}
.price-chart-container .bar-block.today .price-tooltip .price {
    color: #454b54;
}
.price-factors-content p {
    color: #878d99;
    font-weight: 400;
    margin-bottom: 16px;
}
.price-factors-content .icon-with-text {
    padding: 6px 12px;
    gap: 8px;
    display: inline-flex;
    border-radius: 40px;
    font-size: 16px;
    line-height: 20px;
    background-color: #F3F3F3;
    color: #878D99;
}
.price-factors-content ul {
    margin: 0;
    gap: 8px;
}
.price-factors-content .icon-with-text svg path {
    fill: #878D99;
}
.price-factors-content .icon-with-text.green {
    background-color: #F2F7EE;
    color: #2AA466;
}
.price-factors-content .icon-with-text.green svg path {
    fill: #2AA466;
}
.price-factors-content .icon-with-text.red {
    background-color: #FCE5E2;
    color: #BA5E5E;
}
.price-factors-content .icon-with-text.red svg path {
    fill: #BA5E5E;
}
.price-factors-content ul li {
    width: auto !important;
}
.price-chart-wrapper .info-icon:hover .new-popup, .price-factors .info-icon:hover .new-popup {
    display: block;
    top: 25px;
}
.price-factors .new-popup-content ul {
    margin: 0;
    gap: 14px;
    list-style: none;
    padding: 0;
}
.price-factors .new-popup-content ul li {
    width: 100%;
}
.price-factors .item-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.price-factors .green .item-title-wrapper .item-title {
    color: #2aa466;
}
.price-factors .red .item-title-wrapper .item-title {
    color: #ba5e5e;
}
.price-factors .item-title-wrapper .item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.price-factors .item-block p {
    color: #454B54;
    margin: 0;
}
.price-chart-wrapper h3.title {
    margin: 0;
}
.price-factors-content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
}
/*end price chart*/
.product-info h3.title,
.sec.notes h3.title,
.sec.attachments h3.title {
    margin: 0;
}
.product-info .title-wrapper,
.sec.notes .title-wrapper,
.sec.attachments .title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
/*Fancy Input*/
.fancy-input {
    position: relative;
}
.fancy-input input,
.fancy-input select {
    width: 100%;
    padding: 20px 16px 6px 16px;
    font-size: 16px;
    border: 1px solid #cdcfd4;
    border-radius: 16px;
    outline: none;
    height: 56px;
    color: #17181a;
    box-sizing: border-box;
    font-weight: 500;
}
.fancy-input label {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    background: white;
    padding: 0 4px;
    color: #454b54;
    font-size: 16px;
    pointer-events: none;
    transition: 0.2s ease all;
}
body .fancy-input input:focus + label,
.fancy-input input:not(:placeholder-shown) + label,
.fancy-input input:-webkit-autofill + label,
body .fancy-input input:focus + label,
.fancy-input input:not(:placeholder-shown) + label,
.fancy-input input:-webkit-autofill + label,
.fancy-input select:not([value=""]) + label {
    top: 16px;
    font-size: 12px;
    color: #878d99;
}
.fancy-input input:placeholder-shown + label,
.fancy-input select + label {
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}
/*End Fancy Input*/
.sec .row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.sec .row .col {
    width: 100%;
}
.sec .row .col-6 {
    width: calc(50% - 10px);
}
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select {
    position: relative;
    cursor: pointer;
}
.select:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/assets/img/down-arrow-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}
.form-group textarea {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #cdcfd4;
    padding: 16px;
    color: #17181a;
    min-height: 180px;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 24px;
}
.file-name {
    font-size: 12px;
    line-height: 16px;
    color: #454b54;
    position: relative;
}
.file-name-block {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    width: fit-content;
}
.file-attachment {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}
.remove-file {
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: #fdf0f0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 4px;
    display: none;
}
.file-name:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #2aa466;
    left: 0;
    bottom: -2px;
    display: none;
}
.file-name-block:hover .remove-file {
    display: flex;
}
.file-name-block:hover .file-name {
    color: #17181a;
}
.file-name-block:hover .file-name:after {
    display: block;
}
.equipment-identification-label .sec-inner {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
/* .qr-card {
    border: 1px solid #f3f3f3;
    border-radius: 18px;
    padding: 24px;
    text-align: center;
    background-color: #fff;
}
.qr-card .warning {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #f56262;
}
.qr-card .logo {
    width: 100%;
    max-width: 180px;
    margin: 16px 0 18px;
}
.qr-card .qr-image {
    display: flex;
    flex-direction: column;
}
.qr-card .qr-image span {
    font-size: 15px;
    font-weight: 700;
    color: #454b54;
    line-height: 24px;
}
.qr-card .qr-image img {
    max-width: 132px;
    margin-inline: auto;
} */

.qr-card img {
    width: 230px;
}
.equipment-identification-label .text-block {
    max-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.equipment-identification-label .text-block h3.title {
    max-width: 220px;
    margin-bottom: 16px;
}
.equipment-identification-label .sec-block-content p {
    color: #454b54;
}
.icon-btn {
    width: 56px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f7ee;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s all;
}
.icon-btn:hover {
    background-color: #2aa466;
}
.icon-btn:hover svg path {
    fill: #fff;
}
.text-block .action-buttons {
    display: flex;
    gap: 8px;
}
.sec.equipment-identification-label {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.equipment-identification-label .bg-img {
    position: absolute;
    right: -88px;
    bottom: -136px;
    width: 510px;
    height: 510px;
    background-image: url(/assets/img/pos-terminal-printing.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
}
.slider-arrows {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
}
.slider-arrows span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 16px;
    font-size: 16px;
    color: #878D99;
    transition: 0.3s all;
    cursor: pointer;
}
.slider-arrows span.prev {
    margin-left: 8px;
}
.slider-arrows span.next {
    margin-right: 8px;
}
.slider-number {
    display: inline-block;
    background: #000;
    border-radius: 16px;
    padding: 0px 8px 1px;
    opacity: 60%;
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.slider-number span {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.slider-number .total-number {
    color: #CDCFD4;
}
.slider-number .separator {
    width: 10px;
    display: inline-flex;
    position: relative;
    margin: 0 1px;
}
.slider-number .separator:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #878D99;
    position: relative;
    top: -4px;
}
.price-chart-wrapper .price-factors .title-wrapper {
    margin-bottom: 24px;
}
.tag-list .new-popup {
    top: 30px;
    width: 340px;
    right: -16px;
    left: inherit;
}
.tag-list .new-popup .polygon-shape {
    left: inherit;
    right: 18px; 
}
.product-thumbnail-wrapper {
    width: 100%;
    overflow: auto;
}
.product-thumbnail-wrapper::-webkit-scrollbar-track, 
.product-thumbnail-wrapper::-webkit-scrollbar, 
.product-thumbnail-wrapper::-webkit-scrollbar-thumb {
    display: none;
}
.equipment-item .custom-file-upload .btn {
    width: 160px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
}
.equipment-item .custom-file-upload .file-text {
    margin-inline: auto;
}
.equipment-item .custom-file-upload {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*upload box*/
.upload-box {
    border: 1px dashed #A8D898;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.upload-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}
.upload-icon {
    background-color: #F2F7EE;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 8px;
    flex-shrink: 0;
}
#upload-text {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
}
.upload-label {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.upload-label, .upload-subtext {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #17181A;
} 
.upload-box input[type="file"] {
    display: none;
}
.upload-box-inner {
    cursor: pointer;
    display: block;
    width: 100%;
}
/* .upload-box:hover {
    background-color: #F2F7EE;
    border-color: #F2F7EE;
}
.upload-box:hover .upload-icon {
    background-color: #fff;
} */
/*end upload box*/
.disposition-cart-add:hover svg path {
    fill: #2aa466;
}
.btn.upload-btn {
    margin-top: 16px;
    padding: 4px 16px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    max-width: 130px;
    width: 100%;
    justify-content: center;
}
.market-value__value .new-popup {
    top: 30px;
}
.new-popup-wrapper .new-popup p {
    margin: 0;
}
.price-factors .new-popup {
    width: 360px;
    top: 26px;
}
.new-popup-wrapper:has(.new-popup.show):after {
    content: '';
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
}
.new-popup-wrapper .new-popup {
    z-index: 99;
}
.item-title-wrapper_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-label.current {
    background-color: #2AA466;
    color: #fff;
}
.status-label.completed {
    background-color: #EAFDC6;
    color: #6E9033;
}
.status-label.inactive {
    background-color: #CDCFD4;
    color: #454B54;
}
.status-label.inactive-canceled {
    background-color: #FCE5E2;
    color: #BA5E5E;
}

.sec .action-buttons {
    display: flex;
    justify-content: end;
}
.sec .action-buttons .btn:hover svg path {
    fill: #2aa466;
}
.sec.notes .action-buttons {
    margin-top: 24px;
}

/*nice select wrapper*/
.nice-select-wrapper .ts-control input {
    all: unset;
    width: 100%;
    padding: 20px 16px 6px 16px !important;
    font-size: 16px;
    border: 1px solid #cdcfd4 !important;
    border-radius: 16px;
    outline: none;
    height: 56px;
    color: #17181a;
    box-sizing: border-box;
    font-weight: 500;
}
.fancy-input.nice-select-wrapper>label,.my-equipment-page .input-iteams-wrapper .fancy-input>input+label,.my-equipment-page .fancy-input input:placeholder-shown + label {
    top: 16px;
    font-size: 12px;
    color: #878d99;
    z-index: 1;
}
.nice-select-wrapper .ts-control:not(.rtl) {
    padding: 0 !important;
}
.nice-select-wrapper .ts-wrapper.full .ts-control {
    width: 100%;
    padding: 20px 16px 6px 16px !important;
    font-size: 16px;
    border: 1px solid #cdcfd4 !important;
    border-radius: 16px;
    outline: none;
    height: 56px;
    color: #17181a;
    box-sizing: border-box;
    font-weight: 500;
}
.nice-select-wrapper .ts-control {
    border: 0;
}
.has-items .ts-control > input {
    padding: 0 !important;
    border: 0 !important;
    height: initial !important;
}
.nice-select-wrapper .ts-dropdown {
    box-shadow: 0 10px 50px 0 rgba(61, 66, 69,.18);
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    overflow: auto;
}
.nice-select-wrapper .ts-dropdown .active {
    background-color: #F2F7EE;
}
.nice-select-wrapper .ts-dropdown .option,.nice-select-wrapper .ts-dropdown .optgroup-header,.nice-select-wrapper .ts-dropdown .no-results,.nice-select-wrapper .ts-dropdown .create {
    padding: 8px 14px;
    font-size: 14px;
}
.nice-select-wrapper .ts-control .item {
    align-items: center;
    line-height: 27px;
}

.nice-select-wrapper select {
    border: 0;
}
.nice-select-wrapper .nice-select {
    width: 100%;
    padding: 10px 16px 10px 16px;
    font-size: 16px;
    border: 1px solid #CDCFD4;
    border-radius: 16px;
    outline: none;
    height: 56px;
    color: #17181A;
    box-sizing: border-box;
    font-weight: 500;
    padding-right: 30px;
}
.nice-select-wrapper .nice-select:active,.nice-select-wrapper .nice-select.open,.nice-select-wrapper .nice-select:focus {
    border-color: #CDCFD4;
}
.nice-select-wrapper .nice-select span.current {
    color: #454B54;
    font-size: 16px;
    pointer-events: none;
    width: 100%;
    display: block;
    overflow: hidden;
}
.nice-select-wrapper {
    position: relative;
}
.nice-select-wrapper.select::after {
    width: 20px;
    height: 20px;
    right: 8px;
}
.nice-select-wrapper .nice-select:after {
    display: none;
}
.select:has(.nice-select.open):after {
    transform: translateY(-50%) rotate(180deg);
}
.nice-select-wrapper .nice-select .nice-select-dropdown {
    width: 100%;
    box-shadow: 0 10px 50px 0 rgba(61, 66, 69,.18);
    border-radius: 12px;
}
.nice-select-wrapper .nice-select .nice-select-search {
    border-radius: 12px;
}
.nice-select-wrapper .nice-select .option:hover,.nice-select-wrapper .nice-select .option.focus,.nice-select-wrapper .nice-select .option.selected.focus {
    background-color: #F2F7EE;
}
.nice-select-wrapper .nice-select .option.selected {
    font-weight: 500;
}
.nice-select-wrapper .nice-select .option {
    font-size: 16px;
    width: 100%;
    word-wrap: break-word;
    white-space: break-spaces;
    line-height: 24px;
    padding: 8px 16px;
}
.notes .new-popup {
    top: 30px;
}
.page-content>.sec:last-child {
    margin: 0;
}
.attachments .file-attachment:not(:has(*)) {
    margin: 0;
}

/*fancybox*/
body .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  body .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
  body .fancybox-thumbs__list {
    margin-inline: auto;
}
body .fancybox-thumbs__list {
    margin-inline: auto;
}

.fancy-textarea textarea {
    padding: 30px 16px 16px 16px;
}
.fancy-input.fancy-textarea label {
    top: 16px;
    font-size: 12px;
    color: #878d99;
}
.form-group textarea[disabled]+label {
    opacity: .8;
}
.page-content>.action-buttons {
    display: flex;
    justify-content: flex-end;
}
.page-content>.action-buttons .btn {
    height: 50px;
    font-size: 16px;
    min-width: 200px;
    justify-content: center;
}
.page-content>.action-buttons .btn:hover svg path {
    fill: #2aa466;
}

.price-factors .title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    margin-top: 16px;
}

.price-factors .title-wrapper h3.title {
    margin: 0;
}
/* .page .action-buttons .btn.download-flyer {
    font-size: 16px;
    justify-content: center;
    margin-top: 24px;
} */
.page .action-buttons .btn.download-flyer:hover svg path, .go-to-cart:hover svg path {
    fill: #2ba466;
}
.page-content>.action-buttons .discard-btn {
    display: none;
}

.page-title-wrapper-skeleton {
    width: 60%;
    height: 32px;
}
.product-image-skeleton {
    width: 50%;
    height: 490px;
    border-radius: 18px !important;
}
.file-upload-skeleton-wrapper {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 20px;
}
.file-upload-skeleton-wrapper .skeleton-block {
    width: 100%;
    flex: 1;
    height: 240px;
    border-radius: 18px;
}
.disposition-strategy-skeleton {
    width: 100%;
    height: 56px;
}
.product-info-skeleton, 
.dimensions-skeleton, 
.pricing-sec-skeleton, 
.price-factors-skeleton, 
.attachments-skeleton {
    width: 100%;
    height: 56px;
}
.fancy-textarea-skeleton {
    width: 100%;
    height: 150px;
    border-radius: 14px;
}
.description-skeleton-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.description-skeleton-wrapper .skeleton-block {
    width: 100%;
    height: 32px;
}
.description-skeleton-wrapper .description-skeleton-2 {
    width: 80%;
}
.description-skeleton-wrapper .description-skeleton-3 {
    width: 60%;
}
.qr-card-skeleton {
    width: 230px;
    height: 300px;
}

.info-poppup.error-popup .popup-img {
    width: 100px;
    height: 100px;
}
.error-popup .popup-img svg {
    width: 100%;
    height: 100%;
}

.tag-list-wrapper {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.tag-list-wrapper .d-flex {
    display: flex;
    align-items: center;
    gap: 4px;
}
.disposition-strategy-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}
.new-disposition-strategy .custom-select {
    margin-left: inherit;
}
.disposition-strategy-sec .action-buttons {
    gap: 10px;
    margin-top: 16px;
    position: relative;
}
.action-buttons .request-public-listing {
    background-color: #F2F7EE;
    border-color: #F2F7EE;
    color: #2AA466;
}
.action-buttons .request-public-listing:hover {
    background-color: #2AA466;
    border-color: #2AA466;
    color: #fff;
}
.timeline.completed {
    fill: #EAFDC6;
}
.timeline-text.completed {
    fill: #6e9033;
}
.timeline.current {
    fill: #2AA466;
}
.timeline-text.current {
    fill: #fff;
}
.timeline-skeleton.skeleton-block {
    width: 100%;
    height: 160px;
}
.disposition-strategy-mv {
    display: flex;
    justify-content: space-between;
}

.disposition-strategy-wrapper .new-popup {
    left: inherit;
    right: -18px; 
}
.disposition-strategy-wrapper .new-popup .polygon-shape {
    left: inherit;
    right: 18px;
}
body .custom-select .options {
    right: 0;
    left: inherit;
}


.top-sidebar-completetion {
    padding: 16px 20px;
    background-color: #f3f3f3;
    border-radius: 24px 24px 0 0;
}
.completetion-wrapper {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.completetion-key {
    display: flex;
    gap: 4px;
    font-weight: 700;
    align-items: center;
}
.completetion-wrapper .help {
    width: 18px;
    height: 18px;
}
.completetion-value {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.completetion-value.green {
    color: #2AA466;
}
.completetion-value.red {
    color: #F56262;
}
.completetion-key .new-popup-close, .disposition-strategy-sec .new-popup-close {
    margin-left: auto;
}
.completetion-key .new-popup-heading, .disposition-strategy-sec .new-popup-heading {
    margin-bottom: 8px;
}
/* .completetion-key ol li:not(:last-child), .disposition-strategy-sec ol li:not(:last-child) {
    margin-bottom: 10px;
} */
/* .page-sidebar .specific-icon svg {
    width: 20px;
    height: 20px;
} */
.sidebar-tab a>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 34px);
    gap: 6px;
}
.page-content .sec {
    position: relative;
}
.page-content .sec .specific-icon {
    position: absolute;
    top: 14px;
    right: 14px;
}
.disposition-strategy-sec .title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    position: relative;
}
.disposition-strategy-mv {
    display: flex;
    justify-content: end;
}
.basic-info-sec .market-value {
    margin: 20px 0 0;
}
.disposition-strategy-sec  .new-popup {
    width: 600px;
}
.page .page-sidebar .action-buttons .btn {
    margin: 0;
}
.action-buttons.action-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.market-value-group .new-popup {
    text-align: left;
    left: inherit;
    right: -18px;
}
.market-value-group .polygon-shape {
    left: inherit;
    right: 18px;
}
.page-content  .sec.equipment-identification-label {
    margin: 0;
}

.specific-icon {
    background-color: #2aa467;
    border-radius: 40px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.specific-icon:has(svg.warning-svg) {
    background-color: #F56262;
}
.specific-icon:not(:has(svg)) {
    background-color: transparent !important;
}
.product-img-main .text-icon-badge {
    position: absolute;
    left: 12px;
    top: 12px;
}
body .new-popup-content ol ul {
    gap: 2px;
    margin: 6px 0 0;
}
.completetion-key ol>li:not(:last-child), .disposition-strategy-sec ol>li:not(:last-child) {
    margin-bottom: 12px;
}
.disposition-strategy-sec {
    background-image: url(../img/disposition-strategy-bg.jpeg);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
.disposition-strategy-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65); 
    border-radius: 28px;
}

/*new d r*/
@media (min-width: 768px) {
    .page .page-sidebar .action-buttons .btn {
        padding: 6px 12px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    .action-buttons.final-action-buttons {
        display: none;
    }
}
@media (max-width: 1510px) {
    .page-sidebar {
        top: 150px;
    }
}
@media (max-width: 1199px) {
    .photo-sec {
        gap: 32px;
        display: flex;
        flex-direction: column;
    }
    .product-img-main .img {
        width: 100%;
    }
    .price-chart-wrapper {
        grid-template-columns: 1fr;
    }
    .qr-image_and_file-upload {
        flex-direction: row;
        width: 100%;
        gap: 16px;
    }
    .photo-sec .product-image {
        width: 100%;
    }
    .qr-image_and_file-upload .qr-image, .photo-sec .upload-box {
        width: calc(50% - 8px);
    }

    .page-title-wrapper-skeleton {
        width: 80%;
    }
    .product-image-skeleton {
        width: 100%;
    }
    .file-upload-skeleton-wrapper {
        width: 100%;
        flex-direction: row;
        gap: 20px;
    }
    .file-upload-skeleton-wrapper .skeleton-block {
        height: 300px;
    }

    body .disposition-strategy-wrapper .new-popup {
        top: 30px;
        right: -16px;
        left: inherit;
        width: 500px;
    }    
    body .disposition-strategy-wrapper .new-popup .polygon-shape {
        left: inherit;
        right: 18px;
    }
    .tag-list-wrapper {
        gap: 24px;
        row-gap: 16px;
    }

   
}
@media (max-width: 1023px) {
    .photo-sec {
        gap: 20px;
    }
    .status-tab-wrapper {
        padding: 44px 24px 40px;
        margin: 32px 0 40px;
    }
    .page-content .sec {
        border-width: 3px;
        padding: 32px;
    }
    .page-content .sec:not(:last-child) {
        margin-bottom: 16px;
    }
    .disposition-strategy-sec h3.title {
        margin-bottom: 16px;
    }
    .market-value {
        margin-bottom: 16px;
    }
    .sec .row {
        gap: 16px;
    }
    .sec .row .col-6 {
        width: 100%;
    }
    .equipment-identification-label .sec-inner {
        flex-direction: column;
        gap: 24px;
    }
    .equipment-identification-label .sec-block-content p {
        margin-bottom: 0;
    }
    .equipment-identification-label .text-block {
        gap: 24px;
    }
    /* .qr-card {
        width: fit-content;
        padding: 2px 20px 8px;
        border-radius: 8px;
    }
    .qr-card .warning {
        font-size: 7px;
    }
    .qr-card .logo {
        max-width: 110px;
        margin: 2px 0 9px;
    }
    .qr-card .qr-image span {
        font-size: 10px;
        line-height: 16px;
    }
    .qr-card .qr-image img {
        max-width: 80px;
    } */
    .equipment-identification-label .bg-img {
        right: -16px;
        bottom: -72px;
        width: 400px;
        height: 400px;
    }
    .qr-card img {
        width: 130px;
    }
    .equipment-item .custom-file-upload .btn {
        width: 120px;
    }
    .pickup-required {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }
    .market-value__value .new-popup {
        right: -16px;
        left: initial;
        width: 320px;
    }
    .market-value__value .polygon-shape {
        left: inherit;
        right: 18px;
    }
    .price-factors .item-title-wrapper .item-title {
        font-size: 16px;
        line-height: 20px;
    }

    .status-tab-wrapper li.process-qi, .status-tab-wrapper li.processqi {
        padding-left: 12px;
    }
    .status-top-sub-blocks {
        width: 98px;
        margin-left: 140px;
    }
    .status-tab-wrapper li, .status-bottom-sub-blocks .sub-block {
        padding-left: 12px;
    }
    .status-bottom-sub-blocks {
        left: 0;
        padding-top: 59px;
    }
    .status-bottom-sub-blocks:before {
        width: 258px;
        height: 20px;
        left: 38px;
    }
    .sub-block.recycled .status-label:before, .sub-block.local-sale .status-label:before {
        top: -21px;
        height: 21px;
    }
    .status-bottom-sub-blocks:after {
        left: 141px;
        height: 37px;
    }
    .status-tab-inner {
        padding-left: 0;
    }
    .process-qi .status-tab-block:before, .processqi .status-tab-block:before {
        width: 40px;
        left: -30px;
    }
    .notes .new-popup {
        left: inherit;
        right: -18px;
    }
    .notes .new-popup .polygon-shape {
        left: inherit;
        right: 20px;
    }
    .price-factors {
        margin-bottom: 24px;
    }
    .qr-card-skeleton {
        width: 130px;
        height: 170px;
    }
    .disposition-strategy-sec .action-buttons {
        justify-content: flex-start;
    }

     .status-tab-wrapper {
        border: 0;
        border-radius: 0;
        padding: 0;
        overflow: auto;
        text-align: left;
    }
    .status-tab-wrapper > svg {
        width: 956px;
    }
    .status-tab-wrapper::-webkit-scrollbar-track, 
    .status-tab-wrapper::-webkit-scrollbar, 
    .status-tab-wrapper::-webkit-scrollbar-thumb {
        display: none;
    }

    .disposition-strategy-mv {
        flex-direction: column;
    }
    .disposition-strategy-wrapper {
        align-items: flex-start;
    }
    body .custom-select .options {
        right: inherit;
        left: 0;
    }
    .disposition-strategy-sec .new-popup {
        left: inherit;
        right: -18px;
        width: 450px;
    }
    .disposition-strategy-sec .polygon-shape {
        left: inherit;
        right: 18px;
    }
    .basic-info-sec .market-value {
        margin: 36px 0 0;
    }
    .page-sidebar {
        z-index: 9;
    }
    .disposition-strategy-sec .action-buttons {
        flex-direction: column;
        width: auto;
        display: inline-flex;
    }
    .disposition-strategy-sec h3.title {
        margin-bottom: 24px;
    }
    .page-sidebar {
        top: 24px;
    }
}
@media (max-width: 991px) {
    .status-tab-wrapper {
        border: 0;
        border-radius: 0;
        padding: 0;
    }
    .status-tab-inner::-webkit-scrollbar-track, 
    .status-tab-inner::-webkit-scrollbar, 
    .status-tab-inner::-webkit-scrollbar-thumb {
        display: none;
    }
    .status-tab-inner {
        overflow: auto;
        padding-top: 14px;
    }
    .product-thumbnail-wrapper {
        width: 100%;
        overflow: auto;
    }
    .qr-image_and_file-upload .qr-image img {
        width: 180px;
    }
    .photo-sec .upload-box {
        min-height: 205px;
    }
    .qr-image_and_file-upload .qr-image {
        gap: 16px;
    }
    .qr-image_and_file-upload .custom-file-upload {
        min-height: auto;
        border-radius: 16px;
    }
    .page-content .sec {
        padding: 24px;
    }
    .product-img-main .img {
        height: 350px;
    }
    .qr-image_and_file-upload .file-text {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
    }
    .qr-image_and_file-upload .file-text p {
        text-align: center;
        width: 110px;
    }
    .qr-image_and_file-upload {
        flex-direction: column;
    }
    .qr-image_and_file-upload .qr-image, .photo-sec .upload-box {
        width: 100%;
    }
    .price-factors .new-popup, .sec.attachments .new-popup {
        left: inherit;
        right: -18px;
    }
    .price-chart-wrapper .polygon-shape, .sec.attachments .polygon-shape, .price-factors .polygon-shape {
        right: 20px;
        left: initial;
    }
    .qr-image_and_file-upload .qr-image {
        min-height: auto;
    }

    .disposition-strategy-sec .action-buttons {
        flex-direction: column;
    }
    .disposition-strategy-sec .action-buttons .btn {
        justify-content: center;
    }
    .page-content .sec .specific-icon {
        z-index: 1;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .qr-image_and_file-upload {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .file-text {
        width: 100%;
    }
    .qr-image_and_file-upload .file-text p {
        width: 100%;
    }
}
@media (max-width: 830px) {
    .status-tab-inner {
        margin-right: -30px;
    }
}
@media (max-width: 767px) {
    .page-title-wrapper h1.title {
        font-size: 18px;
        line-height: 24px;
    }
    .status-tab-wrapper {
        margin: 20px 0 40px;
    }
    .page-main {
        position: relative;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }
    .page-sidebar, .page-content {
        width: 100%;
    }
    .sidebar-tab {
        display: none;
    }
    .page-sidebar {
        position: initial;
        box-shadow: none;
        border-radius: 0;
    }
    .action-buttons.action-bottom {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        bottom: 0;
    }
    .page .action-buttons .btn {
        height: 50px;
        line-height: 49px;
    }
    .action-buttons.action-top {
        padding: 0;
        flex-direction: column-reverse;
    }
    .page .action-buttons .btn.disposition-cart {
        width: 100%;
        justify-content: center;
    }
    .toggle-container {
        padding: 16px 0;
        border-top: 1px solid #F3F3F3;
        border-bottom: 1px solid #F3F3F3;
        width: 100%;
    }
    .page-content .sec {
        border: 0;
        border-radius: 0;
        padding: 0;
        position: relative;
    }
    .product-img-main .img {
        height: 320px;
    }
    .status-tab-inner {
        margin-right: -20px;
    }
    .photo-sec {
        gap: 24px;
    }
    .qr-image_and_file-upload .qr-image p {
        font-size: 14px;
    }
    .qr-image_and_file-upload .file-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .qr-image_and_file-upload {
        grid-template-columns: repeat(2, calc(50% - 8px));
        gap: 16px;
    }
    .page-content .sec:not(:last-child) {
        margin-bottom: 40px;
    }
    .availability {
        margin-top: 16px;
    }
    .price-chart-wrapper {
        gap: 24px;
        margin-top: 12px;
    }
    .price-chart-wrapper .price-factors .title-wrapper {
        margin-bottom: 16px;
    }
    .product-info .title-wrapper, .sec.notes .title-wrapper {
        margin-bottom: 16px;
    }
    .sec .row {
        gap: 8px;
    }
    h3.title {
        margin-bottom: 16px;
    }
    .page-content .sec.equipment-identification-label {
        border: 3px solid #f2f7ee;
        border-radius: 24px;
        padding: 24px;
    }
    .equipment-identification-label .bg-img {
        right: -108px;
        bottom: -62px;
        width: 300px;
        height: 300px;
    }
    .file-name-block .file-name {
        word-wrap: break-word;
    }
    .tag-list {
        position: relative;
    }
    .tag-list .new-popup {
        width: 100%;
        left: 0;
        right: 0;
        top: initial;
        bottom: initial;
        margin-top: 28px;
    }
    .tag-list .new-popup .polygon-shape {
        display: none;
    }
    .tag-list .new-popup-wrapper {
        position: initial;
    }
    .equipment-item .custom-file-upload .btn {
        width: 120px;
    }
    .page-content .sec.photo-sec {
        margin-bottom: 24px;
    }
    .qr-image_and_file-upload {
        flex-direction: row;
    }
    .qr-image_and_file-upload .qr-image, .photo-sec .upload-box {
        width: calc(50% - 8px);
    }
    .photo-sec .upload-label,.photo-sec .upload-subtext {
        font-size: 14px;
        line-height: 20px;
    }
    .qr-image_and_file-upload .qr-image img {
        width: 140px;
    }
    .photo-sec .upload-box {
        min-height: auto;
    }
    .market-value__value .new-popup {
        width: 100%;
        left: 0;
        right: 0;
        top: initial;
        bottom: initial;
        margin-top: 28px;
    }
    .market-value .new-popup-wrapper {
        position: initial;
    }
    .market-value__value .polygon-shape {
        display: none;
    }
    .price-factors .new-popup, .notes .new-popup, .sec.attachments .new-popup {
        width: 100%;
        left: 0;
        right: 0;
        top: 28px;
    }
    .price-chart-wrapper .polygon-shape,.price-factors .new-popup, .notes .new-popup .polygon-shape, .sec.attachments .new-popup .polygon-shape {
        right: inherit;
        left: 125px;
        display: none;
    }
    .new-popup-wrapper {
        position: initial;
    }
    .price-factors {
        position: relative;
    }
    .sec .action-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    .price-factors .new-popup {
        left: 0;
    }
    .price-factors .polygon-shape {
        display: none;
    }
    .price-factors .title-wrapper {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 16px;
        margin-top: 24px;
    }
    .price-factors {
        margin-bottom: 36px;
    }
    .page-content>.action-buttons .discard-btn {
        display: flex;
    }
    .action-buttons.action-bottom {
        display: none;
    }
    .page-content>.action-buttons {
        flex-direction: column;
        gap: 10px;
        margin-top: 32px;
    }
    .page .action-buttons .btn.discard-btn:hover svg path {
        fill: #f56262;
    }
    .product-image-skeleton {
        height: 320px;
    }
    .file-upload-skeleton-wrapper .skeleton-block {
        height: 200px;
    }
    .page-title-wrapper-skeleton {
        width: 100%;
    }
    body .disposition-strategy-wrapper .new-popup {
        width: 100%;
        left: 0;
    }
    .page-main {
        gap: 0;
    }
    .tag-list-wrapper {
        position: relative;
    }
    body .disposition-strategy-wrapper .new-popup {
        margin-top: 0;
    }
    .disposition-strategy-sec .new-popup, .completetion-key .new-popup {
        left: 0;
        right: 0;
        width: 100%;
    }
    .disposition-strategy-sec .polygon-shape, .completetion-key .polygon-shape {
        display: none;
    }
    .top-sidebar-completetion {
        border-radius: 16px;
        border: 1px solid #f3f3f3;
        background: #f2f7ee;
        margin-bottom: 24px;
    }
    .completetion-key .new-popup {
        margin-top: 10px;
    }
    .page-content :not(.photo-sec) .specific-icon {
        top: 0;
        right: 0;
    }
    .page-content .sec.disposition-strategy-sec {
        border-radius: 16px;
        padding: 16px;
        border: 3px solid #f2f7ee;
        margin-top: 40px;
    }
    .disposition-strategy-sec .sec-block {
        position: relative;
    }
    .disposition-strategy-sec::before {
        border-radius: 16px;
    }
    .disposition-strategy-sec .action-buttons .btn {
        height: 40px;
        line-height: 40px;
    }
    .disposition-strategy-sec .new-popup {
        width: calc(100% + 32px);
        left: -16px;
    }
}
@media (max-width: 539px) {
    .photo-sec .upload-content {
        flex-direction: column;
    }
    .photo-sec .upload-label,.photo-sec .upload-subtext {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .price-chart-container .bar {
        width: 10px;
    }
    .price-chart-container .date-label {
        margin-top: 5px;
        width: 18px;
        height: 18px;
        font-size: 9px;
        line-height: 18px;
    }
    .price-chart-container .today-line {
        height: calc(100% - 29px);
    }
    .price-chart-container .text-block {
        left: 19px;
    }
    .price-chart-wrapper .info-icon .new-popup, .price-factors .info-icon .new-popup  {
        left: -123px;
        right: inherit;
    }
    .price-chart-wrapper .polygon-shape, .price-factors .polygon-shape  {
        right: inherit;
        left: 126px;
    }
    .file-name-block {
        display: flex;
        width: 100%;
    }
    .file-name-block .file-name {
        word-wrap: break-word;
        width: calc(100% - 57px);
    }

    .qr-image_and_file-upload {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .file-text {
        width: 100%;
    }
    .qr-image_and_file-upload .file-text p {
        width: 100%;
    }
    .status-bottom-sub-blocks:after {
        height: 24px;
    }
    .status-bottom-sub-blocks {
        padding-top: 46px;
    }
    .page-content>.action-buttons .btn {
        width: 100%;
    }
}
@media (max-width: 400px)  {
    .page-title-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 374px) {
    .qr-image_and_file-upload {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .product-thumbnail {
        gap: 5px;
    }
    .market-value {
        flex-direction: column;
        align-items: flex-start;
    }
    .qr-image_and_file-upload {
        flex-direction: column;
    }
    .qr-image_and_file-upload .qr-image, .photo-sec .upload-box {
        width: 100%;
    }
    .file-upload-skeleton-wrapper {
        flex-direction: column;
        gap: 12px;
        height: 280px;
    }
}

@media only screen and (min-width: 1024px) {
    .fancybox-slide--image .fancybox-content {
        zoom: 1.2;
    }
}