.sample-btns {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem;
}

.sample-btns button {
    background: none;
    border: 1px solid #ecf0f5;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 4px;
    color: #8e93a6;
    font-size: 13px;
    gap: 6px;
    border-radius: 10px;
    text-wrap: nowrap;
}

.error_feedback {
    font-size: 12px;
    color: red;
    height: 10px;
    text-align: start;
}

.paste_img_div {
    min-width: 30px;
    max-height: 30px;
}

.sample_img_div {
    min-width: 30px;
    max-height: 30px;
}

.sample-btns button:hover {
    cursor: pointer;
    color: #2e4168;
}

.sample-btns button svg:hover {
    color: #2e4168;
}

.textarea {
    border-radius: 8px 8px 0px 0px;
}

.output-area:before {
    content: attr(placeholder);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    color: #a7abbf;
    pointer-events: none;
    padding: 15px !important;
    font-size: 17px;
    text-align: left !important;
}

.output-area:empty:before {
    display: block;
}

.output-area:not(:empty):before {
    display: none;
}

.tool__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inside_div {
    border: 1px solid #ecf0f5;
    border-radius: 16px;
    background: linear-gradient(90deg, #f3f6ff 0%, #ffffff 100%);
}

.featu_div {
    min-width: 222px;
    padding: 20px;
}

.featu_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #27336d;
    text-align: left;
}

.pl-6 {
    padding-left: 2px !important;
}

.ul_div {
    padding-top: 12px;
    justify-content: space-between;
}

.ul_div ul>li {
    list-style-type: none;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.plan_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #27336d;
    text-align: left;
}

.plan_types {
    padding: 12px 0px 24px 0;
    gap: 8px;
}

.ul_div img {
    width: 18px;
}

.close-btn {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    float: right;
    padding: 4px;
    margin: -8px 0;
}

.close-btn::before,
.close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.Semanal,
.Mensual,
.Anual {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #ecf0f5;
    border-radius: 12px;
    padding: 16px 20px;
    cursor: pointer;
    min-width: 320px;
}

.left {
    display: flex;
    gap: 12px;
}

.left label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.right {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #8b899f;
}

.active_bg {
    background: #f5f7fd;
    border: 1.5px solid #3761ed !important;
}

.w_lim,
.w_sub {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}

.price_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #27336d;
}

input[type="radio"] {
    accent-color: #3761ed;
}
/* 
.login-btn {
    border-radius: 7px;
    cursor: pointer;
    padding: 6px 24px;
    background-color: #3761ed;
    color: #fff;
    border: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
}

.login-btn:hover {
    background: #3358D4;
} */

.text_unlock {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #1e1e1e;
    cursor: pointer;
}

.unlock_btn {
    background: #ffffff;
    color: #1e1e1e;
    padding: 4px 12px;
    border-radius: 6px;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.premium_btn_popup {
    padding: 8px 25px;
    border-radius: 8px;
    background: linear-gradient(180deg, #3ca4ff 0%, #3a3cff 100%);
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    display: block;
    margin-bottom: 12px;
}

.premium_btn_popup span {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.premium_btn_popup:hover {
    background: linear-gradient(180deg, #2d86d4 0%, #1d20e9 100%);
}

.register_btn {
    background: #3761ed;
    color: #fff;
    padding: 10px 5px;
    width: 320px;
    margin: 10px 0;
    cursor: pointer;
}

.accordion_container {
    background-color: rgb(255, 255, 255);
    width: 100%;
    transition: all 0.3s ease;
    border-top: 2px solid #ecf0f5;
    border-radius: 12px;
}

.accordion_container:first-child {
    border-top: none;
}

.accordion_container::not(:last-child) {
    border-bottom: 2px solid #ecf0f5;
}

.accordion {
    background-color: rgb(255, 255, 255);
    color: var(--heading);
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    outline: none;
    padding: 24px;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: var(--gap-small);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    border-radius: 12px;
}

.panel {
    display: none;
    background: white;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 12px;
}

.panel p {
    text-align: left;
    padding: 8px 0;
    color: var(--paragraph);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 24px 24px;
}

.time_plan {
    font-size: 12px;
    font-weight: 400;
    color: #8b899f;
}

.panel ul {
    font-weight: 100;
}

.tool__left {
    position: relative;
}

.button-container.buttons-for-text {
    padding: 2px 4px;
}

.tool__min__bar {
    display: flex;
}

.plan_div {
    position: relative;
    padding: 20px;
}

.overlay_outisde {
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 110;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    top: 0;
}

.show_popup_modal {
    display: flex !important;
}

.set_inline_modal {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup-signin-signup {
    margin-top: 30px;
}


#tooltip5 {
    position: absolute;
    top: -35px;
    background: black;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 10;
    transition: left 0.05s linear; /* smooth movement */
}
#tooltip5::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.dots {
    width: 4px;
    height: 4px;
    background-color: #5478F0;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3px);
    transform: translateY(-53% );
    transform: translateX(-50%);
}
.tool__header{
    position: relative;
}

.main-disable::after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 100;
            pointer-events: none;
            cursor: not-allowed;
        }
.disable-modes::after{
      backdrop-filter: blur(1px);
    pointer-events: all;
}

@media (max-width: 650px) {
    .inside_div {
        flex-direction: column-reverse;
    }

    .premium_btn_popup {
        margin-bottom: unset;
    }

    .ul_div ul>li {
        font-size: 13px;
    }

    .premium__upgrade__tooltip {
        width: 96%;
    }

    .plan_div {
        padding: 10px;
    }

    .plan_heading,
    .featu_heading {
        padding: unset;
    }

    .ul_div {
        display: flex;
        padding: 8px 0;
    }

    .ul_div ul {
        padding: unset;
    }

    .Semanal,
    .Mensual,
    .Anual {
        min-width: 300px;
        padding: 8px 20px;
    }

    .close-btn {
        position: absolute;
        top: 25px;
        right: 16px;
    }

    .featu_div {
        max-width: unset;
        padding: 10px;
        padding-bottom: unset;
    }

    .w_lim,
    .w_sub {
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 26px !important;
    }
}

@media (max-width: 590px) {
    .tool__header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mods {
        width: 100%;
    }

    .mods>label {
        width: 50%;
        font-size: 14px !important;
    }

    .popup-signin-signup,
    .register_btn,
    .input-container input {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    #summarized_counter {
        flex-basis: 70%;
        text-align: left;
    }

    .accordion_container {
        padding: 16px;
    }
    .sample-btns {
        flex-direction: column-reverse;
    }
}

@media (max-width: 430px) {
    .sample-btns button {
        padding: 5px 2px;
        gap: 2px;
        font-size: 16px;
    }

    #cal_text::placeholder {
        font-size: 16px;
        color: #a7abbf;
    }

    #captchaLoad {
        bottom: 90px;
    }

    #cal_text {
        padding: 15px 10px !important;
    }

    .upload__text {
        min-width: unset;
        padding: 0px;
    }

    .Semanal,
    .Mensual,
    .Anual {
        min-width: unset;
        padding: 8px;
    }

    .ul_div ul>li {
        margin: 0;
        gap: 4px;
    }

    .plan_types {
        padding: 4px 0px 12px 0;
        gap: 6px;
    }

    .premium_btn {
        margin: auto;
    }
}

@media (max-width: 390px) {
    .tool__min__bar {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.submit-btn {
    padding-inline: 50px;
}