/*Humanizer*/
.max-width-1020 {
    max-width: 1020px;
    margin: 0 auto; /* Center the element horizontally */
    /* Add any other styles as needed */
}
.ai-humanizer-banner-area {
    padding-top: 63px! important;
    padding-bottom: 1px! important;
}

.ai-humanizer-gradient-3 {
    background: linear-gradient(166deg, #e7effd 0%, #fae4f5ad 100%);
}
.gradient-title-humanizer {
    background-image: linear-gradient(104.49deg, #8c2bbd, #452f9fbf 52.6%, #1e5fd5);
    -webkit-background-clip: text; /* For webkit-based browsers */
    color: transparent; /* Hide the original text */
    font-weight: 600;
}

/* Define different color combinations using CSS variables */
.blue-robotic {
    --start-color: #c564f6; /* Pinky robotic */
    --end-color: #657fff; /* Blue Robotic */
}
.pink-robotic {
    --start-color: #c867cf;
    --end-color: #ff65f3;
}
.orangy-purple {
    --start-color: #b9674e;
    --end-color: #a65ab9;
}
.light-blue {
     --start-color: #4992ed;
    --end-color: #5286fb;
}
.light-purple {
  --start-color: #7321b1;
    --end-color: #d045d9;
}
.light-green {
    --start-color: #50cd77;
    --end-color: #43b935;
}
.dark-blue {
    --start-color: #312e60;
    --end-color: #2c345a;
}
/* Add more color combinations as needed */

/*Display the "Beta" text next to the title*/
.beta-label {
    font-size: 0.3em;
    font-weight: normal;
    color: #9c27b1;
    border: 1px solid #9f8495;
    border-radius: 5px;
    padding: 2px 6px;
    margin-left: 8px; /* Adjusts the spacing between title and label */
    vertical-align: super; /* Aligns the label to the top of the text */
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.custom-divider {

    width: 100px; /* Example width */
    height: 2px; /* Example height */
    background: linear-gradient(to right, #FFD700, #FF69B4); /* Gradient mix of light orange and light pink */
    margin: 0 auto; /* Center the divider horizontally */
    margin-top: 10px; /* Adjust top margin as needed */
    margin-bottom: 20px; /* Adjust bottom margin as needed */
}

.custom-paragraph {
    font-size: 16px;
    line-height: 1.5;
    color: #454c6c; /* Adjust font color */
}

/* Rewrite container */
    .rewrite-container {
        margin: 10px auto;
        padding: 10px;
        border-radius: 10px;
        /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    }

    /* Rewrite heading */
    .rewrite-heading {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

    /* Rewrite form */
    .rewrite-form {
        margin-bottom: 20px;
    }

    /* Form group */
    .form-group {
        margin-bottom: 20px;
    }

    .textarea-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    /* Rewrite textarea */
   .container-rewrite-input {
    position: relative;
    margin-bottom: 20px;
    border-radius: 0.75rem;
    padding: 20px;
    border: 1px solid #c0b5c32b;
    background-color: #f5eff5;
    transition: background-color 0.3s;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 0 2px 2px rgb(169 118 201 / 29%), 0 0 8px 8px rgb(183 183 183 / 24%);
}

.container-rewrite-input:hover {
    background-color: #f5eff5;
    transition: background-color 0.6s;
    box-shadow: 0 0 2px 2px rgb(169 118 201 / 29%), 0 0 8px 8px rgb(183 183 183 / 24%);
}
/* Rewrite textarea */
.rewrite-textarea {
    border: 2px solid #e5dce7;
    box-shadow: inset 0px 1px 6px 2px rgb(128 113 131 / 10%);
    background-color: #ffffff;
    color: #2d3748;
    padding: 1.5rem;
    width: 100%;
    height: 300px;
    resize: none;
    border-radius: 0.5rem;
    transition: border-color 0.3s;
    position: relative;
}

   .rewrite-textarea:focus {
    border-color: #c4cde1;
    outline: none;
}

    /* Rewrite select */


    /* Rewrite button */
    .humanize-button {
    background-image: linear-gradient(to right, #391ecf, #c11e86e6)!important; /* Dark grey background color */
    color: #fff; /* White text color */
    border: none; /*Dark grey border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 20px; /* Padding */
    margin: 10px; /* Margin */
    cursor: pointer; /* Cursor on hover */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transition for background color and transform */
    font-size: 20px; /* Font size */
    line-height: 1.5; /* Line height */
    display: inline-flex; /* Make the button flex container */
    align-items: center; /* Align items vertically */
    }

    .humanize-button:hover {
    background: linear-gradient(to right, #c11e86e6, #391ecf)!important; /* Darker grey background color on hover */
    border-color: #555; /* Darker grey border color on hover */
    transition: background 0.2s, transform 0.2s; /* Smooth transition for background color and transform */
    }
    .humanize-button svg {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

    /* Rewrite output */

   .container-rewrite-output {
    position: relative;
    margin: 0 auto; /* Centers the container horizontally */
    margin-bottom: 20px;
    border-radius: 0.5rem;
    padding: 10px;
    border: 1px solid #c0b5c32b;
    background-color: #f7f3f7;
    transition: background-color 0.3s;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 0 10px 4px hsl(116.31deg 11.81% 34.51% / 35%);
    max-width: 920px; /* Sets the maximum width */
    width: 100%; /* Ensures the container is responsive */
}



.container-rewrite-output:hover {
    background-color: #f5eff5;
    padding: 10px;
    transition: background-color 0.6s;
    box-shadow: 0 0 15px 4px hsl(116.31deg 7.91% 37.94% / 35%);
}
    .rewrite-output-heading {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-top: 20px;
        margin-bottom: 10px;
    }

   .rewrite-output-text {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    /*border: 1px solid #e0e3e9;*/
    border-radius: 10px;
    min-height: 150px;
    resize: none;

}


.rewrite-output-text:focus {
    border-color: #d9dfeb;
    outline: none;
}


/* Clear button styling */
.clear-text-button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    background: #e0e0e0ba; /* Red color */
    color: #402e41;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.clear-text-button:hover {
    color: #811489;
}
/* Paste button styling */
.paste-text-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #f0f0f09c; /* Green color */
    color: #1f4dd1f0;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.paste-text-button:hover {
    color: #811489; /* Darker grey on hover */
}
/* Text count container styling */
.text-count-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    display: flex; /* Ensure flex display to align items horizontally */
    align-items: center; /* Align items vertically */
    font-size: 12px;
    color: #333;
}

.text-count-container .upgrade-button {
    margin-left: 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

/* Unique Toggle Switch CSS */
.unique-toggle-switch {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 50px; /* Adjusted width for smaller toggle */
    height: 25px; /* Adjusted height for smaller toggle */
}

.unique-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.unique-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bfbcbabf;
    transition: .4s;
    border-radius: 12.5px; /* Half of the new height for a rounded look */
}

.unique-slider:before {
    position: absolute;
    content: "";
    height: 17px; /* Adjusted height for smaller toggle */
    width: 17px; /* Adjusted width for smaller toggle */
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .unique-slider {
    background-color: #14a0d9d1;
}

input:checked + .unique-slider:before {
    transform: translateX(25px); /* Adjusted translation for new width */
}

/* Toggle Info Text */
.toggle-info {
    position: absolute;
    bottom: 15px;
    left: 70px; /* Adjusted position for the smaller toggle */
    font-size: 14px;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rewrite-container {
        padding: 10px;
    }
    .rewrite-heading {
        font-size: 20px;
    }
    .rewrite-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    .rewrite-output-heading {
        font-size: 18px;
    }
    .toggle-info {
        left: 60px; /* Adjust position for smaller screens */
        font-size: 12px; /* Adjust font size for smaller screens */
    }
    .unique-toggle-switch {
        height: 20px; /* Adjust height for smaller screens */
    }
    .unique-slider {
        border-radius: 10px; /* Adjust border-radius for smaller screens */
    }
    .unique-slider:before {
        height: 14px; /* Adjust height for smaller screens */
        width: 14px; /* Adjust width for smaller screens */
        transform: translateX(20px); /* Adjust translation for smaller screens */
    }
}


.rewrite-output {
    display: flex;
    flex-direction: column;
    position: relative;
}

.output-buttons {
    display: flex;
    align-items: center; /* Align items vertically */
    gap: 10px;
    position: relative; /* Ensure relative positioning */
    margin-bottom: 12px;
}

.re-humanize-button,
.detect-ai-button {
    color: #3a353a;
    border: 1px solid #e1d3d9;
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.re-humanize-button:hover,
.detect-ai-button:hover {
    color: #851193; /* Hover color */
}

.copy-button {
    color: #544c54;
    border: 1px solid #e1d3d9;
    border-radius: 8px;
    padding: 3px 6px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: absolute;
    right: 5px;

}

.copy-notification {

    transition: opacity 0.6s ease-in-out;
    color: green;
    opacity: 0;

}

.show-notification {
    opacity: 1;
}



/* Responsive adjustments can be added as needed */


    /* Responsive adjustments */
    @media (max-width: 768px) {
        .rewrite-container {
            padding: 10px;
        }
        .rewrite-heading {
            font-size: 20px;
        }
        .rewrite-button {
            padding: 10px 20px;
            font-size: 14px;
        }
        .rewrite-output-heading {
            font-size: 18px;
        }
    }
/* Styles for the input box */
.input-box {
    background-color: #EEEDFD;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-top-left-radius: 10px;
}

/* Styles for the input text editor */
.input-editor {
    background-color: #FFFFFF;
    border: 1px solid #dfe3e7;
    border-top: none;
    border-bottom-left-radius: 10px;
    overflow-y: auto;
}

/* Styles for the buttons */
.btn {
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover {
    filter: brightness(0.9);
}

/* Styles for the undetectable output box */
.output-box {
    background-color: #EEEDFD;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-top-right-radius: 10px;
}

/* Styles for the undetectable output content */
.output-content {
    background-color: #f4f5f9;
    border: 1px solid #dfe3e7;
    border-top: none;
    border-bottom-right-radius: 10px;
    overflow-y: auto;
}

/* adjust humanizer*/
/* Horizontal line container */
.horizontal-line {
    display: flex;
    align-items: center;
    margin-top: 15px;
}


/* Additional styling for vertical divider */
.vertical-divider {
    width: 1px;
    height: 40px; /* Adjust height as needed */
    background-color: #ccc;
    margin: 0 10px;
    display: inline-block;
}

/* Select wrapper */
.select-wrapper {
    position: relative;
    margin-left: 10px; /* Adjust as needed */
}
/* Adjust spacing between label and select box */
.select-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
/* Style select options */
.rewrite-select {
    padding: 8px 30px 8px 12px;
    border: 2px solid #e7d8e7;
    border-radius: 5px;
    background-color: #fdfdfd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 175px;
}

/* Hover effect */
.rewrite-select option:hover {
    background-color: #ddd;
}

/* Selected option style */
.rewrite-select option:checked {
    background-color: #bbb;
}

/* Icon styling */
.rewrite-select option::before {
    content: '\f0c8'; /* FontAwesome icon code */
    font-family: FontAwesome;
    margin-right: 5px;
}
/* Style select option icons */
.rewrite-select option {
    background-image: url('path-to-your-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
/* Style expand icon */
.select-expand-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure icon does not interfere with select */
}

/* Label styling */

.rewrite-label {
    position: absolute;
    display: block;
    font-weight: inherit;
    color: #ab9f9f;
}
/* Word counter */
.word-counter {
    margin-left: auto; /* Push the word counter to the right */
    display: inline-flex;
    font-size: 14px;
    color: #666;
}
/*Slider Vocab Level*/
.level-marks {
    position: relative;
    width: 100%;
    height: 10px;
}

.rail-mark {
    position: absolute;
    bottom: -12px;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #764a85;
}
.vocab-level-slider {
    position: relative;
    width: 80%;
    margin: 20px auto;
}

.level-label {
    position: absolute;
    top: 30px;
    font-size: 14px;
    color: #333;
}
.level-tooltip {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: purple; /* Color of the tooltip */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2196F3;
    cursor: pointer;
    position: relative;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2196F3;
    cursor: pointer;
}
.slider:hover + .level-tooltip {
    display: block;
}
.human-vocab-label {
    position: absolute;
    margin-top: 10px;
    display: block;
    font-weight: inherit;
    color: #ab9f9f;
}
/*Intro Service Humanizer*/
.introduction-section {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px; /* Add margin between sections */
    max-width: 960px; /* Set maximum width */
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5; /* Light background color */
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Box shadow for a modern look */
}

.introduction-content {
    flex: 1; /* Take up remaining space */
    padding: 20px;
    text-align: center; /* Center align content */
}

.introduction-content h2 {
    margin-bottom: 20px; /* Add margin below the heading */
}

.introduction-image {
    flex: 1; /* Take up remaining space */
    display: flex;
    justify-content: center;
    align-items: center;
}

.introduction-image img {
    max-width: 100%; /* Ensure the image does not exceed its container */
    height: auto;
    border-radius: 10px;
}

/*AI Page container*/
.ai-line-divider {
    width: 150px; /* Example width */
    height: 1px; /* Example height */
    background: linear-gradient(to right, #FFD700, #FF69B4); /* Gradient mix of light orange and light pink */
    margin: 0 auto; /* Center the divider horizontally */
    margin-top: 10px; /* Adjust top margin as needed */
    margin-bottom: 20px; /* Adjust bottom margin as needed */
}
.aipage-container {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.aipage-content-block {
    position: relative;
    display: flex;
    margin-bottom: 32px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 2px 2px rgb(191 191 191 / 26%);
}
.aipage-content-text {
    flex: 1;
    max-width: 450px;
    text-align: left;
}
.aipage-heading {
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    padding: 4px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}
/*END AI Page container*/
/* Container for FAQs */
.faq-container {
    max-width: 1020px; /* Maximum width of the FAQ container */
    width: 100%; /* Full width up to the max-width */
    margin: 0 auto; /* Center the container horizontally */
    padding: 0 20px; /* Optional: add padding if needed */
    display: flex; /* Enable flexbox */
    flex-direction: column; /* Align items vertically */
    align-items: center; /* Center items horizontally */
}

.faq-column {
    width: 100%;
    max-width: 800px; /* Adjust as needed */
}

.faq-block {
    width: 100%; /* Set the width to 100% to occupy the full width of the container */
    background-color: #fdfdfd;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -2px -3px 2px 2px rgb(165 86 191 / 20%);
}

.faq-question {
    background-color: #f3f3f3;
    padding: 10px 20px; /* Adjust as needed */
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; /* Make the question container relative */
}

.question-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-right: 50px; /* Adjust as needed */
}

.expand-icon {
    position: absolute;
    top: 16px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 16px 20px; /* Adjust as needed */
    display: none;
    overflow: hidden; /* Hide overflow content */
    transition: height 0.3s ease; /* Apply transition effect to height changes */
    height: 0; /* Initially collapse the answer */
}

.faq-block.open .faq-answer {
    display: block;
    height: auto; /* Allow the answer to expand to its natural height */
}

.rotate {
    transform: rotate(180deg); /* Rotate the SVG icon */
}

/* Media query for mobile responsiveness */
@media screen and (max-width: 768px) {
    .container-rewrite-input {
        display: flex;
        flex-direction: column;
    }
    .horizontal-line {
        margin-top: 10px; /* Adjust margin as needed */
        display: block;
    }
    .vertical-divider {
        display: none; /* Hide vertical divider on mobile */
    }
    .rewrite-label{
      position: relative;
    }
}
/* Ghost Features Toggle */
.ghost-features-toggle {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    background: linear-gradient(to right, #ffffff8f, #4f346891) !important;
    padding: 2px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ghost-features-toggle input {
    display: none;
}

.ghost-features-toggle .ghost-slider {
    width: 40px;
    height: 22px;
    background-color: #e0e0e0;
    display: inline-block;
    border-radius: 11px;
    position: relative;
    transition: 0.4s;
    margin-left: 10px;
}

.ghost-features-toggle .ghost-slider:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    transition: 0.4s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ghost-features-toggle input:checked + .ghost-slider {
    background-color: #4CD964;
}

.ghost-features-toggle input:checked + .ghost-slider:before {
    transform: translateX(18px);
}

.ghost-features-status {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.ghost-features-toggle input[disabled] + .ghost-slider {
    cursor: not-allowed;
}

/* Ghost Features Message */
.ghost-features-message {
    display: none;
    padding: 10px 30px 10px 10px; /* Added right padding for close button */
    margin-top: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
    background-color: #f8d7da;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 300px;
    z-index: 11;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.ghost-features-message a {
    color: #721c24;
    text-decoration: underline;
    font-weight: bold;
}

/* Close button for the message */
.close-message {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #721c24;
    cursor: pointer;
    line-height: 1;
}

.close-message:hover {
    color: #5a1a1c;
}
.chart-bar-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.chart-bar {
    display: flex;
    height: 10px;
    background-color: #e9e3e3;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.chart-segment {
    flex: 1;
    margin: 0 1px;
    transition: background-color 0.3s ease;
}

.chart-segment.filled {
    background-color: currentColor;
}

.chart-percentage {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.human-label {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-right: 5px;
}

.percentage-value {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/*Usage Meter at Input Container*/
.usage-meter {
    font-size: 0.9rem;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 8px;
}

.usage-meter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.progress-container {
    flex: 1;
    margin-right: 15px;
    margin-left: 15px;
}

.usage-stats {
    white-space: nowrap;
    font-size: 0.85rem;
    text-align: right;
    min-width: 120px;
}

.usage-label {
    white-space: nowrap;
    font-weight: 600;
    color: #495057;
    font-size: 0.8rem;
    opacity: 0.9;
    min-width: 120px;
    text-align: left;
}

.usage-count {
    font-weight: 600;
}

.usage-count.text-danger {
    color: #dc3545 !important;
}

.usage-count.text-warning {
    color: #ffc107 !important;
}

.limit-count {
    font-weight: 600;
    color: #495057;
}

.limit-type {
    color: #6c757d;
    font-size: 0.8rem;
    margin-left: 5px;
}

.progress {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.progress-bar {
    transition: width 0.5s ease;
}

.progress-bar.bg-success {
    background: linear-gradient(90deg, #3991dfe3, #3679e1) !important;
}

.progress-bar.bg-warning {
    background: background: linear-gradient(90deg, #fcc923d5, #f3af1c) !important;
}

.progress-bar.bg-danger {
    background: linear-gradient(90deg, #eca130cb, #ee722a) !important;
}

@media screen and (max-width: 576px) {
    .usage-meter-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    .progress-container {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    .usage-stats, .usage-label {
        text-align: left;
        margin-bottom: 5px;
    }
}
/* Fix for the humanize button spinner */
#humanizeButton .zerogpt-spinner {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#humanizeButton {
    display: flex;
    align-items: center;
    justify-content: center;
}