@import url('https://cdn.jsdelivr.net/npm/quill@2.0.2/dist/quill.snow.css');

.img2 {
    max-width: 100%;
}

.img2 img {
    width: 100%;
    max-width: 800px;
}

.reviews {
    margin: 40px auto 40px;
}

.error_border {
    border: 1px solid red !important;
}

.editorContainer {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    display: none;
}

.topPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topPanel .buttons button {

}
.topPanel .buttons {
}

.topPanel .buttons.left {
}

.topPanel .buttons.right {
}

.topPanel h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.premium #gen_model_div .options .opt_46 .img_before,
.premium #gen_model_div .options .opt_12 .img_before,
.premium #gen_model_div .options .opt_13 .img_before,
.premium #gen_model_div .options .opt_14 .img_before,
.premium #gen_model_div .options .opt_20 .img_before {
    display: none;
}

.premium #gen_model_div .options .opt_46,
.premium #gen_model_div .options .opt_12,
.premium #gen_model_div .options .opt_13,
.premium #gen_model_div .options .opt_14,
.premium #gen_model_div .options .opt_20,

.premium #number_of_pages_div .options .opt_3,
.premium #number_of_pages_div .options .opt_4,
.premium #number_of_pages_div .options .opt_5
{
    padding-left: 20px;
}


.premium #number_of_pages_div .options .opt_3 .img_before,
.premium #number_of_pages_div .options .opt_4 .img_before,
.premium #number_of_pages_div .options .opt_5 .img_before {
    display: none;
}

#number_of_pages_div .options .opt_7 .img_before,
#number_of_pages_div .options .opt_8 .img_before,
#number_of_pages_div .options .opt_9 .img_before,
#number_of_pages_div .options .opt_10 .img_before,
#number_of_pages_div .options .opt_11 .img_before,
#number_of_pages_div .options .opt_12 .img_before,
#number_of_pages_div .options .opt_13 .img_before,
#number_of_pages_div .options .opt_14 .img_before,
#number_of_pages_div .options .opt_15 .img_before,
#number_of_pages_div .options .opt_16 .img_before,
#number_of_pages_div .options .opt_17 .img_before,
#number_of_pages_div .options .opt_18 .img_before,
#number_of_pages_div .options .opt_19 .img_before,

.premium #number_of_pages_div .options .opt_3 .img_before,
.premium #number_of_pages_div .options .opt_4 .img_before,
.premium #number_of_pages_div .options .opt_5 .img_before {
    display: none;
}

#number_of_pages_div .options .opt_19 .img_before,
#number_of_pages_div .options .opt_20 .img_before {
    display: none;
}

.edr {
    color: #666 !important;
}

.aiWriter .form form textarea {
    white-space: pre-wrap !important;
}

.aiWriter .form form textarea.extended {
    height: 400px !important;
}

@media screen and (max-width: 550px) {
    .aiWriter {
        padding: 0 !important;
    }
    .aiWriter h1 {
        text-align: center !important;
    }
    .aiWriter .form form {
        padding: 16px !important;
        border-radius: 16px !important;
    }
}

.instrBlock {
    position: relative;
}

.instrBlock .toolTip {
    font-size: 12px;
    font-weight: 300;
    display: none;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -15px;
    background: #101828;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    z-index: 1;
}

.instrBlock .toolTip .bottomArrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #101828;
    position: absolute;
    bottom: -7px;
    right: 50%;
    transform: translateX(50%);
}

.reduceMessageOn {
    display: flex !important;
}

.aiWriter .form form textarea.extended.error_border:hover {
    border: 1px solid red !important;
    box-shadow: 0 0 0 4px rgb(244 67 54 / 16%);
}

.subheadings {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    /*align-content: center;*/
    /*align-items: center;*/
}
.subheadings h1 {
    text-align: center;
    font-size: 24px;
}

.subheadings p {

}

.subheadings p span {

}

.subheadings .c1 {
    color: #6b54ff;
}

.subheadings .c2 {
    color: #3F51B5;
}

.subheadings .u {
    text-decoration: underline;
}

.subheadings p {
    text-align: center;
}

@media screen and (max-width: 550px) {
    .subheadings p {
        text-align: center;
    }
}

.suggestion {
    position: absolute;
    top: 90px;
    /*width: 400px;*/
    width: 100%;
    border-radius: 8px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
}

.suggestion .list div {
    padding: 12px 20px;
    cursor: pointer;
}

.suggestion .list div:hover {
    background: #F9FAFB;
    border-radius: 9px;
}

.rlt {
    position: relative;
}

.suggestion .top_arrow {
    position: absolute;
    top: -10px;
    left: 30px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}


@media screen and (max-width: 1000px) {
    .suggestion {
        width: 100%;
    }
}

.pageContent {
    overflow: hidden;
}

.aiWriterStep {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aiWriterStep .text1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.aiWriterStep .radioBlock {
    width: 700px;
    margin-bottom: 20px;
}



.aiWriterStep .item label {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #ffffff00;
    margin: 10px 0;
    border-radius: 16px;
}

.aiWriterStep .item label:hover {
    cursor: pointer;
    border: 1px solid #B4A8FF;
    box-shadow: 0 0 30px 0 rgba(108, 84, 255, 0.30);
}

.aiWriterStep input:checked + label:hover,
.aiWriterStep input:checked + label {
    border: 1px solid #6b54ff;
}

.aiWriterStep input:checked + label .check {
    background-image: url("/templates/img/step2check2.svg");
}

.aiWriterStep .button1 {
    width: 280px;
}

.aiWriterStep .item .check {
    width: 19px;
    height: 19px;
    background-image: url("/templates/img/step2check1.svg");
    margin-right: 20px;
}

.aiWriterStep .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.aiWriterStep .item .title .text {
    font-size: 16px;
    color: #3D3D3D;
}

.aiWriterStep .item .title .hint {
    width: 16px;
    height: 16px;
    background-image: url("/templates/img/step2question.svg");
    margin-left: 10px;
}

.aiWriterStep input:checked + label .title .text {
    color: #6b54ff;
}

.aiWriterStep .item .description {
    font-size: 14px;
    color: #B0B0B0;
}

.aiWriterStep .item.i2 label {
    background-color: #F5FFF7;
    border: 1px solid #8DDEA3   ;
}

.aiWriterStep .title .hint {
    position: relative;
}

.aiWriterStep .title .hint .content {
    background-color: #111111;
    position: absolute;
    top: -43px;
    padding: 10px;
    left: -11px;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
}

.aiWriterStep .title .hint .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111111;
    position: absolute;
    bottom: -5px;
}

.aiWriterStep .title .hint:hover .content {
    display: block !important
}

.aiWriterStep .item.i2 .faces {
    width: 62px;
    height: 28px;
    background-image: url("/templates/img/step2human.png");
    margin-left: 10px;
}

.aiWriterStep .item.i2 .hotPrice {
    margin-bottom: 10px;
    position: relative;
}

.aiWriterStep .item.i2 .hotPrice .cross {
    position: absolute;
    top: 17px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #3D3D3D;
}

.aiWriterStep .item.i2 .hotPrice .s1,
.aiWriterStep .item.i2 .hotPrice .s2 {
    font-size: 24px;
    font-weight: 500;
    color: #3D3D3D;
}

.aiWriterStep .item.i2 .hotPrice .s2 {
    color: #34A853;
}

.aiWriterStep .item.i2 .hotPrice .s3 {
    color: #6C54FF;
}

.aiWriterStep .item.i2 label .title .text,
.aiWriterStep .item.i2 input:checked + label .title .text {
    color: #34A853;
    font-weight: 500;
}

.aiWriterStep .item.i1 .hint .content {
    width: 138px;
}

.aiWriterStep .item.i2 .hint .content {
    width: 138px;
}

.aiWriterStep .item.i3 .crown {
    width: 19px;
    height: 19px;
    background-image: url("/templates/img/step2crown.svg");
    margin-left: 10px;
}

@media screen and (max-width: 880px) {
    .aiWriterStep .item label {
        flex-direction: column;
    }
    .aiWriterStep .item .title {
        justify-content: center;
    }
    .aiWriterStep .item .check {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .aiWriterStep .item.i2 .hotPrice {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .aiWriterStep .item.i2 .hotPrice .cross {
        left: 10px;
    }
    .aiWriterStep .item.i2 .hotPrice .s3 {
        margin-left: 10px;
    }
    .aiWriterStep .item .description {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .aiWriterStep .radioBlock {
        width: 100%;
    }
    .aiWriterStep .item.i2 .hotPrice .s2 {
        margin-left: 10px;
    }
    .aiWriterStep .item .title .text {
        text-align: center;
    }
    .aiWriterStep .item.i3 .crown {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .aiWriterStep .item .title .hint,
    .aiWriterStep .item.i2 .hotPrice .s1,
    .aiWriterStep .item.i2 .hotPrice .s2,
    .aiWriterStep .item.i2 .hotPrice .cross {
        display: none;
    }

    .subheadings {
        padding: 0 10px;
    }
}


.aiWriterStep .item.i3.forbidden label:hover {
    background-color: #fff5f5;
    border: 1px solid #ff7f7f;
}


.aiWriterStep .item.i2 .hotPrice {
    display: flex;
    align-items: center;
}

.hotPrice .hot {
    width: 30px;
    height: 30px;
    background-image: url('/templates/img/animatedFire1.webp');
    background-size: 100%;
    margin: 0 2px 5px 2px;
}

