.registro-rostro {
    margin-bottom: 16px !important;
    font-style: italic;
    font-size: 12px;
}

.button-rostro {
    margin-bottom: 5px !important;
}

.modal {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 3% !important;
    background-color: #fafafa;
    padding: 0;
    max-height: 97%;
    width: fit-content;
    width:-webkit-fit-content;
    width: -moz-fit-content;
    margin: auto;
    overflow-y: hidden;
    border-radius: 2px;
    will-change: top, opacity;
    margin-top: 5vh !important;
  }
  
  @media only screen and (max-width: 540px) {
    .modal {
      overflow: auto;
    }

    #rf_webcam {
      width: 100% !important;
      object-fit: cover;
    }

    .cam-container canvas{
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
    }

    .registro-info {
      height: auto;
      width: 100% !important;
    }

    .msg-container, .msg-error-webcam-container {
      width: 100% !important;
    }

  }
  
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0;
  }
  
  .modal .modal-content {
    padding: 24px;
    height: auto;
    width: fit-content;
    width:-webkit-fit-content;
    width: -moz-fit-content;
    overflow: hidden;
    box-sizing: unset;
  }

  .modal .modal-content .main-close {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 2.2rem;
    width: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: 2px solid #aaa;
    z-index: 3;
    padding: 0 !important;
  }

  .modal .modal-content .main-close:focus {
      outline: none;
      border: 2px solid #32d123;
  }

  .modal .modal-content .main-close span {
      font-size: 2.5rem;
      color: #666;
      margin-bottom: .2rem;
  }

  .modal .modal-content .d-none {
    display: none !important;
  }

  .msg-container, .msg-error-webcam-container {
    text-align: center;
    width: 540px;
  }

  .msg-title {
    margin: 16px;
    text-align: center;
  }

  .text-danger {
    color: red;
  }

  .msg-text {
    margin-left: 16px;
    margin-bottom: 16px !important;
  }

  .button-comenzar-rostro {
    margin-left: 16px !important;
  }

  .modal .modal-content .camregister-container {
    width: auto;
    height: auto;
    position: relative;
  }

  .modal .modal-content .camregister-container .cam-container {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .modal .modal-content .camregister-container .cam-container canvas {
    width: 100% !important;
    height: 100% !important;
    transform: scale(-1, 1);
    position: absolute;
    top: 0;
    left: 0;
  }

  .modal .modal-content .camregister-container .cam-container video {
    
  }

  .icon-person {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .icon-person img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .person-border-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .person-border {
    position: relative;
    width: 87%;
    height: 87%;
    border: 5px solid #e4e2e2a8;
    animation: heartbeat 3s infinite;
  }

  .pb-top-left {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    top: -8px;
    left: -8px;
    border-left: 13px solid #e4e2e2;
    border-top: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-top-right {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    top: -8px;
    right: -8px;
    border-right: 13px solid #e4e2e2;
    border-top: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-bottom-left {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    bottom: -8px;
    left: -8px;
    border-left: 13px solid #e4e2e2;
    border-bottom: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-bottom-right {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    bottom: -8px;
    right: -8px;
    border-right: 13px solid #e4e2e2;
    border-bottom: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .icon-arrow-left {
    position: absolute;
    width: 8vmin;
    height: 8vmin;
    top: calc(50% - 5vmin);
    left: 2px;
    background-color: #00000070;
    border-radius: 10px;
    padding: 0.4rem;
  }

  .icon-arrow-right {
    position: absolute;
    width: 8vmin;
    height: 8vmin;
    top: calc(50% - 5vmin);
    right: 2px;
    transform: rotate(180deg);
    background-color: #00000070;
    border-radius: 10px;
    padding: 0.4rem;
  }

  .icon-arrow-top {
    position: absolute;
    width: 8vmin;
    height: 8vmin;
    bottom: 2px;
    left: calc(50% - 5vmin);
    transform: rotate(90deg);
    background-color: #00000070;
    border-radius: 10px;
    padding: 0.4rem;
  }

  .icon-arrow-bottom {
    position: absolute;
    width: 8vmin;
    height: 8vmin;
    bottom: 2px;
    left: calc(50% - 5vmin);
    transform: rotate(270deg);
    background-color: #00000070;
    border-radius: 10px;
    padding: 0.4rem;
  }

  @keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  25%
  {
    transform: scale( 1.05 );
  }
  50%
  {
    transform: scale( 1 );
  }
  75%
  {
    transform: scale( 1.05 );
  }
  100%
  {
    transform: scale( 1 );
  }
}

  .step-msg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-msg {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .step {
    color: #fdfdfd;
    text-shadow: -1px 0 rgb(49, 49, 49), 0 1px rgb(49, 49, 49), 1px 0 rgb(49, 49, 49), 0 -1px rgb(49, 49, 49);
    font-size: 1.8em;
    font-weight: 700;
    width: 97%;
    text-align: center;
    background-color: #00000070;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
  }

  .vexsoluciones-laser {
    width: 100%;
    background-color: tomato;
    height: 1px;
    position: absolute;
    top: 30%;
    z-index: 2;
    box-shadow: 0 0 4px red;
    animation: scanning 2s infinite;
  }

  .vexsoluciones-diode {
    animation: beam .01s infinite;
  }

  @keyframes beam {
    50% {
      opacity: 0.5;
    }
  }
  
  @keyframes scanning {
    50% {
      transform: translateY(17rem);
    }
  }

  .registro-info {
    height: auto;
    width: 540px;
    padding-top: 16px;
  }

  .registro-title {
    text-align: center;
  }

  .registro-text, .msg-text {
    font-size: 1.13em;
  }
  
  .modal .modal-close {
    cursor: pointer;
  }
  
  .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
  }
  
  .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
    margin: 6px 0;
  }
  
  .modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
  }
  
  .modal.modal-fixed-footer {
    padding: 0;
    height: 70%;
  }
  
  .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  
  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
  }
  
  .modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
  }

  .registro-rostro-login {
    margin-bottom: 16px !important;
    font-style: italic;
    font-size: 12px;
  }

.button-rostro-login {
    margin-bottom: 5px !important;
}

.modal-login {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.modal-login {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 3% !important;
    background-color: #fafafa;
    padding: 0;
    max-height: 97%;
    width: fit-content;
    width:-webkit-fit-content;
    width: -moz-fit-content;
    margin: auto;
    overflow-y: hidden;
    border-radius: 2px;
    will-change: top, opacity;
  }
  
  @media only screen and (max-width: 540px) {
    .modal-login {
      overflow: auto;
    }

    #rf_webcam_login {
      width: 100% !important;
      object-fit: cover;
    }

    .cam-container-login canvas{
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
    }

    .registro-info-login {
      height: auto;
      width: 100% !important;
    }

    .msg-container-login {
      width: 100% !important;
    }

    .msg-exito-container-login {
      width: 100% !important;
    }

    .msg-error-container-login {
      width: 100% !important;
    }

  }
  
  .modal-login h1, .modal-login h2, .modal-login h3, .modal-login h4 {
    margin-top: 0;
  }
  
  .modal-login .modal-content-login {
    padding: 24px;
    height: auto;
    width: fit-content;
    width:-webkit-fit-content;
    width: -moz-fit-content;
    overflow: hidden;
    box-sizing: unset;
  }

  .modal-login .modal-content-login .d-none {
    display: none !important;
  }

  .msg-container-login {
    text-align: center;
    width: 540px;
  }

  .msg-title-login {
    margin: 16px;
    text-align: center;
  }

  .msg-text-login {
    margin-left: 16px;
    margin-bottom: 16px !important;
  }

  .msg-exito-container-login, .msg-error-container-login {
    text-align: center;
    width: 540px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .msg-exito-title-login, .msg-error-title-login {
    text-align: center;
    font-size: 2.5rem;
  }

  .msg-exito-text-login, .msg-error-text-login {
    margin-bottom: 16px !important;
    font-size: 1.5rem;
  }

  .error-buttons-rf {
    display: flex;
    align-items: center;
  }

  .msg-error-button-login {
    margin-right: 0.5em !important;
  }

  .button-comenzar-rostro-login {
    margin-left: 16px !important;
  }

  .modal-login .modal-content-login .camregister-container-login {
    width: auto;
    height: auto;
  }

  .modal-login .modal-content-login .camregister-container-login .cam-container-login {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .modal-login .modal-content-login .camregister-container-login .cam-container-login canvas {
    width: 100% !important;
    height: 100% !important;
    transform: scale(-1, 1);
    position: absolute;
    top: 0;
    left: 0;
  }

  .modal-login .modal-content-login .camregister-container-login .cam-container-login video {
    
  }

  .icon-person-login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .icon-person-login img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .person-border-container-login {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .person-border-login {
    position: relative;
    width: 87%;
    height: 87%;
    border: 5px solid #e4e2e2a8;
    animation: heartbeat 3s infinite;
  }

  .pb-top-left {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    top: -8px;
    left: -8px;
    border-left: 13px solid #e4e2e2;
    border-top: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-top-right {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    top: -8px;
    right: -8px;
    border-right: 13px solid #e4e2e2;
    border-top: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-bottom-left {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    bottom: -8px;
    left: -8px;
    border-left: 13px solid #e4e2e2;
    border-bottom: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-bottom-right {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    bottom: -8px;
    right: -8px;
    border-right: 13px solid #e4e2e2;
    border-bottom: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  @keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  25%
  {
    transform: scale( 1.05 );
  }
  50%
  {
    transform: scale( 1 );
  }
  75%
  {
    transform: scale( 1.05 );
  }
  100%
  {
    transform: scale( 1 );
  }
}

  .step-msg-container-login {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-msg-login {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .step-login {
    color: #fdfdfd;
    text-shadow: -1px 0 rgb(49, 49, 49), 0 1px rgb(49, 49, 49), 1px 0 rgb(49, 49, 49), 0 -1px rgb(49, 49, 49);
    font-size: 1.8em;
    font-weight: 700;
    width: 97%;
    text-align: center;
    background-color: #00000070;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
  }

  .registro-info-login {
    height: auto;
    width: 540px;
    padding-top: 16px;
  }

  .registro-title-login {
    text-align: center;
  }

  .registro-text-login, .msg-text-login {
    font-size: 1.13em;
  }
  
  .modal-login .modal-close {
    cursor: pointer;
  }
  
  .modal-login .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
  }
  
  .modal-login .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
    margin: 6px 0;
  }
  
  .modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
  }
  
  .modal-login.modal-fixed-footer {
    padding: 0;
    height: 70%;
  }
  
  .modal-login.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  
  .modal-login.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
  }
  
  .modal-login.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
  }

  .button-rf-login {
    width: 100%;
    margin-bottom: 1em !important;
  }

  .button-rf-login-oprf, .button-rf-login-opuc {
    width: 100%;
    margin-bottom: 0.5em !important;
  }

  .opc-login-rf {
    display: block;
    text-decoration: none;
    border: none;
    margin-bottom: 0.7rem;
  }

  .registro-rostro-checkout {
    margin-bottom: 16px !important;
    font-style: italic;
    font-size: 12px;
  }

.button-rostro-checkout {
    margin-bottom: 5px !important;
}

.modal-checkout {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.modal-checkout {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 3% !important;
    background-color: #fafafa;
    padding: 0;
    max-height: 97%;
    width: fit-content;
    width:-webkit-fit-content;
    width: -moz-fit-content;
    margin: auto;
    overflow-y: hidden;
    border-radius: 2px;
    will-change: top, opacity;
  }
  
  @media only screen and (max-width: 540px) {
    .modal-checkout {
      overflow: auto;
    }

    #rf_webcam_checkout {
      width: 100% !important;
      object-fit: cover;
    }

    .cam-container-checkout canvas{
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
    }

    .registro-info-checkout {
      height: auto;
      width: 100% !important;
    }

    .msg-container-checkout, .msg-error-webcam-container-checkout {
      width: 100% !important;
    }

    .msg-exito-container-checkout {
      width: 100% !important;
    }

    .msg-error-container-checkout {
      width: 100% !important;
    }

  }
  
  .modal-checkout h1, .modal-checkout h2, .modal-checkout h3, .modal-checkout h4 {
    margin-top: 0;
  }
  
  .modal-checkout .modal-content-checkout {
    padding: 24px;
    height: auto;
    width: fit-content;
    width:-webkit-fit-content;
    width: -moz-fit-content;
    overflow: hidden;
    box-sizing: unset;
  }

  .modal .modal-content-checkout .main-close {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 2.2rem;
    width: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: 2px solid #aaa;
    z-index: 3;
    padding: 0 !important;
  }

  .modal .modal-content-checkout .main-close:focus {
      outline: none;
      border: 2px solid #32d123;
  }

  .modal .modal-content-checkout .main-close span {
      font-size: 2.5rem;
      color: #666;
      margin-bottom: .2rem;
  }


  .modal-checkout .modal-content-checkout .d-none {
    display: none !important;
  }

  .msg-container-checkout, .msg-error-webcam-container-checkout {
    text-align: center;
    width: 540px;
  }

  .msg-title-checkout {
    margin: 16px;
    text-align: center;
  }

  .msg-text-checkout {
    margin-left: 16px;
    margin-bottom: 16px !important;
  }

  .msg-exito-container-checkout, .msg-error-container-checkout {
    text-align: center;
    width: 540px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .msg-exito-title-checkout, .msg-error-title-checkout {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 5% !important;
  }

  .msg-exito-text-checkout, .msg-error-text-checkout {
    margin-bottom: 16px !important;
    font-size: 1.5rem;
  }

  .error-buttons-rf {
    display: flex;
    align-items: center;
  }

  .msg-error-button-checkout {
    margin-right: 0.5em !important;
  }

  .button-comenzar-rostro-checkout {
    margin-left: 16px !important;
  }

  .modal-checkout .modal-content-checkout .camregister-container-checkout {
    width: auto;
    height: auto;
  }

  .modal-checkout .modal-content-checkout .camregister-container-checkout .cam-container-checkout {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .modal-checkout .modal-content-checkout .camregister-container-checkout .cam-container-checkout canvas {
    width: 100% !important;
    height: 100% !important;
    transform: scale(-1, 1);
    position: absolute;
    top: 0;
    left: 0;
  }

  .modal-checkout .modal-content-checkout .camregister-container-checkout .cam-container-checkout video {
    
  }

  .icon-person-checkout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .icon-person-checkout img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .person-border-container-checkout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .person-border-checkout {
    position: relative;
    width: 87%;
    height: 87%;
    border: 5px solid #e4e2e2a8;
    animation: heartbeat 3s infinite;
  }

  .pb-top-left {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    top: -8px;
    left: -8px;
    border-left: 13px solid #e4e2e2;
    border-top: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-top-right {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    top: -8px;
    right: -8px;
    border-right: 13px solid #e4e2e2;
    border-top: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-bottom-left {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    bottom: -8px;
    left: -8px;
    border-left: 13px solid #e4e2e2;
    border-bottom: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  .pb-bottom-right {
    position: absolute;
    width: 5vmin;
    height: 5vmin;
    bottom: -8px;
    right: -8px;
    border-right: 13px solid #e4e2e2;
    border-bottom: 13px solid #e4e2e2;
    animation: heartbeat 3s infinite;
  }

  @keyframes heartbeat
{
  0%
  {
    transform: scale( 1 );
  }
  25%
  {
    transform: scale( 1.05 );
  }
  50%
  {
    transform: scale( 1 );
  }
  75%
  {
    transform: scale( 1.05 );
  }
  100%
  {
    transform: scale( 1 );
  }
}

  .step-msg-container-checkout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-msg-checkout {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .step-checkout {
    color: #fdfdfd;
    text-shadow: -1px 0 rgb(49, 49, 49), 0 1px rgb(49, 49, 49), 1px 0 rgb(49, 49, 49), 0 -1px rgb(49, 49, 49);
    font-size: 1.5em;
    font-weight: 700;
    width: 97%;
    text-align: center;
    background-color: #00000070;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
  }

  .registro-info-checkout {
    height: auto;
    width: 540px;
    padding-top: 16px;
  }

  .registro-title-checkout {
    text-align: center;
  }

  .registro-text-checkout, .msg-text-checkout {
    font-size: 1.13em;
  }
  
  .modal-checkout .modal-close {
    cursor: pointer;
  }
  
  .modal-checkout .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
  }
  
  .modal-checkout .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
    margin: 6px 0;
  }
  
  .modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
  }
  
  .modal-checkout.modal-fixed-footer {
    padding: 0;
    height: 70%;
  }
  
  .modal-checkout.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  
  .modal-checkout.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
  }
  
  .modal-checkout.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
  }

  .button-rf-checkout {
    width: 100%;
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
    border-radius: 4rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .button-rf-checkout-oprf, .button-rf-checkout-opuc {
    width: 100%;
    margin-bottom: 0.5em !important;
  }

  .opc-checkout-rf {
    display: block;
    text-decoration: none;
    border: none;
    margin-bottom: 0.7rem;
  }

























