.elementor-35629 .elementor-element.elementor-element-04c1a2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-524a9ba */.elementor-35629 .elementor-element.elementor-element-524a9ba {
    font-family: inherit;
    background-color: #fff;
    color: #000;
  }
  
  .wfls-block-header {
    border-bottom: 2px solid #00328e;
    padding-bottom: 10px;
  }

  .wfls-block-title {
    font-size: 18px;
    font-weight: bold;
    color: #00328e;
  }

  .wfls-block-content {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
  }

 .elementor-35629 .elementor-element.elementor-element-524a9ba a {
    color: #006dd4;
    text-decoration: none;
  }

 .elementor-35629 .elementor-element.elementor-element-524a9ba a:hover {
    text-decoration: underline;
  }

  .wfls-btn {
    padding: 10px 20px;
    background-color: #006dd4;
    color: white !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .wfls-btn-primary {
    background-color: #00328e;
  }

  .wfls-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }
  
    .wfls-btn:hover {
    background-color: #151c52;
    color: white !important;
  }

  .wfls-btn-primary:hover {
    background-color: #151c52;
  }

  .wfls-btn:disabled:hover {
    background-color: #151c52;
    cursor: not-allowed;
  }

  .wfls-modal {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }

  .wfls-modal-header {
    background-color: #00328e;
    color: white;
    padding: 15px;
    border-radius: 8px;
  }

  .wfls-modal-title {
    font-size: 18px;
    font-weight: bold;
  }

  /* Modal footer */
  .wfls-modal-footer {
    background-color: #f1f1f1;
    padding: 15px;
    text-align: right;
  }

  .wfls-modal-footer a {
    background-color: #006dd4;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }

  .wfls-modal-footer a:hover {
    background-color: #00328e;
  }

  /* Input fields */
  input[type="text"], input[type="password"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #00328e;
    border-radius: 5px;
    width: 100%;
  }

  /* Recovery code list styling */
  .wfls-recovery-codes {
    list-style-type: none;
    padding: 0;
  }

  .wfls-recovery-codes li {
    padding: 8px;
    background-color: #f9f9f9;
    margin: 5px 0;
    border-radius: 5px;
  }

  /* Center alignment */
  .wfls-center {
    text-align: center;
  }

  /* Heading styles */
  .wfls-add-top {
    margin-top: 15px;
  }

  /* Crossfade animations for sections */
  .wfls-flex-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .wfls-flex-row-wrapped {
    flex-wrap: wrap;
  }

  /* Modal content */
  .wfls-modal-content {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 8px;
  }/* End custom CSS */