.centered {
    text-align: center !important;
}

.faqContainer .text1 {
    font-size: 24px;
}


.page h1 {
    font-family: var(--main-font), sans-serif;
    color: var(--black);
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 20px;
}


.tabs {
    display: flex;
    margin: 0 0 25px 7px;
    border-bottom: 1px solid #eaeaea;
}

.tabs a {
    text-decoration: none;
}

.tabs .tab {
    display: flex;
    position: relative;
}

.tabs a {
    color: #000;
    text-decoration: none;
}

.tabs .tab .icon {
    background-image: url("/templates/img/editor_icons_01.svg");
    height: 22px;
    width: 17px;
    background-repeat: no-repeat;
}

.tabs .tab {
    height: 32px;
    position: relative;
    font-size: 16px;
    padding: 0px 10px;
}

.tabs .tab.active{
}

.tab .icon {
    position: absolute;
    top: -2px;
}

.tab.t1 .icon {
    background-position: -388px 0;
}

.tab.t2 .icon {
    background-position: -315px 0;
}
.tab .bottomBorder {
    height: 3px;
    width: 152px;
    background: #c4c4c4;
    position: absolute;
    bottom: 0px;
    left: -5px;
    border-radius: 100px 100px 0 0;
}

.tab.t2 .bottomBorder {
    left: -9px;
    display: none;
}

.tab.t2 {
    margin-left: 32px;
}

.tab .text {
    margin-left: 18px;
    color: #888888;
}

.tab.active .bottomBorder {
    background: #6c54ff;
}

.tab.active .text {
    color: #6c54ff;
}

.tabs .tab {
    cursor: pointer;
}

.tabs .tab.t2:hover .bottomBorder {
    display: block;
}















.pageContent h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 24px;
}

.pageContent p {
    font-size: 16px;
    color: #475467;
    line-height: 200%;
}

p.pType1 {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.section2,
.section1 {
    padding: 0 80px;
}

.section2 {
    padding-top: 80px;
    background: #fff;
}






h1.t1,
h2.t1,
h3.t1,
h4.t1,
h5.t1 {
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    margin: 25px auto 15px auto;
    text-align: left;
    max-width: 1000px;
}

h4.t1 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

p.t1 {
    text-indent: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

ul.t1 {
    max-width: 1000px;
    margin: 15px auto;
    list-style: unset;
    color: #475467;
    padding-left: 20px;
    line-height: 200%;
}

img.t1 {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    border-radius: 16px;
}

@media screen and (max-width: 600px) {
    h1.t1,
    h2.t1,
    h3.t1,
    h4.t1,
    h5.t1 {
        font-size: 20px;
        margin: 20px auto 10px auto;
    }
    p.t1 {
        text-indent: 30px;
    }
    ul.t1 {
        padding-left: 10px;
    }
}

.modelInfo:hover .toolTip2 {
    height: 146px;
}












@media screen and (max-width: 600px) {
    .section2, .section1 {
        padding: 20px;
    }
    .pageContent .img1.upd1 {
        background-image: url('/templates/img/phone_small.png');
        width: unset;
        height: 600px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    .pageContent .img1.upd1 {
        height: 350px;
        background-position: center;
        margin-top: 30px;
    }
}

.pType2 {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto 20px;
}


.col-xl-12 { width: 100% }


.ulType2{
    margin: 0 auto;
    max-width: 470px;
    text-align: center;
    list-style: none;
    color: #475467;
    line-height: 150%;
}

.pageContent p {
    font-size: 16px;
    color: #475467;
    line-height: 200%;
}

.pType2 {
    text-align: center;
}






#detectorContainer {
    font-size: 14px;
}

#detectorContainer form {
    display: flex;
    justify-content: space-between;
}

#detectorContainer .leftSide {
    width: calc(100% - 360px);
    background: #ffffff;
    padding: 25px;
    border-radius: 24px 0 0 24px;
    border-right: 2px solid #DFEAF2;
    position: relative;
}

#detectorContainer .rightSide {
    width: 360px;
    background: #ffffff;
    padding: 25px;
    border-radius: 0 24px 24px 0;
    position: relative;
}

#detectorContainer .textArea {
    background: #F5F7FA;
    padding: 15px;
    height: 548px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: text ;
    position: relative;
}

#detectorContainer .textArea #text {
    line-height: 200%;
    outline: none;
    min-height: 373px;
    overflow: scroll;
}


#detectorContainer .textArea #text .placeholder {
    color: #C9C9C9;
    margin: 0 0 15px 0;
    cursor: default;
    user-select: none;
}

#detectorContainer .textArea .detected {
    background: #DCDCFF;
    padding: 5px;
}

.bottomBlock {

}

#detectorContainer .textArea .errMessage {
    border: 1px solid #6c54ff;
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    background: #F9F5FF;
    margin: 20px 0;
}

#detectorContainer .textArea .errMessage .text {
    text-align: center;
}

#detectorContainer .textArea .errMessage .text .b {
    font-weight: bold;
    color: #6c54ff;
}

#detectorContainer .textArea .errMessage .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
}

#detectorContainer .textArea .errMessage .close:hover {
    opacity: 1;
}

#detectorContainer .textArea .fileUpload {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px dashed #d3d3d3;
    cursor: pointer;
}

#detectorContainer .textArea .fileUpload:hover {
    background: #ffffff6e;
}

#detectorContainer .textArea .fileUpload .icon {
    background-image: url("/templates/img/detector_icons_v1.svg");
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: 0;
}

#detectorContainer .textArea .fileUpload .text {
    color: #C9C9C9;
    margin-left: 7px;
}

#detectorContainer .textArea .counterAction {

}

#detectorContainer .textArea .counterAction .counter {

}

#detectorContainer .textArea .counterAction .action {

}


.rightSide {

}

.leftSide .clear,
.rightSide .clear {
    background-image: url("/templates/img/detector_icons_v1.svg");
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: -25px;
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 16px;
    background-color: #f5f7fa;
}
/*
.leftSide .clear {
    right: unset;
    left: 16px;
    top: 16px;
}
*/
.leftSide .clear:hover,
.rightSide .clear:hover {
    opacity: 0.8;
}

.rightSide .result {

}

.rightSide .result .general {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.rightSide .result .text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

.bordersStart {
    border-radius: 24px 0 0 24px;
    border-right: 2px solid #DFEAF2;
}

.bordersEnd {
    border-radius: 0 24px 24px 0;
}

.rightSide .result .bars {
    height: 32px;
    margin-bottom: 25px;
    background-color: #F5F7FA;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.rightSide .result .bars .f1 {
    height: 100%;
    width: 0;
    background-color: #BEBEFF;
    transition: width 0.5s ease-in-out;
}

.rightSide .result .bars .f2 {
    height: 100%;
    width: 10%;
    background-color: #c2ffbe;
}

.rightSide .result .bars .f3 {
    height: 100%;
    width: 30%;
    background-color: #ffeabe;
}

.rightSide .result .bars .f2 {

}

.rightSide .result .bars .f3 {

}

.rightSide .result .map {

}

.rightSide .result .map .block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F1;
    padding: 16px 0;
}

.rightSide .result .map .block .left {

}

.rightSide .result .map .block .left .color {
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.rightSide .result .map .block.ai .left .color {
    background: #BEBEFF;
}

.rightSide .result .map .block.ai2 .left .color {
    background: #c2ffbe;
}

.rightSide .result .map .block.ai3 .left .color {
    background: #ffeabe;
}

.rightSide .result .map .block.human .left .color {
    background: #F5F7FA;
}

.rightSide .result .map .block .left {
    display: flex;
}

.rightSide .result .map .block .left .text {
    margin: 0 10px;
    text-align: unset;
}

.rightSide .result .map .block .left .hint {
    position: relative;
}

.rightSide .result .map .block .left .hint:hover .text {
    display: block;
    position: absolute;
    width: 200px;
    top: -20px;
    left: 440%;
    transform: translateX(-50%);
}

.rightSide .result .map .block .left .hint span {
    background: #e9e9e9;
    padding: 0 6px;
    border-radius: 100px;
    font-size: 9px;
    cursor: pointer;
}

.rightSide .result .map .block .left .hint .text span {
    font-size: 14px;
    font-weight: 400;
    background: #333;
    color: #fff;
    padding: 5px 10px 6px 10px;
}

.rightSide .result .map .block .left .hint .text {
    display: none;
}

.rightSide .result .map .block .left .hint .arrow {

}

.block.ai .color {

}

.block.human .color {

}

.counterAction {

}

.counterAction .counter {
    text-align: center;
    margin: 20px 0;
}

.mobileToolbar .action,
.counterAction .action {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    background: var(--purple);
    color: #fff;
    font-weight: bold;
}

.mobileToolbar .action:hover,
.counterAction .action:hover {
    cursor: pointer;
    background: var(--purple-dark);
}

.toolPromo {
    padding: 20px;
    margin-top: 15px;
}

.toolPromo .text {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.toolPromo .button {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #6c54ff;
    font-weight: bold;
    cursor: pointer;
}

.purpleBorder {
    border: 1px solid #6c54ff;
}

.textAreaBorderPadding {
    padding: 14px !important;
}

.toolPromo .button:hover {
    box-shadow: 0px 0px 13px 0px rgba(167, 99, 255, 1);
}

.pageContent {
    margin-top: 0px;
}


@media screen and (max-width: 1200px) {
    .orderlistSection {
        padding: 0 20px !important;
    }

    #detectorContainer form {
        flex-direction: column;
    }

    #detectorContainer .leftSide {
        width: 100%;
        border-radius: 24px 24px 0 0;
        border-right: none;
    }

    #detectorContainer .rightSide {
        width: 100%;
        border-radius: 0 0 24px 24px;
        padding: 0 25px 25px 25px;
    }
}


@media screen and (max-width: 600px) {

}

.orderlistSection {
    padding: 0 80px !important;
}

@media screen and (max-width: 1000px) {
    .orderlistSection {
        padding: 0 0 !important;
    }

    #detectorContainer .textArea {
        height: 590px;
    }

    .page h1 {
        text-align: center;
    }

    .tabs {
        margin: 0 0 20px 0;
        justify-content: center;
    }


    #detectorContainer .textArea {
        height: 390px;
    }

    #detectorContainer .textArea #text {
        min-height: 200px;
    }

    #detectorContainer .textArea .errMessage {
        padding: 10px;
        margin: 15px 0;
    }

    #detectorContainer .textArea .errMessage .close {
        display: none;
    }
}

.loaderContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffd9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.loader {
    width: 60px;
    aspect-ratio: 1;
    display: flex;
    color: #000;
    border: 4px solid;
    box-sizing: border-box;
    border-radius: 50%;
    background:
            radial-gradient(circle 5px, currentColor 95%,#0000),
            linear-gradient(currentColor 50%,#0000 0) 50%/4px 60% no-repeat;
    animation: l1 2s infinite linear;
}
.loader:before {
    content: "";
    flex: 1;
    background:linear-gradient(currentColor 50%,#0000 0) 50%/4px 80% no-repeat;
    animation: inherit;
}
@keyframes l1 {
    100% {transform: rotate(1turn)}
}

.actionDisabled {
    background: #c9c9c9 !important;
    cursor: not-allowed !important;
}

.statusBar {
    padding: 25px 7px 0 7px;
    display: flex;
    justify-content: space-between;
}



.eyes_closed, .eyes_open  {
    height: 105px; width: 102px;
}
.eyes_closed {
    background-image: url('/templates/images/logo_blink_2.svg');
}
.eyes_open  {
    background-image: url('/templates/images/logo_blink_1.svg');
    animation: blink normal 2s infinite linear;
}

@keyframes blink {
    0%,10% { opacity:0; }
    11%,20% { opacity:1; }
    21%,30% { opacity:0; }
    31%,100% { opacity:1; }
}


.result {
    font-weight: 400;
}

.result .icon {
    background-image: url("/templates/img/detector_icons_v3.svg");
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.result .ok .icon {
    background-position: 5px 6px;
}

.result .ok .text {
    color: #4daf4f;
    font-weight: 600;
}

.result .err .icon {
    background-position: -13px 6px;
}

.result .err .text {
    color: #e83131;
}

.result .ok,
.result .err {
    display: flex;
}

.result .ok,
.result .err {
    display: none;
}

.flexVisible {
    display: flex !important;
}

.mobileToolbar {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    box-shadow: 0px 0px 23px -8px rgba(0,0,0,0.75);
}

@media screen and (max-width: 1000px) {
    .statusBar {
        display: none;
    }
}

.mobileToolbar {
    font-weight: unset;
    font-size: 14px;
}

.mobileToolbar .result .action {
    font-weight: unset;
}

.mobileToolbar .result .ok .icon {
    height: 16px;
    width: 22px;
    background-position: 5px 6px;
}

@media screen and (min-width: 1000px) {
    .mobileToolbar {
        display: none;
    }

    .map .ok {
        display: none !important;
    }
}


.mobileToolbar .action {
    padding: 12px 35px;
}

.map .ok {
    justify-content: center;
}

.map .ok .icon {
    margin-right: 1px;
}

.pasteFromBuffer {
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url('/templates/img/pasteText.svg');
    width: 34px;
    height: 34px;
    background-size: cover;
    cursor: pointer;
    opacity: 0.2;
}

.pasteFromBuffer:hover {
    opacity: 0.5;
}

.jsconfirmblock .yes-btn, .jsconfirmblock .no-btn, .jsconfirmblock .ok-btn,
.jqconfirmblock .yes-btn, .jqconfirmblock .no-btn, .jqconfirmblock .ok-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 0 !important;
}

.jqconfirmblock {
    border-radius: 10px !important;
}

.jsconfirmblock .jsconfirmblockclose, .jqconfirmblock .jqconfirmblockclose {
    right: 4px !important;
    top: 3px !important;
}

a.btn {
    color: #000;
    text-decoration: none;
}

.grader {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    background: #1c2534;
    color: #fff;
    margin-top: 10px;
}

.grader .icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-position: 0;
    background-image: url('/templates/images/grader_icon_3.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.grader:hover {
    filter: brightness(1.5);
    cursor: pointer;
}

.grader.inactive {
    cursor: not-allowed !important;
    background: #c9c9c9 !important;
}

.grader.inactive .icon {
    /*background-image: url('/templates/images/grader_icon_3.svg');*/
}

.grader.inactive:hover {
    filter: unset !important;
}

.mobileToolbar .action, .counterAction .action {
    font-weight: 400 !important;
}


.leftSide .clear, .rightSide .clear {
    background-repeat: no-repeat;
    background-position: unset;
    background-image: url('/templates/img/clear1.svg');
    background-size: contain;
    opacity: 0.5;
}

.leftSide .clear:hover, .rightSide .clear:hover {
    opacity: 0.9;
}


#detectorContainer .textArea .fileUpload {
    border: 1px dashed #000000 !important;
}

#detectorContainer .textArea .fileUpload .icon {
    background-image: url('/templates/images/upload_icon.svg') !important;
}

#detectorContainer .textArea .fileUpload .text {
    color: #000000 !important;
    font-weight: 500 !important;
}

#detectorContainer .textArea .fileUpload:hover {
    background: #f4f4f4 !important;
}

.leftSide .clear, .rightSide .clear {
    background-image: url('/templates/images/clear2.svg');
    opacity: 1;
}

.leftSide .clear:hover, .rightSide .clear:hover {
    opacity: 0.7;
}


@media screen and (max-width: 1000px) {
    .statusBar {
        display: flex !important;
        justify-content: center;
    }
}


#detectorContainer .textArea .fileUpload {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 10px;
    background-color: #f5f7fa;
}

#detectorContainer .textArea #text {
    padding-bottom: 60px;
}

.counterDoc {
    display: flex;
    flex-direction: row-reverse;
}

#docName {
    margin-left: 5px;
}


.ai_loader_container_wr {
    z-index: 10000 !important;
}

.ai_loader_container {
    z-index:  10001 !important;
}

.graderContainer {
    z-index:  9998 !important;
}

.faqContainer {
    padding: 20px !important;
}


