<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dest-sts--ctn.radio-lg {
    min-height: 35px;
    padding-left: 40px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")!important;
}
.custom-radio .custom-control-label::after {
    top: 0.29rem;
    left: -1.48rem;
}
.atualizar {
    margin: 0 !important;
    background-color: rgba(255,255,255,.7) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    justify-content: center;
}
.c-loader {
    align-self: center !important;
}
ul {
    list-style-type: none;
    padding: 0;
}
li {
    margin-top: 0.5rem !important;
}
.form-errors {
    margin-top: 0.5rem !important;
    text-align: left;
}
.swal2-popup {
    /* background-color: var(--cor-fundo2) !important; */
    box-shadow: 0px 38px 46px 0px rgba(0,0,0,0.12);
    border-radius: 3px !important;
    padding: 2em 1em;
     /* background-image: var(--fundo-modal-alert)!important; */
  }

  .swal2-icon.swal2-success {
  background-color: transparent!important;
  }
  .swal2-success-circular-line-left{
  background-color: transparent!important;
  }

  .swal2-success-circular-line-right{
  background-color: transparent!important;
  }
  .swal2-icon.swal2-success .swal2-success-fix{
  background-color: transparent!important;
  }
  .swal2-styled.swal2-confirm{
      height: 38px;
      width: 20vw;
      background: var(--cor-fundo2)!important;
      font-size: 16px!important;
      color: #fff!important;
      font-weight: 500;
  }
  .swal2-styled.swal2-confirm:hover{
      background: var(--cor-hover-botao-alertas) !important;
  }

  .swal2-title {
      font-family: 'Flexo', sans-serif;
    color: var(--cor-fundo2) !important;
  }

  .swal2-content {
    color: #001f59 !important;
  }

  .swal2-actions button {
    background-color: #fff !important;
    color: var(--cor-fundo2) !important;
    border: none !important;
    border-radius: 3px !important;
  }

  .swal2-actions button:hover {
    background-color: #f0f0f0 !important;
  }

  .desc-notif {
    line-height: 22px;
    color: #888;
    margin-top: 10px;
    font-size: 14px;
  }

  .alterarcep {
    display: none;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: center;
    left: 10px;
    position: relative;
    cursor: default;
  }
    .alterarcep:hover {
        cursor: pointer;
    }



  .inputcheck {
    position: absolute;
    display: none;
    flex-direction: row-reverse;
    justify-content: flex-start;
    top: 35px;
    right: 15px;
    margin-bottom: 0px;
  }

  .psw {
    top: 15px;
    right: 60px;
  }

  .errormenoridade {
    display: table-cell;
    white-space: normal;
  }

  a.disabled {
    pointer-events: none;
    cursor: default !important;
  }
  .vertical-middle-table td {
    vertical-align: middle;
  }
  .linksColor{
    color:var(--cor-fundo2) !important;
   }
   .linksColor:hover{
    color:var(--cor-links-hover) !important;
   }
   .btn-link{
    border:none;
    outline:none;
    background:none;
    cursor:pointer;
    padding:0;
    font-family:inherit;
    font-size:inherit;
  }
  a {
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline !important;
  }
  .linksA{
    color:#007bff !important;
   }
    .linksA:hover{
    color:#0056b3 !important;
    }
  .card-prods__icon-prods {
    cursor: pointer;
  }
  .fullHeartIcon {
    background-color: var(--cor-icones-produtos-card) !important;
    color: #fff !important;
    border-radius: 12px 0px 0px 12px;
}
.crn__table_valores {
    max-width: 100%;
}
.hr-flex {
    flex-basis: 100%;
    height: 0;
    margin: 0;
    border: 0;
}
</pre></body></html>