#wpcontent {
  padding-left: 0 !important;
}

#wpbody-content > .notice {
  display: none;
}

#pdfemb-section-wrapper > .notice {
  margin: 0 0 30px 0;
}

#pdfemb-admin {
  border-top: #0077B6 3px solid;
}

#pdfemb-top-notification {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dcdcde;
  color: #646970;
  padding: 7px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  max-height: 100px;
  overflow: hidden;
  z-index: 999;
  box-sizing: border-box;
}
#pdfemb-top-notification button.dismiss {
  color: #72777c;
  text-decoration: none;
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: 0;
}
#pdfemb-top-notification button.dismiss:hover {
  color: #3c434a;
}

#pdfemb-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  padding: 20px 30px;
  background-color: #fff;
  height: 80px;
  box-sizing: border-box;
}
#pdfemb-header .pdfemb-logo img {
  height: 40px;
  margin-top: 3px;
}
#pdfemb-header .pdfemb-links {
  align-self: center;
  display: flex;
}
#pdfemb-header .pdfemb-links a {
  display: flex;
  align-items: center;
  margin-left: 24px;
  font-size: 13px;
  color: #6F6F86;
  text-decoration: none;
}
#pdfemb-header .pdfemb-links a img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#pdfemb-header .pdfemb-links a:hover {
  color: #0077B6;
  text-decoration: underline;
}

#pdfemb-content #pdfemb-sections {
  border: none;
  border-bottom: 1px solid rgba(96, 96, 96, 0.15);
  margin: 0 30px;
  display: flex;
  justify-content: flex-start;
}
#pdfemb-content #pdfemb-sections .nav-tab {
  position: relative;
  bottom: -1px;
  font-size: 16px;
  color: rgba(30, 30, 30, 0.5);
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  padding: 10px 0;
  margin: 0 20px;
}
#pdfemb-content #pdfemb-sections .nav-tab:first-child {
  margin-left: 0;
}
#pdfemb-content #pdfemb-sections .nav-tab:active, #pdfemb-content #pdfemb-sections .nav-tab:focus {
  box-shadow: none;
}
#pdfemb-content #pdfemb-sections .nav-tab:hover {
  border-bottom: 3px solid #0077B6;
}
#pdfemb-content #pdfemb-sections .nav-tab#pdfemb-section-get-pro-link {
  color: #008D51;
  border-bottom-color: #008D51;
}
#pdfemb-content #pdfemb-sections .nav-tab-active {
  background-color: #f0f0f1;
  border-bottom: 3px solid #0077B6;
  color: #1E1E1E;
  border-radius: 0;
}
#pdfemb-content #pdfemb-sections .nav-tab-right {
  margin-left: auto;
  margin-right: 0;
}
#pdfemb-content #pdfemb-section-wrapper {
  display: table;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin: 0;
}
#pdfemb-content #pdfemb-section-wrapper .pdfembtab {
  display: none;
}
#pdfemb-content #pdfemb-section-wrapper .pdfembtab.active {
  display: block;
}
#pdfemb-content #pdfemb-section-wrapper h3 {
  font-size: 18px;
  color: #1E1E1E;
}
#pdfemb-content #pdfemb-section-wrapper h3:first-of-type {
  margin-top: 0;
}
#pdfemb-content #pdfemb-section-wrapper hr {
  background-color: rgba(24, 36, 69, 0.1);
  height: 1px;
  border: 0;
  margin: 30px 0;
}
#pdfemb-content #pdfemb-section-wrapper .pdfemb-admin-setting input.radio,
#pdfemb-content #pdfemb-section-wrapper .pdfemb-admin-setting input.checkbox {
  margin-right: 10px;
}
#pdfemb-content #pdfemb-section-wrapper .pdfemb-admin-setting p.desc {
  margin-left: 255px;
  padding-left: 0;
}
#pdfemb-content #pdfemb-section-wrapper label {
  float: left;
  font-size: 14px;
  margin-left: 0;
  color: #1E1E1E;
}
#pdfemb-content #pdfemb-section-wrapper label.radio {
  float: none;
  margin-left: 0;
}
#pdfemb-content #pdfemb-section-wrapper label.textinput, #pdfemb-content #pdfemb-section-wrapper label.select, #pdfemb-content #pdfemb-section-wrapper label.checkbox {
  background-color: rgba(0, 0, 0, 0);
  margin: 10px 0 5px;
  width: 255px;
  font-weight: bold;
}
#pdfemb-content #pdfemb-section-wrapper label[for=input_pdfemb_height], #pdfemb-content #pdfemb-section-wrapper label[for=input_pdfemb_width] {
  margin-top: 20px;
}
#pdfemb-content #pdfemb-section-wrapper label.checkbox.plain {
  font-weight: normal;
  width: 600px;
}
#pdfemb-content #pdfemb-section-wrapper label.big {
  font-size: 1.3em;
  padding-top: 8px;
}
#pdfemb-content #pdfemb-section-wrapper input.textinput,
#pdfemb-content #pdfemb-section-wrapper textarea.textinput,
#pdfemb-content #pdfemb-section-wrapper select.select,
#pdfemb-content #pdfemb-section-wrapper input.checkbox {
  float: left;
  margin: 12px 3px 0 0;
  padding: 5px;
}
#pdfemb-content #pdfemb-section-wrapper textarea#pdfemb_wm_text {
  width: 350px;
  height: 150px;
  border: 1px solid #8c8f94;
}
#pdfemb-content #pdfemb-section-wrapper select.select {
  padding: 0 24px 0 8px;
}
#pdfemb-content #pdfemb-section-wrapper input.checkbox.double {
  margin-top: 2px;
}
#pdfemb-content #pdfemb-section-wrapper p {
  font-size: 14px;
  color: #646970;
}
#pdfemb-content #pdfemb-section-wrapper p.desc {
  font-style: italic;
  margin: 6px 0 10px;
  padding: 0 0 8px 22px;
}
#pdfemb-content #pdfemb-section-wrapper p.desc.big {
  padding-left: 255px;
}
#pdfemb-content #pdfemb-settings-section .demo header,
#pdfemb-content #pdfemb-mobile-section .demo header,
#pdfemb-content #pdfemb-secure-section .demo header,
#pdfemb-content #pdfemb-watermarks-section .demo header {
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: baseline;
  gap: 15px;
  font-size: 20px;
}
#pdfemb-content #pdfemb-settings-section .demo section,
#pdfemb-content #pdfemb-mobile-section .demo section,
#pdfemb-content #pdfemb-secure-section .demo section,
#pdfemb-content #pdfemb-watermarks-section .demo section {
  opacity: 0.5;
  user-select: none;
}
#pdfemb-content #pdfemb-settings-section .demo section input, #pdfemb-content #pdfemb-settings-section .demo section select, #pdfemb-content #pdfemb-settings-section .demo section label, #pdfemb-content #pdfemb-settings-section .demo section textarea, #pdfemb-content #pdfemb-settings-section .demo section button,
#pdfemb-content #pdfemb-mobile-section .demo section input,
#pdfemb-content #pdfemb-mobile-section .demo section select,
#pdfemb-content #pdfemb-mobile-section .demo section label,
#pdfemb-content #pdfemb-mobile-section .demo section textarea,
#pdfemb-content #pdfemb-mobile-section .demo section button,
#pdfemb-content #pdfemb-secure-section .demo section input,
#pdfemb-content #pdfemb-secure-section .demo section select,
#pdfemb-content #pdfemb-secure-section .demo section label,
#pdfemb-content #pdfemb-secure-section .demo section textarea,
#pdfemb-content #pdfemb-secure-section .demo section button,
#pdfemb-content #pdfemb-watermarks-section .demo section input,
#pdfemb-content #pdfemb-watermarks-section .demo section select,
#pdfemb-content #pdfemb-watermarks-section .demo section label,
#pdfemb-content #pdfemb-watermarks-section .demo section textarea,
#pdfemb-content #pdfemb-watermarks-section .demo section button {
  pointer-events: none;
}
#pdfemb-content #pdfemb-settings-section .demo a.upgrade,
#pdfemb-content #pdfemb-mobile-section .demo a.upgrade,
#pdfemb-content #pdfemb-secure-section .demo a.upgrade,
#pdfemb-content #pdfemb-watermarks-section .demo a.upgrade {
  color: #fff;
  background-color: #008D51;
  border-radius: 3px;
  padding: 9px 15px;
  font-size: 13px;
  text-decoration: none;
}
#pdfemb-content #pdfemb-settings-section .demo a.upgrade:hover,
#pdfemb-content #pdfemb-mobile-section .demo a.upgrade:hover,
#pdfemb-content #pdfemb-secure-section .demo a.upgrade:hover,
#pdfemb-content #pdfemb-watermarks-section .demo a.upgrade:hover {
  background-color: rgb(0, 156.3, 89.7893617021);
}
#pdfemb-content #pdfemb-get-pro-section-banner {
  padding: 30px 50px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #FFF;
  background-image: url("../../img/admin/get-pro-banner.png"), url("../../img/admin/get-pro-banner-bg.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) center, right center;
  background-size: 400px, contain;
}
#pdfemb-content #pdfemb-get-pro-section-banner h3 {
  color: #1F2937;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-reasons {
  display: flex;
  gap: 100px;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-reasons ul {
  list-style: none;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-reasons ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 36px;
  margin-bottom: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #3A3A58;
  list-style: none;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 12px 12px #fff;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-reasons ul li:before {
  content: url("../../img/admin/get-pro-banner-list.svg");
  position: absolute;
  left: 0;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-get-pro-button a {
  padding: 12px 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background-color: #008D51;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-get-pro-button a:hover {
  background-color: rgb(0, 156.3, 89.7893617021);
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-get-pro-button .discount {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-get-pro-button .discount img {
  width: 16px;
  margin-right: 7px;
}
#pdfemb-content #pdfemb-get-pro-section-banner .pdfemb-get-pro-button .discount span {
  color: #008D51;
  font-style: normal;
  font-weight: 600;
  margin-right: 5px;
}
#pdfemb-content #pdfemb-getstarted {
  padding: 24px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  background-image: url("../../img/admin/getstarted/banner-bg.png");
  background-repeat: no-repeat;
  background-position: calc(100% + 50px) 20px;
  background-size: 400px;
  margin-bottom: 30px;
}
#pdfemb-content #pdfemb-getstarted .content h3 {
  color: #1F2937;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
#pdfemb-content #pdfemb-getstarted .content hr {
  background-color: #E5E7EB;
  max-width: 800px;
}
#pdfemb-content #pdfemb-getstarted .content .editor {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  max-width: 800px;
}
#pdfemb-content #pdfemb-getstarted .content .editor img {
  width: 24px;
  height: 24px;
}
#pdfemb-content #pdfemb-getstarted .content .editor h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
#pdfemb-content #pdfemb-getstarted .content .editor p {
  color: #677283;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 0 6px 6px #fff;
}
#pdfemb-content #pdfemb-getstarted .content .editor.other {
  margin-bottom: 32px;
}
#pdfemb-content #pdfemb-getstarted .content a {
  text-decoration: none;
}
#pdfemb-content #pdfemb-getstarted .content a:hover {
  text-decoration: underline;
}
#pdfemb-content #pdfemb-getstarted .content > p {
  margin: 0;
}
#pdfemb-content #pdfemb-getstarted .dismiss {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
  border: none;
  background: none;
  color: #D8DADE;
  padding: 0;
  margin: 0;
}
#pdfemb-content #pdfemb-getstarted .dismiss:hover {
  color: #1F2937;
}
#pdfemb-content #pdfemb-getstarted .dismiss svg {
  width: 16px;
  height: 16px;
}
#pdfemb-content #pdfemb-about-section .pdfemb-about-us {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}
#pdfemb-content #pdfemb-about-section .pdfemb-about-us h3 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #23282c;
  line-height: 1.6;
}
#pdfemb-content #pdfemb-about-section .pdfemb-about-us p {
  font-size: 16px;
  margin-bottom: 20px;
}
#pdfemb-content #pdfemb-about-section .pdfemb-about-us p:last-child {
  margin-bottom: 0;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding-top: 30px;
  margin-left: -30px;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  width: 33.333333%;
  box-sizing: border-box;
  margin-left: 30px;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-main {
  display: flex;
  flex-direction: row;
  padding: 30px 30px 20px;
  flex-grow: 1;
  text-align: left;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-main h3 {
  padding-top: 0;
  margin-top: 0;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-main img {
  padding-right: 15px;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-footer {
  display: flex;
  text-align: left;
  align-items: center;
  vertical-align: middle;
  padding: 20px;
  border-top: 1px solid rgb(230, 230, 230);
  background-color: #f7f7f7;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-footer .pdfemb-partner-status {
  font-weight: bold;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-footer .pdfemb-partner-status span {
  font-weight: normal;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-footer .pdfemb-partners-install-wrap {
  margin-left: auto;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-footer .pdfemb-partners-install-wrap .spinner {
  display: none;
  visibility: initial;
  float: initial;
  margin-top: 5px;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-footer .pdfemb-partners-install-wrap .spinner.active {
  display: inline-block;
}
#pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners .pdfemb-partners-footer .pdfemb-partners-install-wrap .pdfemb-partners-button {
  font-size: 13px !important;
  width: 140px;
  text-align: center;
}
@media (max-width: 1249px) {
  #pdfemb-content #pdfemb-about-section .pdfemb-partners-wrap .pdfemb-partners {
    width: 50%;
  }
}

#pdfemb-footer {
  text-align: center;
  color: #757575;
}
#pdfemb-footer .links a {
  color: #0077B6;
}
#pdfemb-footer .links span {
  color: rgba(60, 67, 74, 0.5019607843);
  margin: 0 7px;
}