.text-button-container {
    font-family: var(--font-primary);
}

#ff-onboard {
    flex: 1;
    display: flex;
    justify-content: center;
}

#document-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

red,
.red {
    color: #E91E63;
}

body {
    background-color: #E6E6E6;
    display: flex;
    height: 100vh;
}

:root {
    --primary-color: #522AE9;
    --font-primary: 'Inter';
}

.auth-container {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    justify-content: center;
}

.login-label {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: var(--font-primary);
    margin-top: -15px;
    margin-bottom: 10px;
}

/* logo container will have logo and title */
.logo-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* logo will have 100px width and 100px height */
.logo {
    width: 80px;
    height: 80px;
}

/* h1 will have font size 24px and font weight 500 */
h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: var(--font-primary);
}

/* form container will have form label and input */

.form-main-container {
    max-width: 100%;
}

@media screen and (min-width: 860px) {
    .form-main-container {
        width: 480px;
    }
}

#wpcontent {
    padding-left: 0px !important;
}

.ff-onboard-container {
    display: flex;
    height: 93.5vh;
}

input#template-other-title:focus {
    box-shadow: none;
}

a.template-chip.template-active:focus,
input {
    box-shadow: none;
}

.form-wrapper {
    height: min-content !important;
    justify-content: center;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    background-color: #fff;
    padding: 24px !important;
    padding-bottom: 24px !important;
    border-radius: 8px;
    margin: auto !important;
}

/* form label will have font size 16px and font weight 500 */
.form-label {
    font-size: 22px;
    color: #000;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    margin-bottom: 18px;
}

/* form input will have 100% width and 40px height */
.form-input {
    width: 100%;
    height: 55px;
    border: 0px solid #ccc !important;
    margin-top: 10px !important;
    padding: 10px 15px !important;
    font-family: var(--font-primary) !important;
    font-size: 16px;
    font-weight: 400 !important;
    background: #f9f9f9 !important;
    border-bottom: 3px solid #555555 !important;
    border-radius: 0px !important !important;
}

/* form input focus none and border none */
.form-input:focus {
    outline: none;
    border: none;
    border-bottom: 3px solid #4D2CE0;
}

/* create form container will have create form button */
.create-form-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
}

/* create form button will have 100% width and 40px height */
.create-form-btn {
    background-color: #522AE9;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: var(--font-primary);
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-weight: 300;
}

.create-form-btn:hover {
    background-color: #6b47ef;
}

.create-form-btn:focus {
    outline: 2px solid #6b47ef;
    outline-offset: 2px;
}

.form-container {
    max-width: 100% !important;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex: 1;
    position: relative;
}

.login-logo {
    position: absolute;
    top: 50px;
    left: 44px;
}

.login-logo img {
    width: 100px;
    object-fit: contain;
}

.left-container {
    background: linear-gradient(90deg, #4E2EC4 0%, #8B57D8 100%);
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    height: 100vh;
    flex: .5;
    width: 100%;
}

.right-container {
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    flex: 0.5;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.customer-quote {
    /* center of the left screen. */
    display: flex;
    flex-direction: column;
    width: 100%;
}

.customer-quote-icon {
    margin-bottom: 0px;
}

.customer-quote-text {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    font-family: var(--font-primary);
    margin-bottom: 5px;
}

.customer-quote-footer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.customer-quote-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
}

.customer-quote-user-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-primary);
}

.customer-quote-company-name {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    font-family: var(--font-primary);
    margin-top: 7px;
}

@media screen and (max-width: 860px) {
    .main-container {
        flex-direction: column;
        justify-content: unset;
    }

    .right-container {
        padding: 16px !important;
        padding-top: 10px !important;
    }

    .login-logo img {
        width: 60px !important;
    }

    .customer-quote-icon svg {
        height: 24px !important;
        width: 24px !important;
    }

    .login-logo {
        left: 33px !important;
        top: 20px !important;
        display: none;
    }

    .customer-quote-company-name,
    .customer-quote-user-name {
        font-size: 12px !important;
    }

    .customer-quote-icon {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .customer-quote .customer-quote-text {
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin-bottom: 8px !important;
    }

    .left-container {
        padding: 28px 32px !important;
        flex: 0.2;
    }

    .stick-top#footer-button-import-google-form {
        margin-top: 0px !important;
    }

    .customer-quote-avatar {
        width: 42px !important;
        height: 42px !important;
    }

    .customer-quote-footer {
        gap: 10px !important;
    }

    .right-container {
        align-items: normal !important;
        flex: 1;
    }

    .form-container-flex {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .form-container-flex .form-container {
        padding: 0px !important;
        width: 100%;
        flex: 1;
    }

    .template-chip {
        padding: 14px 12px !important;
        font-size: 14px !important;
    }

    #other-template {
        padding: 0px 12px !important;
        gap: 0px;
    }

    .customer-quote-icon {
        /* display: none !important; */
    }
}

.form-container-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: row;
    margin-top: 20px;
}

.form-container-flex .form-container {
    padding-bottom: 15px !important;
    flex: 1;
}

/* dropdown icon for select tag */
select.form-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    appearance: none;
}

.form-container-flex label.form-label {
    font-size: 17px;
}

.text-button-container {
    font-size: 14px;
    margin-top: 7px;
    font-weight: normal;
}

.text-button {
    background-color: transparent;
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    font-family: var(--font-primary);
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.text-button:hover {
    text-decoration: none;
    text-underline-offset: 3px;
}

red#form-error {
    font-size: 16px;
    margin: 5px 0px 30px 0px;
}

.center {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#status {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: 'Inter';
    color: #191233;
}

input:read-only {
    background-color: #f5f5f5 !important;
    /* Light gray background */
    color: #555 !important;
    /* Darker text color */
    border-bottom: 2px solid #ccc !important;
    /* Indicate that the input is not editable */
    pointer-events: none;
}

.loading-container {
    text-align: center;
}

.loading-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #522AE9;
    border-radius: 50%;
    animation: loading 1s infinite;
}

.loading-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes loading {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.progressbar {
    position: relative;
    width: 100%;
    margin: -4px auto 0;
    height: 4px;
    background: #d4edda;
    overflow: hidden;
}

span.progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #28a745;
    /* Green color for progress */
    transition: all .3s;
}

/* Loader animation */
span.progress::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    /* Semi-transparent overlay */
    animation: loader 1s infinite linear;
    /* Animation duration and type */
    transform: translateX(-100%);
    /* Start position for animation */
}

@keyframes loader {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.template-checkbox {
    border: 2px solid #cdcdcd;
    height: auto;
    padding: 6px;
    height: 10px;
    width: auto;
    border-radius: 109px;
}

.template-active .template-checkbox {
    border: 2px solid #522ae9;
    background: #522ae9;
    content: '✓';
    color: white;
}

.template-chips {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 30px;
    margin-top: 12px;
}

.template-chip .checkbox-svg {
    display: none !important;
}

.template-chip .checkbox-outline-svg {
    display: block !important;
}

.template-chip.template-active .checkbox-svg {
    fill: var(--primary-color);
    display: block !important
}

.template-chip.template-active .checkbox-outline-svg {
    display: none !important;
}

input#template-other-title {
    border: 0px;
    background-color: transparent;
    border-radius: 0px !important;
    padding: 0px;
    font-family: var(--font-primary);
    width: 92%;
}

#template-other-title-wrapper {
    width: 100%;
}

#template-other-title:focus {
    outline: none;
    border: 0px;
    border-bottom: 2px solid #d8d8d8 !important;
    padding-bottom: 6.5px;
    font-weight: 500;
}

.template-chip {
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #f0f0f0;
    padding: 13px 16px;
    border-radius: 6px;
    color: #191233;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-primary);
}

#footer-button-import-google-form {
    margin-top: 7.5px !important;
}

.stick-top#footer-button-import-google-form {
    margin-bottom: -20px !important;
    margin-top: 45px;
    color: #4f4a4a;
    font-size: 12px;
    font-family: var(--font-primary);
}

.template-chip.template-active {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: #522ae90d;
    cursor: default;
}

.template-chip:hover {
    background: #522ae90d;
    color: var(--primary-color);
}

.template-suggested-title {
    font-size: 12px;
    color: #555;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 12px;
}

.template-active input#template-other-title {
    color: var(--primary-color);
}

input#template-new-page {
    cursor: default;
    width: 100%;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
}

input#template-new-page.template-active {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: #522ae90d;
}

select#wordpress-page {
    cursor: default;
    width: 100%;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
}
.form-wrapper-success {
    font-size: 16px;
}

div.form-wrapper {
    flex-direction: column;
    gap: 16px;
}

a.btn.btn-primary {
    color: var(--primary-color);
    font-size: 15px;
}

.action-buttons {
    width: 100%;
    display: flex;
    gap: 16px;
}

.template-custom-wrapper {
    position: relative;
}
#ghost-text {
    position: absolute;
    inset: 0;
    color: #aaa;
    pointer-events: none;
    background-color: transparent !important;
    opacity: .7;
    top: -4px;
    border-bottom: 0px !important;
}
[data-ghost-text="true"] {
    background: transparent !important;
    inset: 0 !important;
    background: transparent !important;
}
.template-active #template-upload-title {
    display: none;
}
#other-template.template-active .checkbox-svg {
    margin-top: -34px !important;
}
.add-attachment {
    display: none !important;
}
.add-attachment .text {
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
    margin-left: -4px;
}
.add-attachment .text:hover {
    background: #522ae914;
}
.add-attachment .text svg {
    fill: var(--primary-color);
    width: 21px;
    height: 21px;
}
.template-active .add-attachment {
    display: block !important;
    margin-top: 10px!important;
}
#ff-onboard div#progress {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ff-onboard button.action {
    width: fit-content;
    margin-top: 16px;
    border-radius: 4px;
    font-size: 14px !important;
}

#ff-onboard a.autofill-quick-links-item-text {
    font-size: 16px;
    font-weight: 400;
}

#ff-onboard .autofill-quick-links-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

#ff-onboard div#progress input[type="checkbox"] {
    border: 0px !important;
}

#ff-onboard div#progress input[type="checkbox"]:checked {
    background-color: var(--primary) !important;
    border-radius: 2px;
}

#ff-onboard a.action.button {
    width: fit-content !important;
    background: var(--primary);
    font-size: 14px !important;
    font-weight: 400;
    border-radius: 4px;
    color: white !important;
    margin-top: 14px;
}

#ff-onboard a.link {
    font-size: 14px;
    color: var(--primary);
    /* text-decoration: underline; */
    text-underline-offset: 3px;
    font-weight: 400 !important;
}
#ff-onboard div#progress input[disabled] {
    background-color: #a7a7a7 !important;
    border-radius: 2px;
}
#ff-onboard div#progress input[type="checkbox"]:checked {
    background-color: var(--primary-color) !important;
    border-radius: 2px;
    cursor: pointer !important;
}
#ff-onboard div#progress input[type="checkbox"]:disabled {
    background-color: #a7a7a7 !important;
    border-radius: 2px;
    cursor: not-allowed !important;
}
#ff-onboard {
    flex: 1;
}
#document-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
red, .red {
    color: #E91E63;
}
body {
    background-color: #E6E6E6;
    display: flex;
    height: 100vh;
}
:root {
    --primary-color: #522AE9;
    --font-primary: 'Inter';
}
.auth-container {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    justify-content: center;
}

.login-label {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: var(--font-primary);
    margin-top: -15px;
    margin-bottom: 10px;
}

/* logo container will have logo and title */
.logo-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* logo will have 100px width and 100px height */
.logo {
    width: 80px;
    height: 80px;
}

/* h1 will have font size 24px and font weight 500 */
h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: var(--font-primary);
}

/* form container will have form label and input */

.form-main-container {
    max-width: 100%;
}

@media screen and (min-width: 860px){
    .form-main-container {
        width: 480px;
    }
}

.form-wrapper {
    height: 100%;
    justify-content: center;
    width: auto !important;
}

/* form label will have font size 16px and font weight 500 */
.form-label {
    font-size: 22px;
    color: #000;
    font-family: var(--font-primary);
    font-weight: 500 !important;
}

/* form input will have 100% width and 40px height */
.form-input {
    width: 100%;
    height: 55px;
    border: 0px solid #ccc;
    margin-top: 10px;
    padding: 10px 15px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400 !important;
    background: #f9f9f9;
    border-bottom: 3px solid #555555;
    border-radius: 0px !important;
}

/* form input focus none and border none */
.form-input:focus {
    outline: none;
    border: none;
    border-bottom: 3px solid #4D2CE0;
}

/* create form container will have create form button */
.create-form-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
}

.form-wrapper {
    height: 100%;
    justify-content: center;
    width: 100%;
}

/* create form button will have 100% width and 40px height */
.create-form-btn {
    background-color: #522AE9;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: var(--font-primary);
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-weight: 300;
}

.create-form-btn:hover {
    background-color: #6b47ef;
}

/* outline blue with 2 px gap on focus */
.create-form-btn:focus {
    outline: 2px solid #6b47ef;
    outline-offset: 2px;
}
.form-container {
    padding-bottom: 0px !important;
    max-width: 100% !important;
}
.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex: 1;
    position: relative;
}
.login-logo {
    position: absolute;
    top: 50px;
    left: 44px;
}
.login-logo img {
    width: 100px;
    object-fit: contain;
}
.left-container {
    background: linear-gradient(90deg, #4E2EC4 0%, #8B57D8 100%);
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    height: 100vh;
    flex: .5;
    width: 100%;
}
.right-container {
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    flex: 0.5;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.customer-quote {
    /* center of the left screen. */
    display: flex;
    flex-direction: column;
    width: 100%;
}

.customer-quote-icon {
    margin-bottom: 0px;
}

.customer-quote-text {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    font-family: var(--font-primary);
    margin-bottom: 5px;
}

.customer-quote-footer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.customer-quote-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
}
.customer-quote-user-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-primary);
}
.customer-quote-company-name {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    font-family: var(--font-primary);
    margin-top: 7px;
}
@media screen and (max-width: 860px) {
    .template-chips-app-general .template-active .add-attachment {
        margin-bottom: 10px !important;
        /* margin-top: 10px !important; */
    }
    .main-container {
        flex-direction: column;
        justify-content: unset;
    }
    .form-wrapper {
        justify-content: unset !important;
        margin-top: 10px;
        width: 100%;
    }
    .right-container {
        padding: 16px !important;
        padding-top: 10px !important;
    }
    .login-logo img {
        width: 60px !important;
    }
    .customer-quote-icon svg {
        height: 24px !important;
        width: 24px !important;
    }
    .login-logo {
        left: 33px !important;
        top: 20px !important;
        display: none;
    }
    .customer-quote-company-name, .customer-quote-user-name{
        font-size: 12px !important;
    }
    .customer-quote-icon {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .customer-quote .customer-quote-text {
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin-bottom: 8px !important;
    }
    .left-container {
        padding: 28px 32px !important;
        flex: 0.2;
    }
    .stick-top#footer-button-import-google-form {
        margin-top: 0px !important;
    }
    .customer-quote-avatar {
        width: 42px !important;
        height: 42px !important;
    }
    .customer-quote-footer {
        gap: 10px !important;
    }
    .right-container {
        align-items: normal !important;
        flex: 1;
    }
    .form-container-flex {
        flex-direction: column !important;
        gap: 15px !important;
    }
    .form-container-flex .form-container {
        padding: 0px !important;
        width: 100%;
        flex: 1;
    }
    .template-chips-app-general .template-chip {
        padding: 14px 12px !important;
        font-size: 14px !important;
    }

    .template-chips-app-general #other-template {
        padding: 0px 12px !important;
        gap: 0px;
    }
    .customer-quote-icon {
        /* display: none !important; */
    }
}
.form-container-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: row;
    margin-top: 20px;
}
.form-container-flex .form-container {
    padding-bottom: 15px !important;
    flex: 1;
}
/* dropdown icon for select tag */
select.form-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    appearance: none;
    border-bottom: 2px solid #d8d8d8 !important;
}
.form-container-flex label.form-label {
    font-size: 17px;
}
.text-button-container {
    font-size: 14px;
    margin-top: 7px;
    font-weight: normal;
}
.text-button {
    background-color: transparent;
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    font-family: var(--font-primary);
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}
.text-button:hover {
    text-decoration: none;
    text-underline-offset: 3px;
}
red#form-error {
    font-size: 16px;
    margin: 5px 0px 30px 0px;
}

.center {
    height:90vh; display:flex; justify-content:center; align-items:center; flex-direction:column;
}
#status{
    font-size:20px;
    font-weight:500;
    letter-spacing:0.3px;
    font-family: 'Inter';
    color:#191233;
}
.autofill-quick-links-item-checkbox {
    pointer-events: auto !important;
}
input:read-only {
    background-color: #f5f5f5 !important; /* Light gray background */
    color: #555 !important; /* Darker text color */
    border-bottom: 2px solid #ccc !important; /* Gray border */
    pointer-events: none;
}
.loading-container { text-align: center;  }
.loading-dot { display: inline-block; width: 10px; height: 10px; margin: 0 5px; background-color: #522AE9; border-radius: 50%; animation: loading 1s infinite; }
.loading-dot:nth-child(2) { animation-delay: 0.2s;}
.loading-dot:nth-child(3) { animation-delay: 0.4s;}
@keyframes loading { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.5); }}
.progressbar {
    position: relative;
    width: 100%;
    margin: -4px auto 0;
    height: 4px;
    background: #d4edda;
    overflow: hidden;
}

span.progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #28a745; /* Green color for progress */
    transition: all .3s;
}
/* Loader animation */
span.progress::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3); /* Semi-transparent overlay */
    animation: loader 1s infinite linear; /* Animation duration and type */
    transform: translateX(-100%); /* Start position for animation */
}

@keyframes loader {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.template-checkbox {
    border: 2px solid #cdcdcd;
    height: auto;
    padding: 6px;
    height: 10px;
    width: auto;
    border-radius: 109px;
}
.template-active .template-checkbox {
    border: 2px solid #522ae9;
    background: #522ae9;
    content: '✓';
    color: white;
}
.template-chips {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.template-chip .checkbox-svg{
    display: none !important;
}
.template-chip .checkbox-outline-svg{
    display: block !important;
}
.template-chip.template-active .checkbox-svg {
    fill: var(--primary-color);
    display: block !important
}
.template-chip.template-active .checkbox-outline-svg {
    display: none !important;
}
.template-chip-custom input, input#template-other-title {
    border: 0px;
    background-color: transparent;
    border-radius: 0px !important;
    padding: 0px;
    font-family: var(--font-primary);
    width: 92%;
    font-size: 14px !important;
    outline: 0px !important;
}
.template-chip-custom input:focus, input#template-other-title:focus, .template-active input#template-other-title {
    outline: 0px !important;
    border-bottom: 1px solid var(--primary-color) !important;
    box-shadow: none !important;
    padding-bottom: 0px !important;
}
input#create-form {
    box-shadow: none !important;
    border: 0px !important;
    border-bottom: 2px solid #d8d8d8 !important;
    background-color: #f4f4f4 !important;
    border-radius: 3px !important;
}
input#create-form:focus {
    border-bottom: 2px solid var(--primary-color) !important;
}
#template-other-title-wrapper, .template-custom-wrapper {
    width: 100%;
}
#template-other-title:focus, .template-custom-wrapper input:focus, .template-active .template-custom-wrapper input {
    outline: none;
    border: 0px;
    border-bottom: 1px solid var(--primary-color) !important;
    padding-bottom: 6.5px !important;
    font-weight: 500;
}

.template-chip {
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #f0f0f0;
    padding: 13px 16px;
    border-radius: 6px;
    color: #191233;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

#footer-button-import-google-form {
    margin-top: 7.5px !important;
}

.stick-top#footer-button-import-google-form {
    margin-bottom: -20px !important;
    margin-top: 45px;
    color: #4f4a4a;
    font-size: 12px;
}

.template-chip.template-active {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: #522ae90d;
    cursor: default;
}

.template-chip:hover {
    background: #522ae90d;
    color: var(--primary-color);
}

.template-suggested-title {
    font-size: 12px;
    color: #555;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 12px;
}
.template-active .template-chip-custom input.template-chip, .template-active input#template-other-title, .template-active input#template-url-title, .template-active input#template-upload-title {
    color: var(--primary-color);
    padding-bottom: 10px !important;
}