body.menu-padding {
  padding-left: unset;
  padding-top: unset;
}
.header-wrapper nav a {
  font-weight: normal;
  min-width: 60px;
  text-align: center;
}
.header-wrapper nav a.active {
  border-bottom: 2px solid;
  font-weight: normal;
}
.spinner-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #dfdbd6;
}
.spinner-container .circle-border {
  border-right: 4px solid transparent;
  border-left: 4px solid #5a338b;
  border-top: 4px solid #5a338b;
  border-bottom: 4px solid #5a338b;
}
/*Disable scroll when method is running*/
body.no-scroll {
  overflow: hidden;
}
iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 0;
}
.back-to-start {
  margin-left: 20px;
  margin-top: 20px;
}
.finished-message {
  display: block;
}
.download-pdf {
  background-image: url('../assets/pdf-document.png');
  background-position: 0% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.to-start {
  margin-top: 40px;
}
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.half-width {
  width: 50%;
  margin-left: -4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.content-wrapper .hideable-content {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  height: 0;
  overflow: hidden;
}
.content-wrapper .hideable-content.active {
  opacity: 1;
  height: auto;
}
.region-selector {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  background-color: #f2f0f6;
}
.region-selector p {
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
  line-height: unset;
}
.region-selector .segment {
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
}
.options {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  padding: 0;
  list-style: none;
  margin: 0;
}
.signicat-sign-logo {
  margin-bottom: 30px;
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.action {
  cursor: pointer;
}
.file-upload-icon-mixin {
  background-position: 50% 70%;
  background-image: url('../assets/upload-general-active.png');
}
.seal {
  text-shadow: none;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.seal .file-upload {
  transition: 0.5s;
  padding: 30px;
  position: relative;
  max-width: 600px;
  border-radius: 10px;
  border: 3px dashed #ffffff;
  color: #ff8f8f;
  margin: 20px auto;
}
.seal .file-upload:hover {
  border: 3px dashed #5a338b;
}
.seal .file-upload.hover {
  border-color: #41ffd1;
}
.seal .file-upload.hover .file-upload-icon {
  background-position: 50% 70%;
  background-image: url('../assets/upload-general-active.png');
}
.seal .file-upload.hover .instruction-label {
  color: #41ffd1;
}
.seal .file-upload .file-input-label {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.seal .file-upload .file-input-label .inputfile {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #f5f4f3;
  cursor: pointer;
}
.seal .file-upload .allowed-file-formats {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
}
.seal .file-upload .file-upload-icon {
  background-size: 70%;
  width: 200px;
  height: 150px;
  background: url('../assets/upload-general.png') no-repeat 50% 50%;
  margin: auto;
  transition: 0.5s;
}
.seal .file-upload:hover .file-upload-icon {
  background-position: 50% 70%;
  background-image: url('../assets/upload-general-active.png');
}
.seal .uploaded-files {
  max-width: 900px;
  margin: auto;
  transition: 0.5s;
}
.seal .uploaded-files li {
  width: 100%;
  max-width: 450px;
  display: block;
  transition: 1s;
  height: auto;
  position: relative;
  margin: 0 auto 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.seal .uploaded-files li.remove {
  margin-left: 100%;
}
.seal .uploaded-files .file-name {
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.seal .uploaded-files .uploaded-thumbnail {
  height: 250px;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
  background-image: url('../assets/document-icon-big.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: 0.5s;
  background-color: transparent;
}
.seal .uploaded-files .delete-file {
  width: auto;
  height: auto;
  margin: auto;
  background-image: url('../assets/trash-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: 0.5s;
  cursor: pointer;
  background-color: #dfdbd6;
  padding: 10px 10px 10px 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.seal .uploaded-files .delete-file:hover {
  background-color: #ff8f8f;
}
.seal .button {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*--------Close button -------*/
.close-id-method {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  z-index: 1;
  font-size: 14px;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  width: auto;
  top: 0;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  animation: close-slide-in 1s;
  -webkit-animation: close-slide-in 1s;
  text-align: right;
  background-color: #ffffff;
}
.close-id-method:hover {
  background-color: #ffffff;
}
@keyframes close-slide-in {
  0% {
    transform: translate(-100px);
  }
  100% {
    transform: translate(0px);
  }
}
@-webkit-keyframes close-slide-in {
  0% {
    transform: translate(-100px);
  }
  100% {
    transform: translate(0px);
  }
}
/*--------Close button -------*/
/*ID method*/
.outer-wrapper.id-method {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.outer-wrapper.id-method .inner-wrapper {
  border-radius: 10px;
  width: 650px;
  height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  transition: 1s;
  background-color: transparent;
}
.outer-wrapper.id-method .inner-wrapper iframe {
  margin-bottom: -4px;
  background-color: #ffffff;
  height: 100%;
}
.outer-wrapper.id-method.active {
  display: block;
  transition: 1s;
}
.outer-wrapper.id-method.active .inner-wrapper {
  animation: slide-up 1s cubic-bezier(0.42, 0, 0.18, 0.99);
  -webkit-animation: slide-up 1s cubic-bezier(0.42, 0, 0.18, 0.99);
  -moz-animation: slide-up 1s cubic-bezier(0.42, 0, 0.18, 0.99);
}
@keyframes slide-up {
  0% {
    margin-top: 100%;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes slide-up {
  0% {
    margin-top: 100%;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes slide-up {
  0% {
    margin-top: 100%;
  }
  100% {
    margin-top: 0;
  }
}
/*ENDS ID method*/
/*-------------Device emulation-------------*/
.outer-wrapper#phone {
  background-image: url('../assets/phone-background.png');
}
.outer-wrapper#phone .inner-wrapper {
  border-radius: 0;
  width: 320px;
  height: 568px;
  padding: 0;
}
.outer-wrapper#tablet {
  background-image: url('../assets/tablet-background.png');
  background-size: 800px;
}
.outer-wrapper#tablet .inner-wrapper {
  background-color: transparent;
  border-radius: 0;
  width: 638px;
  height: 850px;
  padding: 0;
}
.outer-wrapper#desktop .inner-wrapper,
.outer-wrapper#fullscreen .inner-wrapper {
  background-color: #ffffff;
  border-radius: 0;
  height: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 0px;
}
.outer-wrapper#tablet.lanscape {
  background-size: 1137px;
  background-image: url('../assets/tablet-background-horizontal.png');
}
.outer-wrapper#tablet.lanscape .inner-wrapper {
  height: 638px;
  width: 850px;
}
.outer-wrapper#phone.landscape {
  background-image: url('../assets/phone-background-horizontal.png');
}
.outer-wrapper#phone.landscape .inner-wrapper {
  height: 320px;
  width: 568px;
}
/*Device emulation alternative*/
.device-view.drop-down {
  height: auto;
}
.close-and-device-view {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.device-view {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  height: 40px;
  width: 130px;
  background-color: #ffffff;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
}
.device-view li {
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}
.device-view li:hover {
  background-color: #ffffff;
}
/*ENDS Device emulation alternative*/
.link-box {
  padding: 10px 60px 10px 80px;
  display: block;
  background-size: 70px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: calc(50% - 44px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  margin-right: 20px;
}
.link-box:hover {
  background-color: #ffffff;
}
.link-box h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.link-box p {
  color: #3f505f;
  margin-top: 0;
}
.link-box i {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 28px;
  color: #3f505f;
}
.link-box.multi-document {
  background-image: url('../assets/multi-document.png');
}
.link-box.single-document {
  background-image: url('../assets/single-document.png');
}
.link-box.single-with-upload {
  background-image: url('../assets/single-upload.png');
}
.link-box.single-with-handwritten {
  background-image: url('../assets/ink-sign-document.png');
}
.link-box.third-party {
  background-image: url('../assets/third-party-icon.png');
}
.link-box.third-party-non-responsive {
  background-image: url('../assets/single-document.png');
}
.link-box.seal-pdf {
  background-image: url('../assets/signicat-seal.png');
}
@media (max-width: 650px) {
  .link-box {
    padding-right: 70px;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(250, 250, 250, 0.1);
    border: 0;
    background-size: 50px, 0px;
    background-position: 5px;
    margin-bottom: 10px;
  }
  .link-box h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .link-box p {
    margin-top: 10px;
  }
}
ul.list {
  border: 0;
}
ul.list li {
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #f2f0f6;
}
ul.list li .left {
  background-size: contain;
}
ul.list .multi-document {
  background-image: url('../assets/multi-document.png');
}
ul.list .single-document {
  background-image: url('../assets/single-document.png');
}
ul.list .single-with-upload {
  background-image: url('../assets/single-upload.png');
}
ul.list .single-with-handwritten {
  background-image: url('../assets/ink-sign-document.png');
}
ul.list .third-party {
  background-image: url('../assets/third-party-icon.png');
}
ul.list .third-party-non-responsive {
  background-image: url('../assets/single-document.png');
}
ul.list .seal-pdf {
  background-image: url('../assets/signicat-seal.png');
}
.finished-screen .button {
  margin-top: 20px;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .toggle-menu {
    display: none;
  }
}
/*-------------ENDS Device emulation-------------*/
ul.id-methods {
  max-width: 520px;
  margin: auto;
}
ul.id-methods li {
  margin: 0;
  list-style: none;
  width: 150px;
  height: 50px;
  background-color: #ffffff;
  display: inline-block;
  opacity: 0.7;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  font-size: 0;
  margin-right: 20px;
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
  transition: 0.5s;
  cursor: pointer;
}
ul.id-methods .nbid {
  background-image: url('../assets/nbid.png');
}
ul.id-methods .nbid-mobile {
  background-image: url('../assets/nbid-mobile.png');
}
ul.id-methods .sbid {
  background-image: url('../assets/sbid.png');
}
ul.id-methods .nemid {
  background-image: url('../assets/nemid.png');
}
ul.id-methods .tupas {
  background-image: url('../assets/Tupas.png');
  background-size: 40%;
}
ul.id-methods .fineid {
  background-image: url('../assets/fineid.jpg');
  background-size: 40%;
}
ul.id-methods li.selected {
  opacity: 1;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #41ffd1;
}
@media (max-width: 750px) {
  .device-view {
    display: none;
  }
  .outer-wrapper#desktop .inner-wrapper,
  .outer-wrapper#fullscreen .inner-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .outer-wrapper#desktop .inner-wrapper,
  .outer-wrapper#fullscreen .inner-wrapper {
    padding-bottom: 0px;
  }
}
.download {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.download .center {
  max-width: 100px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
