.title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0eca90),
    to(#1daaa2)
  );
  background: linear-gradient(to right, #0eca90, #1daaa2);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}
.text-muted {
  color: #9395a5;
}
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.w-100 {
  width: 100%;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
}

.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 281px;
  height: 215px;
  padding: 20px;
  color: #fff;
  background: #13141f;
  border-radius: 10px;
  margin: 10px;
  cursor: pointer;
  position: relative;
}

.border-premium {
  border: 2px solid rgba(23, 222, 203, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(23, 222, 203, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(23, 222, 203, 0.2);
}

.is-premium {
  position: absolute;
  background: url(../images/premium-img.png) no-repeat;
  top: -48px;
  left: -35px;
  width: 281px;
  height: 215px;
}

.card-item img {
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}

.card-item small:last-child {
  margin-top: 10px;
}

.card-item h5 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.card-item a {
  margin-top: 10px;
}

.card-item small {
  color: #ddd;
}

.card-item p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #13ebcd;
  font-size: 16px;
}

@media (max-width: 650px) {
  .cards-container {
    margin: 0px 100px;
  }
  .profile-not-logged {
    position: fixed;
    top: 5px;
    right: 155px;
  }
  .card-icon {
    margin-top: 15px;
  }
}
.cards-icon {
  padding: 35px;
}
.card-icon {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#0eca92),
    to(#11c2b5)
  );
  background: linear-gradient(to right bottom, #0eca92, #11c2b5);
  border-radius: 7px;
  text-align: center;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 195, 179, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(17, 195, 179, 0.3);
}
.card-icon:hover {
  background: linear-gradient(to right bottom, #05a072, #16dacc);
}
.card-icon h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 2px;
  color: #000;
}
.card-icon p {
  color: #000;
}
.launcher-block h1 {
  text-align: center;
  margin-bottom: 5px;
}
.text-sub {
  text-align: center;
}
.live {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live span {
  color: #13ebcd;
  background: rgba(21, 23, 34, 0.5);
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
  position: relative;
}

.live span:before,
.menu li.launcher {
  background: none;
  padding: 0;
}

.payments img {
  max-width: 100px;
}

.sub-menu {
  width: 180px;
}

.item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #13141f;
  border-radius: 10px;
  padding: 20px;
}

.reward {
  min-width: 100%;
  border: 2px solid #dfdfdf;
  border-radius: 2px;
  position: relative;
  margin-top: 20px;
}

.reward-title {
  font-family: "Beaufort for LOL Bold";
  position: absolute;
  top: -10px;
  left: 20px;
  height: 20px;
  min-width: 120px;
  background: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  text-align: center;
}
.reward-item {
  margin: 10px;
}
.reward-item img:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.reward-qtd {
  position: absolute;
  font-size: 10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 3px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.position-relative {
  position: relative;
}
.alert {
  width: 100%;
  background: linear-gradient(to right, #1daaa2, #0eca90);
  padding: 20px;
  border-radius: 10px;
}

.desc {
  padding: 10px;
}

.value {
  font-size: 35px;
}
.socials p a,
#social p a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}

.socials p a i,
#social p a i {
  vertical-align: bottom;
  line-height: 26px;
}

.socials p a.whatsapp,
#social p a.whatsapp {
  background-color: #28a745;
}

.socials p a.facebook,
#social p a.facebook {
  background-color: #4460ae;
}

.socials p a.gplus,
#social p a.gplus {
  background-color: #c21f25;
}

.socials p a.twitter,
#social p a.twitter {
  background-color: #3cf;
}

.socials p a.instagram,
#social p a.instagram {
  background-color: #cd4378;
}

.socials p a.email,
#social p a.email {
  background-color: #4a7f45;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-content {
  background: #13141f;
  padding: 20px;
}

.main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: zoom-in;
}

.main-image img {
  border: 2px solid rgba(23, 222, 203, 0.2);
  max-width: 100%;
  max-height: 100%;
  opacity: 0.8;
}

.main-image img:hover {
  opacity: 1;
}

.carousel {
  justify-content: space-between;
  overflow-x: auto;
  scrollbar-width: none;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel img {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin: 5px;
  border: 2px solid rgba(23, 222, 203, 0.2);
  background: rgba(23, 222, 203, 0.1);
  border-radius: 5px;
}

.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.modal-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #fff;
  width: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.nav-link {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #27293d;
  border-bottom: none;
  color: #fff;
}

.nav-link.active {
  background: linear-gradient(to right, #0eca90, #1daaa2);
  color: #fff;
  border-bottom-color: transparent;
}

.tab-content .tab-pane {
  display: none;
  padding: 15px;
  border: 2px solid #13141f;
  border-radius: 5px;
  background-color: #101119;
  margin-top: -1px;
}

.tab-content .tab-pane.active {
  display: block;
}

/* Mobile adaptation */
@media (max-width: 768px) {
  .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-item {
    margin: 5px;
  }
}

.left-right-container {
  display: flex;
  justify-content: space-between;
  color: #ffcb4a;
  font-size: 12px;
  margin: 5px 25px;
  margin-top: -5px;
}

.left {
  display: flex;
  justify-content: flex-start;
}

.right {
  display: flex;
  justify-content: flex-end;
}

.color-value {
  color: #fff;
  margin-left: 4px;
}

.rounded-list {
  counter-reset: li;
  cursor: pointer;
}

.rounded-list span {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin: 1em 0;
  background: #1d1f2c;
  color: #ececec;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.rounded-list span:hover:before {
  transform: rotate(360deg);
}

.rounded-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #37b4aa;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.ml-1 {
  margin-left: 10px;
}

.filter-applied {
  display: flex;
  align-items: center;
}

.filter-applied-items {
  display: flex;
}

.filter-applied-item {
  padding: 10px 15px;
  border-right: 2px solid #12f1b5;
  background-color: #181a27;
}

.filter-applied-item:last-of-type {
  border-right: none;
}

.filter-applied form {
  display: flex;
}

.filter-applied button {
  padding: 7px 20px;
  border-radius: 0;
}

.swal2-container.swal2-center > .swal2-popup .swal2-select {
  display: none;
}
