/************************/
/* FORMATPDF STYLES */
/************************/

@import "fonts.css";

html, body {
    font-family: 'Roboto';
}
p {
  font-weight: 300;
  line-height: 21px;
  /* color: #777575; */
  color: #71707d;
}
a {
  color: #c91c3e;
  text-decoration: none;
}
a:hover {
  color: #c91c3e;
  text-decoration: underline;
}
button:focus {
  outline: none;
}
strong {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  color: #333333;
}
h1 {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
}
h2 {
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: left;
}
.container {
  max-width: 1212px;
  padding-left: 21px;
  padding-right: 21px;
}
.full-height {
  min-height: calc(100vh - 175px);
}
#rr_names_frmRegisterForm, #rr_rules_frmRegisterForm {
  display: none;
}
.btn-formatpdf {
    color: white!important;
    background: #ef7c7c!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding: 11px 50px!important;
    border-color: #ef7c7c;
    position: relative;
}
.btn-formatpdf-secondary {
    color: white!important;
    background: #5f5f5f!important;
    font-size: 15px!important;
    font-weight: 400!important;
    padding: 8px 40px!important;
    border-color: #5f5f5f;
    position: relative;
}
.btn-formatpdf:hover {
    background: #d44c4c!important;
    border-color: #d44c4c!important;
}
.btn-formatpdf-secondary:hover {
    background: #2f2f2f!important;
    border-color: #2f2f2f!important;
}
.btn-formatpdf:focus {
    border: none;
    box-shadow: none;
}
.text-bold {
  font-weight: 700!important;
}
.text-medium {
  font-weight: 500!important;
}
.text-normal {
  font-weight: 400!important;
}
.text-large {
  font-size: 1.4rem;
}
.text-underline {
  text-decoration: underline!important;
}
.text-small {
  color: #979797!important;
  font-size: 0.8rem;
  font-weight: 400!important;
}
.formatpdf-hr {
  border-color: #979797;
  margin-top: 0.5rem;
  max-width: 100px;
  border-width: 3px;
  margin-left: 0;
  opacity: 0.5;
}
/*** Home ***/
#home {
  padding-top: 61px;
  background: #f5f7ff;
}
#home section {
  padding-top: 35px;
  padding-bottom: 35px;
}
#home-header {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f3f3f4;
  border-bottom: 4px white solid;
}
#home-header p {
  color: #71707d;
}
.formatpdf-hidden {
  display: none;
}
.discover-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.discover-btn svg {
  color: white;
  fill: white;
  width: 18px;
}
.formatpdf-btn {
  padding: 10px 40px!important;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
}
.formatpdf-btn a {
  color: inherit!important;
  text-decoration: none;
}
.formatpdf-btn a:hover {
  color: inherit!important;
  text-decoration: none;
}
.red-btn {
  color: #fff;
  border-color: #f4524d;
  background-color: #f4524d;
}
.orange-btn {
  color: #fff;
  border-color: #f90;
  background-color: #f90;
  padding: 10px 20px!important;
  font-size: 16px;
}
.orange-btn:hover {
  color: #f7f7f7;
  border-color: #e08700;
  background-color: #e08700;
}
.red-btn:hover {
  color: #f7f7f7;
  border-color: #f23630;
  background-color: #f23630;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.show-formatpdf-hidden {
  color: white!important;
  background: #a1a8c2!important;
  border-color: #a1a8c2!important;
}
.show-formatpdf-hidden.rotate svg {
  transform: rotate(180deg);
}
.feature-box {
  background: white;
  padding: 20px 15px 20px;
  border-radius: 4px;
  box-shadow: 3px 6px 13px 0 rgb(83 105 162 / 20%);
  cursor: pointer;
  height: 100%;
}
.feature-box:hover {
  transform: scale(1.05);
  z-index: 999;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 100ms ease-out;
}
.feature-box.red {
  border-top: 5px solid #ef7c7c;
}
.feature-box-icon {
  flex-basis: 9rem;
}
.feature-box-content {
  padding: 0 5px;
}
.feature-box-title {
  color: #333!important;
  font-weight: 600;
  font-size: 16px;
}
.feature-box-text {
  font-size: 0.9rem;
  color: #777575;
  font-weight: 300;
  padding-top: 15px;
  line-height: 21px;
}
.features-row {
  margin-bottom: 15px;
}
.features-row .col-12.col-md {
  padding-right: 5px;
  padding-left: 5px;
}
#tools {
  background-color: #f5f7ff;
}
.feature-box.blue {
  border-top: 5px solid #84abea
}
.feature-box.orange {
  border-top: 5px solid #f4c16c
}
.feature-box.green {
  border-top: 5px solid #afcb86
}
.feature-box.purple {
  border-top: 5px solid #ccafef
}
.feature-box.yellow {
  border-top: 5px solid #e6e1a9
}
/*** Misc ***/
.formatpdf-header {
    background-color: #f3f3f4;
    padding-top: 40px;
    padding-bottom: 20px !important;
    background-color: #f3f3f4 !important;
    border-bottom: 3px solid white;
}
.header-title {
    color: #333333;
}
.grey-text {
    color: #71707d;
}
.header-subtitle {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4rem;
}
.redo-icon {
    -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -ms-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
}
.img-responsive {
    max-width: 100%;
}

/*** Tabs ***/
.format-pdf-tabs {
    border: none;
    border-bottom: none;
    text-align: center;
}
.format-pdf-tabs .nav-tabs {
    border-color: rgb(0 0 0 / 10%);
    border-bottom: none;
    padding: 0.8rem 1rem;
}
.format-pdf-tabs .nav-link {
    border-top: none;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.format-pdf-tabs .nav-link.active {
    border-bottom: none;
}
.format-pdf-tabs .nav-link:first-child, .format-pdf-tabs .nav-link:first-child:hover { 
    border-left: none!important;
}
.format-pdf-tabs .nav-link:last-child, .format-pdf-tabs .nav-link:last-child:hover { 
    border-right: none!important;
}
.format-pdf-tabs .nav-link { 
    color: #212529;
}
.format-pdf-tabs .nav-link:not(.active) .nav-link-content { 
    opacity: 0.5;
}
.format-pdf-tabs .nav-link:not(.active):hover .nav-link-content { 
    opacity: 1;
}
.tab-content {
    /* padding: 0.8rem 0.3rem; */
}
/*** Pricing ***/
/*** Pricing Tables ***/
#pricing strong {
  font-weight: bold;
}
.static-pages-container {
  padding-top: 61px;
  padding-bottom: 145px;
  background-color: #f5f7ff;
  width: 100%;
}
#pricing .header-container {
  max-width: none;
  padding-bottom: 10px;
  background-color: #f3f3f4;
  margin-bottom: 1.1em;
  border-bottom: 3px solid white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#pricing .prices {
  padding: 33px 120px 35px;
}
#pricing .title-container {
  padding-top: 35px;
  margin-bottom: 39px;
}
#pricing .title-container h1 {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pricing-table {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fffefe;
  padding: 40px 30px 60px 30px;
  position: relative;
  min-height: 488px;
  text-align: center;
  margin-bottom: 0;
}
.pricing-table .pricing-text {
  font-weight: 300;
  line-height: 21px;
}
.pricing-table-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 8px 8px 0 0;
}
#free-plan .pricing-table-header {
  background: rgb(231,46,93);
  background: linear-gradient(to bottom, #e72e5d, #ef2d40), linear-gradient(to bottom, #fffefe, #fffefe);
}
#premium-plan .pricing-table-header {
  background: rgb(250,217,97);
  background: linear-gradient(to bottom, #fad961, #f76b1c 297%), linear-gradient(to bottom, #fffefe, #fffefe);
}
#business-plan .pricing-table-header {
  background: #f6440e;
}
.pricing-title {
text-align: center;
font-size: 24px;
font-weight: bold;
line-height: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #333333;
}
.yearly-info {
display: block;
font-size: 0.7rem;
font-weight: 400;
text-align: left;
line-height: 0.8rem;
}
.pricing-title .pricing-period {
  font-weight: normal;
  font-size: 1rem;
}
.pricing-save {
border-radius: 8px;
background-color: #f5a623;
display: inline-table;
padding: 3px 9px;
margin-top: -20px;
color: #333333;
font-size: 0.9rem;
font-weight: 400;
height: 17px;
display: initial;
}
.pricing-table-grey-text {
  color: #8d8d8d;
}
.pricing-list {
  color: #333333;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.pricing-list > li {
  padding: 10px 0 10px 25px;
  position: relative;
}
.pricing-list > li::before {
width: 16px!important;
height: 16px!important;
content: ' '!important;
position: absolute!important;
left: 0!important;
}
#free-plan .pricing-list > li::before {
  background: url(https://www.formatpdf.com/wp-content/uploads/2021/06/check-free.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#business-plan .pricing-list > li::before {
  background: url(https://www.formatpdf.com/wp-content/uploads/2021/06/check-business.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#premium-plan .pricing-list > li::before {
  background: url(https://www.formatpdf.com/wp-content/uploads/2021/06/check-premium.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pricing-list > li:not(:last-child) {
  border-bottom: solid 1px #979797;
}
.sublist {
  cursor: pointer;
padding-bottom: 0!important;
}
.sublist ul {
  list-style: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sublist.open ul {
  max-height: 400px;
  overflow: visible;
opacity: 1;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sublist ul li {
  padding: 10px 0;
}
.sublist ul li::before {
display: none!important;
}
.sublist ul li:not(:last-child) {
  border-bottom: solid 1px #979797;
}
.sublist::after {
  width: 16px;
  height: 16px;
  background: url(https://www.formatpdf.com/wp-content/uploads/2021/06/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
  position: absolute;
  right: 0;
  top: 15px;
}
.sublist.open::after {
  background: url(https://www.formatpdf.com/wp-content/uploads/2021/06/arrow-up.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pricing-link-container {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.pricing-link {
  color: white;
  padding: 9px 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 0.9rem;
  text-decoration: none;
}
#free-plan .pricing-link {
  background-image: linear-gradient(to bottom, #ba1b43, #ef2d40);
}
#premium-plan .pricing-link {
  background-image: linear-gradient(to bottom, #face61, #f7b21c);
font-weight: 600;
}
#premium-plan .pricing-link:hover {
border: 1px solid #f8c245;
background: white;
color: #f8c245;
text-decoration: none;
}
#business-plan .pricing-link:hover, #free-plan .pricing-link:hover {
border: 1px solid #d22341;
background: white;
color: #d22341;
text-decoration: none;
}
#business-plan .pricing-link {
  background-image: linear-gradient(to bottom, #ba1b43, #ef2d40);
}
.billing-selector-container {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.billing-selector {
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
background-color: #d6d9e7;
padding: 6px;
width: fit-content;
gap: 10px;
}
.billing-selector button {
background: none;
border: none;
padding: 5px 20px;
cursor: pointer;
color: #333333;
font-size: 16px;
}
.billing-selector button.active {
color: #ec2e4e;
border: none;
border-radius: 8px;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
background-color: #ffffff;
font-weight: 500;
}
.discount {
  background: #ec2e4e;
  color: white;
  border-radius: 8px;
  padding: 0px 8px;
  font-weight: 500;
  font-size: 0.7em;
  height: 21px;
  display: flex;
  align-items: center;
}
#pricing .section-2 {
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-color: #f3f3f4 !important;
  border-bottom: 3px solid white;
}
#pricing .section-2 .img-container {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
}
#pricing .section-2 h1 {
  padding-top: 35px;
  margin-bottom: 39px;
  font-weight: 700;
}
#pricing .section-3,
#pricing .section-4 {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 38px;
}
#pricing .section-3 .text-container {
  padding: 35px 15px 0;
}
#pricing .section-3 h2 {
  line-height: 53px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 1.2em 0;
  letter-spacing: 0.05em;
}
#pricing .section-4 h2 {
  line-height: 53px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
#pricing .accordion {
  font-family: 'Open Sans';
}
#pricing .row.accordion {
  padding: 0 15px;
}
#pricing .accordion .btn-link{
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 1;
}
#pricing .accordion .card {
  margin-bottom: 8px;
  border-radius: 2px;
  border: 3px solid #e8e8e8 !important;
}
#pricing .accordion .card-header {
  background-color: #e8e8e8!important;
  border: transparent;
  padding: 15px;
}
#pricing .formatpdf-accordion-title {
  display: inline-block;
  max-width: 86%;
  line-height: 1;
}
#pricing .accordion-btn, .accordion-btn:hover {
  color: #000;
  text-decoration: none;
}
#pricing .accordion-btn:focus {
  box-shadow:  none;
}
#pricing .accordion-btn .icon-accordion {
  margin-right: 6px;
  font-size: 16px;
}
#pricing .accordion-btn.collapsed .open-icon,  .accordion-btn .close-icon, #pricing .card-header.collapsed .open-icon{
  display: none;
}
#pricing .accordion-btn .open-icon,  .accordion-btn.collapsed .close-icon, .card-header.collapsed .close-icon{
  display: block;
  float: right;
}
#pricing .accordion-btn .open-icon, .accordion-btn .close-icon, #pricing  .card-header .open-icon {
  color: #ef7c7c;
  padding-top: 3px;
}
#pricing .card-header {
  cursor: pointer;
}
#pricing .accordion .card-body p{
  color: #777575;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
#pricing .accordion .card-body {
  padding: 15px;
}
/*** End Pricing Tables ***/
/*** End Pricing ***/
/*** Press ***/
#press strong,
#newsletter strong {
  font-weight: bold;
}
#press .header-container,
#newsletter .header-container {
  background-color: #c94660;
  padding-top: 45px;
  padding-bottom: 140px;
}
#press .text-container {
  margin-top: 10px;
  margin-right: 50px;
  margin-bottom: 0px;
  margin-left: 50px;
}
#press .header-container blockquote {
  background-color: #fff;
  padding: 67px 87px;
}
#press .header-container blockquote p {
  font-size: 24px;
  font-weight: 300;
  line-height: 21px;
  color: #777575;
}
#press .header-container h1,
#newsletter .header-container h1 {
  font-size: 38px;
  color: #ffffff;
  line-height: 42px;
  text-align: left;
  font-weight:500;
  font-style:normal;
  letter-spacing: 0.05em;
}
#newsletter .header-container h1 {
  font-size: 28px;
}
#press .header-img-container img,
#press .section-1 img,
#newsletter .section-1 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#press .header-container p {
  color: #ffffff; 
  font-size: 23px;
}
#press .header-container h3 {
  text-align: center; 
  color: #ffffff;
}
#press blockquote img{
  position: absolute;
  right: 67px;
  bottom: 0;
  max-width: 86px;
  height: 70px;
}
#press a,
#newsletter a {
  color: #c91c3e;
  text-decoration: none;
}
#press .header-container a,
#newsletter .header-container a {
  color: #ffffff;
}
#press .section-1 h1 {
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: left;
  font-weight:500;
  font-style:normal
}
#press .section-1 .text-container {
  margin: 40px 0 35px 0;
}
#press h1 {
  letter-spacing: 0.05em;
}
#press ul li {
  padding-bottom: 6px;
}
#press ul li em {
  color: #777575;
}
#press .small-body {
  font-size: 85%;
  line-height: 23px;
}
#press .section-4 h1,
#press .section-5 h1,
#press .section-6 h1{
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: left;
  font-weight:500;
  margin: 40px 0 10px 0;
}
#press h3 {
  font-weight: 700;
  margin: 1.13em 0;
}
#press .section-7 p {
  font-size: 17px; 
  color: #333; 
  font-weight: 500; 
  letter-spacing: 1px;
}
#press .section-7 img {
  width: 100%;
  object-fit: contain;
}
.static-pages-container.press {
  padding-bottom: 70px;
}
/*** End Press ***/
/*** newsletter ***/
#newsletter .header-container {
  padding-top: 65px;
}
#newsletter .header-container .text-container{
  padding: 0 50px;
}
#newsletter .header-container p,
#newsletter .header-container a {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 35px 0;
}
#newsletter .header-container h1 {
  margin-top: 10px;
}
#newsletter .section-1 .text-container,
#newsletter .section-2 .text-container{
  padding: 40px 0 30px;
}
.static-pages-container.newsletter {
  padding-bottom: 0;
}
#contacto {
  padding-top: 61px;
  background-color: #f5f7ff;
  width: 100%;
}
#contacto h1 {
  margin-top: 50px;
  letter-spacing: 0.05em;
}
#contacto a {
  color: #ca1b3d;
}
#contacto .form-container {
  margin-top: 35px;
  width: 100%;
  padding-left: 21px;
  padding-right: 21px;
}
#contacto .form-section label {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #777575;
  margin-bottom: 0;
}
#contacto .form-section input[type="text"],
#contacto .form-section input,
#contacto .form-section textarea
 {
  padding: 12px 40px 12px 20px;
  border: 1px solid #dfe5e8;
  background-color: #f4f6f7;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #777575;
  margin-bottom: 24px;
  width: 100%;
}
#contacto .form-section textarea {
  height: 232px;
}
#contacto .form-section textarea:focus, 
#contacto .form-section input:focus{
  outline: none;
}
#contacto .form-section button {
  background-color: #00bcd4;
  color: #fff;
  line-height: 30px;
  padding: 10px 40px;
  font-size: 20px;
  margin: 15px 15px 24px 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border: 0 none;
  vertical-align: middle;
  outline: none;
}
#contacto .form-section button:hover {
  background-color: #ef7c7c;
}
#contacto .disclaimer {
  margin-bottom: 51px;
  margin-top: 15px
}
#contacto .invalid-name,
#contacto .invalid-email,
#contacto .invalid-email-type,
#contacto .invalid-issue {
  color: #DC3232;
  margin-top: -24px;
  margin-bottom: 12px;
}
#contacto .response-output.error {
  border: 2px solid #ffb900;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  color: #777575;
  width: 96%;
}
#contacto .response-output.success {
  border: 2px solid #46b450;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  color: #777575;
  width: 96%;
}
#contacto .response-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
/*** End newsletter ***/
@media screen and (max-width: 767px) {
  .aside-content .format-pdf-tabs {
    flex-direction: row!important;
  }
  /*** Pricing ***/
  #pricing .title-container {
    padding-top: 85px;
    margin-bottom: 45px;
  }
  #pricing .section-2 h1 {
    padding-top: 70px;
  }
  #pricing .section-3 h2 {
    font-size: 32px;
    line-height: 36px!important;
  }
  #pricing .section-4 h2 {
    font-size: 32px;
    line-height: 36px!important;
    margin: 0 4px 32px;
  }
  #pricing .section-2 .img-container {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #press .herramientas {
    padding: 40px 0;
  }
  /*** End Pricing ***/
}
@media screen and (max-width: 992px) {
  /*** Pricing ***/
  #pricing .prices {
    padding: 33px 15px 0;
  }
  #pricing .pricing-table {
    margin-bottom: 45px;
  }
  #pricing .section-2,
  #pricing .section-3,
  #pricing .section-4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 38px;
  }
  #pricing .section-2 img {
      height: auto;
      width: 100%;
      vertical-align: top;
  }
  #pricing .section-2 .img-container {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
    max-width: 150px;
    margin: auto;
  }
  .billing-selector button {
    font-size: 0.7rem;
    }
  .billing-selector-container {
    margin-bottom: 55px;
  }
  /*** End Pricing ***/
}
/*** Header ***/
.nav-container {
    position: fixed;
    width: 100%;
    background: white;
    margin-bottom: 3px;
    z-index: 101;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50,50,50,0.18);
    box-shadow: 0 3px 6px 0 rgba(50,50,50,0.18);
}
nav.navbar {
    background: white;
    height: 61px;
    padding: 0;
}
.navbar-nav {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    height: 61px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 18px 9px!important;
    text-transform: none;
    font-size: 0.65rem!important;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 2px;
    color: #919191!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
}
.dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
@media screen and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    /* font-size: 0.8rem!important;
    font-weight: 500;
    letter-spacing: 1px; */
  }
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 3px 6px 13px 0 rgb(83 105 162 / 20%);
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.navbar-nav .dropdown-item {
  padding: 17px 25px!important;
  text-transform: none;
  font-size: 11px;
  font-family: 'Montserrat';
  font-weight: 700;
  letter-spacing: 0px;
  color: #919191!important;
  border: none!important;
  box-shadow: 0px -3px 3px 0 rgb(83 105 162 / 3%);
  min-width: 280px;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: inherit;
  color: rgba(0,0,0,.9);
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.subdropdown {
  position: relative;
}
.subdropdown-menu {
  box-shadow: 3px 6px 13px 0 rgb(83 105 162 / 20%);
  position: absolute;
  background: white;
  right: -280px;
  top: 0px;
  display: none;
}
.login-buttons .dropdown-item {
  color: #212529!important;
}
.login-buttons .dropdown-item.upgrade {
  color: #f7b74d!important;
}
.login-buttons .dropdown-item.logout {
  color: #919191!important;
}
.login-menu-icons {
  max-width: 17px;
  margin-right: 15px;
}
.subdropdown:hover {
  cursor: pointer;
}
.subdropdown:hover .subdropdown-menu {
  display: block;
}
.subdropdown::after {
  position: absolute;
  width: 9px;
  height: 16px;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  font-weight: normal;
  font-family: inherit;
  font-style: normal;
  font-size: 19px;
  line-height: 16px;
  content: '›';
}
@media screen and (max-width: 767px) {
  .subdropdown-menu {
    right: 0;
    top: 50px;
    z-index: 1;
    left: 0;
  }
  .subdropdown .subdropdown-menu, .subdropdown:hover .subdropdown-menu {
    display: none;
  }
  .subdropdown .subdropdown-menu.open, .subdropdown:hover .subdropdown-menu.open {
    display: block;
  }
}
.logo {
  width: 132px;
}
.security-logos img {
  max-width: 67px;
}
.login-buttons {
  background-image: linear-gradient(to bottom, #ba1b43, #ef2d40);
  color: white!important;
}
.login-buttons a, #navbarDropdown, #navbarLogin a {
  color: white!important;
}
.login-separator {
  color: #9b9696;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.login-separator span {
  background-color: white;
  display: block;
  z-index: 11;
  width: fit-content;
  margin: 0 auto;
  padding: 0 5px;
}
.login-separator:before {
  content: " ";
  width: 100%;
  position: absolute;
  border: 1px solid #979797;
  left: 0;
  height: 2px;
  top: 10px;
  z-index: -1;
}
/*** Content ***/
.action-main {
    background-color: #f5f7ff;
    background-image: url(/images/tool-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 380px;
    padding: 100px 10px 80px 10px!important;
    /*min-height: calc(100vh - 68px);*/
    min-height: calc(100vh - 52px);
}
/*** Home ***/
.white {
    color: white;
}
.home-btn {
    width: 100%; 
    min-height: 100px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

section.index{
    padding-top: 105px;
}
.light {
    font-weight: 400;
}

h2.light{
    font-size: 20px;
}
h3.light {
    font-size: 46px;
}
h4.light{
    font-size: 18px;
}

.jc-center {
    justify-content: center;
}

body.index:before {

}
.col-home {
    justify-content: center;
    text-align: center;
    /* padding-top: 41px; */
    /* height: 150px; */
    background-color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 15px;
}
.col-home:hover {
    background-color: #ffffff;
    cursor: pointer;
    /* transition: background-color 1s; */
    box-shadow: inset 0px 0px 16px 6px #cecccc;
    /* transition: box-shadow 1s; */
}

.col-home > h4 {
    position: relative;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: 6px;
    text-transform: capitalize;
}

.col-home > h4:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    width: 100%;
}
.col-home > h4:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
}


.col-home:hover > h4:before{
    background-color: black;
    animation-name: load-upperline;
    animation-duration: 2s;
}
.col-home:hover > h4:after{
    background-color: black;
    animation-name: load-underline;
    animation-duration: 2s;
}


.index.container > .row:nth-child(even){
    padding-bottom: 25px;
}

.index.container > .row:nth-child(odd){
    padding-bottom: 65px;
}

.container-actions {
    box-shadow: 1px 1px 14px 3px #858585;
}

.col-home > p.subtitle {
    color: #858585;
}
.col-home:hover > p.subtitle {
    color: #1f1f1f;
}
#reviews {
  background-color: #c94660;
  border-bottom: none!important;
}
.testimonial-container {
  background: #f4fcff;
  border-radius: 6px;
  padding: 10px 0 0
}

.testimonial-container .fa {
  /* font-family: 'Font Awesome 5 Free'; */
  font-weight: 900;
  font-size: 0.8rem
}

.testimonial-intro-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  font-style: italic
}

.testimonials-intro hr,
.formatpdf-hr {
  max-width: 100px;
  border-color: #eee;
  border-width: 3px;
  margin-left: 0;
  opacity: 0.5
}

.yellow-star {
  color: #f3cc7b !important
}

.reviews-score {
  float: left;
  margin-right: 10px;
  color: white
}

.reviews-number {
  display: block;
  color: #fff;
  font-size: 0.8em
}

.testimonial-name-container {
  float: left
}

.testimonial-name {
  margin-bottom: 5px
}

.testimonial-stars-container {
  position: absolute;
  right: 15px;
  top: 5px;
}

.testimonial-stars-container-main {
  float: left
}

.testimonials-text-container {
  display: inline-block
}

.testimonials-text-container .small {
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 0.9rem
}

.testimonial-posted {
  float: right;
  color: rgba(102, 102, 102, 0.47);
  font-size: 0.75rem !important;
  margin-top: -10px
}

.testimonial-text {
  padding: 8px 19px;
  min-height: 170px;
  position: relative;
}

.small.testimonial-location {
  color: rgba(102, 102, 102, 0.47);
  margin-top: 0px;
  font-size: 0.8rem
}
/* Tiles */
.tiles .grey-container {
  position: relative;
  background: rgb(161 168 194 / 0.16);
  margin: 0 auto;
  padding: 60px 15px 35px;
}
.grey-square-img img {
  position: absolute;
  right: 15px;
  top: 15px;
  max-width: 50px;
}
.grey-square-tile h3 {
  font-size: 1.1rem;
  line-height: 25px;
  font-weight: 500;
  color: #333;
  max-width: 80%;
}
.grey-square-tile p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #777575;
  word-wrap: break-word;
}
.tile-row {
  margin-bottom: 1.1em;
}
.heading-paragraphs-cta h2 {
  color: #333333;
  margin-bottom: 35px;
  letter-spacing: 1.4px;
  line-height: 53px;
  font-weight: 600;
}
.heading-paragraphs-cta p {
  color: #777575;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 21px;
  font-weight: 300;
}
.heading-paragraphs-cta strong {
  font-weight: bold;
}
.small-container {
  max-width: 990px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.heading-paragraphs-cta .btn-container {
  padding-top: 5px;
  margin-bottom: 22px;
  text-align: center;
}
/* ANIMATIONS KEYFRAMES */

@keyframes load-underline {
    from {left: 50%; width: 0%;}
    to {left:0; width:100%;}
}

@keyframes load-upperline {
    from {left: 50%; width: 0%;}
    to {left:0; width:100%;}
}
/*** Get PDF ***/
#get-pdf {
    min-height: calc(100vh - 284px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/*** Form ***/
.newsletter-title {
    font-size: 24px!important;
    line-height: 30px!important;
    font-weight: 300;
    margin: 0 0 7px 0!important;
    color: #333333!important;
    letter-spacing: 1px;
  }
  .newsletter-subtitle {
    font-style: italic;
    color: #777575!important;
    font-weight: 300;
  }
  .knn-mc-form-fields a {
    color: #c91c3e!important;
    text-decoration: underline;
  }
  .col-form {
    padding: 0 35px;
  }
  .knn-mc-form-fields fieldset {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .knn-mc-form-fields .news-legal {
    opacity: 0;
    z-index:-1;
    font-size: 0.8em;
    position: absolute;
    top: calc(100% + 10px);
    padding: 20px;
  }
  
  .knn-mc-form-fields.open .news-legal {
    opacity: 1;
    z-index: 9999;
    background: #f3f3f3;
    transition: 0.3s all
  }
  .knn-mc-form-fields label {
    cursor: pointer;
    font-weight: 300;
    color: #777575;
  }
  .mc4wp-form {
    padding:0
  }
  .news-inputs {
    margin-bottom:0
  }
  .news-terms {
    margin-bottom: 10px!important;  
  }
  .terms-checkbox a {
    color: #ca1b3d;
    text-decoration: underline;
  }
  /* .knn-mc-form-fields > div {
    background-color:#f3f3f3
  } */
  
  .knn-mc-form-fields {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #e3e7f8;
    padding: 35px 70px;
    border-radius: 6px;
    max-width: 960px;
  }
  
  .knn-mc-form-fields .news-legal {
    opacity: 0;
    z-index: -1;
    font-size: 0.8em;
    position: absolute;
    top: calc(100% - 15px);
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  }
  
  .knn-mc-form-fields.open .news-legal {
      opacity: 1;
      z-index: 9999;
      background: #f3f3f3;
      transition: 0.3s all
  }
  
  .knn-mc-form-fields .news-legal p {
      margin-bottom: 10px;
      line-height: 1.25;
    font-size:0.9em
  }
  
  .knn-mc-form-fields .news-legal a {
    text-decoration: underline
  }
  
  .knn-mc-form-fields .news-inputs {
      display: flex;
    width:100%;
    position: relative;
    flex-direction: column;
    margin: 5px 0;
  }
  
  .knn-mc-form-fields .legal-close {
    background-color: #e0dfdf;
    padding: 6px 10px 8px 10px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer;
  }
  
  .knn-mc-form-fields .legal-close:hover {
      background-color: #dadada
  }
  
  .knn-mc-form-fields input[type="email"], .knn-mc-form-fields input[type="text"] {
    border-radius: 3px!important;
    padding: 10px 30px;
    background-color: #fff;
    transition: 0.3s all;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px 0 rgb(130 130 130 / 50%);
    border: none;
    color: #3c3950;
    outline: 0;
  }
  .knn-mc-form-fields input[type="checkbox"] {
    margin-right: 5px;
  }
  .knn-mc-form-fields input[type="email"]:focus, .knn-mc-form-fields input[type="text"]:focus {
      box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
      transition: 0.3s all
  }
  
  .knn-mc-form-fields input[type="email"]::placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    opacity: 0.6;
    font-weight: 400;
  }
  
  .knn-mc-form-fields input[type="submit"] {
    background-color: #ef7c7c;
    border: 1px solid #ef7c7c!important;
    color: #fff;
    border-radius: 3px;
    padding: 10px 65px;
    font-weight: 600;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    font-family: inherit;
    margin: 0;
    height: auto;
    max-height: none;
    width: auto;
    font-weight: 400;
  }
  
  .knn-mc-form-fields input[type="submit"]:hover,
  .knn-mc-form-fields input[type="submit"]:focus {
    color: #ef7c7c !important;
    background-color: white;
  }
  /*** Form End ***/
  
  /*** Validations ***/
  #mc_embed_signup div.mce_inline_error {
    position: absolute;
  }
  .name-error, .email-error, .terms-error {
    position: absolute;
    bottom: -30px;
    display: block;
    border-radius: 3px;
    background-color: red;
    color: white;
    z-index: 1;
    padding: 2px 10px;
    font-size: 15px;
    display: none;
  }
  .name-error, .email-error {
    left: 0;
    bottom: -30px;
  }
  .terms-error {
    left: 0;
    bottom: -25px;
  }
  /*** Validations End ***/
  
  /*** Images ***/
  .img-fluid {
    max-width: 100%!important;
  }
  /*** Images End ***/
  
  /*** Custom Checkbox ***/
  /* Customize the label (the container) */
  .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px 0 rgb(130 130 130 / 50%);
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #ef7c7c;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*** Custom Checkbox End ***/
  @media screen and (max-width: 991px) {
    .mc-row {
      flex-direction: column-reverse;
    } 
    .knn-mc-form-fields {
      padding: 35px 15px;
    }
    .knn-mc-form-fields input[type="submit"] {
      width: 100%;
    }
  }
  @media screen and (max-width:600px) {
        
    .knn-mc-form-fields .news-inputs {
      flex-direction:column
    }
  
    .knn-mc-form-fields .news-inputs input[type="email"] {
      margin-bottom:10px
    }
  
    .knn-mc-form-fields .news-inputs input[type="submit"] {
      margin:0;
      max-width:unset
    } 
    .newsletter-title {
      font-size: 20px;
      line-height: 26px!important;
      margin: 0 0 12px 0;
      text-align: center;
    }
    .newsletter-subtitle {
      text-align: center;
      font-size: 14px;
      line-height: 18px;
    }
    .knn-mc-form-fields label {
      font-size: 13px;
  }
  }
/*** Footer ***/

#formatpdf-footer {
    background-color: #181828;
    /*padding-top: 35px;*/
    padding-top: 13px;
    /*padding-bottom: 20px;*/
    padding-bottom: 0px;
    position: relative;
    font-family: 'Roboto';
}
#formatpdf-footer .container {
    max-width: 1212px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 21px;
    padding-right: 21px;
}
#formatpdf-footer .logos-container {
    padding: 0 20px;
}
#formatpdf-footer .footer-links {
    text-transform: none;
    font-weight: 300;
    font-size: 0.8rem;
    color: #f4fcff;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 10px;
}
#formatpdf-footer .footer-links a {
    font-weight: 300;
}
#formatpdf-footer .logo-footer {
    max-width: 120px;
    margin-bottom: 10px;
}
#formatpdf-footer #sectigo-logo, #trustedcommerce-logo {
    max-width: 57px;
    margin-bottom: 0;
}
#formatpdf-footer .footer-copyright {
    color: #c0c0c0!important;
    font-size: 0.7rem;
    font-weight: 300;
}
#formatpdf-footer .col-4 {
    padding-right: 0px;
    padding-left: 0px;
}
.footerFollowUsLinks {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: -16px !important;
  margin-left: 12px
}

.footerFollowUsLinks a {
  padding: 0 6px
}
.youtube-link {
  display: none;
}
.youtube-link.es {
  display: block;
}
#lenguage-select {
  color: white;
  width: 100%;
  padding: 4px 8px;
  background-color: #181828;
}
#lenguage-select:focus-visible {
  outline: none;
}

@media screen and (max-width: 767px) {
  .text-mobile-center {
      text-align: center !important
  }

  .footerFollowUsLinks {
      display: inline-flex;
      margin-left: 0
  }
}
/*** Cookie Alert ***/
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0!important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #4d4d55!important;
    padding: 10px 0;
    line-height: 19px;
    font-size: 0.8rem!important;
    padding-right: 35px!important;
    padding-top: 10px!important;
    padding-bottom: 20px!important;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms
}

.cookiealert a {
    text-decoration: underline;
    color: #ecf0f1;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    background: transparent!important;
    border: none!important;
    color: #ecf0f1;
    height: auto;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    #formatpdf-footer .footer-links {
        text-align: center;
    }
    .links-margin {
        margin: 2rem 0;
    }
}
/*** Loader ***/
#loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 2;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 40px auto;
  position: relative;
  text-indent: -9999em;
  
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader.full-page {
  font-size: 10px;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ef7c7c;
}
.loader.btn-loader {
    left: 0;
    font-size: 3px;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid white;
    position: absolute;
    top: 8px;
    left: calc(50% - 15px);
    margin: 0;
    display: none;
}
.loader-box {
  min-width: 750px;
  padding: 80px 40px;
  border-radius: 8px;
  background: white;
}
@media screen and (max-width: 767px) {
  .loader-box {
    min-width: auto;
    width: calc(100% - 20px);
  }
}
#download-loader {
  padding: 20px 40px;
}
.loader-box.tool-loader {
  background-image: url(images/loader-box.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.loader-message {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
}
.loader-submessage {
  font-size: 21px;
  color: #777575
}
/*** Queue ***/
#queue-info {
  display: none!important;
}
.queue #queue-info {
  display: block!important;
}
.queue #download-info, .queue #download-loader {
  display: none!important;
}
/*** Custom checkbox ***/
.styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    left: 30px;
  }
  .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #ef7c7c;
    position: absolute;
    left: -30px;
  }
  .styled-checkbox:hover + label:before {
    background: #ef7c7c;
  }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .styled-checkbox:checked + label:before {
    background: #ef7c7c;
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*** 404 ***/
.notfound-page {
    background-color: #f6faff;
    padding-top: 170px !important;
    padding-bottom: 210px !important;
}
.notfound-container {
  text-align: center;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Roboto';
  font-size: 1.1em;
}
.notfound-number {
	color: #ef7c7c;
    font-size: 5.8rem;
  font-weight: bold;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 20px;
  line-height: 1em;
}
.notfound-title {
    color: #34343e;
    display: block;
    font-size: 2.1em;
    margin-bottom: 30px;
    line-height: 1.3em;
    font-weight: 300;
}
.notfound-text {
	color: #36363f;
    font-size: 1rem;
}
.notfound-page img {
	max-width: 400px;
}
.notfound-page input {
	border-radius: 8px!important;
  border: solid 1px #979797!important;
  background: white;
  font-size: 1em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 25px;
  border-radius: 25px;
  border: 0 none;
  box-sizing: border-box;
  outline: 0 none;
}
.notfound-text a {
  color: #4a90e2!important;
  text-decoration: underline!important;
  background-color: transparent!important;
  padding: 0!important;
}
.notfound-page input::placeholder { 
  color: #757575;
}
.notfound-page .search-submit {
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    right: 0;
    font-family: 'thegem-icons';
    font-weight: normal;
    font-size: 24px;
    background: transparent;
    border: 0 none;
    margin-top: 0;
    cursor: pointer;
}
.notfound-page button {
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    right: 0;
    font-family: 'thegem-icons';
    font-weight: normal;
    font-size: 24px;
    background: transparent;
    border: 0 none;
    margin-top: 0;
    cursor: pointer;
}
.notfound-page button:after {
    content: url(images/search-icon.png);
}
.notfound-page .search-form {
    position: relative;
}
/*** Get PDF more tools ***/
.btn-more-tools {
    padding: 11px 20px!important;
    min-width: 212px;
}
/*** Share Buttons ***/
.share-btn {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.share-facebook {
    background-image: url('{cdn_url}/images/icons/facebook.svg');
}
.share-twitter {
    background-image: url('{cdn_url}/images/icons/twitter.svg');
}
.share-linkedin {
    background-image: url('{cdn_url}/images/icons/linkedin.svg');
}
.share-whatsapp {
    background-image: url('{cdn_url}/images/icons/whatsapp.svg');
}
.share-email {
    background-image: url('{cdn_url}/images/icons/mail.svg');
}
.share-facebook:hover {
    background-image: url('{cdn_url}/images/icons/facebook_hover.svg');
}
.share-twitter:hover {
    background-image: url('{cdn_url}/images/icons/twitter_hover.svg');
}
.share-linkedin:hover {
    background-image: url('{cdn_url}/images/icons/linkedin_hover.svg');
}
.share-whatsapp:hover {
    background-image: url('{cdn_url}/images/icons/whatsapp_hover.svg');
}
.share-email:hover {
    background-image: url('{cdn_url}/images/icons/mail_hover.svg');
}
/*** Sign In & Log In ***/
.formatpdf-signin-form #sendButton {
    color: white;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #bb1b43, #ed2c40);
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    height: 50px;
    font-weight: 500;
    letter-spacing: 1px;
}
.formatpdf-signin-form input[type=text], .formatpdf-signin-form input[type=password] {
    box-shadow: inset 0 1px 3px 0 rgba(130, 130, 130, 0.5);
    background-color: #f3f3f4;
    border: none;
    padding: 10px 20px;
    height: 50px;
    color: #333333;
}
.formatpdf-signin-form .sign-in-title {
    font-size: 1.3rem;
    font-weight: 500;
}
.formatpdf-signin-form #rr_names_frmLoginForm, .formatpdf-signin-form #rr_rules_frmLoginForm  {
    display: none;
}
.refresh-captcha {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 120px;
  border-radius: 3px;
  border: 1px solid black;
  padding: 4px 2px;
}
.refresh-captcha img {
  width: 20px;
}
.checkout-header {
  background: #f5a622;
  padding-top: 65px;
}
#popup-signin-container .checkout-header, #popup-login-container .checkout-header {
  background: transparent;
}
span.close {
  cursor: pointer;
}
.checkout-title {
  font-weight: 600;
  font-size: 27px;
}
.premium-icon {
  max-width: 30px;
}
.checkout-subtitle {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.checkout-subtitle a {
  color: #212529;
  text-decoration: underline;
}
.google-login img {
  max-width: 260px;
}
#rr_names_frmPasswordReset, #rr_rules_frmPasswordReset {
  display: none;
}
/* PopUp */
.popup-login {
  position: fixed;
  left: 0;
  top: 8px;
  background: rgba(0,0,0,0.6);
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup-signin-container, #popup-login-container {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
  /* padding-right: 0;
  padding-left: 0; */
}
.smily-pdf img {
  width: 250px;
}
.popup-login .checkout-header {
  padding-top: 0px;
  position: relative;
}
.popup-login .container {
  max-width: 800px;
}
#popup-signin-container, #popup-login-container {
  max-width: 1064px;
  width: auto;
}
.formatpdf-signin-form {
  width: 720px;
  max-width: 100%;
  padding: 0 40px;
}
.checkout-header > span.close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  font-size: 17px;
  z-index: 1;
}
/*** Sign In & Log In End ***/
@media screen and (max-width: 767px) {
    .get-pdf-buttons-container {
        flex-direction: column;
    }
    .nav-item:not(.login-buttons) {
      background: white;
      box-shadow: 0px -3px 3px 0 rgb(83 105 162 / 3%);
      border: 1px solid #ededed;
      border-width: 0.5px 1px 0.5px 1px;
    }
    .smily-pdf {
      display: none!important;
    }
}
/* Thank You */
#thank-you .thank-you-img {
  width: 165px;
}
#thank-you {
  min-height: calc(100vh - 175px);
}
/*** Menu responsive ***/
@media screen and (max-width: 767px) {
  .mobile-menu-open .nav-container {
    position: relative;
  }
  .mobile-menu-open .action-main {
    padding-top: 36px!important;
  }
  .navbar-light .navbar-toggler {
    border: none;
}
  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .navbar-toggler:focus {
    outline: 1px dotted;
    outline: none;
}
.popup-login {
  top: 62px;
  height: 92%;
}
#popup-signin-container, #popup-login-container {
  height: auto;
  overflow-y: auto;
}
}

/*** IFRAME TOOLS ***/
.tool-page.no-file {
  display: none;
} 
.tool-page.no-file .action-main {
  margin-right: 0;
} 
.tool-page.no-file .action-sidebar {
  display: none;
}    
/*** IFRAME TOOLS END ***/

.static-page {
  padding-top: 61px;
  background-color: #f5f7ff;
}
.static-page h1 {
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: left;
  margin-bottom: 10px;
}
.static-page h1.light-title {
  color: #fff;
}
.static-page a {
  color: #c91c3e;
  text-decoration: none;
}
.static-page strong {
  font-weight: bold;
}
/* ABOUT US */
.about-us-page .section-1 .text-section {
  margin: 40px 0 35px;
}
.about-us-page .text-section {
  margin-bottom: 35px;
}
.about-us-page .section-2 {
  background-color: #c94660
}
.about-us-page .tile-box {
  color: #fff;
  text-align: center;
}
.about-us-page .tile-box p {
  color: #fff;
}
.about-us-page .tile-box hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.about-us-page .tile-box .icon {
  max-width: 50px;
  margin: auto;
  margin-bottom: 35px;
}
.about-us-page .about-table thead {
  background-color: #3e586f;
}
.about-us-page .about-table thead th {
  color: #fff;
}
.about-us-page .about-table th, .about-us-page .about-table td {
  vertical-align: middle;
}
.about-us-page .about-table td.icon-table {
  text-align: center;
}
.about-us-page .about-table td.icon-table img {
  max-width: 30px;
}
.about-us-page .about-table td {
  padding: 10px 30px;
  font-weight: 300;
}
.about-us-page .about-table th {
  font-weight: 300;
  color: #777575;
  padding: 10px 30px;
}

.about-us-page .author-name img {
  float: left;
  display: inline;
  margin-right: 1.6em;
  width: 125px;
}

.about-us-page .author .author-name {
  font-weight: bold;
}
.about-us-page .section-5 .text-section {
  margin: 40px 0;
}
.about-us-page .section-5 .subtitle {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 52px;
  color:#333;
  letter-spacing: 1px;
}
/* END ABOUT US */

/* TERMS AND CONDITIONS */
.terms-conditions-pages h2 {
  font-size: 36px;
  line-height: 53px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
/* END TERMS AND CONDITIONS */

/* COOKIES PAGE */
.cookies-page table tbody, .cookies-page table tbody td{
  border: 1px solid #dfe5e8;
  padding: 5px 10px;
  color: #777575;
}
/* END COOKIES PAGE */

/* PRIVACY POLICY */
.privacy-policy-page li {
  color: #777575;
}
.privacy-policy-page table tbody, .privacy-policy-page table tbody td{
  border: 1px solid #dfe5e8;
  padding: 5px 10px;
  color: #777575;
}

/* END PRIVACY POLICY */


@media screen and (max-width: 767px) {
  /* ABOUT US */
  .about-us-page {
    overflow: hidden;
  }
  .about-us-page .about-table th {
    padding: 0.75rem;
  }
  /* END ABOUT US */
  /* PRIVACY POLICY */
  .privacy-policy-page, .cookies-page {
    overflow: hidden;
  }
  .privacy-policy-page table {
    width: 100%;
  }
  /* END PRIVACY POLICY */

}

/*--------------------------- 
KNN AWS Upload CSS 
---------------------------*/

/*** Main Styles ***/
.d-none {
  display: none!important;
}
.text-underline {
  text-decoration: underline!important;
}
#drop_zone {
    background: #ef7c7c;
    width: 100%;
    height: 414px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px;
    border-radius: 6px;
    position: relative;
}
#drop_zone.active .drag_and_drop_container {
  border-color: #f08181;
}
.drag_and_drop_container {
    border-radius: 6px;
    border: dashed 3px white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#drop_zone.active .drag_and_drop_box {
  display: none;
}
.drag_and_drop_box {
  display: flex;
  flex-direction: column;
}
.choose_file, .error-button {
    border-radius: 6px;
    background-color: white;
    color: #ef7c7c;
    padding: 30px 20px;
    width: 539px;
    min-height: 105px;
    max-width: calc(100% - 10px);
    border: none;
    margin: 0 auto;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    position: relative;
    display: block;
}
.circle-img {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);

}
.choose_file:hover, .error-button:hover {
  background-color: #d75252;
}
.error-button a, .error-button a:hover {
  color: inherit;
  text-decoration: none;
}
.drag_and_drop_text {
    margin-top: 25px;
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    text-decoration: underline;
    text-transform: uppercase;
}
#drag_and_drop_blocker {
    position: absolute;
    /* background: rgba(0,0,0,0.5); */
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}
#drag_and_drop_blocker.active {
    display: block;   
}
.file_error, .file_number_error {
  display: none;
  color: red;
  margin-top: 10px;
  font-size: 1.1rem;
}
.error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ef7c7c;
  z-index: 1;
}
.error-message {
  color: #333333;
  font-weight: 600;
  font-size: 1.1rem;
}
.error-message .small {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 10px 0;
  font-weight: 500;
}
.error-message .small a {
  font-weight: bold;
}
.error-button {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 8px 0px 5px;
  max-width: none;
  width: auto;
  min-height: 0;
}
.error-submessage {
  color: #777575;
  font-weight: 500;
}
.error-img {
  max-width: 190px;
  position: absolute;
  left: 90px;
  z-index: -1;
}
.warning-img {
  max-width: 20px;
  margin-right: 5px;
}
#try-another {
  cursor: pointer;
}
/*** Spinner ***/
.spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 6px;
}
.lds-spinner {
    color: official;
    display: inline-block!important;
    position: absolute;
    width: 80px;
    height: 80px;
    display: none;
    z-index: 1000;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  /*** Loader ***/
  .loader-container {
    display: none;
    position: absolute;
  }
  #drop_zone.active .loader-container {
    display: block;
  }
.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader {
margin: 15px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
display: block;
}

.loader.full-page {
font-size: 10px;
border-top: 1.1em solid rgba(255, 255, 255, 1.0);
border-right: 1.1em solid rgba(255, 255, 255, 1.0);
border-bottom: 1.1em solid rgba(255, 255, 255, 1.0);
border-left: 1.1em solid #ef7c7c;
}
.uploading-message-1 {
  font-size: 24px;
  font-weight: bold;
  color: #212529;
}
.uploading-message-2 {
  font-size: 21px;
  color: white;
  display: none;
}
.uploading-message-2.active {
  display: block;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @media screen and (max-width: 991px) {
    .error-img {
      max-width: 150px;
      left: 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .error-img {
      display: none;
    }
    #drop_zone {
      padding: 15px;
      height: 376px;
    }
    #drop_zone.active .loader-container {
      padding-left: 35px;
      padding-right: 35px;
    }
    .uploading-message-1 {
      font-size: 22px;
    }
    .uploading-message-2 {
      font-size: 17px;
    }
    .choose_file, .error-button {
      width: auto;
      max-width: calc(100% - 30px);
      text-align: center;
      font-size: 24px;
      padding: 30px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .circle-img {
      position: relative;
      left: 0;
      margin-right: 10px;
    }
  }
  
  
/************************/
/* LANDING PAGES STYLES */
/************************/

/* Main */
#tool-container {
  min-height: calc(100vh - 179px);
  /* height: 100%; */
}
#lp-container {
  background-color: #f5f7ff;
}
/* Header */
.breadcrumbs a {
  color: #c91c3e;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumbs span {
  font-size: 16px;
  color: #777575;
}
.breadcrumbs {
  margin-bottom: 15px;
  padding-top: 35px;
}
.header h1 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}
#header {
  background: #f3f3f4;
  padding-top: 61px;
}
#header .header-subtitle {
  font-size: 16px;
  color: #777575;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
/* Input */
#input {
  background: #f3f3f4;
  border-bottom: 4px solid white;
  padding: 5px 0 40px;
}
/* CTAs */
.cta-row {
  margin-bottom: 1.1em;
  margin-top: 85px;
}
.ctas .btn-container {
  padding-top: 5px;
  margin-bottom: 22px;
  text-align: center;
}
.btn.btn3 {
  color: #fff!important;
  border-color: #f4524d;
  background-color: #f4524d;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  word-wrap: break-word;
  text-decoration: none;
  transition: all .2s ease-in-out;
  line-height: normal;
}
.btn.btn3:hover {
  border-color: #f23630;
  background-color: #f23630;
}
/* Heading Paragraphs */
#heading-paragraphs-1, #heading-paragraphs-2, #heading-paragraphs-3, #heading-accordions-1, #heading-accordions-2, #other-tools, #newsletter, #tiles {
  padding: 35px 0;
}
#ratings {
  padding: 5px 0;
}
.title-section {
  color: #333333;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 42px;
  font-family: 'Roboto';
  font-weight: 600;
  letter-spacing: 1.4px;
}
a {
  color: #c91c3e;
  text-decoration: none;
}
.heading-accordions .accordion {
  font-family: 'Open Sans';
}
.heading-accordions .accordion .card {
  margin-bottom: 12px;
  border: 3px solid #e8e8e8;
  border-top: 0;
  border-radius: 2px;
}
.heading-accordions .accordion .card-header {
  background-color: #e8e8e8;
  border: transparent;
  padding: 8px 0px;
}
.heading-accordions .formatpdf-accordion-title {
  display: inline-block;
  max-width: 86%;
}
.accordion-btn, .accordion-btn:hover {
  color: #000;
  text-decoration: none;
}
.accordion-btn:focus {
  box-shadow:  none;
}
.accordion-btn .icon-accordion {
  margin-right: 6px;
  font-size: 16px;
}
.accordion-btn.collapsed .open-icon,  .accordion-btn .close-icon{
  display: none;
}
.accordion-btn .open-icon,  .accordion-btn.collapsed .close-icon{
  display: block;
  float: right;
}
.accordion-btn .open-icon, .accordion-btn .close-icon {
  color: #ef7c7c;
  padding-top: 3px;
}
.heading-accordions .card-body {
  color: #777575;
  font-size: 15px;
  line-height: 25px;
}
.heading-paragraphs .text, .heading-paragraphs .text p {
  font-weight: 300;
  line-height: 21px;
  color: #777575;
  font-weight: normal;
}
.heading-paragraphs .text ol li {
  padding-bottom: 6px;
  line-height: 25px;
  font-size: 16px
}
.heading-paragraphs .text ol li::marker, .heading-accordions .card-body ol li::marker {
  font-weight: bold;
}
/* Tiles */
.tiles .grey-container {
  position: relative;
  background: rgb(161 168 194 / 0.16);
  margin: 0 auto;
  padding: 60px 15px 35px;
}
.grey-square-img img {
  position: absolute;
  right: 15px;
  top: 15px;
  max-width: 50px;
}
.grey-square-tile h3 {
  font-size: 1.1rem;
  line-height: 25px;
  font-weight: 500;
  color: #333;
  max-width: 80%;
}
.grey-square-tile p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #777575;
}
.tile-row {
  margin-bottom: 1.1em;
}
.heading-paragraphs-cta h2 {
  color: #333333;
  margin-bottom: 35px;
  letter-spacing: 1.4px;
  line-height: 53px;
  font-weight: 600;
}
.heading-paragraphs-cta p {
  color: #777575;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 21px;
  font-weight: 300;
}
.heading-paragraphs-cta strong, .heading-paragraphs strong, .heading-accordions strong {
  font-weight: bold;
}
.small-container {
  max-width: 990px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.heading-paragraphs-cta .btn-container {
  padding-top: 5px;
  margin-bottom: 22px;
  text-align: center;
}
/* Rating */
.rating-container{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.rating{
  font-size: 30px;
  color: #f8e71c;
  float: left;
}
.rating-title{
  float: left;
  line-height: 45px;
  font-size: 16px;
  /* font-weight: 800; */
  letter-spacing: 0.4px;
  color: #777575;
  margin-right: 15px;
}
.rating-number{
  float: left;
  line-height: 45px;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #777575;
  margin-left: 15px;
}
.rating-number b{
  margin-right: 12px;
}
@media (max-width: 767px) {
  .rating-container{
      flex-direction: column;
      align-items: center;
  }
  .rating-title{
      margin-right: 0;
  }
  .rating-number{
      margin-left: 0;
  }
}
/* Other Tools */
.other-tools h2 {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.other-tools .small-container {
  /* margin: 0 auto; */
}
.other-tools .title-container {
  /* max-width: 960px; */
  /* margin: 0 auto; */
}
.other-tools-title p {
  font-weight: bold;
  font-size: 16px;
  color: #777575
}
.other-tools-links a {
  color: #c91c3e;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.other-tools-links i {
  width: 22px;
  font-size: 22px;
  color: #91a0ac;
  margin-right: 8px;
}
.other-tools-links.two i {
  width: 22px;
  font-size: 22px;
  color: #91a0ac;
  margin-right: 8px;
  margin-left: 2px;
}
.other-tools-links img {
  width: auto;
  height: 23px;
  margin-right: 8px;
}
.other-tools-links.square img {
  width: 19px;
  height: 19px;
  margin-right: 8px;
}
.other-tools-links span {
  font-size: 24px;
  color: #91a0ac;
  margin-left: -4px;
  margin-right: 8px;
}
.other-tools-link {
  margin-bottom: 1.421em;
}
.tools-hr {
  max-width: 100px;
  border-width: 3px;
  margin-left: 0;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .ctas .btn-container {
      margin-bottom: 42px;
  }
  .tiles .tile {
      margin-top: 1.421em;
  }
  .heading-paragraphs-cta h2 {
      font-size: 32px;
      margin-bottom: 10px;
      line-height: 36px;
  }
  .other-tools h2 {
      font-size: 32px;
      font-weight: 700;
      line-height: 36px;
      letter-spacing: 0.05em;
      margin-bottom: 5px;
      text-align: center;
  }
  .other-tools-link {
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }
  .other-tools-links a {
      margin-top: 10px;
  }
  .accordion .card-body img {
      max-width: 100%;
      height: auto;
  }

}

/************************/
/* TRANSFORM PDF STYLES */
/************************/

/*** Main Styles ***/

.action-sidebar {
  position: fixed;
  top: 61px;
  right: 0;
  width: 380px;
  background: #ffffff;
  height: calc(100vh - 65px);
  overflow-y: scroll;
  border-left: 4px solid #ef7c7c;
  padding-bottom: 190px!important;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* Fix for Safari */
@supports (-webkit-hyphens:none){ 
  .action-sidebar {
    position: absolute;
    height: 100%;
  }
  .tool-page .row {
    position: sticky;
  }
}
/* End Fix for Safari */
body.no-sidebar .action-sidebar {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  right: -376px;
}
/* .action-sidebar::before {
  content: '';
  background-color: white;
  background-image: url(/images/tools.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: fixed;
  margin-left: -54px;
  margin-top: 30px;
  border-left: 3px solid #ef7c7c;
  border-top: 3px solid #ef7c7c;
  border-bottom: 3px solid #ef7c7c;
  width: 34px;
  height: 30px;
  background-size: 63%;
  background-repeat: no-repeat;
  border-radius: 10px 0px 0px 10px;
  background-position: center;
  cursor: pointer;
} */
.toggle-sidebar {
  display: block;
  background-color: white;
  background-image: url(/images/tools.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: fixed;
  margin-left: -54px;
  margin-top: 30px;
  border-left: 3px solid #ef7c7c;
  border-top: 3px solid #ef7c7c;
  border-bottom: 3px solid #ef7c7c;
  width: 34px;
  height: 30px;
  background-size: 63%;
  background-repeat: no-repeat;
  border-radius: 10px 0px 0px 10px;
  background-position: center;
  cursor: pointer;
}
.zoom-in, .zoom-out {
  display: block;
  background-color: white;
  font-weight: 700;
  position: fixed;
  margin-left: -54px;
  border-left: 3px solid #ef7c7c;
  border-top: 3px solid #ef7c7c;
  border-bottom: 3px solid #ef7c7c;
  width: 34px;
  height: 30px;
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-in:hover, .zoom-out:hover {
  background-color: #ef7c7c;
  color: white;
}
.zoom-in {
  margin-top: 75px;
  font-size: 1.4rem;
  border-radius: 10px 0px 0px 0px;
}
.zoom-out {
  margin-top: 102px;
  font-size: 1.7rem;
  border-radius: 0px 0px 0px 10px;
}
.action-main {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
body.no-sidebar .action-main {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  margin-right: 0px;
}
.action-title {
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
}
.action-title-small {
  font-size: 26px;
}
@media screen and (max-width: 767px){
  .action-title-small {
      font-size: 21px;
      line-height: 28px;
  }
}
.btn-formatpdf-action {
  /* position: absolute;
  bottom: 20px;
  width: calc(100% - 30px);
  left: 15px; */
  position: relative;
  bottom: 20px;
  width: 100%;
  /* height: 49px; */
  min-height: 49.5px;
  height: auto;
  margin-top: 30px;
}
.info {
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: left;
  background-position: 12px;
  background-repeat: no-repeat;
  padding: 24px;
  color: #383e45;
  background-color: #d9edf7;
  margin-bottom: 16px;
  border: 0;
  border-radius: 4px;
}
.file {
  background: rgb(244 193 108 / 0.3);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #f4c16c;
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: 300;
  display: block;
  margin-bottom: 25px;
  font-size: 0.85rem;
}
.file .remove-icon {
  cursor: pointer;
  width: 10px;
}
.file:hover .remove-icon {
  display: block!important;
}
.thumb.hidden {
  display: none;
}
.thumb canvas {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*** Order ***/
#order-pdf .thumb {
  flex-direction: column;
}
.thumbsContainer {
  max-width: 1200px;
  margin: auto;
}
.explodeThumbsContainer {
  display: flex;
  flex-wrap: wrap;
}
#thumbsList, #thumbsList2, #thumbsList3, #thumbsList4,#single-page-thumbs, #double-page-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
#thumbsList.hidden, #thumbsList2.hidden, #thumbsList3.hidden, #thumbsList4.hidden {
  display: none;
}
#double-page-thumbs.hidden, #single-page-thumbs.hidden {
  display: none;
}
.thumb, .single-page-thumbs, .pair-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 200px;
  flex-basis: 200px;
  margin: auto;
  text-align: center;
  background: rgb(132 171 234 / 0.1);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #84abea;
  /* margin-bottom: 20px; */
  margin: 20px 30px;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  position: relative;
}
.thumb img {
  max-width: 75%;
}
.pair-container {
  padding: 10px 10px 0px 10px;
}
.page-numbers-thumb {
  position: relative;
}
.page-number {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
}
/*** Rotate ***/
#rotate-left, #rotate-right {
  padding: 11px 25px!important;
  margin: 0px 5px 5px 5px;
  min-width: 143px;
}
.rotate-shortcut {
  position: absolute;
  right: 20px;
  top: 15px;
  background: rgb(239 124 124 / 38%);
  border-radius: 10px;
  padding: 5px 7px 1px 7px;
  cursor: pointer;
}
#pdf-container:hover .rotate-shortcut, .rotate-shortcut:hover {
  background: #d44c4c!important;
}
.rotate-shortcut i {
  font-size: 20px;
  color: white;
}
.undo {
  cursor: pointer;
  padding: 0 30px;
}

/*** Delete Sheets ***/
#delete-sheet #undo {
  display: none;
}
#deleted-pages-title {
  display: none;
}
.delete-shortcut {
  position: absolute;
  right: 20px;
  top: 15px;
  background: rgb(239 124 124 / 38%);
  border-radius: 10px;
  padding: 5px 7px 1px 7px;
  cursor: pointer;
}
#pdf-container:hover .delete-shortcut, .delete-shortcut:hover {
  background: #d44c4c!important;
}
.delete-shortcut i {
  font-size: 20px;
  color: white;
}
#deleted-pages {
  word-break: break-word;
}

/*** Explode ***/
#explode-pdf .thumb {
  flex-direction: column;
}
.explode-icon-container {
  margin-bottom: 10px;
}
.drag-icon {
  font-size: 2rem;
  padding: 0 10px;
  cursor: pointer;
}
.rank-container {
  width: fit-content!important;
  border: 1px dotted #aaa;
  margin: auto;
  margin-bottom: 30px;
}
.rank {
  padding: 0.5rem 0.3rem;
  border: 1px solid rgb(0 0 0 / 10%);
  border-top: 0;
  position: relative;
}
.rank-numbers label {
  font-size: 0.9rem;
  display: flex;
  align-self: center;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.rank-numbers input {
  margin-right: 15px;
  font-size: 0.9rem;
  min-width: 68px;
}
.rank-numbers {
  padding: 5px 6px 5px 0px;
}
@media screen and (max-width: 767px) {
  .rank-numbers {
      flex-direction: column;
  }
}
.rank-title {
  font-size: 0.9rem;
  font-weight: bold;
}
.add-rank-icon {
  font-size: 1.65rem;
  position: absolute;
  bottom: 0px;
  right: 17px;
}
#explode-tab-content {
  margin-top: 20px;
}
.rank-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #efefef;
  border-radius: 100%;
  font-size: 0.9rem;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}
.rank:hover .rank-close-button {
  display: block;
}
#fixed-rank-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
  padding: 0.7rem 1.4rem;
  border: 1px solid rgb(0 0 0 / 10%);
  border-top: none;
}
#fixed-rank {
  border-top: 0;
  position: relative;
  font-size: 0.9rem;
}
#fixed-rank-input {
  display: flex;
  flex-basis: 60px;
  font-size: 0.9rem;
}
[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
#explode-inner-tab .nav-link, #extract-inner-tab .nav-link {
  border: none;
  background: rgb(239 124 124 / 15%);
  width: 40%!important;
  /* margin: 0px 5px; */
  display: flex;
  border-radius: 3px 3px 0 0;
  justify-content: center;
  align-items: center;
  padding: 10px 4%;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #explode-inner-tab .nav-link, #extract-inner-tab .nav-link {
    width: 50%!important;
  }
}
#explode-inner-tab .nav-link.active, #explode-inner-tab .nav-link:hover, #extract-inner-tab .nav-link.active, #extract-inner-tab .nav-link:hover {
  background: rgb(239 124 124 / 37%);
}

#extract-select-container, #extract-select-container input , #merge-after-ranges-label, #merge-after-extract-pages-label, #extract-all-info {
  font-size: 0.9rem;
}
.thumb.selected {
  outline: 2px solid #ef7c7c;
}
/*** Insert page number ***/
.page-numbers-config * {
  font-size: 0.875rem;
}
.option-page {
width: 70px;
border: 1px solid #aeaeb2
}
.option-title {
  font-weight: bold;
  font-size: 0.95rem;
}
.option-page>*,
.option-page>*>*,
.option-page-item {
height: 25px;
display: -ms-flexbox;
display: flex;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
padding: 0;
background: none
}

.option-page>:hover {
background: none
}

.option-page>*>* {
cursor: pointer;
border-bottom: 1px dashed #aeaeb2;
border-right: 1px dashed #aeaeb2
}

.option-page>*>:hover {
background: rgba(0, 0, 0, .2)
}

.option-page>*>* .option:last-child {
border-right: 1px dashed rgba(0, 0, 0, 0)
}

.option-page>.option:last-child {
border-bottom: 1px dashed rgba(0, 0, 0, 0)
}

.option-page-position:last-child {
border-right: 0
}

.option-page-row:last-child>* {
border-bottom: 0
}

.option-page .active {
background: rgba(255, 0, 0, .2);
position: relative
}

.option-page .active:after {
display: block;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #e5322d;
border: 0
}
.span-input {
  display: unset;
}
.font-style-icon {
  width: 25px;
  padding: 3px;
}
.font-style-btn {
  cursor: pointer;
  margin-right: 0px;
}
.font-style-btn.active {
  background: #f6f6f8;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.2);
}
.font-color-label {
  margin-bottom: 0;
}
#font-color {
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
  margin-top: 5px;
  cursor: pointer;
}
.font-color-container {
  /* display: flex;
  align-items: center; */
}
.page-number-preview {
  display: block;
  width: 20px;
  height: 20px;
  background: #e32740;
  border-radius: 100%;
  position: absolute;
}
/* Default margin position */
.page-number-preview.bottom-right {
  bottom: 10px;
  right: 16px;
}
.page-number-preview.bottom-right.odd {
  left: 16px;
  right: auto;
}
.page-number-preview.bottom-center {
  bottom: 10px;
  left: calc(50% - 10px);
}
.page-number-preview.bottom-left {
  bottom: 10px;
  left: 16px;
}
.page-number-preview.bottom-left.odd {
  right: 16px;
  left: auto;
}
.page-number-preview.top-right {
  top: 16px;
  right: 16px;
}
.page-number-preview.top-right.odd {
  left: 16px;
  right: auto;
}
.page-number-preview.top-center {
  top: 16px;
  left: calc(50% - 10px);
}
.page-number-preview.top-left {
  top: 16px;
  left: 16px;
}
.page-number-preview.top-left.odd {
  right: 16px;
  left: auto;
}
.page-number-preview.middle-right {
  right: 16px;
  top: calc(50% - 10px);
}
.page-number-preview.middle-right.odd {
  left: 16px;
  right: auto;
}
.page-number-preview.middle-left {
  left: 16px;
  top: calc(50% - 10px);
}
.page-number-preview.middle-left.odd {
  right: 16px;
  left: auto;
}
/* Big margin position */
.page-number-preview.bottom-right.big {
  bottom: 12px;
  right: 18px;
}
.page-number-preview.bottom-right.big.odd {
  left: 18px;
  right: auto;
}
.page-number-preview.bottom-center.big {
  bottom: 12px;
  left: calc(50% - 10px);
}
.page-number-preview.bottom-left.big {
  bottom: 12px;
  left: 18px;
}
.page-number-preview.bottom-left.big.odd {
  right: 18px;
  left: auto;
}
.page-number-preview.top-right.big {
  top: 18px;
  right: 18px;
}
.page-number-preview.top-right.big.odd {
  left: 18px;
  right: auto;
}
.page-number-preview.top-center.big {
  top: 18px;
  left: calc(50% - 10px);
}
.page-number-preview.top-left.big {
  top: 18px;
  left: 18px;
}
.page-number-preview.top-left.big.odd {
  right: 18px;
  left: auto;
}
.page-number-preview.middle-right.big {
  right: 18px;
  top: calc(50% - 10px);
}
.page-number-preview.middle-right.big.odd {
  left: 18px;
  right: auto;
}
.page-number-preview.middle-left.big {
  left: 18px;
  top: calc(50% - 10px);
}
.page-number-preview.middle-left.big.odd {
  right: 18px;
  left: auto;
}
/* Small margin position */
.page-number-preview.bottom-right.small {
  bottom: 7px;
  right: 12px;
}
.page-number-preview.bottom-right.small.odd {
  left: 12px;
  right: auto;
}
.page-number-preview.bottom-center.small {
  bottom: 7px;
  left: calc(50% - 10px);
}
.page-number-preview.bottom-left.small {
  bottom: 7px;
  left: 12px;
}
.page-number-preview.bottom-left.small.odd {
  right: 12px;
  left: auto;
}
.page-number-preview.top-right.small {
  top: 12px;
  right: 12px;
}
.page-number-preview.top-right.small.odd {
  left: 12px;
  right: auto;
}
.page-number-preview.top-center.small {
  top: 12px;
  left: calc(50% - 10px);
}
.page-number-preview.top-left.small {
  top: 12px;
  left: 12px;
}
.page-number-preview.top-left.small.odd {
  right: 12px;
  left: auto;
}
.page-number-preview.middle-right.small {
  right: 12px;
  top: calc(50% - 10px);
}
.page-number-preview.middle-right.small.odd {
  left: 12px;
  right: auto;
}
.page-number-preview.middle-left.small {
  left: 12px;
  top: calc(50% - 10px);
}
.page-number-preview.middle-left.small.odd {
  right: 12px;
  left: auto;
}
/*** Middle Center Number Preview ***/
.page-number-preview.middle-center {
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
/*** Compress ***/
.compress-options {
  width: 100%;
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 20px 30px;
  text-align: left;
  box-shadow: 3px 6px 13px 0 rgba(83, 105, 162, 0.2);
  background: #ffffff;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
}
.compress-options .title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #333;
  display: block;
}
.compress-options .subtitle {
  font-size: 0.9rem;
  display: block;
  font-weight: 300;
}
.compress-options .selected {
  display: none;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  color: #00e000;
}
.compress-options.active .selected {
  display: block;
}
/*** ODT to PDF ***/
#odt-to-pdf .thumb, #tiff-to-pdf .thumb, #epub-to-pdf .thumb, #djvu-to-pdf .thumb, #jpg-to-pdf .thumb, #word-to-pdf .thumb, #excel-to-pdf .thumb, #powerpoint-to-pdf .thumb {
  /* min-height: 268px; */
  min-height: 150px;
  flex-basis: 120px;
}
/*** Unlock PDF ***/
#password.error {
  border-color: #dc3545;
}
/*** Print PDF ***/
#print-mobile-modal {
  padding: 80px 60px 40px 60px;
}
#print-mobile-modal .modal-content {
  font-size: 2rem;
  padding: 50px 60px 40px 60px;
}
.modal-title {
  font-size: 2.3rem;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 2.4rem;
  cursor: pointer;
}
.inpt-pass {
  position: relative;
}
.inpt-pass .icon-changes {
position: absolute;
top: 6px;
right: 14px;
font-size: 18px;
}
/*** Insert Watermark ***/
.invalid-rank {
  color: #e32740;
  font-weight: 600;
}
.rank-numbers input.error {
  outline: 2px solid #e32740;
}
/*** RESPONSIVE ***/
@media screen and (max-width: 767px) {
  .btn-formatpdf {
      padding: 11px 30px!important;
  }
  .action-sidebar {
      width: 300px;
  }
  body.no-sidebar .action-sidebar {
      right: -296px;
  }
  input[type="file" i]#awsFileUpload {
      font-size: 0.8rem;
  }
}
