/*
Theme Name: Saiko v4
Author: Saikô Animes v4
Author URI: http:/saikoani.me/
Description: Download de Animes em Alta Qualidade
Version: 4.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.floatingg {
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  color: #fff;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  text-align: center;
  font-size: 37px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.from-grayBack {
  --tw-gradient-from: #0e0e12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(14 14 18 / 0));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* INDEX */
.zoom-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.name-poster {
  display: flex;
  padding: 8px 10px;
  justify-content: space-between;
  font-weight: 600;
  position: absolute;
  width: 100%;
  bottom: 2px;
  z-index: 10;
  font-size: 15px;
  color: #fff;
}

.name-poster:hover {
  border: none !important;
  color: #fff;
}

.zoom-img:hover .img-over {
  background: -moz-linear-gradient(0deg,
      rgba(0, 0, 0, 0.94) 0,
      rgba(0, 0, 0, 0.75) 37%,
      rgba(0, 0, 0, 0) 100%) !important;
  background: -webkit-linear-gradient(0deg,
      rgba(0, 0, 0, 0.94) 0,
      rgba(0, 0, 0, 0.75) 37%,
      rgba(0, 0, 0, 0) 100%) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0, rgba(0, 0, 0, 0.75) 37%, rgba(0, 0, 0, 0) 100%) !important;
}

.name-poster>div:nth-child(2) {
  align-self: center;
  margin-left: 10px;
}

.name-poster>div:nth-child(1) {
  align-self: center;
  width: 100%;
  max-width: 159px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease-in-out;
}

.tittle-area {
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.tittle-area span {
  align-self: center;
}

.tittle-area a {
  text-decoration: none;
  color: #ccc;
}

.btn-mais {
  margin-left: 10px;
  border: 1px solid #cccccc9e;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

.btn-mais:hover {
  border: 1px solid #000;
  background: #1b1d24;
}

.tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}

.ep-tags {
  font-weight: 600;
  background: #1b1d24c2;
  color: #fff;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 7px;
  margin-right: 6px;
}

.glide,
.glide2 {
  width: 100%;
  height: auto;
  z-index: 1;
}

.glide__slides {
  padding: 20px 14px !important;
}

.glide__slide {
  display: block;
  transition: all 0.2s ease-in-out;
}

.glide__slide:hover {
  transform: scale(1.08);
}

.glide__slide2:hover {
  transform: none !important;
}

.glide__poster {
  width: 100%;
  position: relative;
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.glide__poster:hover {
  border: 3px solid #fff;
}

.glide__arrows {
  opacity: 0 !important;
  transition: all 0.2s ease-in-out !important;
}

.glide__track:hover .glide__arrows {
  opacity: 1 !important;
}

.glide__arrow {
  height: 100% !important;
  padding: 0px !important;
  width: 48px !important;
  border: none !important;
  background: transparent !important;
  background-image: none !important;
  font-size: 35px !important;
  -webkit-text-stroke: 1px !important;
  box-shadow: none !important;
}

.glide__arrow--left {
  left: -28px !important;
  text-align: left !important;
  background-image: transparent !important;
}

.glide__arrow--right {
  right: -25px !important;
  text-align: right !important;
  background-image: transparent !important;
}

.glide__arrow--disabled {
  display: none !important;
}

.glide__arrow--disabled {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .glide__arrows {
    display: none;
  }
}

/* INDEX */

/*  CUSTOM CSS FACET  */
*:focus {
  outline: none;
}

/*  CUSTOM CSS FACET  */

/*HEADER*/

.padding-nav {
  padding-top: 11.5rem;
}

.nav-bar {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.51) 0%, #00000005 100%);
  z-index: 11;
  transition: 0.3s;
  border-bottom: 1px solid #1b1d24;
}

.nav-bar>div:nth-child(1) {
  display: flex;
  width: 10%;
  padding: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  max-width: 125px;
}

.nav-bar>div:nth-child(2) {
  display: flex;
  justify-content: center;
}

.nav-bar>div:nth-child(3) {
  display: flex;
  justify-content: right;
  width: 100%;
  max-width: 125px;
}

.menu-content {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: auto;
  background-color: #1b1d24;
  top: 80px;
  left: 35px;
  padding: 15px 30px;
  width: 100%;
  max-width: 300px;
  z-index: 10;
  text-transform: none;
  border-radius: 13px;
}

.menu-content a>div {
  display: flex;
}

.menu-content a>div>svg {
  width: 37px;
  padding-right: 7px;
  align-self: center;
}

.menu-content>a>div>i {
  align-self: center;
  font-size: 17px;
  color: #ccc;
}

.menu-content>a>div>span {
  align-self: center;
  padding-left: 15px;
  align-self: center;
  font-size: 15px;
  color: #ccc;
}

.menu-avatar {
  right: 25px !important;
  left: auto !important;
}

.avatar-content {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin-bottom: 10px;
}

.avatar-content>div {
  display: flex;
  font-weight: normal;
  line-height: 27px;
  width: 100%;
  align-self: center;
}

.avatar-content>div img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  align-self: center;
}

.avatar-content>div:nth-child(2)>div:nth-child(1) {
  font-size: 15px;
}

.avatar-content>div:nth-child(2)>div:nth-child(2) {
  font-size: 14px;
  color: #ffffff7a;
}

.logout-btn {
  display: flex;
  align-self: center;
}

.logout-btn a {
  background: #ffffff12;
  padding: 11px;
  width: 35px;
  height: 36px;
  align-self: flex-end;
  border-radius: 6px;
  display: flex;
  text-decoration: none;
  color: #fff;
}

.logout-btn a:hover {
  background-color: #0e0e12;
  transition: all 0.2s;
}

.avatar-option {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f7f7f71c;
  padding-top: 10px;
}

.avatar-option a {
  width: 100%;
  text-decoration: none;
  color: #ccc;
  transition: all 0.2s;
}

.avatar-option a:hover {
  background-color: #0e0e12;
  border-radius: 6px;
  padding: 3px 5px;
}

.avatar-option div {
  padding: 10px;
  display: flex;
}

.avatar-option i {
  align-self: center;
  margin-right: 10px;
}

.avatar-option span {
  align-self: center;
  font-size: 15px;
}

.logout-btn i {
  align-self: center;
}

.caret-avatar {
  position: absolute;
  color: #1b1d24;
  font-size: 30px;
  top: -28px;
  right: 13px;
}

.arm-df__label-asterisk {
  display: none !important;
}

.arm_form_field_label_text {
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}

.menu-nav {
  width: 100% !important;
  max-width: 350px !important;
  padding: 30px !important;
}

.menu-link {
  text-decoration: none;
  margin-bottom: 30px;
}

.menu-link:last-child {
  margin-bottom: 0px;
}

.menu-nav i {
  position: absolute;
  top: -29px;
  font-size: 30px;
  color: #1b1d24;
}

.menu-item {
  display: flex;
  transition: all 0.2s;
}

.menu-item:hover {
  background-color: #0e0e12;
  border-radius: 13px;
  padding: 5px;
}

.menu-icon {
  color: #ccc;
  position: relative;
  padding: 9px;
  align-self: center;
  background: #0e0e12;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 14px;
  margin-right: 20px;
}

.menu-icon i {
  position: relative;
  display: block;
  top: 0;
  color: #ccc;
  align-self: center;
  font-size: 24px;
}

.menu-option {
  align-self: center;
}

.menu-option>div:nth-child(1) {
  font-weight: 600;
  color: #ccc;
}

.menu-option>div:nth-child(2) {
  font-size: 13px;
  font-weight: normal;
  color: #969ca8;
}

.fixed {
  background-color: rgba(0, 0, 0, 0.8);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 2s ease;
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    transition: all 2s ease;
  }
}

.logo1 {
  align-self: center;
  width: 53px;
}

.logo2 {
  align-self: center;
  width: 89px;
}

.nav-icon {
  display: flex;
  height: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.nav-icon i {
  align-self: center;
  font-size: 16px;
}

.nav-icon span {
  align-self: center;
  padding: 0 7px;
  font-size: 13px;
}

.fa-sort-down {
  margin-top: -8px;
  font-size: 12px;
  align-self: center;
}

.user-dropdown {
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 135px;
  justify-content: space-between;
  padding: 0 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-dropdown a {
  align-self: center;
  text-decoration: none;
  color: #fff;
}

.avatar-dropdown {
  display: flex;
  cursor: pointer;
}

.avatar-dropdown img {
  align-self: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.avatar-dropdown i {
  margin-top: -3px;
  font-size: 14px;
  align-self: center;
  padding-left: 4px;
}

.modal-backdrop {
  z-index: 1 !important;
}

.modal-dialog {
  margin-top: 100px !important;
}

.modal-content {
  background-color: #0e0e12 !important;
  padding: 20px !important;
  border: none !important;
}

.modal-h-sa {
  border-radius: 0.5rem;
  padding: 10px 10px;
  border: none;
}

.btn-close {
  color: #969ca8 !important;
  font-size: 23px;
  background: transparent !important;
  align-self: center;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  cursor: pointer;
}

.btn-close:hover {
  color: #969ca8;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close i {
  align-self: center;
}

.modal-title {
  font-size: 15px;
  font-weight: 600;
}

.sa-page-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000b0;
  position: absolute;
  z-index: 10;
}

.wnbell-dropdown {
  align-self: center;
  position: relative;
  top: -2px;
}

.notification-sa {
  right: -64px !important;
  width: 350px;
  top: 62px !important;
  background: #1b1d24;
  padding: 20px;
  border-radius: 13px;
  transition: all 0.5s ease;
}

.wnbell_notification_item_non_visited {
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
  padding: 10px !important;
  border-radius: 0.5rem;
}

.wnbell_notification_item_non_visited a {
  padding: 0px !important;
  text-decoration: none;
}

.wnbell_notification_item_non_visited>a>img {
  float: left;
  margin-right: 11px;
  border-radius: 50%;
}

.wnbell_notification_item_non_visited:hover {
  background-color: #0e0e12 !important;
}

.wnbell_notification_item {
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
  padding: 10px !important;
  border-radius: 0.5rem;
  opacity: 0.5;
}

.wnbell_notification_item:hover {
  background-color: #0e0e12 !important;
}

.wnbell_notification_item a {
  padding: 0px !important;
}

.wnbell_notification_item>a>img {
  float: left;
  margin-right: 11px;
  border-radius: 50%;
}

.wnbell_header {
  padding-bottom: 13px !important;
  color: #fff !important;
}

.wnbell_dropdown_list_ss {
  background-color: #000000f2 !important;
}

.wnbell-closebtn {
  right: 28px !important;
  margin-right: 0px !important;
  font-size: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  top: 17px !important;
}

.wnbell_dropdown_list_ss {
  padding: 17px;
}

.notification-title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #ffffff26;
  margin-bottom: 13px;
  padding: 10px;
  border-radius: 0.5rem;
}

.notification-name {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.notification-date {
  font-size: 13px;
  font-weight: 600;
  color: #969ca8;
}

.notification-empty {
  padding-top: 15px;
  text-align: center;
  color: #969ca8;
}

#wpls-search-result {
  position: relative !important;
  min-width: 100% !important;
  left: 0 !important;
  max-width: 477px;
  height: 100%;
  overflow: auto;
  max-height: 713px;
  background: #1b1d24 !important;
  border: 1px solid #0d0d0d !important;
  padding: 20px 20px !important;
}

#wpls-search-result a {
  padding: 0px !important;
  text-decoration: none;
  margin-bottom: 30px;
}

#wpls-search-result a:hover {
  background: transparent !important;
  padding: 0px !important;
}

#wpls-search-result::after {
  border-bottom-color: #1b1d24 !important;
}

#wpls-search-result::before {
  border-bottom-color: #030303 !important;
}

#wpls-live-search #wpls-searchform {
  background: #1b1d24 !important;
  border: 1px solid #0d0d0d !important;
  -webkit-border-radius: 30px;
  border-radius: 30px !important;
}

#wpls-live-search #wpls-sq {
  color: #fff !important;
}

#wpls-sq::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc59 !important;
  opacity: 1;
  /* Firefox */
}

#wpls-sq:-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc59 !important;
  opacity: 1;
  /* Firefox */
}

#wpls-sq::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc59 !important;
  opacity: 1;
  /* Firefox */
}

#wpls-sq:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc59 !important;
  opacity: 1;
  /* Firefox */
}

#wpls-sq::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc59 !important;
  opacity: 1;
  /* Firefox */
}

#wpls-sq::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc59 !important;
  opacity: 1;
  /* Firefox */
}

#wpls-sq:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc59 !important;
}

#wpls-sq::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc59 !important;
}

/*HEADER*/

/*PAGINA ANIME*/

.row-ani {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 10px;
  margin-left: -11px;
  margin-right: -11px;
  padding-bottom: 30px;
}

.column-ani {
  -ms-flex: 25%;
  /* IE10 */
  flex: 20%;
  max-width: 20%;
  position: relative;
  border-radius: 10px;
  padding: 25px 10px;
}

.column-ani a {
  text-decoration: none;
  color: #fff;
}

.column-ani img {
  vertical-align: middle;
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
}

.hover-bg {
  width: 100%;
  border-radius: 10px;
  width: 100%;
  transition: all 0.5s ease;
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.86) 0, rgba(0, 0, 0, 0.39) 37%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  left: 0;
  top: 0;
}

.hover-bg:hover {
  background-color: #4e06809e;
}

.hover-bg>div:nth-child(1) {
  position: absolute;
  bottom: 5px;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 12px;
  font-size: 14px;
}

.hover-icon {
  visibility: hidden;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.hover-icon>i {
  align-self: center;
  font-size: 35px;
}

.hover-icon>i:hover {}

.hover-bg:hover .hover-icon {
  visibility: visible;
  transform: rotate(360deg);
  transition: all 0.2s;
}

.season-name {
  font-size: 15px;
  padding-top: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.season-temp {
  font-size: 14px;
  padding-top: 5px;
  color: #969ca8;
  font-weight: 600;
}

@media screen and (max-width: 1600px) {
  .column-ani {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
  }
}

/* Responsive layout - makes a tree column-layout instead of four columns */
@media screen and (max-width: 1200px) {
  .column-ani {
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
  }

  .vh-100 {
    height: 74vh !important;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-ani {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 17px 5px !important;
  }

  .poster-img {
    box-shadow: inset -7em 6em 30em #0e0e12bf !important;
  }

  .title-ani {
    font-size: 24px !important;
    padding-bottom: 10px !important;
  }

  .from-grayBack {
    box-shadow: inset 10em -16em 12em #0e0e12 !important;
    z-index: 1;
  }

  .fa-sort-down {
    display: none !important;
  }

  .fa-bars-staggered {
    font-size: 24px !important;
  }

  .logo2 {
    display: none;
  }

  .menu-nav {
    left: 13px;
  }

  .menu-content {
    left: 13px;
  }

  .glide__slides {
    padding: 20px 0px !important;
  }

  .glide__slide:hover {
    transform: none !important;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .mpopup-header {
    padding-top: 20px;
  }

  #wpls-search-result {
    max-height: 530px;
  }

  .search-name {
    max-width: 245px !important;
  }

  .serch-img {
    min-width: 77px !important;
    max-width: 77px !important;
  }

  .resultados:hover {
    transform: none !important;
  }

  .arm_transaction_list_item-sa td {
    max-width: 100% !important;
  }

  #arm_tm_list_header {
    display: none !important;
  }

  .arm_current_membership_container table tr,
  .arm_login_history_container table tr,
  .arm_paid_post_current_membership_container table tr,
  .arm_paid_post_transactions_container table tr,
  .arm_transactions_container table tr {
    border: 1px solid #e5e5e5 !important;
  }

  .area-text>div {
    flex-direction: column;
  }

  .area-text>div>div {
    padding-top: 15px;
  }

  .plan-btn {
    display: flex;
    max-width: 100% !important;
  }
}

.poster-ani {
  display: flex;
  background-size: cover;
  width: 100%;
  height: 580px;
  position: relative;
}

.poster-img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  left: 416px;
  box-shadow: inset -11em -1em 9em #0e0e12;
}

.cover-ani {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0e0e126e;
}

.info-ani {
  display: flex;
  justify-content: start;
  z-index: 9;
}

.info-ani>div {
  align-self: end;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  padding-bottom: 30px;
}

.short-ani {
  padding-left: 5px;
  padding-bottom: 10px;
  font-weight: 700;
}

.title-ani {
  font-size: 35px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.subtitle-ani {
  padding-left: 5px;
  padding-bottom: 10px;
  color: #969ca8;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.btn-ani {
  display: flex;
  padding: 20px 5px;
}

.btn-ani a {
  text-decoration: none;
  color: #fff;
}

.btn-ani-a {
  margin-right: 20px;
  padding: 10px;
  border-radius: 30px;
  border: 2px solid #f2000d;
  width: 170px;
  text-align: center;
  background: #f2000d;
  font-size: 15x;
  transition: transform 250ms;
  display: flex;
}

.btn-ani-a:hover {
  transform: scale(1.1);
}

.btn-ani-a:nth-child(1)>i {
  font-size: 25px;
  line-height: 1px;
  align-self: center;
  margin-top: 2px;
}

.btn-ani a>span {
  align-self: center;
}

.btn-ani-b {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: 3px solid #fff !important;
  display: flex !important;
  justify-content: center !important;
  transition: transform 250ms;
}

.btn-ani-b::before {
  align-self: center;
  font-size: 23px;
}

.btn-ani-b:hover {
  transform: scale(1.1);
}

.tag-ani {
  padding: 10px 5px;
  padding-bottom: 10px;
  display: flex;
  line-height: 15px;
  font-weight: 600;
}

.tag-ani div {
  background: transparent;
  padding: 6px 9px;
  margin-right: 20px !;
  border-radius: 0.5rem;
  align-self: center;
  font-size: 14px;
  display: flex;
  margin-right: 10px;
}

.tag-ani div:last-child {
  margin-right: 0px;
}

.tag-nota {
  background: transparent;
  padding: 6px 9px;
  margin-right: 20px !;
  border: 1px solid #888;
  border-radius: 0.5rem;
}

.genres {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  padding: 10px 5px;
}

.genres div {
  margin-right: 10px;
  border: 1px solid #969ca8;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  text-align: center;
  margin-top: 10px;
}

.sinopse {
  padding: 10px 5px;
  font-size: 15px;
  padding-bottom: 0px;
}

.sinopse-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.sinopse-header {
  display: flex;
  justify-content: space-between;
  padding: 0px 8px;
}

.sinopse-header div {
  align-self: center;
}

.sinopse-header:nth-child(2) {
  font-size: 15px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: 700;
}

.readmore {
  display: flex;
  justify-content: center;
}

.readmore a {
  padding-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.benefits-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  border-radius: 0.875rem;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
}

.benefits-content:hover {}

.benefits-content>div {
  padding: 7px 15px;
  text-align: left;
  display: flex;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  border: 2px solid #1b1d24;
  margin: 5px 0px;
  border-radius: 0.5rem;
}

.benefits-content>div>div {
  width: auto;
}

.benefits-content>div>div>i {
  padding-right: 10px;
  color: #d50f0f;
}

.benefits-itens {
  max-width: 100%;
  color: #c3c5c8;
}

.itens-disable {
  opacity: 0.2;
  text-decoration: line-through;
}

.bonus {
  background: #ff000075;
  color: #fff;
  padding: 2px 13px !important;
  font-size: 13px !important;
  height: 28px !important;
  border-radius: 20px;
  align-self: center;
  margin-left: 10px;
}

.subscripiton-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border: none !important;
  padding: 0 !important;
}

.subscripiton-button div {
  align-self: center;
  font-weight: normal;
  color: #969ca8;
  margin-top: 15px;
}

.subscripiton-button a {
  background-color: #1b1d24;
  display: inline-block;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0.275rem;
  text-align: center;
  text-decoration: none;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}

.subscripiton-button a:hover {
  background-color: #ff050587;
}

.icon-mal {
  background: url("https://developer.saikoanimes.net/wp-content/themes/saikov3/img/mal.png") no-repeat;
  background-size: contain;
  height: 13px;
  width: 37px;
  display: block;
  align-self: center;
}

.info {
  z-index: 8;
  position: absolute;
  padding: 4px 13px;
  bottom: 0px;
  display: flex;
  right: 0;
  font-size: 15px;
  width: 100%;
  justify-content: center;
  text-transform: lowercase;
  font-weight: 400;
}

.info i {
  padding-right: 5px;
}

.info-content {
  z-index: 10;
  display: none;
  position: absolute;
  bottom: 34px;
  right: 10px;
  background: #1b1d24e3;
  border: 1px solid #0000004d;
  padding: 5px 15px;
  width: 73%;
  height: 73%;
  left: 9px;
  font-size: 14px;
  color: #ccc;
  border-radius: 0.5rem;
  font-weight: normal;
  animation: dropdown 0.2s linear forwards;
}

.info-content>div {
  padding: 5px 0;
}

.info:hover+.info-content {
  display: block;
}

.info:hover .hover-bg>div .hover-icon {
  display: none !important;
}

.format-temp {
  position: absolute;
  top: 13px;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.98);
  color: #ffffffc2;
  background: #1b1d24e3;
  border: 1px solid #0000004d;
  padding: 2px 0px;
  width: 36px;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  height: 30px;
  right: 10px;
  font-size: 11px;
}

.format-temp span {
  align-self: center;
}

.aviso {
  margin-top: 20px;
  padding: 10px;
  border-left: 4px solid #f2000d;
}

.aviso i {
  margin-right: 5px;
}

.post-edit {
  justify-content: end !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  flex-direction: row !important;
}

.post-edit a {
  width: auto;
  border: 1px solid #969ca8;
  padding: 10px;
  border-radius: 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.post-edit a:hover {
  color: #fff;
  border: 1px solid #fff;
}

/*PAGINA ANIME*/

/*LISTA*/

.filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
}

.filters>div {
  width: 100%;
  max-width: 301px;
}

.filters-header {
  display: flex;
  justify-content: space-between;
}

.filters-body {
  padding: 15px 0;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: space-between;
}

.filters-body>div {
  width: 100%;
}

.filters-body2 {
  padding: 15px 0;
  margin-left: 10px;
  margin-right: 10px;
}

.filters-body2>div {
  margin-bottom: 10px;
}

.filter-line {
  border-bottom: 1px solid #969ca81c;
  margin-bottom: 20px;
  padding: 10px;
}

.filters-header div {
  align-self: center;
}

.facetwp-facet-alfa {
  display: flex;
  justify-content: start;
  margin-left: 10px !important;
  flex-wrap: wrap;
  column-gap: 3px;
}

.facetwp-facet-alfa span {
  background: #1d1e20;
  padding: 5px 12px;
  border-radius: 6px;
  margin: 4px;
  -ms-flex: 8%;
  flex: 8%;
  max-width: 9%;
  text-align: center;
}

.facetwp-alpha.available {
  color: #ccc !important;
}

.facetwp-alpha.selected {
  color: #a10606 !important;
}

.facetwp-checkbox.checked {
  background: #1d1e20 !important;
  color: #a10606 !important;
}

@media screen and (max-width: 618px) {
  .facetwp-facet-alfa span {
    -ms-flex: 13.3%;
    flex: 13.3%;
    max-width: 13.3%;
  }

  .slider-img {
    display: none;
  }
}

.facetwp-facet {
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}

.facetwp-search {
  background: #1a1a1e;
  border: none;
  padding: 8px;
  padding-right: 8px;
  border-radius: 0.375rem;
  color: #969ca8;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.facetwp-icon::before {
  background: url("/wp-content/themes/saikov3/img/icon-search.png") no-repeat !important;
  background-position: 5px 50% !important;
  background-size: 20px 20px !important;
}

.slider-icon {
  background: #1a1a1e;
  border: none;
  padding: 8px 16px;
  border-radius: 0.375rem;
  color: #969ca8;
  text-align: center;
  height: fit-content;
  margin-left: 5px;
  cursor: pointer;
}

.random-icon {
  background: #1a1a1e;
  border: none;
  padding: 8px 16px;
  border-radius: 0.375rem;
  color: #969ca8;
  text-align: center;
  height: fit-content;
  margin-right: 5px;
}

@media screen and (max-width: 660px) {
  .filters {
    flex-direction: column;
  }

  .filters>div {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 13px;
  }
}

.content-body {
  width: 100%;
}

.anilist {
  -ms-flex: 25%;
  /* IE10 */
  flex: 14.28%;
  max-width: 14.28%;
  position: relative;
  border-radius: 10px;
  padding: 15px 10px;
  position: relative;
}

.anilist a {
  text-decoration: none;
  color: #fff;
}

.anilist img {
  vertical-align: middle;
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
}

@media screen and (max-width: 1600px) {
  .anilist {
    -ms-flex: 16.66%;
    flex: 16.66%;
    max-width: 16.66%;
  }
}

@media screen and (max-width: 1200px) {
  .anilist {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 800px) {
  .anilist {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
  }

  .filters {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 660px) {
  .anilist {
    -ms-flex: 33.3%;
    flex: 33.3%;
    max-width: 33.3%;
  }

  .post-edit {
    display: none !important;
  }

  .info {
    display: none !important;
  }

  .arm_module_plan_option {
    border: 1px solid #000 !important;
    background-color: #1b1d24 !important;
    border-radius: 0.5rem !important;
    position: relative !important;
  }

  .arm_module_plans_container .arm_plan_skin6 .arm_module_plan_description {
    padding: 0;
    min-height: 15px !important;
    margin-top: 15px !important;
  }

  .arm_module_plans_container .arm_plan_skin6 .arm_module_plan_option {
    padding: 9px 9px !important;
  }
}

@media screen and (max-width: 430px) {
  .anilist {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

.fs-wrap {
  width: 100% !important;
  min-width: 100px !important;
}

.fs-wrap.single .fs-option.selected {
  background-color: #00000070 !important;
  border-radius: 6px !important;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
  padding: 10px 8px !important;
}

.fs-arrow {
  top: 3px !important;
  right: 10px !important;
}

.fs-label-wrap {
  position: relative !important;
  background-color: #1d1e20 !important;
  border: none !important;
  padding: 8px 21px !important;
  border-radius: 0.375rem !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #969ca8 !important;
  cursor: pointer !important;
}

.fs-label-wrap .fs-label {
  padding: 3px !important;
}

.fs-dropdown {
  background-color: #1d1e20 !important;
  color: #969ca8 !important;
  border: none !important;
  top: 45px !important;
  padding: 10px 11px !important;
  border-radius: 0.375rem !important;
  animation: dropdown 0.2s linear forwards;
}

.fs-search {
  display: none !important;
}

.facetwp-facet-udio,
.facetwp-facet-gneros {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.facetwp-facet-udio div,
.facetwp-facet-gneros div {
  margin-right: 15px;
  background: #1d1e20;
  padding: 7px;
  border-radius: 6px;
  font-size: 14px;
}

.facetwp-checkbox {
  margin-bottom: 10px !important;
}

.facetwp-checkbox.checked {
  background-image: none !important;
  border: none;
  background: #0e0e12;
  background-image: none;
  font-weight: normal;
  margin-bottom: 10px !important;
}

.noUi-target {
  border: 1px solid #000000d9 !important;
  background: #161618 !important;
}

.noUi-connect {
  background: #1d1e20 !important;
}

.noUi-handle {
  background: #9399a5 !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}

.facetwp-slider-reset {
  border: 1px solid #0a0a0b !important;
  border-radius: 6px !important;
  background: #1d1e20 !important;
  box-shadow: none !important;
  color: #969ca8 !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
}

.facetwp-facet-pesquisa {
  margin-right: 0 !important;
}

.facetwp-facet-resetar {
  display: flex;
  justify-content: end;
  padding-top: 15px;
  padding-bottom: 15px;
}

.facetwp-facet-resetar button {
  background-color: #1d1e20;
  color: #969ca8 !important;
  border: 1px solid #0a0a0b !important;
  border-radius: 6px !important;
  padding: 8px 25px;
}

.facetwp-input-wrap {
  width: 100%;
}

@keyframes dropdown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.poster-list {
  position: relative;
  bottom: 30px;
}

.poster-list img {
  width: 100%;
}

.over-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 10px;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 100%);
}

.over-list:hover {
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0, rgba(0, 0, 0, 0.75) 37%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0, rgba(0, 0, 0, 0.75) 37%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0, rgba(0, 0, 0, 0.75) 37%, rgba(0, 0, 0, 0) 100%);
}

.title-list {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: absolute;
  bottom: 32px;
  font-weight: 600;
}

.audio-list {
  position: absolute;
  left: 10px;
  z-index: 10;
  top: 10px;
  background: #1a1a1ade;
  padding: 4px 7px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 600;
}

.subtitle-list {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  width: 100%;
  visibility: visible;
  bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.ano-list {
  position: absolute;
  top: 0px;
  right: 10px;
  background: #1a1a1ade;
  padding: 4px 7px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 11px;
  text-align: center;
  visibility: hidden;
}

.poster-list:hover .subtitle-list {}

.poster-list:hover .ano-list {
  visibility: visible;
  top: 10px;
  animation: fadeIn 0.2s;
}

.poster-list:hover .title-list {}

.transition-list {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.fwp-load-more {
  background: transparent;
  padding: 15px 20px;
  min-width: 300px;
  border: 1px solid #585858;
  border-radius: 0.5rem;
  color: #ccc;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.fwp-load-more:hover {
  border: 1px solid #fff;
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*LISTA*/

/* MINHA CONTA   */
.arm_transaction_paging_container {
  display: none !important;
}

.arm_module_forms_container .arm_form_105,
.arm-form-container .arm_form_105,
.arm_update_card_form_container .arm_form_105,
.arm_editor_form_fileds_container,
.arm_editor_form_fileds_container .arm_form_105,
.arm-form-container .arm_form_105.arm-default-form:not(.arm_admin_member_form) {
  width: 100% !important;
}

.arm_module_forms_container .arm_form_104,
.arm-form-container .arm_form_104,
.arm_update_card_form_container .arm_form_104,
.arm_editor_form_fileds_container,
.arm_editor_form_fileds_container .arm_form_104,
.arm-form-container .arm_form_104.arm-default-form:not(.arm_admin_member_form) {
  width: 100% !important;
}

li {
  list-style-type: none;
}

.tabs-account {
  display: flex;
}

#tabs-account-titles {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0px 0px 20px 0px;
  max-width: 680px;
  align-self: center;
  justify-content: center;
}

#tabs-account-titles li {
  cursor: pointer;
  padding: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  margin-right: 10px;
}

#tabs-account-titles li.current {
  background-color: #1a1a1e;
  border-radius: 0.375rem;
  color: #d50f0f;
}

#tabs-account-titles li>i {
  margin-right: 10px;
  align-self: center;
}

#tabs-account-titles li>span {
  align-self: center;
}

#tabs-account-contents {
  width: 100%;
  display: flex;
  max-width: 680px;
  padding: 0;
  align-self: center;
}

#tabs-account-contents li {
  display: none;
  width: 100%;
}

#tabs-account-contents li:first-child {
  display: block;
  /* first one content displayed by default */
}

#tabs-account-contents li>div {
  width: 100%;
  max-width: 680px;
  background: #1a1a1e;
  border-radius: 0.375rem;
  padding: 2rem;
  margin-bottom: 10px;
}

.material-icons {
  padding-right: 15px;
  align-self: center;
}

.material-icons.md-18 {
  font-size: 22px;
}

.area-text {
  padding: 0px 10px;
}

.text-xl {
  font-weight: 600;
  line-height: 1.5rem;
  font-size: 1.25rem;
}

.text-sm {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #969ca8;
}

tr {
  border-bottom: none !important;
}

.arm_user_transaction_list_table-sa {
  margin-top: 16px !important;
  font-size: 14px;
  width: 100%;
}

.arm_user_transaction_list_table-sa th {
  padding: 10px 0;
}

.arm_transaction_list_item-sa {
  font-size: 14px;
}

.arm_transaction_list_item-sa td {
  padding: 10px 0;
  padding-right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 114px;
  padding-right: 25px;
}

.arm_transaction_paging_container {
  padding-top: 25px;
}

/* MINHA CONTA   */

/* FOOTER */
.search-anime-body {
  display: flex;
  background: transparent;
}

.serch-img {
  width: 100%;
  min-width: 85px;
  max-width: 85px;
  padding-right: 20px;
}

.serch-img img {
  width: 100%;
  border-radius: 0.5rem;
}

.search-title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 6px;
  text-transform: uppercase;
  border: 1px solid #f7f7f71c;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 0.5rem;
}

.search-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 355px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 5px;
}

.search-original {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 340px;
  font-weight: 600;
  color: #969ca8;
}

.search-info {
  padding-top: 10px;
  color: #969ca8;
}

.search-info>span {
  margin-right: 10px;
  border: 1px solid #969ca8;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 30px;
  text-align: center;
}

.resultados {
  text-align: center;
  width: 100%;
  max-width: 400px;
  color: #969ca8;
  font-weight: 600;
  text-decoration: none;
  background: #0e0e12;
  padding: 10px;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

.resultados:hover {
  transform: scale(1.1);
}

.mais_res_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}

.mais_res_btn_link {
  width: 100%;
  max-width: 453px;
  text-align: center;
  padding: 12px 5px !important;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 15px;
  background: #0e0e12 !important;
  text-decoration: none !important;
  color: #ccc !important;
}

.mais_res_btn_link:hover {
  border: 2px solid #ccc !important;
}

.fwp-load-more {
  padding: 15px 20px;
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background: transparent;
  color: #8e8e8e;
  transition: all 0.2s;
}

.fwp-load-more:hover {
  border: 1px solid #fff;
  color: #fff;
}

.footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #1b1d24;
  padding: 10px 20px;
  font-size: 13px;
}

.footer>div {
  width: 100%;
  display: flex;
  align-self: center;
}

.footer>div img {
  width: 80px;
}

.footer>div:nth-child(1)>div {
  justify-content: start;
}

.footer>div:nth-child(2) {
  justify-content: center;
}

.footer>div:nth-child(3) {
  justify-content: end;
}

.social-icons {
  font-size: 21px;
}

.social-icons div {
  padding: 10px;
}

.go-top {
  padding: 5px 20px;
  border: 1px solid #cccccc85;
  border-radius: 30px;
  cursor: pointer;
}

/* FOOTER */

/* ARM */
.arm_payment_mode_wrapper {
  border-bottom: none !important;
}

.arm-default-form .arm_module_box.arm_module_coupons_container,
.arm-default-form .arm_module_box.arm_module_forms_container,
.arm-default-form .arm_module_box.arm_module_gateways_container,
.arm-default-form .arm_module_box.arm_module_plans_container,
.arm-default-form .arm_module_forms_container {
  border-bottom: none !important;
}

.arm_module_gateways_container .arm_module_gateway_option,
.arm_module_payment_cycle_container .arm_module_payment_cycle_option {
  border-radius: 0.5rem !important;
  min-height: 58px !important;
  padding: 15px 15px 15px 15px !important;
  border: 1px solid #ececec59 !important;
}

.arm_module_gateways_container.arm_module_box .arm_setup_column_item,
.arm_module_payment_cycle_container.arm_module_box .arm_setup_column_item {
  margin: 27px 10px 5px !important;
}

.arm_module_box {
  padding: 20px 10px !important;
}

/* ARM */

/* 404 */

.error-container {
  text-align: center;
  font-size: 180px;
  font-weight: 800;
  margin: 20px 15px;
}

.error-container>span {
  display: inline-block;
  line-height: 0.7;
  position: relative;
  color: #ffb485;
}

.error-container>span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.error-container>span:nth-of-type(1) {
  color: #d1f2a5;
  animation: colordancing 4s infinite;
}

.error-container>span:nth-of-type(3) {
  color: #f56991;
  animation: colordancing2 4s infinite;
}

.error-container>span:nth-of-type(2) {
  width: 120px;
  height: 120px;
  border-radius: 999px;
}

.error-container>span:nth-of-type(2):before,
.error-container>span:nth-of-type(2):after {
  border-radius: 0%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 999px;
  box-shadow:
    inset 30px 0 0 rgba(209, 242, 165, 0.4),
    inset 0 30px 0 rgba(239, 250, 180, 0.4),
    inset -30px 0 0 rgba(255, 196, 140, 0.4),
    inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  animation: shadowsdancing 4s infinite;
}

.error-container>span:nth-of-type(2):before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

@keyframes shadowsdancing {
  0% {
    box-shadow:
      inset 30px 0 0 rgba(209, 242, 165, 0.4),
      inset 0 30px 0 rgba(239, 250, 180, 0.4),
      inset -30px 0 0 rgba(255, 196, 140, 0.4),
      inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }

  25% {
    box-shadow:
      inset 30px 0 0 rgba(245, 105, 145, 0.4),
      inset 0 30px 0 rgba(209, 242, 165, 0.4),
      inset -30px 0 0 rgba(239, 250, 180, 0.4),
      inset 0 -30px 0 rgba(255, 196, 140, 0.4);
  }

  50% {
    box-shadow:
      inset 30px 0 0 rgba(255, 196, 140, 0.4),
      inset 0 30px 0 rgba(245, 105, 145, 0.4),
      inset -30px 0 0 rgba(209, 242, 165, 0.4),
      inset 0 -30px 0 rgba(239, 250, 180, 0.4);
  }

  75% {
    box-shadow:
      inset 30px 0 0 rgba(239, 250, 180, 0.4),
      inset 0 30px 0 rgba(255, 196, 140, 0.4),
      inset -30px 0 0 rgba(245, 105, 145, 0.4),
      inset 0 -30px 0 rgba(209, 242, 165, 0.4);
  }

  100% {
    box-shadow:
      inset 30px 0 0 rgba(209, 242, 165, 0.4),
      inset 0 30px 0 rgba(239, 250, 180, 0.4),
      inset -30px 0 0 rgba(255, 196, 140, 0.4),
      inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
}

@keyframes colordancing {
  0% {
    color: #d1f2a5;
  }

  25% {
    color: #f56991;
  }

  50% {
    color: #ffc48c;
  }

  75% {
    color: #effab4;
  }

  100% {
    color: #d1f2a5;
  }
}

@keyframes colordancing2 {
  0% {
    color: #ffc48c;
  }

  25% {
    color: #effab4;
  }

  50% {
    color: #d1f2a5;
  }

  75% {
    color: #f56991;
  }

  100% {
    color: #ffc48c;
  }
}

/* demo stuff */

.zoom-area {
  max-width: 490px;
  margin: 30px auto 30px;
  font-size: 19px;
  text-align: center;
}

.link-container {
  text-align: center;
}

a.more-link {
  text-transform: uppercase;
  font-size: 13px;
  background-color: #92a4ad;
  padding: 10px 15px;
  border-radius: 0;
  color: #416475;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 50px;
  letter-spacing: 1px;
}

/* MODAL PLEX */
.voltar_page {
  padding: 20px 0;
  font-size: 21px;
  color: #b1bac285;
  font-weight: bold;
  cursor: pointer;
}

.voltar_page:hover {
  color: #fff;
}

.modal_plex {
  display: flex;
  padding-top: 10px;
}

.modal_plex_img {
  padding-right: 30px;
  padding-bottom: 30px;
}

.modal_plex_img img {
  border-radius: 10px;
}

.modal_plex_title {
  font-size: 25px;
  text-align: left;
  width: 100%;
  color: #b1bac2;
}

.modal_plex_title b {
  color: #fff;
}

.modal_plex_devices {
  display: flex;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  background: #21242d;
  margin-top: 20px;
}

.modal_plex_text {
  padding: 15px 12px;
  color: #b1bac2;
  border: 0.0625rem dashed #ccc;
  border-radius: 7px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
}

.modal-bg {
  background: #151515;
}

.modal-dialog-online {
  margin: 0 !important;
  position: relative;
}

.modal_asonline {
  width: 100vw !important;
  margin: 0 !important;
  height: 100vh;
  padding: 0px !important;
}

.btn_splex_info {
  padding: 30px 0;
  display: flex;
}

.btn_splex_info a:nth-child(2) {
  background-color: transparent;
  color: #ccc;
  justify-content: left;
}

.btn_splex_info a {
  display: flex;
  text-decoration: none;
  padding: 16px 20px;
  background: #21242d;
  margin-right: 10px;
  border-radius: 7px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  justify-content: center;
  border: 2px solid transparent;
}

.btn_splex_info a i {
  padding-right: 10px;
}

.btn_splex_info a:hover {
  background-color: #0e0e12;
  color: #fff;
  border: 2px solid #21242d;
}

.btn_splex_info a:nth-child(2):hover {
  background-color: #0e0e12;
  color: #fff;
  border: 2px solid transparent;
}

.modal_plex_top {
  padding-top: 7rem;
}

@media only screen and (max-width: 928px) {
  .btn_splex_info a {
    font-size: 12px;
  }

  .modal_plex_img img {
    width: 100%;
    min-width: 290px;
  }

  .modal_asonline {
    height: auto;
  }
}

@media only screen and (max-width: 752px) {
  .modal_plex {
    flex-direction: column;
  }

  .modal_plex_img {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }

  .modal_plex_img img {
    border-radius: 10px;
    width: 100%;
  }

  .modal_plex_top {
    padding-top: 4rem;
  }
}

/* ==========================================================================
   MODERN NOTICE LANDING PAGE STYLING (FULLWIDTH & UNBOXED)
   ========================================================================== */
.notice-wrapper {
  min-height: 100vh;
  width: 100%;
  background: #0e0e12 !important;
  color: #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: center;
  font-family: 'Lato', sans-serif;
  padding-top: 140px !important;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

/* Hide ambient glow pseudo elements for clean uniform background */
.notice-wrapper::before,
.notice-wrapper::after {
  display: none !important;
}

.notice-container {
  max-width: 900px;
  margin: 60px auto 0 auto !important;
  padding: 0 1.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Force Unboxed Content (no card container) */
.notice-card {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notice-card::before {
  display: none !important;
}

.notice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(168, 28, 36, 0.14);
  color: #e26d75;
  border: 1px solid rgba(168, 28, 36, 0.3);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.45rem 1.2rem;
  border-radius: 50px;
  margin-bottom: 1.75rem;
}

.notice-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
  text-align: center;
  width: 100%;
}

.notice-description {
  font-size: 1.1rem;
  color: #94a3b8;
  line-height: 1.7;
  margin: 0 auto 3rem auto;
  max-width: 760px;
  text-align: center;
}

/* Primary CTA Box - Dark Red Accent */
.platform-cta-box {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 2.5rem auto;
  background: linear-gradient(135deg, rgba(168, 28, 36, 0.14) 0%, rgba(18, 20, 28, 0.6) 100%);
  border: 1px solid rgba(168, 28, 36, 0.25);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.platform-cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(168, 28, 36, 0.6), transparent);
}

.platform-cta-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.platform-cta-desc {
  color: #cbd5e1;
  font-size: 0.98rem;
  margin-bottom: 1.75rem;
}

.btn-platform-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #a81c24 0%, #7f1219 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.95rem 2.5rem;
  border-radius: 0.75rem;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(168, 28, 36, 0.35);
  transition: all 0.25s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-platform-go:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(168, 28, 36, 0.55);
  background: linear-gradient(135deg, #c8232c 0%, #991b1b 100%);
  color: #ffffff !important;
}

/* PayPal Notice Box - Dark Sleek */
.paypal-notice-box {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  background: rgba(14, 16, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.25rem;
  padding: 2.25rem 2rem;
  text-align: left;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.paypal-notice-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #38bdf8;
  margin-bottom: 1rem;
}

.paypal-steps-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.paypal-step-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 1rem 1.25rem;
  border-radius: 0.85rem;
  transition: border-color 0.2s ease;
}

.paypal-step-item:hover {
  border-color: rgba(255, 255, 255, 0.09);
}

.paypal-step-num {
  background: rgba(2, 132, 199, 0.2);
  color: #38bdf8;
  border: 1px solid rgba(2, 132, 199, 0.4);
  font-weight: 800;
  font-size: 0.85rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.paypal-step-text {
  font-size: 0.95rem;
  color: #cbd5e1;
  line-height: 1.55;
}

.paypal-step-text strong {
  color: #ffffff;
}

.btn-notice-logout {
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1 !important;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  border-radius: 0.5rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.btn-notice-logout:hover {
  background: rgba(168, 28, 36, 0.2);
  color: #e26d75 !important;
}

@media (max-width: 640px) {
  .notice-wrapper {
    padding-top: 110px !important;
  }

  .notice-title {
    font-size: 1.75rem;
  }

  .platform-cta-box, .paypal-notice-box {
    padding: 1.5rem 1.25rem;
  }
}

/* ARMember & Form Background Harmonization */
.login-form-wrapper,
.wp-standard-login,
.arm_form_container,
.arm_setup_form_container,
.arm_member_form_container,
.arm_form_master_container,
.arm_user_form_container,
.arm_member_form_field_container {
  background: #0e0e12 !important;
  background-color: #0e0e12 !important;
}