* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;

  background-image: url("../assets/background/background.png");
  background-size: cover;
}

:focus {
  outline: 0;
}

body,
html,
input,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #fff;
}

section.container {
  width: 100%;
  min-height: 100vh;

  position: relative;

  display: flex;
  flex-wrap: wrap;
}

#stack-form{
  /* background-color: red; */
  width: 30%;
}

.buttons{
  display: flex;
}

.float-button {
  width: 6.375rem;
  height: 2.2rem;

  /* top: 0;
  right: 0;
  
  position: absolute; */

  font-weight: bold;
  font-size: 1.2rem;
  background-color: #DFAA26;
  color: white;
  
  /* margin: 0.9rem; */
  text-align: center;

  border: none;
  border-radius: 6px;

  margin: 0 20px 0 20px;
}

.float-button-close {
  width: 6.375rem;
  height: 2.2rem;

  /* top: 0;
  right: 0; */
  
  /* position: absolute; */

  font-weight: bold;
  font-size: 1.2rem;
  background-color: gray;
  color: white;
  
  /* margin: 0.9rem;
  margin-right: 10rem; */

  text-align: center;

  border: none;
  border-radius: 6px;
}

.float-button:hover {
  cursor: pointer;
  background-color: hsla(42.8, 74.3%, 51.2%, 0.90); 
}

.float-button-close:hover {
  cursor: pointer;
  background-color: hsla(0, 0%, 50%, 0.90);
}

@keyframes diminuir {
  from {
    opacity: 1;
    height: 100vh;
  }

  to {
    opacity: 0;
    height: 3.125rem;
  }
}

@keyframes entrada {
  from {
    opacity: 0;
    height: 3.125rem;
  }

  to {
    display: flex !important;
    height: 3.125rem;
    width: 100vw;
    opacity: 1;
  }
}

.logo {
  width: 28rem;
  background-size: cover;
}

.perfil-stack {
  /* margin: 1rem; */
  margin-right: 10px;
}

section.container .select-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* background-color: white; */
}

.entrada {
  animation: entrada 0.5s forwards;
  margin:8px
}

.diminuir {
  animation: diminuir 0.5s forwards;
}


#stacks {
  width: 45%;
  height: 2.2rem;
  padding: 8px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
}


section.container .candidates {
  width: 0%;
  background-color: #0b7fb2;
}

section.container .selected-candidates {
  width: 0%;
  position: relative;
}

.column {
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.30);
}

.selected-candidates .banco {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 8px;
}



.card {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  margin:10px;
  cursor: pointer;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.format-name {
  width: 100%;
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase !important;
}

.card {
  text-align: center;
}

.candidates {
  display: flex;

}

.candidates .column {
  display: flex;
  width: 100%;
  min-height: 100%;
  overflow-x: auto;
  margin: 8px;
  padding-top: 24px;
}

.selected-candidates {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.selected-candidates .column {
  min-height: 45vh;
  max-height: 50vh;
  overflow-y: auto;
}

a{
  text-decoration: none;
  color: inherit;
}

.title-climbed {
  width: auto;
  border-radius: 1rem;
  padding: 8px;
  background-color: #282E3D;
  margin: 0 8px;
  font-size: 1.1rem;
  position: relative;
  top: 25px;
}

.campo {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  margin: 8px;
}

.banco {
  width: 32% !important;
  display: flex;
  flex-wrap: wrap;
}

.title-candidates {
  width: auto;
  border-radius: 1rem;
  padding: 8px;
  background-color: #282E3D;
  margin: 8px 8px;
  font-size: 1.1rem;
}

.t-shirt {
  /* float: left; */
  width: 5rem;
  height: 3rem;
  display: flex;
  background-color: transparent;
  border: none;
}

.t-shirt:hover {
  cursor: pointer;
}

.card .container-image .t-shirt img {
  width: 2rem;
  height: 2rem;
  background-size: contain;
  margin-left: 16px;
}

.card .container-image .avatar img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;

  margin-top: -21px;
}

.card {
  display: flex;
  flex-wrap: wrap;
  min-width: 14.5rem !important;
  max-width: 14.5rem !important;
  height: 15.5rem;
  background-position: revert-layer;
}

.background-card-envelop-dourado {
  background-image: url("../assets/background/envelope-dourado.jpg") !important;
  color: #000;
  box-shadow: gold -1px -1px 20px 2px;
}

.background-card-envelop-preto{
  background-image: url("../assets/background/figurinha_rasgada-fundo_realocacao.png") !important;
  color: #ffffff;
  box-shadow: rgb(255, 255, 255) -1px -1px 20px 2px;
}

.candidates .background-card-dourado {
  background-image: url("../assets/background/envelope-dourado.jpg") !important;
  color: #000;
}

.campo .background-card-envelop-dourado {
  background-image: url("../assets/background/background-dourado.jpg") !important;
  color: #000;
}

.campo .background-card-envelop-preto{
  background-image: url("../assets/background/background-card-black.jpg") !important;
  color: #ffffff;
}


.background-card-dourado {
  background-image: url("../assets/background/background-dourado.jpg") !important;
  color: #000;
}

.background-card {
  background-image: url("../assets/background/background-card.jpg");
}

.selected-candidates .card {
  min-width: 14.5rem !important;
  max-width: 14.5rem !important;
  height: 15.5rem;

  background-image: url("../assets/background/background-card.jpg");
  background-size: cover;
}

.selected-candidates .card.woman-card {
  background-image: url("../assets/background/background-dourado.jpg");
}

.title-reserv {
  width: 32%;
}

.loading {
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 9999;
}

/* .loading span {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 12px solid dodgerblue;
  border-top: 12px solid transparent;

  animation: loading 1s linear infinite;
} */

.loading > img{
  width: 25%;
}


.container-image {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.candidates .card {
  margin-left: 16px;

  background-image: url("../assets/background/background-envelop-card.jpg");
  background-size: cover;
}

.selected-candidates .column .card {
  background-color: rgba(255, 255, 255, 0);
}

/* .selected-candidates .column .card:last-child {
  background-image: url("../assets/background/background-card-no-selected.png");
  background-size: cover;
} */

.linkedin-icon {
  width: 50%;

  background-size: cover;
}

a.linkdin {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/icons/linkedin_roxo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.campo .card a.linkdin {
  background-image: url("../assets/icons/linkedin_branco.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#id-proposta {
  height: 2.2rem;
  
  color: #000;

  border-radius: 8px;
  border: none;
  
  padding: 8px;
}

#id-proposta:invalid {
  border: 3px solid red;
}

#form-proposta {
  display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

#form-proposta button {
  width: 5rem;

  border: none;
  border-radius: 8px;

  margin-left: 8px;

  background-color: #DFAA26;
  color: white;
}

#form-proposta button:hover {
  background-color: hsla(42.8, 74.3%, 51.2%, 0.90); 
}

button:hover {
  cursor: pointer;
}

.icones_shop{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.icones_shop > img {
  width: 35px;
  height: 35px;
  background-color: #282E3D;
  /* border-radius: 15px; */
  margin: 8px;
  padding: 5px;
  transition: 0.2s;
}

.icones_shop > img:hover{
  background-color: #282e3dbb;
  cursor: pointer;
}

.counter {
  background-color: #282E3D;
  padding: 5px;
  border-radius: 1rem;
  position: absolute;
  right: 3%;
  top: 28px;
  width: 74px;
  text-align: center;
  font-size: 1.1rem;
}


