body{
    margin:0;
}
form, h1, h2, h3, h4, h5, h6, p{
    font-family: Barlow;
    margin: 0 ;
}
.top-sec {
    width: 100%;
    display: flex;
    margin: auto;
}
.ocr_first_section{
    padding: 40px 40px 40px 40px;
    background-color: rgba(0,0,0,0.04) !important;
    
}
.container{
    width:1400px;
    margin: auto;
}
button, input{
    font-family: Barlow;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
input[type='file'] {
    color: transparent;
    width: 20% !important;
  }
  /* div#myTextArea___livespell_proxy {
    float: right;
} */
input.spell_check_btn {
    float: left;
    margin-top: 20px !important;
}
.second-main{
    padding:80px 40px 80px 40px;
}
.second-sec{
    width:100%;
    display: flex;
}
.second-left-sec{
    width:65%;
  
}
.second-right-sec{
    width:35%;
   padding-left:6%;
}
.top-left{
    width:60%;
    
}
.top-right{
    width:40%;
    
}
/* .second-right-sec {
    position: relative;
} */
/* input.spell_check_btn {
    position: absolute;
    bottom: -16%;
    right: 60.5%;
} */
input.spell_check_btn {
    padding: 7px 25px;
    color: #ffffff;
    background-color: #a623f7;
    border: 1px solid #a623f7;
    font-family: Barlow;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
}
input.spell_check_btn:hover {
    border: 1px solid #a623f7;
    background-color: #ffffff;
    color: #000000;
    transition: 0.2s ease-in;
    }
button.ocr_submit {
    padding: 6px 25px;
    color: #ffffff;
    background-color: #a623f7;
    border: 1px solid #a623f7;
    font-family: Barlow;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    }
    button.ocr_submit:hover {
        border: 1px solid #a623f7;
        background-color: #ffffff;
        color: #000000;
        transition: 0.2s ease-in;
        }
.second-left-sec img {
    width: 100%;
    height: auto !important;
    border: 1px solid #cfcfcf;
}
h3.h3-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}
span.ocr_select {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 10px !important;
}

div#myTextArea___livespell_proxy {
    font-family: 'Barlow' !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color:#000000 !important;
}

input.choose-file {
    color: transparent;
    }
    input.choose-file:before {
    content: 'Choose Image';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    border: 1px solid #a623f7;
    border-radius: 3px;
    padding: 6px 25px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Barlow' !important;
    font-size: 16px;
    line-height: 28px;
    transition: 0.2s ease-in;
    }
    input.choose-file:hover::before {
        border: 1px solid #a623f7 !important;
        background: -webkit-linear-gradient(top, #a623f7, #a623f7);
        color: #ffffff;
        font-weight: 600;
        }
    input.choose-file::-webkit-file-upload-button {
        visibility: hidden;
    }
    input.choose-file:active {
            outline: 0;
     }
    input.choose-file:active::before {
                background: -webkit-linear-gradient(top, #a623f7, #a623f7);
    }

    .livespell_textarea {
        width: 100% !important;
    }
    div#myTextArea___livespell_proxy {
        padding: 10px !important;
    }
    div#myTextArea___livespell_proxy {
        border: 1px solid #c4c4c4;
    border-radius: 8px;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
        /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    }
/**RADIO BUTTON CSS ****/

input[type=radio], input[type=checkbox] {
    display:none;
    font-family: 'barlow';
}

input[type=radio] + label, input[type=checkbox] + label {
    font-family: 'Barlow';
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display:inline-block;
    margin:-2px;
    padding: 4px 25px;
    margin-bottom: 0;
    color: #000000;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    /* background-color: #f5f5f5; */
    background-image: -moz-linear-gradient(top,#fff,#ffffff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ffffff));
    background-image: -webkit-linear-gradient(top,#fff,#ffffff);;
    background-image: -o-linear-gradient(top,#fff,#ffffff);
    background-image: linear-gradient(to bottom,#fff,#ffffff);
    background-repeat: repeat-x;
    border: 1px solid #a623f7;
    /* border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); */
    /* border-bottom-color: #b3b3b3; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

 input[type=radio]:checked + label, input[type=checkbox]:checked + label{
       background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color:#a623f7;
        color: #FFFFFF;
        font-family: 'Barlow';
        font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.ocr-radio-btn{
    text-align: right;
    padding-top: 5px;
}





#myTextArea___livespell_proxy::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#myTextArea___livespell_proxy::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#myTextArea___livespell_proxy::-webkit-scrollbar-thumb
{
	background-color: #a623f7;
	
}
@media screen and (max-width: 1400px) {
    .container{
        width:100%;
       
    }
    input[type='file'] {
        width: 23% !important;
    }
    .livespell_textarea {
        width: 94% !important;
    }
    
}


@media screen and (max-width: 1280px) {

    input[type='file'] {
        width: 25% !important;
    }
    
    .ocr_first_section {
        padding: 30px 40px 30px 40px;
    }
}

@media screen and (max-width: 1200px) {

    input[type='file'] {
        width: 27% !important;
    }
    
    
}

@media screen and (max-width: 1099px) {

    input[type='file'] {
        width: 30% !important;
    }
    
    
}

@media screen and (max-width: 991px) {

    input[type='file'] {
        width: 35% !important;
    }
    .second-left-sec {
        width: 60%;
    }
    .second-right-sec {
        width: 40%;
        padding-left: 5%;
    }
    .ocr_first_section {
        padding: 25px 40px 25px 40px;
    }
    h3.h3-title {
        font-size: 22px;
        line-height: 32px;
        
    }
    
}

@media screen and (max-width: 820px) {

    input[type='file'] {
        width: 39% !important;
    }
    
    
}
@media screen and (max-width: 767px) {

    input[type='file'] {
        width: 33% !important;
    }
    .top-left {
        width: 70%;
    }
    .top-right {
        width: 30%;
    }
    h3.h3-title {
        font-size: 18px;
        line-height: 28px;
    }
    span.ocr_select {
        font-size: 18px;
        line-height: 28px;
    }
    input.choose-file:before {
       
        padding: 4px 15px;
        
    }
    button.ocr_submit {
        padding: 4px 15px
    }
    .second-main {
        padding: 50px 40px 50px 40px;
    }
    input.spell_check_btn {
        padding: 4px 15px;
    }
    .second-left-sec {
        width: 55%;
    }
    
    .second-right-sec {
        width: 45%;
        padding-left: 6%;
    }
}

@media screen and (max-width: 680px) {
input[type='file'] {
    width: 39% !important;
}
}
@media screen and (max-width: 575px) {
    .second-right-sec {
        width: 100%;
        padding-left: 0%;
        padding-top: 40px;
    }
    .second-left-sec {
        width: 100%;
    }
    .second-sec {
        width: 100%;
        display: block;
    }
    input[type='file'] {
        width: 37% !important;
    }
    span.ocr_select {
        font-size: 16px;
        line-height: 26px;
    }

    input.choose-file:before {
        font-size: 14px;
        line-height: 26px;
        
    }
    input.choose-file:before {
        padding: 2px 10px;
    }
    button.ocr_submit {
        padding: 2px 10px;
    }
    button.ocr_submit {
        padding: 2px 10px;
    }
    button, input {
        font-size: 14px;
        line-height: 26px;
    
    }
    .ocr_first_section {
        padding: 25px 40px 25px 40px;
    }
    input[type=radio]:checked + label, input[type=checkbox]:checked + label {
        font-size: 14px;
        line-height: 26px;
    }
    input[type=radio] + label, input[type=checkbox] + label {
        font-size: 14px;
        line-height: 26px;
        padding: 2px 12px;
    }
    .ocr-radio-btn {
        padding-top: 2px;
    }
    span.ocr_select {
        padding-right: 4px !important;
    }
    .top-left {
        width: 75%;
    }
    .top-right {
        width: 25%;
    }
    .second-main {
        padding: 50px 40px 100px 40px;
    }
}


@media screen and (max-width: 480px) {
    .ocr_first_section {
    padding-left: 30px !important;
    padding-right: 30px !important;
    }
    .second-main {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    /* .top-sec {
        width: 100%;
        display: block;
    
    } */
    .top-left {
        width: 73%;
    }
    .top-right {
        width: 27%;
    }
    .ocr-radio-btn {
        text-align: right !important;
    /* padding-top: 20px; */
    }
    span.ocr_select {
        display: none;
    }
    input[type='file'] {
        width: 47% !important;
    }
    

}


@media screen and (max-width: 380px) {
   .top-sec {
        width: 100%;
        display: block;
    
    }
    .top-left {
        width: 100%;
        text-align: center;
    }
    .top-right {
        width: 100%;
    }
    .ocr-radio-btn {
        text-align: center !important;
    padding-top: 20px;
    }
    input[type='file'] {
        width: 44% !important;
    }
    
}

@media screen and (max-width: 320px) {
    input[type='file'] {
        width: 52% !important;
    }
}