/* Formulário de responder perguntas. */
textarea.large-compact {
	height: 65px;
	border-radius: 20px;
}

/* Auth */
.authbox {
    padding: 0px !important;
    color: #f8f9f0;
    margin: 0px 5px;
}
.authcontainer {
    background-color: #7330c1;
}
.authstyler {
    padding: 1.25rem;
    background: radial-gradient(#6027a6 0%, #6027a6 20%, #662aaf 20%, #662aaf 40%, #6d2db8 40%, #6d2db8 60%, #7330c1 60%, #7330c1 100%);
    background-repeat: no-repeat;
    background-size: 50vh 50vh;
    background-position: center;
}
.authbox a {
    color: #90c5ff;
}
.authbox a:hover {
    color: #409cff;
}
.authlogo {
    height: 70px;
    border-radius: 50px;
    padding: 20px 40px;
}
.autherr {
    background-color: #a92d33;
    border: solid 1px #cb4146;
}
.authmsg {
    background-color: #4F7942;
    border: solid 1px #5F8575;
}
.authmsg, .autherr {
    border-radius: 20px;
    padding: 12px 24px;
}
/* Auth-end */

/* Chat */
.rmsg, .lmsg {
	width: 70%;
	border-radius: 15px;
	font-size: 13px;
}
.rmsg {
	background: linear-gradient(to right, rgba(241,111,161,50%), rgba(144,86,241,50%));
	float: right;
}
.lmsg {
	float: left;
}
.txt {
	padding: 10px;
	margin: 1px;
	border-radius: 15px;
        word-wrap: break-word;
}
.msg {
	font-size: 14px;
	background-color: transparent !important;
}
main.chmain {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.vchk {
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.vchk-icon {
	background-color: rgba(255,255,255,20%);
	border-radius:10px;
}
#chatbox, #emojibox {
	overflow-y: scroll;
	height: 100%;
}
#msg-txtarea {
	font-size: 11px;
	font-weight: 600;
	border-radius: 10px;
	min-height: 70px;
	max-height: 80px;
	margin-right: 3px;
	border: none
}
#chat-controls {
	display: flex;
	flex-direction: row;
	height: 110px;
}
#chat-btn-cntr, .qvid-controls {
	display: flex;
	flex-direction: column;
}
#img-form {
	text-align: center;
	padding-left: 3px;
}
#send-btn {
	font-size: 18px;
	padding-top: 10px;
	width: fit-content;
}
@media (min-width: 320px) and (max-width: 740px) {
	.rmsg, .lmsg {
		width: 85%;
	}
}
/* Chat-end */

/* Menubar */
html {
    overflow-y: scroll; /* Fix deslocamento de menubar */
}
ol, ul {
    list-style: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
:root {
  --color-bg-primary: #d0d6df;
  --color-bg-primary-offset: #f1f3f7;
  --color-bg-secondary: #fff;
  --color-text-primary: #3a3c42;
  --color-text-primary-offset: #898c94;
  --color-orange: #dc9960;
  --color-green: #1eb8b1;
  --color-purple: #657cc4;
}
.menu {
  display: flex;
  flex-direction: row;
  border-radius: 0px 0px 20px 20px;
}
.menu-list {
  margin: 0;
  display: flex;
  flex-direction: row;
  padding: 2px 5px;
}
.menu-item {
  position: relative;
  font-size: 20px;
}
.menu-button {
  font: inherit;
  border: 0;
  padding: 5px 6px;
  width: 100%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
}
.menu-button:hover {
  background-color: rgb(0, 0, 0, 0.2);
}
.menu-button:hover + .menu-sub-list {
  display: flex;
}
.menu-button:hover svg {
  stroke: var(--color-text-primary);
}
.menu-button svg {
  flex-shrink: 0;
  stroke: var(--color-text-primary-offset);
}
.menu-button svg:nth-of-type(2) {
  margin-right: 0;
  position: absolute;
  right: 6px;
}
.menu-button--delete:hover {
  color: var(--color-red);
}
.menu-button--delete:hover svg:first-of-type {
  stroke: var(--color-red);
}
.menu-button--orange svg:first-of-type {
  stroke: var(--color-orange);
}
.menu-button--green svg:first-of-type {
  stroke: var(--color-green);
}
.menu-button--purple svg:first-of-type {
  stroke: var(--color-purple);
}
.menu-button--black svg:first-of-type {
  stroke: var(--color-black);
}
.menu-button--checked svg:nth-of-type(2) {
  stroke: var(--color-purple);
}
#pop-menu, #cat-menu, #pref-menu {
    box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.2);
    padding: 12px 8px;
    font-size: 14px;
    border-radius: 15px;
}
#pref-menu {
    padding: 15px !important;
}
#pref-list {
    display: inline-flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 5px;
}
#pop-menu {
    margin-left: 200px;
}
#pop-container {
    position: fixed;
    top: 50px;
}
.pf-t {
    position: fixed;
    top: 120px;
}
#pop-menu a, #cat-menu a {
    display: block;
    text-align: left;
    padding: 5px 12px;
    color: #212529;
}
#barcontainer, #pop-menu, .qvid-controls {
    transition: all 0.3s ease 0s;
}
#main-auth-options {
    display: inline-block;
}
#category-info {
    display: none;
}
.containerem {
  position: fixed;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#notif-badge {
  background-color: red;
  font-size: 9px;
  float: right;
  position: relative;
  margin-left: -20px;
  margin-top: 0px;
  border-radius: 80px;
  padding: 1px;
  max-width: 5ch;
  overflow: hidden;
}
button font {
    width: 25px;
    margin-top: 2px;
}
@media (min-width: 320px) and (max-width: 740px) {
	#pop-menu a {
	    padding: 8px 12px;
	}
}
/* Menubar-end */

/* Index */
#podium-container {
    text-align: center;
}
.podium-user {
    display: inline-block;
    text-align: left;
    margin: 0px 6px;
}
.qinfo {
	display: block;
}
.navegacao a, #category-info-str {
    color: white;
	font-size: 14px;
}
.navegacao a:hover {
    color: white;
}
.navegacao {
    position: fixed;
    color: white;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgb(241, 111, 161), rgb(144, 86, 241));
}
.navegacao.nauth {
    padding: 8px 10px;
	height: 75px;
	top: -5px;
	border-radius: 0px 0px 20px 20px;
}
.navegacao.auth {
	padding: 4px 16px 8px 16px;
	min-width: 278px;
	margin-top: 21px;
	box-shadow: 0 0 0.5em rgb(0, 0, 0, 0.4);
	border-radius: 100px;
}
.navegacao .left-spaced {
	padding-left: 10px;
}
.qcreator-small {
	margin-left: 5px;
	font-weight: 600;
	font-size: 11px;
	text-decoration: none;
	color: inherit;
	vertical-align: middle;
	padding-top: 2px;
}
.profile-picture-index:hover {
    text-decoration: none;
}
.profile-pic-small {
	width: 25px;
	height: 25px;
}
.profile-pic-med {
	width: 37px;
	height: 37px;
}
.profile-pic {
	width: 57px;
	height: 57px;
}
.profile-pic-small, .profile-pic-med, .profile-pic {
	border-radius: 100px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	vertical-align: middle;
	display: inline-block;
    flex-shrink: 0;
}
.profile-picture-index {
	padding-bottom: 7px;
}
#new-q-btn button {
	border: none;
	border-radius: 50px;
}
#new-q-btn {
	position: fixed;
	display: none;
	z-index: 9999;
	width: inherit;
	max-width: inherit;
	top: 11vh;
	text-align: center;
}
.index-qimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.index-qimg-off, .index-qimg-on, .index-qvid {
    border-radius: 10px;
    overflow: hidden;
}
.index-qimg-off {
    max-height: 400px;
}
.index-qimg-on {
    max-height: 100%;
}
.index-qimg-btn {
	margin-top: -100px;
}
.index-qimg-btn, .index-qvid-btn {
    border: 0;
    background: transparent;
    padding: 0px;
    display: block;
    width: 100%;
    cursor: default !important;
}
.index-qimg-container {
    overflow: hidden;
	padding-bottom: 9px;
}
.qvid-prog {
    height: 100%;
    background: linear-gradient(to left, #f16fa1, #9056f1);
}
.qvid-bar {
    background-color: whitesmoke;
    overflow: hidden;
}
.qvid-controls {
    height: 43px;
    font-size: 22px;
}
.qvid-controls a {
	vertical-align: sub;
	cursor: pointer;
	color: white;
}
.qvid-controls a:hover {
	color: white;
}
.qvid-controls {
	padding: 0px 15px;
}
.qvid-file {
	max-height: 400px;
	width: 100%;
}
.index-qvid, .qvid-controls {
	background-color: black;
	color: white;
}
.qvid-thumb {
    max-height: 400px;
    width: 100%;
    visibility: hidden;
}
.qvid-thumb-container {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    vertical-align: middle !important;
}
.qvc-r {
    font-size: 13px;
    padding: 8px 0px 0px 12px;
}
.overflow-guide {
    opacity: 0;
    position: relative;
    top: 400px;
    background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,40%));
    width: 100%;
    height: 100%;
}
#reload {
	width: 35px;
	height: 35px;
	margin-right: 4px;
}
.answer-btn {
	display: none;
}
.question-title {
	font-size: 1em;
	font-weight: bold;
}
/* Index-end */

/* Ask */
.ask-form * {
	margin-top: 5px;
}
#button-container {
    margin-top: 10px;
    margin-bottom: 5px;
}
#poll-box {
  margin-bottom: 10px;
}
/* Ask-end */

/* Profile */
#cover-b {
    top: 10px;
    left: 10px;
}
#uppic-b {
    transform: translateY(-50%);
    top: 50%;
}
#cover-b, #uppic-b {
    position: relative;
    padding: 4px;
    border-radius: 3px;
    background-color: #565656;
    color: white;
    opacity: 75%;
    width: fit-content;
}
#coverph {
    width: 100%;
    height: 210px;
    border-radius: 15px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: absolute;
    z-index: 800;
    top: 0;
    left: 0;
}
#uppic {
    margin-top: 15px; border-radius: 300px;
    width: 114px;
    height: 114px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 999;
}
.spacer-h {
	width: 3px;
	opacity: 0;
}
.uinfo-title {
	padding: 5px;
	border-right: 0px solid rgb(110,110,110,0.3);
}
.uinfo-title font {
	font-size: 12px;
	font-weight: 900;
}
.uinfo-val, .podium-text {
	padding: 3px;
	font-size: 13px;
	font-weight: 400;
}
#bio {
    width: 80%;
}
#center1 img {
    max-width: 30vw;
    max-height: 30vh;
    display: block;
}
.listed-user a {
    float: left;
}
.listed-user span {
    float: right;
    cursor: pointer;
}
.hidden-section {
	display: none;
}
/* Profile-end */

/* Question */
a.load-more {
    display: block;
    margin: 8px 0 -14px 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.r-p {
    font-size: 15px;
    font-weight: 500;
}
.resposta.new .card-body {
    background-color: rgba(0, 123, 255, 15%);
}
.qctrl a {
	display: inline-block;
}
#stqa span {
	margin-left: 2px;
	font-size: 17px;
	vertical-align: super;
}
#stqa {
	padding-right: 10px;
}
.response-image {
  max-width: 100%;
  max-height: 400px;
  display: block;
  margin: auto;
}
.vid-container {
  height: 20vw;
  max-height: 350px;
}
.yt-vid {
  position: relative;
  width: 60%;
  height: 100%;
  display: block;
}
.user-info {
  font-size: 80%;
  display: inline-flex;
  text-decoration: none;
}
.user-info:hover {
  text-decoration: none;
}
.user-container, .best-answer-badge {
  margin-bottom: 15px;
}
.best-answer-badge span {
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.user-profile-pic-container,
.user-text-container {
  display: flex;
  align-items: center;
  padding-right: 6px;
}
.user-profile-pic-container img {
  width: 45px;
  min-height: 20px;
  max-height: 70px;
}
.r-uname-txt {
    font-weight: 700;
    font-size: 15px;
}
.user-text-container .r-username {
	display: block;
}
.choice.list-group-item:first-child {
  border-top: none;
}
.chooser label {
  cursor: pointer;
  width: 100%;
  margin-bottom: -6px;
}
.progress {
    border: 1px solid #ccc;
}
.choice-show {
    margin-bottom: 5px;
}
.choice.list-group-item:hover, .c {
  background-color: rgba(0, 0, 0, 0);
}
.comments {
  margin-top: 14px !important;
  padding: 10px 0px !important;
}
.comments .card-body {
  padding: 15px;
}
.comm-card {
  padding-top: 1.25rem;
}
.edit-response-textarea {
    margin-top: 12px;
}
#edit-response-form, #upload-photo {
  display: none;
}
.heart-comment {
  display: inline;
}
.response-control {
    float: right;
}
@media (min-width: 320px) and (max-width: 740px) {
  .r-question {
    width: 95%;
    margin: auto;
  }
  .vid-container {
    height: 50vw;
    max-height: 300px;
  }
  .yt-vid {
    position: relative;
    width: 90%;
    height: 100%;
    display: block;
  }
}
/* Question-end */

/* Rank */
.ranked-u-stats {
    display: flex;
}
.ranked-u-stats div {
    flex-grow: 1;
}
/* Rank-end */

/* Notification */
.page-btn-container {
    display: flex;
    padding: 2px;
}
.page-btn-container a {
    margin: 2px;
}
/* Notification-end */

/* General */
.ubadge {
	border-radius: 10px;
	padding: 2px 8px;
	display: none;
	font-size: 10px;
	white-space: nowrap;
}
textarea, #chatbox {
	scrollbar-width: none;
	-ms-overflow-style: none;	
}
.clickable {
	cursor: pointer;
	outline: none;
}
.clickable:hover {
	text-decoration: none;
}
.w-50pct {
	width: 50%;
}
.round {
	border-radius: 30px !important;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.horiz-center {
	margin-left: auto;
	margin-right: auto;
}
.flexbox {
    display: flex
}
.fg-1 {
    flex-grow: 1;
}
.no-bg {
	background: transparent;
}
.nav-tabs .nav-link.active {
    background: transparent;
    font-weight: 800;
}
.hidden, .hidden-f {
    display: none !important;
}
.no-horiz-padding {
    padding-left: 0px;
    padding-right: 0px;
}
form::placeholder, textarea::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-merge {
    resize: none;
    border: none;
    width: 100%;
    color: inherit;
    font-size: 12px;
    margin-top: -5px;
    background: transparent;
}
.form-merge:focus-visible {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.card {
    margin-bottom: 2px;
	border: none !important;
	background: transparent;
}
#tabs {
	width: 100%;
	max-width: 920px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 1% auto;
	margin-bottom: -1px;
	border-bottom: none;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
}
#tabs li {
	cursor: pointer;
    white-space: nowrap;
}
.form-control {
  border: 1px solid rgba(0,0,0,.125);
}
.vertical-spaced {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.mlp-5 {
    margin-left: 5px;
}
.left-spaced {
    margin-left: 5px;
}
.right-spaced {
    margin-right: 5px;
}
.separator-100 {
    height: 100px;
}
.separator-75 {
    height: 75px;
}
.separator-50 {
    height: 50px;
}
.separator-40 {
    height: 40px;
}
.separator-30 {
    height: 30px;
}
.separator-15 {
	height: 15px;
}
.separator-5 {
	height: 5px;
}
main {
    width: 60%;
    max-width: 960px;
    margin: auto;
}
.fsp-12 {
    font-size: 12px;
}
.small-text {
    font-size: 80%;
}
.med-text {
    font-size: 115%;
}
.big-text {
    font-size: 140%;
}
.p-title {
    font-weight: 900;
    color: #C71585;
    padding-bottom: 10px;
}
.big-icon {
    font-size: 160%;
}
.list-group-item {
  border: none !important; /* Retira border-top */
}

.list-group-item:focus,
.list-group-item:hover {
  /*Corrige BS*/
  z-index: 0;
  text-decoration: none;
}
.btn-group.justified {
    display: flex !important;
}
.btn-group.justified button {
    width: 100%;
}
.float-right {
    float: right;
}
.inline {
    display: inline;
}
.comm-form {
  display: flex;
  flex-direction: column;
}
.inline-input .left-input {
  flex-grow: 1;
  margin-right: 10px;
}
.modal-body {
  padding: 1px;
}
.comm-form * {
  margin-top: 4px;
  width: 100% !important;
}
.hz-up-box {
    white-space: nowrap;
    margin-bottom: 6px;
    width: fit-content;
    display: inline-block;
}
.modal-box {
    position: fixed;
    top: 4.2rem;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.inlineb {
    display: inline-block;
}
.pad-0 {
    padding: 0px;
}
.pad-6 {
    padding: 6px;
}
.pad-20 {
    padding: 20px;
}
.tm-4 {
    margin-top: 4px;
}
.h-37 {
    height: 37px;
}
.center * {
    margin: auto;
    display: block;
    text-align: center;
}
.ta-center {
    text-align: center;
}
.va-sub {
    vertical-align: sub;
}
.va-tt {
    vertical-align: text-top;
}
.va-bo {
    vertical-align: bottom;
}
.spin {
  animation: rotate 1.5s linear infinite;
  width: 7%;
}
.hmin-200 {
    min-height: 200px;
}
.fs-15 {
    font-size: 15px;
}
.mp-5 {
    margin: 5px;
}
.mrga {
    margin: auto;
}
.fading {
    opacity: 70%;
}
@keyframes rotate{
  to { transform: rotate(360deg); }
}
@media (min-width: 320px) and (max-width: 740px) {
    .inline-input .left-input {
        margin-right: 0px;
    }
    .inline-input .btn {
        margin-top: 4px;
        flex-grow: 1;
    }
    main, #tabs {
        width: 98%;
    }
    .pad-6-mob {
        padding: 6px;
    }
}
/* General-end */

/* Neo */
.card {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: transparent !important;	
}
.card-body {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.list-group-item {
  padding: .75rem 0px !important;
}
.questao card-body {
	overflow-x: hidden;
}
/* Neo-end */
