.c_overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    padding: 0 16px;
    padding-top: 180px;
    min-height: 100vh;
}
  
  .c_overlay.active {
    display: block;
  }
  
  .c_lightbox {
    position: relative;
    background: #fff;
    height: auto;
    width: 100%;
    margin: 0 auto;
    width: 650px;
    padding: 22px 32px;
    border-radius: 10px;
  }
  
  .c_close_modal {
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    font-size: 28px;
  }

  .title{
      font-size: 21px;
      margin-bottom: 32px;
  }

  .flex{
      display: flex;
  }
  .mb_1{
    margin-bottom: 4px;
}
  .mb_2{
      margin-bottom: 8px;
  }

  .mb_4{
    margin-bottom: 16px;
}

  .fs_16px{
      font-size: 16px;
  }

  .text_center{
      text-align: center;
  }

  .btn_spei, .btn_openpay{
      color: #fff;
      background: #F99001;
      width: 250px;
      height: 35px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 14px;
  }
  .btn_spei:hover{
      opacity: 0.9;
  }

  .btn_openpay {
      height: 38px;
      background: #e6eaed url(/assets/images/openpay.png) center center no-repeat;
      background-size: 100px 25.5px;
  }
  .btn_openpay:hover {
      opacity: 0.9;
  }

  #openpayPayments__modal label {
    font-size: 12px;
    text-transform: uppercase;
  }
  #openpayPayments__modal .cardTxt {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 2px solid #ececec;
    line-height: 40px;
    padding: 0 5px;
    font-size: 14px;
  }
  #openpayPayments__modal .cardTxt:focus-visible {
    outline: none;
  }
  #openpayPayments__modal .cardTxt:focus {
    border-bottom: 2px solid #14c8be;
  }
  #openpayPayments__modal .cardTxt::placeholder {
    color: #969696;
  }
  .modal-content {
    box-shadow: 0 0 15px 15px rgba(0,0,0,0.1);
  }

  @media (max-width: 768px) {
    #openpayForm .modal-title {
      font-size: 0.95rem;
    }
    #openpayForm .row.cards .col-md-6 {
      width: 50%;
    }
    #openpayPayments__modal {
      overflow: scroll;
    }
    .c_overlay.modal_pays .c_lightbox {
      width: 320px;
    }
  }