.switch {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  
  .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
  }	
  .switch--shadow + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 30px;
  }	
  .switch--shadow + label:before,
  .switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
  }
  .switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 30px;
    transition: all 0.4s;
  }
  .switch--shadow + label:after {
    width: 31px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
  }
  .switch--shadow:checked + label:before {
    background-color: #31d144;
  }
  .switch--shadow:checked + label:after {
    transform: translateX(30px);
  }

  .aling-text {
    text-align: center;
  }

  .message-option2{
    margin-top: 5%;
    height: 8vh;
    margin-bottom: 6%;
  }

  .btnCad{
    width: 15%; 
    white-space: normal
  }
    
  @media only screen and (max-width: 592px) {
    .btnCad{
      width: 25%; 
      white-space: normal
    }
  }

  @media only screen and (max-width: 1286px) {
    .message-option2{
      margin-top: 5%;
      height: 8vh;
      margin-bottom: 11%;
    }
  }

  @media only screen and (max-width: 1078px) {
    .message-option2{
      margin-top: 5%;
      height: 8vh;
     margin-bottom: 11%;
    }
  }

  @media only screen and (max-width: 989px) {
    .message-option2{
      margin-top: 5%;
      height: 8vh;
      margin-bottom: 13%;
    }
  }

  @media only screen and (max-width: 767px) {
    .message-option2{
      margin-top: 5%;
      height: 8vh;
      margin-bottom: 28%;
    }
  }

  @media only screen and (max-width: 570px) {
    .message-option2{
      margin-top: 5%;
      height: 8vh;
      margin-bottom: 32%;
    }
  }

  @media only screen and (max-width: 474px) {
    .message-option2{
      margin-top: 5%;
      height: 8vh;
      margin-bottom: 41%;
    }
  }

  

  .align-divs-center{
    display: flex;
    justify-content: center;
  }

  .alignBtnModalDelete{
    display: flex;
    justify-content: space-evenly;
  }

  .cardCard {
    border: 2px solid #253c77;
    padding: 2%;
    cursor: pointer;
    border-radius: 10px;
    color: #777;
    text-decoration: none;
    min-height: 210px;
  }

  .alignBtn{
    position: absolute;
    right: 7%;
    top: 17%;
  }

  .title{
    text-align: center;
    font-weight: 600;
  }

  .space{
    margin-bottom: 10px;
    font-weight: 500;
  }

  .cardCard:hover{
    border: 2px solid #253c77;
    padding: 2%;
    cursor: pointer;
    border-radius: 10px;
    color: #777;
    text-decoration: none;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
    min-height: 210px;
  }

  .textCard {
    text-align: center;
    padding: 5%;
    white-space: normal;
  }

  .cargosSelecionados {
    font-size: 1.3rem;
    background-color: #b8c1e2;
    border-radius: 30px;
    color: white;
    margin: 8px; 
    padding: 6px;
    text-align: center;

  }

  .alignCargosSelecionados{
    display: flex;
    justify-content: space-between;
  }

  .imageSize{
    width: 50px;
  }

  .align-title{
    display:flex; 
    flex-direction: row; 
    justify-content: space-between;
  }

  .alignTitleOFPage{
    text-align: center;
    padding-top: 3%;
  }

  .overflow{
    overflow-y: auto;
    max-height: 750px;
  }

  .btnAttSubmit{
    width: 25%;
    margin-top: 2%;
    margin-bottom: 2%;
  }