
.cg {
    color: #198C07;
}
.cy {
    color: #DBBB11;
}
.clg {
    color: #6FC262;
}
.g {
    color: #AFAFAF;
}

.how_to_page a {
    cursor: pointer;
}

.how_to_page h1 {
    font-size: 38px;
    font-weight: bold;
    color: #6c54ff;
}

.how_to_page h2 {
    padding: 0;
    line-height: 200%;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
}

.how_to_page p {
    font-size: 16px;
    line-height: 200%;
}
.how_to_page p a {}
.how_to_page .process {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.how_to_page .process .block {
    width: 250px;
    /*height: 250px;*/
    border: 1px solid #DADADA;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.how_to_page .process .arrow {
    width: 25px;
    height: 27px;
    background-image: url("/templates/images/polygon3.svg");
    margin: 20px;
    background-repeat: no-repeat;
}
.how_to_page .questions {}
.how_to_page .questions p {
    margin: 0;
}
.how_to_page .questions p b {}
.how_to_page .models {
    font-size: 12px;
    max-width: 1000px;
    margin: 0 auto;
}
.how_to_page .models {
    margin-bottom: 20px;
}
.how_to_page .models .desktop {}
.how_to_page .models .desktop .header {
    display: flex;
    font-weight: bold;
}
.how_to_page .models .desktop .header .name {
    min-width: 170px;
    text-align: left;
}
.how_to_page .models .desktop .header .status {
    min-width: 90px;
}
.how_to_page .models .desktop .row1 div,
.how_to_page .models .desktop .header div {
    width: 170px;
    text-align: center;
}

.how_to_page .models .desktop .row1 {
    display: flex;
    border-bottom: 1px solid #EBEBEB;
    padding: 3px 0;
}
.how_to_page .models .desktop .row1 .name {
    text-align: left;
}
.how_to_page .models .desktop .row1 .status {}

.how_to_page .models .mobile {
    display: none;
    flex-direction: column;
    align-items: center;
}
.how_to_page .models .mobile .item {
    margin-bottom: 16px;
    /*min-width: 260px;*/
    width: 100%;
}
.how_to_page .models .mobile .item .name {
    font-weight: bold;
}
.how_to_page .models .mobile .item .modInfo {}
.how_to_page .models .mobile .item .modInfo .row1 {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    padding: 2px 0;
}
.how_to_page .models .mobile .item .modInfo .row1 .key {
    width: 170px;
}
.how_to_page .models .mobile .item .modInfo .row1 .value {}

.section1 .img {
    height: 300px;
    background-image: url("/templates/images/ai_detect_percentage.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}

@media screen and (max-width: 1460px){
    .how_to_page .models .desktop .header .name {
        min-width: 110px;
    }
}

@media screen and (max-width: 1200px){
    .how_to_page .models .desktop {
        display: none;
    }
    .how_to_page .models .mobile {
        display: flex;
        font-size: 16px;
    }
    .how_to_page .process {
        flex-direction: column;
    }
    .how_to_page .process .block {
        height: auto;
    }
    .how_to_page .models .mobile .item .modInfo .row1 .key {
        width: 80%;
    }
}

@media screen and (max-width: 620px){
    .how_to_page .models .mobile .item .modInfo .row1 .key {
        width: 67%;
    }
}
@media screen and (max-width: 400px){
    .section1 .img {
        height: 140px;
    }
}


.static_content.how_to_page {
    padding: 20px 80px;
}

@media screen and (max-width: 1200px){
    .static_content.how_to_page {
        padding: 0 80px;
    }
}

@media screen and (max-width: 600px){
    .static_content.how_to_page {
        padding: 0 20px;
    }
}

.how_to_page h1 {
    text-align: center;
}

.section1 .img {
    background-size: cover;
    max-width: 1000px;
    margin: 20px auto 0 auto;
}

.how_to_page .process .block {
    width: 250px;
    height: 160px;
    border: 1px solid #DADADA;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 20px 0;
    justify-content: center;
}


.accordion button .accordionTitle {
    display: block;
}

.accordion button {
    padding: 15px 0;
}

.accordion button[aria-expanded=true] + .accordionContent {
    max-height: 25em;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.steps .item {
    width: 230px;
    height: 110px;
    border: 1px solid #DADADA;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 20px 0;
    justify-content: flex-start;
    position: relative;
    background: #ffffff;
}

.steps .item .icon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 10px;
    opacity: 0.3;
}

.steps .item .text {
}

.steps .sep {
    width: 25px;
    height: 27px;
    background-image: url('/templates/images/polygon3.svg');
    margin: 20px;
    background-repeat: no-repeat;
}

.steps .item.i1 .icon {
    background-image: url("/templates/img/ht_bolt_lightning.svg");
    width: 15px;
    height: 20px;
}

.steps .item.i2 .icon {
    background-image: url("/templates/img/ht_check.svg");
    width: 20px;
    height: 20px;
}

.steps .item.i3 .icon {
    background-image: url("/templates/img/ht_input_text.svg");
    width: 25px;
    height: 20px;
}

.steps .item.i4 .icon {
    background-image: url("/templates/img/ht_laptop.svg");
    width: 25px;
    height: 20px;
}

.steps .item:hover {
    border: 1px solid black;
    cursor: pointer;
}

.steps .item:hover .icon {
    opacity: 1;
}


@media screen and (max-width: 1200px){
    .steps {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .steps .item {
        width: 100%;
        height: unset;
        padding: 15px 15px 25px 15px;
        margin: 7px 0;
    }
    .section1 {
        padding-bottom: 0;
    }
    .pType2 {
        margin: 0;
    }

}

.steps .emoji {
    margin-bottom: 4px;
}



.actionButtonBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
}

.actionButtonBlock a {
    text-decoration: none;
}

.actionButtonBlock .aiContentDetector,
.actionButtonBlock .plagiarismReportButton {
    background: #6C54FF;
    border-radius: 16px;
    font-family: var(--pathExt);
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    align-items: center;
    padding: 16px 60px;
    position: relative;
}

.actionButtonBlock .aiContentDetector:hover,
.actionButtonBlock .plagiarismReportButton:hover {
    background: #5f3afd;
}

.actionButtonBlock .aiContentDetector .arrow,
.actionButtonBlock .plagiarismReportButton .arrow {
    height: 19px;
    width: 22px;
    position: absolute;
    right: 27px;
    top: 19px;
    background-image: url('/templates/images/2024021605.svg');
    background-repeat: no-repeat;
    transition: 0.3s;
    background-size: 18px;
}

.actionButtonBlock .aiContentDetector:hover .arrow,
.actionButtonBlock .plagiarismReportButton:hover .arrow {
    right: 13px !important;
}

.contentColumns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 30px auto;
    max-width: 1700px;
}

@media screen and (max-width: 900px){
    .actionButtonBlock .aiContentDetector,
    .actionButtonBlock .plagiarismReportButton {
        background: #6C54FF;
        padding: 16px 44px;
    }
    .actionButtonBlock .aiContentDetector .arrow,
    .actionButtonBlock .plagiarismReportButton .arrow {
        display: none;
    }
}

.discountedPremium { display: none !important; }

.actionButtonBlock .aiContentDetector {
    cursor: pointer;
}

.aiContentDetector.u1 {
    background: #5b90ff;
}

.aiContentDetector.u1:hover {
    background: #4e7cdc;
}

p.pType1 a {
    color: #6C54FF;
}

p.pType1 a:hover {
    text-decoration: underline;
}
