






.checker__BoxWrap .counters {
        display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}
.checker__BoxWrap .counters p {
    margin: 5px 0;}
.checker__Box {
    position: relative;
    font-family: "Open Sans", sans-serif;
    margin: 30px 0;
}

.checker__BoxWrap {
    padding: 10px 50px 0 50px;
    position: relative;
    background: #d0e4e6;
    /*padding-bottom: 0px;*/
}

.order-msg:before {
    font-family: 'icomoon';
    content: "\e96e";
    position: absolute;
    font-size: 35px;
    top: 0px;
    left: 0px;
    color: #9fc2c6;
}

.order-msg {
    color: #c18e93;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
}

.order-msg div {
    font-size: 14px !important;
    display: inline-block;
    padding-left: 40px;
    box-sizing: border-box;
    width: 75%;
    text-align: center;
}

.order-msg a {
    font-size: 14px;
    padding: 6px 10px;
    background: #9fc2c6;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

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

.checker__BoxWrap textarea {
    border: none;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    outline: none;
    min-height: 200px;
    overflow: auto;
    border-radius: 20px;
    padding: 20px;
    margin-bottom:10px;
}

.checker__BoxWrap .textarea_block {
    border-radius: 20px;
   /*padding: 20px;
    background: #fff;*/
    color: rgba(86, 86, 86, 0.94);
    margin-bottom: 10px;
    text-align: right;
    
}

a#mif-grammarly {
    background: #d9d9d9;
    padding: 10px;
    color: #989898;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    display: none;
}

#paper_type {
    height: 30px;
    margin-bottom: 20px;
    border-radius: 7px;
    background: #ffffff;
    color: #aabfbf;
    outline: none;
    width: 225px;
    cursor: pointer;
}

#paper_type option {
    color: grey;
}

.checker__Box h2 {
    font-size: 30px;
    color: #006a9e;
    text-align: center;
    position: relative;
    margin: 20px auto 40px;
}

.checker__Box h2:after {
    content: "";
    position: absolute;
    background: #a5c4c7;
    height: 1px;
    width: 80%;
    bottom: -4px;
    left: 10%;
}

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

.checker__Result {
    display: none;
    font-size: 20px;
    color: #006a9e;
}

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

.checker__Result p {
    display: inline-block;
    padding: 0;
        margin: 0 22px;
}

#clicheFind, .checker__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;
}

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

#clicheFind, .checker__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;
}

#clicheFind:hover{
    background: #f3baba;
}


#fileStatus {
    word-wrap: break-word;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-top: 10px;
    color: rgba(76,76,76,0.9);
}

.checker__Box .fileupload {
    background: #0b85c1;
}

.fileupload.fileuploadActive:hover {
    background: #0cafff;
}

.fileupload.fileuploadActive:active {
    background: #00abff;
    -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);
}

.fileupload.fileuploadAttached {
    background: #00abff;
    -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);
}

#fileupload {
    display: none;
}

#clicheForm {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#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: 4px 6px;
}
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;
}

.checker__Box .banner {
    background: url(/wp-content/plugins/clicheChecker/inc/BANNER.png) no-repeat;
    background-size: cover;
    height: 273px;
    width: 640px;
    position: relative;
    margin: 0 -50px 0 -50px;
}
.checker__Box .banner a {
    position: absolute;
    width: 171px;
    right: 32px;
    bottom: 25px;
    height: 58px;
    cursor: pointer;
    box-shadow: none;
}
.actionBtns {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    }
.color_red {
    color: #d89293;
    font-weight: bold;
}
.checker__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;
    }
#sounds_good,
#grab_chance,
#lets_start {
    display: none;
} 
#clicheForm .error {
   border-color: red;
}
span.paper_type_val {
    font-size: 14px !important;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    ul#cliches {
        margin-left: 0%;
    }
    .actionBtns{
       width: 100%
    }
    
    .checker__Box .banner {
        display: none;
    }    
    .checker__Box .bannerMobile {
        display: block;
    }
}