html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  /*Font smoothing google*/
  -webkit-font-smoothing: antialiased;
  /*fixes-fonts-FF-onlyOSX*/
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  position: relative;
}
table.signicat-table {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.top-option {
  text-align: right;
}
.top-option h4 {
  margin-right: 10px;
}
.top-option .signicat-switch {
  margin-top: 10px;
}
.top-option h4,
.top-option .signicat-switch {
  display: inline-block;
  vertical-align: top;
}
.verify {
  color: #60D24B;
}
.download-button {
  float: right;
  margin-left: 40px;
}
/*Disable scroll when method is running*/
body.no-scroll {
  overflow: hidden;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar a:hover {
  font-size: 14px;
  color: white;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.back-to-start {
  margin-left: 20px;
  margin-top: 20px;
}
ul.segment {
  margin-top: 30px;
  margin-bottom: 25px;
}
ul.segment li {
  cursor: pointer;
}
h2.identity-verified {
  margin-top: 0;
}
pre {
  font-weight: 600;
  background-color: #23241f;
}
i + span {
  margin-left: 5px;
  vertical-align: middle;
}
button i + span {
  margin-left: 0;
}
.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: #f2f2f2;
}
.close-id-method:hover {
  background-color: #f9f9f9;
}
@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);
  }
}
@keyframes close-slide-in {
  0% {
    margin-right: -100px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes close-slide-in {
  0% {
    margin-right: -100px;
  }
  100% {
    margin-right: 0;
  }
}
/*--------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*/
.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;
}
ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  padding: 0;
  list-style: none;
  margin: 0;
}
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 li.selected {
  opacity: 1;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #41ffd1;
}
/*ENDS Device emulation alternative*/
/*Tooltips*/
.tooltip {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background-color: white;
  z-index: 9;
  transition: 1s;
}
.tooltip .minimize-tooltip {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: calc(100% - 200px);
  margin-left: -25px;
  margin-top: -70px;
  background-image: url('../assets/down-icon-white.png');
  background-position: 50% 10%;
  background-size: 20px;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.tooltip .minimize-tooltip .tooltip-label {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltip .information-wrapper {
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.tooltip .information-wrapper ol {
  margin-left: 0;
  padding-left: 20px;
}
.tooltip .information-wrapper ol li {
  margin-bottom: 10px;
  width: 50%;
  list-style-type: decimal;
}
.tooltip .information-wrapper a {
  color: #66d9ef;
}
.show-tooltip .outer-wrapper.id-method {
  height: calc(100% - 250px);
}
.show-tooltip .tooltip {
  display: block;
}
.show-tooltip.minimized-tooltip .outer-wrapper.id-method {
  height: 100%;
}
.show-tooltip.minimized-tooltip .tooltip {
  bottom: -250px;
}
.show-tooltip.minimized-tooltip .tooltip .minimize-tooltip {
  background-image: url('../assets/up-icon-white.png');
}
/*ENDS Tooltips*/
/*Error messages*/
.error-message.active {
  display: block;
}
.error-message {
  display: none;
  background-color: rgba(152, 67, 67, 0.2);
  border: 1px solid #462828;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #FBFBFB;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 20px;
  background-image: url('../assets/information-white.png');
  background-size: 50px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: left;
  overflow: hidden;
}
.error-message .error-text {
  display: inline-block;
  width: calc(100% - 100px);
}
.error-message .close-error-message {
  width: 100px;
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
  left: auto;
  border-left: 1px solid rgba(226, 135, 135, 0.2);
  cursor: pointer;
  background-color: transparent;
}
.error-message .close-error-message h4 {
  text-align: center;
}
.error-message .close-error-message:hover {
  background-color: rgba(157, 90, 90, 0.2);
}
/*ENDS Error messages*/
@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;
  }
}
