/**
 * admin pages class
 *
 * CSS used for the admin pages class and other form items.
 *
 * Copyright 2011 Ohad Raz (admin@bainternet.info)
 */

/* =Common Rules for all fields.
----------------------------------------------- */
.form-table td.at-field {
    border: 1px solid #DDD;
    padding: 10px 10px 20px;
    margin: 0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.at-label {
    margin: 0 !important;
    padding: 5px 0 0 0;
    font: 20px/31px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
    width: auto;
}

.at-radio-label {
    padding-right: 10px;
}

.at-file-upload-label {
    clear: both;
    margin: 5px 0px 5px 1px;
}


/* =Form Fields
----------------------------------------------- */

.postbox .at-field input,
.postbox .at-field textarea {
    padding: 5px;
    line-height: 18px;
}

.postbox .at-field input.at-radio {}

.postbox .at-field input.at-color {
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    min-width: 100px;
}

.at-field input:focus,
.at-field textarea:focus {
    background: #fffff8;
}

#wpcontent select.at-select {
    min-height: 30px !important;
    padding: 5px;
    display: block;
    min-width: 200px;
}

.at-field .desc-field {
    color: #AAA;
    font-style: italic;
    margin: 5px 0 0 3px !important;
    font-size: 13px;
}

.desc-field {
	background-color: #7bda817a;
    border: 1px solid #5ed2657a;
    color: #101010;
    padding: 8px 35px 8px 14px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-top: 7px;
}

.at-field .wp_themeSkin table.mceLayout {
    border: 1px solid #DFDFDF;
}

#post-body .at-field .wp_themeSkin .mceStatusbar a.mceResize {
    top: -25px;
}

#tabs .sections h2 {
    padding: 0 0 10px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #E9EAEE;
}


/* =Uploaded Images
----------------------------------------------- */

.at-images li {
    margin: 5px 10px 0px 0;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 3px solid #ccc;
    cursor: move;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.at-images img {
    width: 150px;
    height: 150px;
}

.at-images a {
    position: absolute;
    top: -12px;
    right: -12px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.at-images .at-delete-file img {
    width: 16px;
    height: 16px;
}


/* =Upload Button
----------------------------------------------- */

.at-upload-button {
    float: left;
    clear: both;
    margin-top: 10px;
}

.at-add-file {
    float: left;
    clear: both;
    margin-top: 10px;
}


/* =Time Picker
----------------------------------------------- */

.ui-timepicker-div {
    font-size: 0.9em;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
}

.ui-timepicker-div dl dd {
    margin: -25px 0 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

#ui-datepicker-div {
    display: none;
}


/* =Repater Block
----------------------------------------------- */


/* inline */

.at-inline label {
    font-size: 12px !important;
}

.at-inline textarea {
    height: 130px;
    width: 200px;
}


/* =panel style
----------------------------------------------- */



.header_wrap {
    padding: 5px 20px 0px;
}

.fone_header_logo {
    text-align: center;
    margin-top: 10px;
}

.fone_header_logo a,
.fone_header_logo a:active {
    text-decoration: none;
    outline: 0;
}

.header_wrap h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    font-size: 30px;
}

.footer_wrap {
    padding: 5px 20px 10px;
}

.panel_menu {
    float: left;
    width: 25%;
}

.panel_menu ul {
    margin: 0;
    padding: 0;

}

.clearboth {
    clear: both;
}

.f_row {
    border-bottom: 1px solid #F9F9F9;
}

.sections {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-top: 1px;
    min-height: 520px;
    padding: 1em;
    width: 75%;
	box-sizing: border-box;
}

.field {
    padding: 10px;
    border-bottom: 1px solid #E9EAEE;
}

.sections textarea {
    background: -moz-linear-gradient(center top, #F9F9F9, #FFFFFF) repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 14px;
    height: 175px;
    line-height: 1.5em;
    padding: 4px;
    width: 390px;
}

.sections label {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    width: 100%;
}

.setingstab {
    min-height: 500px;
}

.sections input[type="text"],
.sections input[type="password"],
.sections input[type="file"],
.sections select {
    background: -moz-linear-gradient(center top, #F9F9F9, #FFFFFF) repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 14px;
    line-height: 1em;
    padding: 4px;
}

.nav_tab_link {
    border-color: #DFDFDF #DFDFDF #FFFFFF;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #eee;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 14px 6px;
    text-decoration: none;
}

.nav_tab_link {
    border: 0 none;
    border-radius: 0 0 0 0;
    clear: both;
    color: #eee;
    display: block;
    padding: 10px 20px;
}

.nav_tab_link:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #666666;
    font-weight: bold;
}

a.nav_tab_link,
a.nav_tab_link:active {
    outline: 0;
}

.panel_menu ul li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.panel_menu ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .15)
}
.panel_menu ul li a{
     padding: 1.2em 1em;
    color: #33B0D9;
    transition: color 0.3s;
 
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
}
.panel_menu ul li.active_tab > a{
	color: #74777b;
}
.description {
    color: #999999;
    display: block;
    float: right;
    font-size: 11px;
    margin-top: -2px;
    width: 200px;
}

.active_tab {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #666666;
    font-weight: bold;
}

li.active_tab a {
    color: #666666;
    font-weight: bold;

}

.editorcontainer {
    -webkit-border-radius: 6px;
    border: 1px solid #DEDEDE;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FAFAFA;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #FFFFFF 25%, #E6E6E6);
    background-repeat: no-repeat;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.btn,
.btn-info,
.btn-info:hover,
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover {
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info {
    background-color: #49AFCD !important;
    background-image: -moz-linear-gradient(center top, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
}

.btn-primary {
    background-color: #006DCC !important;
    background-image: -moz-linear-gradient(center top, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
}

.btn-warning {
    background-color: #FAA732;
    background-image: -moz-linear-gradient(center top, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
}


/* alerts */

.alert {
    background-color: #FCF8E3;
    padding: 8px 35px 8px 14px;
}

.alert,
.alert-heading {
    color: #C09853;
}

.alert h4 {
    font-size: 17px;
    margin: 0;
}

.alert-success {
    background-color: rgba(0, 128, 0, .15);
}

.alert-success,
.alert-success .alert-heading {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: rgba(255, 0, 0, .15);
    color: #B94A48;
}

.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}

button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.close {
    color: #eaeaea;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
}


/* Sort */

.widget-sort {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F9F9F9, #F5F5F5);
    border: 1px solid #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    padding: 4px;
    text-align: center;
    width: 65%;
}

.ui-state-highlight {
    background-color: #FFFFE0;
    border-color: #E6DB55;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    padding: 14px;
    width: 60%;
}

.ui-sortable li {
    cursor: move;
}

.ui-sortable .at-repater-block {
    cursor: move;
}


/* Typo field iris color picker */

.wp-picker-container {
    height: 20px;
}


/* issue #17 number 7 */

div.iris-picker {
    z-index: 100;
}


/* Select 2 typo  field Fix*/

.at-typography-size {
    width: 11%;
}

.at-typography-face {
    width: 30%;
}

.hidden {
    display: none;
}

.bpc-radio-image {
    width: 30px;
    height: 30px;
}

.admin_page_class #setting-error-tgmpa,
.admin_page_class .settings-error,
.admin_page_class .notice.notice-warning,
.admin_page_class .notice,
.admin_page_class .notice-warning {
    display: none;
}
.at-text {
    width: 440px;
}

img#wp_chatbot_custom_icon_src {
    width: 65px;
    border-radius: 50%;
}

.qcld-libechat-wrap {
    background: #fff;
    padding: 22px 15px;
    border-radius: 16px;
    align-items: center;
    margin-top: 20px;
}
body.toplevel_page_wbca_admin_page{
     background: #F5F7FD !important;   
}

body.toplevel_page_wbca_admin_page input.btn-info.btn {
    padding: 8px 20px;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #988FBD;
    border-radius: 8px;
    position: relative;
    gap: 0;
    background: #5B4E96 !important;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    flex-wrap: wrap;
    border: 2px solid #5B4E96;
    max-width: 220px;
    text-align: center;
    margin: 0;
    border: none;
}
body.toplevel_page_wbca_admin_page .header_wrap h2 {
    color: #5b4e96;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0px !important;
    font-size: 30px;
}

body.toplevel_page_wbca_admin_page .panel_menu {
    float: left;
    width: 22%;
    border: 15px solid #F5F7FD !important;
    border-radius: 16px;
    min-height: 600px;
}

body.toplevel_page_wbca_admin_page .panel_menu ul li a {
    background: #fff;
    color: #5B4E96;
    text-decoration: none;
padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #988FBD;
    border-radius: 8px;
    position: relative;  
        text-transform: capitalize;
}

body.toplevel_page_wbca_admin_page .panel_menu ul li a:hover, body.toplevel_page_wbca_admin_page .panel_menu ul li.active_tab a {
    background: #5B4E96;
    color: #ffffff;
    text-decoration: none;
padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #988FBD;
    border-radius: 8px;
    position: relative;
 
}
body.toplevel_page_wbca_admin_page .panel_menu ul li a:hover, body.toplevel_page_wbca_admin_page .panel_menu ul li.active_tab a {
    background: #5B4E96;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    position: relative;
}
.panel_menu ul {
    margin: 0;
    padding: 12px;
}
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
    box-shadow: none;
    outline: 2px solid transparent;
}

body.toplevel_page_wbca_admin_page textarea#export_code {
    width: 100%;
}
body.toplevel_page_wbca_admin_page textarea#import_code {
    width: 100%;
}

body.toplevel_page_wbca_admin_page input#apc_export_b {
    padding: 8px 20px;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #988FBD;
    border-radius: 8px;
    position: relative;
    gap: 0;
    background: #5B4E96 !important;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    flex-wrap: wrap;
    border: 2px solid #5B4E96;
    max-width: 220px;
    text-align: center;
    margin: 0;
    border: none;
}

body.toplevel_page_wbca_admin_page .export_code a.button {
    padding: 8px 20px;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #988FBD;
    border-radius: 8px;
    position: relative;
    gap: 0;
    background: #5B4E96 !important;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    flex-wrap: wrap;
    border: 2px solid #5B4E96;
    max-width: 220px;
    text-align: center;
    margin: 0 0 0 5px !important;
    border: none;
}

body.toplevel_page_wbca_admin_page input#apc_import_b {
    padding: 8px 20px;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #988FBD;
    border-radius: 8px;
    position: relative;
    gap: 0;
    background: #5B4E96 !important;
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    flex-wrap: wrap;
    border: 2px solid #5B4E96;
    max-width: 220px;
    text-align: center;
    margin: 0;
    border: none;
}
body.toplevel_page_wbca_admin_page .at-text {
    width: 100%;
}



.bot-live-chat_page_wbca_livechat_settings .ui.cards > .card, .bot-live-chat_page_wbca_livechat_settings .ui.card {
    box-shadow: rgb(0 0 0 / 0%) 0px 2px 8px !important;
    background: #edf2f600 !important;
    border: 0 solid #d1d0d0 !important;
}


.content.qcld-live-chat-addons-content {
    display: flex
;
    column-gap: 15px;
    row-gap: 10px;
    background: #fff !important;
    padding: 22px 0 !important;
    margin: 20px 0 20px 0 !important;
    border-radius: 16px !important;
    justify-content: space-between;
    width: 100%;
}

