
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}
.select-club{
  width: 800px;
  height:300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  background-color: rgba(240, 253, 247, 0.6);
  text-align: left;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-select{
    display: flex;
}

.select-interact{
    --interact-color: #00a0de;
    background-color: var(--interact-color);
    height:160px;
    width: 200px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#dbe1ed;
    margin: 5px;
    cursor: pointer;
}

.select-rotaract{
  --rotaract-color: #e5006c;
  background-color: var(--rotaract-color);
  height: auto;
  width: 200px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#dbe1ed;
  cursor: pointer;
  margin: 5px;
}


.select-rotary{
  --rotary-color: #17418b;
  background-color: var(--rotary-color);
  height: auto;
  width: 200px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#dbe1ed;
  margin: 5px;
  cursor: pointer;

}
.select-dis{
  border:none;
  background:none;
  left:50px;
  -webkit-box-shadow: none;
}
.dqa-dados{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}