/*  ADMIN PLUGIN STYLE
-------------------------------------------------------------- */
.sabox-table.form-table th {
  width: 400px;
  padding: 10px 0;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  padding-top: 18px;
}

.sabox-table.form-table td {
  padding: 15px 0;
}

.sabox-table.form-table {
  margin-bottom: 30px;
}

.sabox-table .epfw-tooltip {
  color: #b8cad7;
  margin-right: 10px;
}

.wp-picker-container button {
  margin: 4px;
}

.sabox-table .wp-picker-holder {
  position: absolute;
  z-index: 99999;
}

.sabox-table select,
.sabox-table input[type='text'],
.sabox-table textarea {
  float: right;
  background-color: #f5f7fa;
  border-radius: 0px;
  border: 1px solid #f5f7fa;
}

.sabox-table select:hover,
.sabox-table input[type='text']:hover,
.sabox-table input[type='checkbox']:hover,
.sabox-table textarea:hover {
  border: 1px solid #328ad2;
  box-shadow: none;
  outline: none;
}

.sabox-table table {
  width: 100%;
}

.sabox-table.form-table tr {
  vertical-align: middle !important;
}

.sabox-table.form-table tr:last-of-type {
  border-bottom: 0;
}

.sabox-wrap {
  max-width: 1090px;
  padding-left: 0;
  margin: 0 auto;
}

.sabox-content {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.sabox-content b,
.sabox-content strong {
  font-weight: 500;
}

.sabox-left {
  width: 200px;
  float: left;
  z-index: 99;
}

.sabox-right {
  max-width: 860px;
  float: right;
  min-width: 600px;
  width: 75%;
}

.sabox-table .show_conditional th {
  padding-left: 20px;
  padding-right: 20px;
}

.appearance_page_simple-author-box .swal2-popup .swal2-title {
  line-height: 1;
}

body.appearance_page_simple-author-box.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: auto;
  height: 100%;
}

/*.sabox-slider-container .saboxfield {
    display: none;
}*/
.sabox-slider-container {
  max-width: 390px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.sabox-slider-container .ui-slider .ui-slider-handle {
  width: auto;
  text-align: center;
  min-width: 1.2em;
}

.sabox-table p.description {
  font-weight: normal;
}

.wp-admin .checkbox_switch {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.customize-control-title.onoffswitch_label {
  width: 71%;
}

.sabox-table .onoffswitch_label {
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
  margin-top: -1px;
}

.sabox-table .onoffswitch {
  position: relative;
  width: 60px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.sabox-table .onoffswitch-checkbox {
  display: none !important;
}

.sabox-table .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 30px;
  padding: 0;
  line-height: 19px;
  transition: background-color 0.2s ease-in;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 30px;
  background-color: #c4c4c4;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.11);
}

.sabox-table .onoffswitch-label:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 32px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.2s ease-in 0s;
}

.sabox-table .onoffswitch-label:after {
  content: '';
  display: block;
  color: #fff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 6px;
  font-size: 11px;
  font-family: 'Arial';
}

.sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #328ad2;
}

.sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label,
.sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #328ad2;
}

.sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 2px;
}

.sabox-table .onoffswitch-checkbox:checked + .onoffswitch-label:after {
  content: '';
  display: block;
  color: #fff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 27px;
  font-size: 11px;
  font-family: 'Arial';
}

.sabox-table input[type='checkbox']:focus {
  outline: none;
  box-shadow: none;
}

.sabox-table input[type='checkbox'],
.sabox-table input[type='radio'] {
  border-radius: 0px;
  width: 18px;
  height: 18px;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  outline: none;
  box-shadow: none;
  vertical-align: bottom;
}

.sabox-table input[type='checkbox']::before {
  margin: 0;
}

.sabox-table input[type='checkbox']:checked {
  background: #328ad2;
}

.sabox-table input[type='checkbox']:checked::before {
  margin: -3px;
  filter: brightness(0) invert(1);
}

.sabox-table .slider-container {
  position: relative;
}

.sabox-table .wp-picker-input-wrap {
  display: inline-block;
}

.sabox-table .slider-container input[type='text'] {
  border: none;
  text-align: center;
  padding: 2px;
  margin: 0;
  font-size: 14px;
  color: #333;
  background: #f5f7fa;
  width: 62px;
  height: 39px;
  position: absolute;
  right: 0;
  top: 2px;
  border-radius: 0;
}

.sabox-table .wp-color-picker {
  border: none;
  text-align: center;
  padding: 2px;
  margin: 0;
  font-size: 12px;
  color: #333;
  background: #f5f7fa;
  width: 60px;
  height: 38px;
  border-radius: 0px;
  border: 1px solid #f5f7fa;
}

.sabox-table .wp-color-picker:hover,
.sabox-table .wp-color-picker:active,
.sabox-table .wp-color-picker:focus {
  border: 1px solid #328ad2;
  box-shadow: none;
  outline: none;
}

.sabox-table .slider-container .ui-slider {
  position: relative;
  text-align: left;
  height: 2px;
  border-radius: 3px;
  border: none;
  margin-top: 20px;
  margin-left: 8px;
  display: inline-block;
  width: 50%;
  background: #d6d6d6;
}

.sabox-table .slider-container .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -10px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #328ad2;
  border: none;
}

.sabox-table .slider-container .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #e04d43;
  top: 0;
  bottom: 0;
}

select.saboxfield {
  width: 100%;
  padding: 6px 22px;
}

.sabox-table input[type='text'],
.sabox-table textarea {
  width: 100%;
  padding: 6px 22px;
}

.sabox-table select:focus,
.sabox-table input:focus {
  border-radius: 0;
}

/* Social Links */
.sabox-add-social-link {
  text-align: center;
  padding: 10px 0;
  max-width: 570px;
}

.sabox-add-social-link:hover {
  border-color: #000;
}

#sabox-social-table .dashicons-trash {
  vertical-align: middle;
  cursor: pointer;
  color: #a00;
}

#sabox-social-table .dashicons-trash:hover {
  color: #dc3232;
}

/* Simple Author Box Badge */
#sab-current-image img {
  max-width: 130px;
  height: auto;
}

.checkbox-label {
  text-transform: capitalize;
}

/*  EPFW Styles
*
*   @since 2.0.4
*
-------------------------------------------------------------- */

/* tab styling */
.epfw-tab-wrapper.nav-tab-wrapper {
  background: #fff;
  padding: 0;
  border: none;
  text-align: center;
  margin-bottom: 20px;
}

.epfw-tab.nav-tab {
  background: transparent;
  border: 0;
  display: inline-block;
  margin-right: 12px;
  margin-left: 0;
  padding: 2px;
  border-left: 2px solid transparent;
  color: #1d2328;
  font-weight: 400;
  position: relative;
  bottom: -2px;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
  text-align: left;
  padding-left: 26px;
}

.epfw-tab.nav-tab:hover {
  color: #328ad2;
}

.epfw-tab.nav-tab:focus{
    outline: none;
    box-shadow: none;
}

.epfw-tab.nav-tab.nav-tab-active {
  border-left: 2px solid #328ad2;
  color: #328ad2;
}

/* admin options page styling */
.masthead {
  text-align: center;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 19px;
}

.masthead h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}

.masthead a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}

.sabox-version {
  margin: 20px auto;
  padding: 20px 0;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

body.appearance_page_simple-author-box {
  background-color: #f3f6f8;
}

body.appearance_page_simple-author-box #wpcontent {
  padding-left: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  padding-bottom: 40px;
}

.sabox-masthead-left,
.sabox-masthead-right {
  display: inline-block;
}

.sabox-masthead-left {
  float: left;
}

.sabox-masthead-right {
  float: right;
}

/* tooltips styling */
.epfw-tooltip {
  position: relative;
  display: inline;
  margin-right: 10px;
}

.epfw-tooltip:after {
  font-weight: 400;
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 20%;
  opacity: 0;
  content: attr(data-tooltip); /* might also use attr(title) */
  height: auto;
  min-width: 300px;
  z-index: 999;
  text-decoration: none;
  text-align: center;
  border: 1px solid #c8d7e1;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075);
  background: #fff;
  color: #4f748e;
  font-size: 13px;
  padding: 16px;
}

.epfw-tooltip:before {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  content: '';
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
}

.epfw-tooltip:hover:after {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.epfw-tooltip:hover:before {
  visibility: visible;
  opacity: 1;
  bottom: 14px;
}

.epfw-description {
  font-size: 12px;
  font-style: italic;
  clear: both;
  display: block;
  padding: 4px 20px 0 0;
  line-height: 1.5;
}

/* radio group styling */
.sabox-table input[type='radio'] {
  display: none;
  margin: 10px;
}

.sabox-table tr th:first-child {
  width: 60%;
}

.sabox-table input[type='radio'] + label {
  margin: 0.25em 0 0.5em !important;
  min-width: 100px;
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  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, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  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);
}

.sabox-table input[type='radio']: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: #e0e0e0;
}

.sabox-radio-group {
  text-align: right;
}

.sabox-multicheckbox {
  text-align: left;
}

.sabox-multicheckbox > div {
  display: inline-block;
  margin: 5px;
}

.featured-section .button-hero .dashicons {
  font-size: 16px;
  vertical-align: middle;
}

#sabox-container .button,
#sabox-container .button-secondary {
  border-radius: 0;
  background: #f5f7fa;
  border: none;
  margin: 0;
}

#sabox-container .button:hover,
#sabox-container .button-secondary:hover {
  background: #e8e8e8;
}

#sabox-container .button-secondary {
  color: #328ad2;
  border-color: #328ad2;
}

#sabox-container .button-primary {
  background: #328ad2;
  border-color: #328ad2;
  border-radius: 0px;
}

#sabox-container .button.button-hero {
  line-height: 1;
  padding: 0 36px;
  height: 38px;
  border-radius: 0px;
  min-height: none;
}

#sabox-container .wp-picker-input-wrap .button.wp-picker-clear {
  background: #328ad2;
  border-color: #328ad2;
  color: #fff;
  border-radius: 0px;
  height: 38px;
  width: 38px;
  line-height: 24px;
  margin: 0;
  padding: 6px;
  text-indent: -3000px;
}
#sabox-container .wp-picker-input-wrap {
  position: relative;
}
#sabox-container .wp-picker-input-wrap::after {
  content: '\f335';
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 28px;
  position: absolute;
  top: 5px;
  right: 12px;
  color: #fff;
  pointer-events: none;
}

#sabox-container .wp-picker-input-wrap .button.wp-picker-clear:hover,
#sabox-container .wp-picker-input-wrap .button.wp-picker-clear:focus {
  background: #2371b1;
  border-color: #2371b1;
  color: #fff;
}

#sabox-container .button-primary.focus,
#sabox-container .button-primary.hover,
#sabox-container .button-primary:focus,
#sabox-container .button-primary:hover {
  background: #2371b1;
  border-color: #2371b1;
  color: #fff;
}

.featured-section .ti-about-page-text-center {
  text-align: center;
}

.free-pro-table .text-right {
  text-align: right;
}

body .simple-author-box-wrap .wp-badge {
  background: url('../img/sab-big-icon.png') center 35px no-repeat #27547d;
  padding-top: 160px;
  height: 0;
  background-size: 80%;
}

/* Preview */
.sabox-preview {
  margin-bottom: 20px;
  padding: 0;
  display: none;
}

.saboxplugin-wrap {
  background-color: #fff;
  background-size: cover;
}

.sabox-preview .note {
  font-style: italic;
  font-size: 12px;
  line-height: 21px;
  margin-top: 20px;
}

.sab-old-premium {
  margin: 20px 0;
  padding: 10px;
  background-color: #f8efa7;
  border: 1px solid #ccc;
  color: #333;
}

.license-buttons {
  padding: 10px 0;
}

.appearance_page_simple-author-box #wpfooter .wfsab-footer a {
  text-decoration: none;
}

.appearance_page_simple-author-box #wpfooter .wfsab-footer span {
  color: #ffb900;
}

#wpfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #50575e;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}

.saboxplugin-tabs-wrapper {
  width: 100%;
  display: block;
  clear: both;
  overflow: auto;
}

.saboxplugin-tabs-wrapper ul {
  margin: 0px;
}

.saboxplugin-tabs-wrapper ul li {
  list-style: none;
  float: left;
  padding: 8px 20px;
  background: #e4e4e4;
  box-sizing: border-box;
  margin-right: 1px;
  border-bottom: 1px solid #c7c7c7;
}

.saboxplugin-tabs-wrapper ul li.active {
  background: #efefef;
}

.saboxplugin-tabs-wrapper ul li:hover {
  background: #efefef;
  cursor: pointer;
}

.saboxplugin-tab {
  padding: 10px;
}

.sabox-text {
  width: 100%;
}

#sabox-container .sab-element-picker,
#sabox-container .sab-element-picker-disabled,
#sabox-container .sab-image-upload {
  font-size: 14px;
  padding: 8px 0;
}

#sabox-container .sab-element-picker:focus,
#sabox-container .sab-element-picker-disabled:focus,
#sabox-container .sab-image-upload:focus{
    border: none;
    box-shadow: none;
}

#sabox-container .sab-element-picker .dashicons,
#sabox-container .sab-image-upload .dashicons {
  line-height: 18px;
}

.sab-element-picker-wrapper input[type='text'],
.sab-element-image-wrapper input[type='text'] {
  width: 100%;
  height: 30px;
  float: none;
  margin: 0;
}

.sab-element-picker .dashicons,
.sab-image-upload .dashicons {
  line-height: 29px;
}

.sabox-colorpicker {
  text-align: right;
}

.sab-theme-thumbnail {
  width: calc(50% - 16px);
  background: #fff;
  float: right;
  border: 1px solid #ccc;
  margin: 10px 8px;
  padding: 2px;
  min-height: 170px;
}

.sab-theme-gravatar {
  width: 30%;
  margin-right: 4px;
  float: left;
}

.sab-theme-author-bio {
  font-size: 10px;
}

.sab-theme-gravatar img {
  width: 100%;
  height: auto;
}

.sab-theme-social-bg {
  padding: 4px;
  overflow: auto;
  clear: both;
}

.sab-theme-social-bg .saboxplugin-icon {
  float: left;
  margin-right: 2px;
}

.sab-theme-social-bg .saboxplugin-icon svg {
  width: 12px;
  height: 12px;
}

.sab-theme-thumbnail:hover {
  cursor: pointer;
  opacity: 0.8;
}

.sab-theme-thumbnail.active {
  box-shadow: 0px 0px 0px 3px #007cba;
}

.sab-theme-thumbnail .saboxplugin-tabs-wrapper ul li {
  list-style: none;
  float: left;
  font-size: 10px;
  padding: 2px 4px;
}

.sab-theme-thumbnail .saboxplugin-icon-color {
    box-shadow: none;
    padding: 0;
    border: 0;
    transition: opacity .4s;
    display: inline-block;
    color: #fff;
    font-size: 0;
    text-decoration: inherit;
    margin: 5px;
    border-radius: 0;
    overflow: hidden; }
  
  .sab-theme-thumbnail .saboxplugin-icon-grey {
    text-decoration: inherit;
    box-shadow: none;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 10px 5px;
    color: #444;
    fill: #444; }

.sab-element-image-wrapper .sabox-preview-area {
    background: #dde1e6;
    padding: 14px 10px 10px 10px;
    overflow: auto;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    padding-bottom: 20px;
  }
  
  .sab-element-image-wrapper .sabox-preview-area img {
    max-height: 100px;
  }
  
  .sabox-preview-area-placeholder:before {
    content: '';
    width: 48px;
    height: 41px;
    display: block;
    margin: 20px auto;
    background-image: url(../img/image.png);
  }
  
  .sab-image-picker {
    display: block;
    clear: both;
  }
  
  .sab-image-picker a,
  .sab-element-picker-wrapper a {
    width: 100%;
    text-align: center;
  }
  
  .sab-image-picker .sabox_upload_image_input {
    width: 100%;
  }

.sab-alert .notice-dismiss {
  top: 6px;
}

.sab-alert {
  color: #ce8f22;
  background-color: #fffcee;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #f0dbb4;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  display: block;
  max-width: 1360px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0px 0 20px 0;
  position: relative;
  max-width: 860px;
  float: right;
  min-width: 600px;
  width: 75%;
}
.sab-alert-success {
  color: #438a85;
  background-color: #f3faf8;
  border-color: #bfd1cf;
}
.sab-alert-info {
  color: #2b2b2b;
  background-color: #ffffff;
  border-color: #c3c4c7;
  border-left: 4px solid #328ad2;
}
.sab-alert-warning {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}
.sab-alert-danger {
  color: #e76e70;
  background-color: #fff6f4;
  border-color: #f8cdcd;
}

.sabox-table .wp-color-result-text {
  border: none;
  background: #f5f7fa;
  font-size: 14px;
  border-radius: 0;
  border-left: 1px solid #ececec;
  margin: -1px;
  padding: 1px 20px 1px 8px;
  position: relative;
}

.sabox-table .wp-color-result-text::after {
  content: '\f140';
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 0px;
}
.sabox-table .wp-picker-container .wp-color-result {
  border: none;
}

.sabox-table .wp-color-result-text {
  line-height: 2;
}

#sabox-container .wp-picker-container .wp-color-result.button {
  min-height: 20px;
  margin: 0;
  padding: 0 0 0 29px;
  font-size: 11px;
  border: 1px solid #f5f7fa;
  -webkit-box-shadow: 0px 0px 0px 4px #f5f7fa;
  box-shadow: 0px 0px 0px 4px #f5f7fa;
  margin-top: 4px;
}

#sabox-container {
  background: #fff;
  padding: 20px 40px;
}

.sabox-table .file-upload {
  position: relative;
  display: inline-block;
}

.sabox-table .file-upload__label {
  display: inline-block;
  padding: 13px 10px;
  background: #f5f7fa;
  border-radius: 0px;
  border: 1px solid #f5f7fa;
  color: #2271b1;
  line-height: 1;
}

.sabox-table .file-upload__label:hover {
  cursor: pointer;
  border: 1px solid #328ad2;
  background: #ffffff;
}

.sabox-table .file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.sab-logo {
  height: 40px;
}

.sabox-header-menu-button {
  width: 100px;
  float: right;
  cursor: pointer;
  color: #3c434a;
  position: relative;
  text-align: right;
}

.sabox-header-menu-button .dashicons {
  font-size: 28px;
  line-height: 42px;
}

#sabox-header-menu {
  position: absolute;
  top: 30px;
  right: -5px;
  width: 200px;
  z-index: 999;
  background: #fff;
  margin: 0px;
  box-shadow: 1px 6px 6px 0px #0000001a;
}

.sabox-header-menu-button ul {
  display: none;
}

.sabox-header-menu-button:hover ul {
  display: block;
}

#sabox-header-menu li {
  padding: 8px 20px;
  text-align: left;
  border-left: 2px solid #ffffff;
}

#sabox-header-menu li a {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #3c434a;
  width: 100%;
  box-sizing: border-box;
}

#sabox-header-menu li:hover {
  border-left: 2px solid #328ad2;
}

#sabox-header-menu li a:hover {
  color: #328ad2;
}

#sabox-header-menu a:focus {
  outline: none;
  box-shadow: none;
}

.sabox-table .wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
  padding: 14px;
  line-height: 1;
}

.sab-tab-title {
  color: #1d2327;
  font-size: 26px;
  margin: 1em 0;
  font-weight: 400;
  float: left;
  margin-bottom: 30px;
}

.sab-tab-save {
  float: right;
  margin-top: 10px;
}

.sab-remove-image {
  clear: both;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

#sab_bg_image {
  display: none;
}

.BeaconFabButtonFrame {
  bottom: 73px !important;
  right: 10px !important;
  z-index: 999999 !important;
}

.sabox-table .hide {
  display: none;
}

.sabox-table .button-delete {
  padding: 7px 14px;
}

.appearance_page_simple-author-box div.notice {
  display: none;
}
