/* Extracted from public/assets/website/css/style.css during Phase 5 CSS split (2026-08-05). */
/* Classes here are used exclusively by Marketing module views (confirmed via grep across all module view trees). */



.tool-border {
    border: 2px dashed #C3C3C3;
}



.handwriting-box {
    height: 100%;
    min-height: 552px;
    max-height: 552px;
    outline: none;
    padding: 7px;
    border: 2px solid #eee;
    overflow-y: auto;
}



.upload-btns {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}


.upload-btns.start-align {
    justify-content: flex-start;
}


.drag-n-drop-text {
    font-size: 14px;
}



.step-count {
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    top: -30px;
}



.step-cricle-1 {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #FEECDC;
}



.step-cricle-2 {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #CFECF9;
}



.step-cricle-3 {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #FAE2E2;
}



.tool-card {
    border: none;
    border-radius: 20px;
    padding: 30px;
}



.tool-card:hover {
    box-shadow: 0px 10px 46px 0px #0000000F;
}



.tool-card a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: var(--para-content-color);
    font-weight: var(--semibold);
}



.tool-card a span {
    font-size: var(--para-content-size);
    text-align: center;
    font-weight: 500;
}



.overlay-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.overlay-content p {
    color: #000;
    font-size: 32px;
    font-weight: 600;
}



.fixed-ad {
    width: inherit;
    position: sticky;
    top: 3px;
}



.more-files {
    border: 1px dashed #000;
    background-color: #F7F7F7;
    padding: 11px;
}



.start-btn {
    background-color: var(--grey-btn-bg);
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    color: #000 !important;
    font-weight: var(--semibold);
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 8px 40px;
    gap: 3px;
}



.start-btn:focus,
.export-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}



.qr-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 35%;
    top: 35%;
}



.word-count {
    position: absolute;
    background-color: #eee;
    right: 10px;
    bottom: -10px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 40px;
}



.exportDrop {
    position: absolute;
    width: 95%;
    background-color: #fff;
    padding: 6px 0px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1px;
    top: 43px;
}



.custom-radio {
    background-color: #fff;
    border: 1.5px solid #E6E6E6;
    color: #000;
    border-radius: 8px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}



.custom-radio:has(input[type="radio"]:checked) {
    background-color: #E024241A;
    border: 1.5px solid #E024241A;
}



.compress-percent {
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 13px !important;
    padding: 4px 7px;
    border-radius: 70px;
    font-weight: var(--semibold);
}



.download-image {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: #fff;
}



.download-image:focus {
    outline: none !important;
    box-shadow: none !important;
}




.comparison-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: auto;
    text-align: center;
    padding: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
}



.comparison-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.before-image img,
.after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.after-image {
    clip-path: inset(0 50% 0 0);
}



.slider-divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: white;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}



.quality-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}



.quality-control {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}



.quality-control label {
    font-weight: bold;
}



.pdf-preview-box {
    height: 100%;
    overflow-y: auto;
    max-height: 300px;
    min-height: 300px;
    background-color: #eee;
    border-radius: 12px;
    justify-content: space-around;
    align-items: center;
}



.custom-range-container {
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    padding: 5px;
    border-radius: 8px;
    background-color: #fff;
}



.custom-range-container .tab-btn {
    background-color: #EFEFEF;
    border-radius: 7px;
    border-bottom: 1px solid transparent;
    border-radius: 70px;
}



.custom-range-container .tab-btn {
    color: #000;
}



.add-range-btn,
.add-range-btn:hover {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
}



.add-range-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}



/* New Tool Content Area */
.related-tool-box {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 4px 0px #0000001F;
}



.related-content {
    margin: 5px 0;
}



.related-tool-box .btn-try {
    color: var(--primary-bg-color);
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}



.how-to-box {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #00000033;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}



.how-to-box .how-to-image {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 20px;
    text-align: center;
}



.how-to-box .how-to-image img {
    border-radius: 20px;
}



.how-to-box .how-to-content {
    display: flex;
    align-items: start;
    margin-top: 20px;
    gap: 5px;
}



.how-to-box .how-to-count {
    display: inline-flex;
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    color: var(--bs-blue);
}



.how-to-count span.yellow {
    color: #FFA000;
    font-size: 50px;
    margin-top: -3px;
}



.solution-box {
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 0px 4px 0px #00000033;
    margin: 15px 3px;
}



.solution-box img {
    width: 100%;
    max-width: 100%;
}




.benefit-tool-box .benefit-tool-image {
    text-align: center;
}



.benefit-tool-box .benefit-content {
    text-align: center;
    margin-top: 20px;
}



.mt-100 {
    margin-top: 100px;
}



.user-testmonial {
    padding: 80px 0px;
}



.special-line-height {
    line-height: 170% !important;
}



.user-testmonial .user-image img {
    width: 100%;
    max-width: 70px;
    height: 100%;
    min-height: 70px;
}



.user-testmonial p.user-name {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}



.user-testmonial p.user-dept {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}



.store-desc {
    font-size: 22px;
    font-weight: 700;
}



.store-image img {
    width: 38px;
    height: 38px;
}



.ranking-star {
    width: 30px;
    height: 30px;
}



.order-last {
    order: 100 !important;
}
/* Extracted from public/assets/website/css/style-new.css. */



.dowload-box-shadow {
    box-shadow: 0px 0px 4px 0px #0000004D;
}



.tool-section {
    width: 100%;
    min-height: calc(100vh - 54px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}



.tool-border {
    border: 2px dashed #C3C3C3;
}



.upload-area-height,
.download-box-height {
    height: 100%;
    max-height: 627px;
    overflow-y: auto;
}



.copy-circle {
    background-color: #F3F3F3;
    padding: 10px;
    border-radius: 10px;
}



.editor-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    z-index: 9;
    border-radius: 20px;
    left: 0;
    top: 0;
}



.overlay-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.overlay-content p {
    color: #000;
    font-size: 32px;
    font-weight: 600;
}



.tool-line {
    height: 350px;
    border: 2px solid #F5F5F5;
    border-radius: 4px;
}



.handwriting-box {
    height: 100%;
    min-height: 552px;
    max-height: 552px;
    outline: none;
    padding: 7px;
    border: 2px solid #eee;
    overflow-y: auto;
}



.upload-option-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #F5F5F5;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}



.url-input {
    border: 1px solid #F5F5F5;
    border-radius: 10px;
}



.add-more-box {
    background-color: #EAE8EB;
    padding: 8px 16px;
    border-radius: 10px;
}



.upload-more #add-url,
.upload-more #qr-code {
    background-color: #EAE8EB;
    padding: 8px 15px;
    border-radius: 10px;
}



.upload-more-setting-box {
    background-color: #FAF8F8;
    padding: 15px 22px;
    border-radius: 10px;
}



.info-tooltip {
    position: absolute;
    background-color: #000;
    top: -70px;
    left: 83px;
    width: 100%;
    max-width: 245px;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px 10px 10px 0;
}



.ocr-box {
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
}



.ocr-box:hover {
    background: #F0F0F0;
    border-radius: 10px;
}



.layout-btn {
    border: 2px solid #F3F3F3 !important;
    background-color: #F3F3F3;
    color: #9C9C9C;
    padding: 7px 20px;
    border-radius: 7px;
}



.layout-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}



.upload-another,
.upload-another:hover,
.upload-another:focus {
    background-color: #EAE8EB;
    color: #000;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 700;
    padding: 8px 20px;
}



/* New Tool Content Area */
.related-tool-box {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0px 4px 0px #0000001F;
}



.related-content {
    margin: 5px 0;
}



.related-tool-box .btn-try {
    color: var(--primary-bg-color);
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}



.how-to-box {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #00000033;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}



.how-to-box .how-to-image {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 20px;
    text-align: center;
}



.how-to-box .how-to-image img {
    border-radius: 20px;
}



.how-to-box .how-to-content {
    display: flex;
    align-items: start;
    margin-top: 20px;
    gap: 5px;
}



.how-to-box .how-to-count {
    display: inline-flex;
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    color: var(--bs-blue);
}



.how-to-count span.yellow {
    color: #FFA000;
    font-size: 50px;
    margin-top: -3px;
}



.solution-box {
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 0px 4px 0px #00000033;
    margin: 15px 3px;
}



.solution-box img {
    width: 100%;
    max-width: 100%;
}




.benefit-tool-box .benefit-tool-image {
    text-align: center;
}



.benefit-tool-image img {
    width: 100%;
    max-width: 50px;
}



.benefit-tool-box .benefit-content {
    text-align: center;
    margin-top: 20px;
}



.mt-100 {
    margin-top: 100px;
}



.user-testmonial {
    padding: 80px 0px;
}



.special-line-height {
    line-height: 170% !important;
}



.user-testmonial .user-image img {
    width: 100%;
    max-width: 70px;
    height: 100%;
    min-height: 70px;
}



.user-testmonial p.user-name {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}



.user-testmonial p.user-dept {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}



.store-desc {
    font-size: 22px;
    font-weight: 700;
}



.store-image img {
    width: 38px;
    height: 38px;
}



.ranking-star {
    width: 30px;
    height: 30px;
}



.drag-n-drop-text {
    font-size: 16px;
    color: #00000099;
}



.page-subheading-new {
    font-size: var(--main-heading-size);
    font-weight: 600;
}



.step-count {
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    top: -30px;
}



.step-cricle-1 {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #FEECDC;
}



.step-cricle-2 {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #CFECF9;
}



.step-cricle-3 {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    background-color: #FAE2E2;
}



.tool-card {
    border: none;
    border-radius: 20px;
    padding: 30px;
}



.tool-card:hover {
    box-shadow: 0px 10px 46px 0px #0000000F;
}



.tool-card a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: var(--para-content-color);
    font-weight: var(--semibold);
}



.tool-card a span {
    font-size: var(--para-content-size);
    text-align: center;
    font-weight: 500;
}



.fixed-ad {
    width: inherit;
    position: sticky;
    top: 3px;
}



.more-files {
    border: 1px dashed #000;
    background-color: #F7F7F7;
    padding: 11px;
}



.active-preview {
    border-color: #FF9191 !important;
}



.min-height-result {
    min-height: 500px;
    background: linear-gradient(108.7deg, rgba(255, 255, 255, 0.93) 0%, rgba(76, 76, 76, 0.93) 50%, rgba(255, 255, 255, 0.93) 100%);
    background-size: 200% 200%;
    animation: gradientRightToLeft 4s linear infinite;
}



.shimmer-effect {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 100%;
    max-height: 500px;
    min-height: 500px;
    position: relative;
}



/* .start-btn {
    background-color: var(--grey-btn-bg);
    border: 1px solid #E0E0E0;
    border-radius: 70px;
    color: #000 !important;
    font-weight: var(--semibold);
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 3px;
} */



.start-btn:focus,
.export-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}



.feedback-box {
    background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000024;
}




.feedback-box .start-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 7px 14px;
    font-size: 18px;
    font-weight: 500;
}



.feedback-box .start-btn:hover {
    background-color: #eee;
}



.qr-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 35%;
    top: 35%;
}



.word-count {
    position: absolute;
    background-color: #eee;
    right: 10px;
    bottom: -10px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 40px;
}



.exportDrop {
    position: absolute;
    width: 95%;
    background-color: #fff;
    padding: 6px 0px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 1px;
    top: 43px;
}



.custom-radio {
    background-color: #fff;
    border: 1.5px solid #E6E6E6;
    color: #000;
    border-radius: 8px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}



.custom-radio:has(input[type="radio"]:checked) {
    background-color: #E024241A;
    border: 1.5px solid #E024241A;
}



.compress-percent {
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 13px !important;
    padding: 4px 7px;
    border-radius: 70px;
    font-weight: var(--semibold);
}



.download-image {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: #fff;
}



.download-image:focus {
    outline: none !important;
    box-shadow: none !important;
}



.comparison-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.before-image img,
.after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.after-image {
    clip-path: inset(0 50% 0 0);
}



.slider-divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: white;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}



.quality-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}



.quality-control {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}



.quality-control label {
    font-weight: bold;
}



.pdf-preview-box {
    height: 100%;
    overflow-y: auto;
    max-height: 300px;
    min-height: 300px;
    background-color: #eee;
    border-radius: 12px;
    justify-content: space-around;
    align-items: center;
}



.custom-range-container {
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    padding: 5px;
    border-radius: 8px;
    background-color: #fff;
}



.custom-range-container .tab-btn {
    background-color: #EFEFEF;
    border-radius: 7px;
    border-bottom: 1px solid transparent;
    border-radius: 70px;
}



.custom-range-container .tab-btn {
    color: #000;
}



.add-range-btn,
.add-range-btn:hover {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
}



.add-range-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}



.remove-file-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}



.border-active {
    border: 1px solid var(--primary-bg-color) !important;
}



.conversion-progress {
    background-color: #FAFAFA;
    padding: 6px 12px;
    border-radius: 4px;
    border-top: 1px solid #e9ecef;
}



.conversion-status {
    font-size: 11px;
    color: #6c757d;
}



.conversion-percentage {
    font-size: 11px;
    font-weight: 600;
    color: #007bff;
}



.order-last {
    order: 100 !important;
}



.comparison-slider-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    animation: fadeIn 0.3s ease;
}



.comparison-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e9ecef;
}



.comparison-header {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.comparison-body {
    padding: 1.5rem;
}



.comparison-viewer {
    position: relative;
    margin-bottom: 1.5rem;
}



.comparison-labels {
    position: absolute;
    bottom: 15px;
    left: 5px;
    right: 5px;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: 20;
    pointer-events: none;
}



.comparison-label {
    padding: 3px 9px;
    background: #FFFFFFB2;
    color: #000;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 41px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}



.comparison-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f9fa;
    cursor: ew-resize;
    user-select: none;
    /* touch-action: none; */
}



.comparison-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}



.before-img {
    z-index: 1;
    clip-path: inset(0 0 0 0);
}



.after-img {
    z-index: 2;
    clip-path: inset(0 0 0 50%);
}



.comparison-divider {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: white;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: ew-resize;
    touch-action: none;
}



.divider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    cursor: grab;
}



.divider-handle svg {
    color: #666;
}



.comparison-divider:hover .divider-handle {
    transform: translate(-50%, -50%) scale(1.1);
}



.quality-controls.vertical-style {
    width: 100%;
    max-width: 150px;
    padding: 1rem;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}



.quality-header {
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column;
    text-align: center;
}



.quality-percentage {
    display: block;
    font-size: 16px;
    color: #000;
}



.quality-slider {
    transform: rotate(-90deg);
    width: 200px;
    height: 8px;
    --track-fill: 80%;
    background: linear-gradient(to right, #E02424 var(--track-fill), #ccc var(--track-fill));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 10px;
}



.quality-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E02424;
    border: none;
    box-shadow: none;
}



.quality-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E02424;
    border: none;
    box-shadow: none;
}



.quality-slider {
    background: none;
    background: linear-gradient(to right, #E02424 var(--track-fill, 50%), #ccc var(--track-fill, 50%));
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.quality-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.85rem;
}



.quality-actions .reset-btn {
    background: #BCBCBC;
    border-color: #fff;
    color: #fff;
}