/*.entry-content {
    background: #fff;
    border-radius: 8px;
}*/

section#main-section {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0px 5px #CBD6D9;
    overflow: hidden;
    max-width: 700px;
    margin: 0px auto;
	margin-bottom: 30px;
}

section#left-section {
    max-width: 47%;
    float: left;
    padding: 30px 10px 30px 30px;
    width: 100%;
}

section#left-section h3 {
    line-height: 1;
    font-size: 15px;
/*     color: #757575; */
/*     font-family: monospace; */
    font-weight: 600;
}

section#right-section {
    max-width: 38%;
    float: left;
    padding: 30px;
    width: 100%;
}

section#right-section h3 {
    line-height: 1;
    font-size: 15px;
/*     color: #757575; */
/*     font-family: monospace; */
    font-weight: 600;
}


.form {
    flex: 1;
    padding: 20px;
    margin-bottom: 0.625rem;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #eee;
    text-align: center;
}

textarea.form_answer {
    font-size: 12px;
    font-weight: normal;
    max-width: 100%;
    transition: all .3s,height 0s;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 100%;
    cursor: text;
    padding: 4px 11px;
    resize: none;
   
}
input.form_question {
    background: #ffffff !important;

}
input#add {
    color: rgba(0,0,0,.65);
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    border: 1px solid #eee;
/*     font-family: monospace; */
    font-weight: initial;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    text-transform: unset;
}

input.form_question {
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    max-width: 100%;
    transition: all .3s,height 0s;
    display: inline-block;
    cursor: text;
   
}

input#copy {
    background: #ef007c; /*#40a9ff;*/
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
/*     line-height: 1; */
    padding: 0.84375em 0.875em 0.78125em;
    margin-top: 10px;
/*     font-size: 10px; */
/*     font-weight: normal; */
    text-transform: unset;
}

input#copy:hover {
	background:#00a9e0;
}

input#test {
    background: #40a9ff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    margin-top: 20px;
    text-transform: unset;
    font-size: 10px;
    margin-left: 10px;
}

.form_question:hover {
    border-color: #40a9ff;
    border-right-width: 1px!important;
}

textarea.form_answer:hover 
{
    border-color: #40a9ff;
    border-right-width: 1px!important;
}

	input#add:hover {
    color: #40a9ff;
    background-color: #fff;
    border-color: #40a9ff;

}

textarea.faq_script:hover {
    border-color: #40a9ff;
    border-right-width: 1px!important;
}

	
input {
    color: #757575;
/*     font-family: monospace; */
    margin: 5px;
}

textarea.faq_script, textarea.wordpress_script {
    border-radius: 5px;
    background: white;
    color: rgb(132, 123, 123);
    resize: none;
    font-weight: normal;
    cursor: text;
    font-size: 14px;
    font-family: monospace;
    line-height: 1.25;
	width: 100%;
}
textarea.faq_script {
	margin-top:10px;
}

textarea.wordpress_script_1 {
    border-radius: 5px;
    background: white;
    color: rgb(132, 123, 123);
    resize: none;
    font-weight: normal;
    cursor: text;
    font-size: 14px;
    font-family: monospace;
}

input[type="radio"] {
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
    cursor: pointer;
}

span.radio_text {
    color: rgb(126, 117, 117);
/*     font-family: monospace; */
    font-size: 15px;
    cursor: pointer;
/*     margin-right: 5px; */
}

div#wordpress_block span.radio_text {
    margin-right: 12px;
    margin-left: -2px;
}

input[type="text"]
{
   	background: white;
    border-radius: 4px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

/* input#copy:hover {
    color: #fff;
    background: #1890ff;
}

input#test:hover {
    color: #fff;
    background: #1890ff;
} */
.form_container{
    position: relative;
}
input#wordpress_script {
    display: none !important;
}

input#script_code {
    display: none;
}

label.label_script_style {
    background: #f9f9f9;
    padding: 0px 10px 2px 10px;
    border-radius: 4px;
    border: 1px solid #eee;
}
label.label_script_style_1 {
    background: #f9f9f9;
    padding: 0px 10px 2px 10px;
    border-radius: 4px;
    border: 1px solid #eee;
}
.id_container {
    display: inline;
}
form#wordpress_script {
    margin-top: 15px;
}
div#wordpress_block {
    margin-top: 10px;
}
.id_container input {
    max-width: 43%;
    background: #ffffff !important;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    width: 100%;
    line-height: 0;
    padding: 5px !important;
    font-size: 13px;
    margin-left: 10px;
}
input#script_code:checked ~ label.label_script_style {
    background: #e4e4e4;
	border-color: #ccc;
}
input#script_code:checked ~ label.label_script_style .radio_text {
	color:#000;
}
input#wordpress_script_1:checked ~ label.label_script_style_1 {
    background: #e4e4e4;
	border-color: #ccc;
}
input#wordpress_script_1:checked ~ label.label_script_style_1 .radio_text {
	color:#000;
}
.or_span {
	display:inline-block;
	margin-left:5px;
	margin-right:2px;
}
.delete_icon {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    color: #929292;
    font-size: 15px;
}
/*.entry-content{
	margin-right: 0 !important;
    margin-left: 0 !important;
}*/
textarea.form_answer{
		margin-top:20px;
	}


/* Media Query */
@media only screen and (max-width: 768px) {
	section#left-section, section#right-section {
        max-width: 90%;
        float: none;
        padding: 5%;
    }
    .entry-content {
    margin: 20px !important;
}
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}