body.preloader-site {
  /* overflow: hidden; */
}

/* LOGIN BUTTON AND LOGIN MODAL */

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.35s;
  white-space: nowrap;
  margin-top: 0px;
}

.btn-outline:focus {
  background-color: #fff;
  color: #fff;
  border: 1px solid #40c6ab;
  padding: 18px 30px;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
}

.btn-outline:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.btn-outline.btn-outline-green {
  background-color: #40c6ab;
}

.btn-outline.btn-outline-orange:hover,
.btn-outline.btn-outline-orange:focus {
  background-color: #fff;
  border: 1px solid #f6921e;
  color: #f6921e;
}

.login-button .btn {
  background-color: #30b07f;
  border-radius: 30px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.login-button .btn:hover,
.login-button .btn:focus {
  background-color: rgb(39, 144, 104);
}

.login-widget-btn-wapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.login-widget {
  background: rgba(0, 0, 0, 0.7);
}

.login-widget .modal-header {
  background-color: #f6921e;
  padding: 5px 10px;
  border-bottom: 0;
}

.login-widget .modal-header h2 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  color: white;
}

.login-widget .modal-header span.do-close {
  position: absolute;
  top: 4px;
  right: 4px;
  color: white;
  width: 24px;
  height: 24px;
  font-size: 22px;
}

.login-widget .do-close:hover {
  cursor: pointer;
}

.login-widget .loading.overlay {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.92;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.login-widget .loading.overlay .opaque {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.login-widget .loading.overlay h2 {
  font-size: 18px;
  color: #fafafa;
  padding: 0 15px;
  margin-top: 12px;
}

.login-widget .loading.overlay img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 76px auto auto auto;
}

.login-widget .login-form {
  padding: 0 30px;
}

.login-widget .register-error,
.login-error {
  padding: 15px;
  text-align: center;
  border: 1px solid #bb8080;
  display: none;
}

.login-widget .form-group {
  margin: 20px 0;
  text-align: left;
}

.login-widget .form-group > label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.login-widget .field-error {
  width: 100%;
}

.login-widget .login-widget div.form-group.actions {
  margin-bottom: 0;
}

.login-widget .btn {
  padding: 9px 14px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 1.819;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.login-widget .moodal-auth-originalmy {
  padding-top: 15px;
  margin: 0;
  float: right;
}

.login-widget .moodal-auth-originalmy button {
  border-radius: 30px;
}

.login-widget .fb_iframe_widget {
  float: right;
}

.login-widget .fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

.login-widget .fb_iframe_widget iframe {
  position: absolute;
}

.login-widget div.actions a.action {
  float: right;
  line-height: 40px;
  font-weight: bold;
  color: #30b07f;
}

.login-widget div.actions a.reset {
  float: left;
  line-height: 40px;
  font-weight: bold;
  margin-right: 15px;
  color: #30b07f;
}

.login-widget .actions .actionable {
  background-color: #30b07f;
  border-radius: 30px;
  float: left;
}

.login-widget .actions .actionable:hover,
.login-widget .actions .actionable:active {
  background-color: rgb(39, 144, 104) !important;
}

.login-widget .dropdown-menu {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-widget .dropdown-menu,
.login-widget .navbar-inverse .dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgb(0, 0, 0);
  font-size: inherit;
}

.login-widget .navbar-default .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.login-widget .dropdown-menu > li > a {
  padding: 0px 20px;
}

.login-widget .btn-default {
  border: 1px solid #ced4da;
  background-color: transparent;
  color: inherit;
}

.login-widget .password-register__btn {
  display: inline-block;
  width: 100%;
}

.login-widget .user-logged-menu__btn {
  text-transform: none;
  background-color: #30b07f;
  border-radius: 30px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

.login-widget .user-logged-menu__btn:hover,
.login-widget .user-logged-menu__btn:focus {
  background-color: rgb(39, 144, 104);
  color: white;
}

.login-widget .user-logged-menu__aria {
  list-style: none;
  padding: 0;
  background-color: white;
  color: white;
  width: 200px;
  font-size: 14px;
  padding: 10px 0;
}

.login-widget .user-logged-menu__aria .user-logged-menu__name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 0;
  word-wrap: break-word;
}

.login-widget .user-logged-menu__aria .user-logged-menu__name a:hover {
  text-decoration: none;
  cursor: none;
}

.login-widget .user-logged-menu__aria li {
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.login-widget .user-logged-menu__aria li a {
  color: #30b07f;
}

.login-widget .user-logged-menu__aria .user-logged-menu__logout {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-left: 0;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.login-widget .user-logged-menu__aria .user-logged-menu__logout a {
  color: #f6921e;
}

.login-widget .user-logged-menu__aria .user-logged-menu__logout a:hover {
  color: white;
  background-color: #30b07f8c;
  padding: 10px 70px;
  text-decoration: none;
}

.login-widget .menu-mobile .login-button-mobile {
  border-bottom: none;
}

.login-widget.modal {
  overflow: auto;
}

#top { padding-top: unset !important }

#top #baixe-o-app .btn-baixe {
  padding: 10px 10px;
}

/*--------------------------------------------------------
  VOUCHER PLUGIN
---------------------------------------------------------*/

#pacweb-notary-voucher {
  display: none;
}

.omy-voucher__container {
  padding: 10px;
}

.omy-voucher__container .omy-voucher__form {
  display: none;
}

.omy-voucher__container .omy-voucher__form.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/**
  HEADER
**/

.dropdown-account--hide,
.dropdown-account--hide::before,
.dropdown-account--hide::after {
  display: none;
}

#top-menu .actions {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}

#top #identidade .celulares {
  display: none;
}

@media only screen and (min-width: 860px) {
  #top #baixe-o-app #languages {
    top: 24px;
  }
  #top #baixe-o-app .actions .icon-cadastro-login,
  #top #baixe-o-app .btn-baixe .icon-cadastro-login {
    max-width: 100%;
  }
  #footer #bottom-menu {
    -ms-flex-positive: 1;
    flex-grow: 1;
    top: 14px;
    margin-left: 100px;
    z-index: 1;
  }
  #top #baixe-o-app .flag-language {
    margin-right: 8px;
  }
  #top #baixe-o-app .flag-language:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 500px) and (max-width: 900px) {
  #top #identidade .wrapper-identidade .identidade-phone.left {
    padding: 0 20px;
  }
  #top #identidade .wrapper-identidade .identidade-phone.right {
    padding: 0 20px;
  }
  #top
    #identidade
    .wrapper-identidade
    .identidade-phone.right
    .description
    .label {
    margin: 0;
    text-align: left;
    padding: 10px 100px 10px 30px;
  }
}

#recommend-and-blog #who-uses .recommendation .wrapper-author .photo img {
  width: 72px;
}

.btn-language {
  background: none;
  outline: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.25rem 0.4rem;
  border: none;
  color: #FFF;
  font-size: .94rem;
}

.btn-language::after {
  color: #fff;
}

.btn-language:focus::after {
  color: #000;
}

.btn-language:focus {
  background: #fff;
  box-shadow: none;
  outline: none;
}

.dropdown-menu-language {
  border-top-right-radius: 0;
  border-color: #fff;
  margin-top: 0;
  padding: 0;
}

.dropdown-menu-account .dropdown-item {
  font-size: 0.8125rem;
}

.dropdown-menu-language .dropdown-item .label {
  margin-left: 10px;
  font-size: 0.8125rem;
  color: #000;
}

.btn-account {
  background: none;
  color: #fff;
  text-decoration: underline;
  border: none;
}

.btn-account::after {
  margin-left: 10px;
}

.btn-account:focus {
  box-shadow: none;
}

.btn-account::before {
  content: url(../img/login.png);
  /* position: absolute; */
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 10px;
}

.btn-account .js_user_name {
  margin-left: 10px;
}

.download-app .box-white {
  padding-top: 2rem;
}

#video .wrapper-video {
  padding-top: 6px;
}

.owl-stage {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}

.owl-carousel .item img {
  width: 160px;
}

.product-item {
  animation: fadeIn 0.5s linear;
  animation-fill-mode: both;
}

#top nav.product-itens ul {
  transform: none;
  overflow: visible;
}

@media only screen and (max-width: 500px) {
  #top nav.product-itens .product-item-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: auto;
  }

  #top nav.product-itens .product-item.product-back {
    margin-top: 20px;
  }
  #top nav.product-itens ul:before {
    font-size: 1.8rem;
    margin: 0;
    position: relative;
  }
  #top nav.product-itens .product-item.product-back a i {
    transform: rotate(90deg);
  }
  #top #identidade .wrapper-identidade .identidade-phone.left {
    padding: 0 20px;
  }
  #top #identidade .wrapper-identidade .identidade-phone.right {
    padding: 0 20px;
  }
  #top
    #identidade
    .wrapper-identidade
    .identidade-phone.right
    .description
    .label {
    margin-left: 0;
    text-align: left;
    padding-left: 30px;
  }
  #top .btn-open-menu {
    display: inline-block;
  }
  #benefits .wrapper-join {
    padding: 0 10px;
  }
  #top nav.product-itens li {
    margin: 0;
    margin-bottom: 10px;
  }
  #menu {
    display: none;
    padding: 0;
    bottom: unset;
  }
  #top nav#menu ul {
    padding: 0;
  }
  .product-itens .product-item-list {
    margin: 0 !important;
    padding: 0 10px !important;
  }
  #top nav#menu ul li {
    display: inline-block;
    vertical-align: middle;
  }
  #top nav#menu ul li a {
    display: block;
    width: 100%;
    /* text-transform: uppercase; */
    /* text-align: center; */
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #menu.opened {
    display: block;
    overflow: auto;
  }
  .wrapper-products .product-itens {
    padding: 0 10px;
  }
  #top nav#menu ul li.js-just-login {
    display: none;
  }
  #video .wrapper-center #about-originalMy .about {
    margin-bottom: 0;
  }
  .login-widget .fb_iframe_widget {
    float: unset;
    display: block;
    width: 100%;
  }
  .login-widget .moodal-auth-originalmy {
    float: unset;
    display: block;
    width: 100%;
  }
  .login-widget .login-form {
    padding: 0 10px;
  }
  .login-widget #ORIGINALMY_BTN span {
    padding-left: 0px !important;
  }
  .login-widget #loginBtn {
    width: 100%;
    margin-bottom: 20px;
    float: unset !important;
  }
  .login-widget .password-register__btn a {
    float: unset;
    display: block;
    width: 100%;
    text-align: center;
  }
  .country-mobile-selection {
    display: flex !important;
    justify-content: space-between;
  }
  #top-internal .wrapper-secure .box-green h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  #simplification .wrapper-center header {
    padding-top: 20px;
  }
  #simplification .wrapper-center header h2 {
    font-size: 1.6rem;
  }
  #simplification .content .text-1 p {
    font-size: 1rem;
  }
  #step-container .certifique-content header h2 {
    font-size: 1.6rem;
  }
}

#top #identidade .wrapper-identidade .identidade-phone.left .description {
  left: 80px;
}

#top #identidade .wrapper-identidade .identidade-phone.right .description {
  right: 90px;
}

#top #identidade {
  text-align: center;
  width: 100%;
  margin-left: 0;
}

@media only screen and (min-width: 860px) {
  .sub-product-contract .product-item.product-back {
    width: 70px;
  }
}

.loading.overlay {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loading.overlay .opaque {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.loading.overlay h2 {
  font-size: 18px;
  color: #fafafa;
  padding: 0 15px;
  margin-top: 12px;
}

.loading.overlay img {
  width: 100px;
  height: 100px;
  margin: 76px auto auto auto;
}

.loading.overlay p {
  font-size: 18px;
  color: #000;
  padding-top: 20px;
}

.loading-fixed {
  position: fixed !important;
  top: 80px !important;
}

.notify-image-icon {
  width: 30px !important;
  height: 30px !important;
  margin-right: 12px;
}

.originalmy-content-loader {
  display: none;
  /* min-height: 100vh; */
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
}

.originalmy-content-loader.originalmy-content-loader--inner-content.show {
  display: flex;
}

.originalmy-content-loader .originalmy-content-loader__container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  align-items: center;
}

.originalmy-content-loader
  .originalmy-content-loader__container
  .originalmy-content-loader__gif {
  max-width: 60px;
}

.originalmy-content-loader
  .originalmy-content-loader__container
  .originalmy-content-loader__message {
  text-align: center;
}

.originalmy-content-loader.originalmy-content-loader--active {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.originalmy-modal .modal-dialog .modal-content {
  border-radius: 0;
}

.originalmy-modal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  align-items: center;
  padding-bottom: 20px;
}

.originalmy-modal .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center;
}

.originalmy-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.6rem;
}

.originalmy-modal .modal-dialog .modal-content .modal-header .close.cancel {
  margin-top: -8px;
  font-size: 4rem;
  color: #f68525;
}

.originalmy-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  justify-content: center;
}

.originalmy-modal .modal-dialog .modal-content .modal-body {
  height: auto;
  width: 100%;
  text-align: center;
}

.recommendations .owl-stage-outer {
  padding: 2px;
}

.originalmy-alert.alert [data-notify="message"] {
  word-break: break-all;
}

#pinModal {
  font-size: 1.6rem;
}

.originalmy-content-loader.originalmy-content-loader--screen-loader {
  display: none;
}

.big-buttons-numbers li a {
  height: 80px;
}

#facility-and-secure figure.phone img {
  margin: 0 auto;
}

@media only screen and (max-width: 861px) {
  .js-just-login {
    display: none;
  }
}

.celulares {
  width: 300px;
  margin: auto;
  margin-top: 20px;
}

#footer {
  padding: 0;
}

#footer #bottom-menu .menu-products {
  max-width: 300px;
}

#footer #orange-mobile {
  min-width: 600px;
}

@media only screen and (min-width: 1100px) {
  #facility-and-secure figure.phone {
    width: auto !important;
  }
}

#technology-and-advantages .wrapper-background-image {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 64px;
  background-position: bottom;
  display: block;
  position: relative;
  height: 1140px;
}

#technology-and-advantages .column .right .box-green h3 {
  padding: 30px 0;
  font-weight: bold;
}

@media only screen and (max-width: 861px) {
  #technology-and-advantages .wrapper-background-image {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    background-position: bottom right;
    display: block;
    position: relative;
    height: 1920px;
  }
}

#contract-five-steps .box-white li {
  /* line-height: 40px; */
}

button.owl-dot:focus {
  outline: none;
}

#how-use .owl-item {
  padding: 10px;
}

.js-just-login {
  display: none;
}

.originalmy-main-menu-dropdown a {
  padding: 0px;
  outline: none;
}

.originalmy-main-menu-dropdown a:focus,
.originalmy-main-menu-dropdown a:active {
  outline: none;
}

.originalmy-main-menu-dropdown .originalmy-dropdown-menu {
  border-radius: 0;
}

.originalmy-main-menu-dropdown .originalmy-dropdown-menu a.dropdown-item {
  padding: 5px 20px;
  color: #595959 !important;
  font-size: 1rem !important;
}

.originalmy-main-menu-dropdown .dropdown-toggle {
  padding-bottom: 10px;
}

.originalmy-main-menu-dropdown .originalmy-dropdown-menu a.dropdown-item:hover {
  background: #f47e18;
  color: #fff !important;
}

@media only screen and (min-width: 862px) {
  #top nav#menu ul li:last-child {
    padding-bottom: 0px;
  }
}

#chrome-plugin .content .text-1 .plugin {
  display: block;
}

#how-work .wrapper-work .download-app {
  flex-direction: column;
  align-items: baseline;
}

#how-work .wrapper-work .download-app a {
  margin-top: 10px;
}

/*------------------------------------------------------
 ASSINATURA DE CONTRATOS
-------------------------------------------------------*/
#contract-five-steps .left .box-white {
  min-height: 320px;
}

#contract-five-steps .columns .left {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-bottom: 20px;
}

#signers-email-signup .cancel-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}

#payment-signers .document-tooltip {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #3333336b;
  border-radius: 50%;
  display: inline-block;
}

div[id^="signeremail-"] {
  margin-bottom: 10px;
}

.payment-details-wrapper .table-responsive table {
  max-width: unset;
}

@media only screen and (max-width: 600px) {
  #contract-five-steps .box-white {
    background-color: #fff;
    padding: 20px 20px;
    counter-reset: sequence;
    margin-bottom: 40px;
  }
  #contract-five-steps .box-white li {
    line-height: inherit;
    height: 50px;
  }

  #contract-five-steps .columns .left {
    align-items: center;
  }
  #contract-five-steps .columns .right .btn-orange {
    margin: 0 auto;
    display: block;
    width: max-content;
  }
}
/*------------------------------------------------------
 FIM ASSINATURA DE CONTRATOS
-------------------------------------------------------*/

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*-----------------------------------------------------
  DASHBOARD
------------------------------------------------------*/


#dashboard-authenticity tbody tr td .fa,
#dashboard-contracts tbody tr td .fa,
#dashboard-notary table tbody tr td .fa {
  font-size: 1rem;
}

#dashboard-signers-status-modal .document-tooltip {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid #3333336b;
  border-radius: 50%;
  display: inline-block;
}



.voucher-item {
  background: #ececec;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 7px;
  text-align: center;
}

.voucher-item__inner {
  border: 1px dashed #9194ad;
  border-radius: 4px;
  padding: 15px;
}

.voucher-item__title {
  color: #40c6ab;
  margin-bottom: 16px;
}

.voucher-item__chains {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.voucher-item__chains > li {
  display: inline-block;
  margin-right: -0.28em;
  margin: 0 3px;
}

.voucher-item__chains > li > img {
  height: 30px;
}

.panel {
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-body {
  padding: 15px;
}

.dashboard-desktop {
  display: none;
}

@media (min-width: 768px) {
  .dashboard-mobile {
    display: none;
  }
  .dashboard-desktop {
    display: block;
  }
  .account-nav-item {
    padding: 10px 30px 15px;
  }
  .account-nav-item__title {
    display: block;
  }
}

.dash-status-2 {
  color: #5bde71;
}

/*-----------------------------------------------------
  END DASHBOARD
------------------------------------------------------*/

.btn:focus,
.btn.focus {
  box-shadow: none;
  outline: none;
}

/*-----------------------------------------------------
  CONTACT
------------------------------------------------------*/

.originalmy-input:focus {
  outline: none;
  border-bottom: 2px solid #4abdac !important;
}

/*-----------------------------------------------------
  END CONTACT
------------------------------------------------------*/

.originalmy-content-loader.originalmy-content-loader--inner-content {
  display: none;
  width: 100%;
  min-height: 100%;
  position: absolute;
}

.originalmy-content-loader.originalmy-content-loader--inner-content
  .originalmy-content-loader__container {
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

/*-----------------------------------------------------
  BLOG
------------------------------------------------------*/

#blog-content {
  background: #fff;
}

.post-content .share ul li {
  padding: 2px 0px;
}

.post-content h1,
.post-content h2,
.post-content h3 {
  color: #4abdac;
}

#blog-content .posts {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-blog figure img {
  max-width: 750px;
  max-height: 600px;
}

.twitter-share-button {
  display: none;
}

#blog .posts .post,
#blog-content .posts .post {
  margin-right: 58px;
}

#blog .posts .post:nth-child(3n),
#blog-content .posts .post:nth-child(3n) {
  margin-right: 0px;
}

#blog-content .posts .post-img, #related-blog .posts .post-img, #blog .posts .post-img {
  background: #eee;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  #blog .posts .post,
  #blog-content .posts .post {
    margin-right: 0px;
  }
  #blog-content .main-blog,
  #blog-content .header-section-blog {
    display: none;
  }
  #blog-content .posts-wrapper {
    position: relative;
    top: -130px;
  }
  .post-content .content iframe {
    width: 100%;
  }
}

/*-----------------------------------------------------
  END BLOG
------------------------------------------------------*/

/*-----------------------------------------------------
  FOOTER
------------------------------------------------------*/

@media only screen and (max-width: 600px) {
  .area-connected .wrapper-center {
    width: 100%;
  }
}

.area-connected {
  background: #fff;
}

/*-----------------------------------------------------
  END FOOTER
------------------------------------------------------*/

/*-----------------------------------------------------
  HEADER
------------------------------------------------------*/

.dropdown-item:hover {
  color: #f47e18;
}

.dropdown-item:focus {
  color: #fff;
}

#top-internal .wrapper-secure div.box-green {
  background: transparent;
}

#top:before {
  top: 115px;
}

@media only screen and (max-width: 600px) {
  #top-internal .wrapper-secure .photo {
    min-height: 500px;
  }
  #top-internal .wrapper-secure div.box-green {
    position: absolute;
    top: 0;
    background-color: rgba(74, 189, 172, 0.8);
    min-height: 500px;
    padding: 0 20px;
  }
  #top #top-logo img {
    width: 200px;
    margin: auto;
    display: block;
    padding-bottom: 20px;
  }
  #top-internal .wrapper-secure .photo img {
    min-height: 500px;
    width: auto;
  }
}

/*-----------------------------------------------------
  END HEADER
------------------------------------------------------*/

/*-----------------------------------------------------
  BITREGISTRO
------------------------------------------------------*/

@media only screen and (max-width: 600px) {
  #technology-and-advantages .wrapper-background-image {
    background: none;
  }
  #technology-and-advantages .wrapper-background-image .column .right .image {
    display: none;
  }
  #technology-and-advantages
    .wrapper-background-image
    .column
    .right
    .box-green
    h3 {
    font-size: 1.5rem;
  }
  #bitregistro {
    background: #ebebeb;
    padding-top: 30px;
  }
  #technology-and-advantages .wrapper-background-image {
    height: 1060px;
  }
  #bitregistro .big-buttons-numbers .btn-orange {
    width: 100%;
    transform: none;
  }
}

/*-----------------------------------------------------
  END BITREGISTRO
------------------------------------------------------*/

/*-----------------------------------------------------
  CONTRACT SIGNATURE
------------------------------------------------------*/

@media only screen and (max-width: 600px) {
  #contract-certification .wrapper-secure .photo {
    display: none;
  }
}

#contract-certification header {
  padding: 30px;
}

/*-----------------------------------------------------
  END CONTRACT SIGNATURE
------------------------------------------------------*/

/*-----------------------------------------------------
  ABC PAGE
------------------------------------------------------*/

.abc #clients.exchanges {
  border-bottom: none;
}

.abc .about-abc {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .omy-abc #top #top-logo img {
    width: auto;
  }
  .omy-abc .abc .top-internal #top-internal {
    height: auto;
  }
  .omy-abc .abc .top-internal #top-internal .wrapper-secure {
    height: auto;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .omy-abc .abc .top-internal #top-internal .wrapper-secure .photo {
    width: 100%;
    min-height: auto;
    flex: 1;
  }
  .omy-abc .abc .top-internal #top-internal .wrapper-secure .photo img {
    height: auto;
    right: auto;
    position: relative;
    width: 100%;
  }
  .omy-abc .abc .top-internal #top-internal .wrapper-secure .box-green {
    flex: 1;
    width: 100%;
    padding: 0;
    max-width: 800px;
  }
  .omy-abc
    .abc
    .top-internal
    #top-internal
    .wrapper-secure
    .box-green
    .limit
    h3 {
    margin-top: 0;
  }
  .omy-abc .abc .top-internal #top-internal .wrapper-secure .box-green p {
    padding: 0;
  }
}

.abc .about-abc .about-abc__text-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  align-content: space-between;
}

.abc .faq-abc {
  padding-bottom: 20px;
}

.line-through-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: relative;
  margin-bottom: 20px;
  height: 8rem;
  align-content: center;
  justify-content: center;
}

.line-through-header::after {
  content: "";
  background-color: #f6921e;
  position: absolute;
  width: 100%;
  top: 50%;
  height: 4px;
  border: 1px;
}

.line-through-header .title {
  text-align: center;
  width: auto;
  background: #fff;
  color: #4abdac;
  font-weight: 700;
  padding: 0px 40px;
  line-height: 8rem;
  margin: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .abc .about-abc .about-abc__text-wrapper {
    flex-wrap: wrap;
  }
  .abc .about-abc .about-abc__text-block {
    padding: 0 20px;
  }
}

.roadmap-abc {
  background: #e8e8e8;
  padding: 20px 10px;
}

.roadmap-abc__title {
  color: #f6921e;
  font-weight: 700;
  text-align: center;
}

.roadmap-abc .roadmap-list .roadmap-item {
  background: #fff;
  padding: 30px;
  /* text-align: center; */
  height: 610px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
}

.roadmap-abc .roadmap-list .roadmap-item .content-wrapper {
  flex: 1;
  overflow: auto;
}

.roadmap-abc .roadmap-list .roadmap-item .content-wrapper .content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content.content-list {
  flex-direction: column;
  align-items: flex-start;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content.content-list
  .icon {
  color: #4abdac;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content.content-list
  p {
  font-size: 1.3rem;
  margin: 0;
  text-align: center;
  display: block;
}

.roadmap-abc .roadmap-list .roadmap-item .content-wrapper .content .plain-step {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  min-height: 450px;
  border-right: 3px dashed #4abdac;
  align-items: center;
  padding: 10px;
  flex: 1;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content
  .plain-step:last-child {
  border-right: none;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content
  .plain-step
  .header {
  width: 100%;
  border-bottom: 2px solid #f6921e;
  text-align: center;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content
  .plain-step
  .body {
  padding-top: 10px;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content
  .plain-step
  .header
  .icon {
  font-size: 6rem;
  color: #f6921e;
  text-align: center;
}

.roadmap-abc
  .roadmap-list
  .roadmap-item
  .content-wrapper
  .content
  .plain-step
  .header
  .title {
  text-align: center;
}

.roadmap-abc .roadmap-list .roadmap-item .content-wrapper > .title {
  text-align: center;
  color: #4abdac;
  font-size: 3rem;
  font-weight: 700;
}

.roadmap-abc .roadmap-list .owl-prev {
  position: absolute;
  left: -50px;
  top: calc(50% - 45px);
}

.roadmap-abc .roadmap-list .owl-next {
  left: auto;
  right: -50px;
  position: absolute;
  top: calc(50% - 45px);
  display: none;
}

@media (max-width: 767px) {
  .roadmap-abc .roadmap-list .roadmap-step {
    padding: 20px;
    text-align: left;
  }
}

.hackthenotaries {
  background: #4abdac;
  padding: 20px 10px;
}

.hackthenotaries__header {
  padding-bottom: 30px;
}

.hackthenotaries__title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
}

.hackthenotaries__info-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.hackthenotaries__info-wrapper .hackthenotaries__info {
  color: #fff;
  padding-right: 30px;
  text-align: left;
}

.hackthenotaries__info-wrapper img {
  max-width: 820px;
  max-height: 440px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .hackthenotaries__info-wrapper {
    flex-wrap: wrap-reverse;
  }
  .hackthenotaries__info-wrapper .hackthenotaries__info {
    padding-right: 0px;
  }
}

.abc-tutorial {
  background: #e8e8e8;
  padding: 20px 10px;
  /* text-align: center; */
}

.abc-tutorial__title {
  color: #f6921e;
  font-weight: 700;
}

#exchanges-modal .exchanges-modal-header {
  border-bottom: none;
  background-color: #4abdac;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#exchanges-modal .exchanges-modal-footer {
  border-top: none;
}

#exchanges-modal .exchanges-modal-content {
  border-radius: 0;
  border: 20px solid #4abdac;
}

#exchanges-modal .exchanges-modal-dialog {
  max-width: 1000px;
}

#exchanges-modal .exchanges-modal-content .exchanges-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#exchanges-modal .exchanges-modal-content .exchanges-wrapper .exchanges {
  margin-bottom: 20px;
}

#exchanges-modal .exchanges-modal-content .exchanges-wrapper .exchanges img {
  width: 200px;
}

.faq-abc .faq-abc__text-wrapper .card {
  margin-bottom: 10px;
}

.faq-abc .faq-abc__text-wrapper .card .card-header {
  background: #f1f1f1;
}

.faq-abc .faq-abc__text-wrapper .card .card-header button {
  color: #4abdac;
  font-weight: 900;
  font-size: inherit;
  font-size: 0.9rem;
}

/*-----------------------------------------------------
  END ABC
------------------------------------------------------*/

/*-----------------------------------------------------
  HELPERS
------------------------------------------------------*/

@media (max-width: 767px) {
  .originalmy-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .originalmy-mobile-center {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .originalmy-title {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .originalmy-title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
}

/*-----------------------------------------------------
  END HELPERS
------------------------------------------------------*/


.carousel .owl-prev {
  position: absolute;
  left: -50px;
  top: calc(50% - 45px);
}

.carousel .owl-next {
  left: auto;
  right: -50px;
  position: absolute;
  top: calc(50% - 45px);
}

#sobre-missao .wrapper-missao-visao .box .white-box h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

#sobre-missao .wrapper-missao-visao .box .white-box p {
  font-size: 14px;
}

#sobre-missao .wrapper-missao-visao .box p {
  margin: 0;
  font-size: 14px;
}

#sobre-missao .wrapper-missao-visao .box p strong {
  font-size: 16px;
}

#sobre-missao .wrapper-missao-visao .box .white-box {
  background-color: #fff;
  padding: 25px;
  display: flex;
  text-align: center;
  min-height: 250px;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

#sobre-missao .wrapper-missao-visao .box .white-box h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

#sobre-missao .wrapper-missao-visao .box .white-box p {
  font-size: 14px;
}

#sobre-missao .wrapper-missao-visao h2 {
  font-size: 40px;
  color: #f47e18;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 32px;
  text-align: center;
}

#sobre-aparicoes .our-aparicoes .box {
  border: 1px solid #00c497;
  height: 290px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  margin: 0 1px;
}

#sobre-aparicoes .our-aparicoes .box:hover {
  transition: all 0.25s;
  border-color: #f47e18;
}

#sobre-aparicoes .our-aparicoes .box:hover .logotipo {
  border-color: #f47e18;
}

#sobre-aparicoes .our-aparicoes .box .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}

#sobre-aparicoes .our-aparicoes .box .logotipo {
  width: 100%;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #00c497;
}

#sobre-aparicoes .our-aparicoes .box .description {
  width: 100%;
  min-height: 125px;
}

#sobre-aparicoes .our-aparicoes .box .description p {
  color: #333;
}

#sobre-aparicoes .our-aparicoes .owl-next,
#sobre-aparicoes .our-aparicoes .owl-prev {
  position: absolute;
  left: -50px;
  top: calc(50% - 45px);
}

#sobre-aparicoes .our-aparicoes .owl-next {
  left: auto;
  right: -50px;
}

#sobre-aparicoes header h2 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

#sobre-aparicoes header h2 span {
  padding: 0 15px;
  position: relative;
  z-index: 2;
  color: #4abdac;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: #fff;
}

@media only screen and (min-width: 860px) {
  #sobre-aparicoes header h2:before {
    position: absolute;
    margin-top: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f47e18;
    content: " ";
    height: 1px;
    z-index: 0;
    width: 35%;
    margin-left: -34%;
  }
  #sobre-aparicoes header h2:after {
    position: absolute;
    margin-top: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f47e18;
    content: " ";
    height: 1px;
    z-index: 0;
    width: 35%;
    margin-left: 34%;
  }
  #sobre-aparicoes header h2:before {
    margin-left: -30%;
  }
  #sobre-aparicoes header h2:after {
    margin-left: 30%;
  }
}

.our-advisors-title {
  font-size: 40px;
  color: #f47e18;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 32px;
  text-align: center;
}

.our-advisors .photo img {
  border-radius: 50%;
  display: inline-block;
  width: 162px;
}

/*-----------------------------------------------------
 ABC WALLET
------------------------------------------------------*/

#abc-wallet-change .wrapper-wallet {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 20px auto;
  background-color: #4abdac;
  height: 400px;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/new-site/img/bg-topo.png");
  flex-direction: column;
  position: relative;
}

#abc-wallet-change .wrapper-wallet p {
  color: #fff;
}

#abc-wallet-change .wallet-group label {
  font-size: 2rem;
  color: #fff;
}

#abc-wallet-change .wallet-group .form-control:focus {
  border-color: #f6921e;
  outline-color: #f6921e;
}

#abc-wallet-change .wallet-success {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 80px;
  font-size: 5rem;
  background-image: url("/assets/new-site/img/bg-topo.png");
}

#abc-wallet-change .wallet-success--show {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.about-abc__text-block {
  flex: 1;
}

.about-abc__text-block:nth-child(1) {
  margin-left: 10px;
}

/*-----------------------------------------------
EMAIL CERTIFICATION
------------------------------------------------*/

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.email-certification .email-certification__container {
  position: relative;
}

.email-certification .originalmy-content-loader {
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 103;
  min-height: auto;
  background: #fff;
}

.email-certification .email-certification__details-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
}

.email-certification .email-certification__details {
  height: 100%;
  background: #fcfcfc;
  width: 900px;
  padding: 2rem 1rem;
  position: absolute;
  right: -900px;
  overflow-y: auto;
  z-index: 1001;
  transition: all 0.2s ease-in-out;
}

.email-certification .email-certification__container {
  position: relative;
  min-height: 100vh;
  background: #fcfcfc;
  overflow: auto;
  box-shadow: 0px 0px 1px 0px #000;
}

.email-certification
  .email-certification__details
  .email-certification__details__header {
  width: 100%;
  height: 40px;
}

.email-certification .email-certification__list .list-group-item {
  padding: 20px;
}

.email-certification .email-certification__list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.email-certification .email-certification__list .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.email-certification
  .email-certification__list
  .email-certification__list-header {
  border: none;
}

.email-certification .email-certification__details__history .list-group-item {
  padding: 0;
  margin-top: 10px;
}

.email-certification
  .email-certification__details__history
  .list-group-item
  .email-certification__details__history-holder,
.email-certification
  .email-certification__details__history
  .list-group-item
  .email-certification__details__history-status-list {
  padding: 15px;
}

.email-certification
  .email-certification__details__history
  .list-group-item
  div:first-child {
  border-bottom: 1px solid #ccc;
}

.email-certification .email-certification__details__history .title,
.email-certification .email-certification__details__data .title {
  font-size: 1rem;
  font-weight: 700;
}

.email-certification
  .email-certification__details__history-status-list
  .more-info {
  color: #000;
}

.email-certification
  .email-certification__details__history-status-list
  .more-info[aria-expanded="true"] {
  transform: rotate(90deg);
}

.email-certification .email-certification__details__history-holder .icon {
  width: 25px;
  height: 25px;
  margin-right: 1rem;
}

.email-certification
  .email-certification__details__history-status-list
  .check-icon {
  font-size: 1.5rem;
  color: #4caf50;
}

.email-certification
  .email-certification__details__history-status-list
  .info
  p {
  margin: 0;
  overflow-x: auto;
}

.email-certification
  .email-certification__list-header
  .email-certification__list-title {
  text-align: center;
}

.email-certification .email-certification__list-column {
  vertical-align: middle;
  min-height: 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.email-certification .email-certification__list-header h5 {
  font-size: 1rem;
}

.email-certification .email-certification__details-wrapper {
  position: absolute;
}

.email-certification .email-certification__details-wrapper.show {
  display: block;
  right: 0px;
  /* transition: all .6s ease-in-out; */
  z-index: 100;
}

.email-certification
  .email-certification__details-wrapper.show
  .email-certification__details {
  right: 0px;
}

.email-certification .email-actions-dropdown .dropdown-toggle {
  color: #000;
}

.email-certification .email-actions-dropdown .dropdown-toggle::after {
  display: none;
}

.email-certification .status-icon {
  color: #ccc;
}

.email-certification .status-icon.success {
  color: #4caf50;
}

.email-certification .status-icon.error {
  color: red;
}

.email-certification .status-icon.warning {
  color: yellow;
}

.email-certification .table-wrapper {
  height: 700px;
  overflow-y: auto;
}

.email-certification .email-certification__list {
  width: 100%;
}

@media (max-width: 767px) {
  .email-certification .email-certification__details {
    width: 100%;
  }
  .email-certification
    .email-certification__details__history-status-list
    .info {
    text-align: left;
    padding-left: 0 !important;
  }
  .email-certification .email-certification__search-form .input-group {
    margin-bottom: 10px;
  }
  .email-certification
    .email-certification__search-form
    .email-certification__form-actions {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .email-certification .d-table.email-certification__list {
    width: 1000px;
  }
  .email-certification .table-wrapper {
    max-height: 100%;
    overflow-y: auto;
  }
}
/*-------------------------------------------------------
  CREDITS
--------------------------------------------------------*/

.omy-credits #wizard {
  background: #fff;
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  /* position: relative; */
}

.omy-credits #wizard .current-info {
  display: none;
}

.omy-credits #wizard .steps {
  min-height: 90px;
}

.omy-credits #wizard .steps .step-value {
  display: block;
  color: #000;
  font-weight: 700;
  /* font-size: 0.70rem; */
}

.omy-credits #wizard .steps ul li.current a .step-value {
  color: #f6921e;
}

.omy-credits #wizard .steps ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}

.omy-credits #wizard .steps ul li {
  flex: 1;
  margin: 5px 5px;
}

.omy-credits #wizard .steps ul li:first-child {
}

.omy-credits #wizard .steps ul li a {
  height: 70px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  background: #f6f8fc;
  display: block;
}

.omy-credits #wizard .steps ul li.current a {
  font-weight: bold;
  background: #fff;
}

.omy-credits #wizard .steps ul li a:hover {
  text-decoration: none;
}

.omy-credits #wizard .content {
  border-top: 1px solid #fff;
  overflow: hidden;
}

.omy-credits #wizard .content .title {
  display: none;
}

.omy-credits #wizard .content .title.current {
  display: block;
  color: #000;
  padding: 30px 10px;
  font-weight: 900;
}

.omy-credits .credits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.omy-credits .credits-wrapper .credits {
  width: 240px;
  height: 170px;
  text-align: center;
  background: #fff;
  margin: 0 10px;
  margin-bottom: 20px;
  vertical-align: middle;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  color: #000;
  align-items: center;
  justify-items: center;
}

.omy-credits .credits-wrapper .credits.active {
  background-color: #f6921e;
}

.omy-credits .credits-wrapper .credits.active .value {
  color: #000;
}

.omy-credits .credits-wrapper .credits.active .valid {
  color: #000;
}

.omy-credits .wrapper-success,
.omy-credits .wrapper-waiting,
.omy-credits .wrapper-warning,
.omy-message {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f6f8fc;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  -ms-flex-direction: column;
  /* flex-grow: 1; */
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 2;
  padding: 20px;
}

.omy-message-header {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

.omy-message-header .close {
  color: #fff;
  opacity: 1;
  font-size: 3rem;
}

.omy-message.wrapper-error {
  background: #ff4d4d;
}

.omy-message.wrapper-error .icon-wrapper i {
  color: #fff;
}

.omy-credits .wrapper--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.omy-credits .icon-wrapper i {
  font-size: 60px;
  font-size: 10rem;
  color: #000;
}

.omy-credits .wrapper-warning .icon-wrapper i,
.omy-credits .wrapper-warning h3 {
  color: rgb(255, 191, 0);
}

.omy-credits .cancel-button-wrapper {
  padding-top: 20px;
}

.omy-credits .message-wrapper {
  padding-top: 10px;
}

.omy-credits .message-wrapper {
  color: #000;
  text-align: center;
}

.omy-credits .credits-pageheader .header-blog {
  flex-direction: column;
  padding: 20px 0 !important;
}

.omy-credits #wizard .steps ul li a .step-value {
  font-size: 0.75rem;
}
.omy-credits #wizard .content {
  padding-top: 20px;
}
.omy-credits #wizard .content .title {
  display: none;
}
.omy-credits #wizard .content .title.current {
  display: none;
}

body.contact-bg {
  background: none;
}

#blog .posts .data-post .date, #blog-content .posts .data-post .date {
  color: #000;
}
.post-header h3.title {
  color: #000;
  font-size: 40px;
}

#blog header h2 span, #blog-content header h2 span {
  color: #000;
}

#top.top-blog {
  height: auto;
  padding-bottom: 20px;
  min-height: 240px;
}

.post-content h1, .post-content h2, .post-content h3 {
  color: #000;
}

.main-blog .main-description .date {
  color: #000;
}

.main-blog .main-description h3.title {
  color: #000;
}

#blog .posts .data-post h3, #blog-content .posts .data-post h3 {
  color: #000;
}

#site {
  background: #f6f8fc!important;
}

#blog-header .header-blog h2 {
  color: #000;
}

#blog-content.degrade {
  background: none;
}

#blog-header .header-blog .description p {
  color: #000;
}

.main-blog .main-description h3.title {
  color: #000;
}

.omy-credits .credits-wrapper .credits {
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.omy-credits .credits-wrapper .credits .value {
  font-size: 2rem;
}
.omy-credits .credits-wrapper .credits .details {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.omy-credits .credits-wrapper .credits .details .valid {
  font-size: 0.8rem;
  position: relative;
  top: 10px;
  right: 20px;
}

/*-------------------------------------------------------
  FIM CREDITS
--------------------------------------------------------*/

#top::before {
  all: unset;
}

#top #products > .title {
  font-size: 2.3rem;
  line-height: 2.3rem;
}

#top #products > .subtitle {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

#top #products > .objectives {
  font-size: 1.4em;
  line-height: 2.3rem;
  /* font-weight: bold; */
}

#top #products > .subtitle.subtitle-mobile {
  display: none;
}
@media (max-width: 767px) {
  #top #products > .title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  #top #products > .subtitle {
    font-size: 0.85rem;
    line-height: 1rem;
  }

  #top #products > .subtitle.subtitle-desktop {
    display: none;
  }

  #top #products > .subtitle.subtitle-mobile {
    display: block;
  }

  #top #products > .objectives {
    display: none;
    font-size: 1.75rem;
    padding: 0 1rem;
    /* font-weight:  bold; */
  }
}

/* Media query for desktop viewport */

@media screen and (min-width: 400px) {
  .omy-credits #paypal-button-container {
    width: 250px;
  }
}

.omy-mycredits .credit-transactions-table tr td {
  padding: 5px;
  font-size: 1rem;
}

.omy-mycredits .credit-transactions-table .transaction-debit {
  color: #ff471a;
}

.omy-mycredits .credit-transactions-table .transaction-credit {
  color: #00cc00;
}

/**
 * ========================================
 * BIT REGISTRO
 * ========================================
 */

.img-nodoc {
  max-width: 250px;
}

.headerwrap {
  padding-top: 30px;
  margin-bottom: 30px;
}

.headerwrap .container {
  background: #4abdac;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid transparent;
}

.headerwrap_nodocs h1 {
  color: white;
}

.headerwrap h3 {
  color: white;
}

.headerwrap .panel {
  margin-right: -15px;
  margin-left: -15px;
}

.headerwrap canvas {
  border-radius: 8px;
}

.timestamp,
.timestamp2,
.timestamp3 {
  font-size: 0.8em;
  margin-top: 0;
}

.certify_message,
.confirmed_message,
.confirming_message {
  padding-bottom: 60px;
}

.digest,
.digest2,
.digest3 {
  word-break: break-all;
  margin-bottom: 0;
}

.bitresgitro-card-desc span {
  width: 100%;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 3em;
  display: none;
  padding: 10px 0;
  border-radius: 5px;
}

.bitresgitro-card-desc .fa-times {
  background: #ff5b5b;
  color: white;
}

.bitresgitro-card-desc .fa-check {
  background: #1abc9c;
  color: white;
}

.bitresgitro-card-desc .fa-spinner {
  /* background: #f8f344; */
  color: white;
}

@media (max-width: 768px) {
  .hide-mob {
    display: none;
  }
  .bitresgitro-card-desc span {
    display: block;
  }
}

.digital-signature {
  padding-top: 20px;
  padding-bottom: 20px;
}

.digital-signature p {
  margin-top: 10px;
  margin-bottom: 0;
}

.dig-sign {
  border: 1px solid #ddd;
  padding: 10px;
}

.wallets-cards {
  padding-top: 15px;
  padding-bottom: 20px;
}

.wallets-cards img {
  max-height: 50px;
}

#notary-card img {
  max-height: 100px;
  margin-bottom: 15px;
}

#notary_id {
  line-height: 30px;
  margin-bottom: 15px;
}

.card h4 {
  font-weight: bold;
}


.card-info {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: -10px;
  margin-left: -10px;
}

.card-info hr {
  margin: 0 0 10px 0;
}

.transaction-info {
  margin-bottom: 5px;
}

.reg-btn-decred {
  margin-top: 17px;
}

.merkle-tree {
  font-size: 10px !important;
}

.contract-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #eee;
  padding: 5px 10px 30px 10px;
  margin-bottom: 20px;
}

.videos-info-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
}

.videos-info-card h3 {
  margin-top: 0;
}

.contract-info_head {
  height: 120px;
  font-weight: bold;
  position: relative;
}

.contract-info_info {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 -10px -10px;
  border: 1px solid #ddd;
  color: #3498db;
  font-size: 2em;
}

.process-card {
  margin-top: 20px;
  padding: 10px;
  /* background: #eee; */
  background: #eaf5ff;
  min-height: 300px;
  border-radius: 7px;
  margin-left: 25px;
  margin-right: 25px;
}

.process-card h3 {
  margin-top: 0;
}

.research-form {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 15px;
}

#tx_eth_hash,
#tx_etc_hash,
#tx_dcr_hash,
#tx_btc_hash {
  word-break: break-all;
}

.signatory-table {
  padding: 20px 0;
  overflow-x: auto;
  width: 100%;
  margin: 0 auto;
}

.signatory-table__title {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
}

.signatory-table__table {
  margin: 0 auto;
}

.signatory-table__table__td,
.signatory-table__table__th {
  padding: 5px 20px;
}

/* entire container, keeps perspective */

.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */

.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

/* flip speed goes here */

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 320px;
  height: 320px;
}

/* hide back of pane during swap */

.front,
.back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

/*  UPDATED! front pane, placed above back */

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */

.back {
  transform: rotateY(-180deg);
}

/*
	Some vertical flip updates
*/

.vertical.flip-container {
  position: relative;
}

.vertical .back {
  transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

@media (max-width: 768px) and (min-width: 426px) {
  .process-card {
    width: 200px !important;
    max-height: 400px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .process-card h3 {
    font-size: 18px;
  }
  .back p {
    font-size: 15px;
  }
}

@media (max-width: 425px) {
  .process-card h3 {
    font-size: 18px;
  }
  .back p {
    font-size: 15px;
  }
  .process-card {
    text-align: center;
    width: 80%;
    margin: auto;
  }
}

/* entire container, keeps perspective */

.flipper,
.front,
.back {
  width: 100%;
  max-height: 400px;
}

.flipper .back {
  background: #ffffff;
  color: #ffffff;
  text-align: center;
}

.back .process-card {
  background-color: #3498db !important;
  color: white !important;
  font-size: 1.2em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .img-nodoc {
    max-width: 200px;
  }
}

.bitregistro-payments-options.bitregistro-payments-options--mobile {
  display: none;
}

.bitregistro-bitcoin-logo {
  margin: auto;
  max-width: 200px;
}

.bitregistro-payments {
  display: flex;
  width: 280px;
  height: 600px;
  flex-direction: column;
  align-items: center;
  align-content: stretch;
  cursor: pointer;
  padding: 0px 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.bitregistro-payments__image {
  max-width: 200px;
  height: 350px;
  display: flex;
  justify-items: center;
  align-items: center;
}

.bitregistro-payments__title {
  width: 100%;
  height: 100px;
}

.bitregistro-payments__title h2 {
  font-size: 2.2rem;
}

.bitregistro-payments__price {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bitregistro-payments__price h2 {
  font-size: 2.5rem;
}

.bitregistro-payments__price .bitregistro-payments__price--with-discount del {
  display: block;
}

.bitregistro-payments-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.bitregistro-payments-options::before {
  clear: both;
}

.bitregistro-payments__image > .pagseguro-image--mobile {
  display: none;
}

.bitregistro-payments__info-text {
  font-size: 1.1rem;
  text-align: left;
  height: 100px;
  max-width: 100%;
}

.bitregistro-payments__image.voucher_payment__image img {
  max-width: 160px;
}

.originalmy-content-loader {
  display: flex;
  /* min-height: 30vh; */
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  background: #fff;
}

.originalmy-content-loader .originalmy-content-loader__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.originalmy-content-loader
  .originalmy-content-loader__container
  .originalmy-content-loader__gif {
  max-width: 60px;
}

.originalmy-content-loader
  .originalmy-content-loader__container
  .originalmy-content-loader__message {
  text-align: center;
}

.bitregistro-voucher__form-group {
  display: flex;
}

.metamask {
  background: #3498db;
  padding: 2px;
  margin: auto;
}

.metamask .metamask-container {
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.metamask .metamask-container .metamask-container__image {
  width: 60px;
  height: 60px;
}

.metamask .metamask-container .metamask-container__text {
  color: #fff;
  padding: 5px;
  margin-left: 10px;
}

/* .original-payment-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
} */

.original-payment-modal .modal-dialog .modal-content {
  border-radius: 0;
}

.original-payment-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.original-payment-modal
  .modal-dialog
  .modal-content
  .modal-body
  .wallet-address {
  word-wrap: break-word;
  width: 250px;
}

.original-payment-modal
  .modal-dialog
  .modal-content
  .modal-body
  .open-wallet-btn {
  margin: auto;
}

.original-payment-modal .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center;
}

.original-payment-modal
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title.payment-choose {
  font-size: 2.2rem;
}

.original-payment-modal
  .modal-dialog
  .modal-content
  .modal-header
  .close.cancel-payment {
  margin-top: -8px;
  font-size: 4rem;
  color: #f68525;
}

.original-payment-modal .modal-dialog .modal-content .modal-footer {
  border: none;
}

.original-payment-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bitregistro-payments__price {
  height: auto;
  width: 100%;
  text-align: center;
}

.original-metamask-modal {
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}

.original-metamask-modal .modal-content {
  border-radius: 0;
}

.original-metamask-modal .metamask-discount__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.original-metamask-modal
  .metamask-discount__content
  .metamask-discount-content__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.original-metamask-modal
  .metamask-discount__content
  .metamask-discount-content__header
  .metamask-discount-header__image {
  width: 100px;
}

.original-metamask-modal
  .metamask-discount__content
  .metamask-discount-content__header
  .metamask-discount-header__title {
  text-transform: uppercase;
  text-align: center;
}

.original-metamask-modal
  .metamask-discount__content
  .metamask-discount-content__header
  .metamask-discount-header__subtitle {
  text-transform: uppercase;
  text-align: center;
}

.metamask-discount__content .metamask-discount-content__text-explain {
  padding: 20px;
}

.metamask-discount__content .metamask-discount-content__text-explain p {
  text-align: left;
}

.metamask-discount__content .metamask-discount-content__footer {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .bitregistro-payments-options {
    display: none;
  }
  .bitregistro-payments-options.bitregistro-payments-options--mobile {
    display: block;
  }
  .bitregistro-payments {
    width: 100%;
    height: auto;
    padding-top: 0px;
  }
  .bitregistro-payments-options--mobile .bitregistro-payments {
    flex-direction: column;
    padding-bottom: 0;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__body {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 100px;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__body
    .bitregistro-payments__media {
    padding-left: 10px;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__body
    .bitregistro-payments__image {
    width: 70px;
    height: auto;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__body
    .bitregistro-payments__image.bitcoin_payment__image
    img,
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__body
    .bitregistro-payments__image.voucher_payment__image
    img {
    width: 50px;
    height: auto;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__title
    h2 {
    font-size: 1.5rem;
    text-align: left;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__price {
    flex-direction: row-reverse;
    height: 50px;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__price
    h2 {
    margin-top: 0;
    text-align: left;
    font-size: 1.8rem;
  }
  .bitregistro-payments-options--mobile
    .bitregistro-payments
    .bitregistro-payments__price
    del {
    font-size: 1.1rem;
  }
  .bitregistro-payments-options--mobile .bitregistro-payments__info-text {
    height: auto;
    margin-bottom: 10px;
  }
  .bitregistro-payments__image > .pagseguro-image--desktop {
    display: none;
  }
  .bitregistro-payments__image > .pagseguro-image--mobile {
    display: flex;
  }
  .bitregistro-payments__title {
    height: auto;
  }
}

.hiw-item-picture {
  width: 100%;
}

.panel.panel-primary {
  border-color: #f6921e;
}

.panel.panel-primary .panel-heading {
  background-color: #f6921e;
  color: #fff;
}

.bitregistro .status-card .document-info .document-status-title {
  font-weight: bold;
}

.bitregistro .status-card .document-info .document-status-icon {
  width: 200px;
  margin: auto;
  display: block;
}

.bitregistro .status-card .document-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.bitregistro .status-card .document-sidebar .document-sidebar-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.bitregistro .status-card .document-sidebar .document-sidebar-shopping-button {
  margin: 10px 0px;
}

.bitregistro .status-card .document-sidebar .document-sidebar-voucher-button {
  font-size: 0.75rem;
}

.bitregistro
  .status-card
  .document-sidebar
  .document-sidebar-certification
  pre {
  max-width: 350px;
  overflow: overlay;
  background-color: #fff;
  padding: 10px;
  font-size: 0.8rem;
}

.bitregistro .status-card .document-sidebar .document-sidebar-cert-title {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.bitregistro .status-card .document-sidebar .document-sidebar-cert-text {
  color: #fff;
  font-size: 0.75rem;
}

.bitregistro .card {
  border-color: #f6921e;
}

.bitregistro .card .card-header,
.bitregistro .card .card-footer {
  background-color: #f6921e;
}

@media only screen and (max-width: 768px) {
  .bitregistro .card .card-header,
  .bitregistro .card .card-footer {
    width: 100%;
  }
}

.color-white {
  color: #fff;
}

.signatory-table__table__th {
  background-color: #137667;
}

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.upload-contracts #wizard {
  padding: 0;
  border-radius: 0;
  position: relative;
}

.upload-contracts #wizard .steps {
  min-height: auto;
}

.upload-contracts #wizard .steps ul {
  margin: 0;
}

.upload-contracts #wizard .steps ul li {
  margin: 0;
}

.upload-contracts #wizard .steps ul li a {
  border-bottom: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-contracts #wizard .steps ul li.current a {
  background: #000;
  color: #fff;
  vertical-align: middle;
  line-height: 1.6;
}

.upload-contracts #wizard .steps ul li a {
  border-radius: 0;
  color: #000;
}

.upload-contracts #wizard .content {
  border-top: none;
  padding: 20px;
}

.upload-contracts #wizard .content h3.title {
  display: none !important;
}

.upload-contracts #contract-document-dropzone {
  width: 100%;
  height: 100%;
  flex: 3;
}

.upload-contracts .dz-default.dz-message,
.upload-contracts .dz-preview {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
  flex: 1;
}

.upload-contracts .dz-preview {
  background: #fff;
  color: #000;
  border: none;
}

.upload-contracts .dz-default.dz-message i,
.upload-contracts .dz-preview .dz-image i {
  font-size: 4rem;
  padding: 60px 0;
}

.upload-contracts .dz-preview .digest {
  font-size: 1rem;
}

.upload-contracts .dz-preview .dz-filename {
  text-align: center;
}

.upload-contracts .dz-preview .dz-size {
  text-align: center;
}

.upload-contracts .dz-preview .dz-success-mark,
.upload-contracts .dz-preview .dz-error-mark {
  display: none;
}

.dz-preview.dz-image-preview .dz-image i {
  display: none;
}

.dz-preview.dz-image-preview .dz-image {
  width: 200px;
  height: 200px;
}

.upload-contracts #wizard .content .title-wrapper p {
  color: #000;
  font-size: 1rem;
}
.upload-contracts .btn.btn-orange {
  border-radius: 2rem;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.94rem;
}

.upload-contracts #wizard .content .title-wrapper .title-input-wrapper {
  padding-bottom: 30px;
}

.upload-contracts #wizard .content .signers-wrapper {
  min-height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.upload-contracts
  #wizard
  .content
  .signers-wrapper
  .signer:first-child
  .concat-icon {
  display: none;
  margin: 20px 0;
}

.signers-emails {
  flex: 100;
  width: 500px;
  max-width: 100%;
}

.signeremail .form-group {
  width: 100%;
}

.signeremail .form-group lable {
  font-weight: 700;
}

#email-validated-alert {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}

#email-validated-alert.alert-danger {
  color: #fff;
  background: rgb(255, 77, 77);
  border-color: rgb(255, 77, 77);
  border-radius: 0px;
  padding: 0.4rem 1.25rem;
  text-align: center;
}

#email-validation {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.header-image {
  background-image: url("/assets/new-site/img/bg-topo.png");
}
