select,
select > option
{
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.select2-selection--single {
  overflow: hidden !important;
  text-overflow: ellipse !important;
}


#menu-lateral {
  display: none;
}

.topbar {
  left: 0 !important;
}


.content-page {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
}

.votar{
  max-width: 500px;
}

.footer {
  left: 0 !important;
}

.wizard > .steps > ul > li {
  width: 50%;
}

.btn-group, .btn-group-vertical {
  width: 100%;
}

ul[role="tablist"] {
  display: none;
}

.wizard > .actions > ul > li:first-child {
  display: none;
}

.topbar {
  display: none;
}

.inputGroup {
  background-color: #f2f2f2;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  font-weight: 700 !important;
  display: block;
  text-align: center !important;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
 .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: black;
  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  z-index: -1;
} 
.inputGroup label:before {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  opacity: 1;
  background-position: 2px 3px;
  border-radius: 0%;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(550%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
/*  .inputGroup input:checked ~ label {
  color: #fff;
}  */
/* .inputGroup input:checked ~ label {
  color:black;
}  */
 .inputGroup input:checked ~ label:before {
 /*  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1); */
  opacity: 1;
} 
.inputGroup input:checked ~ label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%55555' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-color: transparent;/* #54E0C7; */
  border-color: #c92620;/* #54E0C7; */
}
.inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.divChapa1{
  vertical-align: middle;
}

.subTxtChapa1{
  font-size: 16px !important;
}
.txtChapa1{
  margin-bottom: 3px;
}

.inputGroup label {
  display: block !important;
  margin-bottom: 0.0em !important;
}

.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

body {
  background-color: #f2f2f2;
  font-family: 'Fira Sans', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

code {
  background-color: #f2f2f2;
  padding: 0 8px;
  
}


.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 250px !important;
}

/* .formvotacao{  
  width: 520px;
  margin: 0 auto;
  padding: 15px!important;
}
.txt-inp{
  width: 100%;
} */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* evita barra de rolagem lateral */
}

.formvotacao {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 15px;
}

.txt-inp {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 520px) {
  .formvotacao{
    max-width: 100%;
    width: 100%;
  }
  .txt-inp{
    width: 100%!important;
  }
}

.txt-inp{
  /* max-width: 420px; */
  border-radius : 0!important;
  height: 50px!important;
}

.content-page > .content {
    padding: 0px!important;
}

/* .votar{
  min-width: 320px;
  max-width: 500px;
} */

.logo-votar img{
  max-width: 400px;
  /* max-height: 80%; */
}

/* .logo-votar{
  width: 100%;
} */

@media (max-width: 420px) {
  .logo-votar img{
    max-height: 150px;
  }
}


#nome{
  text-transform:uppercase;
}

#atividade_atual_4{
  text-transform:uppercase;
}
.input-focused{
  border-color: black!important;
}

.disabled-question {
/*   opacity: 0.5!important;
  color: gray!important; */
}

.disabled-question input,
.disabled-question select,
.disabled-question textarea {
  opacity: 1.0!important;
}


section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start
}

input[type="text"]{
  text-transform: uppercase!important;
}

.wizard > .content > .body input.error {
  background: rgb(230, 89, 94);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.form-control{
  color : black!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 320px!important;
}