table,
th,
td {
    border: 1px solid black;
}

.overflow-cnt::-webkit-scrollbar {
    display: none;
}

#menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin: 0;
    padding: 0
}

.bar-items {
    width: 100%
}
.logo {
    margin-right: 50px;
    display: flex;
    place-items: center;
    flex-grow: 1
}

.menu-item {
    display: flex;
    place-items: center
}

.menu-item.page {
    margin: 0 15px
}

.fa {
    display: none;
    width: 30px
}

@media (max-width:500px) {
    #navbar {
        flex-direction: column
    }
    .fa {
        display: block;
        padding: 0 15px;
        position: absolute;
        right: 0;
        color: var(--pagebackgroundcolor);
        font-size: 30px;
        cursor: pointer;
        height: 30px
    }
    #menu {
        flex-direction: column;
        padding: 5px 0
    }
    a {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 15px
    }
}

.footer {
    text-align: center;
    color: var(--pagebackgroundcolor);
    margin-top: 15px;
    display: flex;
    padding: 0 15px
}

.copyright {
    text-align: left;
    display: flex;
    align-items: center
}

h2 {
    margin: 15px
}

@media (min-width:551px) {
    .copyright {
        flex-grow: 1;
        text-align: left
    }
}

@media (max-width:550px) {
    .copyright {
        flex: 1;
        text-align: center
    }
}

div#app {
    flex-grow: 1;
    max-width: 100%;
    margin: 0;
    padding: 0
}

body {
    display: block
}

h1 {
    margin-top: 0;
    margin-bottom: 10px
}

@keyframes lds-ring-1fa3a520 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes lineAnim-7d281cac {
    0% {
        left: -40%
    }
    50% {
        left: 20%;
        width: 80%
    }
    to {
        left: 100%;
        width: 100%
    }
}

 :root {
    --easy-table-border: 1px solid #e0e0e0;
    --easy-table-row-border: 1px solid #e0e0e0;
    --easy-table-header-font-size: 12px;
    --easy-table-header-height: 36px;
    --easy-table-header-font-color: #373737;
    --easy-table-header-background-color: #fff;
    --easy-table-header-item-padding: 0px 10px;
    --easy-table-body-row-height: 36px;
    --easy-table-body-row-font-size: 12px;
    --easy-table-body-row-font-color: #212121;
    --easy-table-body-row-background-color: #fff;
    --easy-table-body-row-hover-font-color: #212121;
    --easy-table-body-row-hover-background-color: #eee;
    --easy-table-body-even-row-font-color: #212121;
    --easy-table-body-even-row-background-color: #fafafa;
    --easy-table-body-item-padding: 0px 10px;
    --easy-table-footer-background-color: #fff;
    --easy-table-footer-font-color: #212121;
    --easy-table-footer-font-size: 12px;
    --easy-table-footer-padding: 0px 5px;
    --easy-table-footer-height: 36px;
    --easy-table-rows-per-page-selector-width: auto;
    --easy-table-rows-per-page-selector-option-padding: 5px;
    --easy-table-rows-per-page-selector-z-index: auto;
    --easy-table-message-font-color: #212121;
    --easy-table-message-font-size: 12px;
    --easy-table-message-padding: 20px;
    --easy-table-loading-mask-background-color: #fff;
    --easy-table-loading-mask-opacity: .5;
    --easy-table-scrollbar-track-color: #fff;
    --easy-table-scrollbar-color: #fff;
    --easy-table-scrollbar-thumb-color: #c1c1c1;
    --easy-table-scrollbar-corner-color: #fff;
    --easy-table-buttons-pagination-border: 1px solid #e0e0e0
}

 :root {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #60657b;
    background-color: #fff;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}

* {
    max-width: 100%;
    overflow-wrap: break-word
}

a {
    font-weight: 500;
    color: #125b83;
    text-decoration: inherit
}

a:hover {
    color: #043d5c
}

body {
    margin: 0;
    display: flex;
    min-width: 320px;
    min-height: 100vh
}

h1 {
    font-size: 27px;
    line-height: 1.1
}

.header-text,
h1,
h2,
html {
    color: var(--pagetextcolor);
    max-width: 100%
}

.text-card {
    padding: 2em 2em 15px
}

.result-card {
    padding: 1em
}

button,
input[type=submit] {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 13px 60px;
    font-size: 1.15em;
    font-weight: 500;
    font-family: inherit;
    background-color: #125b83;
    cursor: pointer;
    transition: border-color .25s;
    color: #fff;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial
}

button:hover,
input[type=submit]:hover {
    border-color: #043d5c
}

button:focus,
button:focus-visible,
input[type=submit]:focus,
input[type=submit]:focus-visible {
    outline: 4px auto -webkit-focus-ring-color
}

#app {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem
}

.text-center {
    font-size: 27px;
    line-height: 1.1;
    text-align: center
}

.footer {
    background-color: #125b83!important
}

.btn-spinner-div {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #125b83;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spinner-spin 1s linear infinite;
    margin: auto
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #125b83;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    animation: spinner-spin 1s linear infinite;
    margin: auto
}

@keyframes spinner-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@media (prefers-color-scheme:light) {
     :root {
        color: #000;
        background-color: #fff
    }
    a:hover {
        color: #043d5c
    }
    button {
        background-color: #125b83
    }
}

.footer,
.header {
    padding: 15px;
    text-align: center;
    background: #fff;
    color: #000
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1130px;
    margin: auto;
    flex-flow: row wrap
}

.flex-col-12 {
    flex: 100%
}

@media (min-width:768px) {
    h2 {
        font-size: 20.5px
    }
}

@media (max-width:767px) {
    .flex-container {
        flex-direction: column
    }
    h1 {
        font-size: 20px
    }
    h2 {
        font-size: 16px
    }
}

.container {
    padding: 15px
}

@media (prefers-color-scheme:light) {
     :root {
        --pagebackgroundcolor: #fff;
        --pagetextcolor: #111;
        --linebordercolor: #570DF8;
        --buttoncolor: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
        --highlighttextcoloryellow: #ffff00;
        --highlighttextcolorred: #ff8888;
        --highlighttextcolorgreen: #8af682;
        --highlighttextcolororange: #FF5733;
    }
}

 :root {
    --pagebackgroundcolor: #fff;
    --pagetextcolor: #111;
    --linebordercolor: #570DF8;
    --buttoncolor: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    /* --highlighttextcoloryellow: #ffff00; */
    /* --highlighttextcolorred: #ff8888; */
    --highlighttextcolorgreen: #8af682;
    /* --highlighttextcolororange: #FF5733; */
    /* 2023-04-26wb material design colors */
    --highlighttextcoloryellow: #FFF59D;
    --highlighttextcolorred: #EF9A9A;
    --highlighttextcolororange: #FFCC80;
}

.add-file-p {
    margin: 0;
    font-weight: 500
}

#file-input {
    border: 1px solid var(--linebordercolor);
    border-radius: 38px;
    min-width: 250px;
    display: none;
    width: 22%;
    margin-left: 5%;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial
}

@media only screen and (max-width:980px) {
.flex-100{
padding: 0px!important;
}
.two_wrapper_row{
flex-direction: column!important;
}
.two-wrapper{
flex-direction: column!important;
} 
.top-wrapper{
width: 90%!important;
}
.input__wrapper{
flex-direction: column!important;
}
.highlights-container{
margin-top:10px;
width:100%!important;
overflow:scroll;
padding:12px;
}
.w100 div:first-child{
width: 100%!important;
margin:0px!important;
}
dd{
margin:0px!important;
}
.btn-cnt:last-of-type {
  right:0px!important;

}
}

.url-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 2%;
    margin-top: 9px;
    align-items: flex-start
}

.add-url-p {
    margin: 0;
    font-weight: 500;
    margin-bottom: 1%;
    margin-top: 1%
}

.result-card {
    display: none;
    flex-direction: column;
    justify-content: space-between
}

.footer {
    height: 7%;
    width: 100%;
    bottom: 0
}

.input-file-btn {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column
}

#urlInput {
    border: 1px solid #0277BD;
    border-radius: 4px;
    min-width: 246px;
    width: 22%;
    background: url(https://easyaichecker.com/assets/img/link-round-1110.svg) no-repeat left;
    padding-left: 41px;
    background-size: 49px 20px;
    height: 44px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial
}

#text-value::-webkit-scrollbar {
    display: none
}

.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: var(--pagebackgroundcolor);
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 4px
}

@media (min-width:801px) {
    .two-wrapper {
        display: flex
    }
    .result-card {
        margin-right: 2%!important;
        width: 100%!important
    }
    #main-cnt {
        width: 100%!important
    }
    .highlights {
        max-height: 585px;
        overflow: auto;
        display: block
    }
}

@media (min-width:1025px) {
    .two-wrapper {
        display: flex
    }
    .result-card {
        margin-right: 2%!important;
        width: 100%!important
    }
    #main-cnt {
        width: 100%!important
    }
    .highlights {
        max-height: 585px;
        overflow: auto;
        display: block
    }
}

@media (min-width:1281px) {
    .two-wrapper {
        display: flex
    }
    .result-card {
        margin-right: 2%!important;
        width: 100%!important
    }
    #main-cnt {
        width: 100%!important
    }
    .highlights {
        max-height: 585px;
        overflow: auto;
        display: block
    }
}

.btn-hover:focus {
    outline: 0
}

#traducoes {
    background: black!important;
}

.goog-te-gadget-simple {
    height: 25px!important;
    display: flex!important;
    align-items: center!important;
}

#file-btn {
    display: flex;
    width: 200px;
    background: #0277BD;
    font-size: 16px;
    font-weight: 600;
    color: var(--pagebackgroundcolor);
    cursor: pointer;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    align-content: center
}

.btn-hover.color-3 {
    background: #0277BD;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial
}

body {
    background: var(--pagebackgroundcolor);
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    transition: all .3s ease
}

* {
    box-sizing: border-box
}

main {
    --neutralShade1: #f2f2f2;
    --neutralShade2: #e8e9e9;
    --neutralShade3: #d1d3d4;
    --neutralShade4: #babdbf;
    --neutralShade5: #808488;
    --neutralShade6: #666a6d;
    --neutralShade7: #4d5052;
    --neutralShade8: #212122;
    --grayColor: #999;
    --lightGrayColor: #ddd;
    --borderRadius: 6px;
    --boxShadow: 0 2px 5px rgba(51, 51, 51, 0.2);
    --pagebackgroundcolor: #f9f9f9
}

main {
    width: 90%;
    max-width: 1050px;
    margin: 3em auto 0;
    border: 1px solid var(--accentColor);
    display: grid;
    grid: repeat(5, fit-content(300px))/repeat(4, 1fr);
    grid-template-areas: "colors typography typography typography" "colors buttons buttons links" "inputs inputs inputs inputs" "badges tooltips alerts alerts" "loading tooltips alerts alerts";
    color: var(--foregroundColor);
    text-align: left
}

.loading {
    grid-area: loading;
    padding: 40px 30px 30px 30px;
    text-align: center;
    border-top: 1px solid var(--accentColor)
}

.loading .spinner-2 {
    margin-top: 30px
}

h1 {
    font: 700 40px 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h2 {
    font: 700 26.6666666667px 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 40px
}

h3 {
    font: 700 20px 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h4 {
    font: 700 16.6666666667px 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h5 {
    font: 500 15px 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h6 {
    font: 500 13.3333333333px 'Trebuchet MS', Verdana, Helvetica, Arial;
    text-transform: uppercase
}

.font-family {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.font-family>div {
    flex: 1 1 30%;
    padding: 30px 30px 0;
    min-width: 10em
}

input:disabled~* {
    opacity: .3;
    user-select: none;
    pointer-events: none
}

a.button,
button,
input.button {
    outline: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    border: none;
    font: 500 16px 'Trebuchet MS', Verdana, Helvetica, Arial;
    padding: 20px;
    cursor: pointer;
    border-radius: var(--borderRadius);
    background: var(--primaryColor);
    color: var(--backgroundColor);
    position: relative;
    top: 0;
    transition: .2s ease
}

a.button.active,
a.button:active,
button.active,
button:active,
input.button.active,
input.button:active {
    background: var(--primaryShade4);
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    top: 0
}

.input__wrapper {
    margin-bottom: 30px
}

.label-form {
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

input.input-form,
textarea {
    height: 50px;
    font-size: 16px;
    border: 2px solid var(--neutralShade3);
    width: 100%;
    padding: 12px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
    border-radius: var(--borderRadius);
    color: var(--foregroundColor);
    background: var(--backgroundColor)
}

input.input-form.active,
input.input-form:focus,
textarea.active,
textarea:focus {
    outline: 0;
    border-color: var(--primaryColor)
}

input.input-form:disabled,
textarea:disabled {
    cursor: not-allowed;
    background: var(--neutralShade1);
    opacity: .6
}

textarea {
    resize: vertical;
    min-height: 117px
}

.input-error input,
.input-error textarea {
    border-color: var(--accent3Color)
}

.alert {
    margin-bottom: 15px;
    display: block;
    padding: 10px 15px;
    border-radius: var(--borderRadius);
    font-weight: 500;
    position: relative;
    cursor: pointer
}

.status-error {
    background: #ffdde0;
    color: #d32f2f
}

.button-wrapper {
    position: relative;
    width: 150px;
    text-align: center;
    margin: 20% auto
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #00bfff;
    cursor: pointer;
    color: var(--pagebackgroundcolor);
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px
}

.page-wrapper {
    width: 100%;
    height: auto
}

.nav-wrapper {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: var(--pagebackgroundcolor)
}

.grad-bar {
    width: 100%;
    height: 5px;
    background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite
}

.navbar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    height: 50px;
    overflow: hidden
}

.navbar img {
    height: 16px;
    width: auto;
    justify-self: start;
    margin-left: 20px
}

.navbar ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-self: end
}

.nav-item a {
    color: #000;
    font-size: .9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color .3s ease-out
}

.nav-item a:hover {
    color: #3498db
}

#search-icon {
    font-size: .9rem;
    margin-top: 3px;
    margin-left: 15px;
    transition: color .3s ease-out
}

#search-icon:hover {
    color: #3498db;
    cursor: pointer
}

.search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform .7s ease-in-out;
    color: #3498db
}

.no-search {
    transform: translate(0);
    transition: transform .7s ease-in-out
}

.search-input {
    position: absolute;
    top: -4px;
    right: -125px;
    opacity: 0;
    z-index: -1;
    transition: opacity .6s ease
}

.search-active {
    opacity: 1;
    z-index: 0
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none
}

.menu-toggle:hover {
    cursor: pointer
}

@-webkit-keyframes gradbar {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@media only screen and (max-width:720px) {
    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 55px;
        background-color: var(--pagebackgroundcolor);
        width: 100%;
        height: calc(100vh - 55px);
        transform: translate(-101%);
        text-align: center;
        overflow: hidden
    }
    .navbar li {
        padding: 15px
    }
    .navbar li:first-child {
        margin-top: 50px
    }
    .navbar li a {
        font-size: 1rem
    }
    .bar,
    .menu-toggle {
        display: block;
        cursor: pointer
    }
    .mobile-nav {
        transform: translate(0)!important
    }
    #search-icon {
        display: none
    }
    .search-input {
        display: none
    }
}

input[type=file] {
    cursor: pointer!important
}

input[type=file]::-webkit-file-upload-button {
    background: var(--linebordercolor);
    border: 0;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
    padding: 1em 2em;
    cursor: pointer;
    color: var(--pagebackgroundcolor);
    border-radius: .2em
}

input[type=file]::-ms-browse {
    background: var(--linebordercolor);
    border: 0;
    padding: 1em 2em;
    cursor: pointer;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
    color: var(--pagebackgroundcolor);
    border-radius: .2em
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.spinner+label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primaryShade4)
}

.spinner-1 .spinner {
    max-width: 50px;
    margin: auto;
    height: 20px;
    position: relative
}

.spinner-1 .spinner:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10%;
    background: #03a9f6;
    animation: spinnerLeftRight .6s infinite
}

.spinner-1 .spinner:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10%;
    background: #b3e5fc;
    opacity: 1;
    animation: spinnerLeftRight .6s infinite 60ms
}

.spinner-2 .spinner {
    width: 90%;
    margin: auto;
    height: 10px;
    background: var(--neutralShade2);
    border-radius: 40px;
    position: relative
}

.spinner-2 .spinner:before {
    content: "";
    border-radius: inherit;
    position: absolute;
    width: 10%;
    height: 100%;
    left: 0;
    background: var(--primaryColor);
    opacity: 1;
    animation: spinnerFill 5s infinite
}

@keyframes spinnerLeftRight {
    0% {
        left: 85%
    }
    50% {
        left: -10%
    }
    100% {
        left: 85%
    }
}

@keyframes spinnerFill {
    0% {
        width: 2%
    }
    100%,
    50% {
        width: 100%
    }
}

@media (max-width:992px) {
    main {
        grid: repeat(9, fit-content(300px))/100%;
        grid-template-areas: "colors" "typography" "buttons" "links" "inputs" "badges" "tooltips" "alerts" "loading"
    }
}

footer {
    text-align: left;
}

footer a {
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    border-bottom: 1px dashed
}

footer a:hover {
    border-bottom: 1px solid
}

 :root {
    --canvasColor: #f9f9f9
}

body {
    background: var(--canvasColor);
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    transition: all .3s ease
}

* {
    box-sizing: border-box
}

main {
    --neutralShade1: #f2f2f2;
    --neutralShade2: #e8e9e9;
    --neutralShade3: #d1d3d4;
    --neutralShade4: #babdbf;
    --neutralShade5: #808488;
    --neutralShade6: #666a6d;
    --neutralShade7: #4d5052;
    --neutralShade8: #212122;
    --grayColor: #999;
    --lightGrayColor: #ddd;
    --borderRadius: 6px;
    --boxShadow: 0 2px 5px rgba(#333, 0.2);
    --canvasColor: #f9f9f9
}

main {
    width: 90%;
    max-width: 1050px;
    margin: 3em auto 0;
    border: 0 solid var(--accentColor);
    display: grid;
    grid: repeat(1, fit-content(300px))/repeat(1, 1fr);
    grid-template-areas: "colors typography typography typography" "colors buttons buttons links" "inputs inputs inputs inputs" "badges tooltips alerts alerts" "loading tooltips alerts alerts";
    color: var(--foregroundColor);
    text-align: left
}

.loading {
    grid-area: loading;
    padding: 40px 30px 30px 30px;
    text-align: center;
    border-top: 1px solid var(--accentColor)
}

.loading .spinner-2 {
    margin-top: 30px
}

h1 {
    font: 700 48px/1.2 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h2 {
    font: 700 32px/1.2 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 40px
}

h3 {
    font: 700 24px/1.2 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h4 {
    font: 700 20px/1.2 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h5 {
    font: 500 18px/1.2 'Trebuchet MS', Verdana, Helvetica, Arial;
    margin-bottom: 10px
}

h6 {
    font: 500 16px/1.2 'Trebuchet MS', Verdana, Helvetica, Arial;
    text-transform: uppercase
}

.font-family {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.font-family>div {
    flex: 1 1 30%;
    padding: 30px 30px 0;
    min-width: 10em
}

input:disabled~* {
    opacity: .3;
    user-select: none;
    pointer-events: none
}

a.button,
button,
input.button {
    outline: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    border: none;
    font: 500 16px/1 'Trebuchet MS', Verdana, Helvetica, Arial;
    padding: 20px;
    cursor: pointer;
    border-radius: var(--borderRadius);
    background: var(--primaryColor);
    color: var(--backgroundColor);
    position: relative;
    top: 0;
    transition: .2s ease
}

a.button.active,
a.button:active,
button.active,
button:active,
input.button.active,
input.button:active {
    background: var(--primaryShade4);
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    top: 0
}

.input__wrapper {
    margin-bottom: 30px
}

.label-form {
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

input.input-form,
textarea {
    height: 50px;
    font-size: 16px;
    border: 2px solid var(--neutralShade3);
    width: 100%;
    padding: 12px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
    border-radius: var(--borderRadius);
    color: var(--foregroundColor);
    background: var(--backgroundColor)
}

input.input-form.active,
input.input-form:focus,
textarea.active,
textarea:focus {
    outline: 0;
    border-color: var(--primaryColor)
}

input.input-form:disabled,
textarea:disabled {
    cursor: not-allowed;
    background: var(--neutralShade1);
    opacity: .6
}

textarea {
    resize: vertical;
    min-height: 250px
}

.input-error input,
.input-error textarea {
    border-color: var(--accent3Color)
}

.alert {
    margin-bottom: 15px;
    display: block;
    padding: 10px 15px;
    border-radius: var(--borderRadius);
    font-weight: 500;
    position: relative;
    cursor: pointer
}

.status-error {
    background: #ffdde0;
    color: #d32f2f
}

.spinner+label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primaryShade4)
}

.spinner-1 .spinner {
    max-width: 50px;
    margin: auto;
    height: 20px;
    position: relative
}

.spinner-1 .spinner:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10%;
    background: #03a9f4;
    animation: spinnerLeftRight .6s infinite
}

.spinner-1 .spinner:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10%;
    background: #b3e5fc;
    opacity: 1;
    animation: spinnerLeftRight .6s infinite 60ms
}

.spinner-2 .spinner {
    width: 90%;
    margin: auto;
    height: 10px;
    background: var(--neutralShade2);
    border-radius: 40px;
    position: relative
}

.spinner-2 .spinner:before {
    content: "";
    border-radius: inherit;
    position: absolute;
    width: 10%;
    height: 100%;
    left: 0;
    background: var(--primaryColor);
    opacity: 1;
    animation: spinnerFill 5s infinite
}

@keyframes spinnerLeftRight {
    0% {
        left: 85%
    }
    50% {
        left: -10%
    }
    100% {
        left: 85%
    }
}

@keyframes spinnerFill {
    0% {
        width: 2%
    }
    100%,
    50% {
        width: 100%
    }
}

@media (max-width:992px) {
    main {
        grid: repeat(9, fit-content(300px))/100%;
        grid-template-areas: "colors" "typography" "buttons" "links" "inputs" "badges" "tooltips" "alerts" "loading"
    }
}

footer {
    text-align: left;
}

footer a {
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    border-bottom: 1px dashed
}

footer a:hover {
    border-bottom: 1px solid
}

#progress-bar {
    width: 200px;
    height: 100px
}

svg {
    height: 130px;
    width: 200px;
    fill: none;
    stroke-linecap: round
}

#friends {
    position: absolute
}

.body[data-v-40150dd3] {
    font-size: 16
}

.header[data-v-40150dd3] {
    padding: 1rem;
    margin: 0 0 2rem;
    background: #f2f2f2
}

h1[data-v-40150dd3] {
    font-size: 2rem;
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: uppercase
}

.content[data-v-40150dd3] {
    display: flex
}

.title[data-v-19b6502d] {
    text-align: center;
    margin-bottom: 50px
}

 :root {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #60657b;
    background-color: #fff;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}

* {
    max-width: 100%;
    overflow-wrap: break-word
}

a {
    font-weight: 500;
    color: #125b83;
    text-decoration: inherit
}

a:hover {
    color: #043d5c
}

body {
    margin: 0;
    display: flex;
    min-width: 320px;
    min-height: 100vh
}

h1 {
    font-size: 27px;
    line-height: 1.1
}

.header-text,
h1,
h2,
html {
    color: var(--pagetextcolor);
    max-width: 100%
}

.text-card {
    padding: 2em 2em 15px
}

.result-card {
    padding: 1em
}

button,
input[type=submit] {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 13px 60px;
    font-size: 1.15em;
    font-weight: 500;
    font-family: inherit;
    background-color: #125b83;
    cursor: pointer;
    transition: border-color .25s;
    color: #fff;
    font-family: system-ui
}

button:hover,
input[type=submit]:hover {
    border-color: #043d5c
}

button:focus,
button:focus-visible,
input[type=submit]:focus,
input[type=submit]:focus-visible {
    outline: 4px auto -webkit-focus-ring-color
}

#app {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem
}

.text-center {
    font-size: 27px;
    line-height: 1.1;
    text-align: center
}

.footer {
    background-color: #125b83!important
}

.btn-spinner-div {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #125b83;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spinner-spin-c27f1a5f 1s linear infinite;
    margin: auto
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #125b83;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    animation: spinner-spin-c27f1a5f 1s linear infinite;
    margin: auto
}

@keyframes spinner-spin-c27f1a5f {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@media (prefers-color-scheme:light) {
     :root {
        color: #000;
        background-color: #fff
    }
    a:hover {
        color: #043d5c
    }
    button {
        background-color: #125b83
    }
}

.footer,
.header {
    padding: 15px;
    text-align: center;
    background: #fff;
    color: #000
}

.flex-container {
    display: flex;
    flex-direction: row;
    width: 75%;
    flex-wrap: wrap;
    max-width: 1130px;
    margin: auto;
    flex-flow: row wrap
}

.flex-col-12 {
    flex: 100%
}

@media (min-width:768px) {
    h2 {
        font-size: 20.5px
    }
}

@media (max-width:767px) {
    .flex-container {
        flex-direction: column
    }
    h1 {
        font-size: 20px
    }
    h2 {
        font-size: 16px
    }
}

.container {
    padding: 15px
}

@keyframes spin-c27f1a5f {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.flex-container {
    flex-direction: column;
    margin: auto
}

.button-container,
.textarea-container {
    text-align: center
}

.result-container {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 20.5px
}

.margin-v-0 {
    margin-top: 0;
    margin-bottom: 0
}

.margin-v-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.card {
    border-radius: 16px;
    margin: 20px auto
}

textarea {
    border: none;
    outline: 0;
    resize: none;
    width: 100%;
    margin: auto
}

.result-card {
    margin: 15px auto
}

.highlights::-webkit-scrollbar {
    display: none
}

.highlights {
    line-height: 20px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #60657b!important;
    font-size: 16px;
    text-align: left;
    white-space: pre-wrap
}

.highlights-note,
.text-stats {
    color: var(--pagetextcolor);
    font-size: 14px;
    width: 100%;
    text-align: left
}

.note-likely-ai:before {
    background-color: #EF9A9A
}

.note-maybe-ai:before {
    background-color: #FFCC80
}

.note-human:before {
    background-color: #FFF59D;
}

.note-def-human:before {
    background-color: #bbb
}

.note-plagiarized:before {
    background-color: #B39DDB
}

.note-unique:before {
    background-color: #81D4FA
}

span.highlights-note:before {
    content: "";
    width: 15px;
    height: 10px;
    display: inline-block
}

.highlights-border-container {
    text-align: left
}

@media screen and (min-width:768px) {
    .card {
        width: 75%
    }
    .brief-description {
        font-size: 20.5px!important
    }
    .highlights-container {
        padding: 0px 13px
    }
    .text-stats {
        padding-left: 40px
    }
}

@media screen and (max-width:767px) {
    .card {
        width: 80%
    }
    .brief-description {
        font-size: 20.5px!important
    }
}