/** Custom CSS */

.card-opt { position: relative; }
.card-head.has-aside { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.grecaptcha-badge { visibility: hidden;}

.google-btn {
  display: block;
  background-image: url("/images/btn_google_signin_dark_normal_web@2x.png");
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.google-btn:focus {
  background-image: url('/images/btn_google_signin_dark_focus_web@2x.png');
}
.google-btn:active, .google-btn:hover {
  background-image: url('/images/btn_google_signin_dark_pressed_web@2x.png');
}
.box-shadow {
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.page-user {
  min-height: 100vh;
}
.ui-widget-header {
  background: transparent !important;
  border: 0 !important;
}
#signature-pad {
  cursor: crosshair;
  border: 2px dashed #ccc;
  margin-bottom: 15px;
}
.moveable-control-box {
  z-index: 1 !important;
}
.moveable-direction.moveable-ne,
.moveable-direction.moveable-nw,
.moveable-direction.moveable-sw,
.moveable-direction.moveable-s,
.moveable-direction.moveable-n,
.moveable-direction.moveable-e,
.moveable-direction.moveable-w {
  display: none;
}
.moveable-line {
  display: none !important;
}
.moveable-control {
  width: 15px !important;
  height: 15px !important;
}
.drivers-license-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drivers-license-actions button {
  margin-top: 10px;
}
.camera {
  margin: 0 50px;
  height: 100%;
}
.camera-timer {
  display: none;
  align-self: center;
  font-size: 100px;
  margin: 0 auto;
  color: #fff;
  font-weight: bolder;
}
.capture {
  background-color: #000;
}
.camera-border, .camera-drivers-license {
  border-radius: 10px;
}
.camera-border {
  display: flex;
  position: absolute;
  z-index: 1;
  border: 50px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
}
.camera-drivers-license {
  width: 100%;
  height: 100%;
  margin-bottom: -8px;
}
.photo-drivers-license {
  width: 80%;
  height: 100%;
  border-radius: 10px;
}
.id-area-left, .id-area-right, .id-area-left-bottom, .id-area-right-bottom {
  height: 40px;
  width: 40px;
  position: absolute;
}
.id-area-left {
  border-left: 8px solid #55efc4;
  border-top: 8px solid #55efc4;
  left: -8px;
  top: -8px;
}
.id-area-right {
  border-right: 8px solid #55efc4;
  border-top: 8px solid #55efc4;
  right: -8px;
  top: -8px;
}
.id-area-left-bottom {
  border-left: 8px solid #55efc4;
  border-bottom: 8px solid #55efc4;
  left: -8px;
  bottom: -8px;
}
.id-area-right-bottom {
  border-right: 8px solid #55efc4;
  border-bottom: 8px solid #55efc4;
  right: -8px;
  bottom: -8px;
}
.tools-pager {
  display: flex;
  justify-content: space-between;
}
.dropdown-font,
.dropdown-page {
  min-width: auto;
  font-size: 13px;
  padding: 0;
}
.dropdown-font a,
.dropdown-page a {
  padding: 4px 10px;
}
.pager-drp button,
.pager-font button {
  color: #758698 !important;
  background-color: transparent;
  border: 0;
}
.pager-drp button:hover,
.pager-drp button:focus .pager-font button:hover,
.pager-font button:focus {
  color: #5d6d7d !important;
  background-color: transparent;
}
.dropdown-colors {
  min-width: auto;
  right: 0 !important;
}
.dropdown-colors a {
  padding: 4px 0;
}
.color-list li:last-child {
  margin-right: 0;
}
.radio-blue:checked ~ label:not(.error):before { border: solid 3px #6666ff !important; border-radius: 50%; }
.radio-red:checked ~ label:not(.error):before { border: solid 3px #ff6666 !important; border-radius: 50% }
.radio-black:checked ~ label:not(.error):before { border: solid 3px #666666 !important; border-radius: 50%; }

.radio-black ~ label:not(.error):before,
.radio-black ~ label:not(.error):after { width: 20px !important; height: 20px !important; background-color: black !important; }

.radio-red ~ label:not(.error):before,
.radio-red ~ label:not(.error):after { width: 20px !important; height: 20px !important; background-color: red !important; }

.radio-blue ~ label:not(.error):before,
.radio-blue ~ label:not(.error):after { width: 20px !important; height: 20px !important; background-color: blue !important; }

.radio-blue ~ label:not(.error):after,
.radio-red ~ label:not(.error):after,
.radio-black ~ label:not(.error):after { top: 0px !important; left: 0px !important; }

.dropdown-toggle::after {
  margin-left: 8px !important;
}
.color {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 2px auto;
}
.pager-navbar {
  background-color: #fff;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1);
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}
.thumb-sticky-sidebar {
  position: fixed;
  top: 58px;
  right: 0;
}
.sticky-sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
}
.dob-month {
  display: inline-block;
  width: 42%;
}
.dob-day {
  display: inline-block;
  width: 28%;
}
.dob-year {
  display: inline-block;
  width: 28%;
}
#v-pills-esignature-tab,
#v-pills-draw-your-signature-tab {
  font-size: 90%;
  width: 100%;
}
.panel-group .panel {border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border-color: #eeeeee;}
.panel-info > .toolbax-heading {padding: 0; border-radius: 0;}
.panel-title {font-size: 14px;}
.panel-title > a {display: block; padding: 15px; text-decoration: none;}
.more-less {float: right; color: #212121;}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #eeeeee;}
.w-50 {width: 50%;}
.hidden {display: none !important;}
.d-grid {display: grid;}
.grid-auto-fit {grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));}
.grid-gap {grid-gap: 5px;}
.editor-left-sidebar, .editor-right-sidebar {position: sticky; top: 70px; z-index: 3;}
.pointers {padding: 10px; background: #f1c40f; color: #ffffff; border-radius: 5px;}
.pointers.active {border: 2px solid #f5747c;}
.pointers > img { height: 20px; padding: 2px; }
.package-icon {font-size: 20px;}
.border-section-right {border-right: 2px solid;}
.border-section-bottom {border-bottom: none; margin-bottom: 0;}
.shadow-separator {box-shadow: 0px 15px 10px -15px #dfe6e9; margin-bottom: 20px;}
.notarization-details .shadow-separator:first-child {box-shadow: 0px 15px 10px -15px #dfe6e9 !important; margin-bottom: 20px !important;}
.notarization-details .shadow-separator:last-child {box-shadow: none; margin-bottom: 0;}
.notarization-details-content {max-height: 300px; overflow-y: auto; overflow-x: hidden;}
.video-thumbnail {width: 80px; height: 40px}
.video-thumbnail .overlay {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dfe6e9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-thumbnail .play-icon {cursor: pointer; display: flex; font-size: 40px; color: #636e72;}
.annotation-signer-color {width: 20px; height: 20px; border-radius: 5px;}
.border-dash {border: 2px dashed #ccc; border-radius: 5px;}
.video-thumbnail .play-icon {cursor: pointer; display: flex; font-size: 16px; color: #0984e3;}
.video-thumbnail:hover {border: 2px solid #0984e3; border-radius: 10px;}
.border-green {border: 2px solid #2ecc71 !important; border-radius: 5px;}
.h-100vh {height: 100vh;}
.document-name {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden !important;
  margin-right: 10px;
  text-overflow: ellipsis;
}
.spinner {
  display: none;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s;
}
.has-spinner.active .spinner {display: inline-block; opacity: 1; max-width: 50px;}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .pager-mgb {
    margin-bottom: 10px;
  }
  .signature-modal {
    width: 100%;
    max-width: 90%;
    margin: 35px auto !important;
  }
}
@media only screen and (max-width: 480px) {

  .font-small {font-size: calc(10px + (16 - 10) * ((100vw - 300px) / (1600 - 300))) !important;}
  .pointers {padding: 5px; background: #f1c40f; color: #ffffff; border-radius: 5px; font-size: calc(8px + (16 - 8) * ((100vw - 300px) / (1600 - 300)));}
  .notarization-details-content {padding-right: 20px;}
  .package-header { margin-bottom: 20px;}
  .package-icon {font-size: 20px;}
  .border-section-right {border-right: none}
  .border-section-bottom {border-bottom: 2px solid; margin-bottom: 30px;}
  .hide {display: none;}
  .d-sm-grid {display: grid !important;}
  .grid-sm-scroll {
    grid-template-columns: repeat(12, 1fr);
    width: 80%;
    overflow-x: auto;
  }
  .pager-mgb {
    margin-bottom: 10px;
  }
  .camera {
    margin: 10px auto;
  }
  .drivers-license-actions {
    display: block;
    justify-content: space-between;
  }
  .drivers-license-actions button {
    width: 100%;
    margin-top: 10px;
  }
  .camera-border {
    border-width: 30px;
  }
  .px-5 {
    padding: 0 5px !important;
  }
  .tools-pager {
    margin-bottom: 10px;
  }
  .pager-drp button,
  .pager-font button {
    padding: 3px 8px;
  }
  .pager-btn > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pager-save {
    margin-bottom: 15px;
  }
  .btn-grp > li {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .dropdown-font,
  .dropdown-page {
    min-width: auto;
    font-size: 14px;
    padding: 0;
    right: 0 !important;
  }
  .dropdown-font a,
  .dropdown-page a {
    padding: 2px 8px;
  }
  .tools-pager ul li {
    padding-bottom: 0;
  }
  .color-list {
    padding-bottom: 30px;
  }
  .modal-signature {
    width: 330px;
    margin: auto;
  }
  .modal-dialog {
    margin: 30px .5rem !important;
  }
  .popup-footer {
    padding: 10px 5px 5px 5px !important;
  }
  .signature-label,
  .initials-label {
    margin: 0px !important;
  }
  #v-pills-esignature-tab,
  #v-pills-draw-your-signature-tab {
    font-size: 90%;
    width: 50%;
  }
  .secondary.start-notary-call {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .nav-lg {
    display: none;
  }

  .navbar-brand {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .nav-lg {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .nav-lg {
    display: none;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.tac-checkbox {
  margin-top: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
}

.hidden {
  display: none !important;
}
.list-type-none {
  list-style: none;
}
.acco-custom {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.flex-shrink-5 {
  flex-shrink: 5;
}
.flex-shrink-6 {
  flex-shrink: 6;
}
p table.dataTable {
  width: 100%;
  overflow-x: scroll;
}
p table.dataTable th:before,
p table.dataTable th:after {
  display: none !important;
}
p table.dataTable th > span {
  position: relative;
  display: inline-block;
}
p table.dataTable th > span:before,
p table.dataTable th > span:after {
  position: absolute;
  top: 0;
  opacity: 0.3;
}
p table.dataTable th > span:before {
  content: "\2191";
  right: -20px;
}
p table.dataTable th > span:after {
  content: "\2193";
  right: -13px;
}
p table.dataTable th.sorting_asc span:before {
  opacity: 1;
}
p table.dataTable th.sorting_desc span:after {
  opacity: 1;
}

.dataTables_filter label {
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: center;
  border: 1px solid #eee;
}
div.dataTables_wrapper div.dataTables_filter label {
  width: 100%;
  position: relative;
}
div.dataTables_wrapper div.dataTables_filter label:before {
  position: absolute;
  height: 36px;
  width: 30px;
  text-align: center;
  line-height: 36px;
  font-family: themify;
  content: "\e610";
  color: #abbbd9;
  font-size: 15px;
}
div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
  padding: 8px 30px;
  line-height: 20px;
  font-size: 13px;
  border: none;
  background: transparent;
  height: auto;
}
div.dataTables_wrapper div.dataTables_filter input:focus {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}
div.dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
  opacity: 1;
  color: #abbbd9;
}
div.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
  opacity: 1;
  color: #abbbd9;
}
div.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
  opacity: 1;
  color: #abbbd9;
}
div.dataTables_wrapper div.dataTables_length {
  text-align: center;
}
div.dataTables_wrapper div.dataTables_length label {
  color: #8599c7;
}
div.dataTables_wrapper div.dataTables_length select {
  margin-left: 10px;
}
div.dataTables_wrapper div.dataTables_info {
  color: #23406c;
  padding: 8px 0 0;
  text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate {
  padding: 20px 0 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: center;
}

@media (min-width: 576px) {
  div.dataTables_wrapper div.dataTables_info {
    padding-top: 18px;
  }
  div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    text-align: left;
  }
  div.dataTables_wrapper div.dataTables_length {
    text-align: right;
  }
  div.dataTables_wrapper div.dataTables_info {
    text-align: right;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
  }
}
.data-table {
  width: 100%;
}
.data-table th.dataTables_empty,
.data-table td.dataTables_empty {
  background: #fff;
  border-radius: 4px !important;
  padding: 45px 0 15px;
}
.data-col {
  padding: 20px 10px;
  border-bottom: 1px solid #e6effb;
}
.data-table:not(.dt-init) .data-item:last-child .data-col {
  border-bottom: none;
  padding-bottom: 5px;
}
.data-col:last-child {
  padding-right: 0;
}
.data-col .lead {
  font-size: 12px;
  font-weight: 600;
  color: #495463;
  letter-spacing: 0.01em;
  line-height: 1;
  display: block;
  margin-top: 0;
}
.data-col .sub {
  font-size: 10px;
  font-weight: 400;
  color: #758698;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-top: 7px;
  display: block;
}
.data-col .sub-s2 {
  font-size: 12px;
  color: #495463;
  padding-top: 0;
}
.data-col .sub:first-child {
  padding-top: 0;
}
.data-item {
  background: #fff;
  margin-bottom: 3px;
  border-radius: 4px;
  position: relative;
}
.data-head .data-col {
  width: auto !important;
  padding: 0 10px 0 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2c80ff;
  text-transform: uppercase;
  border-bottom: none;
}
.data-state {
  height: 30px;
  width: 30px;
  line-height: 28px;
  margin-right: 12px;
  flex-shrink: 0;
}
.data-state:after {
  display: block;
  font-family: "themify";
  color: #2c80ff;
  height: 100%;
  width: 100%;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid;
}
.data-state-sm {
  height: 24px;
  width: 24px;
  line-height: 23px;
}
.data-state-sm:after {
  font-size: 12px;
}
.data-state-approved:after {
  content: "\e64c";
  color: #00d285;
  border-color: #00d285;
}
.data-state-pending:after {
  content: "\e6c5";
  color: #ffc100;
  border-color: #ffc100;
}
.data-state-canceled:after {
  content: "\e646";
  color: #ff6868;
  border-color: #ff6868;
}
.data-state-progress:after {
  content: "\e6c6";
  color: #1babfe;
  border-color: #1babfe;
}
.data-state-missing:after {
  content: "\e69c";
  color: #b1becc;
  border-color: #b1becc;
}
.data-details {
  border-radius: 4px;
  padding: 18px 20px;
  border: 1px solid #d2dde9;
}
.data-details > div {
  flex-grow: 1;
  margin-bottom: 18px;
}
.data-details > div:last-child {
  margin-bottom: 0;
}
.data-details-title {
  font-size: 14px;
  font-weight: 600;
  color: #758698;
  line-height: 20px;
  display: block;
}
.data-details-info {
  font-size: 14px;
  font-weight: 400;
  color: #495463;
  line-height: 20px;
  display: block;
  margin-top: 6px;
}
.data-details-info.large {
  font-size: 20px;
}
.data-details-list {
  border-radius: 4px;
  border: 1px solid #d2dde9;
}
.data-details-list li {
  display: block;
}
.data-details-list li:last-child .data-details-des {
  border-bottom: none;
}
.data-details-head {
  font-size: 13px;
  font-weight: 500;
  color: #758698;
  line-height: 20px;
  padding: 15px 20px 2px;
  width: 100%;
}
.data-details-des {
  font-size: 14px;
  color: #495463;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 20px 15px;
  flex-grow: 1;
  border-bottom: 1px solid #d2dde9;
  display: flex;
  justify-content: space-between;
}
.data-details-des .ti:not([data-toggle="tooltip"]),
.data-details-des [class*="fa"]:not([data-toggle="tooltip"]) {
  color: #2c80ff;
}
.data-details-des span:last-child:not(:first-child) {
  font-size: 12px;
  color: #758698;
}
.data-details-des small {
  color: #758698;
}
.data-details-des span,
.data-details-des strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-details-docs {
  border-top: 1px solid #d2dde9;
}
.data-details-docs-title {
  color: #495463;
  display: block;
  padding-bottom: 6px;
  font-weight: 400;
}
.data-details-docs > li {
  flex-grow: 1;
  border-bottom: 1px solid #d2dde9;
  border-left: 1px solid #d2dde9;
  padding: 20px;
}
.data-details-docs > li:last-child {
  border-bottom: none;
}
.data-details-alt {
  border-radius: 4px;
  border: 1px solid #d2dde9;
  font-weight: 400;
}
.data-details-alt li {
  line-height: 1.35;
  padding: 15px 20px;
  border-bottom: 1px solid #d2dde9;
}
.data-details-alt li:last-child {
  border-bottom: none;
}
.data-details-alt li div {
  padding: 3px 0;
}
.data-details-date {
  display: block;
  padding-bottom: 4px;
}
.data-doc-list {
  display: flex;
  margin: 0 -5px;
}
.data-doc-list > div {
  margin: 0 5px;
}
.data-doc-item {
  height: 54px;
  width: 70px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.data-doc-item:hover .data-doc-actions {
  opacity: 1;
}
.data-doc-item-lg {
  width: 180px;
  height: 140px;
}
.data-doc-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.data-doc-image img {
  width: 100%;
}
.data-doc-actions {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.data-doc-actions li {
  margin: 3px;
}
.data-doc-actions li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 31px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: rgba(44, 128, 255, 0.7);
}
.data-doc-actions li a:hover {
  background: rgba(44, 128, 255, 0.9);
}
.data-vr-list {
  display: inline-flex;
  align-items: center;
}
.data-vr-list li {
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  font-size: 12px;
  font-weight: 500;
}
.data-vr-list li:last-child {
  margin-right: 0;
}
.data-vr-list .data-state {
  margin-right: 9px;
}
.data-action-list {
  display: inline-flex;
}
.data-action-list li {
  padding: 0 5px;
}
.data-action-list li:first-child {
  padding-left: 0;
}
.data-action-list li:last-child {
  padding-right: 0;
}

.data-action-dropdown {
  position: relative;
}

.no-media {
  background-color: #000;
  color: #fff;
  /* width: 578px; */
  height: 289px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  /* background-color: red; */
  border-radius: 50%;
  display: inline-block;
}

@media (min-width: 576px) {
  .data-details-list > li {
    display: flex;
    align-items: center;
  }
  .data-details-docs {
    width: calc(100% - 190px);
    border-top: none;
  }
  .data-details-head {
    width: 190px;
    padding: 14px 20px;
  }
  .data-details-des {
    border-top: none;
    border-left: 1px solid #d2dde9;
    width: calc(100% - 190px);
    padding: 14px 20px;
  }
}
@media (min-width: 768px) {
  .data-item .lead {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .data-item .sub {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-top: 7px;
  }
  .data-item .sub-s2 {
    font-size: 13px;
    color: #495463;
  }
  .data-details > div {
    margin-bottom: 0;
  }
  .data-details-head {
    font-size: 14px;
  }
  .data-details-docs {
    display: flex;
  }
  .data-details-docs > li {
    width: 50%;
    border: none;
    border-left: 1px solid #d2dde9;
  }
}
@media (min-width: 992px) {
  .data-details-date {
    padding-bottom: 0;
  }
}
.paging_simple_numbers a {
  margin-right: 8px;
}

.paging_simple_numbers span a {
  margin-right: 8px !important;
}

.paging_simple_numbers a:last-child {
  margin-right: 0;
}
.paging_simple_numbers a,
.paging_simple_numbers span a {
  display: inline-block;
  height: 36px;
  min-width: 36px;
  text-align: center;
  line-height: 20px;
  padding: 8px 0;
  border-radius: 4px;
  background: #e0e8f3;
  border: none;
  color: #495463;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}
/* .paging_simple_numbers li a .ti,
.paging_simple_numbers li span .ti {
  position: relative;
  top: 1px;
} */
.paging_simple_numbers .next,
.paging_simple_numbers .previous {
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 400;
}
.paging_simple_numbers .disabled {
  background: #f7fafd;
  color: #92a0ae;
}
.paging_simple_numbers a:hover,
.paging_simple_numbers a:focus {
  color: #fff;
  background: #2c80ff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}
.paging_simple_numbers span .current {
  color: #fff;
  background: #2c80ff;
}

.user-list .dt-email,
.user-list .dt-verify,
.user-list .dt-login {
  display: none;
}
.user-list .dt-status-text,
.user-list .dt-status-md {
  display: none;
}
.user-tnx .dt-amount,
.user-tnx .dt-usd-amount,
.user-tnx .dt-account {
  display: none;
}
.user-tnx .dt-type-text,
.user-tnx .dt-type-md {
  display: none;
}

.kyc-list .dt-doc-type,
.kyc-list .dt-doc-front,
.kyc-list .dt-doc-back {
  display: none;
}
.kyc-list .dt-status-sm {
  display: none;
}
.kyc-list .badge {
  min-width: 80px;
}
.admin-tnx .dt-amount,
.admin-tnx .dt-usd-amount,
.admin-tnx .dt-account {
  display: none;
}
.admin-tnx .dt-type-text,
.admin-tnx .dt-type-md {
  display: none;
}

@media (min-width: 420px) {
  .user-list .dt-status-sm {
    display: none;
  }
  .user-list .dt-status-md {
    display: inline-block;
  }
  .user-tnx .dt-type-sm {
    display: none;
  }
  .user-tnx .dt-type-text,
  .user-tnx .dt-type-md {
    display: inline-block;
  }
  .kyc-list .dt-status-sm {
    display: none;
  }
  .kyc-list .dt-status-text,
  .kyc-list .dt-status-md {
    display: inline-block;
  }
  .admin-tnx .dt-type-sm {
    display: none;
  }
  .admin-tnx .dt-type-text,
  .admin-tnx .dt-type-md {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .user-tnx .dt-amount {
    display: table-cell;
  }
  .admin-tnx .dt-amount {
    display: table-cell;
  }
  .kyc-list .dt-doc-front {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .user-list .dt-verify {
    display: table-cell;
  }
  .kyc-list .dt-doc-back {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .user-list .dt-email {
    display: table-cell;
  }
  .user-tnx .dt-account {
    display: table-cell;
  }
  .user-tnx .dt-usd-amount {
    display: table-cell;
  }
  .admin-tnx .dt-account {
    display: table-cell;
  }
  .admin-tnx .dt-usd-amount {
    display: table-cell;
  }
  .kyc-list .dt-doc-type {
    display: table-cell;
  }
}
.pay-option-label {
  width: 100%;
  background: #e6effb;
  border: 2px solid #e6effb;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  text-align: center;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.pay-option-label:after {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #2c80ff;
  content: "";
  top: 0;
  right: -4px;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s ease;
}
.pay-option-check {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.pay-option-check:checked ~ label {
  border-color: #2c80ff;
}
.pay-option-check:checked ~ label:after {
  transform: translate(-50%, -50%) scale(1);
}
/*----------------------------------
  * Dropzone
  ----------------------------------*/
.dz-clickable {
  border: 1px dashed #b1becc;
  background: #e0e8f3;
  border-radius: 4px;
  padding: 50px 0 20px;
  text-align: center;
}
.dz-sm {
  padding: 40px 0 20px;
}
.dz-message {
  padding-bottom: 30px;
}
.dz-message span {
  display: block;
  color: rgba(117, 134, 152, 0.6);
}
.dz-message-text {
  font-size: 13px;
}
.dz-message-or {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.dz-sm .dz-message {
  padding-bottom: 20px;
}
.dz-preview {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.dz-image { display: none; }
.dz-details { display: flex; align-items: center; margin-right: 20px; }
.dz-size { order: 2; margin-left: 10px; font-size: 12px; }
.dz-image img { border-radius: 4px; border: 1px solid #d3e0f3; }
.dz-filename {
  font-size: 13px;
}
.dz-remove { font-size: 13px; }
.dz-progress {
  display: none;
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 10px;
  top: 198px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s;
}
.dz-complete .dz-progress {
  opacity: 0;
}
.dz-upload {
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.dz-error-message,
.dz-success-message {
  font-size: 13px;
}
.dz-error-mark,
.dz-success-mark {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.dz-error-mark svg,
.dz-success-mark svg {
  height: 40px !important;
  width: 40px !important;
}
.dz-error-mark svg g,
.dz-success-mark svg g {
  stroke-opacity: 0.7;
  stroke-width: 2;
}
.dz-error-message {
  color: #ff6868;
}
.dz-error-mark g {
  stroke: rgba(255, 104, 104, 0.7) !important;
}
.dz-error .dz-error-mark {
  display: block;
}
.dz-success-message {
  color: #00d285;
}
.dz-success-mark g {
  stroke: rgba(0, 210, 133, 0.7) !important;
}
.dz-success .dz-success-mark {
  display: block;
}
/** TimeLine  @Elements */
.timeline {
  position: relative;
}
.timeline-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}
.timeline-wrap .timeline-innr {
  overflow-x: hidden;
  height: 100%;
  position: absolute;
  padding-right: 20px;
  padding-bottom: 30px;
}
.timeline-wrap.loaded .timeline-innr {
  padding-bottom: 0;
}
.timeline-load {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 40px 0 0 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    white 65%,
    white 100%
  );
}
.timeline-load .link {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  color: #758698;
}
.timeline-load .link:hover {
  color: #2c80ff;
}
.timeline-line {
  position: absolute;
  height: 100%;
  width: 2px;
  border-radius: 2px;
  background: #e3eaf1;
  top: 0;
  left: 108px;
}
.timeline-item {
  display: flex;
}
.timeline-item.hidden {
  display: none;
}
.timeline-time {
  width: 90px;
  flex-shrink: 0;
  font-weight: 500;
  margin: 10px 0;
  position: relative;
  align-self: flex-start;
}
.timeline-time:after {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #6bb5ee;
  background: #2c80ff;
  content: "";
  top: 5px;
  right: -27px;
}
.light > .timeline-time:after {
  background: #fff;
  border-color: #e3eaf1;
}
.secondary > .timeline-time:after {
  background: #253992;
  border-color: #fff;
}
.success > .timeline-time:after {
  background: #00d285;
  border-color: #66e4b5;
}
.warning > .timeline-time:after {
  background: #ffc100;
  border-color: #fff;
}
.danger > .timeline-time:after {
  background: #ff6868;
  border-color: #fff;
}
.timeline-time span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #758698;
  font-weight: 400;
}
.timeline-content {
  flex-grow: 1;
  margin: 10px 0 10px 50px;
}
.timeline-content p,
.timeline-content-title {
  margin-bottom: 0;
}
.timeline-content-info {
  font-size: 12px;
  display: block;
  padding-top: 8px;
  color: #758698;
}
a + .timeline-content-info {
  padding-top: 2px;
}
p + .timeline-content-info {
  padding-top: 5px;
}
.info-container {
  position: absolute;
  background: beige;
  padding: 10px 20px;
  border-radius: 10px;
  top: -85px;
  left: -32px;
  -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.arrow {
  position: absolute;
  right: -20px;
  top: 80px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid beige;
}
.info-content {
  max-width: 300px;
}

.mr-10 {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .signer-option {
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
  }
  .signer-card {
    padding: 10px;
  }
  .signer-card h6 {
    font-size: 12px;
  }
  #signers-list #signerList ul li {
    padding: 10px !important;
  }
  .camera-timer {
    font-size: 70px;
  }
  .id-area-left {
    border-left: 6px solid #55efc4;
    border-top: 6px solid #55efc4;
    left: -6px;
    top: -6px;
  }
  .id-area-right {
    border-right: 6px solid #55efc4;
    border-top: 6px solid #55efc4;
    right: -6px;
    top: -6px;
  }
  .id-area-left-bottom {
    border-left: 6px solid #55efc4;
    border-bottom: 6px solid #55efc4;
    left: -6px;
    bottom: -6px;
  }
  .id-area-right-bottom {
    border-right: 6px solid #55efc4;
    border-bottom: 6px solid #55efc4;
    right: -6px;
    bottom: -6px;
  }
  .info-container {
    top: -240px;
    left: 15px;
  }
  .arrow {
    border-left: 20px solid transparent;
    border-top: 20px solid beige;
    border-right: 20px solid transparent;
    top: 210px;
    right: 15px;
  }
}

/* Collaboration Mouse Pointer */
.remote-cursor {
  display: block;
  list-style: none;
  position: absolute;
  top: 100px;
  left: 200px;
}

.remote-cursor span {
  font-size: 12px;
  font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bolder;
  text-align: center;
  color: white;
  padding: 2px;
  background: salmon;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  top: 20px;
  width: 85px;
}

.remote-cursor i {
  color: salmon;
  font-size: 20px !important;
}

.click-spot {
  position: absolute;
  animation: ripple 300ms forwards;
  border-radius: 18px;
  left: -2px;
  background-color: palegreen;
}

@keyframes ripple {
  0% { width: 0; height: 0; margin: 0; opacity: 1; }
  100%{ width: 36px; height: 36px; margin: -18px 0 0 -18px; opacity: 0.2; }
}

/* Helcim Form / Payment Form */

#helcimForm input{
  font-weight: 500;
}

#helcimForm input::placeholder{
  font-weight: 500;
  color: #BFBFBF;
}

#cardNumber::placeholder, #cardCVV::placeholder{
  letter-spacing: 2px;
}

/* Chrome, Safari, Edge, Opera */
#helcimForm input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#helcimForm /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#helcimForm select{
  font-weight: 500 !important;
}
