.cliche__Box {
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.cliche__BoxWrap {
    padding: 50px;
    padding-bottom: 0px;
    position: relative;
    background: #badeed;
}

#errorBlock {
    display: none;
    border: 1px solid red;
    padding: 1px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    color: red;
    top: 10px;
    width: 79%;
    text-align: center;
}
.center {
    text-align: center;
}

.cliche__BoxWrap textarea {
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    color: rgba(99, 99, 99, 0.94);
    margin-bottom: 30px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    outline: none;
    min-height: 200px;
    overflow: auto;
}

.cliche__Box h2 {
    font-size: 30px;
    color: #20686f;
    text-align: center;
    position: relative;
    margin: 20px auto 40px;
}

.cliche__Box h2:after {
    content: "";
    position: absolute;
    background: #20686f;
    height: 1px;
    width: 80%;
    bottom: 0;
    left: 10%;
}

.cliche__Box h2:before {
    content: "";
    position: absolute;
    background: #f3f3f3;
    height: 1px;
    width: 200px;
    bottom: 0;
    margin-left: -100px;
    left: 50%;
    z-index: 1;
}

.cliche__Result {
    display: none;
    font-size: 20px;
    color: #20686f;
}

.cliche__Result span {
    font-size: 32px;
    margin-right: 0;
}

.cliche__Result p {
    display: inline-block;
    padding: 0;
}

#clicheFind, .cliche__Box .fileupload  {
    background: #d89293;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.5);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    width: 190px;
    display: block;
    margin: auto;
    padding: 7px;
    line-height: 2;
    cursor: pointer;
    margin-top: 20px;
}

.cliche__Box h4.with {
    color: #9e6667;
    font-size: 20px;
    text-align: center;
}
.cliche__Box h4.without {
    color: #536768;
    font-size: 16px;
    text-align: center;
}

#clicheFind, .cliche__Box .fileupload  {
    background: #24ac08;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.5);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    width: 190px;
    display: block;
    margin: auto;
    padding: 7px;
    line-height: 2;
    cursor: pointer;
    margin-top: 20px;
        box-sizing: border-box;
}

#clicheFind:hover{
    background: #65d315;
}


#fileStatus {
    word-wrap: break-word;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-top: 10px;
    color: #20686f;
}

.cliche__Box .fileupload {
    background: #009cba;
}

.cliche__Box .fileupload.fileuploadActive:hover {
    background: #16b7d6;
}

.cliche__Box .fileupload.fileuploadActive:active {
    background: #16b7d6;
    -webkit-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.5);
}

.cliche__Box .fileupload.fileuploadAttached {
    background: #8ec5c7;
    -webkit-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.5);
}

.cliche__Box #fileupload {
    display: none;
}

#clicheForm {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #a5c4c7;
}

#clichesPercent {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 20px auto;
    padding-top: 49px;
    text-align: center;
    line-height: normal;
    box-sizing: border-box;
}

#clichesPercent p {
    color: #9e6667;
    font-size: 30px;
    margin: 0;
}
p#percent  {
    font-size: 40px;
}

ul#cliches {
    margin-left: 22%;
    margin-bottom: 30px;
}

#cliches li {
    list-style-type: disc;
    color: #d89293;
    margin: 10px auto;
    position: relative;
}

.cliche__Box .banner {
    background: url(https://ece318.claudeassets.com/20210519024951im_/https://www.annotatedbibliographyapa.net/wp-content/plugins/clicheChecker/inc/BANNER.png) no-repeat;
    background-size: cover;
    height: 209px;
    width: 490px;
    position: relative;
    margin: 0 -50px 0 -50px;
}
.cliche__Box .banner a {
    position: absolute;
    width: 132px;
    right: 24px;
    bottom: 22px;
    height: 43px;
    cursor: pointer;
    box-shadow: none;
}
.actionBtns {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    }
    
.cliche__Box .bannerMobile {
    display: none;
    width: 100px;
    background: #d89293;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin: auto;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.5);
}
#fileuploadDel {
color: red;
    cursor: pointer;
    margin-left: 4px;
    }
@media screen and (max-width: 767px) {
    ul#cliches {
        margin-left: 0%;
    }
    .actionBtns{
       width: 100%
    }
    
    .cliche__Box .banner {
        display: none;
    }    
    .cliche__Box .bannerMobile {
        display: block;
    }
}
@media (min-width: 768px) {
    .cliche__Box .banner {
        width: auto;
    }
    
    .cliche__Box .banner a {
        width: 123px;
        right: 0px;
    }
    
    #clicheFind, .cliche__Box .fileupload {
        width: auto;
    }
        
}

/*
     FILE ARCHIVED ON 22:27:44 Jan 05, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:06:23 Jun 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.158
  exclusion.robots: 0.192
  exclusion.robots.policy: 0.173
  esindex: 0.025
  cdx.remote: 109.145
  LoadShardBlock: 235.536 (3)
  PetaboxLoader3.datanode: 130.89 (4)
  PetaboxLoader3.resolve: 226.474 (2)
  load_resource: 235.506
*/