 
   #word-counter-social-icons {
     color: #454746;
     font-size: 20px
   }
   #word-counter-paste-icon{
color: #454746;
}
   .word-counter-container {
     max-width: 1200px;
     margin-left: 10px;
     margin-right: 10px;
     padding-bottom: 10px;
     background: #fff;
     box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
     border-radius: 5px
   }
   
   .word-counter-social-media-div {
     width: 100%;
     height:
   }
   
   #word-counter-social-icons {
     margin-left: 10px;
     margin-top: 10px;
     margin-right: 10px
   }
   
   .word-counter-social-counting {
     
     margin-left: 5px;
     font-weight: 700
   }
   
   .word-counter-minimum-counting {
     color: #454746;
     
   }
   
   .word-counter-paste-button {
     padding: 13px;
     border: 1px solid #d1d9e6;

background: #f5f6fa;
     
     margin-left: 10px;
     margin-top: 20px;
     border-radius: 10px
   }
   
   .word-counter-textarea-div {
     width: 100%;
     background: #fff
   }
   
   .word-counter-textarea {
     background:#e9eaee;width:93%;height:400px;margin-top:10px;border:1px solid #ccc;padding-left:10px;border-radius:5px;font-size:20px;line-height:30px;margin-left:5px;margin-right:5px;resize:none
   }
   
   @media screen and (min-width:900px) {
     .word-counter-textarea {
       line-height: 50px !important;
       width: 97%
     }
   }
   

   
   .word-counter-clear-all-div {
     width: 100%;
     height: 1px;
     background: #fff;
height:100px;
   }
   
   .limit-warning {
     color: crimson;
     
     margin-left: 10px;
     margin-top: 5px;
     background: #fff
   }
   
   .word-counter-clear-button {
     margin-right: 20px;
     float: right;
     margin-top: 5px;
     border-radius: 10px;
     padding: 13px;
     border: 1px solid #d1d9e6 ;
     
     background: #f5f6fa;
   }
   
   #word-counter-clear-icon {
     
     color: crimson;
   }
   
   .word-counter-result-divs {
     margin-left: 10px;
     margin-top: 10px;
     border: 1px solid #ccc;
     margin-right: 10px;
     padding: 10px;
     border-radius: 5px;
     
   }
   
   
