/**
 * 
 * Type your custom styles
 *
 */

/* Responsividade para container de descrição de vocações */
.vocation-description-container {
    position: relative;
    z-index: 1;
    display: block;
    clear: both;
    text-align: start;
}

/* Media queries para diferentes resoluções */
@media (min-width: 768px) {
    .vocation-description-container {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .vocation-description-container {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    .vocation-description-container {
        max-width: 800px;
    }
}

/* Garantir que não sobreponha outros elementos */
.form-input {
    position: relative;
    z-index: auto;
}

/* Ajuste para elementos de vocação */
.vocation-description-container .text-white {
    display: none;
}

.vocation-description-container .text-white.active {
    display: block;
}

/* Centralizar texto da progress bar em toda a largura */
.progress-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

body:after {
  content: '';
  position: fixed;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: -1;
}

.rating {
  color: #ffb700;
}

.container>em {
  color: #fff;
}

.social {
  color: #fff;
}

.active,
.text-primary {
  color: #ffb700 !important;
}

.text-white {
  color: #fff !important;
}

.f-10,
.f-12 {
  font-size: 12px;
}

.f-15 {
  font-size: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-20 {
  font-size: 20px;
}

.f-25 {
  font-size: 25px;
}

.f-30 {
  font-size: 30px;
}

.f-35 {
  font-size: 35px;
}

.f-40 {
  font-size: 40px;
}

.f-45 {
  font-size: 45px;
}

.f-50 {
  font-size: 50px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 100;
}

.youplay-post .news-one .angled-img {
  margin-right: 4.75rem;
  margin-bottom: 2rem;
  margin-left: 1.75rem;
}

.youplay-post .news-one .angled-img,
.youplay-post .news-one .youplay-slider {
  display: inline-block;
  width: 50%;
  max-width: 350px;
}

.m0 {
  margin: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt0 {
  margin-top: 0px !important;
}

button,
input,
select,
textarea {
  color: #000;
}

.form {
  background: rgba(30, 30, 30, .9);
  padding: 4rem
}

.form-input,
.form-textarea {
  position: relative;
  margin-bottom: 2rem;
}

.form-input input,
.form-input textarea,
.form-textarea input,
.form-textarea textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1.8rem;
  resize: none;
  border: none;
  border-bottom: 2px solid transparent;
  outline: 0;
  -webkit-transition: .3s color ease;
  -o-transition: .3s color ease;
  transition: .3s color ease;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
  z-index: 2
}

.form-input input:focus,
.form-input textarea:focus {
  border-bottom: 2px solid #ffb700;
  -webkit-transition: .3s color ease;
  -o-transition: .3s color ease;
  transition: .3s color ease;
}

.text-white {
  color: white !important;
}

.div-panel-body {
  width: 100%;
  min-height: 100px;
  font-size: 18px;
  background: rgba(30, 30, 30, .85);
  color: white;
  padding: 30px;
  margin-bottom: 20px;
}

.label-panel {
  padding: 0px;
  font-size: 12px;
  margin: 0px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.label-obs {
  padding: 0px;
  font-size: 12px;
  margin: 0px;
  font-weight: 300;
  text-align: left;
  overflow: hidden;
}

.p-panel {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: 600;
}


.btn-panel {
  outline: none;
  width: 100%;
  padding: 9px 10px;
  font-size: 15px;
  color: white;
  background-color: #ffb700;
  border: 1px solid #ffb700;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.btn-panel-success {
  outline: none;
  width: 100%;
  padding: 9px 10px;
  font-size: 15px;
  color: white;
  background-color: #07a80d;
  border: 1px solid #07a80d;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.btn-panel-success:hover {
  background-color: #23a34e;
  border: 1px solid #23a34e;
}

.btn-panel-disabled {
  outline: none;
  width: 100%;
  padding: 9px 10px;
  font-size: 15px;
  color: #ffffffe0;
  background-color: #7c7c99;
  border: 1px solid #7c7c99;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.btn-panel-lg {
  outline: none;
  width: 100%;
  padding: 13px 15px;
  font-size: 16px;
  color: white;
  background-color: #ffb700;
  border: 1px solid #ffb700;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.btn-panel-danger {
  outline: none;
  width: 100%;
  padding: 9px 10px;
  font-size: 15px;
  color: white;
  background-color: #d92b4c;
  border: 1px solid #d92b4c;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.div-panel-select {
  height: 40px;
  margin-bottom: 20px;
}

.select-panel {
  cursor: pointer;
  outline: none;
  height: 100%;
  width: 100%;
  background-color: #dbdbdb;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 1rem 1.8rem;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.select-panel:active {
  border-bottom: 2px solid #ffb700;
}

.select-panel:focus {
  border-bottom: 2px solid #ffb700;
}

option {
  cursor: pointer;
}

table,
.table {
  margin-bottom: 0px;
  font-weight: 100;
}

.table-responsive {
  border: none;
}

thead {
  border: none;
}

.table>tbody>tr>td {
  font-size: 15px;
  border-top: 1px solid #ffffff7a;
}

.table-image {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.guild-image {
  min-width: 200px;
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
}

.guild-image-md {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
}

.table>thead>tr>th {
  font-size: 13px;
  color: #ffb700;
  border-bottom: 1px solid #ffffff7a;
}

.btn-table {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  padding: 7px 10px;
  font-size: 12px;
  color: white;
  background: #ffb700;
  border: 1px solid #ffb700;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.btn-table-sm {
  border-radius: 0%;
  min-width: 90px;
  width: 100%;
  height: 100%;
  padding: 4px 10px;
  font-size: 10px;
  color: white;
  background-color: #ffb700;
  border: 1px solid #ffb700;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.btn-table-danger-sm {
  border-radius: 0%;
  min-width: 90px;
  width: 100%;
  height: 100%;
  padding: 4px 10px;
  font-size: 10px;
  color: white;
  background-color: #d92b4c;
  border: 1px solid #d92b4c;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.btn-table-disabled-sm {
  border-radius: 0%;
  min-width: 90px;
  width: 100%;
  height: 100%;
  padding: 4px 10px;
  font-size: 10px;
  color: #ffffffe0;
  background-color: #7c7c99;
  border: 1px solid #7c7c99;
  position: relative;
  margin: 0px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  transform: skew(-7deg);
}

.vertical-middle {
  vertical-align: middle;
}

.input-panel {
  margin-bottom: 10px;
  padding: 10px 10px;
  outline: none;
  font-size: 15px;
  width: 100%;
  min-height: 40px;
  background-color: #fff;
  border-radius: 0%;
  border: none;
  border-bottom: 2px solid transparent;
}

.textarea-panel {
  padding: 10px 10px;
  outline: none;
  font-size: 13px;
  width: 100%;
  height: 80px;
  background-color: #dbdbdb;
  border-radius: 0%;
  resize: none;
  border: none;
  border-bottom: 2px solid transparent;
}

.textarea-panel:focus,
.textarea-panel:active,
.input-panel[type="file"]:focus,
.input-panel[type="file"]:active,
.input-panel:focus,
.input-panel:active {
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  border-bottom: 2px solid #ffb700;
}

.btn-table:hover,
.btn-table:active,
.btn-table-sm:hover,
.btn-table-sm:active,
.btn-panel-lg:hover,
.btn-panel-lg:active,
.btn-panel:hover,
.btn-panel:active {
  color: #fff;
  background-color: #eba101;
  border: 1px solid #eba101;
}

.btn-table-danger-sm:hover,
.btn-table-danger-sm:active,
.btn-panel-danger:hover,
.btn-panel-danger:active {
  background-color: #a71b35;
  border: 1px solid #a71b35;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}


.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-20 {
  font-size: 20px;
}

.f-25 {
  font-size: 25px;
}

.f-30 {
  font-size: 30px;
}

.f-35 {
  font-size: 35px;
}

.f-40 {
  font-size: 40px;
}

.f-45 {
  font-size: 45px;
}

.f-50 {
  font-size: 50px;
}

.m0 {
  margin: 0 !important;
}

.m20 {
  margin: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ffb700;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}


hr {
  border-top: 1px solid #ffffff7a;
}

.image-gif {
  border: 3px solid #5b5b5b;
  border-radius: 0px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.navbar-online {
  background: #07a80d;
  color: white;
  padding: 2px;
  text-align: center;
  font-size: 12px;
}

.navbar-offline {
  background: #d92b4c;
  color: white;
  padding: 2px;
  text-align: center;
  font-size: 12px;
}

.page-title {
  margin-top: 140px;
  color: #ffb700;
  font-weight: bold;
  font-size: 30px;
}

.page-descricao {
  color: white;
  font-weight: 100;
  font-size: 15px;
  text-align: justify;
}


.btn-social {
  color: white;
  background-color: #2f51cc;
  border-radius: 50% !important;
  font-size: 30px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
  text-align: center;
  transform-origin: center;
  transition: all 0.25s;
  width: 50px;
  height: 50px;

  &:hover {
    color: white;
    transform: scale(1.2);
  }

  &.notinview {
    opacity: 0;
  }

  &:not(.btn-hexagon).inview {
    animation: pop 0.5s ease-in-out;
  }

  &.btn-hexagon {
    border-radius: 0;
    height: 3rem * 1.155;

    body.caninview &.inview {
      animation: hexpop 0.5s ease-in-out;
    }
  }
}

@keyframes pop {
  0% {
    clip-path: circle(5%);
    transform: scale(0.5);
  }

  100% {
    clip-path: circle(50%);
    transform: scale(1);
  }
}

@keyframes hexpop {
  0% {
    clip-path: polygon(50% 48%, 51% 49%, 51% 51%, 50% 52%, 49% 51%, 49% 49%);
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.btn-discord {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.div-discord {
  position: fixed;
  max-width: 300px;
  max-height: 300px;
  margin: 20px;
  right: 0px;
  bottom: 0px;
}

@media (max-width:767px) {
  .div-btn-init {
    display: grid;
  }
}

.div-getcoin {
  padding: 20px;
  background: rgb(19 19 1 / 70%);
  margin-bottom: 30px;
}

.w100 {
  width: 100%;
}

.div-shop {
  padding: 20px;
  background: rgb(0 0 0 / 50%);
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px !important;
}

@media (max-width:768px) {
  .display-xs-none {
    display: none;
  }
}


.navbar-event {
  background: #ffb700;
  color: white;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  height: 21px;
}

.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}