
.pl-10{
    padding-left: 10px !important;
}

h1.thpladmin-page-title{
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 30px;
}

.thfaq-form-table td.thpladmin-form-section-title{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #cecece;
}

.thfaq-form-table td.thpladmin-form-section-subtitle{
    font-size: 12px;
    font-style: italic;
}

.thfaq-form-table td{
    padding: 5px 0px;
}

.thfaq-form-table input[type=text],
.thfaq-form-table select{
    width: 150px;
    height: auto;
    padding: 8px 5px;
}

.thfaq-form-table input.readonly, .thfaq-form-table input[readonly], 
.thfaq-form-table textarea.readonly, .thfaq-form-table textarea[readonly] {
    outline: 0;
    box-shadow: none;
    border-color: #ddd;
    cursor: default;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    border-radius: 0px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    outline: 0;
    box-shadow: none;
    border-color: #ddd;
    cursor: default;
}

.thfaqf-disabled-panel{
    opacity: .5;
    pointer-events: none;
}

.thfaqf-disabled-field{
    opacity: .5;
    pointer-events: none;
}

/* Switch Checkbox */
.thpladmin-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.thpladmin-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.thpladmin-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

.thpladmin-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .thpladmin-slider {
  background-color: #2196F3;
}

input:focus + .thpladmin-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .thpladmin-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.shortcode-copy-field input{
    padding: 8px 5px;
    color: #000; 
    background-color: #eeee; 
    width: 200px;
}

.shortcode-copy-field span{
    margin-top: 10px; 
    margin-left: 0px;
    cursor: copy;
}

.thfaqf-override-toggle-panel{
    border: 0;
}

.thfaqf-override-settings-panel{
    border: 0;
}

.thfaqf-override-toggle-panel td,
.thfaqf-override-settings-panel td{
    padding: 5px 2px;
}

.thfaqf-override-settings-panel td{
    width: 125px;
}

.thfaqf-single-form-wrapper{
    margin-bottom: 5px;
}

.thfaqf-single-form-header{
    background-color: #dae6ed;
    padding: 5px;
    height: 41px;
    margin-bottom: 4px;
    border: 1px solid #dae6ed;
    position: relative;
    margin-top: 4px;
}

.thfaqf-single-form-wrapper.thfaqf-active .thfaqf-single-form-header{
    margin-bottom: 0;
}

.thfaqf-single-form-header span.faq-title{
    font-size: 15px;
    padding: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 86%;
    display: block;
}

.thfaqf-single-form-header span.faq-edit{
    position: absolute;
    top: 9px;
    width: 40px;              
    height: 26px;
    padding-top: 3px;
    cursor: pointer;
    color: #3a3a3a;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    right: 46px;
}

.faq-clone {
    position: absolute;
    top: 9px;
    width: 40px;              
    height: 26px;
    padding-top: 3px;
    cursor: pointer;
    color: #3a3a3a;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 3px 0px 0px 3px;
    right: 88px;
}

.thfaqf-single-form-header span.faq-edit:hover,span.faq-clone:hover{
    background-color: white;
    border-color: #999;
}

.faq-clone .svg-inline--fa.fa-w-16{
    width: 3em;
}

.thfaqf-single-form-header span.faq-delete{
    position: absolute;
    top:9px;
    width: 40px;              
    height: 26px;
    padding-top: 3px;
    cursor: pointer;
    color: #fff;
    background-color: #b73b27;
    border: 1px solid #ccc;
    border-radius: 0px 3px 3px 0px;
    right: 0;
    margin-right: 4px;
}

.thfaqf-single-form-header span.faq-delete:hover{
    background-color: #d73c3c;
    border-color: #ccc;
}

.thfaqf-single-form{
    border: 1px solid #dae6ed;
    padding: 1rem 0.6rem;
    margin-bottom: 0.2rem;
    margin-top: -6px;
    display: none;
    background-color: #f3f8fb;
}

.thfaqf-single-form-wrapper.thfaqf-active .thfaqf-single-form{
    display: block;
}

.thfaqf-single-form label.faq-label{
    font-weight: normal;
    font-size: 15px;;
    display: block;
    margin-bottom: 5px;
}

.thfaqf-single-form input,
.thfaqf-single-form textarea{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: none;
    border-color: #e7e7e7;
}

.thfaqf-single-form textarea{
    height: 130px;
}

.thfaqf-single-form .faq-insert-media{
    margin-bottom: 3px;
}

.thfaqf-media-button-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin: 0 2px;
}

.thfaqf-media-button-icon::before {
    content: "\f104";
    font: normal 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #82878c;
}

.js-example-basic-multiple{
    height: 2em;
    width: 225px;
}

.thfaq_display_color{
    box-sizing: border-box;
    padding: 2px 9px 2px 14px;
    height: 4em;
    width: 15PX;
    border: .5px solid #f0e0e0;
}

.thfaq_update_message{
    background: #fff;
    border-left: 4px solid green;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 1px 12px;  
}

.thfaq_updated{
    background: #fff;
    border-left: 4px solid green;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 1px 12px;
}

.thfaq_update_message.failed{
    border-left: 4px solid red;
}

.thfaq_checkboxlabel{
    margin-top: 3px;
}

.thfaq_multiselect_box{
    width:159px;
    border-radius: 8px;
}

.thfaq_tdwidth{
    width: 1000px;
    padding: 5px;
}

.thfaq_colorpicker_settings{
    padding: 6px 19px 6px 14px;
}

.thfaq_spanstyle{
    border-radius: 0px;
}

.thfaq_title {
    margin-bottom: 40px;
    margin-top: -10px;
    width: 99.9%;
    border-radius: 2px;
    padding: 3PX 5PX;
    font-size: 14px;
}

.thfaq_btn_aligment{
    text-align: right;
}

.thfaq_content{
    height: 99px;
    width: 99.5%;
    font-size: 14px;
    transition: none 0s ease 0s;
    background: #ffffff !important;
    margin-bottom: -15px;
    border-radius: 2px;
    margin-top: 3px;
    margin: 4px 3px;
    padding: 7px;
}

.thfaq_title_input{
    width: 100%;
    font-size: 14px;
    padding: 5px 6px;
    margin-bottom: 40px;
    line-height: 17px;
}

.thfaq_content_style{
    width: 100%;
    font-size: 12px;
    transition: none 0s ease 0s;
    background: #ffffff !important;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    padding: 3px 5px;
    line-height:1.3rem;
}

body.post-type-faq #post-body #normal-sortables{
     min-height: 0px;
}

.js .postbox#thfaq_faq_list .hndle{
    cursor: auto;
}

#thfaq_shortcode .dashicons-clipboard{
        cursor: copy;
}

/* FAQ List end here */

.thfaq_check_switch {
    position: relative;
}

.thfaq_check_switch input[type="checkbox"].thfaq_checkbox{ 
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

#thfaq-settings .button.button-large{
        font-weight: normal;
}

.thfaq-settings-panel .thfaq-button-alment{
    float: left;
}

.thfaq_check_switch_slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 20px;
    width: 40px;
    border-radius: 34px
}

.thfaq_check_switch_slider:before{
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input[type="checkbox"].thfaq_checkbox:checked + .thfaq_check_switch_slider{
    background-color: #0085ba; 
}

input[type="checkbox"].thfaq_checkbox:focus + .thfaq_check_switch_slider{
    box-shadow: 0 0 1px #2196F3;
    height: 27px;
}

input[type="checkbox"].thfaq_checkbox:checked + .thfaq_check_switch_slider:before{
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.thfaq_check_switch_slider.thfaqgs_round:before{
    border-radius: 50%;
}

.form-table th.thfaq-button-alment{
    width: 270px;
}

.thfaq_colorpicker_width{
    width: 700px;
}

#thfaq_checkbox_aligment{
    margin-left: 3em;
}

/*colorsettings override section*/
#thfaq-settings label{
    cursor:auto;
}

.thfaq-do-disable input[type='text']{
    border-radius: 6px;
    width:5em;
}

/**
 *  Admin Settings
 */
/*.thpladmin-notice a{
    display:block;
    padding:0;
    height: 63px;
}*/

.thpladmin-notice p{
    margin-bottom:0px;
}

.thpladmin-notice ul{
    list-style-type: none;
    margin: 0px;
}

.thpladmin-notice ul li{
    background:url("tick.png") no-repeat 0 50%;
    padding-left: 20px;
}

.thpladmin-notice a.button-primary{
    font-size: 14px;
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A;
    line-height: 38px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.thpladmin-notice a.button-primary:hover{
    background-color: #D2322D;
    border-color: #AC2925;
}

.font-0{
    font-size: 0 !important;
}

.mt-20{
    margin-top: 20px !important;
}

.pt-20{
    padding-top: 20px !important;
}

.thfaq-settings-panel{
    width: 100%;
}

.thfaq-settings-panel td{
    padding: 5px 20px 5px 0;
}

.thfaq-settings-panel td.thfaq-settings-section-title{
    font-weight: bold;
    border-bottom: 1px dashed #cecece;
}

.thfaq-settings-panel input[type=text]{
    padding: 5px 5px;
}

.thfaq-settings-panel select{
    width:200px;
    cursor: pointer;
}

.thfaq-settings-panel input[type=text]{
    width:200px;
}

.thfaq-settings-panel .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border-color: #ddd;;
}

.thfaq-disabled-panel{
    opacity: .5;
    pointer-events: none;
}

.thfaq-settings-override-panel td.thfaq-settings-field{
    padding: 8px 0px;
    position: relative;
    font-size: 0;
}

.thfaq-number-settings{
    width: 3rem;
}

/*disable enable settings*/
.thfaq-disable-felement{
    opacity: .6;
    pointer-events: none;    
}

/*Color Picker Styles*/
input[type=text].thpladmin-colorpicker{
    box-sizing: border-box;
    outline: none;
    width: 100px;
    height: 30px;
    padding: 3px 5px;

    margin-left: 0px !important;
    border-left: 0;
    border-radius: 0px;
    vertical-align: top;
    cursor: pointer;
}

.thpladmin-colorpicker-preview{
    box-sizing: border-box;
    padding: 14px 13px 15px 13px;
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
}

.iris-picker{
    position: absolute!important;
    z-index: 9999;
}

.thfaqf-override-settings-panel .thpladmin-colorpicker{
    width: 85px !important;
}

.thfaqf-override-settings-panel .iris-picker{
    right: 20px;
}

/*radio btn style and icon picker style*/
.thfaq-input-hidden-field{
    position: absolute;
    left: -9999px;
    display: inline-block;
}

input[type ='radio'].thfaq-input-hidden-field:checked + label>.thfaqf-icon-display {
    border: 0px solid green;
    box-shadow: 0 0 0px 2px green;
    width: 40px
    margin-left: 5px;
    border-radius: 3px;
}

input[type = 'radio'].thfaq-input-hidden-field + label>.thfaqf-icon-display {
    width: 40px;
    margin-left: 5px;
    border-radius: 3px;
}

.thfaq-icon-settings input[type = 'radio'].thfaq-input-hidden-field + label>.thfaqf-icon-display {
    width: 30px;
    margin-left: 5px;
    border-radius: 3px;
}

.thfaq-icon-settings input[type ='radio'].thfaq-input-hidden-field:hover + label>.thfaqf-icon-display  {
   width: 29px;
   margin-left: 5px;
}

.thfaq-icon-settings input[type ='radio'].thfaq-input-hidden-field:checked + label>.thfaqf-icon-display {
    border: 0px solid green;
    box-shadow: 0 0 0px 2px green;
    width: 30px
    margin-left: 5px;
    border-radius: 3px;
}

.post-type-faq #edit-slug-box,.post-type-faq #minor-publishing-actions{
    display:none!important;
}

/*FAQ icons*/
.icon-clone-01-01:before{
  content: "\e900";
  color: #71717f;
  margin: 0px 0px 0px 13px;
}

.thfaqf-search-options{
    margin-left: 9px;
}

/* icon picker style  only*/
.thfaq-icon-poss{
    position: relative;
}

.thfaqf-icon-wrapper{
    height: 189px;
    overflow-y: scroll;
    width: 174px;
    display: inline-block;
    padding: 6px;
    border: 3px solid #b3b3b3;
    border-radius: 4px;
    border-top: 23px solid #b3b3b3;
    border-radius: 4px;
    background-color: #e0f9e9;
    position: absolute;
    z-index: 99;
    top: 45px;
    left: 268px;
}

input[type = 'radio'].thfaq-input-hidden-field + label>.thfaqf-icon-style{
    width: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 11px 5px 9px 4px;
    border: 1px solid #bbb9d8;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin: 2px 3px 0 0;
    line-height: 15px;
}

.thfaq-hide-expndicon{
    display: none;
}

.post-type-faq .mce-tinymce.mce-container.mce-panel{
    width: 100%!important;
}
    
/*additional CSS box*/
.faq_page_thfaq-settings .CodeMirror{
    width: 198%!important;
}

.post-type-faq .mce-fullscreen{
   z-index: 9999!important;
}

.thfaq-icon-panal {
    font-family: "Font Awesome 5 Brands";
}


