/* styles to be used for pages loaded outside of the client portal.  i.e. They are external to the main web app. */


  body {
    background:white;
    font-size: 30pt;
    font-weight: bold;
    font-family:'sans-serif';
    text-align:center;
    margin: 50pt;
  }

  .holder{
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  

  .centered-holder{
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .bottom-holder{
    display: flex;
    justify-content: center;
  }

  div{
    margin-bottom:25pt;
  }

  .content-text{
    font-size: 12pt;
    font-weight: normal;
    color: #333333;
  }
  

  .logo{
    width:150pt;
  }

  .title-message{
    margin: 0pt;
    font-size: 30pt;
    font-family: sans-serif;
    font-weight: 500;
    margin-top: 50pt;
  }

  .centered-title-message{
    margin: 0pt;
    font-size: 43pt;
    font-family: sans-serif;
    font-weight: 500;
    margin-top:50pt;
    text-align: center;
  }

  .centered-sub-title-message{
    font-size: 27pt;
    font-family: sans-serif;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
  }

  .sub-title-message{
    font-size: 27pt;
    font-family: sans-serif;
    font-weight: 500;
    max-width: 471pt;
    white-space: nowrap;
  }

  .details-text{
    font-size: 16pt;
    font-weight: 300;
    max-width: 355pt;
    font-family: sans-serif;
    line-height: 1.3;
    margin-bottom: 50pt;
    margin-top: 25pt;
  }

  .big-line-height{
    line-height: 1.8;
  }

  .tiny-details-text{
    font-size: 14pt;
  }

  .recipient-handle{
    background: #ebebeb;
    color background-blend-mode: darken;
    font-weight: normal;
    font-size: 18pt;
    padding: 10pt 0pt;
    border-radius: 5pt;
    color: #000000;
    display: flex;
    margin-bottom: 25pt;
    justify-content: center;
  }

  .recipient-phone{
    width: 100%;
    justify-content: center;
  }

  .verified span{
      vertical-align:sub;
  }

  .centered-form{
    display: flex;
    align-items: center;
  }

  .phone-input{
    font-size: 14pt;
    padding: 8pt;
    border-radius: 5pt;
    text-align: center;
    flex-grow: 1;
  }

  .pin-input{
    font-size: 14pt;
    padding: 8pt;
    border-radius: 5pt;
    text-align: center;
    flex-grow: 1;
  }

  .pin-input-holder{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .phone-pin-input{
    font-size: 14pt;
    padding: 8pt;
    border-radius: 5pt;
    text-align: center;
  }

  .password-input{
    font-size: 14pt;
    padding: 8pt;
    border-radius: 5pt;
    width: 218pt;
    height: fit-content;
  }

  .hidden-phone-number{
    padding: 10pt;
    width: 200pt;
    display: flex;
    justify-content: center;
  }

  .centered-details-text{
    text-align: center;
    margin: auto;
    font-size: 18pt;
    font-weight: 300;
    max-width: 355pt;
    font-family: sans-serif;
    line-height: 1.3;
  }

  button:disabled{
    background: #f7f7f7;
    color: lightgrey;
    cursor: default;
  }

  .send-button{
    color: white;
    font-size: 18pt;
    padding: 9pt;
    font-weight: 400;
    font-decoration: none;
    font-family: sans-serif;
    text-decoration: none !important;
    border-radius: 3pt;
    height: fit-content;
    margin-left: 15pt;
    margin-right: 15pt;
  }

  .send-button:hover{
    cursor: pointer;
  }

  .mobile-phone-hidden{
    color: black;
    white-space: nowrap;
    padding: 4pt 5pt;
    padding: 5;
    border-radius: 5pt;
    background: #ededed;
  }


  .portal-link{
    color: white;
    font-size: 18pt;
    padding: 10pt;
    font-weight: 400;
    font-decoration: none;
    font-family: sans-serif;
    text-decoration: none !important;
    border-radius: 5pt;
    margin-bottom: 25pt;
    display: inline-block;
  }

  .portal-link:hover{
    text-decoration: underline;
    cursor: pointer;
  }

  .left-side{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .left-side-form{
    width: 100%;
    display: flex;
    justify-content: space-between;

  }

  .right-side {
    min-width: 450pt;
    display: flex;
    justify-content: center;
  }

  .right-side > img {
    max-height: 400pt;
  }
