html, body {
  height: 100%;
}
.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.app-container .notifications, .app-container .vue-notification-group {
  top: 67px !important;
}
.app-container .navbar-container {
  display: flex;
  flex: none;
  flex-direction: column;
  height: 57px;
  width: 100%;
}
.app-container .navbar-container .navbar {
  height: 52px;
  width: 100%;
  background-color: #5D7188;
}
.app-container .navbar-container .navbar + div {
  height: 5px;
  width: 100%;
  background-color: #00ac69;
  background-image: linear-gradient(to right, #00ac69 0%, #a0d6ad 100%);
}
.app-container .navbar .navbar-brand .title {
  color: #f3f3f3;
}
.app-container .navbar .button {
  border: none;
  background-color: #00ac69;
}
.app-container .navbar .navbar-link:hover {
  color: #f3f3f3;
}
@media screen and (max-width: 1023px) {
  .app-container .navbar-menu {
    background-color: #5d7186;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .app-container .navbar .navbar-dropdown {
    left: initial;
    right: 0;
    border-top: 0;
 }
  .app-container .navbar .button {
    margin-top: 8px;
    margin-right: 15px;
 }
}
.app-container .navbar a.navbar-item {
  color: #f3f3f3;
}
.app-container .navbar a.navbar-item.disabled {
  opacity: 0.6;
}
.app-container .navbar .navbar-burger {
  color: #f3f3f3;
}
.app-container .navbar .navbar-item:not(.has-dropdown) {
  transition: background-color 0.2s ease-in;
}
.app-container .navbar a.navbar-item:focus,
.app-container .navbar a.navbar-item:focus-within,
.app-container .navbar a.navbar-item:hover,
.app-container .navbar a.navbar-item.is-active,
.app-container .navbar .navbar-link:focus,
.app-container .navbar .navbar-link:focus-within,
.app-container .navbar .navbar-link:hover,
.app-container .navbar .navbar-link:active,
.app-container .navbar .navbar-link.is-active,
.app-container .navbar .navbar-item.has-dropdown.is-active .navbar-link,
.app-container .navbar .navbar-item.has-dropdown:focus .navbar-link,
.app-container .navbar .navbar-item.has-dropdown:hover .navbar-link {
  background-color: #5d7999 !important;
  color: #a0d6ad;
}
.app-container .navbar .navbar-item.button {
  color: #f3f3f3;
}
.app-container .navbar .navbar-item.button:hover {
  background-color: #5d7999;
  color: #a0d6ad;
}
.app-container .navbar-brand img {
  max-height: 4.5rem;
}
@media screen and (min-width: 1024px) {
  .navbar-dropdown {
    background-color: #5d7186;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
}
@media screen and (max-width: 1023px) {
  .app-container .navbar-brand .navbar-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
 }
  .app-container .navbar-brand img {
    max-height: 2.9rem;
 }
}
.app-container .navbar a.navbar-link.has-text-premium:hover,
.app-container .navbar .navbar-item.has-dropdown:hover .navbar-link.has-text-premium {
  color: gold;
  opacity: 0.8;
}
.app-container .navbar a.navbar-link.has-text-premium::after {
  border-color: gold;
}

/* Page content */
.app-container .page-content {
  display: flex;
  flex: 1 0 auto;
  padding: 15px 0;
  min-height: calc(100% - 57px - 36px);
}
.app-container .page-content > * {
  width: 100%;
}
.app-container .page-content > .container {
  padding: 1.25rem 2.5rem;
}
.app-container .footer {
  background-color: #5d7186;
  display: flex;
  flex: none;
  height: 36px;
  padding: 7px 15px;
  font-size: 0.75rem;
  color: white;
}
.app-container .footer > div {
  width: 100%;
}
.app-container ul.unstyled {
  list-style-type: none;
}
.app-container .table {
  margin-top: 25px;
}
.app-container .table td {
  padding: 0.5em;
  vertical-align: middle;
}
.app-container .table td .buttons {
  margin-bottom: 0;
}
.app-container .modal-card-title {
  color: #f3f3f3;
}
.app-container .modal-card-head,
.app-container .modal-card-foot {
  background-color: #5d7186
}
@media (max-width: 768px) {
  .app-container .dashboard-chart-container {
    min-height: 20rem;
 }
}
.app-container .copy-link-switch {
  position: relative;
}
.app-container .copy-link-switch > .button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.app-container .copy-link-switch > input {
  border: 0;
  color: #00f f;
  text-decoration: underline;
  padding: 0;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  background-color: transparent;
}
.app-container .copy-link-switch > .disable-copy + .button {
  display: none;
}
.app-container .copy-link-switch:not(.mobile):hover > .button {
  opacity: 1;
}
.app-container .copy-link-switch:not(.mobile):hover > input:not(.disable-copy) {
  opacity: 0;
}
.app-container .trial-notification-bar {
  color: rgba(0, 0, 0, .7);
  padding: 0.5rem 1rem;
}
.app-container .trial-notification-bar strong {
  color: inherit;
}
.app-container .button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.app-container .button.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}
.app-container .button.is-danger.is-light.is-hovered, .app-container .button.is-danger.is-light:hover {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.app-container .tag {
  cursor: pointer;
}
.app-container .tag .edit {
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  color: #f3f3f3;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.app-container .tag .edit:hover, .app-container .tag .edit:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.app-container .tag .edit .icon {
  margin-top: -0.15rem;
}
.app-container .tag:not(body) > .edit:first-child:last-child {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.app-container .button-google {
  color: white;
  background-color: #db4437;
}
.app-container .button-linkedin {
  color: white;
  background-color: #0077b5;
}
.app-container .notification .tabs a:not(.button) {
  text-decoration: none;
}
.app-container .notification .tabs li.is-active a {
  color: #3273dc;
}
.app-container .visualizer-container {
  margin-top: -15px;
  margin-bottom: -15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.app-container .visualizer-container.dim {
  background: rgba(100, 100, 100, 1);
}
.app-container .visualizer-container .top-bar {
  background: rgba(50, 50, 50, 1);
  color: #fff;
  flex-grow: 0;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
  z-index: 1;
}
.app-container .visualizer-container .top-bar .button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0.75rem;
}
.app-container .visualizer-container .top-bar .button + .button {
  margin-left: 0.75rem;
}
.app-container .visualizer-container .top-bar + div {
  flex-grow: 1;
  z-index: 0;
}
.app-container .visualizer-container .top-bar label {
  padding: 0 0.75rem;
  margin: 0;
}
.app-container .visualizer-container .viewer-container {
  overflow: auto;
  height: 100%;
}
.app-container .visualizer-container .viewer-container > object {
  width: 100%;
}
.app-container .visualizer-container object {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 0;
  transition: opacity 16ms linear;
  transition-delay: 60ms;
}
.app-container .visualizer-container #viewer {
  opacity: 1;
  z-index: 1;
  transition: opacity 16ms linear;
  position: relative;
  margin: 0 auto;
}
.app-container .visualizer-container #viewer #pdf-canvas{
  box-sizing: border-box;
  margin: 0 auto;
}
.app-container .visualizer-container h1 {
  color: red;
  padding: 1rem;
}
.app-container .visualizer-container .document-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.app-container .visualizer-container .document-container #text-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}
.app-container .visualizer-container .document-container #text-layer > div {
   color: transparent;
   position: absolute;
   white-space: pre;
   cursor: text;
   transform-origin: 0% 0%;
}
/* Give the annotations section element a higher z-index */
.app-container #text-layer > section {
  z-index: 100 !important;
}
/* Ensure the hidden canvas element used by the library doesn't cause layout frictions */
.hiddenCanvasElement {
  display: none !important;
}

.app-container .visualizer-container .document-container .watermark {
  background-size: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.app-container .visualizer-container .document-container .watermark::after {
  background-image: url('~@/assets/sdv-white.png');
  background-origin: content-box;
  background-repeat: repeat;
  background-size: 50%;
  content: '';
  display: block;
  height: 100%;
  transform: rotate(45deg);
  opacity: 0.15;
  width: 100%;
}
.app-container .visualizer-container .document-container.is-watermarked .watermark {
  display: block;
}
.app-container .visualizer-container .document-container.is-watermarked.has-custom-watermark .watermark::after {
  background-image: inherit;
  background-size: contain;
}
.app-container .visualizer-container .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.app-container .visualizer-container .page-info {
  vertical-align: baseline;
}
.app-container .visualizer-container .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.app-container .visualizer-container .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.app-container .visualizer-container .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
 }
  40% {
    -webkit-transform: scale(1);
 }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
 }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
 }
}
.app-container .has-margin-bottom-1 {
  margin-bottom: 1rem;
}
.app-container .has-text-premium {
  color: gold;
}
.app-container .disabled {
  pointer-events: none;
  opacity: 0.6;
}

.app-container.required-email-page {
  background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F9FD 50%, #e5f2ff 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F9FD 50%, #e5f2ff 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #F5F9FD 50%, #e5f2ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-white', endColorstr='#e5f2ff',GradientType=0 );
}
.app-container.required-email-page .tagline {
  text-transform: uppercase;
  color: #00ac69;
  font-weight: bolder;
}
.app-container.required-email-page .description-container {
  white-space: pre-line;
}
.app-container.required-email-page .thumbnail {
  display: block;
  margin: 0 auto;
  transform: skew(-6deg);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #eee;
  position: relative;
}
.top-bar {
  background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,transparent 100%) !important;
  height: 50px;
}
.top-bar > .button.is-secondary {
  display: none;
}

/* Loading backgdop */
.loader-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(10, 10, 10, 0.3);
  flex-direction: column;
  display: none;
  align-items: center;
  justify-content: center;
}
body.is-loading .loader-backdrop {
  display: flex;
}
.lds-circle {
  flex-grow: 0;
  display: inline-block;
  transform: translateZ(1px);
}
.lds-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #dfc;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
/* END Loading backdrop */

/* Ads container */
.ads-container {
  position: relative;
  width: 100%;
  height: auto;
  transition: height 0.25s ease-out;
}
.ads-container.closed {
  height: 0;
}
.btn-toggle-ads {
  display: inline-block;
  width: 120px;
  height: 24px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
  color: #0077b5;
  margin-left: 10px;
  position: absolute;
  bottom: -24px;
  z-index: 10;
  text-align: center;
  padding: 2px 8px;
  font-size: 0.8rem;
}

.relative {
  position: relative;
}

.btn-toggle-ads::after {
  content: "Collapse Ad";
}
.ads-container.closed + .btn-toggle-ads::after {
  content: "Expand Ad"
}