@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100&amp;display=swap");

body {
  color: #000 !important;
}

.tt-topic-list
  .tt-item:nth-child(even):not(.tt-itemselect):not(.tt-item-popup) {
  background-color: rgb(227, 255, 216) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.tt-topic-list .tt-item:nth-child(odd):not(.tt-itemselect):not(.tt-item-popup) {
  background-color: rgb(227, 255, 216) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.tt-loginpages {
  letter-spacing: 0.01em;
}
@media (min-width: 576px) {
  .tt-loginpages {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 30px 37px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .tt-loginpages {
    padding: 30px 20px 37px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.tt-loginpages .tt-block-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tt-loginpages .tt-block-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 1px;
}
.tt-loginpages .tt-block-title .tt-title {
  color: #303344;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 21px;
  padding: 0;
  letter-spacing: 0.01em;
}
.tt-loginpages .tt-block-title > *:nth-child(1) {
  margin-top: 0;
}
.tt-loginpages .tt-block-title .tt-title {
  position: relative;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-loginpages .tt-block-title:hover .tt-title {
  color: rgb(57, 121, 29);
}
.tt-loginpages .tt-description {
  color: #303344;
  font-size: 14px;
}
.tt-loginpages .form-default .form-group {
  margin-bottom: 21px;
}
.tt-loginpages .form-default .form-group label:not(.error) {
  padding-bottom: 7px;
}
.tt-loginpages .form-default .form-group .btn {
  margin-top: 9px;
}
.tt-loginpages .form-default .form-group .checkbox-group label:not(.error) {
  padding-bottom: 0;
}
.tt-loginpages .form-default p {
  margin-bottom: 13px !important;
}
.tt-loginpages .tt-notes {
  position: relative;
  font-size: 14px;
  line-height: 26px;
}
.tt-loginpages .tt-notes:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 1px;
}

.tt-loginpages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 471px) {
  .tt-loginpages-wrapper .tt-loginpages {
    width: 410px;
  }
}
@media (max-width: 470px) {
  .tt-loginpages-wrapper .tt-loginpages {
    width: 100%;
    margin-top: 92px;
  }
}

#discussion-open,
#pool-open,
#question-open {
  display: none;
}

.perfil {
  height: 2rem;
  width: 2rem;
  border-radius: 30px;
  max-width: none !important;
}

.tt-item i {
  color: #666f74;
}

.tt-item i:hover {
  color: #5a5d5f;
}

.btn-create-topic {
  background-color: #76a02c;
}

.btn-create-topic:hover {
  background-color: #39791d;
}
.btn-create-topic i {
  margin-right: 0;
  color: #fff;
}

.file-upload-wrapper {
  cursor: pointer;
  border: 1px dashed #ccc;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}

.drop-zone {
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 500 1.563rem "Quicksand", sans-serif;
  cursor: pointer;
  color: #cccccc;
  border: 1px dashed #ccc;
  flex-wrap: wrap;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-bottom: 0;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__thumb {
  width: 16rem;
  height: 16rem;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 50% !important;
}

.btndrop .remvimg {
  border-top-left-radius: 0;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.btndrop .updtimg {
  border-top-right-radius: 0;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.hide {
  display: none;
}

.show-helper {
  display: flex;
}

.modal-content {
  height: 500px;
  width: 500px;
}

@media only screen and (min-width: 991px) {
  .navbar-area {
    height: 81.56px;
  }
}

.navbar-expand-sm .navbar-toggler {
  display: inline;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav {
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav {
    padding: 0px;
  }
}

.wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper header {
  font-size: 22px;
  font-weight: 600;
}
.wrapper .poll-area {
  margin: 20px 0 15px 0;
}
.poll-area label {
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 8px 15px;
  border: 2px solid #e6e6e6;
  transition: all 0.2s ease;
}
.poll-area label:hover {
  border-color: #ddd;
}
label.selected {
  border-color: #76a02c !important;
}
label .row {
  display: flex;
  pointer-events: none;
  justify-content: space-between;
}
label .row .column {
  display: flex;
  align-items: center;
}
label .row .circle {
  height: 19px;
  width: 19px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
label.selected .row .circle {
  border-color: #76a02c;
}
label .row .circle::after {
  content: "";
  height: 11px;
  width: 11px;
  background: #76a02c;
  border-radius: inherit;
  position: absolute;
  left: 2px;
  top: 2px;
  display: none;
}
.poll-area label:hover .row .circle::after {
  display: block;
  background: #e6e6e6;
}
label.selected .row .circle::after {
  display: block;
  background: #76a02c !important;
}
label .row span {
  font-size: 16px;
  font-weight: 500;
}
label .row .percent {
  display: none;
}
label .progress {
  height: 7px;
  width: 100%;
  position: relative;
  background: #f0f0f0;
  margin: 8px 0 3px 0;
  border-radius: 30px;
  display: none;
  pointer-events: none;
}
label .progress:after {
  position: absolute;
  content: "";
  height: 100%;
  background: #ccc;
  width: calc(1% * var(--w));
  border-radius: inherit;
  transition: all 0.2s ease;
}
label.selected .progress::after {
  background: #76a02c;
}
label.selectall .progress,
label.selectall .row .percent {
  display: block;
}

.photos-list ul,
.videos-list ul {
  margin: 0px;
  padding: 0px;
}

.photos-list ul li,
.videos-list ul li {
  list-style: none;
  float: left;
  width: 19%;
  margin: 5px;
  position: relative;
}

.photos-list ul li img,
.videos-list ul li img {
  width: 100%;
  border-radius: 10px;
  height: 110px;
}

.photos-list ul li span,
.videos-list ul li span {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  cursor: pointer;
}

.photos-list ul li span svg,
.videos-list ul li span svg {
  color: #fff;
}

.input-group-append {
  margin-left: -56px !important;
}

span .input-group-text {
  height: 40px;
  padding-top: 10px !important;
}

.input-group-text {
  background: transparent;
  border: none;
  padding: 0 !important;
}

.onboarding-text {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  margin-left: 60px;
}

.wrapper-onboarding {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #630e98;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .wrapper-onboarding {
    display: none;
  }
  .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tt-loginpages-wrapper {
    max-width: 100%;
    justify-content: center;
    display: flex;
    align-content: center;
  }
}

.wrapper-footer {
  width: 100%;
  border-top: 1px solid #ebebfa;
  padding: 23px 24px;
  margin-top: 30px;
}

.footer-list {
  display: flex;
  flex-flow: wrap;
  grid-gap: 10px 30px;
  gap: 10px 30px;
  justify-content: space-between;
  list-style: disc;
  color: #9f9fc3;
  list-style: none;
}

.footer-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 7.5px;
  transform: translateY(-3px);
  background-color: #9f9fc3;
}

main,
/*body,*/
html,
.d-flex,
.tt-loginpages-wrapper {
  height: 100%;
}

.tt-loginpages-wrapper {
  align-items: center;
  display: flex;
}

.tt-loginpages {
  height: fit-content;
  margin-top: 25px;
  background-color: transparent;
}

.login-title {
  font-weight: 700 !important;
}

#passwordToggler {
  cursor: pointer;
  background-color: transparent;
}

.form-check-input {
  display: block;
  margin-top: -10px;
  position: static;
  margin-right: 6px;
}

.mantenhaConectado {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tt-underline:hover {
  text-decoration: underline;
}

.tt-underline {
  font-weight: 700;
  color: #9292a5;
}

.line_wrapper {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
}

.tt-block-title img {
  display: block;
  margin: 0 auto;
}

.col-6 {
}

h1 {
  font-size: 25px;
}

.btn {
  font-weight: 700;
  font-size: 16px;
}

#switcherCPF {
  width: 100%;
  height: 41px;
  border-radius: 60px;
  background-color: #272b291c;
}

#switcherCPF #switcherButton {
  width: 50%;
  height: 100%;
  background-color: #630e98;
  border-radius: 60px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.activated {
  margin-left: 50%;
}

#cpfText {
  width: 100%;
  height: 41px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -41px;
  pointer-events: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.main-coin {
  position: absolute;
  left: -139px;
  width: fit-content;
}

@media (max-width: 900px) {
  .main-coin {
    position: relative;
    left: 0px;
  }

  .animated-div {
    display: none !important;
  }

  .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.animated-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 0 44%;
  width: 44%;
  margin-left: auto;
  border-top-left-radius: 30%;
  border-bottom-left-radius: 30%;
  transition: all 2s;
}

.fading {
  flex: 0 0 0 0% !important;
  width: 0% !important;
  opacity: 0;
}

.fading .sidebar-title {
  opacity: 0;
}

.fading .line_wrapper {
  opacity: 0;
}

.sidebar-title {
  font-size: 40px;
  font-weight: 700 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  transition: all 0.7s;
}

.whiteLabel {
  color: #fff;
  line-height: 4rem;
  margin-bottom: 0px !important;
  text-transform: uppercase;
}

.brazil-icons {
  width: 38px !important;
  height: 38px !important;
}

.animation {
  background-color: blue;
}

@keyframes suspension {
  100% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(2px);
  }
  0% {
    transform: translateY(-1px);
  }
}

@keyframes moveRight {
  100% {
    transform: translateX(-295);
  }
}

.input-login {
  width: 100%;
  border-radius: 10px;
  background-color: transparent;
  padding: 8px 1rem;
  font-size: 15px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.input-login:focus {
  border: 1px solid #630e98;
}

.access-btn {
  width: 100%;
  border-radius: 10px;
  background-color: #630e98;
  padding: 8px 1rem;
  font-size: 15px;
  outline: none;
  color: #fff;
  font-weight: 700;
  border: none;
  transition: all 0.2s;
}

.access-btn:hover {
  background-color: #28b879;
}

.input-login::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
}
