* {
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
  }
  
  /* CSS LAYOUT IDENF. USUARIO */
  .done {
    background-color: #d8d8d8;
    color: black;
    font-weight: bold;
    text-align: center;
    border: solid #000000 !important;
    cursor: none;
  }
  
  .errors {
    background-color: #ffa3a3;
    color: rgb(119, 0, 0);
    font-weight: bold;
    text-align: center;
    border: solid #ff0000 !important;
    cursor: none;
  }
  
  /* FIM DO LAYOUT IDENF. */
  
  .main-header h1, .main-header h2 {
    color: #003946;
  }
  
  .logo img {
    height: 80px;
    width: auto;
  }
  
  .input-group input[type="text"] {
    border: 4px solid #c7d0d8;
    border-radius: 8px;
    text-align: center;
  }
  
  .input-group input[type="date"] {
    border: 4px solid #c7d0d8 !important;
    border-radius: 8px !important;
    text-align: center;
  }
  
  .input-group label {
    font-weight: 500;
  }
  
  #submitBtn {
    color: white;
    background-color: #003946;
    font-weight: 500;
    padding: 4px 22px;
    border-radius: 6px;
    cursor: pointer !important;
  }
  
  @media(min-width: 576px) {
    .input-group input[type="text"], .input-group input[type="date"] {
      width: 70%;
      text-align: center;
    }
  
    .input-group select {
      width: 70% !important;
    }
  
    #formStepTwo .input-group input[type="text"] {
      width: 100%;
    }
  }
  
  @media(max-width: 576px) {
    #formStepTwo .input-group input[type="text"]:not(.campaign-group input) {
      width: 50% !important;
      text-align: center;
    }
  }
  
  @media(min-width: 768px) {
    .input-group label {
      font-size: 1.2rem;
    }
  
    #submitBtn {
      font-size: 1.2rem;
    }
  
    #goBackBtn, #clearBtn {
      font-size: 1.18rem;
    }
  
    .user-info p {
      font-size: 1.2rem;
    }
  }
  
  .user-info {
    border-bottom: 1px solid #737373;
    font-weight: 500;
  }
  
  .campaign-group {
    color: #ff5757 !important;
  }
  
  .campaign-group label {
    margin-bottom: 0 !important;
  }
  
  .campaign-group input {
    border: 4px solid #ff5757 !important;
  }
  
  .campaign-group p {
    font-size: .7rem;
    line-height: 1rem;
    font-weight: 500;
  }
  
  @media(min-width: 768px) {
    .campaign-group p {
      font-size: .9rem !important;
    }
  }
  
  .confirm-value {
    border-top: 2px solid #b6b6b6;
    padding-top: 10px;
  }
  
  .confirm-value p {
    font-size: 1.15rem;
    font-weight: 600;
    color: #003946;
  }
  
  #totalValue {
    font-weight: 500;
    font-size: 1.8rem;
    margin-top: -10px;
    color: #a7a6a7;
  }
  
  #formStepTwo #submitBtn, #formFundoDeFe #submitBtn {
    position: relative;
    top: -9px;
  }
  
  dl { 
    width: 400px; 
  }
  
  dt {
    float: left;
    width: calc(100% - 100px); 
    overflow: hidden;
    white-space: nowrap; 
    text-transform: uppercase;
  }
  
  dd { 
    float: left; 
    width: 100px; 
    overflow: hidden; 
    padding-left: 5px; 
    margin-bottom: 2px !important;
  }
  
  dt:after { content: " ............................................................................................................................................................................................................................................................................................................................................................................................." }
  
  .value-info {
    width: 100%;
  }
  
  .value-info dt, .value-info dd, .value-info p {
    font-weight: 500;
    font-size: 1.1rem;
  }
  
  .total-price {
    border-top: 1px solid #8a8a8a;
    font-size: 1.1rem;
  }
  
  .total-price dt, .total-price dd {
    font-weight: 600;
  }
  
  .nav-tab .tab-option {
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0px 10px;
    cursor: default;
  }
  
  .tab-option:not(.active) {
    color: #bbbbbb;
    cursor: pointer;
  }
  
  #boleto {
    width: 90px;
  }
  
  .bol_area {
    border: dotted 2px #000000;
    padding: 15px;
    border-radius: 10px;
  }
  
  
  @media(min-width: 768px) {
    .dt, dd, .value-info p {
      font-size: 1.2rem;
    }
  
  }
  
  .thanks-card {
    font-size: 1.6rem;
    font-weight: 600;
    background: #c9e265;
    padding: 0 12px;
    border-radius: 10px;
  }
  
  .alert-card {
    font-size: 1.6rem;
    font-weight: 600;
    background: #e18235;
    padding: 0 12px;
    border-radius: 10px;
  }
  
  .thanks-card.second-card {
    border-radius: 0 0 10px 10px;
  }
  
  #returnBtn {
    font-size: 1.15rem;
    color: black;
    font-weight: 500;
    cursor: pointer;
  }
  
  .campaign-group a {
    text-decoration: none !important;
    color: #ff5757 !important;
    cursor: pointer;
    text-align: center;
    padding: 0 8px;
  }
  
  .input-group label {
    text-transform: uppercase !important;
  }
  
  #goBackBtn, #clearBtn {
    padding: 4px 22px;
    border-radius: 6px;
    cursor: pointer !important;
    min-width: 102px;
    font-weight: 500;
  }
  
  @media(max-width: 576px) {
    #goBackBtn, #clearBtn {
      margin-bottom: 5px;
      
    }
  
    #formStepTwo #submitBtn, #formFundoDeFe #submitBtn {
      top: 0px !important;
    }
  }
  
  @media(min-width: 576px) {
    #goBackBtn, #clearBtn {
      margin-right: 8px;
      top: -8px !important;
      position: relative;
    }
  }
  
  #logoutBtn {
    cursor: pointer;
    transition: all .2s linear;
  }
  
  #logoutBtn:hover {
    transform: scale(1.3);
    color: #ff5757;
  }
  
  #logoutBtn i {
    font-size: 1.1rem;
  }
  
  @media (min-width: 768px) {
    #logoutBtn i {
      font-size: 1.3rem;
    }
  
    #logoutBtn {
      margin-bottom: -5px;
    }
  }
  
  #formStepThree #submitBtn {
    margin-bottom: 10px;
    border: 2px solid #28a745;
    background: #28a745;
  }
  
  #formStepThree #submitBtn:hover {
    background-color: #218838;
    border-color: #1e7e34;
  }
  
  #formStepThree #submitBtn, #formStepThree .goBackBtn {
    text-align: center;
    width: 70%;
    margin-right: 0 !important;
  }
  
  @media (max-width: 576px) {
    #formStepThree #submitBtn, #formStepThree .goBackBtn, #formStepThree select {
      width: 197px;
    }
  }

  #botmen {
    height: 55px;
    width: 55px;
    background-color: #054a5a;
    right: 5%;
    bottom: 5%;
    position: fixed;
    border-radius: 100%;
    text-align: center;
    font-size: 55px;
    color: white;
    line-height: 30px;
    cursor: pointer;
  }

  #botmen:hover {
    height:65px;
    width: 65px;
    font-size: 60px;
    line-height: 40px;
  }
  
  #boleto-info, #pix-info {
    display: flex;
  }
  
  #boleto-info .description p, #ix-info .description p {
    font-weight: 500;
  }
  
  #cc-info {
    background-color: #003946;
  }
  
  #cc-info label {
    color: white;
  }
  
  #cc-info input {
    border: 2px solid white;
  }
  
  .goBackBtn {
    color: white !important;
    background: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    cursor: pointer;
  }
  
  #cc-info .goBackBtn:hover {
    color: white;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
  }
  
  #cc.active {
    background-color: #003946;
    color: white;
  }
  
  #boleto.active, #boleto-info {
    background-color: #c1ac79;
  }
  
  #pix.active, #pix-info {
    background-color: #008b07;
    color: white !important;
  }
  
  .input-group select {
    color: black;
  }
  
  #cc-info h1 {
    color: white;
    font-size: 2rem;
  }
  
  #boleto-info h1 {
    font-size: 2rem;
  }
  
  #error .modal-header {
    background-color: #db3535;
  }
  
  #success .modal-header {
    background-color: #47caa2;
  }
  
  #error .btn-close {
    border: 1px solid black;
  }
  
  #error .modal-header h5 i, #success .modal-header h5 i {
    color: white;
    font-size: 6rem;
    margin-left: 5px;
  }
  
  #error .modal-header > i, #success .modal-header > i {
    color: #e7e7e7;
    cursor: pointer;
    border: none;
  }
  
  #error h1, #success h1 {
    color: #5e5e78;
    font-size: 2rem;
    font-weight: 600;
  }
  
  #error p, #success p {
    font-weight: 500;
  }
  
  #error .skip-modal, #success .skip-modal {
    color: white;
    background-color: #eeb712;
    border-radius: 99px;
    padding: 7px 25px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  
  .fas.fa-times.btn-close {
    cursor: pointer;
  }
  
  .select2-selection--single {
    padding-top: 5px !important;
    height: 45px !important;
    border: 4px solid #c7d0d8 !important;
  }
  
 .select2-selection__arrow {
    top: 9px !important;
  }
  
 .select2-selection__rendered {
    text-align: center !important;
    padding-left: 20px !important;
  }
  
  .remove-campaign {
    transition: all .2s linear;
  }
  
  .remove-campaign:hover {
    transform: scale(1.1);
  }

  .is-invalid {
      border-color: #dc3545 !important; /* Vermelho padrão do Bootstrap */
      padding-right: calc(1.5em + 0.75rem);
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important; /* Ícone de erro */
      background-repeat: no-repeat;
      background-position: right calc(0.375em + 0.1875rem) center;
      background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
