/*============================================ 
# Template Name: Dooplo
# Version: 2.0
# Date: 09/03/2024
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis
# Description: Dooplo - Gaming HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&amp;family=Orbitron:wght@400;500;600;700;800;900&amp;display=swap");
:root {
  --head-font: "Orbitron", sans-serif;
  --para-font: "Barlow", sans-serif;
  --body-color: #1b1d4d;
  --primary-color: rgb(161, 255, 0);;
  --secondary-color: #ff9f0e;
  --section-1st-color: #1b1d4d;
  --section-2nd-color: #1b1d4d;
  --section-3rd-color: #1e1e30;
  --border-1st-color: #2a2a49;
  --border-2nd-color: #2c2c38;
  --border-3rd-color: #363651;
  --box-1st-color: #313144;
  --box-2nd-color: #3d3b53;
  --box-3rd-color: #100e21;
  --heading-1st-color: #ffffff;
  --heading-2nd-color: #060417;
  --heading-3rd-color: #f3f2ff;
  --para-1st-color: #f3f2ff;
  --para-2nd-color: #d1d6ea;
  --para-3rd-color: #f1f4ff;
  --para-4th-color: #9692bc;
  --btn-color: #929292;
  --para-color: rgba(255, 255, 255, 0.8);
  --para-alt-color: rgb(6, 4, 23);
  --section-color: rgb(27, 12, 67);
  
}

.collapsing {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--para-font);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

section,
footer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a, .heading, label {
  font-family: var(--head-font);
  color: var(--heading-1st-color);
  font-weight: 700;
  display: block;
  /*text-transform: capitalize;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span, .heading span, label span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--para-1st-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--para-1st-color);
}

img {
  max-width: 100%;
  height: auto;
}

.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--bs-white);
  background-color: transparent;
}

.single-input {
  margin-bottom: 25px;
}

input,
textarea {
  padding: 20px;
  color: var(--heading-1st-color);
  width: 100%;
  font-family: var(--para-font);
  outline-color: transparent;
  border-radius: 10px;
  background-color: #3c3c54;
  border: 1px solid #686485;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: #a6acd1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.5;
  color: #a6acd1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: #a6acd1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0.5;
  color: #a6acd1;
}
input::placeholder,
textarea::placeholder {
  opacity: 0.5;
  color: #a6acd1;
}
input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--primary-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 60px;
  line-height: 98.8px;
  margin-top: -20px;
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -14px;
}

h3,
h3 > a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4,
h4 > a {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
h5 > a {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -4px;
}

table thead tr th {
  font-size: 18px;
  line-height: 30px;
}

a {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

p,
span,
li {
  margin: 0;
  font-family: var(--para-font);
  color: var(--para-1st-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.d-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #212129;
  border: 1px solid #4e4e70;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.social a i {
  color: var(--heading-3rd-color);
  font-size: 18px;
}
.social a:hover {
  border-color: #ffcc00;
}
.social a:hover i {
  color: var(--primary-color);
}

.section-text {
  margin-bottom: 5px;
}

.section-header {
  margin-bottom: 5px;
}

.cus-mar {
  margin-bottom: -30px;
}

.single-box {
  margin-bottom: 30px;
  padding: 30px 15px;
}

.sub-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 27px;
}

.title {
  font-weight: 700;
  margin-bottom: 10px;
}

.xxltxt {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

.xltxt {
  font-size: 26px;
  line-height: 36px;
  margin-top: -7px;
}

.lgtxt {
  font-size: 24px;
  line-height: 36px;
  margin-top: -7px;
}

.mdtxt {
  font-size: 16px;
  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .header-section {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}
*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: var(--bs-white);
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.scrollToTop:hover {
  color: var(--body-color);
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.preloader {
  width: 100%;
  height: 100vh;
  background-color: var(--body-color);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  top: 0;
  z-index: 99999;
}
.preloader .load {
  position: absolute;
  min-width: 120px;
  min-height: 120px;
  z-index: 99999;
}
.preloader .load hr {
  border: 0;
  margin: 0;
  width: 35%;
  height: 35%;
  opacity: 1;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: preloaderSpin 2s ease infinite;
          animation: preloaderSpin 2s ease infinite;
}
.preloader .load :first-child {
  background: var(--para-4th-color);
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.preloader .load :nth-child(2) {
  background: var(--secondary-color);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.preloader .load :nth-child(3) {
  background: var(--primary-color);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.preloader .load :last-child {
  background: #ffffff;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes item {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes item {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  position: relative;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 27px;
    transition: all 0.5s;
    padding: 15px 35px;
    background-image: url(../images/btn-bg.png);
    background-size: 100% 112%;
    background-repeat: no-repeat;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
}
.cmn-btn:before, .cmn-btn:after {
  content: "";
  background: var(--secondary-color);
  height: 51%;
  width: 0;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.cmn-btn:before {
  top: 0;
  left: 0;
  right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cmn-btn:after {
  bottom: 0;
  right: 0;
  left: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cmn-btn:hover {
  color: var(--heading-2nd-color);
}
.cmn-btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.cmn-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cmn-btn.alt {
  background: #3d3b53;
  color: #e0ddff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn.alt:before, .cmn-btn.alt:after {
  background: var(--primary-color);
}
.cmn-btn.alt:hover {
  color: var(--heading-2nd-color);
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav button {
  position: absolute;
  outline: none;
  top: -65px;
  padding: 0;
  border-radius: 5px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev {
  right: 60px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button i {
  color: #9692bc;
  font-size: 16px;
}
.owl-carousel .owl-nav button .cmn-btn {
  padding: 12px 20px;
  background-color: #3d3b53;
}
.owl-carousel .owl-nav button .cmn-btn:hover::before, .owl-carousel .owl-nav button .cmn-btn:hover::after {
  background-color: var(--secondary-color);
}
.owl-carousel .owl-nav button .cmn-btn:hover i {
  color: var(--bs-white);
}

.slick-arrow {
  position: absolute;
  outline: none;
  top: -65px;
  padding: 0;
  width: 50px;
  height: 40px;
  background-color: #3d3b53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.slick-arrow i {
  color: var(--bs-white);
  font-size: 16px;
}
.slick-arrow:hover i {
  color: var(--bs-white);
}
.slick-arrow.arafat-prev {
  right: 60px;
}
.slick-arrow.arafat-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-dots {
  text-align: center;
  position: absolute;
  bottom: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 20px);
}
.section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}
.section-dots li .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #e2d9fd;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.section-dots li.slick-active .dot {
  background-color: var(--primary-color);
}

.nice-select {
  background-color: #3d3b53;
  border: 1px solid var(--border-1st-color);
  border-radius: 5px;
  float: initial;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: initial;
  height: 100%;
  width: 100%;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 9px;
  width: 9px;
  right: 20px;
  top: initial;
}
.nice-select .list {
  width: 100%;
  background-color: var(--body-color);
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: 0;
          box-shadow: 0;
  margin-bottom: 4px;
  padding: 0;
}
.nice-select .current {
  color: var(--para-1st-color);
  font-weight: 500;
  font-size: 16px;
  margin-right: 30px;
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 18px;
  padding: 8px 5px;
  min-height: initial;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  color: var(--primary-color);
  background-color: transparent;
}

.checkbox-single {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-single:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkbox-single .content-area {
  display: flex;
}
.checkbox-single .checkbox-area {
  align-items: center;
}
.checkbox-single .checkbox-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background-color: rgb(102, 53, 168);
}
.checkbox-single .checkbox-area .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-single .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-single .checkmark::after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon/check.png);
  background-repeat: no-repeat;
}
.checkbox-single input:checked ~ .checkmark {
  border-color: transparent;
}
.checkbox-single input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-single u {
  text-decoration: underline;
}
.checkbox-single u a {
  text-decoration: inherit;
  color: inherit;
}

.single-radio-item {
  border-radius: 10px;
  background-color: #38384b;
  border: 1px solid #58587d;
  margin-bottom: 20px;
}
.single-radio-item .single-radio {
  display: block;
  position: relative;
  font-family: var(--para-font);
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 40px;
}
.single-radio-item .single-radio:hover input ~ .checkmark {
  background-color: transparent;
}
.single-radio-item .single-radio .checkmark {
  position: absolute;
  left: 15px;
  height: 12px;
  width: 12px;
  border: 1px solid rgba(233, 233, 255, 0.5);
  background-color: transparent;
  border-radius: 50%;
}
.single-radio-item .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.single-radio-item .single-radio input:checked ~ .checkmark {
  background-color: #ffcc00;
  border: 1px solid var(--hover-color);
}
.single-radio-item .single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--hover-color);
}

.input-area {
  border-radius: 5px;
  background-color: var(--bs-white);
  padding: 0 5px;
  margin: 10px 0 5px;
}
.input-area:focus-within {
  outline: 1px solid var(--primary-color);
  border-color: transparent;
}
.input-area .place {
  opacity: 0.5;
  color: #a6acd1;
  font-size: 16px;
}
.input-area input {
  padding: 10px;
  border: none;
  background: transparent;
}

@-webkit-keyframes preloaderSpin {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
            transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%);
  }
}

@keyframes preloaderSpin {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
            transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotatey(360deg);
            transform: rotatey(360deg);
  }
}
@keyframes rotation {
  100% {
    -webkit-transform: rotatey(360deg);
            transform: rotatey(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ripple2Ani {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  66% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes ripple2Ani {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  66% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes stretch {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rippleAni {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  66% {
    -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes rippleAni {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  66% {
    -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--body-color);
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-color: transparent;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--body-color);
}
.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}
.header-section .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-section .navbar-toggler i {
  color: var(--primary-color);
}
.header-section .navbar .navbar-nav a {
  text-transform: capitalize;
  font-weight: 600;
  background-color: transparent;
  color: var(--bs-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-section .navbar .navbar-nav a.active, .header-section .navbar .navbar-nav a:hover {
  color: var(--primary-color);
}
.header-section .navbar .dropdown-toggle {
  position: relative;
  z-index: 1;
}
.header-section .navbar .dropdown-toggle::after {
  position: absolute;
  content: "D";
  border: none;
  font-family: "arafat font";
  font-weight: 400;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  font-size: 10px;
  bottom: -2px;
  z-index: -1;
}
.header-section .navbar .dropdown-menu {
  padding-right: 20px;
}
.header-section .navbar .dropdown-menu a {
  padding: 3px 15px;
}
.header-section .navbar .dropdown-menu a::after {
  bottom: 1px;
}
.header-section .navbar .dropdown-menu, .header-section .navbar .sub-menu {
  background-color: var(--body-color);
  -webkit-box-shadow: 0px 12px 12px rgba(44, 44, 77, 0.49);
          box-shadow: 0px 12px 12px rgba(44, 44, 77, 0.49);
}
.header-section .navbar .sub-dropdown {
  position: relative;
}
.header-section .navbar .sub-dropdown .sub-menu {
  display: none;
  position: absolute;
  left: 150px;
  top: 0;
  background-color: var(--section-1st-color);
  z-index: 1;
}
.header-section .navbar .sub-dropdown .sub-menu a {
  font-weight: 500;
}
.header-section .navbar .navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-section .navbar .show-dropdown {
  margin-right: 15px;
}
.header-section .navbar .show-dropdown:hover .dropdown-menu {
  display: block !important;
}
.header-section .navbar .sub-dropdown:hover .sub-menu {
  display: block !important;
}
.header-section.help-center .collapsing {
  display: none;
}
.header-section .right-area {
  margin-left: 48px;
}
.header-section .right-area .icon-area {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid var(--border-3rd-color);
}
.header-section .right-area .search-form {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.header-section .right-area .search-form input {
  padding: 10px 20px;
}
.header-section .right-area .nice-select {
  background-color: transparent;
  border: none;
}
.header-section .right-area .nice-select .current {
  margin-right: 20px;
}

.header-menu {
  background-color: var(--body-color);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.header-menu .single-item.active .main-area {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header-menu .single-item .main-area {
  position: absolute;
  top: 50px;
  min-width: 350px;
  right: 0;
  border-radius: 10px;
  background-color: #3c3c54;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-box-shadow: 0px 4px 12px rgba(19, 20, 27, 0.45);
          box-shadow: 0px 4px 12px rgba(19, 20, 27, 0.45);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.header-menu .single-item .cash-top {
  background-color: #4b4b69;
  border-radius: 20px;
}
.header-menu .single-item .cash-point {
  padding: 10px;
  border-radius: 20px;
}
.header-menu .single-item .cash-point:first-child {
  -webkit-box-shadow: 0px 4px 38px rgba(44, 44, 77, 0.42);
          box-shadow: 0px 4px 38px rgba(44, 44, 77, 0.42);
  background-color: #4b4b69;
}
.header-menu .single-item .cash-point h5 {
  color: var(--secondary-color);
}
.header-menu .single-item .cash-point .img-area {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #606085;
}
.header-menu .single-item .cash-point a {
  border-radius: 10px;
  background-color: #5f5f84;
  padding: 4px 12px;
}
.header-menu .single-item .acc-btn-area .alt {
  background-color: #5f5f84;
}
.header-menu .single-item .account-area .icon-item {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #4b4b69;
}
.header-menu .single-item .account-area .icon-arrow {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #3c3c54;
  border: 1px solid #747da9;
}
.header-menu .single-item .account-area i {
  color: var(--primary-color);
  font-size: 16px;
}
.header-menu .single-item .bottom-area {
  border-top: 1px solid #6b6b9d;
}
.header-menu .single-item .profile-area i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  color: #a7a7c8;
}
.header-menu .single-item .profile-area img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.header-menu .single-item .chat-item {
  background: #313144;
  border-radius: 5px;
  overflow: hidden;
  width: 900px;
  max-height: 500px;
  height: 85vh;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu .single-item .chat-item .chat-top-side {
  position: relative;
}
.header-menu .single-item .chat-item .chat-top-side .chat-form {
  padding: 5px;
}
.header-menu .single-item .chat-item .chat-top-side .close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.header-menu .single-item .chat-item .chat-top-side .close-btn i {
  color: var(--bs-white);
}
.header-menu .single-item .chat-item .chat-top-side .search-area {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu .single-item .chat-item .chat-top-side ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  overflow-y: scroll;
  height: 690px;
  padding-bottom: 30px;
}
.header-menu .single-item .chat-item .chat-top-side li {
  padding: 10px 0;
  cursor: pointer;
}
.header-menu .single-item .chat-item .chat-top-side li:hover {
  background-color: #3d3b53;
}
.header-menu .single-item .chat-item .chat-top-side li img {
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 8px;
  width: 60px;
  height: 60px;
}
.header-menu .single-item .chat-item .chat-top-side li div {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
.header-menu .single-item .chat-item .chat-top-side li p {
  color: #7e818a;
}
.header-menu .single-item .chat-item .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  background-color: #515171;
}
.header-menu .single-item .chat-item .main .header-top {
  padding: 15px 20px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #57577a;
  gap: 15px;
}
.header-menu .single-item .chat-item .main .header-top img:first-child {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.header-menu .single-item .chat-item .main .header-top img:last-child {
  width: 24px;
  margin-top: 8px;
}
.header-menu .single-item .chat-item .main .header-top span {
  color: #7e818a;
}
.header-menu .single-item .chat-item .main .chat-footer {
  padding: 20px 10px 10px 20px;
  background-color: #515171;
}
.header-menu .single-item .chat-item .main .chat-footer textarea {
  min-height: auto;
}
.header-menu .single-item .chat-item .main .chat-footer img {
  height: 30px;
  cursor: pointer;
}
.header-menu .single-item .chat-item .main .chat-footer a {
  margin-bottom: 30px;
}
.header-menu .single-item .chat-item .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
}
.header-menu .single-item .chat-item .green {
  background-color: #078d07;
}
.header-menu .single-item .chat-item .orange {
  background-color: #ff725d;
}
.header-menu .single-item .chat-item .blue {
  background-color: #6fbced;
  margin-right: 0;
  margin-left: 7px;
}
.header-menu .single-item .chat-item .chat-main {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  overflow-y: scroll;
  height: 535px;
  background: #313144;
  border-top: 1px solid #707098;
  border-bottom: 1px solid #707098;
}
.header-menu .single-item .chat-item .chat-main li {
  padding: 10px 30px;
}
.header-menu .single-item .chat-item .chat-main span {
  color: #bbb;
}
.header-menu .single-item .chat-item .chat-main .entete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header-menu .single-item .chat-item .chat-main .message {
  padding: 10px;
  max-width: 90%;
  display: inline-block;
  text-align: left;
  border-radius: 5px;
}
.header-menu .single-item .chat-item .chat-main .me {
  text-align: end;
}
.header-menu .single-item .chat-item .chat-main .me .entete {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-menu .single-item .chat-item .chat-main .you .message {
  background-color: #85bb71;
}
.header-menu .single-item .chat-item .chat-main .me .message {
  background-color: #93c2ed;
}
.header-menu .single-item .chat-item .chat-main .you .triangle {
  border-color: transparent transparent #85bb71 transparent;
  margin-left: 15px;
}
.header-menu .single-item .chat-item .chat-main .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}
.header-menu .single-item .chat-item .chat-main .me .triangle {
  border-color: transparent transparent #93c2ed transparent;
  margin-left: auto;
  margin-right: 10px;
}
.header-menu .single-item.shop-cart-area .shop-cart-btn {
  position: relative;
}
.header-menu .single-item.shop-cart-area h6 span {
  color: var(--primary-color);
}
.header-menu .single-item.shop-cart-area .img-area {
  border-radius: 10px;
  background-color: #2d2d3b;
  padding: 10px 5px;
}
.header-menu .single-item.shop-cart-area .img-area img {
  width: 50px;
}
.header-menu .single-item.shop-cart-area .prize-area {
  color: var(--secondary-color);
}
.header-menu .single-item.shop-cart-area .total-cart-area {
  border-top: 1px solid #606085;
  border-bottom: 1px solid #606085;
}
.header-menu .single-item.shop-cart-area ul li {
  margin-top: 25px;
}
.header-menu .single-item.shop-cart-area ul li .alt {
  background-color: #515171;
}
.header-menu .single-item.shop-cart-area ul li .img-area {
  margin-right: 15px;
}
.header-menu .single-item.shop-cart-area ul li h6 span {
  color: var(--primary-color);
  font-weight: 600;
}
.header-menu .single-item.notifications-area .notifications-btn {
  position: relative;
}
.header-menu .single-item.notifications-area ul li {
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
}
.header-menu .single-item.notifications-area ul li .alt {
  background-color: #515171;
}
.header-menu .single-item.notifications-area ul li .img-area {
  margin-right: 10px;
}
.header-menu .single-item.notifications-area ul li span {
  color: var(--primary-color);
  font-weight: 600;
}
.header-menu .single-item.notifications-area ul li .time-area {
  color: rgba(255, 255, 255, 0.5);
}
.header-menu .single-item.notifications-area ul li i {
  color: #a5a5a5;
  margin-right: 0;
}
.header-menu .single-item .abs-area span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -12px;
  border-radius: 10px;
  font-size: 14px;
  color: #212129;
  background-color: #ffa49d;
}
.header-menu .single-item .abs-area.notify span {
  background-color: #2dcb2a;
}

.banner-section .overlay {
 /* background-color: var(--section-1st-color);*/
  /*background-image: url(../images/banner-index-bg.png);*/
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.banner-section .overlay h1 span {
  color: var(--primary-color);
}
.banner-section .overlay .banner-content {
  padding: 125px 0 0;
}
.banner-section.two .overlay {
  background-color: #060417;
  /*background-image: url(../images/banner-index-2-bg.png);*/
  position: relative;
}
.banner-section.two .overlay::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  right: 0;
  /*background-color: #b08f0b;*/
  z-index: 0;
}
.banner-section.two .overlay .banner-content {
  padding: 180px 0 120px;
}
.banner-section.two .abs-content img {
  position: absolute;
}
.banner-section.two .abs-content .shape-1 {
  bottom: 10px;
  left: 40%;
}
.banner-section.two .abs-content .shape-2 {
  top: 0;
  right: 12%;
}
.banner-section.two .abs-content .shape-3 {
  top: -10px;
  right: 10%;
}
.banner-section.two .abs-area img {
  position: absolute;
  right: -30px;
}
.banner-section.three .overlay {
  background-color: #060417;
  background-image: url(../images/banner-index-3-illus.png);
  background-size: auto;
  background-position: right bottom 100px;
}
.banner-section.three .overlay .banner-content {
  padding: 200px 0 215px;
}
.banner-section.three .shape-content img {
  position: absolute;
  -webkit-animation: spin 15s infinite linear;
          animation: spin 15s infinite linear;
}
.banner-section.three .shape-content .shape-1 {
  top: 25%;
  right: 5%;
  -webkit-animation: rotation 15s infinite linear;
          animation: rotation 15s infinite linear;
}
.banner-section.three .shape-content .shape-2 {
  top: 30%;
  left: 5%;
}
.banner-section.three .shape-content .shape-3 {
  top: 53%;
  right: 29%;
  -webkit-animation: rotation 15s infinite linear;
          animation: rotation 15s infinite linear;
}
.banner-section.three .shape-content .shape-4 {
  top: 25%;
  right: 35%;
}
.banner-section.three .shape-content .shape-5 {
  top: 42%;
  right: 38%;
  -webkit-animation: rotation 15s infinite linear;
          animation: rotation 15s infinite linear;
}
.banner-section.three .shape-content .shape-6 {
  top: 13%;
  left: 34%;
  -webkit-animation: rotation 15s infinite linear;
          animation: rotation 15s infinite linear;
}
.banner-section.three .shape-content .shape-7 {
  bottom: 13%;
  left: 5%;
  -webkit-animation: rotation 15s infinite linear;
          animation: rotation 15s infinite linear;
}
.banner-section.three .shape-content .shape-8 {
  bottom: 22%;
  right: 40%;
}
.banner-section.three .shape-content .shape-9 {
  bottom: 15%;
  right: 5%;
}
.banner-section.three .shape-content .shape-10 {
  bottom: 20%;
  left: 33%;
}
.banner-section.three .shape-content .shape-11 {
  top: 20%;
  left: 45%;
  -webkit-animation: none;
          animation: none;
}
.banner-section.four .overlay {
  background-image: url(../images/banner-bg-index-4.png);
}
.banner-section.four .banner-content {
  padding: 140px 0 0;
}
.banner-section.four .shape-content img {
  position: absolute;
}
.banner-section.four .shape-content .shape-1 {
  bottom: 20%;
  left: 33%;
  -webkit-animation: spin 15s infinite linear;
          animation: spin 15s infinite linear;
}
.banner-section.four .shape-content .shape-2 {
  bottom: 8%;
  right: 35%;
  -webkit-animation: rotation 20s infinite linear;
          animation: rotation 20s infinite linear;
}
.banner-section.four .shape-content .shape-3 {
  top: 15%;
  left: 25%;
  -webkit-animation: spin 25s infinite linear;
          animation: spin 25s infinite linear;
}
.banner-section.four .shape-content .shape-4 {
  top: 12%;
  right: 23%;
}
.banner-section.five .overlay {
  background-image: none;
  background-color: #1a1a22;
}
.banner-section.five .bg-area {
  background-image: url(../images/banner-bg-index-5.png);
  background-position: left;
  background-size: cover;
}
.banner-section.five .banner-content {
  padding: 140px 0 0;
}
.banner-section.five .leaderboard thead tr {
  background-color: #313144;
}
.banner-section.banner-features .overlay {
  background-image: url(../images/banner-features-bg.png);
  background-position: bottom;
  background-size: cover;
}
.banner-section.banner-features .banner-content {
  padding: 140px 0 155px;
}
.banner-section.community .overlay {
  background-image: none;
}
.banner-section.community .banner-content {
  padding: 200px 0 85px;
}
.banner-section.affiliate .overlay {
  background-image: url(../images/affiliate-banner-bg.png);
  background-position: bottom;
  background-size: cover;
}
.banner-section.affiliate .banner-content {
  padding: 130px 0 20px;
}
.banner-section.help-center {
  background-image: url(../images/banner-about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.banner-section.help-center .banner-content {
  padding: 155px 0 60px;
}
.banner-section.help-center .input-area {
  background-color: transparent;
}
.banner-section.help-center .input-area i {
  color: #e7e7ff;
}
.banner-section .breadcrumb-area .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-white);
  padding: 0;
}
.banner-section .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "D";
  display: inline-block;
  font-family: "arafat font";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 0 8px;
}
.banner-section.inner-banner .banner-content {
  padding: 90px 0 20px;
  overflow: hidden;
}
.banner-section.inner-banner.about {
  background-image: url(../images/banner-about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.banner-section.inner-banner.about .illus-area img {
  width: 95%;
}
.banner-section.inner-banner.tournament-banner {
  background-image: url(../images/tournament-banner.png), url(../images/banner-about-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto, cover;
}
.banner-section.inner-banner.tournament-banner .banner-content {
  padding: 224px 0 200px;
}
.banner-section.inner-banner.how-works .banner-content {
  padding: 224px 0 180px;
}
.banner-section.inner-banner.account {
  background-image: url(../images/account-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner-section.inner-banner.account .banner-content {
  padding: 185px 0 190px;
}
.banner-section.inner-banner.games {
  background-image: url(../images/game-banner-illus-1.png), url(../images/game-banner-illus-2.png), url(../images/banner-about-bg.png);
  background-repeat: no-repeat;
  background-position: left 35px center, center 190px, center;
  background-size: auto, auto, cover;
}
.banner-section.inner-banner.games .banner-content {
  padding: 250px 0 130px;
}
.banner-section.inner-banner.games .illus-area img:first-child {
  max-width: 50%;
}
.banner-section.inner-banner.play-go .illus-area {
  bottom: -20%;
}
.banner-section.inner-banner.play-go .abs-area img {
  -webkit-animation: spin 15s infinite linear;
          animation: spin 15s infinite linear;
  right: 10%;
  top: 30%;
}
.banner-section.inner-banner.games-details .banner-content {
  padding: 150px 0 50px;
}
.banner-section.inner-banner.matchfinders .banner-content {
  padding: 150px 0 50px;
}
.banner-section.inner-banner.checkout .illus-area {
  bottom: 15%;
}

.footer-section .overlay {
  /*background-color: var(--section-1st-color);
  position: relative;
  z-index: 0;*/
}
.footer-section .overlay::before {
  /*position: absolute;
  content: "";
  width: 100%;
  height: 73%;
  bottom: 0;
  left: 0;
  background-color: #212129;
  z-index: -1;*/
}
.footer-section .single-box {
  padding: 0;
}
.footer-section .items a {
  font-family: var(--head-font);
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-section .items a:hover {
  color: var(--primary-color);
}
.footer-section .footer-bottom {
  border-top: 1px solid #2c2c38;
  padding: 30px 0;
}
.footer-section .footer-bottom a {
  color: inherit;
}
.footer-section .footer-bottom .company {
  color: #cfa607;
}
.footer-section.second .overlay {
  background-color: #1a1a22;
}

.counter-section {
  margin-top: -65px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.counter-section .single-box {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 17px 12px rgba(44, 44, 77, 0.49);
          box-shadow: 0px 17px 12px rgba(44, 44, 77, 0.49);
  background-color: #050508;
}
.counter-section .single-box p {
  color: var(--secondary-color);
}
.counter-section.about .single-box p {
  color: #ffcc00;
}
.counter-section.features {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}

.browse-games .single-slide {
  margin: 0 10px;
}
.browse-games .single-slide img {
  border-radius: 10px;
  border: 1px solid #3d3d71;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.browse-animate-games .single-slide img {
  border-radius: 10px;
  border: 1px solid #3d3d71;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 300px; 
  height: 150px
}
.browse-games .single-slide .live {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.browse-games .single-slide .live::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: -10px;
  border-radius: 3px;
  background-color: #df0b33;
  z-index: -1;
}
.browse-games .single-slide:hover .icon-area img {
  border-color: #ffcc00;
}
.browse-games .single-slide h6 {
  margin: 15px 5px;
}
.browse-games .single-slide h5 {
  margin: 15px 0 10px;
}
.browse-games .btn-area a {
  padding: 5px 20px;
  margin-right: 120px;
  /*background-color: #3d3b53;
  color: var(--bs-white);*/
}
.browse-games .btn-area a:hover {
  color: var(--bs-white);
}
.browse-games.index-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191921), to(#050317));
  background-image: linear-gradient(0deg, #191921 0%, #050317 100%);
}
.browse-games.index-4 {
  margin-top: -120px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.browse-games.index-5 {
  background-color: #1a1a22;
}

.compete-in {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191921), to(#050317));
  background-image: linear-gradient(0deg, #191921 0%, #050317 100%);
}
.compete-in .tab-content {
  border-top: 1px solid #302a5e;
}
.compete-in .nav .nav-link {
  color: var(--bs-white);
  font-weight: 700;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  padding: 12px 0;
  margin-right: 30px;
}
.compete-in .nav .nav-link.active {
  border-color: #ffcc00;
  color: #ffcc00;
}
.compete-in .slick-arrow {
  top: -66px;
}
.compete-in .countdown h5 {
  margin: 0 2px;
}
.compete-in .countdown .ref {
  margin-right: 5px;
}
.compete-in .entry {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  background-color: #ffcc00;
  padding: 5px 37px;
  color: #060417;
  font-weight: 700;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.compete-in .live-area {
  border-radius: 10px;
  background-color: #ab1617;
  padding: 2px 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.compete-in .prize-pool {
  border-radius: 5px;
  background-color: #313144;
  padding: 10px 0;
}
.compete-in .prize-pool span {
  color: #ffcc00;
}
.compete-in .prize-pool i {
  font-size: 18px;
}
.compete-in .single-slide {
  border-radius: 10px;
  background-color: #1a1a22;
  border: 1px solid #2a2a49;
}
.compete-in .single-slide img {
  border: none;
  border-radius: 0px;
}
.compete-in .single-slide .cmn-btn {
  padding: 10px 10px;
  border-radius: 5px;
  /*background-color: #ffcc00;*/
  color: #060417;
  font-weight: 700;
}
.compete-in .bottom-area {
  padding: 10px 30px 20px;
  text-align: center;
}
.compete-in .player-area {
  position: relative;
}
.compete-in .player-area::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: calc(50% + 5px);
  background-color: #414159;
}
.compete-in .player-area .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.compete-in .player-area p span {
  color: #2dcb2a;
}
.compete-in .entry p {
  color: #060417;
}
.compete-in .prize-pool {
  padding-left: 25px;
}
.compete-in.player-area::before {
  left: calc(50% + 25px);
}
.compete-in.play-you-go {
  background-image: none;
}

.how-play {
  background-color: #191921;
  background-image: url(../images/how-play-illus.png);
  background-repeat: no-repeat;
  background-position: left 12% center;
  background-size: auto;
}
.how-play .single-box {
  position: relative;
  text-align: center;
  padding: 0;
}
.how-play .single-box h5 {
  margin-top: 8px;
}
.how-play .single-box .abs-area {
  width: 45px;
  min-height: 45px;
  border-radius: 50%;
  background-color: #ffcc00;
  color: #060417;
  font-weight: 900;
  font-family: var(--head-font);
  left: -15px;
}
.how-play .single-box .img-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-play.index-2.index-1 {
  background-color: #191921;
}
.how-play.index-2 {
  background-color: transparent;
  background-image: none;
}
.how-play.index-2 .bg-area {
  border-radius: 20px;
  background-color: #060417;
}
.how-play.index-2 .abs-area img {
  position: absolute;
  left: 0;
  top: 0;
}
.how-play.index-3 {
  background-image: none;
  background-color: transparent;
  margin-top: -120px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.how-play.index-3 .single-box {
  background-color: #29293b;
  padding: 60px 10px 55px;
  border-radius: 10px;
}
.how-play .second {
  background-color: #060417;
  background-image: url(../images/how-play-illus.png);
}
.how-play.how-it-works {
  background-color: var(--body-color);
  background-image: none;
}
.how-play.how-it-works .main-content {
  background-color: #060417;
}
.how-play.how-it-works .img-area {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #060417;
  border: 1px solid #302b5d;
}
.how-play.how-it-works .abs-area {
  width: 50px;
  height: 50px;
  color: var(--bs-white);
  left: initial;
  right: 0;
  bottom: 10px;
  border-radius: 50%;
  background-color: #3d3b53;
  border: 6px solid #060417;
}

.features-tournaments {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.features-tournaments .tab-btn .cmn-btn {
  background-color: #3d3b53;
  color: #ffffff;
}
.features-tournaments .tab-btn .cmn-btn:hover:before, .features-tournaments .tab-btn .cmn-btn:hover:after {
  background: transparent;
}
.features-tournaments .tab-btn ul .cmn-btn.active {
  color: #ffffff;
}
.features-tournaments .tab-btn ul .cmn-btn {
  color: #9692bc;
}
.features-tournaments .compete-in {
  background-image: none;
}
.features-tournaments .icon-box img {
  width: 100%;
}
.features-tournaments .single-box {
  border-radius: 10px;
  padding: 0;
  border: 1px solid #2a2a49;
}
.features-tournaments .single-box .abs-area p {
  white-space: nowrap;
}
.features-tournaments .player-join {
  border-radius: 10px;
  border: 1px solid #2a2a49;
  padding: 5px 15px;
}
.features-tournaments.index-1 {
  background-image: none;
  background-color: #191921;
}
.features-tournaments.index-2 {
  background-color: var(--section-1st-color);
}
.features-tournaments.index-2 .section-text a {
  /*background-color: #3d3b53;
  color: var(--bs-white);*/
}
.features-tournaments.index-2 .single-box {
  border-radius: 10px;
  background-color: var(--body-color);
  border: 1px solid #2a2a49;
}
.features-tournaments.index-2 .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-tournaments.index-2 .second .entry {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  bottom: initial;
  right: initial;
  top: 0;
  padding: 5px 25px;
}
.features-tournaments.index-2 .second .icon-box, .features-tournaments.index-2 .second .bottom-area {
  width: 100%;
}
.features-tournaments.index-4 .nice-select {
  width: initial;
  height: initial;
}
.features-tournaments.index-4 .winner-Of-month {
  border-radius: 10px;
  background-color: #313144;
  border: 1px solid #2a2a49;
  padding: 40px 10px;
}
.features-tournaments.index-4 .winner-Of-month .logo-area {
  background-image: url(../images/winner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.features-tournaments.matchfinders {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  background-image: none;
  margin-top: -60px;
  position: relative;
}
.features-tournaments.matchfinders::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
  z-index: -1;
}
.features-tournaments.matchfinders .tab-btn {
  border-radius: 10px;
  background-color: #2c2c3a;
  border: 1px solid #58587d;
  padding: 30px;
  margin-bottom: 60px;
}
.features-tournaments.matchfinders .tab-btn .cmn-btn {
  padding: 10px 20px;
}

.leaderboard {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191921), to(#050317));
  background-image: linear-gradient(0deg, #191921 0%, #050317 100%);
}
.leaderboard .table-responsive {
  border-radius: 10px;
  background-color: #1a1a22;
  border: 1px solid #2a2a49;
  padding: 10px;
}
.leaderboard thead {
  border-radius: 10px;
  background-color: #313144;
}
.leaderboard th, .leaderboard td {
  color: var(--bs-white);
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  background-color: #1a1a22;
}
.leaderboard th:nth-child(2), .leaderboard td:nth-child(2) {
  width: 20%;
  text-align: start;
}
.leaderboard th:nth-child(2) .image-item, .leaderboard td:nth-child(2) .image-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.leaderboard .image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leaderboard span img {
  margin-right: 15px;
}
.leaderboard tbody tr {
  border-bottom: 1px solid #313144;
}
.leaderboard tbody tr:hover {
  background-color: #1e1e30;
}
.leaderboard.index-2 {
  background-image: none;
}
.leaderboard.index-4 .table-responsive {
  background-color: #3a3a50;
}
.leaderboard.index-4 th:nth-child(2), .leaderboard.index-4 td:nth-child(2) {
  width: initial;
  text-align: start;
}
.leaderboard.index-4 th:nth-child(2) .image-item, .leaderboard.index-4 td:nth-child(2) .image-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.leaderboard.index-4 tr {
  background-color: #3a3a50;
}
.leaderboard.index-4 tr:hover {
  background-color: #1e1e30;
}

.leaderboard-section {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.leaderboard-section .single-box {
  padding: 0;
  border-radius: 20px;
  background-color: #313144;
}
.leaderboard-section .single-box.second {
  border: 1px solid #585877;
  background-color: transparent;
}
.leaderboard-section .single-box.second .profile-area {
  border-bottom: none;
}
.leaderboard-section .single-box.second .bottom-area {
  margin-left: 14%;
  padding-top: 0;
}
.leaderboard-section .single-box.second .bottom-area .single-area {
  margin-top: 0;
}
.leaderboard-section .text-area span, .leaderboard-section p span {
  color: #2dcb2a;
}
.leaderboard-section .abs-area {
  width: 41px;
  height: 85px;
  right: 30px;
  background-image: url(../images/rank-bg.png);
  background-repeat: no-repeat;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.leaderboard-section .abs-area span {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #ffcc00;
  font-weight: 800;
  font-family: var(--head-font);
  color: #313144;
  margin-bottom: 4px;
}
.leaderboard-section .bottom-area {
  padding: 10px 30px 20px;
}
.leaderboard-section .profile-area {
  border-bottom: 1px solid #585877;
  padding: 30px 30px 20px;
}
.leaderboard-section .icon-area {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #3f3f59;
}
.leaderboard-section .single-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.leaderboard-section .nav .nav-link {
  background-color: transparent;
  color: var(--bs-white);
}
.leaderboard-section .nav .nav-link:hover, .leaderboard-section .nav .nav-link.active {
  color: var(--primary-color);
}

.affiliate {
  background-color: transparent;
}
.affiliate .main-content {
  background-image: url(../images/affiliate-illus.png);
  background-repeat: no-repeat;
  background-position: right 12% center;
  background-size: auto;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #313144;
}

.top-groups {
  background-color: var(--section-1st-color);
}
.top-groups .single-slider {
  position: relative;
  margin: 0 12px;
}
.top-groups .single-slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: #313144;
}
.top-groups .slick-arrow {
  top: -98px;
}
.top-groups h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.top-groups .top-items {
  padding: 0 30px 20px;
}
.top-groups .logo-area {
  border-radius: 50%;
  background-color: #051127;
}
.top-groups .friends-list {
  border-top: 1px solid #43435d;
  padding: 20px 10px;
}
.top-groups .friends-list li {
  margin-right: -10px;
}
.top-groups .dropdown-area {
  position: relative;
}
.top-groups .dropdown-area button {
  background-color: transparent;
  color: var(--bs-white);
}
.top-groups .dropdown-area .dropdown-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-160px, 100px) !important;
          transform: translate(-160px, 100px) !important;
  display: block;
  overflow: hidden;
  opacity: 0;
  min-width: 100px;
  background-color: var(--section-1st-color);
  inset: 0px auto auto 0px !important;
}
.top-groups .dropdown-area .dropdown-menu.show {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transform: translate(-80px, 40px) !important;
          transform: translate(-80px, 40px) !important;
}
.top-groups .dropdown-area .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--bs-white);
}
.top-groups .dropdown-area .dropdown-menu li a img {
  max-width: unset;
}
.top-groups .dropdown-area .dropdown-menu li a:hover {
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-groups.top-ranking {
  background-color: transparent;
}
.top-groups.top-ranking .slick-arrow {
  display: none !important;
}
.top-groups.group-finder {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
  overflow-x: initial;
}
.top-groups.group-finder .slick-arrow {
  display: none !important;
}
.top-groups.group-finder .sidebar {
  border-radius: 10px;
  background-color: #313144;
  top: 60px;
}
.top-groups.group-finder .title {
  border-bottom: 1px solid #5b5b7a;
}
.top-groups.group-finder .single-box {
  padding: 0;
}
.top-groups.group-finder .single-box:last-child {
  margin-bottom: 0;
}
.top-groups.group-finder .single-box h6 {
  margin-bottom: 10px;
}
.top-groups.group-finder .single-box .nice-select {
  border-radius: 10px;
  background-color: #2c2c43;
  border: 1px solid #434361;
}
.top-groups.group-finder .single-slider {
  z-index: 0;
  margin: 0;
  margin-bottom: 30px;
}

.gamers-review {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.gamers-review .single-slide {
  border-radius: 10px;
  background-color: #100e21;
  border: 1px solid #2a2a49;
  margin: 0 10px;
  padding: 40px 30px 35px;
}
.gamers-review .single-slide p {
  color: #afaebd;
  margin: 18px 0 25px;
}
.gamers-review .designation p {
  margin: 0;
  color: #cfa607;
}
.gamers-review .abs-img {
  top: 30px;
  right: 20px;
}
.gamers-review .slick-arrow {
  top: -98px;
}
.gamers-review.index-4 .slick-arrow {
  bottom: 0;
  top: initial;
}
.gamers-review.index-4 .slick-arrow.arafat-next {
  right: calc(50% - 60px);
}
.gamers-review.index-4 .slick-arrow.arafat-prev {
  left: calc(50% - 60px);
}
.gamers-review.index-4 .slick-track {
  padding-bottom: 80px;
}

.call-action .main-content {
  background-image: url(../images/call-action-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 40px;
  border-radius: 20px;
  background-color: #313144;
}
.call-action.index-3 {
  background-color: transparent;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: top 30px right;
  background-size: auto;
}
.about-us .single-box {
  text-align: center;
  border-radius: 20px;
  background-color: #29293b;
  padding: 60px 30px 55px;
}
.about-us h5 {
  margin-top: 35px;
}
.about-us.about {
  background-image: none;
}
.about-us.about .single-box {
  padding: 0;
  background-color: transparent;
}

.level-up-skills .section-text p {
  width: 120%;
}

.call-to-action .main-content {
  background-image: url(../images/call-action-illus.png), url(../images/call-action2-bg.png);
  background-repeat: no-repeat;
  background-position: left center, center;
  background-size: contain, cover;
  padding-right: 30px;
}

.shop-section {
  background-image: url(../images/shop-section-bg.png);
  background-repeat: no-repeat;
  background-color: #313144;
}

.features {
  background-color: var(--section-1st-color);
}
.features.second {
  background-image: url(../images/features-second-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.features.three {
  background-image: none;
  background-color: transparent;
}
.features.four {
  background-image: url(../images/features-four-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.features.five {
  background-image: url(../images/features-five-bg.png);
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
.features.six {
  background-image: none;
  background-color: #060417;
}

.features-section .single-box {
  padding: 0;
  text-align: center;
  margin-bottom: 45px;
}
.features-section .cus-mar {
  margin-bottom: -45px;
}

.top-gamers .single-slider {
  border-radius: 10px;
  background-color: var(--body-color);
  border: 1px solid #2a2a49;
  margin: 0 10px;
  padding: 10px 20px 30px;
  position: relative;
  overflow-x: hidden;
}
.top-gamers .single-slider::before {
  position: absolute;
  content: "";
  width: 290px;
  height: 290px;
  top: 0;
  left: 0;
  background-image: url(../images/top-games-bg1.png);
  background-repeat: no-repeat;
}
.top-gamers .single-slider:hover::before {
  -webkit-animation: spin 15s infinite linear;
          animation: spin 15s infinite linear;
}
.top-gamers .single-slider h4 {
  margin: 15px 0 18px;
}
.top-gamers .single-slider span {
  color: #2dcb2a;
}
.top-gamers .single-slider .abs-area {
  bottom: -15px;
  right: -10px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(193, 191, 182, 0.5);
}

.top-gamers .single-slider .logo-area .avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ffffff;
}
.top-gamers .single-slider .abs-area .img-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
}
.top-gamers .slick-arrow {
  top: -75px;
}

.monthly-tournament .main-content {
  background-image: url(../images/monthly-tournament-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}
.monthly-tournament h2 {
  color: #ffcc00;
}
.monthly-tournament h4 {
  color: #2dcb2a;
  margin-right: 10px;
}

.explore-our-games {
  background-image: url(../images/explore-our-games-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
.explore-our-games .shape-1 {
  position: absolute;
  -webkit-animation: spin 15s infinite linear;
          animation: spin 15s infinite linear;
  top: 5%;
  left: 30%;
}
.explore-our-games .price-value {
  color: #2dcb2a;
}
.explore-our-games .single-slide {
  margin: 0;
}
.explore-our-games .single-box {
  padding: 0;
}

.browse-all-game {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.browse-all-game .single-slide {
  margin: 0;
  margin-bottom: 35px;
}

.our-team {
  background-image: url(../images/team-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
.our-team .single-box {
  border-radius: 10px;
  background-color: #2a283d;
  border: 1px solid transparent;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 60px 0 55px;
}
.our-team .single-box img {
  border-radius: 50%;
}
.our-team .single-box p {
  color: #2dcb2a;
}
.our-team .single-box h5 {
  margin: 33px 0 16px;
}
.our-team .single-box .abs-area {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #060417;
  border: 5px solid #2a283d;
}
.our-team .single-box .abs-area i {
  color: #817f99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-team .single-box .abs-area:hover i {
  color: #ffcc00;
}
.our-team .single-box:hover {
  border-color: #ffcc00;
}

.open-vacancies .main-content {
  border-radius: 10px;
  background-color: #060417;
  padding: 0 40px;
}

.current-openings {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.current-openings .cmn-btn {
  background-color: #3d3b53;
  color: var(--bs-white);
}
.current-openings .cmn-btn::after, .current-openings .cmn-btn::before {
  background-color: transparent;
}
.current-openings .cmn-btn.active {
  background-color: #ffcc00;
  color: #060417;
}
.current-openings .single-box {
  border-radius: 10px;
  border: 1px solid #2a2a49;
  padding: 30px 30px 22px;
  -webkit-transition: 2s;
  transition: 2s;
}
.current-openings .single-box:hover {
  background-color: #060417;
  background-image: url(../images/line-effect.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.current-openings .single-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.current-openings .single-box ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d1d6ea;
}
.current-openings .single-box ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -15px;
  border-radius: 3px;
  background-color: #d1d6ea;
}
.current-openings .single-box ul li:first-child::before {
  display: none;
}
.current-openings .single-box span {
  color: #ffcc00;
  font-weight: 600;
}
.current-openings .btn-box {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #3d3b53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.current-openings .btn-box i {
  font-size: 30px;
  color: #9692bc;
}

.openings-details {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.openings-details .single-box {
  margin-bottom: 53px;
  padding: 0;
}
.openings-details .single-box:last-child {
  margin: 0;
}
.openings-details p {
  color: #e0e4fa;
  margin-bottom: 23px;
}
.openings-details p:last-child {
  margin: 0;
}
.openings-details h3 {
  margin-bottom: 15px;
}
.openings-details form {
  border-radius: 10px;
  background-color: #313144;
  padding: 60px 30px;
}
.openings-details form label {
  font-weight: 600;
}
.openings-details .file-button {
  position: absolute;
  border-left: 1px solid #686485;
  right: 0;
  width: 100px;
  text-align: center;
}

.video-section {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  margin-top: -100px;
}
.video-section .magnific-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #060417;
  opacity: 0.7;
  z-index: -1;
}
.video-section .magnific-area .bg-area {
  z-index: -1;
}
.video-section .magnific-area .bg-area .bg-item {
  border-radius: 10px;
}
.video-section .magnific-area .mfp-iframe {
  opacity: 1;
}
.video-section .magnific-area .mfp-iframe::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-image: url(../images/play-icon-bg.png);
  background-size: 180px 180px;
  background-repeat: no-repeat;
  -webkit-animation: stretch 4s linear infinite;
          animation: stretch 4s linear infinite;
}
.video-section .magnific-area .mfp-iframe img {
  z-index: 2;
}
.video-section .magnific-area h5 {
  margin-top: 50px;
}
.video-section.plas-as .magnific-area::after {
  display: none;
}
.video-section.post .magnific-area .mfp-iframe::after {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 17px 12px rgba(44, 44, 77, 0.49);
          box-shadow: 0px 17px 12px rgba(44, 44, 77, 0.49);
  background-color: #ffcc00;
  background-image: none;
}
.video-section.post .magnific-area::after {
  display: none;
}

.faqs-section {
  background-color: #1a1a22;
}
.faqs-section .accordion {
  margin-bottom: -20px;
}
.faqs-section .accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
  border: none;
  background-color: #313144;
}
.faqs-section .accordion .accordion-item .accordion-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs-section .accordion .accordion-item .accordion-header::after {
  position: absolute;
  left: 20px;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-image: url(../images/icon/faq-icon.png);
  background-repeat: no-repeat;
}
.faqs-section .accordion .accordion-item .accordion-button {
  padding: 28px 20px;
  padding-left: 70px;
  padding-right: 60px;
  border-radius: 10px;
  background-color: #313144;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}
.faqs-section .accordion .accordion-item .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 10px;
  content: "";
  background-image: url(../images/icon/faq-arrow.png);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-size: 18px;
  position: absolute;
  right: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-collapse {
  border: none;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 20px 0;
  border-top: 1px solid #363651;
}
.faqs-section.second {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.faqs-section.affiliate {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#212129));
  background-image: linear-gradient(0deg, #050317 0%, #212129 100%);
}
.faqs-section.signup-signin {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}

.pagination-area .next i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination-area .cmn-btn {
  width: 60px;
  height: 40px;
  margin: 0 10px;
  color: #9692bc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.pagination-area .cmn-btn:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-area .cmn-btn.active {
  background: var(--primary-color);
  color: #060417;
}
.pagination-area .page-btn {
  margin: 0 20px;
}

.gaming-top-info {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
  overflow-x: initial;
}
.gaming-top-info .secret {
  color: var(--primary-color);
}
.gaming-top-info .countdown span {
  color: var(--secondary-color);
  margin: 0 5px;
}
.gaming-top-info .single-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.gaming-top-info .single-area::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  right: -30%;
  background: #8884af;
}
.gaming-top-info .single-area:last-child::before {
  display: none;
}
.gaming-top-info .single-area img {
  margin-bottom: 5px;
}
.gaming-top-info .single-area span {
  color: var(--secondary-color);
}
.gaming-top-info .head-content {
  background-color: #060417;
  border-radius: 20px;
  top: -100px;
  margin-bottom: -40px;
}
.gaming-top-info .head-content .logo-area {
  top: 30%;
  margin-left: 12px;
  width: 220px;
  height: 250px;
}
.gaming-top-info .nav {
  border-top: 1px solid #3b3763;
  padding-left: 10%;
}
.gaming-top-info .nav button {
  color: var(--bs-white);
  text-transform: capitalize;
  font-family: var(--head-font);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-bottom: 16px;
  margin-right: 25px;
  font-weight: 700;
}
.gaming-top-info .nav button.active {
  border-color: #ffcc00;
}
.gaming-top-info .single-box {
  border-radius: 10px;
  border: 1px solid #363651;
  text-align: center;
}
.gaming-top-info .single-box h5 {
  margin: 22px 0 5px;
}
.gaming-top-info .single-box .icon-area {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #313144;
}
.gaming-top-info .single-box .icon-area img {
  width: 50px;
}
.gaming-top-info .single-item {
  margin-bottom: 38px;
  border-bottom: 1px solid #4e4787;
  padding-bottom: 54px;
}
.gaming-top-info .single-item p {
  margin-top: 18px;
}
.gaming-top-info .single-item:last-child {
  border: none;
  margin: 0;
}
.gaming-top-info .hosted-by {
  border-radius: 10px;
  background-color: #313144;
  padding: 30px 60px;
}
.gaming-top-info .hosted-by .logo-area {
  background-color: #051127;
  border-radius: 50%;
}
.gaming-top-info .sidebar {
  top: 60px;
}
.gaming-top-info .sidebar .single-item {
  border-radius: 10px;
  background-color: #313144;
  border: 1px solid #363651;
  padding: 40px 30px;
}
.gaming-top-info .sidebar .single-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gaming-top-info .sidebar .single-item li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.gaming-top-info .sidebar .friends-list {
  border-top: 1px solid #525273;
}
.gaming-top-info .sidebar .friends-list li {
  margin-right: -10px;
}
.gaming-top-info .sidebar .head-area a {
  color: var(--secondary-color);
}
.gaming-top-info h4 span {
  color: var(--secondary-color);
}
.gaming-top-info .leaderboard {
  background-image: none;
}
.gaming-top-info .leaderboard tr th:first-child, .gaming-top-info .leaderboard .image-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: start;
}
.gaming-top-info .leaderboard tr th {
  font-family: var(--head-font);
}
.gaming-top-info .accepted {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  font-weight: 500;
}
.gaming-top-info .accepted::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: -15px;
  border-radius: 5px;
  background-color: #7ed321;
}
.gaming-top-info .accepted.rejected::before {
  background-color: #de3220;
}
.gaming-top-info .single-box {
  border-radius: 10px;
  border: 1px solid #2a2a49;
  padding: 30px 10px 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gaming-top-info .single-box:hover {
  background-color: #060417;
  background-image: url(../images/line-effect.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.gaming-top-info .single-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.gaming-top-info .single-box ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d1d6ea;
}
.gaming-top-info .single-box ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -15px;
  border-radius: 3px;
  background-color: #d1d6ea;
}
.gaming-top-info .single-box ul li:first-child::before {
  display: none;
}
.gaming-top-info .single-box span {
  color: #ffcc00;
  font-weight: 600;
}
.gaming-top-info .unscheduled .single-area {
  background-color: #21212b;
  border-top: 1px solid #45455b;
  padding: 30px 30px 22px;
}
.gaming-top-info .unscheduled .single-area::before {
  display: none;
}
.gaming-top-info .unscheduled .single-area:last-child {
  border-bottom: 1px solid #45455b;
}
.gaming-top-info .unscheduled .single-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.gaming-top-info .unscheduled .single-area ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d1d6ea;
}
.gaming-top-info .unscheduled .single-area ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -15px;
  border-radius: 3px;
  background-color: #d1d6ea;
}
.gaming-top-info .unscheduled .single-area ul li:first-child::before {
  display: none;
}
.gaming-top-info .unscheduled .single-area .waiting {
  border-radius: 10px;
  background-color: #2b2b38;
  padding: 5px 25px;
  display: inline-block;
}
.gaming-top-info .unscheduled .single-area .btn-box a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #3f3f53;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gaming-top-info .bracket-area .head-area span {
  color: #cbcbe9;
}
.gaming-top-info .bracket-area .brackets-head {
  position: relative;
}
.gaming-top-info .bracket-area .brackets-head::before {
  position: absolute;
  content: "";
  background-image: url(../images/bracket-line.png);
  background-repeat: no-repeat;
  width: 137px;
  height: 238px;
  right: -135px;
  top: calc(50% - 135px);
}
.gaming-top-info .bracket-area ul li {
  border-radius: 10px;
  padding: 15px;
  background-color: #34344a;
  margin-bottom: 5px;
}
.gaming-top-info .bracket-area ul li img {
  border-radius: 50%;
}
.gaming-top-info .bracket-area ul .left {
  gap: 15px;
}
.gaming-top-info .bracket-area p span {
  color: #cbcbe9;
}
.gaming-top-info .bracket-area p a {
  color: var(--secondary-color);
}
.gaming-top-info .prizes-area .icon-area {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #313144;
  border: 1px solid #58587d;
}
.gaming-top-info .prizes-area .leaderboard {
  border-radius: 10px;
  background-color: #272734;
  border: 1px solid #40406a;
  padding: 10px;
}
.gaming-top-info .prizes-area .table .image-item {
  width: 22px;
}
.gaming-top-info .prizes-area .table thead th:nth-child(2) {
  text-align: center;
}
.gaming-top-info .prizes-area .table th:nth-child(2), .gaming-top-info .prizes-area .table td:nth-child(2) {
  width: initial;
}
.gaming-top-info .prizes-area .table td:nth-child(2) {
  width: initial;
}
.gaming-top-info .prizes-area .table td:nth-child(2) .icon-area img {
  width: 18px;
  margin: 0;
}
.gaming-top-info .rules-area ul {
  border-radius: 10px;
  background-color: #21212b;
  padding: 30px 15px 40px 50px;
}
.gaming-top-info .rules-area ul li {
  margin-top: 10px;
  font-weight: 700;
  font-family: var(--head-font);
  list-style: decimal;
}
.gaming-top-info .rules-area .single-items {
  margin-bottom: 53px;
}
.gaming-top-info .rules-area .single-items:last-child {
  margin: 0;
}
.gaming-top-info .rules-area h4 {
  margin-bottom: 15px;
}
.gaming-top-info .rules-area p {
  color: #e0e4fa;
  margin-bottom: 23px;
}
.gaming-top-info .rules-area p:last-child {
  margin: 0;
}
.gaming-top-info .rules-area .leftbar {
  top: 60px;
}
.gaming-top-info .abs-area.compete-in {
  background-image: none;
}
.gaming-top-info .abs-area.compete-in .entry {
  bottom: -15px;
}
.gaming-top-info.group-details {
  margin-top: -20px;
}
.gaming-top-info.group-details .head-content {
  background-color: #313144;
  border-radius: 0;
}
.gaming-top-info.group-details .head-content .logo-area {
  top: -60px;
}
.gaming-top-info.group-details .head-content .active-status {
  font-size: initial;
  font-weight: initial;
  font-family: var(--para-font);
}
.gaming-top-info.group-details .single-area::before {
  right: -25px;
}
.gaming-top-info.group-details .btn-area {
  top: -30px;
  right: 0;
}
.gaming-top-info.group-details .right-area .search-form .cmn-btn {
  background-color: var(--primary-color);
  color: #060417;
}
.gaming-top-info.group-details .right-area .dropdown-area {
  position: relative;
}
.gaming-top-info.group-details .right-area .dropdown-area button {
  background-color: transparent;
  color: var(--bs-white);
}
.gaming-top-info.group-details .right-area .dropdown-area .dropdown-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-160px, 100px) !important;
          transform: translate(-160px, 100px) !important;
  display: block;
  overflow: hidden;
  opacity: 0;
  padding: 10px;
  min-width: 200px;
  background-color: var(--section-1st-color);
  inset: 0px auto auto 0px !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 12px rgba(19, 20, 27, 0.45);
          box-shadow: 0px 4px 12px rgba(19, 20, 27, 0.45);
  background-color: #3c3c54;
  left: 0 !important;
}
.gaming-top-info.group-details .right-area .dropdown-area .dropdown-menu img {
  max-width: unset;
  margin-right: 10px;
}
.gaming-top-info.group-details .right-area .dropdown-area .dropdown-menu.show {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transform: translate(-150px, 40px) !important;
          transform: translate(-150px, 40px) !important;
}
.gaming-top-info.group-details .right-area .dropdown-area .dropdown-menu li a {
  color: var(--bs-white);
}
.gaming-top-info.group-details .right-area .dropdown-area .dropdown-menu li a:hover {
  border-radius: 10px;
  background-color: #4b4b69;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gaming-top-info.group-details .right-area .single-area {
  cursor: pointer;
  width: 55px;
  height: 40px;
  border-radius: 5px;
  background-color: #454560;
}
.gaming-top-info.group-details .top-area {
  padding: 30px;
}
.gaming-top-info.group-details .top-area .post-img {
  border-radius: 20px;
  background-color: #3a3a50;
}
.gaming-top-info.group-details .top-area .post-img img {
  border-radius: 20px;
}
.gaming-top-info.group-details .top-area .post-img .avater-item {
  padding: 0 40px;
}
.gaming-top-info.group-details .top-area .post-img .logo-area {
  top: -100px;
}
.gaming-top-info.group-details .top-area .post-img.second {
  background-color: transparent;
}
.gaming-top-info.group-details .avater-item .info-area .highlighter {
  color: #ffcc00;
}
.gaming-top-info.group-details .dropdown-area {
  position: relative;
}
.gaming-top-info.group-details .dropdown-area button {
  background-color: transparent;
  color: var(--bs-white);
}
.gaming-top-info.group-details .dropdown-area .dropdown-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-160px, 100px) !important;
          transform: translate(-160px, 100px) !important;
  display: block;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  min-width: 100px;
  background-color: var(--section-1st-color);
  inset: 0px auto auto 0px !important;
}
.gaming-top-info.group-details .dropdown-area .dropdown-menu.show {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate(-80px, 40px) !important;
          transform: translate(-80px, 40px) !important;
}
.gaming-top-info.group-details .dropdown-area .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--bs-white);
}
.gaming-top-info.group-details .dropdown-area .dropdown-menu li a img {
  max-width: unset;
}
.gaming-top-info.group-details .dropdown-area .dropdown-menu li a:hover {
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gaming-top-info.group-details .single-items {
  border-radius: 10px;
  background-color: #313144;
  border: none;
  margin-bottom: 30px;
}
.gaming-top-info.group-details .single-items .abs-area {
  bottom: 5px;
  right: -5px;
}
.gaming-top-info.group-details .single-items .abs-area::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(193, 191, 182, 0.5);
}
.gaming-top-info.group-details .single-items .abs-area h6 {
  width: 30px;
  height: 30px;
  color: #313144;
  border-radius: 16px;
  background-color: #ffffff;
}
.gaming-top-info.group-details .react-and-share {
  border-top: 1px solid #43435d;
  margin: 0 30px;
}
.gaming-top-info.group-details .friends-list li {
  margin-right: -10px;
}
.gaming-top-info.group-details .footer-item {
  padding: 30px 50px;
  border-top: 1px solid #505072;
}
.gaming-top-info.group-details .footer-item.second button {
  border-radius: 10px;
  background-color: #43435e;
  padding: 5px 25px;
}
.gaming-top-info.group-details .sidebar .single-item .item-title {
  border-bottom: 1px solid #45455f;
}
.gaming-top-info.group-details .sidebar .single-item h5 {
  margin: 0;
}
.gaming-top-info.group-details .sidebar .nav button {
  border: none;
}
.gaming-top-info.group-details .sidebar .nav button.active {
  color: #ffcc00;
}
.gaming-top-info.group-details .sidebar .avater-item {
  margin-top: 20px;
}
.gaming-top-info.group-details .sidebar .single-list {
  width: 85%;
}
.gaming-top-info.group-details .sidebar .border-area {
  border-bottom: 1px solid #45455f;
}
.gaming-top-info.group-details .input-area {
  padding: 10px 20px;
}
.gaming-top-info.group-details .input-area input {
  padding: 0;
  padding-right: 15px;
}
.gaming-top-info.group-details .table {
  border-collapse: separate;
  border-spacing: 0 15px;
  --bs-table-bg: transparent;
}
.gaming-top-info.group-details .table thead th {
  color: var(--bs-white);
  text-align: center;
}
.gaming-top-info.group-details .table thead th:first-child {
  text-align: start;
  padding-left: 20px;
}
.gaming-top-info.group-details .table tbody tr > th {
  color: var(--bs-white);
  padding: 10px 20px;
}
.gaming-top-info.group-details .table td {
  vertical-align: middle;
  text-align: center;
}
.gaming-top-info.group-details .table tr {
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #313144;
}
.gaming-top-info.group-details .info-areas {
  border-radius: 20px;
  background-color: #313144;
  padding: 30px;
}
.gaming-top-info.group-details .info-areas .btn-area .cmn-btn {
  border-radius: 10px;
  background-color: #313144;
  border: 1px solid #ffffff;
  padding: 10px;
}
.gaming-top-info.group-details .info-areas .right-item .btn-item {
  border-top: 1px solid #646487;
}
.gaming-top-info.group-details .login-area {
  padding: 60px;
}
.gaming-top-info.group-details .inside-box {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 40px;
}
.gaming-top-info.group-details .position-sticky {
  top: 60px;
}
.gaming-top-info.group-details .galary-area {
  border-radius: 10px;
  background-color: #313144;
  padding: 20px;
}
.gaming-top-info.group-details .galary-area .popupgallery {
  margin-bottom: -20px;
}
.gaming-top-info.group-details .galary-area .popupgallery a, .gaming-top-info.group-details .galary-area .popupgallery img {
  width: 100%;
}
.gaming-top-info.group-details .galary-area .single-box {
  padding: 0;
  margin-bottom: 20px;
}
.gaming-top-info.group-details .galary-area .nav {
  border-top: none;
  border-bottom: 1px solid #3b3763;
}
.gaming-top-info.group-details .sidebar .popupgallery {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gaming-top-info.group-details .sidebar .popupgallery a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 15px);
          flex: 0 0 calc(33.3333333333% - 15px);
  max-width: calc(33.3333333333% - 15px);
  margin: 5px;
}
.gaming-top-info.group-details .sidebar .popupgallery img {
  width: 100%;
  margin-top: 5px;
}
.gaming-top-info.group-details .member-topbar {
  border-radius: 10px;
  background-color: #313144;
  padding: 15px 30px;
}
.gaming-top-info.group-details .member-topbar .nav button {
  border: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.gaming-top-info.group-details .member-topbar .nav button.active {
  color: #ffcc00;
}
.gaming-top-info.group-details .single-members {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #313144;
  border: 1px solid #2a2a49;
  padding: 40px 15px;
}
.gaming-top-info.group-details .single-members::before {
  position: absolute;
  content: "";
  width: 290px;
  height: 290px;
  top: 0;
  left: 0;
  background-image: url(../images/top-games-bg1.png);
  background-repeat: no-repeat;
}
.gaming-top-info.group-details .single-members:hover::before {
  -webkit-animation: spin 15s infinite linear;
          animation: spin 15s infinite linear;
}
.gaming-top-info.group-details .single-members .social a {
  width: 35px;
  height: 35px;
  background-color: transparent;
}
.gaming-top-info.group-details .single-members .social i {
  font-size: 15px;
}
.gaming-top-info.group-details .single-members .cmn-btn {
  padding: 10px;
  font-size: 14px;
}
.gaming-top-info.group-details .single-chart {
  border-radius: 15px;
  background-color: #313144;
  margin-bottom: 30px;
}
.gaming-top-info.group-details .single-chart p {
  color: #21a51e;
}
.gaming-top-info.group-details .single-chart .apexcharts-tooltip-y-group {
  background-color: #21a51e;
  padding: 5px 15px;
  border-radius: 25px;
}
.gaming-top-info.group-details .single-chart g text {
  fill: #ccd7ff;
}
.gaming-top-info.group-details .detetime .apexcharts-grid line,
.gaming-top-info.group-details .detetime .apexcharts-xaxis {
  display: none;
}
.gaming-top-info.group-details .detetime svg g {
  -webkit-transform: scaleY(1.1) translate(4px, 4px);
          transform: scaleY(1.1) translate(4px, 4px);
}
.gaming-top-info.group-details .single-content {
  border-radius: 20px;
  background-color: #313144;
  border: 1px solid #5a5a8f;
  padding: 50px 40px 45px;
}
.gaming-top-info.group-details .single-content .content-item {
  margin-left: 35px;
  margin-top: 25px;
}
.gaming-top-info.group-details .single-content .content-item h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.gaming-top-info.group-details .single-content .content-item h6::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline-color: rgba(255, 204, 0, 0.5);
  outline-width: 3px;
  outline-style: solid;
  background-color: #ffcc00;
  left: -30px;
}
.gaming-top-info.group-details .single-content ul {
  list-style: decimal-leading-zero;
  padding-left: 40px;
}
.gaming-top-info.group-details .single-content ul .heading {
  color: #ffcc00;
  margin-bottom: 5px;
}
.gaming-top-info.group-details .single-content ul li {
  margin-top: 18px;
}
.gaming-top-info.group-details .single-content ul li::marker {
  font-family: var(--head-font);
}
.gaming-top-info.public-profile h5 span {
  color: var(--primary-color);
}
.gaming-top-info.public-profile .pos-abs {
  margin-top: -120px;
}
.gaming-top-info.public-profile .active-status {
  color: #2dcb2a;
}
.gaming-top-info.public-profile .social a {
  background-color: transparent;
}
.gaming-top-info.public-profile .sidebar .single-box {
  padding: 0;
}
.gaming-top-info.public-profile .profile-area .single-info {
  padding: 25px;
  border-radius: 10px;
  background-color: #313144;
  margin-bottom: 30px;
}
.gaming-top-info.public-profile .profile-area .stats-single {
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #52526c;
}
.gaming-top-info.public-profile .profile-area .stats-single li {
  margin-top: 8px;
  padding-top: 8px;
}
.gaming-top-info.public-profile .profile-area .stats-single li:last-child {
  border-top: 1px solid #9a9ac3;
}
.gaming-top-info.public-profile .profile-area .stats-single span:last-child {
  color: var(--secondary-color);
}
.gaming-top-info.public-profile .profile-area .progress {
  background-color: #52526c;
  border-radius: 7px;
}
.gaming-top-info.public-profile .profile-area .progress .progress-bar {
  background-color: #ffcc00;
}
.gaming-top-info.public-profile .profile-area .progress h6 {
  right: calc(50% - 20px);
  font-size: 14px;
}
.gaming-top-info.public-profile .profile-area h4 span {
  color: var(--primary-color);
}
.gaming-top-info.public-profile .profile-area .single img {
  width: 80px;
}
.gaming-top-info.public-profile .profile-area .single span:last-child {
  color: var(--secondary-color);
}
.gaming-top-info.public-profile .group-tab {
  background-image: none;
  background-color: transparent;
}
.gaming-top-info.public-profile .information-area .info-ul li {
  margin-top: 10px;
}
.gaming-top-info.public-profile .information-area .info-ul span:first-child {
  width: 15%;
}
.gaming-top-info.public-profile .information-area .progress-circle {
  width: 240px;
  height: 240px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.gaming-top-info.public-profile .information-area .progress-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #cfcff7;
  position: absolute;
  top: 0;
  left: 0;
}
.gaming-top-info.public-profile .information-area .progress-circle .progress-left {
  left: 0;
}
.gaming-top-info.public-profile .information-area .progress-circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.gaming-top-info.public-profile .information-area .progress-circle .progress-left .progress-bar {
  left: 100%;
}
.gaming-top-info.public-profile .information-area .progress-circle .progress-right {
  right: 0;
}
.gaming-top-info.public-profile .information-area .progress-circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  border-right: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: loading 1.8s linear forwards;
          animation: loading 1.8s linear forwards;
}
.gaming-top-info.public-profile .information-area .progress-circle .progress-bar {
  border-color: #338914;
}
.gaming-top-info.public-profile .information-area .progress-circle .progress-left .progress-bar {
  -webkit-animation: none;
          animation: none;
}
.gaming-top-info.public-profile .information-area .progress-circle span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.gaming-top-info.public-profile .information-area .avater-item {
  margin-bottom: 30px;
}
.gaming-top-info.public-profile .information-area .avater-item .logo-area {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-color: #051127;
}
.gaming-top-info.public-profile .points-area p {
  color: var(--secondary-color);
}
.gaming-top-info.public-profile .points-area .img-area {
  width: 180px;
  height: 180px;
  border-radius: 30px;
  background-color: #4a4a66;
}
.gaming-top-info.public-profile .points-area .icon-area {
  border-radius: 11px;
  padding: 0 10px;
  background-color: #313144;
  border: 1px solid #656c91;
}
.gaming-top-info.public-profile .points-area .icon-area img {
  width: 15px;
}

.gaming-details-info {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  margin-top: -60px;
}
.gaming-details-info .main-content {
  border-radius: 20px;
  background-color: #313144;
}
.gaming-details-info .sub-heading {
  border-bottom: 1px solid #575782;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.gaming-details-info .sub-heading span {
  color: var(--secondary-color);
}
.gaming-details-info .border-area {
  border-right: 1px solid #65658d;
  margin-right: 50px;
  padding-right: 50px;
}
.gaming-details-info .right-area {
  border-radius: 20px;
  background-color: #38384e;
  border: 1px solid #58587d;
  padding: 30px 10px 35px;
}
.gaming-details-info .right-area p {
  color: var(--secondary-color);
}

.match-one-popup .top-content p {
  color: var(--secondary-color);
}
.match-one-popup .mid-area {
  background-color: #181534;
  padding: 30px 15px;
}
.match-one-popup .icon-area {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #181534;
  border: 1px solid #4a4192;
}
.match-one-popup .vs span {
  margin: 0 10px;
  font-size: inherit;
  line-height: inherit;
}
.match-one-popup .gaming-top-info {
  background-image: none;
}
.match-one-popup .gaming-top-info .nav {
  border: none;
}
.match-one-popup .single-box {
  border-radius: 10px;
  background-color: #201c43;
  border: 1px solid #4a4192;
}
.match-one-popup .dropdown-area {
  position: relative;
}
.match-one-popup .dropdown-area button {
  background-color: transparent;
  color: var(--bs-white);
}
.match-one-popup .dropdown-area .dropdown-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-160px, 100px) !important;
          transform: translate(-160px, 100px) !important;
  display: block;
  overflow: hidden;
  opacity: 0;
  min-width: 100px;
  background-color: var(--section-1st-color);
  inset: 0px auto auto 0px !important;
}
.match-one-popup .dropdown-area .dropdown-menu.show {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transform: translate(-80px, 40px) !important;
          transform: translate(-80px, 40px) !important;
}
.match-one-popup .dropdown-area .dropdown-menu li a {
  color: var(--bs-white);
}
.match-one-popup .dropdown-area .dropdown-menu li a:hover {
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cmn-modal .modal-dialog {
  max-width: 860px;
}
.cmn-modal .modal-content {
  border-radius: 10px;
  -webkit-box-shadow: 0px 17px 12px rgba(0, 0, 0, 0.49);
          box-shadow: 0px 17px 12px rgba(0, 0, 0, 0.49);
  background-color: #201c43;
  padding: 30px;
}
.cmn-modal .modal-content .modal-body {
  padding: 0;
}
.cmn-modal .modal-content .modal-header {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0;
  border: none;
  z-index: 1;
}
.cmn-modal .modal-content .modal-header .btn-close {
  margin: 0;
  background: none;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: rgba(6, 4, 23, 0);
  border: 1px solid #4a4192;
}
.cmn-modal .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmn-modal .modal-content .modal-header .btn-close i {
  color: var(--bs-white);
  font-size: 22px;
}

.rewarded-and-players .skill-rewarded {
  border-radius: 10px;
  background-color: #272734;
  border: 1px solid #40406a;
  padding: 35px 40px;
}
.rewarded-and-players .skill-rewarded .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid #343457;
  margin-bottom: 37px;
  padding-bottom: 37px;
}
.rewarded-and-players .skill-rewarded .single-item h5 {
  margin-bottom: 10px;
}
.rewarded-and-players .skill-rewarded .single-item p {
  color: #eaeafb;
}
.rewarded-and-players .skill-rewarded .single-item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.rewarded-and-players .skill-rewarded .img-area {
  min-width: 86px;
  min-height: 86px;
  border-radius: 50%;
  background-color: #313144;
}
.rewarded-and-players .leaderboard {
  border-radius: 10px;
  background-color: #272734;
  border: 1px solid #40406a;
  background-image: none;
  padding: 10px;
}
.rewarded-and-players .leaderboard tr {
  background-color: #313144;
  border-bottom: 1px solid #50506e;
}

.latest-product {
  background-color: #1a1a22;
}
.latest-product .single-box {
  padding: 0;
}
.latest-product .single-box .img-area {
  padding: 30px 15px 5px;
  border-radius: 10px;
  background-color: #2d2d3b;
}
.latest-product .single-box h6 {
  color: #2dcb2a;
}
.latest-product .nav-link {
  color: var(--bs-white);
}
.latest-product .nav-link.active {
  color: #ffcc00;
}

.subscribe-area {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.subscribe-area .main-content {
  background-color: #2d2d3b;
  border-radius: 10px;
}
.subscribe-area form .input-area {
  background-color: transparent;
}

.shop-content .img-area {
  border-radius: 10px;
  background-color: #2d2d3b;
}
.shop-content .shop-slider-for .img-area {
  padding: 30px 10px;
}
.shop-content .shop-slider-for .img-area img {
  margin: auto;
}
.shop-content .shop-slider-nav .img-area {
  margin: 0 10px;
  padding: 20px 10px;
}
.shop-content .shop-slider-nav .img-area img {
  width: 120px;
  margin: auto;
}
.shop-content .price-area .cur-price,
.shop-content .sub-title {
  color: var(--secondary-color);
}
.shop-content form h6 {
  margin-bottom: 5px;
}
.shop-content .nice-select {
  background-color: #060417;
}
.shop-content .qtySelector {
  border-radius: 10px;
  background-color: #1a1a22;
  border: 1px solid rgba(88, 88, 125, 0.35);
}
.shop-content .qtySelector i {
  cursor: pointer;
  color: var(--bs-white);
  min-width: 32px;
  min-height: 32px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #2d2d3b;
}
.shop-content .qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 60px;
  background: transparent;
  font-weight: bold;
  color: var(--bs-white);
}
.shop-content .product-about .nav {
  border-radius: 43px;
  background-color: #1a1a22;
  border: 1px solid rgba(88, 88, 125, 0.74);
}
.shop-content .product-about .nav .cmn-btn, .shop-content .product-about .nav .alt {
  border-radius: 25px;
}
.shop-content .product-about .nav .cmn-btn::before, .shop-content .product-about .nav .alt::before {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.shop-content .product-about .nav .cmn-btn::after, .shop-content .product-about .nav .alt::after {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.shop-content .product-about .tab-content .des-single {
  margin-top: 35px;
}
.shop-content .product-about .tab-content span {
  color: var(--primary-color);
}

.why-purchasing {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.why-purchasing .single-box {
  padding: 0;
}
.why-purchasing .main-content {
  border-radius: 10px;
  background-color: var(--body-color);
  padding: 60px 40px;
}
.why-purchasing .main-content h5 {
  margin-top: 22px;
}

.cart-content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.cart-content .table {
  --bs-table-bg: transparent;
}
.cart-content .table thead {
  background-color: #ffcc00;
}
.cart-content .table thead th {
  text-align: center;
}
.cart-content .table tbody {
  background-color: #2d2d3b;
}
.cart-content .table tbody tr {
  border-top: 1px solid #4e4e64;
}
.cart-content .table tbody th {
  padding: 30px 20px;
  width: 35%;
  text-align: start;
}
.cart-content .table tbody td, .cart-content .table tbody tr {
  color: var(--bs-white);
  vertical-align: middle;
  text-align: center;
}
.cart-content .img-area {
  width: 120px;
  padding: 15px;
  border-radius: 10px;
  margin-right: 10px;
  background-color: #3d3d4f;
}
.cart-content .qtySelector {
  background-color: transparent;
}
.cart-content i {
  color: #d6d7e0;
}
.cart-content .sub-total {
  background-color: #2d2d3b;
  padding: 30px;
}

.contact-information {
  overflow-x: initial;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.contact-information .main-content {
  padding: 30px;
  border-radius: 10px;
  background-color: #2d2d3b;
}
.contact-information .delivery span {
  color: var(--primary-color);
}
.contact-information .head-area button {
  color: var(--primary-color);
}
.contact-information a {
  color: var(--primary-color);
}
.contact-information .single-area {
  border-radius: 10px;
  background-color: #38384b;
  padding: 30px;
}
.contact-information input {
  padding: 14px;
}
.contact-information .nice-select {
  padding: 20px;
  border-radius: 10px;
  background-color: #3c3c54;
  border: 1px solid #686485;
}
.contact-information .form-group {
  margin-bottom: 25px;
}
.contact-information .sidebar {
  top: 60px;
}
.contact-information .sidebar .single-side {
  background-color: #2d2d3b;
  padding: 30px;
  border-top: 1px solid #4e4e64;
  border-bottom: 1px solid #4e4e64;
  margin-bottom: 10px;
}
.contact-information .sidebar .single-side:last-child {
  margin: 0;
}
.contact-information .sidebar .single-side i {
  color: #d6d7e0;
}
.contact-information .sidebar .img-area {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  padding: 10px;
  background-color: #3d3d4f;
}
.contact-information .sidebar .img-area .abs-area {
  width: 24px;
  height: 24px;
  top: -8px;
  right: -8px;
  border-radius: 12px;
  background-color: #4a4a66;
}
.contact-information .sidebar form {
  width: 100%;
}
.contact-information .sidebar form button {
  background-color: #56566e;
}
.contact-information .sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.contact-information .sidebar ul li:last-child {
  padding-top: 10px;
  margin: 0;
  border-top: 1px solid #434358;
}
.contact-information .sidebar ul li:last-child span {
  font-weight: 600;
}

.info-section {
  background-image: url(../images/signup-signin-bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-color: transparent;
  z-index: 0;
}
.info-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191921), to(rgba(25, 25, 33, 0.239)));
  background-image: linear-gradient(0deg, #191921 0%, rgba(25, 25, 33, 0.239) 100%);
  bottom: 0;
  z-index: -1;
}
.info-section .single-box {
  padding: 0;
}
.info-section .icon-area {
  min-width: 86px;
  min-height: 86px;
  border-radius: 50%;
  background-color: #ffcc00;
}
.info-section .form-content {
  border-radius: 10px;
  background-color: #313144;
  padding: 40px 30px;
}
.info-section .form-content .form-group {
  margin-bottom: 15px;
}
.info-section .form-content input {
  padding: 9px 20px;
}
.info-section .form-content label {
  font-family: var(--para-font);
  font-weight: 400;
}
.info-section .form-content a {
  color: var(--primary-color);
}

.error-section {
  background-image: url(../images/error-bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  height: 100vh;
}

.all-collection {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050317), to(#191921));
  background-image: linear-gradient(0deg, #050317 0%, #191921 100%);
}
.all-collection .single-box {
  border-radius: 10px;
  padding: 30px;
  background-color: #313144;
}
.all-collection .single-box a, .all-collection .single-box span {
  font-weight: 700;
}
.all-collection .single-box h5, .all-collection .single-box h3 {
  color: #ffcc00;
}
.all-collection .icon-area {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #3e3e58;
}
.all-collection .user-list li {
  margin-right: -10px;
}
.all-collection .head-item {
  background-color: transparent;
  padding: 0;
}
.all-collection .main-content {
  border-radius: 10px;
  background-color: #1a1a22;
  border: 1px solid #525274;
  padding: 30px;
}

.account-section {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#060417), to(transparent));
  background-image: linear-gradient(0deg, #060417 0%, transparent 100%);
  margin-top: -155px;
}
.account-section .single-box {
  border-radius: 10px;
  padding: 30px;
  background-color: #313144;
}
.account-section .single-box .icon-box {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #6a6a95;
}
.account-section .single-box.link-area a {
  border-radius: 10px;
  background-color: #4b4b69;
  border: 1px solid transparent;
  padding: 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.account-section .single-box.link-area a:hover, .account-section .single-box.link-area a.active {
  border-color: rgba(255, 204, 0, 0.49);
}
.account-section .single-box .log-out-area {
  padding-top: 30px;
  border-top: 1px solid #6b6b9d;
}
.account-section .single-box .signup-btn {
  background-color: #4b4b69;
  padding: 10px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.account-section .single-box .comment-box {
  width: 119px;
  height: 119px;
  border-radius: 59px;
  background-color: #4b4b69;
}
.account-section .balance-area .single-box .img-area {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #41415c;
}
.account-section .balance-area .single-box h5 {
  color: var(--secondary-color);
}
.account-section .balance-area .single-box a {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #41415c;
}
.account-section .balance-area .single-box a i {
  color: var(--primary-color);
}
.account-section form .head-area {
  border-bottom: 1px solid rgba(94, 94, 135, 0.5);
}
.account-section form .form-group {
  margin-top: 20px;
}
.account-section form .form-group input {
  padding: 12px 20px;
}
.account-section .banalce-box {
  border-radius: 10px;
  background-color: #4b4b69;
}
.account-section .banalce-box .banalce-head {
  border-bottom: 1px solid #6e6e99;
}
.account-section .banalce-box .banalce-head h6 {
  margin: 0;
  color: var(--primary-color);
}
.account-section .banalce-box .right h6 {
  color: var(--secondary-color);
}
.account-section .banalce-box .nice-select {
  background-color: transparent;
  border: none;
}
.account-section .banalce-box .nice-select .current {
  margin-right: 20px;
}
.account-section .card-area {
  position: relative;
  gap: 14px;
}
.account-section .card-area input {
  display: none;
}
.account-section .card-area input[type=radio] + label {
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-section .card-area input[type=radio] + label img {
  max-width: unset;
}
.account-section .card-area input[type=radio] + label::before {
  border: 3px solid transparent;
}
.account-section .card-area label {
  width: 115px;
  height: 60px;
  padding: 20px;
  border-radius: 15px;
  background-color: var(--bs-white);
}
.account-section .card-area input[type=radio]:checked + label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-color: #ffcc00;
  border-radius: 15px;
}
.account-section .pay-details h6 span {
  font-family: var(--para-font);
  font-weight: 400;
}
.account-section .pay-details li {
  width: 100%;
}
.account-section .pay-details li h5 {
  text-align: center;
  padding: 10px;
  margin: 0;
  border-radius: 10px;
  background-color: #4b4b69;
}
.account-section .pay-details li h5.active, .account-section .pay-details li h5:hover {
  background-color: #ffcc00;
  color: #313144;
  cursor: pointer;
}
.account-section .gaming-top-info {
  background-image: none;
}
.account-section .transaction-box {
  border-radius: 10px;
  background-color: #4b4b69;
}
.account-section .transaction-box .table {
  --bs-table-bg: transparent;
}
.account-section .transaction-box .single-filter {
  width: 100%;
}
.account-section .transaction-box .single-filter input, .account-section .transaction-box .single-filter .nice-select {
  padding: 12px 20px;
  height: initial;
  border-radius: 10px;
  background-color: #515171;
  border: 1px solid #747da9;
}
.account-section .transaction-box thead {
  background-color: #5b5b82;
}
.account-section .transaction-box thead th {
  color: var(--bs-white);
}
.account-section .transaction-box tr {
  text-align: center;
  vertical-align: middle;
}
.account-section .transaction-box th {
  padding: 15px;
}
.account-section .transaction-box th:first-child {
  text-align: start;
  width: 25%;
}
.account-section .transaction-box tbody tr {
  background-color: #4f4f72;
  padding: 15px 0;
  border-bottom: 1px solid #646491;
}
.account-section .social a {
  background-color: transparent;
  margin-left: 0;
  margin-right: 10px;
  border-color: #626292;
}
.account-section .affiliate-box {
  border-radius: 10px;
  padding: 30px;
  background-color: #4b4b69;
  margin-bottom: 30px;
}
.account-section .affiliate-box p span {
  color: #2dcb2a;
}
.account-section .affiliate-box.dots {
  border: 1px dashed #2dcb2a;
}
.account-section .date-area.input-area {
  background-color: transparent;
  border-radius: 30px;
}

.privacy-content {
  overflow-x: initial;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#060417), to(transparent));
  background-image: linear-gradient(0deg, #060417 0%, transparent 100%);
}
.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}
.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}
.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}
.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}
.privacy-content .safe-data {
  margin: 55px 0;
}
.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}
.privacy-content .safe-data ul li {
  padding-left: 15px;
}
.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}
.privacy-content .cookies {
  margin-bottom: -36px;
}
.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

.ui-datepicker.ui-widget-content {
  background-color: var(--body-color);
  border: 1px solid var(--section-1st-color);
}
.ui-datepicker .ui-datepicker-header {
  background: var(--body-color);
  border: 1px solid var(--section-1st-color);
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker .ui-button.ui-state-disabled:hover,
.ui-datepicker .ui-button.ui-state-disabled:active {
  border: 1px solid var(--section-1st-color);
  background: var(--body-color);
  text-align: center;
  color: var(--bs-white);
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: var(--bg-color);
  border: 1px solid var(--section-1st-color);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: transparent !important;
  border: none;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
  background: var(--box-1st-color);
  border-color: var(--box-1st-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo-alt {
    display: none;
  }
}
@media (max-width: 1799px) {
  .banner-section.inner-banner.games {
    background-size: 100px, auto, cover;
  }
}
@media (max-width: 1399px) {
  .section-dots {
    bottom: 53px;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 20px;
  }
  .header-section .navbar .navbar-collapse .right-area .icon-area {
    width: 40px;
    height: 40px;
  }
  .banner-section .overlay .banner-content {
    padding: 110px 0 30px;
  }
  .banner-section.banner-features .overlay .banner-content {
    padding: 110px 0 100px;
  }
  .banner-section.community .overlay .banner-content {
    padding: 140px 0 30px;
  }
  .compete-in .slick-arrow {
    top: -66px;
  }
  .how-play {
    background-position: left center;
  }
  .compete-in .bottom-area {
    padding: 10px 15px 20px;
    text-align: center;
  }

  .compete-in .bottom-area a{
    margin-top: 25px;
    border-radius: 10px;
    padding: 5px 20px;
  }
  .features-tournaments .compete-in .entry {
    padding: 5px 25px;
  }
  .banner-section.two .abs-content .shape-3 {
    right: 0;
  }
  .banner-section.two .abs-content .shape-2 {
    right: 5%;
  }
  .how-play.index-2 .abs-area img {
    left: -10%;
  }
  .banner-section.three .overlay {
    background-size: 40%;
    background-position: right bottom 50%;
  }
  .banner-section.three .shape-content img {
    width: 5%;
  }
  .about-us {
    background-image: none;
  }
  .banner-section.four .shape-content .shape-3 {
    left: 15%;
  }
  .banner-section.four .shape-content .shape-1 {
    left: 20%;
  }
  .banner-section.four .shape-content .shape-2 {
    right: 15%;
  }
  .banner-section.four .shape-content .shape-4 {
    right: 10%;
  }
  .leaderboard.index-4 .table {
    width: 120%;
  }
  .banner-section.five {
    margin-top: 40px;
  }
  .leaderboard-section .profile-area {
    padding: 30px 10px 20px;
  }
  .gaming-top-info .head-content .logo-area {
    position: initial !important;
    margin: 0;
  }
  .gaming-top-info .head-content .row {
    padding: 20px;
  }
  .gaming-top-info .head-content .single-area::before {
    display: none;
  }
  .rewarded-and-players .skill-rewarded .single-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .features-tournaments.matchfinders .tab-btn .cmn-btn {
    padding: 10px;
  }
  .top-groups .top-items {
    padding: 0 15px 20px;
  }
  .gaming-top-info.group-details .sidebar .single-list {
    width: 90%;
  }
  .gaming-top-info.group-details .top-area .post-img .popupgallery {
    width: 100% !important;
  }
  .gaming-top-info.group-details .top-area .post-img .popupgallery a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
  .gaming-top-info.group-details .top-area .post-img .popupgallery img {
    width: 100%;
    margin-top: 5px;
  }
  .account-section .transaction-box .table {
    width: 120%;
  }
  .banner-section.inner-banner.account {
    background-size: 100% 65%;
  }
  .banner-section.inner-banner.account .banner-content {
    padding: 160px 0 190px;
  }
}
@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  .preloader {
    background-size: 30%;
  }
  .header-section .navbar .navbar-brand {
    margin-right: 30px;
  }
  .header-section .navbar .navbar-nav a {
    font-size: 16px;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 30px;
  }
  .banner-section .overlay .banner-content {
    padding: 160px 0 130px;
  }
  .banner-section.three .overlay .banner-content {
    padding: 160px 0 190px;
  }
  .banner-section.four .overlay .banner-content {
    padding: 100px 0 190px;
  }
  .banner-section.five .overlay .banner-content {
    padding: 80px 0 0;
  }
  .banner-section.inner-banner.how-works .banner-content {
    padding: 190px 0 170px;
  }
  .banner-section.inner-banner.tournament-banner .banner-content {
    padding: 170px 0 170px;
  }
  .slick-arrow {
    top: -60px;
  }
  .how-play {
    background-size: 30% 100%;
  }
  .features-tournaments .tab-btn ul .cmn-btn {
    padding: 10px 15px;
  }
  .leaderboard .table {
    width: 105%;
  }
  .gamers-review .slick-arrow,
  .top-groups .slick-arrow {
    top: -90px;
  }
  .banner-section.two .abs-content .shape-1 {
    left: 55%;
    bottom: -15%;
  }
  .banner-section.two .abs-content .shape-2 {
    top: -25%;
    right: -10%;
  }
  .banner-section.two .abs-content .shape-3 {
    top: -35px;
    right: -25%;
  }
  .how-play .single-box .img-area img {
    width: 70px;
    height: 70px;
  }
  .about-us.index-3 .single-box .img-area img {
    width: 100px;
  }
  .about-us .single-box {
    padding: 40px 10px 35px;
  }
  .call-to-action .main-content {
    background-size: 35%, cover;
  }
  .banner-section.four .shape-content .shape-1 {
    left: 5%;
  }
  .banner-section.four .shape-content .shape-2 {
    right: 0%;
  }
  .banner-section.four .shape-content .shape-4 {
    right: 10%;
  }
  .features-tournaments .winner-Of-month, .features-tournaments .leaderboard {
    width: 100%;
  }
  .leaderboard.index-4 .table {
    width: 100%;
  }
  .shop-section {
    background-image: none;
  }
  .counter-section.index-4 .sec-img {
    text-align: center;
  }
  .counter-section.index-4 .sec-img img {
    max-width: 65%;
  }
  .top-gamers .slick-arrow {
    top: -65px;
  }
  .features-section .img-area img {
    width: 100px;
    height: 100px;
  }
  .our-team .single-box img {
    width: 70%;
  }
  .current-openings .single-box ul {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 15px;
    margin-top: 15px;
  }
  .current-openings .single-box ul li:first-child {
    margin-left: -15px;
  }
  .current-openings .single-box {
    padding: 20px 15px 16px;
  }
  .banner-section.inner-banner.games {
    background-image: url(../images/banner-about-bg.png);
    background-size: cover;
  }
  .compete-in .entry {
    padding: 5px 15px;
  }
  .rewarded-and-players .skill-rewarded {
    padding: 20px 15px;
  }
  .gaming-top-info.group-details .head-content h3 {
    white-space: nowrap;
  }
  .gaming-top-info.group-details .sidebar .single-list {
    width: 100%;
  }
  .gaming-top-info .sidebar .single-item {
    padding: 30px 15px;
  }
  .video-section.post .magnific-area .mfp-iframe::after {
    width: 60px;
    height: 60px;
  }
  .gaming-top-info.public-profile .pos-abs {
    margin: 0;
  }
  .public-profile .cover-img {
    padding-bottom: 90px;
  }
  .cmn-head {
    margin-left: 10px;
  }
  .cmn-head img {
    width: 20px;
  }
  .gaming-top-info.group-details .react-and-share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .account-section .single-box {
    padding: 15px;
  }
  .account-section .balance-area .single-box .img-area {
    width: 70px;
    height: 70px;
  }
  .account-section .balance-area .single-box a {
    width: 35px;
    height: 35px;
  }
  .account-section .transaction-box .table {
    width: 140%;
  }
  .account-section .affiliate-box {
    padding: 20px;
  }
  .gaming-top-info.group-details .right-area .dropdown-area .search-area.dropdown-menu.show {
    -webkit-transform: translate(0, 40px) !important;
            transform: translate(0, 40px) !important;
  }
  .features-tournaments.matchfinders .tab-btn {
    margin-bottom: 40px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -10px;
  }
  h3, h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }
  h4, h4 > a, .xxltxt {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h5, h5 > a, .xltxt {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  h6, h6 > a, table thead tr th, button, a, p, span, li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .lgtxt {
    font-size: 20px;
    line-height: 28px;
  }
  .cmn-btn {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 10px 20px;
  }
  .cmn-btn i {
    font-size: 12px;
  }
  .cmn-btn [class*=icon-]:before {
    line-height: 1;
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    max-height: 250px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
    overflow-x: hidden;
  }
  .header-section .navbar .dropdown-menu {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .header-section .navbar .dropdown-toggle::after {
    z-index: 0;
  }
  .header-section .dropend {
    margin-left: 18px;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .overlay .banner-content {
    padding: 160px 0 110px;
  }
  .banner-section.affiliate .overlay .banner-content,
  .banner-section.inner-banner.games .banner-content,
  .banner-section.community .overlay .banner-content,
  .banner-section.inner-banner .banner-content {
    padding: 160px 0 60px;
  }
  .banner-section.inner-banner.how-works .banner-content {
    padding: 160px 0 150px;
  }
  .banner-section.inner-banner.tournament-banner .banner-content {
    padding: 160px 0 150px;
  }
  .banner-section.inner-banner.matchfinders .banner-content,
  .banner-section.inner-banner.games-details .banner-content {
    padding: 160px 0 110px;
  }
  .header-section .navbar .navbar-collapse .right-area .search-form {
    left: 0;
    top: 50px;
  }
  .sec-img {
    text-align: center;
    margin-top: 30px;
    max-width: 65%;
  }
  .sec-img img {
    max-width: 100% !important;
  }
  .slick-arrow {
    top: -52px;
    height: 33px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .compete-in .slick-arrow {
    top: -60px;
  }
  .how-play {
    background-size: 0;
  }
  .leaderboard .table {
    width: 140%;
  }
  .affiliate .main-content {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .gamers-review .slick-arrow,
  .top-groups .slick-arrow {
    top: -85px;
  }
  .banner-section.two .overlay::before {
    width: 25%;
  }
  .how-play.index-2 .abs-area img {
    display: none;
  }
  .level-up-skills .section-text p {
    width: 100%;
  }
  .banner-section.four .shape-content .shape-4 {
    right: -8%;
  }
  .banner-section.four .shape-content .shape-3 {
    left: -8%;
  }
  .leaderboard.index-4 .table {
    width: 115%;
  }
  .banner-section.five .main-content {
    padding: 60px 0;
  }
  .banner-section.five .leaderboard {
    margin-top: 30px;
  }
  .banner-section.five .table {
    width: 100%;
  }
  .top-gamers .slick-arrow {
    display: none !important;
  }
  .banner-section.inner-banner.about .illus-area img {
    width: 60%;
  }
  .banner-section.banner-features .overlay .banner-content {
    padding: 95px 0 65px;
  }
  .video-section .magnific-area .mfp-iframe::after {
    width: 140px;
    height: 140px;
    background-size: 140px;
  }
  .leaderboard-section .abs-area {
    height: 70px;
    right: 15px;
  }
  .gaming-top-info .nav button {
    padding-bottom: 5px;
  }
  .gaming-top-info .nav-item {
    margin-bottom: 12px;
  }
  .banner-section.inner-banner.games .illus-area img:first-child,
  .banner-section.inner-banner.games .illus-area img {
    max-width: 25%;
  }
  .rewarded-and-players .leaderboard.index-4 .table {
    width: 100%;
  }
  .gaming-top-info.group-details .cover-img {
    padding-top: 50px;
  }
  .cart-content .table {
    width: 135%;
  }
  .how-play.how-it-works .img-area {
    width: 120px;
    height: 120px;
  }
  .info-section {
    padding-top: 60px;
  }
  .gaming-top-info.group-details .sidebar .popupgallery {
    width: 100% !important;
  }
  .gaming-top-info.group-details .sidebar .popupgallery a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 15px);
            flex: 0 0 calc(33.3333333333% - 15px);
  }
  .gaming-top-info.group-details .sidebar .popupgallery img {
    width: 100%;
    margin-top: 5px;
  }
  .gaming-top-info.public-profile .head-content .row {
    padding-top: 50px;
  }
  .gaming-top-info .head-content .row {
    padding-top: 20px;
  }
  .header-menu .single-item .main-area {
    top: -500px;
    min-width: 300px;
  }
  .header-menu .single-item .main-area .cmn-btn {
    padding: 10px;
  }
  .header-menu .single-item.shop-cart-area ul li {
    margin-top: 15px;
  }
  .header-menu .single-item .chat-item {
    width: 570px;
  }
  .account-section .transaction-box .top-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .owl-carousel .owl-nav button {
    top: -58px;
  }
  .owl-carousel .owl-nav button .cmn-btn {
    padding: 8px 15px;
  }
  .header-section.header-menu .single-item .main-area {
    top: -590px;
    left: -15px;
    right: inherit;
    z-index: 1;
  }
  .header-section.header-menu .single-item.active .main-area {
    top: 50px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .browse-games .btn-area a {
    margin: 0;
    white-space: nowrap;
  }
  .leaderboard .table {
    width: 195%;
  }
  .top-groups .logo-area {
    width: 80px;
  }
  .top-groups .logo-area img:nth-child(2) {
    width: 40px;
  }
  .call-action .main-content {
    padding: 40px 25px;
  }
  .banner-section.two .overlay::before {
    display: none;
  }
  .features-tournaments.index-2 .second {
    display: -ms-grid;
    display: grid;
  }
  .features-tournaments.index-2 .second .entry {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    padding: 5px 20px;
    bottom: -25px;
    right: 0;
    top: initial;
  }
  .banner-section.three .overlay {
    background-image: none;
  }
  .banner-section.four .shape-content img {
    display: none;
  }
  .leaderboard.index-4 .table {
    width: 100%;
  }
  .features-section .img-area img {
    width: 80px;
    height: 80px;
  }
  .leaderboard-section .abs-area {
    right: 12px;
  }
  .leaderboard-section .profile-area .img-area {
    width: 50px;
  }
  .cmn-modal .modal-content .modal-header {
    right: 10px;
    top: 10px;
  }
  .cmn-modal .modal-content .modal-header .btn-close {
    width: 30px;
    height: 30px;
  }
  .bracket-area {
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .bracket-area .w-cus {
    width: 150%;
  }
  .gaming-top-info .leaderboard .table {
    width: 120%;
  }
  .banner-section.inner-banner.games {
    background-position: right;
  }
  .gaming-top-info.group-details .right-area .search-form {
    left: 0;
    right: initial;
  }
  .gaming-top-info.group-details .right-area .dropdown-area .dropdown-menu.show {
    -webkit-transform: translate(-70px, 40px) !important;
            transform: translate(-70px, 40px) !important;
  }
  .gamers-review.index-4 .slick-track {
    padding-bottom: 0;
  }
  .shop-content .qtySelector {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cart-content .table {
    width: 180%;
  }
  .gaming-top-info.public-profile .information-area .progress-circle {
    width: 160px;
    height: 160px;
  }
  .account-section .transaction-box .table {
    width: 170%;
  }
}
@media (max-width: 575px) {
  h1, h1 > a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -9px;
  }
  h2, h2 > a {
    font-size: 30px;
    line-height: 36px;
    margin-top: -7px;
  }
  h3, h3 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h4, h4 > a {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
    font-size: 16px;
    line-height: 19px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .title {
    margin-bottom: 15px;
  }
  .sub-title {
    margin-bottom: 14px;
  }
  .xxltxt {
    font-size: 20px;
    line-height: 24px;
  }
  .xltxt {
    font-size: 18px;
    line-height: 25.5px;
  }
  .lgtxt {
    font-size: 16px;
    line-height: 22.4px;
  }
  .header-section .navbar {
    padding: 20px 15px;
  }
  .compete-in .nav .nav-link {
    padding: 6px 0;
  }
  .compete-in .bottom-area {
    padding: 10px 15px 20px;
  }
  .compete-in .entry {
    padding: 5px 20px;
  }
  .how-play .single-box .img-area img {
    width: 80px;
    height: 80px;
  }
  .how-play .single-box h5 {
    margin-top: 4px;
  }
  .leaderboard .table {
    width: 220%;
  }
  .current-openings .btn-box {
    min-width: 30px;
    min-height: 30px;
    height: initial;
    width: initial;
  }
  .current-openings .btn-box i {
    font-size: 15px;
  }
  .counter-section .icon-area img {
    width: 60px;
  }
  .match-one-popup .icon-area {
    width: 40px;
    height: 40px;
  }
  .match-one-popup .icon-area img {
    width: 20px;
  }
  .bracket-area .w-cus {
    width: 180%;
  }
  .gaming-top-info.group-details .table {
    width: 120%;
  }
  .top-gamers .single-slider::before,
  .gaming-top-info.group-details .single-members::before {
    display: none;
  }
  .gaming-top-info.group-details .single-content {
    padding: 25px 15px 20px;
  }
  .cart-content .table {
    width: 200%;
  }
  .info-section .form-content {
    padding: 30px 15px;
  }
  .info-section .form-content .checkbox-single {
    padding-left: 30px;
  }
  .all-collection .single-box {
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .all-collection .main-content {
    padding: 20px 15px;
  }
  .all-collection .head-item {
    padding: 10px 5px;
  }
  .gaming-top-info.public-profile .information-area .info-ul span:first-child {
    width: initial;
  }
  .gaming-top-info.public-profile .information-area .info-ul li {
    margin-top: 15px;
    display: -ms-grid;
    display: grid;
  }
  .header-menu .single-item .chat-item {
    display: -ms-grid;
    display: grid;
    width: 300px;
  }
  .account-section .card-area label {
    width: 90px;
    height: 45px;
  }
  .account-section .transaction-box .table {
    width: 220%;
  }
  .account-section .affiliate-box {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .compete-in.compete-in .player-area::before {
    display: none;
  }
  .features-tournaments .compete-in .bottom-area {
    padding: 10px 5px 20px;
  }
  .leaderboard .table {
    width: 295%;
  }
  .gamers-review .single-slide {
    padding: 30px 15px 25px;
  }
  .social a {
    width: 35px;
    height: 35px;
    margin: 0 10px;
  }
  .social a i {
    font-size: 16px;
  }
  .banner-section.three .shape-content img {
    display: none;
  }
  .leaderboard.index-4 .table {
    width: 105%;
  }
  .open-vacancies .main-content {
    padding: 0 25px;
  }
  .video-section .magnific-area .mfp-iframe::after {
    width: 100px;
    height: 100px;
    background-size: 100px;
  }
  .video-section .magnific-area .mfp-iframe img {
    width: 30px;
  }
  .faqs-section .accordion .accordion-item .accordion-header::after {
    display: none;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding-top: 20px;
    padding-left: 15px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::after {
    right: 15px;
  }
  .pagination-area .page-btn {
    margin: 0 12px;
  }
  .pagination-area .cmn-btn {
    width: 40px;
  }
  .gaming-top-info .hosted-by {
    padding: 30px 15px;
  }
  .gaming-top-info .hosted-by .logo-area {
    width: 70px;
  }
  .gaming-top-info .sidebar .single-item {
    padding: 40px 20px;
  }
  .gaming-top-info .unscheduled .single-area {
    padding: 30px 20px 22px;
  }
  .gaming-top-info .unscheduled .single-area ul {
    gap: 20px;
    margin-left: 15px;
  }
  .gaming-top-info .unscheduled .single-area ul li:first-child {
    margin-left: -15px;
  }
  .gaming-top-info .unscheduled .single-area .btn-box a {
    width: 40px;
    height: 40px;
  }
  .counter-section .single-box {
    padding: 20px;
  }
  .bracket-area .w-cus {
    width: 200%;
  }
  .gaming-top-info .leaderboard .table {
    width: 150%;
  }
  .gaming-top-info .rules-area ul {
    padding: 20px 15px 20px 35px;
  }
  .gaming-details-info .border-area {
    margin-right: 10px;
    padding-right: 10px;
    border: none;
  }
  .rewarded-and-players .leaderboard.index-4 .table {
    width: 140%;
  }
  .latest-product .col-6,
  .top-groups .col-6 {
    width: 100% !important;
  }
  .gaming-top-info.group-details .top-area .post-img .popupgallery {
    width: 100% !important;
  }
  .gaming-top-info.group-details .top-area .post-img .popupgallery a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 15px);
            flex: 0 0 calc(100% - 15px);
  }
  .gaming-top-info.group-details .top-area .post-img .popupgallery img {
    width: 100%;
    margin-top: 5px;
  }
  .gaming-top-info.group-details .top-area .post-img .logo-area {
    width: 80px;
    top: -40px;
  }
  .gaming-top-info.group-details .top-area .post-img .avater-item {
    padding: 0 15px;
  }
  .gaming-top-info.group-details .table {
    width: 180%;
  }
  .gaming-top-info.group-details .login-area {
    padding: 30px;
  }
  .cart-content .table {
    width: 265%;
  }
  .contact-information .single-area,
  .contact-information .main-content {
    padding: 15px;
  }
  .contact-information .sidebar .single-side {
    padding: 15px;
  }
  .info-section .icon-area {
    min-width: 60px;
    min-height: 60px;
  }
  .info-section .icon-area img {
    width: 35px;
  }
  .public-profile .cover-img {
    padding-bottom: 90px;
  }
  .gaming-top-info.group-details .btn-area {
    right: 15px;
  }
  .gaming-top-info.group-details .btn-area .cmn-btn {
    padding: 10px;
  }
  .public-profile .cover-img {
    padding-bottom: 120px;
  }
  .gaming-top-info.public-profile .profile-area .single-info > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .account-section .banalce-box .nice-select {
    padding-left: 5px;
    padding-right: 5px;
  }
  .account-section .banalce-box .nice-select::after {
    right: 10px;
  }
  .account-section .pay-details li h5 {
    padding: 6px;
  }
  .account-section .transaction-box .table {
    width: 250%;
  }
}
@media (max-width: 375px) {
  .browse-all-game .browse-games .col-6,
  .gaming-top-info .col-4,
  .gaming-top-info .col-8,
  .explore-our-games .col-6,
  .about .col-9 {
    width: 100% !important;
  }
  .gaming-top-info .cus-order {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .leaderboard .table {
    width: 360%;
  }
  .leaderboard.index-4 .table {
    width: 130%;
  }
  .cart-content .table {
    width: 315%;
  }
  .account-section .transaction-box .table {
    width: 300%;
  }
  .compete-in .single-slide {
    margin: 0;
  }

  
}




.pt-dtable {
    display: table;
}

.pt-vmiddle {
    display: table-cell;
    vertical-align: middle;
}

.w-60 {
    width: 60%;
    margin: 0 auto;
}

.iconpicker-popover.in {
    opacity: 1;
}

.relative {
    position: relative;
}

.world {
    height: 400px;
    margin: 0 auto;
}

.pt-worldss {
    min-height: 300px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 16px;
    height: 16px;
}

.pt-box {
    background: #FFF;
    padding: 12px;
    margin-bottom: 32px;
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-top: 24px;
}

.pt-box h3 {
    font-size: 18px;
    margin: 5px 0 3px 0;
}

.pt-box h3 a {
    font-size: 14px;
    font-family: "Raleway";
}

.pt-breadcrumb:after {
    content: "";
    clear: both;
    display: block;
}

.pt-breadcrumb .pt-title {
    font-size: 22px;
    font-family: "Raleway";
    float: left;
}

.pt-breadcrumb .pt-title i.ic {
    background: #FFF;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #F7F7F7, 0 0 0 4px #1C52F4;
    margin-right: 12px;
}

.pt-breadcrumb p {
    font-size: 12px;
    color: #999;
    margin-left: 47px;
}

.pt-breadcrumb .pt-options {
    float: right;
}

.pt-pagination {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: table;
    margin-top: 32px;
}

.pt-pagination li {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FFF;
    box-shadow: 0 0 3px #EEE;
    margin: 3px;
    text-align: center;
    color: #1C52F4;
    border-radius: 50%;
    font-family: "Raleway";
}

.pt-pagination li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #1C52F4;
    font-family: "Raleway";
}

.pt-pagination li.pt-active {
    background: #1C52F4;
    color: #FFF;
}

.pt-pagination li.pt-disabled {
    background: #F7F7F7 !important;
    box-shadow: 0 0 3px #EEE !important;
}



.pt-phone,
.pt-country {
    position: relative;
}

.pt-phone .pt-flags,
.pt-country .pt-flags {
    position: absolute;
    top: 5px;
    left: 6px;
    z-index: 2;
}

.pt-phone .pt-flags .bootstrap-select .btn,
.pt-country .pt-flags .bootstrap-select .btn {
    height: 32px;
    font-size: 12px;
    line-height: 5px;
    padding: 10px 4px;
    border: 0;
    background: #f1faff;
}

.pt-phone .pt-flags .bootstrap-select li,
.pt-country .pt-flags .bootstrap-select li {
    font-size: 12px;
}

.pt-phone .inp,
.pt-country .inp {
    padding-left: 84px;
}

.pt-form-icon {
    position: relative;
    position: relative;
}

.pt-form-icon span {
    position: absolute;
    top: 8px;
    left: 12px;
}

.pt-form-icon input {
    padding-left: 35px;
}

.pt-notice {
    font-size: 12px;
    color: #a1b4d7;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    padding: 4px;
}

.pt-notice i {
    margin-right: 3px;
}

.form-control:focus {
    border-color: #1C52F4;
    box-shadow: 0 0 6px rgba(28, 82, 244, 0.25);
}

.pt-rating {
    margin-left: 6px;
}

.pt-rating input[type=radio] {
    -webkit-appearance: none;
    margin: 0;
    box-shadow: none;
}

.pt-rating input[type=radio]:after {
    content: "ï€…";
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pt-rating input[type=radio]:invalid::after {
    color: #ddd;
}

.pt-rating input[type=radio]:valid {
    color: #1C52F4;
}

.pt-rating:hover input[type=radio]:invalid:after {
    color: #888;
    font-weight: 400;
}

.pt-rating:hover input[type=radio]:valid:after {
    color: #1C52F4;
}

.pt-rating input[type=radio]:checked~input[type=radio]:not(:checked)::after {
    content: "ï€…";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #ccc;
}

.pt-rating:hover input[type=radio]:hover~input[type=radio]:invalid::after,
.pt-rating input[type=radio]:focus~input[type=radio]:invalid::after {
    color: #ddd;
}

.bootstrap-select .btn {
    line-height: 17px;
}

.bootstrap-select .bs-searchbox {
    padding: 0 10px 10px;
    border-bottom: 1px solid #EEE;
}

.bootstrap-select input {
    height: 38px;
    border-radius: 3px;
    border-bottom-width: 1px;
    border-color: #EEE;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    text-align: left;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: #e4eaff;
    color: #1c52f4;
}

.bootstrap-select .dropdown-menu li a.active {
    background-color: #1C52F4;
}

.bootstrap-select .dropdown-menu .selected span.check-mark {
    top: 10px !important;
    font-size: 11px;
    color: #fc8621;
}

.alert-danger {
    color: #da747d;
    background-color: #fff5f6;
    border-color: #fff2f3;
}

.alert-success {
    color: #57b56d;
    background-color: #f0fdf3;
    border-color: #e4f9e9;
}

.alert-warning {
    color: #d4b458;
    background-color: #fffbef;
    border-color: #fff5d5;
}

.alert-info {
    color: #2a98ab;
    background-color: #f1fdff;
    border-color: #d7f6fb;
}

.modal-dialog .close {
    background: #fff1e6;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
    margin: 0;
}

.pt-breadcrumb-p {
    background-color: #f1f0fc;
    position: relative;
    /* border-top: 2px solid #db942a; */
    box-shadow: 0px 4px 12px 0px #0000002b inset;
    margin-bottom: 68px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    color: #29227a;
    height: 144px;
    line-height: 40px;
}

.pt-breadcrumb-p .pt-dtable {
    height: 144px;
    margin: 0 auto;
}

.pt-breadcrumb-p h3,
.pt-breadcrumb-p p {
    margin: 0;
    position: relative;
    text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23);
    font-family: "Raleway";
}

.pt-btn {
    display: inline-block;
    font-size: 16px;
    width: auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background: #1C52F4;
    color: #FFF;
    margin-left: 6px;
    box-shadow: 0 3px 10px rgba(14, 99, 255, 0.5);
    padding: 0px 16px;
    font-family: "Raleway";
    font-weight: 700;
    position: relative;
    border: 0;
    transition: all 0.3s;
}

.pt-btn i {
    margin-right: 6px;
}

.pt-btn:hover,
.pt-btn:active,
.pt-btn:focus {
    color: #FFF;
}

.pt-btn[disabled=disabled] {
    background: #7f8fa6 !important;
    box-shadow: 0 3px 10px rgba(127, 143, 166, 0.5) !important;
    cursor: no-drop;
    opacity: 0.6;
    color: #cdd8e9;
}

.pt-btn:hover {
    transform: scale(0.98);
}

.pt-disabled {
    background: #7f8fa6 !important;
    box-shadow: 0 3px 10px rgba(127, 143, 166, 0.5) !important;
    cursor: no-drop;
    opacity: 0.6;
    color: #cdd8e9;
    border-color: #7f8fa6 !important;
}

.pt-disabled:hover,
.pt-disabled:active,
.pt-disabled:focus {
    color: #cdd8e9;
}

.afterDisabled {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: no-drop;
}

.tips {
    padding: 0;
    width: 32px;
}

.tips i {
    margin: 0;
}

.tips b {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -30px;
    right: -8px;
    background: rgba(0, 0, 0, 0.48);
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    transition: all 0.3s;
    white-space: nowrap;
}

.tips b:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 24px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.48);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.tips:hover b {
    visibility: visible;
    opacity: 1;
    bottom: -26px;
}

.input-group.file-caption-main .btn {
    font-size: 10px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
}

.file-input .file-caption {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.file-input .file-caption i {
    margin-right: 4px;
}

.file-preview,
.file-drop-zone {
    min-height: 182px;
}

.file-input .input-group-btn {
    margin-left: 4px;
}

.file-thumbnail-footer .file-footer-caption {
    line-height: 16px;
}

.file-thumbnail-footer .file-thumb-progress {
    display: none;
}

.file-thumbnail-footer .file-footer-buttons .btn {
    padding: 0;
}

.file-thumbnail-footer .file-actions {
    margin: 0;
}

.file-preview-frame {
    display: block;
    height: 162px;
    width: 134px !important;
}

.file-preview-image {
    max-width: 100%;
}

.file-footer-caption {
    width: 100%;
}

.progress {
    margin: 12px 0;
}

.file-live-thumbs:after {
    content: "";
    display: block;
    clear: both;
}

.pt-image-append {
    margin-top: 12px;
}

.pt-image-append:after {
    content: "";
    clear: both;
    display: block;
}

.pt-image-append div {
    width: 139px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 10px 8px 0 0;
    border-radius: 5px;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.11);
    float: left;
}

.pt-image-append div img {
    width: 100%;
    min-height: 100%;
}

.pt-image-append div span {
    position: absolute;
    font-size: 10px;
    padding: 0;
    text-align: center;
    top: 6px;
    left: 6px;
    cursor: pointer;
    color: #FFF;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px;
}

.pt-image-append div span i {
    margin: 0;
}

.pt-image-append div span:nth-of-type(2) {
    left: 34px;
}

.pt-image-append div span:nth-of-type(3) {
    left: 62px;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #1C52F4;
    color: #1C52F4;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #1C52F4;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.sresults {
    position: relative;
}

.sresults .pt-drop {
    position: absolute;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 6px;
    list-style: none;
    right: 0;
    top: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.sresults .pt-drop li {
    border-bottom: 1px solid #F7F7F7;
    padding: 6px 12px;
    font-size: 13px;
}

.sresults .pt-drop li a {
    display: block;
    color: #333;
}

.sresults .pt-drop li:last-of-type {
    border-bottom: 0;
}

.sresults .pt-drop .pt-thumb {
    margin-left: 6px;
}

.sresults .pt-drop .pt-cnt {
    font-size: 10px;
    line-height: 15px;
    padding: 7px;
    margin-left: 42px;
    color: #777;
}

.sresults .pt-drop .pt-cnt b {
    font-weight: 700;
    color: #fd5c5c;
}

.sresults .pt-drop .pt-cnt a {
    color: #20b395;
}

.sresults .pt-drop.open {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.pt-quiz-wrapper .pt-quizresults {
    padding: 0 12px;
}

.pt-quiz-wrapper .pt-quizresults h4 {
    margin-top: -32px;
    font-size: 18px;
}

.pt-quiz-wrapper .pt-quizresults .pt-box img {
    width: 60px;
}

.pt-quiz-wrapper .pt-quizresults .pt-box.bg-gy {
    color: #FFF;
    margin-bottom: 0;
}

.pt-quiz-wrapper .pt-quizresults .pt-box.bg-gy a {
    color: #EEE;
}

.pt-quiz-wrapper .pt-copy {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin: auto;
    width: 300px;
    margin-top: 24px;
}

.pt-quiz-wrapper .pt-copy h3 {
    font-size: 18px;
}

.pt-quiz-wrapper .pt-copy a {
    color: #333;
}

.pt-quiz-wrapper .pt-left {
    position: fixed;
    height: 100%;
    width: 40%;
    left: 0;
    box-shadow: -3px 0px 20px 0px #0b1f3c;
}

.pt-quiz-wrapper .pt-left .pt-image-left {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(1px);
}

.pt-quiz-wrapper .pt-left .pt-image-left:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
}

.pt-quiz-wrapper .pt-left .pt-left-content {
    position: relative;
    padding: 24px 60px;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-logo {
    height: 48px;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-logo img {
    height: 100%;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-logo .pt-social {
    float: right;
    padding: 8px;
    border-radius: 6px;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-logo .pt-social b {
    color: #FFF;
    font-family: "Raleway";
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-logo .pt-social a {
    display: inline-block;
    background: #FFF;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: #00469d;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-content {
    padding: 120px 48px;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-content .pt-links a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 12px;
    border-radius: 50px;
    color: #FFF;
    margin-right: 3px;
    font-size: 12px;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-content h3 {
    color: #FFF;
    font-size: 38px;
    margin: 36px 0 12px 0;
}

.pt-quiz-wrapper .pt-left .pt-left-content .pt-content p {
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 600;
    color: #aeb4c8;
}

.pt-quiz-wrapper .pt-right {
    position: absolute;
    width: 60%;
    left: 40%;
}

.pt-quiz-wrapper .pt-right .pt-questions {
    padding: 96px 144px;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-subtitle {
    font-size: 16px;
    color: #18e48f;
    text-transform: uppercase;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-title {
    font-size: 38px;
    margin-bottom: 48px;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-question-thumb {
    margin-bottom: 48px;
    margin-top: -12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-question-thumb img {
    width: 100%;
    max-height: 300px;
    border-radius: 5px;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-content.pt-question-images:after {
    content: "";
    clear: both;
    display: block;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-content.pt-question-images .form-group {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-content.pt-question-images .form-group:nth-of-type(3n) {
    margin-right: 0;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-content .input {
    width: 100%;
    min-height: 72px;
    background: #EEE;
    border: 0;
    border-radius: 5px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Raleway";
    color: #999;
    font-size: 18px;
    padding: 0 24px;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-content .input::placeholder {
    color: #999;
}

.pt-quiz-wrapper .pt-right .pt-questions .pt-dtable {
    margin: 0 auto;
}

.pt-quiz-wrapper .pt-right #example-async .steps ul {
    position: fixed;
    top: 96px;
    left: 0;
    width: 40%;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0;
    padding: 0;
    list-style: none;
}

.pt-quiz-wrapper .pt-right #example-async .steps ul:after {
    content: "";
    clear: both;
    display: block;
}

.pt-quiz-wrapper .pt-right #example-async .steps ul li {
    float: left;
    width: 25%;
    display: block;
}

.pt-quiz-wrapper .pt-right #example-async .steps ul li a {
    font-size: 0;
}

.pt-quiz-wrapper .pt-right #example-async .steps ul li.current,
.pt-quiz-wrapper .pt-right #example-async .steps ul li[aria-selected=false] {
    background: #18e48f;
    padding: 0;
    height: 3px;
}

.pt-quiz-wrapper .pt-right #example-async .content .title {
    display: none;
}

.pt-quiz-wrapper .pt-right #example-async .actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pt-quiz-wrapper .pt-right #example-async .actions ul li {
    position: relative;
}

.pt-quiz-wrapper .pt-right #example-async .actions ul li:first-of-type {
    display: none;
}

.pt-quiz-wrapper .pt-right #example-async .actions ul li a[href="#next"],
.pt-quiz-wrapper .pt-right #example-async .actions ul li a[href="#finish"] {
    background: #18e48f;
    color: #FFF;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Raleway";
    font-weight: 700;
    margin-top: 8px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(46, 204, 113, 0.5);
}

.pt-quiz-wrapper .pt-right .pt-results {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 100vh;
    background: #FFF;
    text-align: center;
    display: none;
}

.pt-quiz-wrapper .pt-right .pt-results .bb1 {
    width: 340px;
    height: 100vh;
}

.pt-quiz-wrapper .pt-right .pt-results i {
    font-size: 42px;
    color: #1C52F4;
}

.pt-quiz-wrapper .pt-right .pt-results h1 {
    font-size: 102px;
}

.pt-quiz-wrapper .pt-right .pt-results h3 {
    font-size: 32px;
}

.pt-quiz-wrapper .pt-right .pt-results p {
    font-size: 16px;
}

.pt-quiz-wrapper .pt-right .pt-results .pt-links {
    margin-top: 24px;
}

.pt-quiz-wrapper .pt-right .pt-results .pt-links a {
    display: block;
    height: 52px;
    margin-top: 12px;
    line-height: 52px;
    transition: all 0.3s;
}

.pt-quiz-wrapper .pt-right .pt-results .pt-links a:hover {
    color: rgba(255, 255, 255, 0.8);
    transform: scale(0.98);
}

.pt-quiz-wrapper.quiz-top .pt-left {
    position: relative;
    height: initial;
    width: initial;
}

.pt-quiz-wrapper.quiz-top .pt-left .pt-left-content .pt-content {
    padding: 80px 48px;
}

.pt-quiz-wrapper.quiz-top .pt-right {
    position: initial;
    height: initial;
    width: initial;
}

.pt-quiz-wrapper.quiz-top .pt-right #example-async .steps ul {
    position: initial;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 50px;
}

.pt-quiz-wrapper.quiz-top .pt-right .pt-questions {
    padding: 96px 4px;
    width: 600px;
    margin: 0 auto;
}

.pt-quiz-wrapper.quiz-top .pt-right .pt-questions .count-down {
    margin-top: -10px;
}

.pt-quiz-wrapper.quiz-top .pt-right .pt-results {
    width: 100%;
}

.pt-quiz-wrapper.quiz-none .pt-left {
    width: 600px;
    margin: 0 auto;
    box-shadow: none;
}

.pt-quiz-wrapper.quiz-none .pt-left .pt-image-left {
    display: none;
}

.pt-quiz-wrapper.quiz-none .pt-left .pt-left-content {
    padding: 24px 0;
}

.pt-quiz-wrapper.quiz-none .pt-left .pt-left-content .pt-logo .pt-social b {
    color: initial;
}

.pt-quiz-wrapper.quiz-none .pt-left .pt-left-content .pt-content {
    padding: 36px 0 0 0;
}

.pt-quiz-wrapper.quiz-none .pt-left .pt-left-content .pt-content .pt-links a {
    background: rgba(186, 186, 186, 0.2);
    color: #888;
    font-weight: 700;
    font-family: "Raleway";
}

.pt-quiz-wrapper.quiz-none .pt-left .pt-left-content .pt-content h3 {
    color: initial;
}

.pt-quiz-wrapper.quiz-none .pt-right .pt-questions {
    padding: 28px 4px 96px 4px;
    width: 600px;
    margin: 0 auto;
}

.pt-quiz-wrapper.quiz-none .pt-right .pt-questions .count-down {
    margin-top: -10px;
}

.pt-quizzespage .count-down {
    position: relative;
    width: 48px;
    height: 22px;
    margin-bottom: -22px;
    border-radius: 22px;
    background-color: #18e48f;
    text-align: center;
    transition: 0.5s all ease-in-out;
    float: right;
}

.pt-quizzespage .count-down span {
    line-height: 22px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.pt-quizzespage .pt-item {
    box-shadow: -1px 2px 15px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 70px;
}

.pt-quizzespage .pt-item .pt-thumbs {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 124px;
    border-radius: 5px;
    box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, 0.12);
    margin-top: 25px;
}

.pt-quizzespage .pt-item .pt-thumbs img {
    width: 100%;
    min-height: 124px;
}

.pt-quizzespage .pt-item .pt-options {
    position: absolute;
    top: 35px;
    left: 122px;
}

.pt-quizzespage .pt-item .pt-options a {
    display: inline-block;
    color: #FFF;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.pt-quizzespage .pt-item .pt-options a:first-of-type {
    margin-right: 74px;
}

.pt-quizzespage .pt-item .pt-options a:hover {
    color: rgba(255, 255, 255, 0.8);
    transform: scale(0.9);
}

.pt-quizzespage .pt-item .pt-icon {
    background: #1c52f4;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #1c52f4;
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #1c52f4;
    margin: 0 auto;
    display: table;
    color: #FFF;
}

.pt-quizzespage .pt-item h3 {
    margin: 24px 0 6px 0;
    font-size: 20px;
    height: 72px;
    overflow: hidden;
    text-align: left;
}

.pt-quizzespage .pt-item h3 .pt-dtable {
    height: 72px;
}

.pt-quizzespage .pt-item p {
    font-size: 12px;
    margin-top: 12px;
}

.pt-quizzespage .pt-item p:after {
    content: "";
    clear: both;
    display: block;
}

.pt-quizzespage .pt-item p span {
    display: block;
    float: left;
    font-family: "Raleway";
    color: #777;
    margin-right: 6px;
    margin-left: 12px;
}

.pt-quizzespage .pt-item p span:first-of-type {
    margin-left: 0;
}

.pt-quizzespage .pt-item p span i {
    margin-right: 3px;
}

.pt-quizzespage .pt-item p a {
    color: #777 !important;
    font-family: "Raleway";
}

.pt-quizzespage .pt-item p .pt-thumb {
    overflow: hidden;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #FFF;
    line-height: 0;
}

.pt-quizzespage .pt-item p .pt-thumb img {
    width: 100%;
}

.pt-quizzespage .pt-item .pt-btn {
    display: block;
    margin: 0;
    height: 48px;
    line-height: 48px;
    background: #FFF;
    border: 3px solid #1c52f4;
    color: #1c52f4;
}

.choice {
    display: none;
}

.choice+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.choice+label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    margin-right: 8px;
    border-radius: 50%;
    transition: 0.3s;
    background-position: center;
    float: left;
    margin-top: -2px;
}

.choice:checked+label:before {
    border-color: #1C52F4;
    box-shadow: 0 0 0 4px #1C52F4 inset;
}

.choice[type=checkbox]+label:before {
    border-radius: 4px;
}

.choice[type=checkbox]:checked+label:before {
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3e%3cpath fill='%23fff' d='M.3 14c-.2-.2-.3-.5-.3-.7s.1-.5.3-.7l1.4-1.4c.4-.4 1-.4 1.4 0l.1.1 5.5 5.9c.2.2.5.2.7 0L22.8 3.3h.1c.4-.4 1-.4 1.4 0l1.4 1.4c.4.4.4 1 0 1.4l-16 16.6c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L.5 14.3.3 14z'/%3e%3c/svg%3e");
    background-color: #3bb4fc;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.choice.custom+label {
    position: relative;
    padding: 0 24px;
    margin: 0 4px 0 0;
    width: 100%;
    min-height: 72px;
}

.choice.custom+label b {
    position: relative;
    display: inline-block;
    font-weight: 700;
    line-height: 22px;
    font-family: "Raleway";
    color: #999;
    font-size: 18px;
}

.choice.custom+label b .pt-i {
    background: #FFF;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    box-shadow: 0 0 0 2px #EEE, 0 0 0 3px #FFF;
    margin-right: 6px;
}

.choice.custom+label:before {
    width: 100%;
    min-height: 72px;
    background: #EEE;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.choice.custom[type=checkbox]:checked+label {
    color: #FFF;
}

.choice.custom[type=checkbox]:checked+label b {
    color: #FFF;
}

.choice.custom[type=checkbox]:checked+label:before {
    background-image: none;
}

.choice.custom[type=radio]:checked+label,
.choice.custom[type=radio]:checked+label b {
    color: #1C52F4;
    font-weight: 700;
}

.choice.custom[type=radio]:checked+label:before {
    background: #FFF;
}

.choice.image+label {
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 22px;
    transition: all 0.3s;
}

.choice.image+label b {
    position: relative;
    display: block;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    transition: all 0.3s;
    border-radius: 5px;
}

.choice.image+label b img {
    width: 100%;
    border-radius: 3px;
    border-radius: 5px;
}

.choice.image+label:before {
    width: 100%;
    min-height: 48px;
    border-radius: 3px;
    height: 100%;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.choice.image[type=checkbox]:checked+label,
.choice.image[type=radio]:checked+label {
    color: #FFF;
    transform: scale(0.9);
}

.choice.image[type=checkbox]:checked+label b,
.choice.image[type=radio]:checked+label b {
    box-shadow: 0 0 0 3px #FFF, 0 0 0 7px #3bb4fc;
}

.choice.image[type=checkbox]:checked+label:before,
.choice.image[type=radio]:checked+label:before {
    background-image: none;
    box-shadow: none;
}

.pt-choice-tc {
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.pt-choice-tc .form-group {
    margin-left: 0;
}

.pt-choice-tc .form-group:last-of-type {
    margin-bottom: 0;
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    cursor: pointer;
    user-select: none;
    float: left;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-light+.tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    margin: 3px 0px;
}

.tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.tgl-light:checked+.tgl-btn {
    background: #1C52F4;
}

.tgl-btn+label {
    margin-left: 12px;
    display: inline-block;
    font-weight: 700;
}

.tgl-ios+.tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
}

.tgl-ios+.tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios+.tgl-btn:hover:after {
    will-change: padding;
}

.tgl-ios+.tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios+.tgl-btn:active:after {
    padding-right: 0.8em;
}

.tgl-ios:checked+.tgl-btn {
    background: #86d993;
}

.tgl-ios:checked+.tgl-btn:active {
    box-shadow: none;
}

.tgl-ios:checked+.tgl-btn:active:after {
    margin-left: -0.8em;
}

.tgl-skewed+.tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
}

.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed+.tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
}

.tgl-skewed+.tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
}

.tgl-skewed+.tgl-btn:active {
    background: #888;
}

.tgl-skewed+.tgl-btn:active:before {
    left: -10%;
}

.tgl-skewed:checked+.tgl-btn {
    background: #86d993;
}

.tgl-skewed:checked+.tgl-btn:before {
    left: -100%;
}

.tgl-skewed:checked+.tgl-btn:after {
    left: 0;
}

.tgl-skewed:checked+.tgl-btn:active:after {
    left: 10%;
}

.tgl-flat+.tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    background: #fff;
    border: 4px solid #f2f2f2;
    border-radius: 2em;
}

.tgl-flat+.tgl-btn:after {
    transition: all 0.2s ease;
    background: #f2f2f2;
    content: "";
    border-radius: 1em;
}

.tgl-flat:checked+.tgl-btn {
    border: 4px solid #7FC6A6;
}

.tgl-flat:checked+.tgl-btn:after {
    left: 50%;
    background: #7FC6A6;
}

.tgl-flip+.tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    font-family: sans-serif;
    perspective: 100px;
}

.tgl-flip+.tgl-btn:after,
.tgl-flip+.tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 4px;
}

.tgl-flip+.tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    transform: rotateY(-180deg);
}

.tgl-flip+.tgl-btn:before {
    background: #FF3A19;
    content: attr(data-tg-off);
}

.tgl-flip+.tgl-btn:active:before {
    transform: rotateY(-20deg);
}

.tgl-flip:checked+.tgl-btn:before {
    transform: rotateY(180deg);
}

.tgl-flip:checked+.tgl-btn:after {
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.tgl-flip:checked+.tgl-btn:active:after {
    transform: rotateY(20deg);
}

.pt-newquiz .editor-bgs {
    border: 2px solid #1C52F4;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 12px;
}

.pt-newquiz .editor-bgs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pt-newquiz .editor-bgs ul:after {
    content: "";
    clear: both;
    display: block;
}

.pt-newquiz .editor-bgs ul li {
    float: left;
    width: 88px;
    margin-right: 2%;
    border-radius: 50%;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    height: 88px;
    background: #EEE;
}

.pt-newquiz .editor-bgs ul li img {
    width: 100%;
    min-height: 100%;
}

.pt-newquiz .editor-bgs ul li .choice.image+label b {
    overflow: hidden;
    border-radius: 50%;
    height: 88px;
}

.pt-newquiz .pt-box h3 a {
    font-size: 12px;
    display: inline-block;
    color: #FFF !important;
    padding: 3px 10px;
    border-radius: 23px;
    margin-top: -3px;
    float: right;
}

.pt-newquiz .pt-question-image {
    position: relative;
}

.pt-newquiz .pt-question-image .file-upload .file-select {
    background: transparent;
    height: 120px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    border-color: #e0ebff;
}

.pt-newquiz .pt-question-image .thumbnails {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    border-radius: 5px;
}

.pt-newquiz .pt-question-image .thumbnails img {
    width: 100%;
    min-height: 100%;
}

.pt-newquiz .pt-answer-image .file-upload .file-select {
    background: #e0ebff;
    height: 44px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    border-color: #e0ebff;
}

.pt-newquiz .pt-answer-image .file-upload .file-select .file-select-name {
    color: #a1b4d7;
    font-family: "Raleway";
    font-weight: 700;
    text-align: center;
    display: block;
}

.pt-newquiz .pt-answer-image .thumbnails {
    width: 120px;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 5px;
}

.pt-newquiz .pt-answer-image .thumbnails img {
    width: 100%;
    min-height: 100%;
}

.pt-newquiz .pt-quiz-answer,
.pt-newquiz .pt-quiz-question {
    background: #F7F7F7;
    padding: 12px;
    border: 1px solid #EEE;
    border-radius: 3px;
    margin-top: 3px;
    position: relative;
    padding-right: 78px;
}

.pt-newquiz .pt-quiz-answer:first-of-type,
.pt-newquiz .pt-quiz-question:first-of-type {
    margin-top: 0;
}

.pt-newquiz .pt-quiz-answer .pt-right,
.pt-newquiz .pt-quiz-question .pt-right {
    position: absolute;
    right: 12px;
    top: 12px;
}

.pt-newquiz .pt-quiz-answer .pt-right a,
.pt-newquiz .pt-quiz-question .pt-right a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #FFF;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #F7F7F7;
}

.pt-newquiz .pt-quiz-answer {
    background: #FFF;
    border: 1px solid #EEE;
    padding: 8px 12px;
    margin: 3px 0 3px 24px;
}

.pt-newquiz .pt-quiz-answer .pt-right {
    right: 8px;
    top: 8px;
}

.pt-newquiz .pt-quiz-answer:first-of-type {
    margin-top: 3px;
}

.pt-newquiz .pt-quiz-answer:last-of-type {
    margin-bottom: 6px;
}

.pt-header-top .pt-menu ul li.pt-cart a {
    background: #65902E;
    color: #FFF;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 16px;
    margin-left: 16px;
    background: #ffb545;
    color: #9e640c;
    box-shadow: 0 0 0 2px #ff9f0e, 0 0 0 4px #ffb545;
    position: relative;
}

.pt-header-top .pt-menu ul li.pt-cart a b {
    position: absolute;
    top: 0;
    right: -6px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    background: #2ecc71;
    color: #ffffff;
    line-height: 16px;
    border-radius: 50%;
    font-family: "Raleway";
    font-weight: 400;
    box-shadow: 0 0 0 2px #ff9f0e;
}

.pt-header-top .pt-menu ul li.pt-cart a i {
    font-weight: 700;
}

.pt-header {
    background-image: url(img/slider.png);
    background-repeat: no-repeat;
    box-shadow: 0 10px 10px rgba(57, 27, 229, 0.2);
}

.pt-header .pt-header-top {
    position: relative;
}

.pt-header .pt-header-top:after {
    content: "";
    clear: both;
    display: block;
}

.pt-header .pt-header-top .pt-logo {
    float: left;
}

.pt-header .pt-header-top .pt-logo img {
    height: 48px;
    margin-top: 10px;
}

.pt-header .pt-header-top .pt-menu {
    float: right;
}

.pt-header .pt-header-top .pt-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pt-header .pt-header-top .pt-menu ul li {
    float: left;
    padding: 24px 16px;
    position: relative;
}

.pt-header .pt-header-top .pt-menu ul li.active {
    margin-bottom: 6px;
    background: linear-gradient(0deg, rgba(238, 238, 238, 0) 0%, #3413d3 100%);
}

.pt-header .pt-header-top .pt-menu ul li a {
    color: #FFF;
    font-family: "Raleway";
    display: block;
    font-size: 16px;
    text-align: left;
}

.pt-header .pt-header-top .pt-menu ul li.pt-login {
    padding: 19px 0;
    margin-left: 6px;
    padding-left: 12px;
}

.pt-header .pt-header-top .pt-menu ul li.pt-login:last-of-type {
    padding-left: 0;
}

.pt-header .pt-header-top .pt-menu ul li.pt-login a {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 40px;
    background: #FFF;
    color: #1C52F4;
    font-size: 14px;
    color: #FFF;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
}

.pt-header .pt-header-top .pt-menu ul li.pt-login a.bg-gr {
    color: #FFF;
}

.pt-header .pt-header-top .pt-menu ul li.pt-login a.active {
    border-radius: 3px 3px 0 0;
    height: 41px;
}

.pt-header .pt-header-top .pt-menu ul li .pt-thumb {
    overflow: hidden;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #FFF;
    line-height: 0;
}

.pt-header .pt-header-top .pt-menu ul li .pt-thumb img {
    width: 100%;
}

.pt-header .pt-header-top .pt-menu ul li.pt-img {
    padding-top: 25px;
    padding-right: 3px;
}

.pt-header .pt-header-top .pt-menu ul li.pt-author {
    font-size: 12px;
    font-family: "Raleway";
    cursor: pointer;
    font-weight: 700;
    padding: 25px 0 4px 0;
    margin-left: 8px;
}

.pt-header .pt-header-top .pt-menu ul li.pt-author .pt-showmenudetails {
    color: #FFF;
    font-family: "Raleway";
}

.pt-header .pt-header-top .pt-menu ul li.pt-author b {
    position: absolute;
    top: 10px;
    left: -16px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    background: #e74a4a;
    color: #ffffff;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-family: "Raleway";
    font-weight: 400;
    box-shadow: 0 0 0 2px #ff9f0e;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop {
    position: absolute;
    background: #FFF;
    margin: 0;
    padding: 8px;
    right: 0;
    width: 222px;
    border-radius: 10px;
    top: 80px;
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop.open {
    visibility: visible;
    opacity: 1;
    top: 60px;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop li {
    float: none;
    padding: 0;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop li a {
    font-size: 14px;
    padding: 8px 12px;
    border-bottom: 1px solid #EEE;
    transition: all 0.3s;
    display: block;
    color: #050049;
    font-family: "Raleway";
    font-weight: 600;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop li a i {
    margin-right: 6px;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop li a:before {
    content: none;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop li a:hover {
    background: #e6ebff;
    color: #715ecc;
    border-color: #e6e4ff;
    border-radius: 5px;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop li a span {
    font-size: 10px;
    background: #5b34ea;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 30px;
    float: right;
    line-height: 22px;
    padding: 0 5px;
    color: #FFF;
}

.pt-header .pt-header-top .pt-menu ul li .pt-drop li:last-of-type a {
    border-bottom: 0;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown {
    position: absolute;
    width: 550px;
    right: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    top: 93px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFF;
    border-top: 2px solid #EEE;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    padding: 12px;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li {
    width: 32%;
    border: 0;
    border-top: 1px solid #EEE;
    padding: 0;
    margin-right: 2%;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li:nth-of-type(3n) {
    margin-right: 0;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li:nth-of-type(1),
.pt-header .pt-header-top .pt-menu ul li .dropdown li:nth-of-type(2),
.pt-header .pt-header-top .pt-menu ul li .dropdown li:nth-of-type(3) {
    border-top: 0;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li a {
    font-weight: 400;
    font-size: 14px;
    transition: all 0.5s;
    color: #050049;
    padding: 12px;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li a span {
    width: 26px;
    display: inline-block;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    margin-right: 6px;
    color: #FFF;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li a span i {
    margin: 0;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li a:hover {
    color: #483bef !important;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown li a:hover span {
    background: #FFF !important;
    color: #483bef;
    border-color: #483bef !important;
}

.pt-header .pt-header-top .pt-menu ul li .dropdown.open {
    visibility: visible;
    opacity: 1;
    top: 73px;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications {
    position: relative;
    text-align: center;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 38px;
    background: #222;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .pl-notifications-show,
.pt-header .pt-header-top .pt-menu ul li.pl-notifications .pl-plans-show {
    display: block;
    position: relative;
    color: #FFF;
    height: 40px;
    width: 32px;
    line-height: 40px;
    cursor: pointer;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .pl-plans-show a {
    color: #6ec3ff;
    text-shadow: 0 0 0 #FFF;
    padding: 0px;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .pl-notifications-show small {
    position: absolute;
    left: 14px;
    top: 6px;
    border-radius: 50%;
    background: #f43438;
    color: #FFF;
    border: 1px solid #FFF;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-weight: 200;
    text-align: center;
    font-size: 6px;
    font-family: "Open Sans", sans-serif;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown {
    position: absolute;
    top: 48px;
    right: -6px;
    background: #FFF;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
    padding: 0px 0px;
    width: 298px;
    min-width: 100%;
    z-index: 10;
    list-style: none;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    max-height: 400px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown .jscroll {
    overflow: auto;
    max-height: 360px;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown .pl-title {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding: 12px 8px 8px;
    overflow: hidden;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown .pl-title span {
    font-size: 12px;
    font-weight: 400;
    float: right;
    line-height: 20px;
    cursor: pointer;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown .pl-more {
    font-size: 12px;
    padding: 8px;
    display: block;
    text-align: center;
    color: #999;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown.open {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li {
    position: relative;
    padding: 8px 6px;
    width: 100%;
    float: none !important;
    margin: 0 !important;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #F7F7F7;
    cursor: pointer;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li.pl-not-found {
    padding: 12px;
    text-align: center;
    border: 0;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li.pl-more {
    text-align: center;
    background: #F9F9F9;
    color: #888;
    margin-bottom: -6px !important;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li .pl-thumb {
    width: 38px;
    height: 38px;
    overflow: hidden;
    background: #EEE;
    border-radius: 50%;
    box-shadow: 0 1px 3px #EEE;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li .pl-thumb img {
    width: 100%;
    min-height: 38px;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li p {
    margin: 0;
    font-size: 11px;
    color: #999;
    line-height: 16px;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li p i {
    margin-right: 3px;
    float: left;
    line-height: 16px;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li a {
    color: #666;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li:last-child a {
    border-bottom: 0;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li:hover>a {
    background: #888;
    color: #FFF;
}

.pt-header .pt-header-top .pt-menu ul li.pl-notifications .dropdown li:hover>a i {
    color: #FFF;
}

.media-body {
    margin-left: 12px;
}

.pt-header .pt-header-content {
    position: relative;
}

.pt-header .pt-header-content:after {
    content: "";
    clear: both;
    display: block;
}

.pt-header .pt-header-content .pt-right {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 68px;
}

.pt-header .pt-header-content .pt-right img {
    width: 82%;
}

.pt-header .pt-header-content .pt-left {
    float: left;
    text-align: left;
    width: 50%;
    margin-top: 88px;
}

.pt-header .pt-header-content .pt-left h1 {
    color: #FFF;
}

.pt-header .pt-header-content .pt-left p {
    color: #FFF;
}

.pt-header .pt-header-content .pt-left .pt-link a {
    color: #FFF;
    display: inline-block;
    border-radius: 50px;
    border: 3px solid #FFF;
    width: 220px;
    height: 48px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 41px;
    font-family: "Raleway";
    font-weight: 700;
    margin-top: 12px;
    transition: all 0.3s;
}

.pt-header .pt-header-content .pt-left .pt-link a:hover {
    transform: scale(0.98);
}

.pt-how .pt-title {
    text-align: center;
    margin-bottom: 160px;
}

.pt-how .pt-title span {
    display: inline-block;
    width: 120px;
    height: 3px;
    border-radius: 20px;
    background: #1C52F4;
}

.pt-how .pt-item {
    border-radius: 10px;
    box-shadow: 0 10px 10px #0000001a;
    text-align: center;
    padding-bottom: 48px;
    border-radius: 130px;
    box-shadow: 0 10px 10px #3817d521;
    text-align: center;
    padding-bottom: 48px;
}

.pt-how .pt-item .pt-icon {
    position: absolute;
    text-align: center;
    top: -98px;
    width: 100%;
    left: 0;
}

.pt-how .pt-item .pt-icon i {
    position: absolute;
    font-size: 70px;
    width: 100%;
    left: 0;
    height: 200px;
    line-height: 208px;
    color: #6c40b6;
    background: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    left: 114px;
    top: 44px;
}

.pt-how .pt-item h3,
.pt-how .pt-item p {
    padding: 0 32px;
}

.pt-how .pt-item h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    padding-top: 102px;
}

.pt-how .pt-item p {
    color: #6f6d99;
    font-family: "Raleway";
    font-weight: 600;
}

.pt-how .pt-item img {
    width: 200px;
}

.pt-login-form .pt-drops {
    position: absolute;
    right: 0;
    top: 68px;
    background: #FFF;
    padding: 24px 16px;
    width: 280px;
    z-index: 23;
    border-radius: 3px 0 3px 3px;
    margin: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.pt-login-form .pt-drops.open {
    visibility: visible;
    opacity: 1;
    top: 60px;
}

.pt-login-form .alert {
    font-size: 12px !important;
    line-height: 18px;
}

.pt-login-form .pt-input-icon {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.pt-login-form .pt-input-icon input {
    border: 1px solid #EEE;
    padding: 12px;
    display: block;
    width: 100%;
    padding-left: 40px;
    border-bottom: 2px solid #ebe6ff;
    border-radius: 50px;
}

.pt-login-form .pt-input-icon span {
    position: absolute;
    left: 16px;
    top: 8px;
    color: #38287a;
}

.pt-login-form button {
    padding: 0;
    display: block;
    line-height: 35px;
    height: 42px;
    border: 2px solid #5137ec;
    border-radius: 50px;
    background: #FFF;
    color: #5137ec;
    width: 100%;
    font-family: "Raleway";
    font-weight: 700;
    text-transform: uppercase;
}

.pt-login-form .pt-social-login {
    border-top: 1px solid #EEE;
    padding-top: 12px;
    margin-top: 12px;
    text-align: center;
}

.pt-login-form .pt-social-login b {
    display: block;
    margin-bottom: 12px;
    color: #291f53;
    font-family: "Raleway";
}

.pt-login-form .pt-social-login a {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    width: 32px;
    text-align: center;
    border: 1px solid #291f53;
    color: #291f53 !important;
    border-radius: 33px;
    padding: 0 !important;
}

.pt-login-form .pt-social-login a i {
    margin: 0;
}

.pt-login-form .modal-dialog {
    width: 340px;
}

.pt-login-form .modal-dialog .close {
    line-height: 18px;
    width: 22px;
    height: 22px;
    background: #FFF;
    margin-top: 8px;
}

.pt-login-form .modal-dialog .modal-title {
    font-size: 20px;
    color: #291f53;
}

.pt-subscribe {
    background: #ffffff;
    width: 41%;
    height: 145px;
    border: 4px solid #5136ea;
    box-shadow: 0 0 0 2px white;
    border-radius: 90px;
    position: absolute;
    right: 0;
    bottom: -306px;
}

.pt-subscribe h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 22px;
}

.pt-subscribe input {
    width: 85%;
    margin-top: 12px;
    margin-left: 24px;
    background: #ebf0ff;
    border: 0;
    border-radius: 50px;
    height: 60px;
    padding: 0 34px;
    font-size: 16px;
}

.pt-subscribe button {
    float: right;
    margin-top: -50px;
    border-radius: 50px;
    margin-right: 24px;
}

.pt-footer {
    padding: 300px 0 68px 0;
    background-image: url(img/footer.png);
    background-repeat: no-repeat;
    height: 520px;
    background-position: top;
    color: #FFF;
    margin-top: 96px;
}

.pt-footer .pt-logo {
    text-align: left;
}

.pt-footer .pt-logo a {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 24px;
    display: block;
    color: #FFF;
}

.pt-footer .pt-logo a img {
    height: 48px;
}

.pt-footer .pt-lang {
    margin-bottom: 12px;
}

.pt-footer .pt-lang a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 3px #f5f5f5;
    margin: 0 4px;
    cursor: pointer;
}

.pt-footer .pt-lang a i {
    line-height: 25px;
}

.pt-footer .pt-lang a,
.pt-footer .pt-lang a i {
    width: 18px;
    height: 18px;
}

.pt-footer .pt-social {
    text-align: left;
}

.pt-footer .pt-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFF;
    color: #1C52F4;
    border-radius: 50%;
    margin-right: 3px;
}

.pt-footer .pt-links {
    text-align: left;
    float: left;
    width: 50%;
}

.pt-footer .pt-links h3 {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.pt-footer .pt-links a {
    display: block;
    color: #444;
    color: #FFF;
}

.pt-footer .pt-copy {
    text-align: left;
    font-size: 12px;
    color: #666;
    color: #FFF;
}

.pt-footer .pt-copy h3 {
    font-size: 18px;
    color: #FFF;
}

.pt-footer .pt-copy a {
    color: #333;
    color: #FFF;
}

.pt-planspage .pt-plans {
    padding: 22px 10px;
}

.pt-planspage .pt-plans .pt-plan {
    text-align: center;
    padding: 12px 6px;
    box-shadow: 0 0 9px #EEE;
    border-radius: 10px;
    transition: all 0.4s;
    padding-top: 48px;
    margin: 0 12px;
}

.pt-planspage .pt-plans .pt-plan h6 {
    font-size: 48px;
}

.pt-planspage .pt-plans .pt-plan h6 b {
    font-family: "Raleway";
}

.pt-planspage .pt-plans .pt-plan h6 span {
    vertical-align: super;
    font-size: 22px;
    font-family: "Raleway";
}

.pt-planspage .pt-plans .pt-plan button {
    border: 0;
    border-radius: 50px;
    background: #1C52F4;
    color: #FFF;
    height: 50px;
    line-height: 44px;
    font-family: "Raleway";
    font-weight: 700;
    text-align: center;
    box-shadow: 0 3px 9px rgba(28, 82, 244, 0.43);
    padding: 0 32px;
    border: 3px dotted #1C52F4;
}

.pt-planspage .pt-plans .pt-plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 48px;
}

.pt-planspage .pt-plans .pt-plan ul li {
    position: relative;
    margin-bottom: 2px;
    padding: 8px;
    padding-left: 16px;
    border-radius: 30px;
    font-size: 13px;
    text-align: left;
}

.pt-planspage .pt-plans .pt-plan ul li span {
    position: absolute;
    right: 12px;
    border-radius: 50%;
    background: #FFF;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: 10px;
    font-size: 10px;
}

.pt-planspage .pt-plans .pt-plan ul li.alert-success span {
    box-shadow: 0 0 0 3px #f0fdf3, 0 0 0 5px #FFF;
}

.pt-planspage .pt-plans .pt-plan:hover {
    background: #FFF;
    transform: scale(1.03);
}

.pt-planspage .pt-plans .col:nth-of-type(2) {
    color: #FFF;
}

.pt-planspage .pt-plans .col:nth-of-type(2) .pt-plan {
    transform: scale(1.05);
    background: #1C52F4;
}

.pt-planspage .pt-plans .col:nth-of-type(2) .pt-plan li:not(.alert-success) span {
    color: #1C52F4;
}

.pt-planspage .pt-plans .col:nth-of-type(2) .pt-plan button {
    border: 3px dotted #FFF;
}

.pt-planspage .pt-footer {
    margin-top: 68px;
}

.bg-b {
    background: #000;
}

.truefalse {
    display: none;
}

.ads1 {
    margin-top: 48px;
}

.ads1 img {
    width: 100%;
}

.ads2 {
    margin-top: 48px;
    position: absolute;
    left: -220px;
    top: 300px;
}

.ads2 img {
    width: 190px;
}

.ads3 {
    margin-top: 48px;
    position: absolute;
    right: -220px;
    top: 300px;
}

.ads3 img {
    width: 190px;
}

.ads4 {
    padding: 24px 6px 0 6px;
}

.ads4 img {
    width: 340px;
}

.ads5 {
    margin-bottom: 48px;
}

.ads5 img {
    width: 100%;
}

.pt-indexpage .pt-header {
    background-image: url(img/slider.png);
    background-repeat: no-repeat;
    height: 740px;
    background-position: bottom;
    margin-bottom: 70px;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.pt-indexpage .pt-footer {
    margin-top: 0px;
}

.pt-indexpage .pt-subscribe {
    bottom: -242px;
}

.pt-who {
    background: #f1f0fc;
    margin-top: 196px;
    padding: 96px 0;
    position: relative;
}

.pt-who:before,
.pt-who:after {
    content: "";
    width: 100%;
    left: -220px;
    left: 6px;
    position: absolute;
}

.pt-who:before {
    top: -100px;
    border-left: 2090px solid transparent;
    border-bottom: 110px solid #f1f0fc;
}

.pt-who:after {
    bottom: -100px;
    border-left: 2090px solid transparent;
    border-top: 110px solid #f1f0fc;
}

.pt-who .pt-title {
    text-align: center;
    margin-bottom: 70px;
}

.pt-who .pt-title span {
    display: inline-block;
    width: 120px;
    height: 3px;
    border-radius: 20px;
    background: #1C52F4;
}

.pt-who .pt-item {
    margin-top: 96px;
    text-align: right;
}

.pt-who .pt-item:first-of-type {
    margin: 0;
}

.pt-who .pt-item:nth-of-type(2n) {
    text-align: left;
}

.pt-who img {
    width: 100%;
}

.pt-who h3 {
    margin: 0px 0 12px;
}

.pt-who .pt-dtable {
    height: 304px;
}

.pt-discover {
    margin-top: 62px;
    padding: 96px 0;
}

.pt-discover .pt-title {
    text-align: center;
    margin-bottom: 70px;
}

.pt-discover .pt-title span {
    display: inline-block;
    width: 120px;
    height: 3px;
    border-radius: 20px;
    background: #1C52F4;
}

.pt-discover .pt-item {
    box-shadow: -1px 2px 15px 3px rgba(0, 0, 0, 0.1);
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 70px;
}

.pt-discover .pt-item .pt-thumbs {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 124px;
    border-radius: 5px;
    box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, 0.12);
    margin-top: 25px;
}

.pt-discover .pt-item .pt-thumbs img {
    width: 100%;
    min-height: 124px;
}

.pt-discover .pt-item .pt-icon {
    background: #1c52f4;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #1c52f4;
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #1c52f4;
    margin: 0 auto;
    display: table;
    color: #FFF;
}

.pt-discover .pt-item .pt-btn {
    display: block;
    margin: 0;
    height: 48px;
    line-height: 44px;
    background: #FFF;
    border: 3px solid #1c52f4;
    color: #1c52f4;
}

.pt-discover .pt-item h3 {
    margin: 24px 0 6px 0;
    font-size: 20px;
    height: 72px;
    overflow: hidden;
    text-align: left;
}

.pt-discover .pt-item h3 .pt-dtable {
    height: 72px;
}

.pt-discover .pt-item p {
    font-size: 12px;
    margin-top: 12px;
}

.pt-discover .pt-item p:after {
    content: "";
    clear: both;
    display: block;
}

.pt-discover .pt-item p span {
    display: block;
    float: left;
    font-family: "Raleway";
    color: #777;
    margin-right: 6px;
    margin-left: 12px;
}

.pt-discover .pt-item p span:first-of-type {
    margin-left: 0;
}

.pt-discover .pt-item p span i {
    margin-right: 3px;
}

.pt-discover .pt-item p a {
    color: #777 !important;
    font-family: "Raleway";
}

.pt-discover .pt-item p .pt-thumb {
    overflow: hidden;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #FFF;
    line-height: 0;
}

.pt-discover .pt-item p .pt-thumb img {
    width: 100%;
}

.pt-discover h3 {
    margin: 24px 0 6px 0;
    font-size: 20px;
}

.pt-pagespage .pt-box,
.pt-userdetailspage .pt-box {
    padding: 48px;
}

.pt-quizzespage .pt-footer {
    margin-top: 48px;
}

.pt-userdetailspage .pt-footer {
    margin-top: 48px;
}

.pt-userdetailspage .pt-box {
    width: 600px;
    margin: auto;
    box-shadow: 0 0 10px #EEE;
    padding: 20px;
}

.pt-userdetailspage .pt-box #thumbnails {
    background: #F7F7F7;
    margin: 12px 0;
    border-radius: 3px;
    display: table;
    padding: 12px;
}

.pt-userdetailspage .pt-box #thumbnails .nophoto {
    width: 150px;
    height: 150px;
}

.bg-v {
    background: #b864f7 !important;
    box-shadow: 0 3px 10px rgba(133, 0, 255, 0.5) !important;
}

.bg-gr {
    background: #2ecc71 !important;
    box-shadow: 0 3px 10px rgba(46, 204, 113, 0.5) !important;
}

.bg-gy {
    background: #7f8fa6 !important;
    box-shadow: 0 3px 10px rgba(127, 143, 166, 0.5) !important;
}

.bg-o {
    background: #ff9f0e !important;
    box-shadow: 0 3px 10px rgba(255, 159, 14, 0.5) !important;
}

.bg-r {
    background: #e74a4a !important;
    box-shadow: 0 3px 10px rgba(231, 74, 74, 0.5) !important;
}

@media only screen and (max-width: 600px) {
    .pt-header .pt-header-top .pt-logo {
        float: none;
        text-align: center;
        margin-bottom: 12px;
    }
    .pt-header .pt-header-top .pt-menu {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .pt-header .pt-header-top .pt-menu ul li.active {
        margin-bottom: 8px;
    }
    .pt-login-form .pt-drops.open {
        top: 45px;
    }
    .pt-login-form .modal-dialog {
        width: auto;
    }
    .pt-quizzespage .pt-item {
        margin-bottom: 40px;
    }
    .pt-header .pt-header-top .pt-menu ul li {
        float: left;
        padding: 8px 10px;
        position: relative;
    }
    .pt-header .pt-header-top .pt-menu ul li.pt-author {
        padding-top: 8px;
    }
    .pt-header .pt-header-top .pt-menu ul li.pt-img {
        padding-top: 8px;
    }
    .pt-header .pt-header-top .pt-menu ul li.thedropdown {
        position: initial;
    }
    .pt-header .pt-header-top .pt-menu ul li .dropdown.open {
        top: 111px;
    }
    .pt-header .pt-header-top .pt-menu ul li .dropdown li {
        width: 49%;
    }
    .pt-header .pt-header-top .pt-menu ul li .dropdown li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pt-header .pt-header-top .pt-menu ul li .dropdown li:nth-of-type(2n) {
        margin-right: 0;
    }
    .pt-header .pt-header-top .pt-menu ul li .dropdown {
        width: 100%;
    }
    .pt-header .pt-header-top .pt-menu ul li .pt-drop.open {
        top: 38px;
    }
    .pt-header .pt-header-top .pt-menu ul li.pt-login {
        padding: 4px 0;
        margin-left: 0;
        padding-left: 6px;
    }
    .pt-header .pt-header-top .pt-menu ul li.pt-login a {
        font-size: 0;
    }
    .pt-header .pt-header-top .pt-menu ul li.pt-login a i {
        font-size: 14px;
        line-height: 34px;
    }
    .pt-header .pt-header-top .pt-menu ul li.pt-login.pt-login-form {
        margin-left: 5px;
    }
    .pt-header .pt-header-top .pt-menu ul li.pt-login.pt-login-form a i {
        line-height: 30px;
    }
    .pt-quizzespage .col-4 {
        display: block;
        flex: initial;
        max-width: 100%;
    }
    .pt-quizzespage .pt-item h3 {
        margin: 16px 0 6px 0;
        font-size: 16px;
        height: 64px;
    }
    .pt-quizzespage .pt-item h3 .pt-dtable {
        height: 64px;
    }
    .pt-quizzespage .pt-footer {
        margin-top: 0;
    }
    .pt-breadcrumb-p,
    .pt-breadcrumb-p .pt-dtable {
        height: 114px;
    }
    .pt-breadcrumb-p h3 {
        font-size: 18px;
    }
    .pt-breadcrumb-p p {
        font-size: 12px;
        margin-bottom: -6px;
        line-height: 19px;
        margin-top: 13px;
    }
    .pt-footer .col-3,
    .pt-footer .col-6 {
        flex: initial;
        max-width: 100%;
    }
    .pt-footer {
        padding: 204px 0 30px 0;
        height: initial;
    }
    .pt-footer .pt-links h3 {
        margin-top: 32px;
    }
    .pt-footer .pt-logo a {
        margin-bottom: 14px;
    }
    .pt-footer .pt-lang,
    .pt-footer .pt-copy,
    .pt-footer .pt-logo,
    .pt-footer .pt-social {
        text-align: center;
    }
    .pt-subscribe {
        width: 94%;
        right: 3%;
        bottom: -177px;
    }
    .pt-subscribe input {
        font-size: 14px;
    }
    .pt-planspage .pt-plans .col {
        flex: initial;
        max-width: 100%;
    }
    .pt-planspage .pt-plans .col:nth-of-type(2) .pt-plan {
        margin: 42px 0;
    }
    .pt-quiz-wrapper.quiz-none .pt-left,
    .pt-quiz-wrapper.quiz-none .pt-right .pt-questions {
        width: 100%;
        padding: 0 12px;
    }
    .pt-quiz-wrapper.quiz-none .pt-right .pt-questions {
        padding-bottom: 22px;
    }
    .pt-quiz-wrapper .pt-left .pt-left-content .pt-logo {
        text-align: center;
    }
    .pt-quiz-wrapper .pt-left .pt-left-content .pt-logo .pt-social {
        float: none;
    }
    .pt-quiz-wrapper .pt-left .pt-left-content .pt-content .pt-links {
        text-align: center;
    }
    .pt-quiz-wrapper .pt-left .pt-left-content .pt-content h3 {
        font-size: 24px;
    }
    .pt-quiz-wrapper.quiz-top .pt-right .pt-questions {
        width: 100%;
        padding: 56px 12px;
    }
    .pt-quiz-wrapper .pt-copy {
        width: 100%;
    }
    .pt-quiz-wrapper .pt-left .pt-left-content {
        padding: 24px 0;
    }
    .pt-quiz-wrapper.quiz-top .pt-left .pt-left-content .pt-content {
        padding: 80px 18px 18px;
    }
    .pt-quiz-wrapper .pt-right .pt-questions .pt-title {
        font-size: 24px;
        margin-bottom: 38px;
    }
    .pt-quiz-wrapper:not(.quiz-none) .pt-left,
    .pt-quiz-wrapper:not(.quiz-top) .pt-left {
        position: relative;
        height: initial;
        width: initial;
    }
    .pt-quiz-wrapper:not(.quiz-none) .pt-left .pt-left-content .pt-content,
    .pt-quiz-wrapper:not(.quiz-top) .pt-left .pt-left-content .pt-content {
        padding: 80px 18px 18px;
    }
    .pt-quiz-wrapper:not(.quiz-none) .pt-right,
    .pt-quiz-wrapper:not(.quiz-top) .pt-right {
        position: initial;
        height: initial;
        width: initial;
    }
    .pt-quiz-wrapper:not(.quiz-none) .pt-right #example-async .steps ul,
    .pt-quiz-wrapper:not(.quiz-top) .pt-right #example-async .steps ul {
        position: initial;
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        margin-bottom: 50px;
    }
    .pt-quiz-wrapper:not(.quiz-none) .pt-right .pt-questions,
    .pt-quiz-wrapper:not(.quiz-top) .pt-right .pt-questions {
        padding: 56px 12px;
        width: 100%;
        margin: 0 auto;
    }
    .pt-quiz-wrapper:not(.quiz-none) .pt-right .pt-questions .count-down,
    .pt-quiz-wrapper:not(.quiz-top) .pt-right .pt-questions .count-down {
        margin-top: -10px;
    }
    .pt-quiz-wrapper:not(.quiz-none) .pt-right .pt-results,
    .pt-quiz-wrapper:not(.quiz-top) .pt-right .pt-results {
        width: 100%;
    }
    .pt-header .pt-header-content .pt-left {
        margin-top: 38px;
        float: none;
        width: 100%;
        text-align: center;
    }
    .pt-header .pt-header-content .pt-left h1 {
        font-size: 26px;
    }
    .pt-header .pt-header-content .pt-right {
        float: none;
        width: 100%;
        text-align: right;
        margin-top: 57px;
    }
    .pt-how {
        position: relative;
        background: #FFF;
    }
    .pt-how .pt-title h1,
    .pt-who .pt-title h1,
    .pt-discover .pt-title h1 {
        font-size: 28px;
    }
    .pt-how .col {
        flex: initial;
        max-width: 100%;
    }
    .pt-how .pt-item .pt-icon i {
        font-size: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        left: 154px;
        top: 33px;
    }
    .pt-how .pt-item img {
        width: 150px;
    }
    .pt-how .pt-item {
        margin-bottom: 42px;
    }
    .pt-how .pt-item h3 {
        padding-top: 42px;
        font-size: 22px;
    }
    .pt-how .col:last-of-type .pt-item {
        margin-bottom: 0;
    }
    .pt-who {
        margin-top: 106px;
        padding: 62px 0;
        padding-bottom: 32px;
    }
    .pt-who .col-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pt-who .col-1 {
        display: none;
    }
    .pt-who .pt-dtable {
        height: auto;
    }
    .pt-who h3 {
        margin: 0px 0 6px;
        font-size: 20px;
    }
    .pt-who P {
        font-size: 12px;
    }
    .pt-who .pt-item {
        margin-top: 36px;
    }
    .pt-discover {
        margin-top: 62px;
        padding: 16px 0;
    }
    .pt-discover .col-4 {
        flex: initial;
        max-width: 100%;
    }
    .pt-discover .pt-item {
        margin-bottom: 34px;
    }
    .pt-indexpage .pt-subscribe {
        bottom: -172px;
    }
    .pt-box.pt-newquiz {
        margin-top: -40px !important;
        margin-bottom: 28px;
        margin: 0;
        padding: 0;
    }
    .pt-newquizpage .pt-footer {
        margin-top: 120px;
    }
    .pt-newquizpage .pt-subscribe {
        bottom: -258px;
    }
    .pt-newquiz .col-8,
    .pt-newquiz .col-4,
    .pt-newquiz .form-row .col {
        flex: initial;
        max-width: 100%;
    }
    .pt-newquiz .editor-bgs ul li {
        margin-bottom: 10px;
    }
    .pt-newquiz .editor-bgs ul li:nth-of-type(4),
    .pt-newquiz .editor-bgs ul li:nth-of-type(5),
    .pt-newquiz .editor-bgs ul li:nth-of-type(6) {
        margin-bottom: 0;
    }
    .pt-pagespage .pt-box,
    .pt-userdetailspage .pt-box {
        padding: 15px;
    }
    .pt-userdetailspage .pt-box {
        width: 100%;
        margin-bottom: 28px;
    }
    .pt-quizzespage .pt-item .pt-options a:first-of-type {
        margin-right: 104px;
    }
    .pt-statisticspage .col-4,
    .pt-statisticspage .col-8 {
        flex: initial;
        max-width: 100%;
    }
}

.pt-section {
    min-height: 200px;
    margin: 122px 0;
}

.pt-section-title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.pt-section-title h3 {
    font-size: 26px;
    line-height: 34px;
    position: relative;
    font-family: "Raleway";
}

.pt-section-title h3:before,
.pt-section-title h3:after {
    content: "";
    position: absolute;
    height: 5px;
    border-radius: 120px;
    background: #ff9f0e;
    bottom: -24px;
}

.pt-section-title h3:before {
    width: 62px;
    left: 42%;
}

.pt-section-title h3:after {
    width: 32px;
    left: 51.5%;
}

.pt-section-title p {
    color: #AAA;
    line-height: 24px;
    position: relative;
    margin-top: 43px;
    font-family: "Raleway";
}

.pt-section-title p:before {
    content: "";
    position: absolute;
    height: 5px;
    border-radius: 120px;
    background: #ff9f0e;
    top: -24px;
    width: 12px;
    left: 57%;
}

.pt-section.pt-best .pt-item {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.095);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    padding: 24px;
    text-align: center;
    margin-top: 48px;
}

.pt-section.pt-best .pt-item .pt-thumb {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.23);
    margin: 0 auto 24px auto;
    position: relative;
}

.pt-section.pt-best .pt-item .pt-thumb:before {
    content: "";
    position: absolute;
    width: 106px;
    height: 106px;
    left: -4px;
    top: -4px;
    border-radius: 50%;
    border: 2px solid #ff9f0e;
}

.pt-section.pt-best .pt-item .pt-thumb img {
    width: 100%;
    border-radius: 50%;
}

.pt-section.pt-best .pt-item .pt-title {
    text-align: center;
}

.pt-section.pt-best .pt-item .pt-title h3 {
    margin: 16px 0 0 0;
    letter-spacing: 2px;
    color: #333;
    font-size: 18px;
    transition: all 0.3s;
}

.pt-section.pt-best .pt-item .pt-title a {
    color: #333;
}

.pt-section.pt-best .pt-item .pt-stars {
    color: #ff9f0e;
    margin: 4px 0 10px 0;
}

.pt-section.pt-best .pt-item .pt-stars b {
    font-family: Raleway;
    margin-left: 5px;
    color: #2c2c2c;
    font-weight: 200;
}

.pt-section.pt-best .pt-item .pt-address {
    font-size: 10px;
    color: #999;
}

.pt-section.pt-best .pt-item .pt-address i {
    margin-right: 6px;
}

.pt-section.pt-best .pt-post {
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    position: relative;
    margin-top: 48px;
}

.pt-section.pt-best .pt-post .pt-option {
    position: absolute;
    top: -20px;
    right: 16px;
}

.pt-section.pt-best .pt-post .pt-option a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    background: #ff9f0e;
    color: #FFF;
}

.pt-section.pt-best .pt-post .pt-option a:last-of-type {
    background: #4cd137;
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 18px;
}

.pt-section.pt-best .pt-post .pt-option a i {
    font-weight: 700;
}

.pt-section.pt-best .pt-post .pt-thumb {
    border-radius: 8px;
    overflow: hidden;
    height: 310px;
}

.pt-section.pt-best .pt-post .pt-thumb img {
    width: 100%;
}

.pt-section.pt-best .pt-post .pt-details {
    border-radius: 8px;
    background: #FFF;
    margin-top: -32px;
    position: relative;
    padding: 12px;
}

.pt-section.pt-best .pt-post .pt-details .pt-price {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-family: "Raleway";
    font-weight: 700;
    text-align: center;
    border-radius: 13px;
    background: #ff9f0e;
    color: #FFF;
    position: absolute;
    top: -14px;
    left: 16px;
    padding: 0 12px;
}

.pt-section.pt-best .pt-post .pt-details .pt-title h1 {
    line-height: 24px;
    margin: 0;
}

.pt-section.pt-best .pt-post .pt-details .pt-title h1 a {
    font-size: 16px;
    color: #000;
    font-family: "Raleway";
}

.pt-section.pt-best .pt-post .pt-details .pt-info {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.pt-section.pt-best .pt-post .pt-details .pt-info:after {
    content: "";
    clear: both;
    display: block;
}

.pt-section.pt-best .pt-post .pt-details .pt-info span:first-of-type {
    font-family: "Raleway";
}

.pt-section.pt-best .pt-post .pt-details .pt-info span:first-of-type i {
    margin-right: 3px;
    font-weight: 700;
}

.pt-section.pt-best .pt-post .pt-details .pt-info .pt-stars {
    color: #ff9f0e;
    float: right;
}

.pt-section.pt-best .pt-post .pt-details .pt-info .pt-stars b {
    font-family: "Raleway";
    margin-left: 5px;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 14px;
}

.pt-section.pt-best .pt-post .pt-details .pt-tags {
    padding: 12px 0;
}

.pt-section.pt-best .pt-post .pt-details .pt-tags a {
    display: inline-block;
    background: #fff9f1;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 3px;
    color: #f2ba65;
    font-family: Raleway;
    font-weight: 600;
    padding: 0px 3px;
    line-height: 22px;
}

.pt-section.pt-best .pt-link {
    text-align: center;
    margin-top: 68px;
}

.pt-section.pt-best .pt-link a {
    background: #ff9f0e;
    display: inline-block;
    font-family: "Raleway";
    border-radius: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 64px;
    color: #FFF;
}

.pt-section.pt-best .pt-link a i {
    margin-left: 12px;
}

.pt-section .pt-how {
    text-align: center;
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.05);
    padding: 38px;
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-top: 48px;
}

.pt-section .pt-how span {
    background: #ff9f0e;
    display: inline-block;
    width: 78px;
    height: 78px;
    text-align: center;
    border-radius: 50%;
    margin: 22px 0 30px 0;
    color: #FFF;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 5px #ff9f0e;
}

.pt-section .pt-how span i {
    font-weight: 700;
    font-size: 38px;
    line-height: 78px;
}

.pt-section .pt-how h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.pt-section .pt-how p {
    font-weight: 500;
    color: #AAA;
    margin: 0;
    font-family: "Raleway";
}

.pt-section .pt-testimonials {
    margin-top: 8px;
}

.pt-section .pt-testimonials .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.pt-section .pt-testimonials .owl-nav .owl-prev,
.pt-section .pt-testimonials .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    background: #EEE;
    width: 38px;
    height: 38px;
    font-size: 22px;
    border-radius: 50%;
}

.pt-section .pt-testimonials .owl-nav .owl-prev span,
.pt-section .pt-testimonials .owl-nav .owl-next span {
    height: 32px;
    line-height: 28px;
    display: inline-block;
}

.pt-section .pt-testimonials .owl-nav .owl-prev {
    left: 20%;
}

.pt-section .pt-testimonials .owl-nav .owl-next {
    right: 20%;
}

.pt-section .pt-testimonials .pt-item {
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.05);
    background: #FFF;
    border-radius: 20px;
    padding: 48px;
    width: 55%;
    text-align: center;
    margin: 44px auto;
    position: relative;
}

.pt-section .pt-testimonials .pt-item:after {
    position: absolute;
    content: "";
    width: 90%;
    box-shadow: 1px 6px 14px 0px rgba(0, 0, 0, 0.05);
    background: #FFF;
    border-radius: 20px;
    padding: 48px;
    right: 5%;
    z-index: -1;
    bottom: -20px;
}

.pt-section .pt-testimonials .pt-item .pt-thumb {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 0 5px #FFF, 0 0 0 8px #ff9f0e;
}

.pt-section .pt-testimonials .pt-item .pt-thumb img {
    width: 100%;
    height: 100%;
}

.pt-section .pt-testimonials .pt-item .pt-content {
    margin: 24px 0;
    font-family: "Raleway";
    font-weight: 600;
}

.pt-section .pt-testimonials .pt-item .pt-stars {
    color: #ff9f0e;
}

.pt-section .pt-testimonials .pt-item .pt-author {
    font-family: "Raleway";
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
}

.pt-section .pt-subscribe {
    margin-top: 68px;
}

.pt-section .pt-subscribe .pt-input {
    position: relative;
    width: 60%;
    display: table;
    margin: 0 auto;
}

.pt-section .pt-subscribe .pt-input input {
    display: block;
    width: 100%;
    height: 68px;
    background: #FFF;
    font-family: "Raleway";
    font-size: 18px;
    border: 0;
    border-radius: 50px;
    padding: 24px;
    box-shadow: 0px 1px 17px 3px rgba(0, 0, 0, 0.05);
}

.pt-section .pt-subscribe .pt-input button {
    background: #ff9f0e;
    display: inline-block;
    font-family: "Raleway";
    font-size: 18px;
    border-radius: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 64px;
    color: #FFF;
    border: 0;
    position: absolute;
    top: 6px;
    right: 6px;
}

.pt-section .pt-subscribe .pt-input button i {
    margin-left: 12px;
}

.pt-section-title {
    width: 100%;
}

.pt-section-title h3 {
    font-size: 22px;
    line-height: 28px;
}

.pt-section-title p {
    font-size: 12px;
    line-height: 20px;
}

.pt-section {
    margin: 82px 0;
}

.pt-section .col-4 {
    flex: 100%;
    /*max-width: 100%;*/
}

.pt-section .pt-testimonials .pt-item {
    width: 100%;
    padding: 48px 12px;
}

.pt-section .pt-testimonials .owl-nav {
    top: 23%;
}

.pt-section .pt-testimonials .owl-nav .owl-prev,
.pt-section .pt-testimonials .owl-nav .owl-next {
    width: 28px;
    height: 28px;
}

.pt-section .pt-testimonials .owl-nav .owl-prev span,
.pt-section .pt-testimonials .owl-nav .owl-next span {
    height: 28px;
    line-height: 20px;
}


/*
#-------------------------------------------------------------------------
# + Page: Members
#-------------------------------------------------------------------------
*/

.pt-memberspage .pl-user {
    border-bottom: 1px solid #EEE;
    padding: 12px 24px;
    position: relative;
}

.pt-memberspage .pl-user .pl-dtable {
    height: 48px;
}

.pt-memberspage .pl-user .pl-thumb {
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #EEE;
    border-radius: 50%;
    box-shadow: 0 1px 3px #EEE;
}

.pt-memberspage .pl-user .pl-thumb img {
    width: 100%;
    min-height: 48px;
}

.pt-memberspage .pl-user .pl-title {
    font-size: 16px;
    margin: 5px 0 3px 0;
}

.pt-memberspage .pl-user .pl-title a {
    color: #000;
}

.pt-memberspage .pl-user .pl-details {
    font-size: 12px;
    color: #666;
    font-weight: 200;
}

.pt-memberspage .pl-user .pl-details i {
    margin: 0 3px 0 12px;
}

.pt-memberspage .pl-user .pl-details i:first-of-type {
    margin-left: 0;
}

.pt-memberspage .pl-user .pl-options {
    position: relative;
    position: absolute;
    right: 24px;
    top: 24px;
}

.pt-memberspage .pl-user .pl-options .pl-user-options {
    color: #666;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    text-align: center;
}

.pt-memberspage .pl-user .pl-options .pl-user-options.active {
    background: #F7F7F7;
    color: #777;
    box-shadow: inset 2px -2px 3px #EEE;
}

.pt-memberspage .pl-user .pl-options .dropdown {
    position: absolute;
    background: #FFF;
    box-shadow: 0 0 3px #EEE;
    z-index: 2;
    right: 12px;
    margin: 0;
    padding: 6px;
    list-style: none;
    width: 146px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pt-memberspage .pl-user .pl-options .dropdown.open {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.pt-memberspage .pl-user .pl-options .dropdown li a {
    display: block;
    padding: 6px 12px;
    border-bottom: 1px solid #F9F9F9;
    font-size: 12px;
    color: #666;
}

.pt-memberspage .pl-user .pl-options .dropdown li a i {
    margin-right: 6px;
}

.pt-memberspage .pl-user .pl-options .dropdown li a:hover {
    background: #F7F7F7;
    border-radius: 3px;
    color: #777;
}

.pt-memberspage .pl-user .pl-options .dropdown li:last-child a {
    border: 0;
}

.pt-memberspage .pl-pagination {
    padding: 24px 0;
}


/*
#-------------------------------------------------------------------------
# + Sidebar
#-------------------------------------------------------------------------
*/

.pl-sidebar {
    width: 312px;
    float: right;
    background: #FFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0 0 5px #EEE;
}

.pl-sidebar .pt-sidebar-ads img {
    width: 100%;
}

.pl-sidebar .pl-widget .pl-title {
    margin: 0;
    font-size: 18px;
    padding: 12px 12px 8px 12px;
    border-bottom: 1px solid #EEE;
    position: relative;
}

.pl-sidebar .pl-widget .pl-title .badge {
    background: #e67e22;
    color: #FFF;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 0px;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
}

.pl-sidebar .pl-widget .pl-title .badge .questions-filter-link {
    position: relative;
    padding-right: 12px;
}

.pl-sidebar .pl-widget .pl-title .badge .questions-filter-link:before {
    content: "\f0dd";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    right: 0;
    position: absolute;
    top: -1px;
}

.pl-sidebar .pl-widget .pl-title ul {
    list-style: none;
    padding: 4px;
    margin: 0;
    position: absolute;
    right: -2px;
    top: 20px;
    background: #e67e22;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 2;
    width: 78px;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pl-sidebar .pl-widget .pl-title ul li a {
    font-size: 12px;
    color: #fff;
    padding: 4px 8px;
    display: block;
    border-bottom: 1px solid #de7a22;
    border-radius: 3px;
}

.pl-sidebar .pl-widget .pl-title ul li a:hover {
    background: #EEE;
    color: #444;
}

.pl-sidebar .pl-widget .pl-title ul li:last-child a {
    border: 0;
}

.pl-sidebar .pl-widget .pl-title ul.open {
    top: 19px;
    visibility: visible;
    opacity: 1;
}

.pl-sidebar .pl-widget .pl-content {
    padding: 6px;
    position: relative;
    /** Polls **/
    /** Category **/
    /* Users */
}

.pl-sidebar .pl-widget .pl-content .pl-polls {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.pl-sidebar .pl-widget .pl-content .pl-polls .pl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    color: #FFF;
}

.pl-sidebar .pl-widget .pl-content .pl-polls .pl-overlay .pl-dtable {
    height: 100%;
    width: 100%;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li {
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb {
    height: 176px;
    overflow: hidden;
    position: relative;
    background: #EEE;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb img {
    width: 100%;
    min-height: 176px;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*&:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
  
        background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    }*/
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body h4 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    position: relative;
    padding: 18px 12px 0 12px;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body h4 a {
    color: #FFF;
    text-shadow: 0 0px 3px #000;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details {
    padding: 0 12px 6px 12px;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span,
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details a,
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details i {
    font-size: 11px;
    color: #FFF;
    position: relative;
    text-shadow: 0 0px 3px #000;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span {
    margin-left: 3px;
    margin-right: 6px;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span:last-child {
    margin-right: 0;
}

.pl-sidebar .pl-widget .pl-content .pl-polls li:last-child {
    margin-bottom: 0;
}

.pl-sidebar .pl-widget .pl-content .categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pl-sidebar .pl-widget .pl-content .categories li {
    position: relative;
    padding: 6px;
    padding-left: 12px;
    border-bottom: 1px solid #F9F9F9;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pl-sidebar .pl-widget .pl-content .categories li a {
    display: block;
}

.pl-sidebar .pl-widget .pl-content .categories li a span {
    display: inline-block;
    width: 48px;
    height: 48px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    border-radius: 3px;
    line-height: 45px;
    float: left;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(244, 52, 56, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pl-sidebar .pl-widget .pl-content .categories li a h5 {
    font-size: 14px;
    margin: 0;
    margin-left: 12px;
    height: 48px;
    line-height: 48px;
    float: left;
    color: #666;
}

.pl-sidebar .pl-widget .pl-content .categories li:last-child {
    margin-bottom: 0px;
}

.pl-sidebar .pl-widget .pl-content .categories li:last-child a {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.pl-sidebar .pl-widget .pl-content .categories li:before,
.pl-sidebar .pl-widget .pl-content .categories li:after {
    content: "";
    clear: both;
}

.pl-sidebar .pl-widget .pl-content .categories li:after {
    display: table;
}

.pl-sidebar .pl-widget .pl-content .categories li:hover {
    background: #F7F7F7;
}

.pl-sidebar .pl-widget .pl-content .categories li:hover h5 {
    color: #f43438;
}

.pl-sidebar .pl-widget .pl-content .categories li:hover span {
    box-shadow: 0 0 0 0px white, 0 0 0 2px #f43438;
    background: #FFF !important;
    color: #f43438;
}

.pl-sidebar iframe {
    height: 215px;
}

.pl-sidebar .pl-widget .pl-content .pl-users {
    list-style: none;
    margin: 24px 0;
    padding: 0;
    text-align: center;
}

.pl-sidebar .pl-widget .pl-content .pl-users li img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: table;
    margin: 0 auto 12px;
}

.pl-sidebar .pl-widget .pl-content .pl-users li h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.pl-sidebar .pl-widget .pl-content .pl-users li h3 a {
    color: #373a3c;
}

.pl-sidebar .pl-widget .pl-content .pl-users li p {
    margin: 0;
    font-size: 12px;
    color: #999;
}

.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    margin: 24px 0;
}

.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span {
    display: inline-block;
    width: 68px;
    line-height: 20px;
    border-right: 1px solid #EEE;
}

.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span i {
    margin-right: 6px;
}

.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span b {
    font-family: "Open Sans", sans-serif;
}

.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span:last-child {
    border: 0;
}

.pl-sidebar .pl-widget .pl-content .pl-users .owl-prev,
.pl-sidebar .pl-widget .pl-content .pl-users .owl-next {
    position: absolute;
    top: 24px;
    color: #777;
    font-size: 20px;
}

.pl-sidebar .pl-widget .pl-content .pl-users .owl-prev {
    left: 100px;
}

.pl-sidebar .pl-widget .pl-content .pl-users .owl-next {
    right: 100px;
}


/*
#-------------------------------------------------------------------------
# + Page: Profile
#-------------------------------------------------------------------------
*/

.pt-profilepage .pt-more-r {
    padding: 12px;
    text-align: center;
}

.pt-profilepage .pl-box {
    margin-bottom: 24px;
}

.pt-profilepage .pl-cover {
    overflow: hidden;
    height: 300px;
    position: relative;
}

.pt-profilepage .pl-cover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
}

.pt-profilepage .pl-cover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2f3741;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
}

.pt-profilepage .pl-cover .pl-content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding: 24px;
}

.pt-profilepage .pl-cover .pl-content .icon-check {
    width: 16px;
    height: 16px;
    background: #f43438;
    position: absolute;
    left: 62px;
    top: 28px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
}

.pt-profilepage .pl-cover .pl-content .pl-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.pt-profilepage .pl-cover .pl-content .pl-thumb img {
    width: 100%;
    min-height: 48px;
}

.pt-profilepage .pl-cover .pl-content .pl-dtable {
    height: 48px;
}

.pt-profilepage .pl-cover .pl-content .pl-name {
    margin: 0;
    font-size: 22px;
    color: #FFF;
}

.pt-profilepage .pl-cover .pl-content .pl-options {
    position: absolute;
    right: 24px;
    top: 28px;
}

.pt-profilepage .pl-cover .pl-content .pl-options .pl-social {
    display: inline-block;
    background: #FFF;
    height: 40px;
    line-height: 39px;
    border-radius: 3px;
    padding: 0 8px;
    margin-right: 6px;
}

.pt-profilepage .pl-cover .pl-content .pl-options .pl-social a {
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 3px;
    margin: 0 1px;
}

.pt-profilepage .pl-counts {
    padding: 24px;
    display: table;
    margin: auto;
}

.pt-profilepage .pl-counts .pl-count {
    float: left;
    padding: 12px 16px;
    font-size: 14px;
    border-right: 1px solid #EEE;
    font-weight: 200;
}

.pt-profilepage .pl-counts .pl-count b {
    display: block;
    font-weight: 700;
}

.pt-profilepage .pl-counts .pl-count b i {
    margin-right: 6px;
}

.pt-profilepage .pl-counts .pl-count:first-of-type {
    padding-left: 0;
}

.pt-profilepage .pl-counts .pl-count:last-of-type {
    border-right: 0;
    padding-right: 0;
}

.pt-profilepage .pl-counts:before,
.pt-profilepage .pl-counts:after {
    content: "";
    clear: both;
}

.pt-profilepage .pl-counts:after {
    display: table;
}

.pt-profilepage .pl-followers {
    margin: auto;
    padding: 12px 24px;
    display: table;
}

.pt-profilepage .pl-followers .pl-dtable {
    height: 54px;
    float: left;
}

.pt-profilepage .pl-followers .pl-title {
    font-size: 16px;
    margin: 0;
}

.pt-profilepage .pl-followers ul {
    list-style: none;
    margin: 0 12px;
    padding: 0;
    float: left;
}

.pt-profilepage .pl-followers ul li {
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #EEE;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 3px solid #FFF;
    margin-left: -12px;
}

.pt-profilepage .pl-followers ul li img {
    width: 100%;
    min-height: 48px;
}

.pt-profilepage .pl-followers ul li:first-child {
    margin: 0;
}

.pt-profilepage .pl-followers .pl-buttons {
    border-radius: 50px;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
}

.pt-profilepage .pl-questions {
    border-bottom: 1px solid #EEE;
    padding: 12px 24px;
    position: relative;
}

.pt-profilepage .pl-questions .pl-dtable {
    height: 48px;
}

.pt-profilepage .pl-questions .pl-thumb {
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #EEE;
    border-radius: 50%;
    box-shadow: 0 1px 3px #EEE;
}

.pt-profilepage .pl-questions .pl-thumb img {
    width: 100%;
    min-height: 48px;
}

.pt-profilepage .pl-questions .pl-title {
    font-size: 16px;
    margin: 5px 0 3px 0;
    padding-right: 24px;
}

.pt-profilepage .pl-questions .pl-title a {
    color: #000;
}

.pt-profilepage .pl-questions .pl-details {
    font-size: 12px;
    color: #666;
    font-weight: 200;
}

.pt-profilepage .pl-questions .pl-details i {
    margin: 0 3px 0 12px;
}

.pt-profilepage .pl-questions .pl-details i:first-of-type {
    margin-left: 0;
}

.pt-profilepage .pl-questions .pl-options {
    position: relative;
    position: absolute;
    right: 24px;
    top: 24px;
}

.pt-profilepage .pl-questions .pl-options .pl-user-options {
    color: #666;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    text-align: center;
}

.pt-profilepage .pl-questions .pl-options .pl-user-options.active {
    background: #F7F7F7;
    color: #777;
    box-shadow: inset 2px -2px 3px #EEE;
}

.pt-profilepage .pl-questions .pl-options .dropdown {
    position: absolute;
    background: #FFF;
    box-shadow: 0 0 3px #EEE;
    z-index: 2;
    right: 12px;
    margin: 0;
    padding: 6px;
    list-style: none;
    min-width: 146px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pt-profilepage .pl-questions .pl-options .dropdown.open {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.pt-profilepage .pl-questions .pl-options .dropdown li a {
    display: block;
    padding: 6px 12px;
    border-bottom: 1px solid #F9F9F9;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}

.pt-profilepage .pl-questions .pl-options .dropdown li a i {
    margin-right: 6px;
}

.pt-profilepage .pl-questions .pl-options .dropdown li a:hover {
    background: #F7F7F7;
    border-radius: 3px;
    color: #777;
}

.pt-profilepage .pl-questions .pl-options .dropdown li:last-child a {
    border: 0;
}

.pl-buttons {
    display: inline-block;
    border: 0;
    background: #EEE;
    color: #FFF;
    padding: 8px 12px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}


/*
#-------------------------------------------------------------------------
# + Page: Voters
#-------------------------------------------------------------------------
*/

.pt-voterspage .pl-tile {
    padding: 24px 12px;
    margin: 0;
    background: #F9F9F9;
    font-size: 22px;
}

.pt-voterspage .pl-tile small {
    float: right;
    font-size: 12px;
    display: inline-block;
    background: #FFF;
    border-radius: 3px;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-top: -4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.pt-voterspage .pl-tile2 {
    background: #F7F7F7;
    padding: 12px;
    border: 1px solid #EEE;
    border-width: 1px 0 1px 0;
    font-size: 12px;
    color: #888;
}

.pt-voterspage .pl-voters {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) {
    float: left;
    position: relative;
    padding: 12px;
    width: 50%;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-thumb {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #EEE;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-thumb img {
    width: 100%;
    min-height: 38px;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-title {
    margin: 0;
    font-size: 16px;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-title a {
    color: #000;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) span {
    font-size: 12px;
    color: #888;
    font-weight: 200;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options {
    position: absolute;
    right: 12px;
    top: 18px;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .pl-user-options {
    color: #666;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    text-align: center;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .pl-user-options.active {
    background: #F7F7F7;
    color: #777;
    box-shadow: inset 2px -2px 3px #EEE;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .dropdown {
    position: absolute;
    background: #FFF;
    box-shadow: 0 0 3px #EEE;
    z-index: 2;
    right: 12px;
    margin: 0;
    padding: 6px;
    list-style: none;
    width: 146px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .dropdown.open {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .dropdown li {
    float: none;
    width: 100%;
    padding: 0;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a {
    display: block;
    padding: 6px 12px;
    border-bottom: 1px solid #F9F9F9;
    font-size: 12px;
    color: #666;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a i {
    margin-right: 6px;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a:hover {
    background: #F7F7F7;
    border-radius: 3px;
    color: #777;
}

.pt-voterspage .pl-voters li:not(.pl-not-found) .pl-options .dropdown li:last-child a {
    border: 0;
}

.pt-voterspage .pl-pagination {
    margin-top: 24px;
}

.pl-bbcodes {
    font-size: 16px;
    line-height: 26px;
}

.pl-bbcodes p,
.pl-bbcodes ul,
.pl-bbcodes blockquote,
.pl-bbcodes iframe {
    margin-bottom: 24px;
    font-size: 16px;
}

.pl-bbcodes img,
.pl-bbcodes iframe {
    max-width: 100% !important;
}

.pl-bbcodes blockquote {
    background: #fff6f6;
    border-left: 3px solid #f43438;
    padding: 12px;
    color: #b93739;
}

.pl-bbcodes .decimal {
    list-style-type: decimal;
}

.pl-bbcodes .circle {
    list-style-type: circle;
}


/*
#-------------------------------------------------------------------------
# + Backgrounds
#-------------------------------------------------------------------------
*/

.clr-fb {
    color: #3B5999;
}

.clr-tw {
    color: #00BBF5;
}

.clr-gp {
    color: #D71627;
}

.bg-0 {
    background-color: #f43438;
}

.bg-1 {
    background-color: #1ABC9C;
}

.bg-2 {
    background-color: #2ecc71;
}

.bg-3 {
    background-color: #3498db;
}

.bg-4 {
    background-color: #9b59b6;
}

.bg-5 {
    background-color: #34495e;
}

.bg-6 {
    background-color: #f1c40f;
}

.bg-7 {
    background-color: #e67e22;
}

.bg-8 {
    background-color: #e74c3c;
}

.bg-9 {
    background-color: #999999;
}

.bg-10 {
    background-color: #333333;
}

.bg-11 {
    background-color: #1FA6D5;
}

.bg-12 {
    background-color: #FCC44C;
}

.bg-13 {
    background-color: #FC4C7D;
}

.bg-14 {
    background-color: #E04CFC;
}

.bg-15 {
    background-color: #F86227;
}

.bg-16 {
    background-color: #75AD16;
}

.bg-facebook {
    background: #3B5999;
}

.bg-twitter {
    background: #00BBF5;
}

.bg-google {
    background: #D71627;
}

.bg-youtube {
    background: #cc181e;
}

.bg-instagram {
    background: #c80182;
}

.bg-banned {
    background: #fff3f4;
}

.bg-unread {
    background: #F9F9F9;
}

#sign-modal .pull-left input {
    margin-right: 3px;
}



/* Profile page */

.profile_head {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f7f7f7;
	overflow: hidden;
}

.profile_inner {
	overflow: hidden;
	width: 500px;
	margin: 0 auto;
}

.profile_inner_picture {
	width: 152px;
	height: 152px;
	border-radius: 152px;
	border: 6px solid #fff;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.profile_inner_picture img {
	width: 140px;
	height: 140px;
	border-radius: 140px;
}

.profile_picture_options {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	text-align: center;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 10px;
}

.upload_new_profile {
	display: inline-block;
	cursor: pointer;
	font-size: 21px;
	padding-top: 5px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	margin: auto;
	color: #fff;
	width: 30px;
	height: 30px;
}

.h260 {
	height:260px;
}

.remove_profile_picture {
	cursor: pointer;
	font-size: 19px;
	padding-top: 7px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	margin: auto;
	color: #fff;
	width: 28px;
	height: 30px;
}

.profile_inner_info {
	float: left;
	width: calc( 100% - 167px );
	margin-left: 15px;
	padding-top: 20px;
}

.profile_inner_info_name {
	margin-top: 0px;
	font-size: 28px;
	text-align: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.profile_inner_info_slogan {
	font-style: italic;
	font-size: 13px;
	color: #565858;
	width: 100%;
}

.profile_inner_info_rating {
	margin-top: 10px;
	font-size: 35px;
}

.profile_inner_info_rating path {
	transform: scale(1.5) !important;
}

.profile_head_sub {
	overflow: hidden;
	width: 550px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.profile_head_col {
	float: left;
	width: 33.3%;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	padding: 10px 5px 10px 5px;
	box-sizing: border-box;
}

.profile_head_col_val {
	font-size: 25px;
	font-weight: 600;
}

.profile_head_col_name {
	font-size: 13px;
	color: #777;
	text-transform: uppercase;
}

.profile_head_col_name:last-child {
	border-right: 0;
}

.profile_tab_photos {
	width: 100%;
	background: #fff;
	padding-top: 1px;
	padding-bottom: 30px;
}

.profile_photos_pending, .photo_comment_pending {
	background: #222;
	color: #fff;
	padding: 18px 5px 18px 5px;
	text-align: center;
	display: none;
}

.profile_rating {
	margin-top: 30px;
	overflow: hidden;
}

.profile_rating_left {
	color: #222;
	font-size: 30px;
	float: left;
	letter-spacing: -2px;
}

.profile_rating_left2 {
	color: #222;
	font-size: 40px;
	float: left;
	letter-spacing: -1px;
}

.profile_rating_right {
	float: left;
	margin-left: 15px;
	padding-top: 8px;
	font-weight: 600;
	font-family: 'Open sans', sans-serif;
}

.profile_rating_left span {
	box-shadow: 0 0 2px #000;
}

/* Rankings */

.ranking_loading {
	margin-top: 40px;
	margin-bottom: 100px;
	text-align: center;
	width: 100%;
	font-size: 35px;
	color: #222;
}

.ranking {
	width: 100%;
	background: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.celling_ranking {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: visible;
}

.ranking_tab_1 {
	float: left;
	width: 75%;
}

.ranking_tab_2 {
	float: left;
	width: calc( 25% - 20px);
	margin-right: 20px;
}

.ranking_item {
	overflow: hidden;
	border: 0px solid #e1e1e1;
	margin-bottom: 6px;
	border-radius: 3px;
	position: relative;
}

.ranking_item_rank {
	float: left;
	padding: 20px 5px 20px 5px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	width: 100px;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid rgba(119, 119, 119, 0.12);
}

.ranking_item_photo {
	float: left;
	padding: 10px;
	width: 55px;
	box-sizing: border-box;
}

.ranking_item_photo img {
	border-radius: 45px;
	width:45px;
	height:45px;
	display: block;
}

.ranking_item_name {
	float: left;
	padding: 15px 15px 15px 15px;
	box-sizing: border-box;
	width: calc( 100% - 540px);
}

.ranking_item_name span {
	font-weight: 600;
	font-size: 15px;
}

.ranking_item_votes {
	float: left;
	padding: 23px 10px 23px 10px;
	text-align: center;
	width: 145px;
	box-sizing: border-box;
	border-right: 1px solid rgba(119, 119, 119, 0.12);
}

.ranking_item_views {
	float: left;
	padding: 23px 10px 23px 10px;
	text-align: center;
	width: 145px;
	box-sizing: border-box;
}

.ranking_item_rate {
	float: left;
	padding: 21px 5px 21px 5px;
	text-align: center;
	background: rgba(0, 0, 0, 0.03);
	width: 90px;
	font-size: 18px;
	font-weight: 700;
	color: #777;
}

.ranking_item_large .ranking_item_rank {
	width: 100px;
	padding: 50px 5px 51px 5px;
}

.ranking_item_large .ranking_item_photo {
	padding: 10px;
	width: 125px;
}

.ranking_item_large .ranking_item_photo img {
	border-radius: 5px;
	width:105px;
	height:105px;
}

.ranking_item_large .ranking_item_name {
	width: calc( 100% - 610px);
	padding: 45px 15px 46px 15px;
}

.ranking_item_large .ranking_item_votes {
	padding: 55px 10px 55px 10px;
}

.ranking_item_large .ranking_item_views {
	padding: 55px 10px 55px 10px;
}

.ranking_item_large .ranking_item_rate {
	padding: 51px 5px 51px 5px;
}

.ranking_filter {
	font-size: 18px;
	color: #222;
}

.ranking_filter_options {
	overflow: hidden;
	margin-top: 10px;
}

.ranking_filter_op {
	overflow: hidden;
	padding-top: 10px;
	cursor: pointer;
	color: #565858;
}

.ranking_filter_check {
	float: left;
	border: 1px solid #222;
	border-radius: 3px;
	width: 17px;
	height: 17px;
	position: relative;
}

.ranking_filter_op_selected .ranking_filter_check:after {
	position: absolute;
	content: ' ';
	width: 9px;
	height: 9px;
	background: #222;
	top: 3px;
	left: 3px;
}

.ranking_filter_value {
	float: left;
	width: calc( 100% - 30px);
	margin-left: 10px;
	color: #222;
	font-size: 17px;
}

/* Settings */

.setting {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.setting_left {
	width: 300px;
	float: left;
	font-size: 15px;
	font-weight: 600;
	box-sizing: border-box;
	padding: 12px 12px 12px 0px;
}

.setting_right {
	width: calc( 100% - 300px);
	float: left;
}

.setting_right select,
.setting_right input {
	min-width: 200px;
	width: 300px;
	padding: 12px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 15px;
}

.setting_right input[type="submit"] {
	padding: 16px 12px 16px 12px;
}

.setting_explain {
	font-style: italic;
	font-size: 12px;
	color: #565858;
	font-weight: 400;
}

.slash {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e1e1e1;
}

.settings_menu {
	padding: 12px;
	background: #f7f7f7;
	color: #222;
	border-radius: 4px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 600;
}

.settings_menu_selected {
	background: #222;
	color: #fff;
}

.margin_top30 {
	margin-top: 30px;
}

.settings_clear {
	clear: both;
	width: 100%;
	height: 20px;
}

.settings_save_changes {
	background: #00cc00;
	color: #fff;
	cursor: pointer;
}

.settings_clear2 {
	clear: both;
	margin-top: 15px;
}

.preload {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
	background: #fff;
}

.preload_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 150px;
}

.logo_preload {
	float: none;
	font-size: 40px;
	letter-spacing:-3px;
	font-weight:400;
	text-align: center;
	float: none;
	color: #222;
}

.ratings_lol {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.star_pr_1,
.star_pr_2,
.star_pr_3,
.star_pr_4,
.star_pr_5 {
	float: left;
	width: calc( 20% - 10px);
	margin: 5px;
}

.clmp {
	float:left;
	width: calc( 33.3% - 20px );
	margin:10px;
	box-sizing:border-box;
	border:1px solid #fff;
	position:relative;
	cursor:pointer;
}

.clmp_check {
	border:1px solid #3b5998;
}

.clmp_filed {
	position:absolute;
	top:0px;
	right:0px;
	z-index:9999;
	padding:5px;
	background:#3b5998;
	opacity:0;
	color:#fff;
}

.clmp_filed i {
	font-size:20px;
	color:#fff;
}

.clmp_check .clmp_filed {
	opacity:1;
}

.click_join_contest {
	float:left;
	background:#3b5998;
	color:#fff;
	padding:15px;
	cursor:pointer;
	font-weight:600;
	border-radius:4px;
	font-size:15px;
}

.cancel_contest_join {
	float:left;
	background:#fff;
	color:#222;
	padding:10px;
	margin:5px;
	cursor:pointer;
	margin-left:15px;
	border-radius:4px;
	font-size:15px;
}

.join_contest_buttons {
	background:#f7f7f7;
	border-top:1px solid #e1e1e1;
	padding:10px;
	overflow:hidden;
}

.load_my_photos {
	width:100%;
	height:350px;
	overflow-x:auto;
}

.pop_join_contest_box {
	width:500px;
	height:400px;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
}

.pop_my_photos {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999999999;
	background:rgba(0,0,0,0.7);
	display:none;
}

.multi_contest_box {
	width:100%;
	background:#fff;
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
	color:#222 !important;
}

.multi_contest_box_msg {
	padding:15px;
	text-align:center;
	color:#222;
	font-size:14px;
}

.open_my_photos {
	display:inline-block;
	background:#3b5998;
	color:#fff;
	padding:15px;
	border-radius:4px;
	font-size:15px;
	font-weight:600;
	cursor:pointer;
}

/* Contests */

.contests_item {
	background:#fff;
	border:1px solid #e1e1e1;
	float:left; 
	width: calc( 33.3% - 20px ); 
	text-align:center;
	box-sizing:border-box;
	margin: 10px;
	border-radius:4px;
	overflow:hidden;
}

.contests_item_title {
	padding:15px;
	font-size:17px;
	font-weight:600;
	text-align:center;
}

.contests_item_timer {
	overflow:hidden;
	width:300px;
	margin:0 auto;
}

.contests_timer_1,
.contests_timer_2,
.contests_timer_3,
.contests_timer_4 {
	float:left; 
	width: calc( 25% - 10px );
	margin:5px; 
	background:#f7f7f7;
	padding:10px;
	font-size:20px;
	text-align:center;
}

.contests_item_timer_tile {
	overflow:hidden;
	width:300px;
	margin:0 auto;
}

.contests_item_timer_tile_1 {
	float:left;
	width: calc( 25% - 10px );
	margin:5px; 
	padding:0 0 10px 0; 
	font-size:14px;
	text-align:center;
}

.contests_item_joined {
	border-top:1px solid #e1e1e1;
	font-size:15px;
	margin-top:15px;
	padding:15px;
	background:#3b5998;
	color:#fff;
	text-align:center;
}

.contests_item_a { 
	text-decoration:none;
	color:#222;
}

.mphotos_title {
	color:#222;
	padding-bottom:15px;
	margin-bottom:15px;
}

/* New upload popup */

.choose_upload_type { 
	float:left;
	margin:10px;
	border-radius:4px;
	padding:30px 10px 30px 10px;
	text-align:center;
	box-sizing:border-box;
	background:#f7f7f7;
	width: calc( 33.3% - 20px );
}

.choose_upload_type_title {
	font-size:16px;
	color:#3b5998;
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
}

.choose_upload_type:hover {
	cursor:pointer;
	background:#3b5998;
	color:#fff;
}

.choose_upload_type:hover .choose_upload_type_icon, .choose_upload_type:hover .choose_upload_type_title {
	color:#fff;
}

.choose_upload_type_1 {
	width: calc( 100% - 20px );
}

.choose_upload_type_2 {
	width: calc( 50% - 20px );
}

.choose_upload_type_3 { 
	width: calc( 33.3% - 20px );
}

.pop_content_editor_left {
	float:left;
	width:33.3%;
}

.pop_content_editor_cover {
	width:100%;
	height:130px;
	background:#f7f7f7;
	position:relative;
	overflow:hidden;
}

.preview_content_cover {
	width:100%;
}

.change_photo_cover {
	position:absolute;
	bottom:10px;
	width:80%;
	left:10%;
	cursor:pointer;
	background:#3b5998;
	text-align:center;
	color:#fff;
	padding:10px;
	border-radius:3px;
}

.pop_content_editor_right {
	float:left;
	width: calc( 66.3% - 10px );
	margin-left:10px;
}

.pop_content_editor_full {
	width: 100%;
	margin-left:0;
}

.vote_button_click {
	background:#3b5998;
	color:#fff;
	padding:14px;
	letter-spacing:0px;
	border-radius:5px;
	text-align:center;
	width:250px;
	font-size:16px;
	font-weight:700;
	margin:0 auto;
	margin-bottom:10px;
	cursor:pointer;
}

.vote_button_clicked {
	background:#eceaea;
	color:#565858;
	padding:14px;
	letter-spacing:0px;
	border-radius:5px;
	text-align:center;
	width:250px;
	font-size:16px;
	font-weight:700;
	margin:0 auto;
	margin-bottom:10px;
}


.game-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .game-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


  .single-title {
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
  }
  
  h1.single-title {
      font-size: 1.75rem;
  }
  
  .single-info-container {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  
  .single-icon {
    background-color: #eee;
    margin-right: 10px;
    padding: 8px 16px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .social-share {
    position: relative;
    top: -2px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .social-icon {
    width: 38px;
    height: 38px;
  }
  
  .single-icon a {
    color: #2c3e50;
  }
  
  .sidebar {
    display: block;
  }
  
  .sidebar .list-tile {
    padding-left: 3px;
    padding-right: 3px;
  }
  
  .sidebar .list-game {
    margin-bottom: 8px;
  }
  
  .page-title {
    font-weight: bold;
    margin-top: 20px;
  }
  h1.singlepage-title {
      font-size: 1.75rem;
  }
  .singlepage-title {
    padding-bottom: 10px;
    font-weight: bold;
  }
  

/* Responsive */

@media only screen and (max-width: 768px) {

	.choose_upload_type { 
		margin:0;
		margin-top:10px;
		border-radius:4px;
		padding:20px 10px 20px 10px;
		text-align:center;
		width: 100%;
	}
	.upload_error_1, .upload_error_2, .upload_error_3 {
		font-size: 17px;
		padding:15px;
	}
	.load_my_photos {
		width:100%;
		height:350px;
		overflow-x:auto;
	}
	.pop_join_contest_box, .pop_content_category {
		width:90%;
		height:400px;
	}
	.contests_item {
		width: calc( 100% - 20px );
	}
	.thumb_extra_rate {
		background: rgba(59,89,152, 0.7);
    		font-size: 16px;
    		top: 5px;
    		right: 5px;
    		padding: 2px;
	}
	.header_search {
		display:none;
	}
	.contest_header {
		width: 100%;
	}
	.contest_header_sub {
		width: 95%;
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 35px;
	}
	.contest_header_box {
		text-align: center;
		margin-bottom: 35px;
		margin-top: 30px;
	}
	.contest_header_icon {
		font-size: 40px;
		margin-bottom: 0px;
	}
	.contest_header_timer {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.contest_header_tile {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.contest_timer_box {
		float: left;
		height: auto;
		width: calc( 25% - 10px);
		margin: 5px;
		border-radius: 5px;
		padding: 10px 0px 10px 0px;
		box-sizing: border-box;
		font-size: 40px;
		font-weight: 700;
		text-align: center;
	}
	.contest_timer_tile {
		float: left;
		width: calc( 25% - 10px);
		margin: 5px;
		text-align: center;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 14px;
		font-weight: 600;
	}
	.contest_ranking {
		width: 95%;
		margin: 0 auto;
		padding-top: 35px;
		padding-bottom: 35px;
		position: relative;
		overflow: hidden;
	}
	.contest_ranking_box {
		text-align: center;
		padding-bottom: 30px;
	}
	.contest_ranking_icon {
		font-size: 40px;
		margin-bottom: 0px;
	}
	.contest_ranking_list {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		width: auto;
		white-space: nowrap;
	}
	.contest_thumb {
		width: 35%;
	}
	.thumb_ranking_crown {
		left: 44px;
		top: 10px;
		border-radius: 3px;
		padding: 8px 5px 8px 5px;
		font-size: 17px;
		font-weight: 600;
	}
	.thumb_ranking_place {
		top: 10px;
		left: 10px;
		border-radius: 3px;
		padding: 8px 11px 8px 11px;
		font-size: 17px;
		font-weight: 600;
	}
	.celling_settings {
		width: 95%;
	}
	.setting {
		width: 100%;
		margin-top: 15px;
	}
	.setting_last {
		margin-top: 5px !important;
		margin-bottom: 15px;
	}
	.setting_left {
		width: 100%;
		float: none;
		font-size: 15px;
		font-weight: 600;
		padding: 12px 12px 12px 0px;
	}
	.setting_right {
		width: 100%;
		float: none;
	}
	.setting_right select,
	.setting_right input {
		width: 100%;
		padding: 12px;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		font-size: 15px;
	}
	.setting_right input[type="submit"] {
		padding: 16px 12px 16px 12px;
	}
	.slash {
		margin-top: 0px;
		padding-top: 0px;
		border-top: 0px solid #e1e1e1;
	}
	.settings_menu {
		padding: 12px;
		border-radius: 4px;
		float: left;
		margin-right: 20px;
		font-size: 14px;
		font-weight: 600;
	}
	.error_box,
	.success_box {
		margin-bottom: 20px;
		padding: 15px;
		text-align: center;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 600;
	}
	.footer_inner {
		width: 95%;
	}
	.footer_left {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer_left .logo {
		text-align: center;
		float: none;
	}
	.footer_copyright, .footer_extra_pages {
		clear: both;
		width: 100%;
		float: none;
		text-align: center;
		margin-left: 0;
	}
	.home_category {
		padding: 7px 15px 7px 15px;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 700;
		margin: 0rem 0.2rem 2rem 0.2rem;
		box-shadow: 1px 2px 2px rgba(119, 119, 119, 0.3);
	}
	.profile_head {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 0px;
		background: #f7f7f7;
	}
	.profile_inner {
		overflow: hidden;
		width: 95%;
		margin: 0 auto;
	}
	.profile_inner_picture {
		float: left;
		width: 96px;
		height: 96px;
		border-radius: 96px;
		border: 3px solid #fff;
		box-sizing: border-box;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.profile_inner_picture img {
		width: 90px;
		height: 90px;
		border-radius: 90px;
	}
	.profile_picture_options {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 2px;
	}
	.profile_page_add_photos {
		margin-top: 15px;
		font-size:15px;
		padding: 7px 12px 7px 12px;
	}
	.upload_new_profile {
		font-size: 17px;
		padding-top: 3px;
		width: 25px;
		height: 25px;
	}
	.remove_profile_picture {
		font-size: 15px;
		padding-top: 0px;
		width: 23px;
		height: 25px;
	}
	.profile_inner_info {
		width: calc( 100% - 111px );
		float: left;
		margin-left: 15px;
		padding-top: 8px;
	}
	.profile_inner_info_name {
		margin-top: 0px;
		font-size: 22px;
		text-align: left;
		width: 100%;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
	}
	.profile_inner_info_slogan {
		font-style: italic;
		font-size: 12px;
		color: #565858;
		width: 100%;
	}
	.profile_inner_info_rating {
		margin-top: 10px;
		font-size: 28px;
	}
	.profile_inner_info_rating path {
		transform: scale(1) !important;
	}
	.profile_head_sub {
		overflow: hidden;
		margin: 0 auto;
		width: 95%;
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.8);
		margin-top: 0px;
		margin-bottom: 20px;
		border: 1px solid #e1e1e1;
	}
	.profile_head_col {
		float: left;
		width: 33.3%;
		text-align: center;
		padding: 7px 5px 7px 5px;
		box-sizing: border-box;
	}
	.profile_head_col_val {
		font-size: 19px;
		font-weight: 600;
	}
	.profile_head_col_name {
		font-size: 12px;
		color: #777;
		text-transform: uppercase;
	}
	/* Ranking */
	.ranking_loading {
		margin-top: 40px;
		margin-bottom: 100px;
		text-align: center;
		width: 100%;
		font-size: 35px;
		color: #222;
	}
	.ranking {
		width: 100%;
		background: #f7f7f7;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.celling_ranking {
		width: 95%;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 30px;
		overflow: visible;
	}
	.ranking_filters {
		display: none;
	}
	.ranking_tab_1 {
		float: none;
		width: 100%;
	}
	.ranking_tab_2 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.ranking_filter_button_mobile {
		display: inline-block;
		margin-bottom: 10px;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
		padding: 10px 18px 10px 18px;
		font-size: 16px;
		border-radius: 4px;
		text-align: center;
		margin: 0 auto;
		cursor: pointer;
	}
	.ranking_filters {
		margin-top: 3px;
		background: rgba(0, 0, 0, 0.6);
		padding: 18px;
		border-radius: 4px;
	}
	.ranking_item {
		overflow: hidden;
		border: 0px solid #e1e1e1;
		margin-bottom: 6px;
		border-radius: 3px;
		position: relative;
	}
	.ranking_item_rank {
		float: left;
		padding: 17px 5px 17px 5px;
		font-size: 16px;
		font-weight: 600;
		position: relative;
		width: 60px;
		text-align: center;
		box-sizing: border-box;
		border-right: 1px solid rgba(119, 119, 119, 0.12);
	}
	.ranking_item_photo {
		float: left;
		padding: 9px;
		width: 45px;
		box-sizing: border-box;
	}
	.ranking_item_photo img {
		border-radius: 35px;
		width: 35px;
		height: 35px;
		display: block;
	}
	.ranking_item_name {
		float: left;
		padding: 8px 15px 8px 15px;
		box-sizing: border-box;
		width: calc( 100% - 160px);
	}
	.ranking_item_name span {
		font-weight: 600;
		font-size: 15px;
	}
	.ranking_item_votes {
		display: none;
	}
	.ranking_item_views {
		display: none;
	}
	.ranking_item_rate {
		float: right;
		padding: 16px 5px 16px 5px;
		text-align: center;
		background: rgba(0, 0, 0, 0.05);
		width: 50px;
		font-size: 18px;
		font-weight: 700;
		color: #777;
	}
	.ranking_filter {
		font-size: 18px;
		color: #fff;
	}
	.ranking_filter_options {
		overflow: hidden;
		margin-top: 10px;
	}
	.ranking_filter_op {
		overflow: hidden;
		padding-top: 10px;
		cursor: pointer;
		color: #fff;
	}
	.ranking_filter_check {
		float: left;
		border: 1px solid #fff;
		border-radius: 3px;
		width: 17px;
		height: 17px;
		position: relative;
	}
	.ranking_filter_op_selected .ranking_filter_check:after {
		position: absolute;
		content: ' ';
		width: 9px;
		height: 9px;
		background: #fff;
		top: 3px;
		left: 3px;
	}
	.ranking_filter_value {
		float: left;
		width: calc( 100% - 30px);
		margin-left: 10px;
		color: #fff;
		font-size: 17px;
	}
	/* Ranking */
	.thumb:hover .hover_rate {
		display: none;
	}
	.main_home,
	.profile_photos,
	.contest_ranking {
		width: calc( 95% + 0.6rem);
		margin-top: 20px;
	}
	.thumb {
		flex: 0 1 calc(33.3% - 0.6rem);
		margin: 0.3rem;
	}
	.open_upload {
		display: block;
	}
	.profile_rating {
		margin-top: 15px;
	}
	.profile_rating_left {
		color: #222;
		font-size: 17px;
		float: left;
		letter-spacing: -2px;
	}
	.profile_rating_right {
		float: left;
		margin-left: 10px;
		padding-top: 1px;
		font-weight: 400;
		font-size: 12px;
		font-family: 'Open sans', sans-serif;
	}
	.button5_sel {
		color: #1e7ca7;
	}
	.button5_sel .button5_icon {
		color: #1e7ca7;
	}
	.button5_sel .button5_text {
		color: #1e7ca7;
	}
	.hh2 .open_menu {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
	}
	.hh2 .close_menu {
		background: rgba(255, 255, 255, 0.5);
		color: #222;
	}
	.header_h .open_upload {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
	}
	.open_account_menu {
		display: none;
	}
	.cs2 {
		font-size: 35px;
	}
	.cs3 {
		font-size: 18px;
	}
	.header_main {
		width: 95%;
	}
	.home_h {
		height: 200px;
	}
	.head_home {
		margin-top: 73px;
	}
	#forgot_pop .pop_content,
	#login_pop .pop_content,
	#register_pop .pop_content,
	#edit_photo .pop_content {
		width: 90%;
	}
	.open_menu,
	.close_menu {
		display: block;
	}
	.search_box,
	.button,
	.button2 {
		display: none;
	}
	.photo_tab_1 {
		float: none;
		background: #222;
		width: 100%;
		min-height: 100px;
		height: auto;
		overflow: hidden;
		text-align: center;
		position: relative;
		vertical-align: middle;
	}
	.photo_tab_2 {
		float: none;
		width: 100%;
		min-height: 600px;
		background: #fff;
	}
	.celling {
		width: 100%;
		margin-top: 0;
	}
	.main_celling {
		padding-top: 0;
	}
	.photo_tab_1 img {
		text-align: center;
		max-height: auto;
		max-width: 100%;
		width: auto;
		height: auto;
		position: relative;
		margin: auto;
	}
	.thumb_trash,
	.thumb_rotate,
	.thumb_edit {
		float: left;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		padding: 4px 7px 4px 7px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 15px;
		cursor: pointer;
	}
	.photo_page_share {
		clear:both;
		width:100%;
		float:none;
		padding-top:15px;
		margin-top:15px;
	}
	.photo_page_left {
		width:100%;
		float:left;
	}
	.photo_page_info {
		width:100%;
	}
	.photo_tab_1 {
		width: 100%;
	}
	.photo_tab_2 {
		width: 100%;
		background: none !important;
	}
	.photo_tab_2 {
		margin-top: -4px;
	}
	.main_celling {
		padding-bottom: 0;
	}
	.celling {
		margin-bottom: 0;
	}
	.photo_clear {
		margin-top: 0;
	}
	.photo_tab_2 {
		min-height:auto;
	}
	.photo_related_item {
		height:100px !important;
	}
	.photo_page_info {
		position:relative;
	}
	.s100 {
		width:100%;
		clear:both;
		margin-top:20px;
		padding-bottom:20px;
		background:#fff;
	}
	.photo_comments_tab, .photo_comments_box {
		background:#fff;
	}
	.photo_page_info {
		background:none !important;
	}
	.photo_tab_1 {
		background:#f2f2f2 !important;
	}

}

.game-card >img{

  width: 300px; height: 150px;
}

.banner-section .overlay {
  background-image: url(../images/index-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
.banner-section .overlay .banner-content {
  padding: 195px 0 160px;
}
.banner-section .overlay .banner-content .main-content .top-area h1 span {
  color: var(--primary-color);
}
.banner-section.index {
  overflow-x: initial;
}
.banner-section.inner-banner .main-content .breadcrumb-area {
  margin-top: 10px;
}
.banner-section.inner-banner .main-content .breadcrumb-area .breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--bs-white);
}
.banner-section.inner-banner .main-content .breadcrumb-area .breadcrumb li a {
  color: var(--bs-white);
}
.banner-section.inner-banner .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  background-image: url(../images/icon/right-arrow.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  padding: 0 15px;
  content: "";
}
.banner-section.games .overlay {
  background-image: url(../images/games-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section.games .overlay .banner-content {
  padding: 158px 0 60px;
}
.banner-section.lottery .overlay {
  background-image: url(../images/lottery-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section.lottery .overlay .banner-content {
  padding: 160px 0 280px;
}
.banner-section.promotions .overlay {
  background-image: url(../images/promotions-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section.promotions .overlay .banner-content {
  padding: 183px 0 80px;
}
.banner-section.promotions.details .overlay .banner-content {
  padding: 154px 0 115px;
}
.banner-section.tournaments .overlay {
  background-image: url(../images/tournament-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section.tournaments .overlay .banner-content {
  padding: 183px 0 80px;
}
.banner-section.tournaments.details .overlay .banner-content {
  padding: 148px 0 125px;
}
.banner-section.about-us .overlay {
  background-image: url(../images/about-us-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section.about-us .overlay .banner-content {
  padding: 183px 0 85px;
}
.banner-section.contact .overlay {
  background-image: url(../images/contact-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section.contact .overlay .banner-content {
  padding: 183px 0 85px;
}
.banner-section.blog .overlay {
  background-image: url(../images/blog-banner-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.banner-section.blog .overlay .banner-content {
  padding: 183px 0 85px;
}
.banner-section.blog.details .overlay {
  background-image: url(../images/blog-details-banner-bg.png);
}
.banner-section.blog.details .overlay .banner-content {
  padding: 180px 0 235px;
}

.footer-section {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer-section .footer-form {
  background-image: url(../images/footer-form-bg.png);
  background-repeat: no-repeat;
  border-radius: 10px;
  background-size: cover;
  padding: 60px 200px;
}
.footer-section .footer-form form {
  margin: 0 auto;
}
.footer-section .footer-form form .form-group {
  border-radius: 10px;
  background-color: rgba(76, 41, 126, 0.8);
  box-shadow: 8.5px 14.722px 32px 0px rgba(44, 44, 77, 0.65);
  border: 1px solid rgb(190, 144, 254);
  border-radius: 20px;
  padding: 10px;
}
.footer-section .footer-form form button {
  border-radius: 50%;
  background-color: rgb(7, 141, 7);
  width: 60px;
  height: 60px;
}
.footer-section .footer-bottom {
  border-top: 1px solid rgb(76, 86, 133);
  padding: 40px 0;
  margin-top: 30px;
}
.footer-section .footer-bottom .social a {
  background-color: rgba(30, 9, 71, 0.5);
  border: 1px solid var(--bs-white);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-section {
  margin-top: -85px;
  transform: translateZ(10px);
}
.counter-section .single-box {
  border-radius: 10px;
  background-color: rgba(17, 4, 31, 0.5);
  padding: 25px 30px;
  /*background-image: url(../images/counter-ball.png);*/
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.counter-section .single-box.second {
  background-image: url(../images/counter-light.png);
  background-size: contain;
}
.counter-section .single-box .img-area {
  margin-right: 30px;
}
.counter-section .single-box h6 {
  margin: 0;
}
.counter-section .single-box h3 {
  color: rgb(45, 203, 42);
  margin: 10px 0 0;
}
.counter-section .single-box p span {
  color: #ffcc00;
}

.popular-game {
  background-image: url(../images/popular-game-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}
.popular-game .abs-item {
  position: absolute;
  bottom: 10%;
  z-index: -1;
  left: 5%;
  animation: ripple2Ani 4s linear infinite;
}
.popular-game .single-box {
  padding: 0;
  margin: 0;
}

.features {
  background-image: url(../images/features-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
}
.features .single-box {
  padding: 60px 0 50px;
  border-radius: 20px;
  background-color: rgb(164, 40, 58);
  text-align: center;
}
.features .single-box h3 {
  margin: 29px 0 10px;
}
.features .single-box.second {
  background-color: rgb(42, 65, 164);
}
.features .single-box.third {
  background-color: rgb(29, 95, 44);
}
.features .single-box.fourth {
  background-color: rgb(126, 76, 4);
}

.how-works .single-box {
  padding: 0;
}
.how-works .single-box h5 {
  margin: 33px 0 20px;
}
.how-works .single-box p {
  color: var(--para-color);
  margin: auto;
  width: 50%;
}
.how-works .single-box.mid {
  position: relative;
}
.how-works .single-box.mid::before, .how-works .single-box.mid::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon/how-works-arrow-1.png);
  background-size: auto;
  background-repeat: no-repeat;
  width: 157px;
  height: 35px;
  z-index: -1;
  left: -20%;
  bottom: 50%;
}
.how-works .single-box.mid::after {
  background-image: url(../images/icon/how-works-arrow-2.png);
  left: initial;
  right: -20%;
}

.drops-wins {
  background-image: url(../images/drops-wins-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.drops-wins .currency {
  color: var(--primary-color);
  margin-bottom: 10px;
}
.drops-wins .countdown h6 {
  margin: 0;
}
.drops-wins .countdown .days, .drops-wins .countdown .hours, .drops-wins .countdown .minutes {
  color: var(--primary-color);
}
.drops-wins .countdown span {
  margin-right: 5px;
  color: var(--para-color);
}
.drops-wins .right-box {
  border: 2px solid rgb(190, 144, 254);
  border-radius: 20px;
  background-color: rgba(76, 41, 126, 0.8);
  box-shadow: 8.5px 14.722px 32px 0px rgba(44, 44, 77, 0.65);
  padding: 60px 30px 53px;
  text-align: center;
}
.drops-wins .right-box .link-area a {
  color: var(--primary-color);
}
.drops-wins .input-field {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(97, 69, 137);
  border-radius: 10px;
  background-color: rgb(65, 34, 109);
}
.drops-wins .input-field input {
  background-color: transparent;
  border-color: transparent;
  padding: 20px;
}
.drops-wins .input-field .nice-select {
  border-left: 1px solid rgb(97, 69, 137);
  padding: 20px;
}

.latest-bets {
  background-image: url(../images/latest-bets-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.latest-bets .nav {
  border: 2px solid rgba(190, 144, 254, 0.3);
  background-color: rgba(76, 41, 126, 0.302);
  box-shadow: 4px 6.928px 13px 0px rgba(44, 44, 77, 0.43);
  display: inline-flex;
  padding: 20px;
  border-radius: 40px;
  gap: 15px;
}
.latest-bets .nav li .nav-link {
  background-color: rgb(89, 29, 180);
  color: var(--bs-white);
  border-radius: 20px;
}
.latest-bets .nav li .nav-link.active {
  background-color: rgb(7, 141, 7);
}
.latest-bets th {
  padding: 20px 30px;
}
.latest-bets thead {
  background-color: rgba(37, 47, 90, 0.302);
}
.latest-bets thead th {
  color: rgb(180, 184, 209);
  text-align: center;
}
.latest-bets thead th:first-child {
  text-align: start;
}
.latest-bets table {
  border-collapse: collapse;
  background-color: rgba(32, 16, 72, 0.902);
  box-shadow: 4px 6.928px 27px 0px rgba(255, 255, 255, 0.15);
}
.latest-bets table img {
  margin-right: 12px;
}
.latest-bets table tbody tr {
  border-top: 1px solid rgba(144, 174, 223, 0.1);
}
.latest-bets table tbody tr:last-child {
  border-bottom: 1px solid rgba(144, 174, 223, 0.1);
}
.latest-bets table tbody tr:hover {
  background-color: rgba(46, 57, 104, 0.3);
  border-top: 1px solid rgba(144, 174, 223, 0.5);
  border-bottom: 1px solid rgba(144, 174, 223, 0.5);
}
.latest-bets table tbody td {
  text-align: center;
  color: var(--bs-white);
  vertical-align: middle;
}
.latest-bets table tbody td:last-child span {
  color: rgb(98, 203, 49);
}
.latest-bets table tbody td:last-child .loss {
  color: rgb(212, 39, 61);
}
.latest-bets table tbody .game {
  color: rgb(240, 173, 78);
}
.latest-bets.latest-winners {
  background-image: none;
}

.total-jackpot {
  background-image: url(../images/jackpot-sec-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.total-jackpot .section-area {
  background-image: url(../images/jackpot-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0 250px;
  z-index: 1;
}
.total-jackpot .section-area .bg-img {
  position: absolute;
  top: 0;
  z-index: -1;
}
.total-jackpot .section-area .icon-img {
  position: absolute;
  top: -10%;
  left: -20%;
}
.total-jackpot .box {
  margin: 0 10px;
}
.total-jackpot .img-box {
  margin-top: 20px;
  width: 100%;
}
.total-jackpot .img-box img {
  width: 100%;
}
.total-jackpot .title a {
  margin-right: 100px;
}
.total-jackpot .slick-arrow {
  top: -55px;
  right: 0;
}
.total-jackpot .slick-arrow.slick-prev {
  left: initial;
  right: 40px;
}

.refer-section {
  position: relative;
}
.refer-section .shape-area {
  position: absolute;
  right: 8%;
  top: 35%;
  z-index: -1;
}

.games-section {
  background-image: url(../images/games-bg.png);
  background-size: contain;
  background-position: top 120px left;
  background-repeat: no-repeat;
}
.games-section .form-group {
  border-radius: 10px;
  margin: 0;
  background-color: rgba(76, 41, 126, 0.2);
  border: 1px solid rgb(190, 144, 254);
  box-shadow: 8.5px 14.722px 32px 0px rgba(44, 44, 77, 0.65);
}
.games-section .top-nav {
  background-color: rgb(29, 12, 79);
  border-top: 1px solid rgb(61, 38, 128);
  border-bottom: 1px solid rgb(61, 38, 128);
}
.games-section .top-nav .nav-link {
  background-color: transparent;
  display: grid;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid transparent;
  color: var(--bs-white);
  text-transform: capitalize;
  padding: 30px 0 25px;
}
.games-section .top-nav .nav-link:hover, .games-section .top-nav .nav-link.active {
  border-color: rgb(39, 191, 121);
  color: rgb(39, 191, 121);
}
.games-section .top-nav .nav-link img {
  margin: auto;
  margin-bottom: 10px;
}
.games-section .bottom-nav .nav-link {
  background-color: #591db4;
  border-radius: 20px;
  margin-right: 15px;
  padding: 5px 25px;
  color: var(--bs-white);
}
.games-section .bottom-nav .nav-link.active {
  background-color: rgb(7, 141, 7);
}
.games-section .all-items {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.games-section .all-items .single-item {
  flex: 0 0 calc(16.6666666667% - 15px);
  max-width: calc(16.6666666667% - 15px);
  margin-bottom: 30px;
}
.games-section .all-items .magnific-area:hover .bg-area {
  border-radius: 10px;
  background-image: linear-gradient(-154deg, rgb(45, 15, 107) 0%, rgb(94, 41, 73) 100%);
  opacity: 0.4;
}
.games-section .all-items .magnific-area:hover .mfp-iframe {
  opacity: 1;
}
.games-section .all-items .magnific-area .mfp-iframe {
  transition: 0.3s;
  opacity: 0;
}
.games-section .all-items .magnific-area .mfp-iframe::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-radius: 50%;
  background-color: #B3710E;
  box-shadow: 2px 3.464px 6px 0px rgba(44, 44, 77, 0.004);
  width: 50px;
  height: 50px;
}
.games-section .all-items .magnific-area .mfp-iframe img {
  z-index: 2;
}

.weekly-lottery {
  transform: translateZ(10px);
  margin-top: -220px;
}
.weekly-lottery .lottery-content {
  border-radius: 20px;
  background-color: rgb(27, 12, 67);
  padding: 60px;
  background-image: url(../images/weekly-lottery-bg.png);
  background-size: contain;
  background-position: top 80px left;
  background-repeat: no-repeat;
}
.weekly-lottery .lottery-content p {
  margin: 24px 0 35px;
}
.weekly-lottery .lottery-content p span {
  color: var(--primary-color);
}
.weekly-lottery .prize-pool {
  border-radius: 20px;
  background-image: linear-gradient(-154deg, rgb(45, 15, 107) 0%, rgb(94, 41, 73) 100%);
  padding: 20px 30px;
}
.weekly-lottery .prize-pool .sub-title {
  margin-bottom: 15px;
}
.weekly-lottery .right-area {
  border-radius: 20px;
  background-color: #4c297e;
  padding: 20px 60px;
}

.how-works-second , .gradian-background {
  background-image: linear-gradient(-154deg, rgb(45, 15, 107) 0%, rgb(94, 41, 73) 100%);
}
.how-works-second .single-box {
  border: 1px solid rgb(105, 76, 185);
  border-radius: 40px;
  background-color: rgba(20, 8, 54, 0.2);
  padding: 60px 50px 55px;
}
.how-works-second .single-box h5 {
  margin: 30px 0 25px;
}

.faqs-section .accordion-item {
  margin-bottom: 20px;
  background-color: transparent;
}
.faqs-section .accordion-item:last-child {
  margin: 0;
}
.faqs-section .accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}
.faqs-section .accordion-body {
  padding: 20px 30px 10px;
}
.faqs-section .accordion-button {
  border-radius: 10px;
  background-color: rgb(76, 41, 126);
  padding: 20px 30px;
  color: var(--bs-white);
  font-weight: 500;
}
.faqs-section .accordion-button:first-of-type, .faqs-section .accordion-button:last-of-type.collapsed {
  border-radius: 10px;
}
.faqs-section .accordion-button:after {
  background-image: url(../images/icon/down-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
}
.faqs-section.contact {
  background-color: rgb(32, 16, 72);
}

.buy-lottery-tickets {
  transform: translateZ(10px);
  margin-top: -215px;
}
.buy-lottery-tickets .main-content {
  border-radius: 20px;
  background-color: rgb(27, 12, 67);
}
.buy-lottery-tickets .main-content .head-area {
  background-color: rgb(76, 41, 126);
  padding: 10px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.buy-lottery-tickets .main-content .body-area {
  padding: 30px;
}
.buy-lottery-tickets .nice-select {
  border: 1px solid rgb(105, 76, 185);
  border-radius: 10px;
  background-color: rgb(95, 55, 152);
  padding-right: 60px;
}
.buy-lottery-tickets .single-item {
  border: 1px solid rgb(105, 76, 185);
  border-radius: 15px;
  padding: 30px;
  background-color: rgba(95, 55, 152, 0.2);
  margin-bottom: 30px;
}
.buy-lottery-tickets .single-item .radio-box {
  margin-bottom: -25px;
}
.buy-lottery-tickets .single-item .amount {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.buy-lottery-tickets .single-item .amount .balance {
  color: var(--primary-color);
}
.buy-lottery-tickets .single-item .amount img {
  margin-right: 10px;
}
.buy-lottery-tickets button {
  background-color: transparent;
}
.buy-lottery-tickets .ticket-box {
  border-radius: 20px;
  background-color: rgb(50, 27, 99);
  padding: 30px;
  margin-bottom: 20px;
  display: none;
}
.buy-lottery-tickets .ticket-box:last-child {
  margin: 0;
}
.buy-lottery-tickets .ticket-box.active {
  display: block;
}
.buy-lottery-tickets .ticket-box h6 {
  margin-bottom: 15px;
}
.buy-lottery-tickets .ticket-box h6 span {
  color: var(--primary-color);
}
.buy-lottery-tickets .ticket-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.buy-lottery-tickets .ticket-box ul li {
  background-color: #e8e7fe;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.buy-lottery-tickets .ticket-box ul li.numActive {
  background-color: rgb(159, 199, 189);
}
.buy-lottery-tickets .ticket-box ul li.deactive {
  pointer-events: none;
}
.buy-lottery-tickets .ticket-box ul li.jackpotActive {
  background-color: rgb(240, 173, 78);
}
.buy-lottery-tickets .ticket-box ul li span {
  background-color: var(--bs-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: rgb(41, 21, 84);
  font-weight: bold;
}
.buy-lottery-tickets .numbers {
  margin-top: 25px;
}
.buy-lottery-tickets .output-box ul {
  border: 1px dashed var(--bs-white);
  background-color: rgb(41, 21, 84);
  padding: 10px 15px;
  border-radius: 20px;
  width: 100%;
  justify-content: space-between;
}
.buy-lottery-tickets .output-box button {
  border-radius: 20px;
  background-color: rgba(63, 40, 113, 0.5);
  border: 1px dashed var(--bs-white);
  width: 100%;
}

.promotions .single-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgb(57, 28, 98);
  gap: 20px;
  padding: 23px 15px 30px;
}
.promotions .single-box h5 {
  color: var(--primary-color);
  margin: 8px 0 6px;
}
.promotions .single-box .cmn-btn {
  margin-top: 25px;
}

.get-start {
  overflow-x: initial;
}
.get-start .overlay {
  background-image: url(../images/get-start-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.get-start .star-form {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 35px 20px 40px;
}
.get-start .star-form .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.get-start .btn-area {
  text-align: center;
}
.get-start .btn-area a {
  width: 70%;
}

.promotions-single {
  transform: translateZ(10px);
  margin-top: -65px;
}
.promotions-single .top-box {
  border-radius: 10px;
  padding: 30px 120px;
  text-align: center;
  background-color: rgb(57, 28, 98);
}
.promotions-single .top-box img {
  margin-bottom: 15px;
}
.promotions-single .top-box h3 {
  color: var(--primary-color);
  margin: 14px 0 10px;
}
.promotions-single .promotions-content h4 {
  margin-bottom: 10px;
}
.promotions-single .promotions-content ul li {
  margin-top: 6px;
  list-style: decimal;
  margin-left: 20px;
}

.tournaments .input-field {
  width: 100%;
}
.tournaments .input-field .nice-select {
  background-color: rgba(95, 55, 152, 0.2);
}
.tournaments .input-area {
  background-color: rgba(95, 55, 152, 0.2);
  margin: 0;
  padding: 5px 25px;
}
.tournaments .countdown .ref {
  margin-right: 5px;
}
.tournaments .single-box {
  padding: 0;
}
.tournaments .single-content {
  border: 1px solid rgb(105, 76, 185);
  border-radius: 10px;
  background-color: rgba(142, 109, 214, 0.2);
  text-align: center;
  padding: 30px;
  position: relative;
}
.tournaments .single-content .abs-area {
  position: absolute;
  right: -20px;
  top: -20px;
}
.tournaments .single-content .prize-pool {
  border-radius: 20px;
  background-color: rgb(66, 45, 122);
  text-align: center;
  padding: 20px;
}
.tournaments .single-content .prize-pool p {
  font-weight: bold;
}
.tournaments .single-content .prize-pool h5 {
  color: var(--primary-color);
  margin-top: 10px;
}

.finished-tournaments {
  background-image: url(../images/finished-tournaments-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.finished-tournaments .single-box {
  padding: 5px;
  border: 1px solid rgb(105, 76, 185);
  border-radius: 15px;
  background-color: rgb(44, 28, 86);
  text-align: center;
}
.finished-tournaments .single-box .img-area {
  position: relative;
}
.finished-tournaments .single-box .img-area img {
  width: 100%;
}
.finished-tournaments .single-box .abs-area {
  position: absolute;
  border: 1px solid #42267c;
  background-color: #351c69;
  padding: 5px 10px;
  bottom: -20px;
  border-radius: 15px;
  left: 25px;
}
.finished-tournaments .single-box .text-area {
  padding: 50px 20px 25px;
}
.finished-tournaments .single-box .text-area a {
  border-radius: 10px;
  background-color: rgb(48, 30, 95);
  padding: 5px 20px;
  margin-top: 25px;
}
.finished-tournaments .single-box .text-area h5 {
  margin-bottom: 5px;
}
.finished-tournaments .single-box .prize-pool {
  border-radius: 20px;
  background-color: #422d7a;
  text-align: center;
  padding: 15px;
  margin-top: 25px;
}
.finished-tournaments .single-box .prize-pool h5 {
  margin: 0;
  margin-top: 5px;
  color: var(--primary-color);
}

.players-of-week .single-box {
  border: 1px solid rgb(105, 76, 185);
  border-radius: 40px;
  background-color: rgb(44, 28, 86);
  position: relative;
  text-align: center;
}
.players-of-week .single-box .img-area {
  position: relative;
}
.players-of-week .single-box .img-area .img-1 {
  position: absolute;
}
.players-of-week .single-box .abs-area {
  position: absolute;
  background-color: rgba(80, 57, 140, 0.502);
  width: 45px;
  height: 65px;
  top: -2px;
  z-index: 1;
  left: 40px;
  border-bottom: 1px solid var(--primary-color);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.players-of-week .single-box .abs-area span {
  color: var(--primary-color);
}
.players-of-week.second .img-area .img-3 {
  position: absolute;
  bottom: 25px;
}

.tournaments-heading {
  transform: translateZ(10px);
  margin-top: -75px;
}
.tournaments-heading .heading-content {
  border-color: 1px solid rgb(105, 76, 185);
  border-radius: 10px;
  background-color: rgba(44, 28, 86, 0.9);
  padding: 25px 100px 30px;
  transform: translateZ(10px);
  margin-top: -220px;
}
.tournaments-heading .heading-content .title {
  margin-bottom: 35px;
}
.tournaments-heading .prize-pool {
  border-radius: 20px;
  background-color: rgb(66, 45, 122);
  width: 60%;
  margin: auto;
  padding: 15px;
}
.tournaments-heading .prize-pool h4 {
  color: var(--primary-color);
  margin-top: 6px;
}
.tournaments-heading .countdown .ref {
  margin-right: 5px;
}
.tournaments-heading .tournament-games .single-box {
  border: 1px dashed rgb(79, 50, 154);
  border-radius: 20px;
  background-color: rgb(42, 26, 83);
  padding: 20px;
  width: 100%;
}
.tournaments-heading .tournament-games .single-box img {
  margin-right: 20px;
}
.tournaments-heading .tournament-games .single-box h5 {
  text-align: start;
  color: var(--primary-color);
}
.tournaments-heading .tournament-prize .prize-items {
  border: 1px dashed rgb(81, 58, 144);
  border-radius: 20px;
  background-color: rgb(20, 8, 54);
  padding: 30px;
}
.tournaments-heading .tournament-prize .single-box {
  border: 1px solid rgb(77, 59, 130);
  border-radius: 20px;
  background-color: rgb(32, 16, 72);
  text-align: center;
}
.tournaments-heading .tournament-prize .single-box img {
  margin-bottom: 25px;
}
.tournaments-heading .tournament-prize .single-box h5 {
  margin-top: 6px;
}
.tournaments-heading .tournament-prize .single-box h5:last-child {
  color: var(--primary-color);
}
.tournaments-heading .games-area .prize-items {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tournaments-heading .games-area .prize-items .single-box {
  flex: 0 0 calc(20% - 15px);
  max-width: calc(20% - 15px);
  padding: 0;
}
.tournaments-heading .games-area .prize-items .single-box img {
  width: 100%;
}
.tournaments-heading .games-area .btn-area a {
  background-color: rgb(89, 29, 180);
  padding: 5px 35px;
  border-radius: 20px;
}
.tournaments-heading .latest-winners .table-responsive {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 40px;
}
.tournaments-heading .latest-winners .table-responsive table {
  box-shadow: none;
}

.about-us .overlay {
  position: relative;
}
.about-us .shape-item, .about-us .shape-area {
  right: 0;
  position: absolute;
}
.about-us .shape-area {
  right: calc(5% + 5px);
  top: calc(5% + 40px);
}
.about-us .magnific-area {
  position: relative;
}
.about-us .magnific-area .mfp-iframe {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: calc(10% + 40px);
  bottom: calc(10% + 140px);
  z-index: 5;
}
.about-us .magnific-area .mfp-iframe::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -5;
  width: 120px;
  height: 120px;
  background-color: rgb(105, 185, 66);
}
.about-us .magnific-area .mfp-iframe::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -2;
  animation: stretch 5s linear infinite;
  border: 2px solid var(--bs-white);
  background-color: rgba(32, 16, 72, 0);
  width: 164px;
  height: 164px;
}
.about-us .single-box {
  padding: 0;
}
.about-us .single-box h3 {
  color: var(--primary-color);
}

.why-choose .section-header p {
  width: 50%;
  margin: auto;
}
.why-choose .cus-mar {
  margin-bottom: -60px;
}
.why-choose .single-box {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.why-choose .single-box h5 {
  margin: 33px 0 20px;
}

.get-in-touch .single-box {
  width: 100%;
  padding: 0;
  text-align: center;
}
.get-in-touch .single-box h5 {
  padding: 25px 0 15px;
}
.get-in-touch .single-box .phone-email {
  color: var(--primary-color);
}
.get-in-touch form {
  border-radius: 20px;
  background-color: rgb(27, 12, 67);
  padding: 30px;
}
.get-in-touch .cmn-btn {
  width: 40%;
  background-color: transparent;
}

.social-media .single-box {
  border-radius: 20px;
  background-color: rgb(32, 16, 72);
  padding: 30px 30px 25px;
}
.social-media h4 {
  margin: 28px 0 20px;
}
.social-media a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 25px;
}
.social-media a img {
  margin-left: 10px;
}

.blog-post .section-text a {
  border-radius: 25px;
  background-color: #591db4;
  padding: 10px 25px;
}
.blog-post .single-box {
  padding: 5px;
  border: 1px solid #694cb9;
  border-radius: 15px;
  background-color: #2c1c56;
}
.blog-post .single-box .img-area img {
  width: 100%;
}
.blog-post .single-box .text-area {
  padding: 30px 40px 25px;
}
.blog-post .single-box .text-area h4 {
  margin: 22px 0 20px;
}
.blog-post .single-box .text-area h6 {
  font-weight: 400;
}
.blog-post .single-box .btn-area {
  border-top: 1px solid #4e3886;
  margin-top: 25px;
  padding-top: 22px;
}
.blog-post .single-box .btn-area a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: start;
}
.blog-post .single-box .btn-area a img {
  margin-left: 10px;
}
.blog-post .sidebar-single {
  border-radius: 10px;
  background-color: rgb(43, 24, 90);
  padding: 30px;
  margin-bottom: 30px;
}
.blog-post .sidebar-single .title {
  border-bottom: 1px solid rgb(66, 39, 132);
  padding-bottom: 20px;
}
.blog-post .sidebar-single .input-area {
  border: 1px solid rgb(105, 76, 185);
  border-radius: 15px;
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.blog-post .sidebar-single .cmn-btn {
  background-color: transparent;
  width: 100%;
  margin-top: 20px;
}
.blog-post .sidebar-single ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
.blog-post .sidebar-single ul a {
  background-color: rgb(89, 29, 180);
  padding: 4px 12px;
  border-radius: 20px;
}
.blog-post .slick-prev, .blog-post .slick-next {
  left: initial;
  top: -80px;
  right: 0;
  border-radius: 50%;
  background-color: rgb(89, 29, 180);
  width: 40px;
  height: 40px;
  border: none;
}
.blog-post .slick-prev:hover, .blog-post .slick-next:hover {
  background-color: rgb(7, 141, 7);
}
.blog-post .slick-prev {
  right: 60px;
}
.blog-post .blog-carousel {
  padding-top: 5px;
  margin-top: 25px;
}
.blog-post .blog-carousel h5 {
  margin-top: 15px;
}
.blog-post.blog-2 {
  overflow-x: initial;
}

.pagination-area {
  background-color: rgb(32, 16, 72);
  border-radius: 20px;
}
.pagination-area .page-btn {
  padding: 0 25px;
}
.pagination-area .page-btn span {
  color: rgba(255, 255, 255, 0.502);
}
.pagination-area .page-btn span:hover {
  color: var(--bs-white);
}
.pagination-area .page-item:focus-visible {
  outline: none;
}
.pagination-area .page-link:focus {
  color: inherit;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.pagination-area li {
  border-right: 1px solid rgb(49, 29, 100);
}
.pagination-area li:first-child {
  border-left: 1px solid rgb(49, 29, 100);
}
.pagination-area li a {
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.502);
  padding: 14px;
}
.pagination-area li a:hover, .pagination-area li a.active {
  background-color: transparent;
  color: var(--bs-white);
}

.blog-details {
  transform: translateZ(10px);
  margin-top: -150px;
  overflow-x: initial;
}
.blog-details .bg_ {
  background-color: rgb(89, 29, 180);
  position: absolute;
  left: 1417px;
  top: 3951px;
  width: 191px;
  height: 50px;
  z-index: 220;
}
.blog-details .container {
  border-bottom: 1px solid rgb(112, 81, 189);
}
.blog-details .sidebar-area {
  border-radius: 20px;
  background-color: rgb(32, 16, 72);
  padding: 40px 20px;
  top: 110px;
}
.blog-details .sidebar-area h5 {
  margin: 33px 0 20px;
}
.blog-details .social a {
  background-color: rgba(30, 9, 71, 0.5);
  border: 1px solid var(--bs-white);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details .social a .ins {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-details .social a .tw {
  color: #0e76a8;
}
.blog-details .single-item h3, .blog-details .single-item h4, .blog-details .single-item h5 {
  margin-bottom: 15px;
}
.blog-details .single-item ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 10px;
}
.blog-details .single-item ul li::before {
  position: absolute;
  content: "";
  left: -20px;
  border-radius: 50%;
  background-color: rgb(94, 69, 155);
  width: 10px;
  height: 10px;
}
.blog-details .single-item .item-image {
  margin-top: 30px;
}
.blog-details .single-item .item-image p {
  padding-top: 10px;
}
.blog-details .quotation {
  background-color: rgb(32, 16, 72);
  border-left: 10px solid rgb(16, 136, 16);
  padding: 60px 80px;
}

.error-section {
  background-image: url(../images/error-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.error-section .cmn-btn i {
  transform: rotate(180deg);
  margin-right: 10px;
}

.log-reg .modal-content,.default-modal .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 10px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}.log-reg .modal-content {
  border: 1px solid rgb(177, 152, 248);
  border-radius: 15px;
  background-color: rgb(57, 28, 98);
  padding: 30px;
}
.log-reg .modal-content .modal-body {
  padding: 0;
}
.log-reg .modal-content .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  z-index: 1;
}
.log-reg .modal-content .modal-header .btn-close {
  padding: 3px;
  margin: 0;
  background-color: var(--primary-color);
}
.log-reg .modal-content .input-area {
  border-radius: 15px;
  border: 1px solid rgba(177, 152, 248, 0.3);
  background-color: rgba(95, 55, 152, 0.2);
  padding-left: 20px;
}
.log-reg .modal-content .btn-area .cmn-btn {
  width: 70%;
}
.log-reg .modal-content p a {
  color: var(--primary-color);
  text-transform: uppercase;
}
.log-reg.prize-modal .modal-content {
  background-color: rgba(32, 16, 72, 0.902);
  padding-bottom: 0;
}
.log-reg.prize-modal .modal-content .table {
  box-shadow: none;
  width: 100%;
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}
.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}
.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}
.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}
.privacy-content .safe-data {
  margin: 55px 0;
}
.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}
.privacy-content .safe-data ul li {
  padding-left: 15px;
}
.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}
.privacy-content .cookies {
  margin-bottom: -36px;
}
.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

@media (max-width: 1499px) {
  .refer-section .shape-area {
    display: none;
  }
}
@media (max-width: 1399px) {
  .banner-section .overlay {
    background-size: 125% 100%;
  }
  .how-works .single-box.mid::before {
    left: -26%;
  }
  .how-works .single-box.mid::after {
    right: -26%;
  }
  .counter-section .single-box {
    background-image: none;
  }
  .counter-section .single-box.second {
    background-image: none;
  }
  .total-jackpot .section-area .icon-img {
    top: -30%;
    left: -25%;
  }
  .total-jackpot .section-area {
    background-size: contain;
    padding: 60px 0 175px;
  }
  .about-us .shape-item {
    display: none;
  }
  .tournaments .single-box img {
    height: 100%;
  }
  .tournaments-heading .tournament-games .single-box {
    padding: 12px;
  }
  .tournaments-heading .heading-content {
    padding: 25px 60px 30px;
  }
  .banner-section.tournaments .overlay {
    background-position: left;
  }
}
@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  .preloader {
    background-size: 30%;
  }
  .header-section .navbar .navbar-brand {
    margin-right: 30px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-size: 16px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 190px 0 80px;
  }
  .banner-section.lottery .overlay .banner-content {
    padding: 160px 0 280px;
  }
  .counter-section .single-box .img-area {
    margin-right: 20px;
  }
  .counter-section .single-box {
    padding: 20px 15px;
  }
  .how-works .single-box.mid::before, .how-works .single-box.mid::after {
    display: none;
  }
  .how-works .single-box h5 {
    margin: 23px 0 15px;
  }
  .how-works .single-box img {
    width: 30%;
  }
  .latest-bets table {
    width: 115%;
  }
  .total-jackpot .section-area {
    padding: 60px 0 110px;
  }
  .footer-section .footer-form {
    padding: 60px 80px 40px;
  }
  .banner-section.contact .overlay {
    background-position: left;
    background-size: 140% 110%;
  }
  .games-section .all-items {
    justify-content: start;
    gap: 18px;
  }
  .games-section .all-items .single-item {
    flex: 0 0 calc(20% - 15px);
    max-width: calc(20% - 15px);
    margin-bottom: 10px;
  }
  .games-section .btn-area.mt-3 {
    margin-top: 30px !important;
  }
  .buy-lottery-tickets .output-box ul {
    justify-content: start;
  }
  .tournaments .single-content .abs-area {
    display: none;
  }
  .tournaments .single-content .prize-pool {
    padding: 10px;
  }
  .tournaments-heading .heading-content {
    padding: 25px 20px 30px;
  }
  .tournaments-heading .games-area .btn-area {
    margin-top: 60px;
  }
  .tournaments-heading .games-area .prize-items {
    justify-content: start;
    gap: 20px;
  }
  .tournaments-heading .games-area .prize-items .single-box {
    margin-bottom: 5px;
  }
  .tournaments-heading .games-area .prize-items .single-box {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .tournaments-heading .latest-winners .table-responsive table {
    width: 100%;
  }
}
@media (max-width: 991px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -10px;
  }
  h3, h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }
  h4, h4 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h5, h5 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  h6, h6 > a, table thead tr th, button, a, p, span, li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .xxxlr {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }
  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .cmn-btn [class*=icon-]:before {
    line-height: 1;
  }
  .header-section {
    background-color: #1b1d4d;
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    left: 60px;
  }
  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .banner-section.index .overlay {
    background-size: 210%;
    background-position: left -280px bottom;
  }
  .total-jackpot .section-area {
    background-size: 100% 260%;
    padding: 60px 0;
  }
  .total-jackpot .section-area .icon-img {
    display: none;
  }
  .total-jackpot .section-area {
    margin-bottom: 40px;
  }
  .total-jackpot .slick-arrow {
    top: -45px;
  }
  .popular-game .single-box {
    margin: 0 15px;
  }
  .popular-game .single-box img {
    width: 100%;
  }
  .banner-section.promotions.details .overlay .banner-content {
    padding: 160px 0 115px;
  }
  .drops-wins .right-box {
    padding: 40px 5px 30px;
  }
  .latest-bets {
    background-position: left -250px top;
  }
  .latest-bets table {
    width: 135%;
  }
  .refer-section .bg-img {
    margin-top: 40px;
  }
  .refer-section .bg-img img {
    max-width: 100%;
  }
  .footer-section .footer-bottom .social a {
    margin-bottom: 30px;
  }
  .footer-section .footer-form form button {
    width: 40px;
    height: 40px;
  }
  .about-us .sec-img {
    text-align: center;
    margin-top: 30px;
  }
  .about-us .sec-img .bg-img {
    max-width: 65%;
  }
  .about-us .shape-area {
    display: none;
  }
  .blog-post .sidebar-area {
    margin-top: 40px;
  }
  .blog-details .sidebar-area {
    margin-bottom: 40px;
  }
  .get-in-touch form {
    margin-top: 40px;
  }
  .games-section .top-nav .nav-link {
    margin-right: 40px;
  }
  .games-section .top-nav .nav-link {
    padding: 20px 0 10px;
  }
  .games-section .all-items .single-item {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-bottom: 5px;
  }
  .how-works-second .single-box {
    border-radius: 20px;
    padding: 30px 25px 25px;
  }
  .banner-section.lottery .overlay {
    background-position: left;
  }
  .buy-lottery-tickets .output-box button {
    padding: 15px 0;
    margin-top: 25px;
  }
  .promotions-single .top-box {
    padding: 30px 40px;
  }
  .tournaments .nav-head {
    flex-wrap: wrap;
  }
  .tournaments .single-content {
    margin-top: 20px;
  }
  .tournaments-heading .heading-content {
    margin-top: -120px;
  }
  .log-reg .checkbox-single .checkbox-area .checkmark {
    top: -2px;
  }
}
@media (max-width: 767px) {
  .banner-section.index .overlay {
    background-size: 300%;
    background-position: left -280px bottom;
  }
  .features .single-box {
    padding: 40px 0 30px;
  }
  .drops-wins .right-box {
    margin-top: 40px;
  }
  .drops-wins {
    background-position: left -200px top;
  }
  .latest-bets table {
    width: 195%;
  }
  .footer-section .footer-top {
    display: grid !important;
    text-align: center;
    justify-content: center !important;
  }
  .footer-section .footer-top .logo {
    margin-bottom: 30px;
  }
  .footer-section .footer-top .footer-link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-us .magnific-area .mfp-iframe::after {
    width: 80px;
    height: 80px;
  }
  .about-us .magnific-area .mfp-iframe::before {
    width: 110px;
    height: 110px;
  }
  .why-choose .section-header p {
    width: 100%;
  }
  .blog-post .single-box .text-area {
    padding: 30px 20px 25px;
  }
  .blog-details .single-item ul li {
    align-items: flex-start;
  }
  .blog-details .single-item ul li::before {
    top: 6px;
  }
  .games-section .all-items .single-item {
    flex: 0 0 calc(33.3333333333% - 15px);
    max-width: calc(33.3333333333% - 15px);
    margin-bottom: 5px;
  }
  .games-section .form-group {
    margin-top: 30px;
  }
  .games-section .top-nav .nav-link img {
    width: 30px;
  }
  .weekly-lottery .prize-pool {
    display: grid !important;
    justify-content: center !important;
  }
  .weekly-lottery .lottery-content {
    text-align: center;
  }
  .how-works-second .single-box .thumb img {
    width: 45%;
  }
  .buy-lottery-tickets .single-item .radio-box {
    display: grid !important;
  }
  .buy-lottery-tickets .single-item .radio-box .single-radio {
    padding: 10px 40px;
  }
  .finished-tournaments {
    background-size: 200%;
  }
  .tournaments-heading .tournament-games {
    display: grid !important;
    gap: 0 !important;
  }
  .tournaments-heading .games-area .prize-items .single-box {
    flex: 0 0 calc(33.3333333333% - 15px);
    max-width: calc(33.3333333333% - 15px);
  }
  .tournaments-heading .latest-winners .table-responsive table {
    width: 110%;
  }
}


@media (max-width: 575px) {
  h1, h1 > a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -9px;
  }
  h2, h2 > a {
    font-size: 30px;
    line-height: 36px;
    margin-top: -7px;
  }
  h3, h3 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h4, h4 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
    font-size: 15px;
    line-height: 19px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .title {
    margin-bottom: 15px;
  }
  .xxxlr {
    font-size: 20px;
    line-height: 24px;
  }
  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .xlr {
    font-size: 16px;
    line-height: 22.4px;
  }
  .header-section .navbar {
    padding: 20px 15px;
  }
  .banner-section.index .overlay .banner-content {
    padding: 170px 0 130px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 170px 0 55px;
  }
  .banner-section.blog.details .overlay .banner-content {
    padding: 175px 0 210px;
  }
  .banner-section.lottery .overlay .banner-content {
    padding: 150px 0 260px;
  }
  .footer-section .footer-area .menu-item {
    margin-bottom: 20px;
  }
  .footer-section .footer-area .menu-item li {
    margin: 0 10px !important;
  }
  .footer-section .newsletter {
    padding: 40px 30px;
  }
  .footer-section .newsletter form {
    width: 100%;
  }
  .how-works .single-box img {
    width: 15%;
  }
  .drops-wins {
    background-position: left -260px top;
  }
  .total-jackpot .img-box {
    text-align: center;
  }
  .total-jackpot .img-box img {
    width: 100%;
  }
  .why-choose {
    overflow-x: initial;
  }
  .blog-details .quotation {
    padding: 35px 30px;
  }
  .how-works-second .single-box .thumb img {
    width: 25%;
  }
  .weekly-lottery .lottery-content {
    padding: 30px;
  }
  .buy-lottery-tickets .main-content .body-area {
    padding: 25px 10px;
  }
  .buy-lottery-tickets .single-item {
    padding: 20px 15px;
  }
  .buy-lottery-tickets .ticket-box {
    padding: 20px 15px;
  }
  .buy-lottery-tickets .ticket-box ul li span {
    width: 25px;
    height: 25px;
  }
  .buy-lottery-tickets .ticket-box ul li {
    width: 35px;
    height: 35px;
  }
  .promotions-single .top-box img {
    width: 120px;
  }
  .tournaments-heading .latest-winners .table-responsive table {
    width: 130%;
  }
}
@media (max-width: 480px) {
  .banner-section.index .overlay {
    background-size: cover;
    background-position: left -160px bottom;
  }
  .how-works .single-box img {
    width: 25%;
  }
  .latest-bets table {
    width: 265%;
  }
  .about-us .col-6 {
    width: 100% !important;
  }
  .get-start .btn-area a {
    width: 100%;
  }
  .get-start .star-form {
    padding: 35px 15px 35px;
  }
  .footer-section .menu-item {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding: 15px 15px;
  }
  .faqs-section .accordion-body {
    padding: 20px 15px 10px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::before {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::after {
    right: 25px;
  }
  .total-jackpot .slick-arrow {
    top: -40px;
  }
  .footer-section .footer-form {
    padding: 40px 20px 20px;
  }
  .blog-post .single-box .text-area {
    padding: 30px 15px 25px;
  }
  .get-in-touch .cus-mar {
    display: grid !important;
  }
  .social-media .icon-area img {
    width: 30%;
  }
  .games-section .all-items .single-item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 5px;
  }
  .weekly-lottery .lottery-content {
    padding: 30px 10px;
  }
  .weekly-lottery .right-area {
    padding: 20px 30px;
  }
  .weekly-lottery .prize-pool {
    padding: 20px 10px;
  }
  .single-radio .checkmark {
    width: 20px;
    height: 20px;
  }
  .single-radio .checkmark::after {
    width: 10px;
    height: 10px;
  }
  .promotions .single-box {
    display: grid;
  }
  .promotions .single-box .icon-box img {
    width: 110px;
  }
  .tournaments-heading .heading-content {
    margin-top: -40px;
  }
  .tournaments-heading .games-area .prize-items .single-box {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .tournaments-heading .tournament-prize .single-box .img-bg {
    width: 160px;
  }
  .players-of-week.second .img-area .img-3 {
    bottom: 5px;
  }
  .tournaments-heading .tournament-prize .prize-items {
    padding: 20px;
  }
  .tournaments-heading .latest-winners .table-responsive table {
    width: 140%;
  }
}
@media (max-width: 375px) {
  .blog-post .col-10,
  .buy-lottery-tickets .col-6,
  .about .col-6 {
    width: 100% !important;
  }
  .latest-bets table {
    width: 310%;
  }
  .total-jackpot .title {
    display: grid !important;
  }
  .total-jackpot .title h4 {
    margin-bottom: 30px;
  }
  .pagination-area li a {
    padding: 14px 10px;
  }
  .pagination-area .page-btn {
    padding: 0 15px;
  }
  .get-in-touch form {
    padding: 20px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
  .banner-section.inner-banner .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 12px;
  }
  .tournaments-heading .latest-winners .table-responsive table {
    width: 180%;
  }
  .log-reg .checkbox-item {
    display: grid !important;
  }
  .log-reg .modal-content {
    padding: 30px 21px;
  }
  .log-reg .modal-content .btn-area .cmn-btn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */


.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .slide-inner .slide-img {
  max-height: 240px;
  
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 550px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 5px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 100%;
}

/*.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}*/

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

.card {
  background-color: transparent !important;
}

.pt-breadcrumb-p p{
  color:#000;

}

.pt-box{
  background-color: inherit;
}

.public-profile .cover-img img{
height: 300px;
}




.pl-container {
  width: 960px;
  margin: 0 auto;
}

.pl-container:after, .pl-container:before {
  content: "";
  clear: both;
}

.pl-container:after {
  display: table;
}

.pl-not-found {
  text-align: center;
  font-size: 12px;
  padding: 24px;
  color: #999;
}

.pl-disabled {
  opacity: 0.8;
  cursor: not-allowed !important;
}

.red {
  color: red;
}

hr {
  border-color: #CCC;
}

.pl-box {
  background: #FFF;
  box-shadow: 0 0 5px #EEE;
}

.pl-box:before, .pl-box:after {
  content: "";
  clear: both;
}

.pl-box:after {
  display: table;
}

.pl-dtable {
  display: table;
}

.pl-vmiddle {
  display: table-cell;
  vertical-align: middle;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.pl-verified {
  width: 16px;
  height: 16px;
  background: #15c466;
  position: absolute;
  left: 62px;
  top: 28px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}

.pl-mobile-menu {
  display: none;
}

body {
  right: 0px;
}

html {
  overflow-x: hidden;
}

body.active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: -240px;
  position: relative;
}

.d-none {
  display: none;
}

pre {
  background: #F7F7F7;
  border-left: 3px solid #EEE;
  padding: 12px;
}

/*
#-------------------------------------------------------------------------
# + Plugins
#-------------------------------------------------------------------------
*/
.ui-datepicker {
  z-index: 2 !important;
  font-family: "Open Sans", sans-serif;
  font-family: "Raleway", sans-serif;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  bottom: 22px;
  background: #f43438;
  border: 0;
  color: #FFF;
  width: 29px;
  outline: 0 !important;
}

.noty_bar {
  padding: 12px;
  padding-left: 48px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  position: relative;
  margin: 6px 12px;
}

.noty_bar:before {
  font-family: "simple-line-icons";
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
}

.noty_bar.noty_type_error {
  box-shadow: rgba(244, 53, 57, 0.47) -1px 2px 5px 0px;
  background-color: #f43438;
}

.noty_bar.noty_type_error:before {
  content: "";
  background: #e22b2f;
}

.noty_bar.noty_type_success {
  box-shadow: rgba(100, 222, 123, 0.47) -1px 2px 5px 0px;
  background-color: #64de7b;
}

.noty_bar.noty_type_success:before {
  content: "";
  background: #52db6b;
}

.noty_bar strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

#report-modal .modal-dialog {
  max-width: 452px;
}

#report-modal .modal-dialog textarea {
  padding-top: 8px;
  margin: 0;
  height: 100px;
}

#forget-modal .modal-dialog {
  max-width: 452px;
}

#forget-modal .modal-dialog label {
  margin: 0;
}

#forget-modal .modal-dialog .media-right {
  padding: 0;
}

#forget-modal .modal-dialog button {
  height: 42px;
  border-radius: 0 3px 3px 0;
  margin-left: -2px;
  position: relative;
  white-space: nowrap;
}

#forget-modal .modal-dialog .close {
  position: absolute;
}

.pl-cpanel-login .modal-content {
  width: 360px;
  margin: 80px auto 0 auto;
  border-color: #EEE;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}

.pl-cpanel-login .pl-copyright {
  background: transparent;
}

.bg-p1 {
  background: #00cec9;
}

.bg-p2 {
  background: #ff7675;
}

.bg-p3 {
  background: #6c5ce7;
}

.file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 38px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}
.file-select .file-select-name {
  line-height: 38px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
}
.file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-select:hover .file-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-select.file-select-disabled {
  opacity: 0.65;
}
.file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

#thumbnails2 img {
  height: 66px;
}

/*
#-------------------------------------------------------------------------
# + Header
#-------------------------------------------------------------------------
*/
.pl-header-info {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  height: 48px;
  line-height: 48px;
  box-shadow: inset 0px 3px 14px rgba(0, 0, 0, 0.14);
}

.pl-header-info i {
  float: left;
  margin: 15px 10px 0 0;
}

.pl-header-info span {
  display: block;
  overflow: hidden;
}

.pl-header-info a {
  color: #8b7207;
  font-weight: 600;
}

.pl-header {
  margin-bottom: 48px;
}

.pl-header .pl-topbar {
  height: 60px;
  position: relative;
  /* Logo */
  /* Details */
}

.pl-header .pl-topbar .pl-logo {
  width: 300px;
  float: left;
  background: #f43438;
  line-height: 0;
  height: 60px;
  position: relative;
}

.pl-header .pl-topbar .pl-logo a {
  display: inline-block;
}

.pl-header .pl-topbar .pl-logo img {
  height: 56px;
  max-width: 300px;
}

.pl-header .pl-topbar .pl-logo:before {
  content: "";
  border-bottom: 60px solid #f43438;
  border-right: 30px solid transparent;
  position: absolute;
  right: -30px;
}

.pl-header .pl-topbar .pl-details {
  width: 660px;
  float: right;
  background: #333;
  height: 60px;
}

.pl-header .pl-topbar .pl-details .pl-details-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  float: right;
}

.pl-header .pl-topbar .pl-details .pl-details-list li {
  float: left;
  margin-left: 6px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-ask strong {
  font-weight: 700;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .pl-showlang {
  /* width: 30px; */
  display: inline-block;
  background: #FFF;
  /* text-align: center; */
  border-radius: 5px;
  position: relative;
  padding: 0px 12px 0 3px;
  margin: 8px 6px 0 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .pl-showlang .fas {
  display: inline-block;
  right: 2px;
  position: absolute;
  top: 6px;
  font-size: 13px;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .pl-showlang .flag-icon {
  border-radius: 3px;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp {
  position: relative;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp input {
  background: rgba(255, 255, 255, 0.09);
  border: 0;
  font-size: 12px;
  width: 278px;
  height: 40px;
  padding: 0 12px 0 44px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.3);
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 1px;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #999;
  border-right: 1px solid #555;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details {
  padding: 3px 0 3px 7px;
  border-bottom: 0;
  position: relative;
  border-left: 1px solid #444;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 38px;
  background: #222;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details img {
  width: 32px;
  height: 32px;
  background: #EEE;
  border-radius: 3px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details span {
  font-size: 12px;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  color: #FFF;
  font-weight: 200;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details span strong {
  font-weight: 200;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details span i {
  margin-left: 3px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul {
  position: absolute;
  top: 48px;
  right: -6px;
  background: #FFF;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
  padding: 6px 0px;
  width: 172px;
  min-width: 100%;
  z-index: 10;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul.open {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li {
  position: relative;
  padding: 0 6px;
  padding-bottom: 0;
  float: none !important;
  margin: 0 !important;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a {
  padding: 6px 12px;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #F7F7F7;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a i {
  margin-right: 6px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a .badge {
  font-size: 10px;
  font-weight: 400;
  border-radius: 20px;
  float: right;
  margin-right: -8px;
  margin-top: 2px;
  padding: 4px 6px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a i.icon {
  font-size: 10px;
  position: absolute;
  right: 6px;
  top: 12px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li:last-child a {
  border-bottom: 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li:hover > a {
  background: #888;
  color: #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li:hover > a i {
  color: #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications {
  border-left: 1px solid #444;
  position: relative;
  text-align: center;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 38px;
  background: #222;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-notifications-show,
.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-plans-show {
  display: block;
  position: relative;
  color: #FFF;
  height: 40px;
  width: 32px;
  line-height: 40px;
  cursor: pointer;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-plans-show a {
  color: #6ec3ff;
  text-shadow: 0 0 0 #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-notifications-show small {
  position: absolute;
  left: 14px;
  top: 6px;
  border-radius: 50%;
  background: #f43438;
  color: #FFF;
  border: 1px solid #FFF;
  width: 14px;
  height: 14px;
  line-height: 13px;
  font-weight: 200;
  text-align: center;
  font-size: 6px;
  font-family: "Open Sans", sans-serif;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown {
  position: absolute;
  top: 48px;
  right: -6px;
  background: #FFF;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  width: 298px;
  min-width: 100%;
  z-index: 10;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .jscroll {
  overflow: auto;
  max-height: 360px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .pl-title {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 12px 8px 8px;
  overflow: hidden;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .pl-title span {
  font-size: 12px;
  font-weight: 400;
  float: right;
  line-height: 20px;
  cursor: pointer;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .pl-more {
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: center;
  color: #999;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown.open {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li {
  position: relative;
  padding: 8px 6px;
  float: none !important;
  margin: 0 !important;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #F7F7F7;
  cursor: pointer;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li.pl-not-found {
  padding: 12px;
  text-align: center;
  border: 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li.pl-more {
  text-align: center;
  background: #F9F9F9;
  color: #888;
  margin-bottom: -6px !important;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li .pl-thumb {
  width: 38px;
  height: 38px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li .pl-thumb img {
  width: 100%;
  min-height: 38px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li p {
  margin: 0;
  font-size: 11px;
  color: #999;
  line-height: 16px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li p i {
  margin-right: 3px;
  float: left;
  line-height: 16px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li a {
  color: #666;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li:last-child a {
  border-bottom: 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li:hover > a {
  background: #888;
  color: #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li:hover > a i {
  color: #FFF;
}

.pl-header .pl-topbar:after, .pl-header .pl-topbar:before {
  content: "";
  clear: both;
  position: absolute;
  top: 0;
  width: 1000px;
  height: 60px;
}

.pl-header .pl-topbar:before {
  background: #f43438;
  right: 100%;
}

.pl-header .pl-topbar:after {
  background: #333;
  left: 100%;
}

.pl-header .pl-navbar {
  background: #FFF;
  height: 60px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.pl-header .pl-navbar .pl-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.pl-header .pl-navbar .pl-menu li {
  float: left;
  border-right: 1px solid #EEE;
  /* Selected */
}

.pl-header .pl-navbar .pl-menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #FFF;
  padding: 0 12px;
  color: #444;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.pl-header .pl-navbar .pl-menu li a i {
  margin-right: 3px;
}

.pl-header .pl-navbar .pl-menu li a:hover {
  color: #f43438;
}

.pl-header .pl-navbar .pl-menu li.selected a {
  border-color: #f43438;
  color: #f43438;
}

.pl-header .pl-navbar .pl-menu li.selected ul li a {
  color: #444;
  background: initial;
}

.pl-header .pl-navbar .pl-menu li.selected ul li a:hover {
  color: #f43438;
}

.pl-header .pl-navbar .pl-menu li:first-child a {
  border-radius: 0 0 0 3px;
}

.pl-header .pl-navbar .pl-menu li:last-child {
  border-right: 0;
}

.pl-header .pl-navbar .pl-menu li .dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  top: 82px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  border-top: 2px solid #EEE;
  border-bottom: 1px solid #EEE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-navbar .pl-menu li .dropdown li {
  width: 240px;
  border: 0;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a {
  font-weight: 200;
  font-size: 14px;
  border-bottom: 1px solid #EEE;
  margin: 0 6px -1px 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a span {
  width: 26px;
  display: inline-block;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  margin-right: 6px;
  color: #FFF;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a span i {
  margin: 0;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a:hover span {
  background: #FFF !important;
  color: #f43438;
  border-color: #f43438 !important;
}

.pl-header .pl-navbar .pl-menu li .dropdown.open {
  visibility: visible;
  opacity: 1;
  top: 56px;
}

.pl-header .pl-navbar .pl-lang {
  position: relative;
  float: right;
  margin: 16px;
}

.pl-header .pl-navbar .pl-lang .pt-show-lang {
  /* width: 32px; */
  height: 26px;
  box-shadow: 0 0 5px #DDD;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  padding-right: 12px;
  padding-left: 2px;
}

.pl-header .pl-navbar .pl-lang .pt-show-lang:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #333;
  position: absolute;
  right: 3px;
  top: 2px;
}

.pl-header .pl-navbar .pl-lang .pt-show-lang span {
  width: 25px;
  border-radius: 5px;
  display: inline-block;
}

.pl-header .pl-navbar .pl-lang .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 32px;
  list-style: none;
  margin: 0;
  background: #FFF;
  box-shadow: 0 0 5px #DDD;
  padding: 0;
  width: 39px;
  right: 0;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pl-header .pl-navbar .pl-lang .dropdown li {
  border-bottom: 1px solid #EEE;
  margin-bottom: 2px;
  padding-left: 3px;
}

.pl-header .pl-navbar .pl-lang .dropdown li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.pl-header .pl-navbar .pl-lang .dropdown.open {
  visibility: visible;
  opacity: 1;
  top: 22px;
}

.pl-header .pl-navbar .pl-lang .dropdown span {
  width: 25px;
  border-radius: 5px;
  display: inline-block;
}

/*
#-------------------------------------------------------------------------
# + Search
#-------------------------------------------------------------------------
*/
.pl-search-result {
  position: relative;
}

.pl-search-result ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 100%;
  z-index: 2;
}

.pl-search-result ul li {
  border-bottom: 1px solid #F7F7F7;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
}

.pl-search-result ul li a {
  color: #333;
  height: inherit !important;
  line-height: 18px !important;
  margin: 0 !important;
}

.pl-search-result ul li .pl-search-details {
  font-size: 11px;
  color: #777;
}

.pl-search-result ul li .pl-search-details i, .pl-search-result ul li .pl-search-details a {
  color: #777;
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

.pl-search-result ul li .pl-search-details i {
  margin: 0 3px 0 6px;
  position: inherit !important;
}

.pl-search-result ul li .pl-search-details i:first-of-type {
  margin-left: 0;
}

/*
#-------------------------------------------------------------------------
# + Page
#-------------------------------------------------------------------------
*/
.pl-page:before,
.pl-page:after {
  content: "";
  clear: both;
}

.pl-page:after {
  display: table;
}

/*
#-------------------------------------------------------------------------
# + Iframe
#-------------------------------------------------------------------------
*/
.pl-body-iframe .pl-main {
  margin: 0 auto;
  float: none;
  width: 100%;
}

/*
#-------------------------------------------------------------------------
# + Header
#-------------------------------------------------------------------------
*/
.pl-body-password-reset .pl-page-head {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEE;
}

/*
#-------------------------------------------------------------------------
# + Plans
#-------------------------------------------------------------------------
*/
.pt-planspage .pt-title {
  text-align: center;
  padding: 68px 0 0 0;
}
.pt-planspage .pt-title h3 {
  font-size: 28px;
}
.pt-planspage .pt-title h3 span {
  border-radius: 50%;
  background: #FFF;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  box-shadow: 0 0 0 4px #eeeeff, 0 0 0 5px #292b4a;
  display: inline-block;
  border: 2px solid #292b4a;
  margin-bottom: 18px;
}
.pt-planspage .pt-title p {
  font-family: "Raleway";
}

.pt-plans {
  padding: 30px;
}

.pt-plan {
  text-align: center;
  padding: 32px 12px;
  box-shadow: 0 0 9px #EEE;
  border-radius: 10px;
  transition: all 0.4s;
}
.pt-plan h6 {
  font-size: 52px;
}
.pt-plan h6 b {
  font-family: "Raleway";
}
.pt-plan h6 span {
  vertical-align: super;
  font-size: 22px;
  font-family: "Raleway";
}
.pt-plan button {
  padding: 0px 50px;
}
.pt-plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.pt-plan ul li {
  position: relative;
  text-align: left;
  margin-bottom: 2px;
  padding: 8px;
  padding-left: 18px;
  border-radius: 30px;
  font-size: 13px;
}
.pt-plan ul li span {
  position: absolute;
  right: 12px;
  border-radius: 50%;
  background: #FFF;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  top: 8px;
}
.pt-plan ul li.alert-success span {
  box-shadow: 0 0 0 3px #f0fdf3, 0 0 0 5px #FFF;
}
.pt-plan:hover {
  background: #FFF;
  transform: scale(1.03);
}

.pt-planspage .pt-body {
  background: #EEF;
}

/* .pt-plans {
  background: #EEF;
} */
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan {
  transform: scale(1.05);
  background: #19ca6a;
}
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan h5, .pt-plans div[class^=col-]:nth-of-type(3) .pt-plan h6, .pt-plans div[class^=col-]:nth-of-type(3) .pt-plan p, .pt-plans div[class^=col-]:nth-of-type(3) .pt-plan ul li:not(.alert-success) {
  color: #FFF;
}
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan li:not(.alert-success) span {
  color: #333;
}
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan .green-btn {
  background-image: linear-gradient(to right, #222c27 0%, #45544c 50%, #ffffff 100%);
}

/*
#-------------------------------------------------------------------------
# + Main
#-------------------------------------------------------------------------
*/
.pl-main {
  position: relative;
  /* Questions */
}
.pl-main .pl-page-head i {
  float: right;
}
.pl-main .pl-question {
  margin-bottom: 48px;
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  /* Content */
  /* Thumb */
  /* Comments */
}
.pl-main .pl-question:before {
  content: "";
  display: table;
}
.pl-main .pl-question:after {
  content: "";
  display: table;
  clear: both;
}
.pl-main .pl-question:not(.pl-question-pics):not(.pl-nothumb) .pl-content .pl-col-6:first-of-type {
  padding-right: 12px;
}
.pl-main .pl-question:not(.pl-question-pics):not(.pl-nothumb) .pl-content .pl-col-6:last-of-type {
  padding-left: 12px;
}
.pl-main .pl-question .pl-question-cnt {
  position: relative;
}
.pl-main .pl-question .pl-question-cnt:before {
  content: "";
  display: table;
}
.pl-main .pl-question .pl-question-cnt:after {
  content: "";
  display: table;
  clear: both;
}
.pl-main .pl-question .pl-question-unfollow {
  background: #12c165;
  color: #FFF;
}
.pl-main .pl-question .pl-content {
  padding: 24px;
  /* Options */
  /* Title */
  /* Author */
  /* Warning */
  /* Embed Form */
  /* Details */
}
.pl-main .pl-question .pl-content .pl-options div:first-child {
  float: left;
}
.pl-main .pl-question .pl-content .pl-options div:first-child span {
  display: inline-block;
  color: white;
  min-width: 34px;
  text-align: center;
  border-color: transparent;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 18px;
  font-size: 14px;
  font-family: "Raleway";
  position: relative;
}
.pl-main .pl-question .pl-content .pl-options div:first-child span i {
  margin-right: 10px;
  width: 22px;
  text-align: center;
}
.pl-main .pl-question .pl-content .pl-options div:first-child span:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 14%;
  height: 76%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.pl-main .pl-question .pl-content .pl-options div:last-child {
  float: right;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li {
  float: left;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share {
  position: relative;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul {
  position: absolute;
  width: 200px;
  top: 46px;
  left: 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  list-style: none;
  margin: 0px;
  background: #FFF;
  padding: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul.open {
  visibility: visible;
  opacity: 1;
  top: 32px;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li {
  float: none;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a {
  color: #333;
  display: block;
  border-bottom: 1px solid #EEE;
  padding: 6px 12px;
  font-size: 12px;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a i {
  margin-right: 6px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a:hover {
  color: #777;
  background: #EEE;
  border-radius: 3px;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a:hover i {
  background: #FFF;
  color: #777;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li:last-child a {
  border: 0;
}
.pl-main .pl-question .pl-content .pl-options div:last-child:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-content .pl-options div:last-child:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-content .pl-options:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-content .pl-options:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-content .pl-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 24px 0;
}
.pl-main .pl-question .pl-content .pl-title a {
  color: #000;
}
.pl-main .pl-question .pl-content .pt-polldescription {
  font-family: "Raleway";
  color: #555;
  margin-bottom: 24px;
}
.pl-main .pl-question .pl-content .pl-author {
  font-family: "Raleway", sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 22px;
  font-weight: 200;
  max-height: 33px;
  overflow: hidden;
  position: relative;
  padding: 2px 0 2px 2px;
  margin-top: -6px;
}
.pl-main .pl-question .pl-content .pl-author.pl-admin .pl-thumb {
  box-shadow: 0 0 0 1px #e67e22;
  border: 2px solid #FFF;
}
.pl-main .pl-question .pl-content .pl-author.pl-admin .pl-admin-badge {
  top: 16px;
  left: 20px;
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-size: 9px;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  background: #e67e22;
  position: absolute;
}
.pl-main .pl-question .pl-content .pl-author.pl-admin a {
  color: #e67e22;
}
.pl-main .pl-question .pl-content .pl-author .pl-thumb {
  height: 30px;
  width: 30px;
  background: #EEE;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 12px;
  line-height: 0;
}
.pl-main .pl-question .pl-content .pl-author .pl-thumb img {
  width: 100%;
  min-height: 100%;
}
.pl-main .pl-question .pl-content .pl-author .pl-verified {
  top: 16px;
  left: 20px;
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-size: 9px;
  border: 2px solid #FFF;
}
.pl-main .pl-question .pl-content .pl-author a {
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.pl-main .pl-question .pl-content .pl-author:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-content .pl-author:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-content .pl-warning {
  margin: 0;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 200;
  color: #aaa;
}
.pl-main .pl-question .pl-content .pl-warning i {
  margin-right: 6px;
  margin-top: 6px;
  float: left;
  color: #f4a50f;
}
.pl-main .pl-question .pl-content .pl-warning span {
  overflow: hidden;
  display: block;
  line-height: 22px;
}
.pl-main .pl-question .pl-content .pt-embed-form {
  background: #F7F7F7;
  font-size: 12px;
  position: relative;
  display: none;
}
.pl-main .pl-question .pl-content .pt-embed-form a {
  position: absolute;
  left: -18px;
  background: #f43438;
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  text-align: center;
  color: #FFF;
}
.pl-main .pl-question .pl-content .pt-embed-form pre {
  padding: 8px;
  margin-top: 18px;
  white-space: initial;
  line-height: 19px;
}
.pl-main .pl-question .pl-content .pl-details {
  background: linear-gradient(180deg, white 0%, rgba(247, 247, 247, 0.7) 100%);
  border-top: 1px solid #F7F7F7;
  padding: 12px 0 12px 24px;
  margin: 24px -24px -24px;
}
.pl-main .pl-question .pl-content .pl-details .pl-show-votes {
  color: #1c52c8;
}
.pl-main .pl-question .pl-content .pl-details .pl-show-replies {
  color: #ee2d69;
}
.pl-main .pl-question .pl-cover {
  background: #EEE;
  overflow: hidden;
  /* width: 45%; */
  /* max-height: 260px;
  /* float: right; */
  /* border: 3px solid #fff; */
  /* position: absolute; */
  /* right: 0; */
  margin-bottom: 30px;
}
.pl-main .pl-question .pl-cover img {
  min-height: 100%;
  width: 100%;
}
.pl-main .pl-question.pl-question-pics .pl-details {
  margin-top: 12px;
}
.pl-main .pl-question .pl-comments {
  display: none;
  border-top: 1px solid #EEE;
  padding: 12px 24px;
}
.pl-main .pl-question .pl-comments.open {
  display: block;
}
.pl-main .pl-question .pl-comments .pl-more {
  padding: 0 0 6px 6px;
  border-bottom: 1px solid #EEE;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 8px;
}
.pl-main .pl-question .pl-comments .pl-more a {
  font-size: 12px;
  color: #777;
}
.pl-main .pl-question .pl-comments .pl-more small {
  font-size: 12px;
  font-weight: 200;
}
.pl-main .pl-question .pl-comments .pl-comment .pt-commentbox {
  background: #fbfbfb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  position: relative;
  padding: 8px 16px;
}
.pl-main .pl-question .pl-comments .pl-comment .pt-commentbox:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  border-right: 8px solid #f5f5f5;
  /* border-top: 5px solid; */
  border-bottom: 8px solid transparent;
}
.pl-main .pl-question .pl-comments .pl-thumb {
  height: 48px;
  width: 48px;
  background: #EEE;
  overflow: hidden;
  border-radius: 50%;
}
.pl-main .pl-question .pl-comments .pl-thumb img {
  width: 100%;
  min-height: 100%;
}
.pl-main .pl-question .pl-comments .pl-title {
  color: #999;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}
.pl-main .pl-question .pl-comments .pl-title a {
  font-weight: 600;
  color: #444;
}
.pl-main .pl-question .pl-comments .pl-title span {
  float: right;
}
.pl-main .pl-question .pl-comments .pl-title:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-comments .pl-title:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-comments .pl-cmt-content {
  font-size: 14px;
  font-family: "Raleway";
}
.pl-main .pl-question .pl-comments .pl-votes {
  font-size: 10px;
  font-family: "Raleway";
  padding: 6px 0 0 12px;
}
.pl-main .pl-question .pl-comments .pl-votes span {
  margin-right: 12px;
  cursor: pointer;
}
.pl-main .pl-question .pl-comments .pl-votes span:first-of-type {
  color: #1c52c8;
}
.pl-main .pl-question .pl-comments .pl-votes span:last-of-type {
  color: #ee2d69;
}
.pl-main .pl-question .pl-comments .pl-votes span.pl-vv {
  color: #12c064;
}
.pl-main .pl-question .pl-comments .pl-votes span i {
  margin-right: 3px;
}
.pl-main .pl-question .pl-comments .pl-nouser {
  color: #777;
  font-size: 12px;
  padding: 12px 0;
  font-weight: 200;
}
.pl-main .pl-question .pl-comments .pl-nouser a {
  color: #777;
  font-weight: 700;
}
.pl-main .pl-question .pl-comments .pl-comment-form {
  padding-top: 12px;
  position: relative;
}
.pl-main .pl-question .pl-comments .pl-comment-form .pl-thumb {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  top: 20px;
  left: 7px;
  opacity: 0.4;
  border-radius: 100px;
}
.pl-main .pl-question .pl-comments .pl-comment-form textarea {
  height: 44px;
  line-height: 42px;
  resize: none;
  margin-bottom: 6px;
  padding-left: 40px;
  border-radius: 100px;
}
.pl-main .pl-question .pl-comments .pl-comment-form button {
  display: none;
}
.pl-main .pl-question .pl-comments .pl-comment-form button:first-of-type {
  margin-left: 12px;
}
.pl-main .pl-question .pl-comments .pl-comment-form hr {
  display: none;
  margin: 0 0 12px 0;
}
.pl-main .pl-question .pl-comments .pl-comment-form:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-comments .pl-comment-form:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active .pl-thumb {
  display: none;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active textarea {
  height: 120px;
  line-height: 24px;
  padding: 12px;
  border-radius: 5px;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active button {
  display: inline-block;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active hr {
  display: block;
  border-color: #CCC;
}

.pt-pinned {
  font-family: "Raleway";
  font-weight: bold;
  margin-left: 12px;
  color: #19c969;
}

.pl-main .pl-question .pl-content .pl-options div .pt-pinned i {
  border-radius: 50%;
  /* width: 30px; */
  height: 30px;
  margin-right: 3px;
  /* color: #FFF; */
  line-height: 27px;
  text-align: center;
  font-size: 14px;
}

.pl-small-desk small {
  float: right;
}
.pl-small-desk textarea {
  padding: 12px;
}

.pl-dpdf {
  margin: 0;
  padding: 24px;
}

.pl-iframe {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f43438;
  padding: 0 12px;
  border-radius: 0 0 3px 3px;
}
.pl-iframe .pl-logo a {
  height: 26px;
  margin-top: 6px;
  display: inline-block;
}
.pl-iframe .pl-logo a img {
  height: 100%;
}
.pl-iframe .pl-titlee {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 11px;
  color: #ffd8d8;
}

.media-body {
  margin-left: 12px;
}

.modal-title {
  width: 100%;
}

.input-group.file-caption-main .btn {
  font-size: 10px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
}

.file-input .file-caption {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
}
.file-input .file-caption i {
  margin-right: 4px;
}

.file-preview, .file-drop-zone {
  min-height: 222px;
}

.progress {
  margin: 12px 0;
}

.file-live-thumbs:after {
  content: "";
  display: block;
  clear: both;
}

.pl-body-statistics .cp-stats-h5 {
  margin: 28px 0 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #DDD;
}
.pl-body-statistics .pl-chart-content {
  font-size: 14px;
}
.pl-body-statistics .pt-answer-stats:last-of-type {
  padding-bottom: 10px;
}
.pl-body-statistics .pt-answer-stats b {
  font-size: 12px;
  font-weight: 400;
}
.pl-body-statistics .pt-answer-stats .pt-l1 {
  background: #F7F7F7;
  height: 7px;
  line-height: 0;
  border-radius: 30px;
  margin-top: 3px;
}
.pl-body-statistics .pt-answer-stats .pt-l2 {
  display: inline-block;
  height: 7px;
  border-radius: 30px;
  position: relative;
}
.pl-body-statistics .pt-answer-stats .pt-l2 small {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  right: -15px;
  top: -6px;
  font-size: 8px;
  color: #FFF;
  font-family: "Raleway";
}
.pl-body-statistics .pt-answer-stats .pt-l2 small:before {
  /* content: "";
   display: inline-block;
   border-right: 5px solid #000;
   border-bottom: 5px solid transparent;
   border-top: 5px solid transparent;
   position: absolute;
   right: 16px;
   top: 5px; */
}

.pl-main #masonry .pl-question .pl-comments .pl-comment-form.pl-active textarea {
  height: 48px;
}

.pl-main #masonry .pl-question .pl-comments .pl-comment-form.pl-active .nbtn.lh45 {
  line-height: 36px;
}

/*
#-------------------------------------------------------------------------
# + Sidebar
#-------------------------------------------------------------------------
*/
.pl-sidebar {
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-left: 38px;
}
.pl-sidebar .pt-sidebar-ads img {
  width: 100%;
}
.pl-sidebar .pl-widget .pl-title {
  margin: 0;
  font-size: 18px;
  padding: 12px 12px 8px 12px;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.pl-sidebar .pl-widget .pl-title i {
  margin-right: 6px;
}
.pl-sidebar .pl-widget .pl-title .badge {
  background: #e67e22;
  color: #FFF;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 0px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
}
.pl-sidebar .pl-widget .pl-title .badge .questions-filter-link {
  position: relative;
  padding-right: 12px;
}
.pl-sidebar .pl-widget .pl-title .badge .questions-filter-link:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  right: 0;
  position: absolute;
  top: -1px;
}
.pl-sidebar .pl-widget .pl-title ul {
  list-style: none;
  padding: 4px;
  margin: 0;
  position: absolute;
  right: -2px;
  top: 20px;
  background: #e67e22;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
  width: 78px;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-sidebar .pl-widget .pl-title ul li a {
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  display: block;
  border-bottom: 1px solid #de7a22;
  border-radius: 3px;
}
.pl-sidebar .pl-widget .pl-title ul li a:hover {
  background: #EEE;
  color: #444;
}
.pl-sidebar .pl-widget .pl-title ul li:last-child a {
  border: 0;
}
.pl-sidebar .pl-widget .pl-title ul.open {
  top: 19px;
  visibility: visible;
  opacity: 1;
}
.pl-sidebar .pl-widget .pl-content {
  padding: 6px;
  position: relative;
  /** Polls **/
  /** Category **/
  /* Users */
}
.pl-sidebar .pl-widget .pl-content .pl-polls {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.pl-sidebar .pl-widget .pl-content .pl-polls .pl-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  color: #FFF;
}
.pl-sidebar .pl-widget .pl-content .pl-polls .pl-overlay .pl-dtable {
  height: 100%;
  width: 100%;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb {
  height: 176px;
  overflow: hidden;
  position: relative;
  background: #EEE;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb img {
  width: 100%;
  min-height: 176px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*&:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;

      background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
      background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
      background: linear-gradient(to top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }*/
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: relative;
  padding: 18px 12px 0 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body h4 a {
  color: #FFF;
  text-shadow: 0 0px 3px #000;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details {
  padding: 0 12px 6px 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span, .pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details a, .pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details i {
  font-size: 11px;
  color: #FFF;
  position: relative;
  text-shadow: 0 0px 3px #000;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span {
  margin-left: 3px;
  margin-right: 6px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span:last-child {
  margin-right: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li:last-child {
  margin-bottom: 0;
}
.pl-sidebar .pl-widget .pl-content .categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-sidebar .pl-widget .pl-content .categories li {
  position: relative;
  padding: 6px;
  padding-left: 12px;
  border-bottom: 1px solid #F9F9F9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pl-sidebar .pl-widget .pl-content .categories li a {
  display: block;
}
.pl-sidebar .pl-widget .pl-content .categories li a span {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  border-radius: 3px;
  line-height: 45px;
  float: left;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(244, 52, 56, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pl-sidebar .pl-widget .pl-content .categories li a h5 {
  font-size: 14px;
  margin: 0;
  margin-left: 12px;
  height: 48px;
  line-height: 48px;
  float: left;
  color: #666;
}
.pl-sidebar .pl-widget .pl-content .categories li:last-child {
  margin-bottom: 0px;
}
.pl-sidebar .pl-widget .pl-content .categories li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.pl-sidebar .pl-widget .pl-content .categories li:before {
  content: "";
  clear: both;
}
.pl-sidebar .pl-widget .pl-content .categories li:after {
  content: "";
  clear: both;
  display: table;
}
.pl-sidebar .pl-widget .pl-content .categories li:hover {
  background: #F7F7F7;
}
.pl-sidebar .pl-widget .pl-content .categories li:hover h5 {
  color: #f43438;
}
.pl-sidebar .pl-widget .pl-content .categories li:hover span {
  box-shadow: 0 0 0 0px white, 0 0 0 2px #f43438;
  background: #FFF !important;
  color: #f43438;
}
.pl-sidebar .pl-sociallink {
  text-align: center;
  margin: 12px 0;
}
.pl-sidebar .pl-sociallink a {
  padding: 0 !important;
  width: 46px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  text-align: center;
  margin: 0 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-sidebar .pl-sociallink a i {
  margin: 0;
}
.pl-sidebar .pl-sociallink a:hover {
  opacity: 0.9;
  transform: scale(1.09);
  color: rgba(255, 255, 255, 0.7);
}
.pl-sidebar iframe {
  height: 130px;
  width: 100%;
}
.pl-sidebar .pl-widget .pl-content .pl-users {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  text-align: center;
}
.pl-sidebar .pl-widget .pl-content .pl-users li img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: table;
  margin: 0 auto 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-sidebar .pl-widget .pl-content .pl-users li h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.pl-sidebar .pl-widget .pl-content .pl-users li h3 a {
  color: #373a3c;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-item li {
  padding-bottom: 10px;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li {
  border-bottom: 1px solid #EEE;
  text-align: left;
  padding: 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li:first-of-type {
  padding-top: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li p {
  color: #666;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li p b {
  font-family: "Raleway";
  font-weight: 600;
  margin-right: 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  margin: -2px 18px 0 0;
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li h3 {
  font-size: 14px;
}
.pl-sidebar .pl-widget .pl-content .pl-users li p {
  margin: 0;
  font-size: 12px;
  color: #999;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  margin: 24px 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span {
  display: inline-block;
  width: 68px;
  line-height: 20px;
  border-right: 1px solid #EEE;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span i {
  margin-right: 6px;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span b {
  font-family: "Open Sans", sans-serif;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span:last-child {
  border: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .nbtn {
  height: 38px;
  line-height: 38px;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-prev, .pl-sidebar .pl-widget .pl-content .pl-users .owl-next {
  position: absolute;
  top: 24px;
  color: #777;
  font-size: 20px;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-prev {
  left: 100px;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-next {
  right: 100px;
}

/*
#-------------------------------------------------------------------------
# + Footer
#-------------------------------------------------------------------------
*/
.pl-footer {
  background: #FFF;
  margin-top: 48px;
  padding: 96px 0;
  background: url("../images/bg.jpeg");
  position: relative;
  /* Links */
  /* Subsecribe */
  /* Statistics */
}
.pl-footer:before {
  background: rgba(255, 255, 255, 0.97);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.pl-footer:after {
  content: "";
  clear: both;
  display: table;
}
.pl-footer h3 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000;
  font-size: 22px;
  position: relative;
}
.pl-footer .pl-links,
.pl-footer .pl-subsecribe,
.pl-footer .pl-statistics {
  width: 33.33%;
  float: left;
  position: relative;
}
.pl-footer .pl-links:before {
  content: "";
  clear: both;
}
.pl-footer .pl-links:after {
  content: "";
  clear: both;
  display: table;
}
.pl-footer .pl-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
.pl-footer .pl-links ul li {
  position: relative;
}
.pl-footer .pl-links ul li a {
  color: #666;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
  padding-left: 6px;
  font-family: "Raleway";
}
.pl-footer .pl-links ul li:before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pl-footer .pl-links ul li:hover a, .pl-footer .pl-links ul li:hover:before {
  color: #777;
}
.pl-footer .pl-links .nn-m {
  margin: 0;
}
.pl-footer .pl-subsecribe .pl-subs {
  padding-right: 16px;
}
.pl-footer .pl-subsecribe p {
  font-size: 14px;
  color: #666;
  font-family: "Raleway";
}
.pl-footer .pl-subsecribe .pl-group-inp {
  position: relative;
}
.pl-footer .pl-subsecribe .pl-group-inp input {
  background: #FFF;
  border: 1px solid #EEE;
  font-size: 14px;
  width: 100%;
  height: 52px;
  padding: 0 12px 0 44px;
  border-radius: 33px;
  color: #666;
  font-family: "Raleway";
}
.pl-footer .pl-subsecribe .pl-group-inp input::-webkit-input-placeholder {
  color: #888;
  font-weight: 200;
}
.pl-footer .pl-subsecribe .pl-group-inp i {
  width: 42px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #888;
}
.pl-footer .pl-subsecribe button {
  margin-top: 15px;
  height: 52px;
}
.pl-footer .pl-statistics {
  padding: 0 58px 0 0;
}
.pl-footer .pl-statistics img {
  height: 60px;
}
.pl-footer .pl-statistics p {
  font-size: 14px;
  color: #666;
  font-family: "Raleway";
  margin: 24px 0 0 0;
}
.pl-footer .pl-sociallink {
  margin: 18px 0;
}
.pl-footer .pl-sociallink a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  margin: 0 1px;
  color: #FFF;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-footer .pl-sociallink a i {
  margin: 0;
}
.pl-footer .pl-sociallink a:hover {
  opacity: 0.9;
  transform: scale(1.09);
  color: rgba(255, 255, 255, 0.7);
}

.pl-copyright {
  background: #F7F7F7;
  color: #999;
  padding: 24px 0;
  font-size: 12px;
  text-align: center;
  color: #666;
  font-family: "Raleway";
}
.pl-copyright a {
  color: #444;
}
.pl-copyright a:hover {
  color: #19c969;
}
.pl-copyright .pl-lang {
  text-align: center;
  padding: 12px;
}
.pl-copyright .pl-lang img {
  width: 24px;
  margin: 0 3px;
}
.pl-copyright .pl-lang a {
  display: inline-block;
  background: #FFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 3px;
}
.pl-copyright .pl-lang a span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

/*
#-------------------------------------------------------------------------
# + Page: Pages
#-------------------------------------------------------------------------
*/
.pl-body-pages .pl-main {
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.pl-body-pages .pl-main .pl-title {
  padding: 24px;
  margin: 0 0 24px 0;
  background: #F9F9F9;
  font-size: 26px;
  font-weight: 700;
}

.pl-body-pages .pl-main .pl-content {
  padding: 0 24px 24px;
  line-height: 26px;
}

/*
#-------------------------------------------------------------------------
# + Page: Questions
#-------------------------------------------------------------------------
*/
.pl-body-questions .pl-voters {
  margin: auto;
  padding: 12px 24px;
  display: table;
}

.pl-body-questions .pl-voters .pl-dtable {
  height: 54px;
  float: left;
}

.pl-body-questions .pl-voters .pl-title {
  font-size: 16px;
  margin: 0;
}

.pl-body-questions .pl-voters ul {
  list-style: none;
  margin: 0 12px;
  padding: 0;
  float: left;
}

.pl-body-questions .pl-voters ul li {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #EEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 3px solid #FFF;
  margin-left: -12px;
}

.pl-body-questions .pl-voters ul li img {
  width: 100%;
  min-height: 48px;
}

.pl-body-questions .pl-voters ul li:first-child {
  margin: 0;
}

.pl-body-questions .pl-voters .pl-buttons {
  border-radius: 50px;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
}

/*
#-------------------------------------------------------------------------
# + Page: Questions
#-------------------------------------------------------------------------
*/
.pl-body-more-questions .pl-tile {
  padding: 24px 12px;
  margin: 0;
  background: #F9F9F9;
  font-size: 22px;
}

.pl-body-more-questions .pl-tile small {
  float: right;
  font-size: 12px;
  display: inline-block;
  background: #FFF;
  border-radius: 3px;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-top: -4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.pl-body-more-questions .pl-questions {
  border-bottom: 1px solid #EEE;
  padding: 12px 24px;
  position: relative;
}

.pl-body-more-questions .pl-questions .pl-dtable {
  height: 48px;
}

.pl-body-more-questions .pl-questions .pl-thumb {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-body-more-questions .pl-questions .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-more-questions .pl-questions .pl-title {
  font-size: 16px;
  margin: 5px 0 3px 0;
  padding-right: 24px;
}

.pl-body-more-questions .pl-questions .pl-title a {
  color: #000;
}

.pl-body-more-questions .pl-questions .pl-details {
  font-size: 12px;
  color: #666;
  font-weight: 200;
}

.pl-body-more-questions .pl-questions .pl-details i {
  margin: 0 3px 0 12px;
}

.pl-body-more-questions .pl-questions .pl-details i:first-of-type {
  margin-left: 0;
}

.pl-body-more-questions .pl-questions .pl-options {
  position: relative;
  position: absolute;
  right: 24px;
  top: 24px;
}

.pl-body-more-questions .pl-questions .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-more-questions .pl-questions .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  min-width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li:last-child a {
  border: 0;
}

.pl-body-more-questions .pl-pagination {
  margin-top: 24px;
}

/*
#-------------------------------------------------------------------------
# + Page: Voters
#-------------------------------------------------------------------------
*/
.pl-body-voters .pl-tile {
  padding: 24px 12px;
  margin: 0;
  background: #F9F9F9;
  font-size: 22px;
}

.pl-body-voters .pl-tile small {
  float: right;
  font-size: 12px;
  display: inline-block;
  background: #FFF;
  border-radius: 3px;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-top: -4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.pl-body-voters .pl-tile2 {
  background: #F7F7F7;
  padding: 12px;
  border: 1px solid #EEE;
  border-width: 1px 0 1px 0;
  font-size: 12px;
  color: #888;
}

.pl-body-voters .pl-voters {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) {
  float: left;
  position: relative;
  padding: 12px;
  width: 50%;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-thumb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-thumb img {
  width: 100%;
  min-height: 38px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-title {
  margin: 0;
  font-size: 16px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-title a {
  color: #000;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) span {
  font-size: 12px;
  color: #888;
  font-weight: 200;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options {
  position: absolute;
  right: 12px;
  top: 18px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #666;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li:last-child a {
  border: 0;
}

.pl-body-voters .pl-pagination {
  margin-top: 24px;
}

/*
#-------------------------------------------------------------------------
# + Page: Members
#-------------------------------------------------------------------------
*/
.pl-body-members .pl-user {
  border-bottom: 1px solid #EEE;
  padding: 12px 24px;
  position: relative;
}

.pl-body-members .pl-user .pl-dtable {
  height: 48px;
}

.pl-body-members .pl-user .pl-thumb {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-body-members .pl-user .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-members .pl-user .pl-title {
  font-size: 16px;
  margin: 5px 0 3px 0;
}

.pl-body-members .pl-user .pl-title a {
  color: #000;
}

.pl-body-members .pl-user .pl-details {
  font-size: 12px;
  color: #666;
  font-weight: 200;
}

.pl-body-members .pl-user .pl-details i {
  margin: 0 3px 0 12px;
}

.pl-body-members .pl-user .pl-details i:first-of-type {
  margin-left: 0;
}

.pl-body-members .pl-user .pl-options {
  position: relative;
  position: absolute;
  right: 24px;
  top: 24px;
}

.pl-body-members .pl-user .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-members .pl-user .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-members .pl-user .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-members .pl-user .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-members .pl-user .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #666;
}

.pl-body-members .pl-user .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-members .pl-user .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-members .pl-user .pl-options .dropdown li:last-child a {
  border: 0;
}

.pl-body-members .pl-pagination {
  padding: 24px 0;
}

/*
#-------------------------------------------------------------------------
# + Page: Profile
#-------------------------------------------------------------------------
*/
.pl-body-profile .pt-more-r {
  padding: 12px;
  text-align: center;
}

.pl-body-profile .pl-box {
  margin-bottom: 24px;
}

.pl-body-profile .pl-cover {
  overflow: hidden;
  height: 300px;
  position: relative;
}

.pl-body-profile .pl-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.pl-body-profile .pl-cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #2f3741;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}

.pl-body-profile .pl-cover .pl-content {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 24px;
}

.pl-body-profile .pl-cover .pl-content .icon-check {
  width: 16px;
  height: 16px;
  background: #f43438;
  position: absolute;
  left: 62px;
  top: 28px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}

.pl-body-profile .pl-cover .pl-content .pl-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pl-body-profile .pl-cover .pl-content .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-profile .pl-cover .pl-content .pl-dtable {
  height: 48px;
}

.pl-body-profile .pl-cover .pl-content .pl-name {
  margin: 0;
  font-size: 22px;
  color: #FFF;
}

.pl-body-profile .pl-cover .pl-content .pl-options {
  position: absolute;
  right: 24px;
  top: 28px;
}

.pl-body-profile .pl-cover .pl-content .pl-options .pl-social {
  display: inline-block;
  background: #FFF;
  height: 40px;
  line-height: 39px;
  border-radius: 3px;
  padding: 0 8px;
  margin-right: 6px;
}

.pl-body-profile .pl-cover .pl-content .pl-options .pl-social a {
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  border-radius: 3px;
  margin: 0 1px;
}

.pl-body-profile .pl-cover .pl-content .pl-options .pl-buttons {
  height: auto;
}

.pl-body-profile .pl-counts {
  padding: 24px;
  display: table;
  margin: auto;
}

.pl-body-profile .pl-counts .pl-count {
  float: left;
  padding: 12px 16px;
  font-size: 14px;
  border-right: 1px solid #EEE;
  font-weight: 200;
}

.pl-body-profile .pl-counts .pl-count b {
  display: block;
  font-weight: 700;
}

.pl-body-profile .pl-counts .pl-count b i {
  margin-right: 6px;
}

.pl-body-profile .pl-counts .pl-count:first-of-type {
  padding-left: 0;
}

.pl-body-profile .pl-counts .pl-count:last-of-type {
  border-right: 0;
  padding-right: 0;
}

.pl-body-profile .pl-counts:before, .pl-body-profile .pl-counts:after {
  content: "";
  clear: both;
}

.pl-body-profile .pl-counts:after {
  display: table;
}

.pl-body-profile .pl-followers {
  margin: auto;
  padding: 12px 24px;
  display: table;
}

.pl-body-profile .pl-followers .pl-dtable {
  height: 54px;
  float: left;
}

.pl-body-profile .pl-followers .pl-title {
  font-size: 16px;
  margin: 0;
}

.pl-body-profile .pl-followers ul {
  list-style: none;
  margin: 0 12px;
  padding: 0;
  float: left;
}

.pl-body-profile .pl-followers ul li {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #EEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 3px solid #FFF;
  margin-left: -12px;
}

.pl-body-profile .pl-followers ul li img {
  width: 100%;
  min-height: 48px;
}

.pl-body-profile .pl-followers ul li:first-child {
  margin: 0;
}

.pl-body-profile .pl-followers .pl-buttons {
  border-radius: 50px;
  height: 48px;
  line-height: 33px;
  padding: 0 12px;
}

.pl-body-profile .pl-questions {
  border-bottom: 1px solid #EEE;
  padding: 12px 24px;
  position: relative;
}

.pl-body-profile .pl-questions .pl-dtable {
  height: 48px;
}

.pl-body-profile .pl-questions .pl-thumb {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-body-profile .pl-questions .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-profile .pl-questions .pl-title {
  font-size: 16px;
  margin: 5px 0 3px 0;
  padding-right: 24px;
}

.pl-body-profile .pl-questions .pl-title a {
  color: #000;
}

.pl-body-profile .pl-questions .pl-details {
  font-size: 12px;
  color: #666;
  font-weight: 200;
}

.pl-body-profile .pl-questions .pl-details i {
  margin: 0 3px 0 12px;
}

.pl-body-profile .pl-questions .pl-details i:first-of-type {
  margin-left: 0;
}

.pl-body-profile .pl-questions .pl-options {
  position: relative;
  position: absolute;
  right: 24px;
  top: 24px;
}

.pl-body-profile .pl-questions .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-profile .pl-questions .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-profile .pl-questions .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  min-width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-profile .pl-questions .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-profile .pl-questions .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.pl-body-profile .pl-questions .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-profile .pl-questions .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-profile .pl-questions .pl-options .dropdown li:last-child a {
  border: 0;
}

/*
#-------------------------------------------------------------------------
# + Page: Sign In
#-------------------------------------------------------------------------
*/
/* Sign In Form */
#sign-modal .modal-dialog,
#password-modal .modal-dialog,
#report-modal .modal-dialog,
#forget-modal .modal-dialog {
  width: 400px;
}
#sign-modal .close,
#password-modal .close,
#report-modal .close,
#forget-modal .close {
  background: transparent;
  color: #999;
  font-size: 22px;
  opacity: 1;
  /* margin-top: 3px; */
  /* line-height: 13px; */
  padding: 0 !important;
  position: absolute;
  right: 0px;
}
#sign-modal p,
#password-modal p,
#report-modal p,
#forget-modal p {
  font-size: 13px;
  font-family: "Raleway";
  color: #888;
}
#sign-modal .modal-footer,
#password-modal .modal-footer,
#report-modal .modal-footer,
#forget-modal .modal-footer {
  display: block;
}
#sign-modal .modal-footer:after,
#password-modal .modal-footer:after,
#report-modal .modal-footer:after,
#forget-modal .modal-footer:after {
  content: "";
  clear: both;
  display: block;
}
#sign-modal a,
#password-modal a,
#report-modal a,
#forget-modal a {
  color: #15c366;
}
#sign-modal .modal-content,
#password-modal .modal-content,
#report-modal .modal-content,
#forget-modal .modal-content {
  border-radius: 30px;
}
#sign-modal .modal-body,
#password-modal .modal-body,
#report-modal .modal-body,
#forget-modal .modal-body {
  padding: 16px 24px;
}
#sign-modal .d-flex,
#password-modal .d-flex,
#report-modal .d-flex,
#forget-modal .d-flex {
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#sign-modal button[type=submit],
#password-modal button[type=submit],
#report-modal button[type=submit],
#forget-modal button[type=submit] {
  display: block;
  width: 100%;
  height: 46px;
  font-size: 16px;
  border-radius: 3px;
  margin: 24px 0;
}
#sign-modal .pl-social-login,
#password-modal .pl-social-login,
#report-modal .pl-social-login,
#forget-modal .pl-social-login {
  margin-bottom: 12px;
  text-align: center;
}
#sign-modal .pl-social-login a,
#password-modal .pl-social-login a,
#report-modal .pl-social-login a,
#forget-modal .pl-social-login a {
  margin: 0 3px;
  border-radius: 34px;
  line-height: 46px;
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  color: #FFF;
}
#sign-modal .pl-social-login a i,
#password-modal .pl-social-login a i,
#report-modal .pl-social-login a i,
#forget-modal .pl-social-login a i {
  margin: 0;
  font-size: 16px;
}
#sign-modal hr,
#password-modal hr,
#report-modal hr,
#forget-modal hr {
  border-color: #EEE;
  opacity: 1;
}
#sign-modal .orsign,
#password-modal .orsign,
#report-modal .orsign,
#forget-modal .orsign {
  font-size: 14px;
  text-align: center;
  margin: 14px 0;
  font-weight: 600;
  font-family: "Raleway";
}
#sign-modal .donot,
#password-modal .donot,
#report-modal .donot,
#forget-modal .donot {
  font-size: 14px;
  text-align: center;
  font-family: "Raleway";
}
#sign-modal .donot a,
#password-modal .donot a,
#report-modal .donot a,
#forget-modal .donot a {
  font-weight: 600;
}
#sign-modal .modal-header,
#sign-modal .modal-body div,
#sign-modal .modal-footer div,
#sign-modal button[type=submit],
#password-modal .modal-header,
#password-modal .modal-body div,
#password-modal .modal-footer div,
#password-modal button[type=submit],
#report-modal .modal-header,
#report-modal .modal-body div,
#report-modal .modal-footer div,
#report-modal button[type=submit],
#forget-modal .modal-header,
#forget-modal .modal-body div,
#forget-modal .modal-footer div,
#forget-modal button[type=submit] {
  position: relative;
  top: 10px;
  opacity: 0;
}
#sign-modal.show .modal-header, #sign-modal.show .modal-body div, #sign-modal.show .modal-footer div, #sign-modal.show button[type=submit],
#password-modal.show .modal-header,
#password-modal.show .modal-body div,
#password-modal.show .modal-footer div,
#password-modal.show button[type=submit],
#report-modal.show .modal-header,
#report-modal.show .modal-body div,
#report-modal.show .modal-footer div,
#report-modal.show button[type=submit],
#forget-modal.show .modal-header,
#forget-modal.show .modal-body div,
#forget-modal.show .modal-footer div,
#forget-modal.show button[type=submit] {
  top: 0px;
  opacity: 1;
}
#sign-modal.show .modal-header,
#password-modal.show .modal-header,
#report-modal.show .modal-header,
#forget-modal.show .modal-header {
  transition: all 300ms ease-in-out 200ms;
}
#sign-modal.show .modal-body div,
#password-modal.show .modal-body div,
#report-modal.show .modal-body div,
#forget-modal.show .modal-body div {
  transition: all 300ms ease-in-out 350ms;
}
#sign-modal.show .modal-footer div,
#password-modal.show .modal-footer div,
#report-modal.show .modal-footer div,
#forget-modal.show .modal-footer div {
  transition: all 300ms ease-in-out 350ms;
}
#sign-modal.show button[type=submit],
#password-modal.show button[type=submit],
#report-modal.show button[type=submit],
#forget-modal.show button[type=submit] {
  transition: all 300ms ease-in-out 400ms;
}

.pl-group-inp {
  position: relative;
}
.pl-group-inp b {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  font-family: "Raleway";
}
.pl-group-inp label {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
}
.pl-group-inp label input {
  background: #FFF;
  height: 46px;
  font-size: 12px;
  font-weight: 200;
  padding: 0 12px 0 48px;
  line-height: 42px;
  border: 1px solid #EEE;
  width: 100%;
  border-radius: 3px;
  font-family: "Raleway";
  border-bottom-width: 2px;
}
.pl-group-inp label i {
  position: absolute;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  color: #888;
}

/*
#-------------------------------------------------------------------------
# + Page: Sign up
#-------------------------------------------------------------------------
*/
.pl-signup {
  background: #FFF;
  box-shadow: 0 0 5px #EEE;
  padding: 24px;
}

.pl-signup .pl-social-login {
  text-align: center;
  padding: 24px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #EEE;
  margin: 15px 0;
}

.pl-signup .pl-social-login a {
  padding: 8px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 36px;
}

.pl-signup .pl-group-inp i {
  color: #FFF;
  border-radius: 3px;
}

.pl-signup .pl-group-inp input {
  margin-bottom: 8px;
}

/*
#-------------------------------------------------------------------------
# + Password
#-------------------------------------------------------------------------
*/
/*
#-------------------------------------------------------------------------
# + Form
#-------------------------------------------------------------------------
*/
.pl-form .pl-select {
  position: relative;
}

.pl-form .pl-select:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
}

.pl-form label {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  margin: 0;
}

.pl-form label b {
  font-size: 12px;
}

.pl-form input,
.pl-form textarea,
.pl-form select,
.pl-form .pl-birthdate {
  width: 100%;
  background: #FFF;
  font-size: 12px;
  font-weight: 200;
  padding: 0 12px;
  border: 1px solid #EEE;
  border-radius: 3px;
  margin-bottom: 15px;
}

.pl-form input.disabled, .pl-form input:disabled,
.pl-form textarea.disabled,
.pl-form textarea:disabled,
.pl-form select.disabled,
.pl-form select:disabled,
.pl-form .pl-birthdate.disabled,
.pl-form .pl-birthdate:disabled {
  background: #f9f9f9;
  color: #aaa;
  cursor: not-allowed;
}

.pl-form input,
.pl-form select {
  height: 42px;
  line-height: 42px;
}

.pl-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

.pl-form p {
  font-size: 10px;
}

.pl-form p i {
  font-size: 12px;
  margin-right: 3px;
  color: #14c265;
}

.pl-form .pl-group-inp {
  position: relative;
}

.pl-form .pl-group-inp i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 1px;
  position: absolute;
  top: 5px;
  left: 4px;
}

.pl-form .pl-group-inp input {
  padding: 0 12px 0 44px;
}

.pl-form .pl-birthdate {
  padding: 0;
}

.pl-form .pl-birthdate input {
  width: 36px;
  padding: 0;
  text-align: center;
  border: 0;
  margin: 0;
}

/*
#-------------------------------------------------------------------------
# + Radios
#-------------------------------------------------------------------------
*/
.pl-radio {
  margin-bottom: 6px;
  /*padding: 2px 3px 4px 3px;*/
}

.pl-radio:last-of-type {
  margin-bottom: 0;
}

.pl-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

.pl-radio label .timer {
  position: absolute;
  left: -2px;
  top: 3px;
  z-index: 2;
  background: #777;
  color: #fff;
  display: inline-block;
  width: 28px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  font-family: "Open Sans";
  border-radius: 15px;
}

.pl-radio input[disabled] + label {
  cursor: no-drop;
}

.pl-radio input {
  display: none;
}

.pl-radio:not(.pl-bool) label:before,
.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 50%;
}

.pl-radio:not(.pl-bool):not(.pl-pics) label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #EEE;
  border-radius: 50%;
}

.pl-radio:not(.pl-bool):not(.pl-pics) input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  background: #EEE;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #EEE, 4px 0 0 #EEE, 4px -2px 0 #EEE, 4px -4px 0 #EEE, 4px -6px 0 #EEE, 4px -8px 0 #EEE;
  transform: rotate(45deg);
}

.pl-radio:not(.pl-pics):not(.pl-bool) input[type=checkbox] + label:before {
  border-radius: 3px;
}

/* .pl-radio:not(.pl-pics) input[type=checkbox] + label:before,
.pl-radio.pl-checked:not(.pl-pics) input[type=checkbox] + label:before {
  content: "";
  border-radius: 5px;
} */
.pl-radio:not(.pl-pics) input:checked + label:before {
  background-color: #FFFFFF;
  border-color: #15c466;
}

.pl-radio:not(.pl-bool):not(.pl-pics) input:checked + label:after,
.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #15c466;
  border-radius: 50%;
}

.pl-radio:not(.pl-bool):not(.pl-pics) input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #15c466, 4px 0 0 #15c466, 4px -2px 0 #15c466, 4px -4px 0 #15c466, 4px -6px 0 #15c466, 4px -8px 0 #15c466;
  transform: rotate(45deg);
}

.pl-radio.pl-checked.pl-pics label {
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  color: #15c466;
}
.pl-radio.pl-checked.pl-pics label .pl-label-thumb {
  padding: 5px;
}

/* Normal radio .Checked */
.pl-answers-checked .pl-radio:not(.pl-bool):not(.pl-pics) {
  background: #f7f7f7;
  border-radius: 3px;
  margin-left: -3px;
  margin-right: -3px;
  padding: 0 3px 3px 5px;
}

.pl-radio.pl-checked:not(.pl-bool) {
  background: #d2f6e7 !important;
  color: #1ea96b;
}
.pl-radio.pl-checked:not(.pl-bool) label {
  line-height: 27px;
  margin-top: 3px;
  font-weight: 700;
  padding-left: 34px;
}
.pl-radio.pl-checked:not(.pl-bool) label .timer {
  background: #15c466;
}

.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:before {
  border-color: #1abc75;
}

.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:after,
.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) input:checked + label:after {
  background: #1abc75;
}

/* Pics */
.pl-radio.pl-pics {
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.pl-radio.pl-pics label {
  text-align: center;
  padding-left: 0;
  display: block;
}

.pl-radio.pl-pics label .timer {
  left: -8px;
  top: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.pl-radio.pl-pics label .pl-label-thumb {
  height: 248px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 12px;
}

.pl-radio.pl-pics label:before {
  content: none;
}

.pl-radio.pl-pics .pl-label-thumb:before {
  content: "";
  width: 100%;
  height: 248px;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.pl-radio.pl-pics.pl-checked .pl-label-thumb:before {
  box-shadow: none;
  border-color: #1abc75;
}

.pl-radio.pl-pics img {
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 8px;
}

.pl-radio.pl-pics.pl-checked {
  background: #1abc75;
  border-radius: 3px;
  color: #FFF;
}

.pl-radio.pl-pics.pl-checked label:before {
  border-color: #1abc75;
  box-shadow: none;
}

/* Bool */
.pl-radio.pl-bool label {
  width: 100%;
  text-align: center;
  padding: 0;
  height: 48px;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 46px;
  background: #FFF;
  color: #15c466;
  border: 2px solid #15c466;
}

.pl-radio.pl-bool label .timer {
  left: 6px;
  top: 12px;
  width: 28px;
  left: 6px;
  top: 8px;
  height: 28px;
  line-height: 28px;
  background: #ecfded;
  color: #1abc75;
  font-size: 8px;
}

.pl-radio.pl-bool input:checked + label,
.pl-radio.pl-bool.pl-checked input + label {
  background: #1abc75;
  color: #FFF;
  border-color: #17b570;
  padding-left: 15px;
}

.pl-radio.pl-bool input:checked + label .timer,
.pl-radio.pl-bool.pl-checked input + label .timer {
  background: #21ca80;
  color: #FFF;
}

.pl-radio.pl-bool input:checked + label:after,
.pl-radio.pl-bool.pl-checked input + label:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: 0px solid #15c466;
}

.tgl {
  display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 46px;
  height: 24px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-btn + label {
  width: auto;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #9fd6ae;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}

.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}

.tgl-flat + .tgl-btn:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
  width: 14px;
}

.tgl-flat:checked + .tgl-btn {
  border: 4px solid #15c466;
}

.tgl-flat:checked + .tgl-btn:after {
  left: 56%;
  background: #15c466;
}

/*
#-------------------------------------------------------------------------
# + Pagination
#-------------------------------------------------------------------------
*/
.pl-pagination {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.pl-pagination li {
  float: left;
  margin: 0 2px;
}

.pl-pagination li.active,
.pl-pagination li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FFF;
  text-align: center;
  color: #666;
  font-weight: 200;
  font-size: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
}

.pl-pagination li.active {
  background: #18c768;
  color: #FFF;
  cursor: not-allowed;
}

.pl-pagination li.dot {
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
}

/*
#-------------------------------------------------------------------------
# + Rows
#-------------------------------------------------------------------------
*/
.pl-row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.pl-row:before, .pl-row:after {
  content: "";
  display: table;
}

.pl-row:after {
  clear: both;
}

.pl-row .pl-col-9,
.pl-row .pl-col-8,
.pl-row .pl-col-6,
.pl-row .pl-col-4,
.pl-row .pl-col-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.pl-row .pl-col-9 {
  width: 75%;
}

.pl-row .pl-col-8 {
  width: 66.66666667%;
}

.pl-row .pl-col-6 {
  width: 50%;
}

.pl-row .pl-col-4 {
  width: 33.33333333%;
}

.pl-row .pl-col-3 {
  width: 25%;
}

/*
#-------------------------------------------------------------------------
# + Plus Buttons
#-------------------------------------------------------------------------
*/
.pl-plus-buttons {
  display: inline-block;
  background-color: #FFF;
  color: #111;
  font-size: 12px;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  margin-right: 3px;
  padding: 0 10px 0 10px;
  outline: none;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}

.pl-plus-buttons i {
  font-size: 14px;
  margin: 0 6px 0 0;
}

.pl-plus-buttons.pl-notext i {
  margin: 0;
}

/*
#-------------------------------------------------------------------------
# + Buttons
#-------------------------------------------------------------------------
*/
.pl-buttons {
  display: inline-block;
  border: 0;
  background: #EEE;
  color: #FFF;
  padding: 8px 32px !important;
  height: 52px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /* Small Button */
  /* Icon Button */
  /* Disabled */
  /* Hover */
}

.pl-buttons i {
  margin-right: 6px;
  /*&.icons {
  	line-height: 24px;
  	float: left;
  }*/
}

.pl-buttons i.i-right {
  margin-left: 6px;
  margin-right: 0;
}

.pl-buttons .pl-count {
  float: right;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  background: #FFF;
  color: #777;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  margin-left: 12px;
  margin-top: 2px;
  font-family: "Open Sans", sans-serif;
}

.pl-buttons.small {
  font-size: 12px;
  color: #FFF;
}

.pl-buttons.pl-icon {
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.pl-buttons.pl-icon i {
  margin: 0;
}

.pl-buttons[disabled], .pl-buttons .disabled {
  background: #EEE;
  color: #777;
  cursor: not-allowed;
}

/*
#-------------------------------------------------------------------------
# + Alerts
#-------------------------------------------------------------------------
*/
.alert {
  padding: 12px;
  margin-bottom: 0;
  margin-top: 15px;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px;
  border-left-width: 3px;
}

.alert strong {
  display: block;
}

.alert-danger {
  color: #da747d;
  background-color: #fff5f6;
  border-color: #fff2f3;
}

.alert-success {
  color: #57b56d;
  background-color: #f0fdf3;
  border-color: #e4f9e9;
}

.alert-warning {
  color: #d4b458;
  background-color: #fffbef;
  border-color: #fff5d5;
}

.alert-info {
  color: #2a98ab;
  background-color: #f1fdff;
  border-color: #d7f6fb;
}

/*
#-------------------------------------------------------------------------
# + Send Question
#-------------------------------------------------------------------------
*/
.pl-question-type .pl-radio {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 6px 0 6px 10px;
}

.pl-body-ask .pl-add-answer-image,
.pl-body-ask .pl-add-answer {
  color: #f43438;
  cursor: pointer;
}

.pl-body-ask .pl-answer-label input {
  margin-bottom: 2px;
}

.pl-body-ask .pl-answer-inp {
  position: relative;
}

.pl-body-ask .pl-answer-inp a {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
  border-radius: 50%;
  cursor: pointer;
}

.pl-body-ask .pl-answer-inp input {
  margin-bottom: 2px;
}

/*
#-------------------------------------------------------------------------
# + BBCodes
#-------------------------------------------------------------------------
*/
.pl-bbcodes {
  font-size: 16px;
  line-height: 26px;
}

.pl-bbcodes p, .pl-bbcodes ul, .pl-bbcodes blockquote, .pl-bbcodes iframe {
  margin-bottom: 24px;
  font-size: 16px;
}

.pl-bbcodes img, .pl-bbcodes iframe {
  max-width: 100% !important;
}

.pl-bbcodes blockquote {
  background: #fff6f6;
  border-left: 3px solid #f43438;
  padding: 12px;
  color: #b93739;
}

.pl-bbcodes .decimal {
  list-style-type: decimal;
}

.pl-bbcodes .circle {
  list-style-type: circle;
}

.pl-cpanel-box .nav-link {
  font-family: "Raleway";
  font-size: 14px;
  color: #888;
  font-weight: 600;
}
.pl-cpanel-box .tab-content {
  padding: 24px;
  border: 1px solid #EEE;
  margin-top: -1px;
  border-top: 0;
}

/*
#-------------------------------------------------------------------------
# + Backgrounds
#-------------------------------------------------------------------------
*/
.clr-fb {
  color: #3B5999;
}

.clr-tw {
  color: #00BBF5;
}

.clr-gp {
  color: #D71627;
}

.clr-fm {
  color: #ff5665;
}

.clr-ml {
  color: #1fb738;
}

.bg-0 {
  background-color: #f43438;
}

.bg-1 {
  background-color: #1ABC9C;
}

.bg-2 {
  background-color: #2ecc71;
}

.bg-3 {
  background-color: #3498db;
}

.bg-4 {
  background-color: #9b59b6;
}

.bg-5 {
  background-color: #34495e;
}

.bg-6 {
  background-color: #f1c40f;
}

.bg-7 {
  background-color: #e67e22;
}

.bg-8 {
  background-color: #e74c3c;
}

.bg-9 {
  background-color: #999999;
}

.bg-10 {
  background-color: #333333;
}

.bg-11 {
  background-color: #1FA6D5;
}

.bg-12 {
  background-color: #FCC44C;
}

.bg-13 {
  background-color: #FC4C7D;
}

.bg-14 {
  background-color: #E04CFC;
}

.bg-15 {
  background-color: #F86227;
}

.bg-16 {
  background-color: #75AD16;
}

.bg-facebook {
  background: #3B5999;
}

.bg-twitter {
  background: #00BBF5;
}

.bg-google {
  background: #D71627;
}

.bg-youtube {
  background: #cc181e;
}

.bg-instagram {
  background: #c80182;
}

.bg-banned {
  background: #fff3f4;
}

.bg-unread {
  background: #F9F9F9;
}

/*
#-------------------------------------------------------------------------
# + Send Question
#-------------------------------------------------------------------------
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 950px) {
  .pl-container,
.pl-main,
.pl-sidebar {
    width: 100%;
    float: none;
  }

  /** Header **/
  .pl-header-info {
    height: auto;
    line-height: 24px;
    padding: 12px;
    font-size: 14px;
  }

  .pl-header-info i {
    margin: 5px 10px 0 0;
  }

  .pl-header {
    margin-bottom: 24px;
  }

  .pl-header .pl-topbar:after, .pl-header .pl-topbar:before {
    width: 100%;
    height: 60px;
    position: initial;
  }

  .pl-header .pl-topbar .pl-logo {
    width: 40%;
  }

  .pl-header .pl-topbar .pl-logo a {
    padding: 6px 0 0 12px;
  }

  .pl-header .pl-topbar .pl-logo img {
    width: auto;
    height: 40px;
  }

  .pl-header .pl-topbar .pl-details {
    width: 60%;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list {
    padding: 10px 12px 0 0;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list .pl-user-details span strong {
    display: none;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-in a,
.pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-up a {
    padding: 0px 10px;
    font-size: 0;
    margin-top: 4px;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-in a i,
.pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-up a i {
    font-size: 12px;
    margin: 0;
    line-height: 28px;
  }

  .pl-header .pl-topbar .pl-details .pl-serach {
    display: none;
  }

  .pl-header .pl-topbar .pl-details .pl-ask a {
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-top: 6px;
  }

  .pl-header .pl-topbar .pl-details .pl-ask strong {
    display: none;
  }

  .pl-header .pl-topbar .pl-details .pl-ask i {
    margin: 0;
  }

  .pl-header .pl-navbar {
    position: relative;
  }

  .pl-header .pl-navbar .pl-mobile-menu.active i:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }

  .pl-header .pl-navbar .pl-mobile-menu {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #EEE;
    color: #888;
    position: absolute;
    left: 12px;
    top: 15px;
  }

  .pl-header .pl-navbar .pl-menu {
    visibility: hidden;
    opacity: 0;
    left: -300px;
    top: 0;
    position: fixed;
    background: #FFF;
    z-index: 100;
    width: 240px;
    height: 100%;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.14);
    padding: 85px 12px 12px 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .pl-header .pl-navbar .pl-menu li {
    float: none;
    border: 0;
    border-bottom: 1px solid #F8F8F8;
    position: relative;
  }

  .pl-header .pl-navbar .pl-menu li a {
    height: 48px;
    line-height: 50px;
    overflow: hidden;
  }

  .pl-header .pl-navbar .pl-menu li.selected a {
    background: #f43438;
    color: #FFF;
    margin: 0 -11px;
    border-radius: 0;
    padding: 0 22px;
  }

  .pl-header .pl-navbar .pl-menu li .dropdown {
    margin: 0 -11px;
    background: #F7F7F7;
    width: 239px;
  }

  .pl-header .pl-navbar .pl-menu li .dropdown.open {
    position: initial;
  }

  .pl-header .pl-navbar .pl-menu.open {
    visibility: visible;
    opacity: 1;
    left: 0;
    overflow: auto;
  }

  /** Page **/
  .pl-page {
    padding: 0 8px;
  }

  /** Sidebar **/
  .pl-sidebar {
    margin-top: 30px;
  }

  .pl-body-profile .pl-cover .pl-content .pl-options {
    right: 11px;
    top: -75px;
  }

  .pl-body-profile .pl-counts .pl-count {
    font-size: 0;
    height: 24px;
    padding: 0px 8px;
  }

  .pl-body-profile .pl-counts .pl-count b {
    font-size: 14px;
  }

  .pl-body-profile .pl-counts {
    padding: 16px;
  }

  .pl-body-profile .pl-cover {
    height: 180px;
  }

  .pl-body-profile .pl-followers .pl-buttons {
    margin-top: 20px;
    margin-bottom: 13px;
    width: 100%;
    text-align: center;
  }

  .pl-body-profile .pl-followers .pl-dtable {
    width: 100%;
  }

  .pl-body-profile .pl-questions .pl-details {
    font-size: 9px;
  }

  .pt-pinned {
    font-size: 0;
  }

  .pt-pinned i {
    font-size: 14px;
  }

  .td-m {
    display: block;
    width: 99%;
  }

  .pl-body-statistics .p-4 {
    padding: 12px !important;
  }

  /** Main **/
  .pl-main .pl-question .pl-content {
    padding: 16px;
  }

  .pl-main .pl-question .pl-content .pl-details {
    padding: 12px 0 12px 0;
    margin: 24px -16px -16px;
    text-align: center;
  }

  .pl-main .pl-question.pl-question-bool:not(.pl-nothumb) .pl-question-cnt .pl-content {
    float: none;
    width: 100%;
    border: 0;
  }

  .pl-main .pl-question.pl-question-bool:not(.pl-nothumb) .pl-question-cnt .pl-cover {
    width: 100%;
    /* display: none; */
    float: none;
    height: 186px;
    top: 0;
  }

  .pl-main .pl-question.pl-question-pics .pl-row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .pl-main .pl-question.pl-question-pics .pl-col-4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .pl-radio.pl-pics label .pl-label-thumb,
.pl-radio.pl-pics .pl-label-thumb:before {
    height: 94px;
  }

  .pl-radio.pl-pics img {
    min-height: 94px;
  }

  /** Footer **/
  .pl-footer {
    padding: 24px;
  }

  .pl-footer .pl-links,
.pl-footer .pl-subsecribe,
.pl-footer .pl-statistics {
    width: 100%;
    float: none;
  }

  .pl-footer .pl-subsecribe {
    margin: 30px 0;
  }

  .pl-footer .pl-statistics {
    padding: 0;
  }

  /** Modal **/
  #password-modal .modal-dialog,
#sign-modal .modal-dialog,
.modal-dialog {
    width: 100%;
    padding: 10px;
    margin: 0;
  }

  /** Rows **/
  .pl-form .pl-row .pl-col-9,
.pl-form .pl-row .pl-col-8,
.pl-form .pl-row .pl-col-6,
.pl-form .pl-row .pl-col-4,
.pl-form .pl-row .pl-col-3 {
    width: 100%;
    float: none;
  }

  /** Sign up **/
  .pl-signup .pl-social-login a {
    display: block;
    margin-bottom: 6px;
  }

  .pl-signup .pl-social-login a:last-of-type {
    margin-bottom: 2px;
  }

  .pl-new-header .pl-new-topheader > ul li {
    display: none;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn, .pl-new-header .pl-new-topheader > ul li.pl-newnotifications, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn, .pl-new-header .pl-new-topheader > ul li.pl-newusr {
    display: block;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn li, .pl-new-header .pl-new-topheader > ul li.pl-newnotifications li, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn li, .pl-new-header .pl-new-topheader > ul li.pl-newusr li {
    display: block;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn a {
    margin-left: 4px;
    margin-right: 0px;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn a, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn a {
    font-size: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    margin-top: 6px;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn a i, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn a i {
    font-size: 14px;
    margin: 0;
  }

  .pl-new-header .pl-new-topheader .pt-new-logo img {
    height: 38px !important;
    margin-top: 4px;
  }

  .pt-new-homebreadcrump {
    padding: 46px 0 !important;
  }

  .pt-new-homebreadcrump p {
    width: 100% !important;
  }

  .pt-new-homebreadcrump .nbtn {
    padding: 0 12px !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 42px !important;
    height: 42px !important;
    margin-right: 3px !important;
  }
  .pt-new-homebreadcrump .nbtn:first-of-type {
    margin-left: 0px !important;
  }

  .pt-newsectiontitle h3 {
    font-size: 20px;
  }
  .pt-newsectiontitle h3 i {
    font-size: 18px !important;
  }

  .pt-newsectiontitle p {
    font-size: 12px;
  }

  .pt-newsectiontitle .pt-newoptions {
    top: -3px;
  }

  .pl-page .col-8,
.pl-page .col-4 {
    flex: none;
    width: 100%;
  }

  .pl-main .pl-question .pl-content .pl-options div:first-child span {
    font-size: 0px !important;
    line-height: 26px;
    padding: 0 6px !important;
  }
  .pl-main .pl-question .pl-content .pl-options div:first-child span i {
    font-size: 13px;
    margin: 0 !important;
    line-height: 30px;
  }
  .pl-main .pl-question .pl-content .pl-options div:first-child span:before {
    content: none;
  }

  .input-group-btn {
    width: 89px;
  }

  .input-group.file-caption-main .btn {
    padding: 0 6px;
    margin-left: 2px;
    float: left;
  }

  .input-group.file-caption-main .btn span {
    font-size: 0;
  }

  .file-preview, .file-drop-zone {
    min-height: 152px;
  }

  .file-drop-zone-title {
    font-size: 13px;
    padding: 62px 10px;
  }

  .pt-new-homebreadcrump.pt-new-pagebreadcrump h3 {
    font-size: 18px;
  }

  .pl-page.pl-newpage .pl-main .pl-question .pl-comments .pl-comment,
.pl-page.pl-newpage .pl-main .pl-question .pl-comments .pl-more {
    display: none !important;
  }

  .pl-main .pl-question .pl-comments .pl-comment-form.pl-active button {
    font-size: 12px;
    margin: 0;
  }

  .pl-main .pl-question .pl-comments .pl-comment-form.pl-active button:last-of-type {
    font-size: 0px;
    line-height: 28px;
  }
  .pl-main .pl-question .pl-comments .pl-comment-form.pl-active button:last-of-type i {
    font-size: 14px;
    line-height: 44px;
    margin: 0;
  }

  .pl-main .pl-question .pl-comments {
    padding: 6px 5px;
  }
  .pl-main .pl-question .pl-comments .p-2 {
    padding-bottom: 3px !important;
  }

  .pl-main .pl-question .pl-comments .pl-thumb {
    height: 28px;
    width: 28px;
  }

  .pl-main .pl-question .pl-comments .pl-cmt-content {
    font-size: 12px;
  }

  .pl-main .pl-question .pl-comments .pl-comment .pt-commentbox {
    padding: 5px 8px;
  }

  .pl-main .pl-question .pl-content .pl-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pl-radio label {
    font-size: 14px;
  }

  .pl-main .pl-question {
    margin-bottom: 28px;
  }

  #sign-modal .modal-dialog,
#password-modal .modal-dialog,
#report-modal .modal-dialog,
#forget-modal .modal-dialog {
    width: 100% !important;
  }

  .pl-sidebar {
    margin: 0;
    margin-top: 30px;
  }

  .pl-sidebar .pl-sociallink a {
    width: 44px;
  }

  .pr-newindexcount {
    padding-bottom: 14px;
  }
  .pr-newindexcount ul li {
    width: 33% !important;
    padding: 18px 0 0 !important;
    font-size: 14px !important;
  }
  .pr-newindexcount ul li i {
    font-size: 24px !important;
    height: 30px !important;
    line-height: 50px !important;
    margin-right: 10px !important;
  }
  .pr-newindexcount ul li b {
    margin: 0 !important;
    font-size: 20px !important;
  }

  .pl-footer .pt-logo {
    text-align: center;
  }

  .pt-plans {
    padding: 0;
  }
  .pt-plans div[class^=col-] {
    flex: none;
    width: 100%;
  }
  .pt-plans .pt-plan {
    margin-bottom: 24px;
  }
  .pt-plans .pt-plan ul li {
    padding: 3px 8px;
  }
  .pt-plans .pt-plan ul li span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 7px;
    font-size: 12px;
  }

  .pl-body-questions .pl-voters ul li {
    width: 34px;
    height: 34px;
    padding: 0;
  }
  .pl-body-questions .pl-voters ul li img {
    min-height: 38px;
  }

  .pl-body-questions .pl-voters .pl-dtable {
    height: 34px;
  }

  .pl-body-questions .pl-voters .nbtn.lh45 {
    line-height: 18px;
    font-size: 0;
  }
  .pl-body-questions .pl-voters .nbtn.lh45 i {
    font-size: 14px;
    line-height: 32px;
    margin: 0;
  }

  .pt-newmobilemenu {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: white;
    display: block !important;
    padding: 3px 12px 12px 12px !important;
    float: none !important;
    margin: 0 !important;
    left: 0;
    top: 78px;
    background: #FFF;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    z-index: 2;
    border-radius: 0 0 6px 6px;
    visibility: hidden;
    opacity: 0;
  }
  .pt-newmobilemenu.open {
    visibility: visible;
    opacity: 1;
    top: 68px;
  }
  .pt-newmobilemenu li {
    display: block !important;
    float: none !important;
  }
  .pt-newmobilemenu li input {
    width: 100% !important;
  }
  .pt-newmobilemenu li .dropdown {
    width: 98% !important;
  }
  .pt-newmobilemenu li .dropdown li {
    width: 100% !important;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}




    .contest-card {
    background-color: #4939c1;
    position: relative;
    z-index: 1;
}

.contest-card:hover .contest-card__thumb img {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.contest-card .item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contest-card__thumb {
    position: relative;
    height: 260px;
    padding: 15px;
    background-color: #5a4bcc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contest-card__thumb img {
    max-height: 260px;
}

.contest-card__thumb .action-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 6px 5px 0px rgba(243, 42, 126, 0.43);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contest-card__thumb .action-icon:hover {
    color: #ffffff;
}

.contest-card__thumb .contest-num {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 85px;
    height: 85px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.contest-card__thumb .contest-num span {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
}

.contest-card__thumb .contest-num .number {
    text-transform: uppercase;
}

.contest-card__content {
    padding: 30px 30px 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}


.contest-card__content .pl-author .pl-thumb img{
    height: 30px;
    width: 30px;
    background: #EEE;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    line-height: 0;
    box-shadow: 0 0 0 1px #e67e22;
    border: 2px solid #FFF;
   
}
@media (max-width: 575px) {
    .contest-card__content {
        padding-top: 65px;
    }
}

.contest-card__content .left {
    width: 50%;
    padding-right: 5px;
}

@media (max-width: 575px) {
    .contest-card__content .left {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
}

.contest-card__content .right {
    width: 30%;
    padding-left: 15px;
    text-align: right;
}

@media (max-width: 575px) {
    .contest-card__content .right {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
}

.contest-card__content .right p {
    text-transform: capitalize;
}

.contest-card__price {
    font-size: 28px;
    font-weight: 600;
    color: #22b868;
    line-height: 1.4;
}

.contest-card__footer {
    padding: 15px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.contest-card__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contest-card__meta li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.contest-card__meta li:first-child {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.contest-card__meta li:last-child {
    width: 50%;
}

@media (max-width: 340px) {
    .contest-card__meta li:last-child {
        width: 70%;
        padding-left: 15px;
    }
}

.contest-card__meta li i {
    font-size: 24px;
    margin-right: 8px;
}

.contest-card__meta li span {
    font-size: 18px;
    color: #ffb200;
    line-height: 1.2;
}

.contest-card__meta li p {
    font-size: 14px;
    margin-left: 5px;
}

.contest-wrapper .contest-filter-wrapper .nice-select {
    background-color: transparent;
    border-color: #271c48;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding-left: 20px;
    padding-right: 15px;
}

.contest-wrapper .contest-filter-wrapper .nice-select::after {
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #6e6bad;
    border-right: 1px solid #6e6bad;
    right: 18px;
    margin-top: -7px;
}

.contest-wrapper .contest-filter-wrapper .nice-select span, .contest-wrapper .contest-filter-wrapper .nice-select li {
    font-size: 14px;
}

.contest-wrapper .contest-filter-wrapper .nice-select .current {
    color: #ffffff;
}

.contest-wrapper .contest-filter-wrapper .nice-select .list {
    background-color: #5a4bcc;
}

.contest-wrapper .contest-filter-wrapper .nice-select .list .option {
    color: #fafafa;
}

.contest-wrapper .contest-filter-wrapper .nice-select .list .option.selected, .contest-wrapper .contest-filter-wrapper .nice-select .list .option:hover {
    background-color: #4838c6;
}

.contest-wrapper .contest-search-form {
    position: relative;
}

.contest-wrapper .contest-search-form input {
    width: 100%;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-color: #271c48;
    font-size: 14px;
}

.contest-wrapper .contest-search-form input::-webkit-input-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form input::-moz-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form input:-ms-input-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form input:-moz-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form button {
    position: absolute;
    top: 13px;
    right: 16px;
    color: #a2aae4;
    background: transparent;
    font-size: 20px;
}

.contest-wrapper .rang-slider .caption {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.contest-wrapper .rang-slider .ui-widget.ui-widget-content {
    background-color: #5a4bcc;
    border: none;
    height: 4px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.contest-wrapper .rang-slider .ui-state-default, .contest-wrapper .rang-slider .ui-widget-content .ui-state-default {
    width: 24px;
    height: 24px;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: none;
    top: -10px;
    cursor: pointer;
}

.contest-wrapper .rang-slider .ui-state-default::before, .contest-wrapper .rang-slider .ui-widget-content .ui-state-default::before {
    position: absolute;
    content: "\f104";
    color: #ffffff;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 15px;
    left: 0px;
}

.contest-wrapper .rang-slider .ui-state-default::after, .contest-wrapper .rang-slider .ui-widget-content .ui-state-default::after {
    position: absolute;
    content: "\f105";
    color: #ffffff;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 15px;
    right: 1px;
}

.contest-wrapper .rang-slider .ui-widget-header {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.contest-wrapper .rang-slider .amount-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
}

.contest-wrapper .rang-slider .amount-wrapper .min-amount {
    color: #ffffff;
    font-size: 16px;
}

.contest-wrapper .rang-slider .amount-wrapper input {
    min-height: auto;
    padding: 0;
    border: none;
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #ffffff;
}

.contest-wrapper .action-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -10px;
}

.contest-wrapper .action-btn {
    width: 30px;
    height: 30px;
    background-color: #5a4bcc;
    font-size: 20px;
    color: #aeaef1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 10px;
}

/* contest section css end */
/* contest slider section css start */
.contest-slider-section {
    margin-top: -200px;
    position: relative;
    z-index: 2;
}

.contest-slider .slick-list {
    margin: 0 -15px;
}

.contest-slider .contest-card {
    margin: 0 15px;
}

.contest-slider .slick-arrow {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 2;
    color: #ffffff;
    width: 50px;
    height: 26px;
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.contest-slider .slick-arrow.prev {
    right: 65px;
}

.contest-slider .slick-arrow.slick-disabled {
    background-image: none;
    background-color: #7b6fd6;
    box-shadow: none;
}

.contest-slider.style--two .slick-arrow {
    top: 50%;
    right: auto;
    left: -25px;
}

@media (max-width: 575px) {
    .contest-slider.style--two .slick-arrow {
        left: 10px;
    }
}

.contest-slider.style--two .slick-arrow.next {
    right: -25px;
    left: auto;
}

@media (max-width: 575px) {
    .contest-slider.style--two .slick-arrow.next {
        right: 10px;
    }
}
/* contest slider section css end */
/* contest feature section css start */
.icon-item2 {
    text-align: center;
}

.icon-item2__content {
    margin-top: 30px;
}

.icon-item2__content .title {
    color: #ffffff;
    text-transform: capitalize;
}

.icon-item2__content p {
    margin-top: 10px;
}


.pl-main {
  // width: 612px;
  // float: left;
  position: relative;

  /* Questions */

  .pl-page-head i {
    float: right;
  }

  .pl-question {
    margin-bottom: 48px;
    background: #FFF;
    // border: 1px solid #E7E7E7;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    position: relative;

    /* Content */
    /* Thumb */
    /* Comments */

    &:before {
      content: "";
      display: table;
    }

    &:after {
      content: "";
      display: table;
      clear: both;
    }

    &:not(.pl-question-pics):not(.pl-nothumb) .pl-content .pl-col-6 {
      &:first-of-type {
        padding-right: 12px;
      }

      &:last-of-type {
        padding-left: 12px;
      }
    }

    .pl-question-cnt {
      position: relative;

      &:before {
        content: "";
        display: table;
      }

      &:after {
        content: "";
        display: table;
        clear: both;
      }
    }

    .pl-question-unfollow {
      background: #12c165;
      // border-color: #f43438;
      color: #FFF;
    }

    .pl-content {
      padding: 24px;

      /* Options */
      /* Title */
      /* Author */
      /* Warning */
      /* Embed Form */
      /* Details */

      .pl-options {
        div {
          &:first-child {
            float: left;


            span {
							display: inline-block;
              color: white;
              min-width: 34px;
              text-align: center;
              border-color: transparent;
              // height: 32px;
              line-height: 30px;
              // width: 40px;
					    padding: 0 10px;
              border-radius: 18px;
							font-size: 14px;
							font-family: 'Raleway';
							position: relative;
							i {
								margin-right: 10px;
								width: 22px;
								text-align: center;

							}
							&:before {
								content: "";
								position: absolute;
								left: 38px;
								top: 14%;
								height: 76%;
								width: 1px;
								background: rgb(255 255 255 / 40%);

							}
            }
          }

          &:last-child {
            float: right;

            ul {
              list-style: none;
              padding: 0;
              margin: 0;

              li {
                float: left;

                &.pl-share {
                  position: relative;

                  ul {
                    position: absolute;
                    width: 200px;
                    top: 46px;
                    left: 1px;
                    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
                    visibility: hidden;
                    opacity: 0;
                    z-index: 5;
                    list-style: none;
                    margin: 0px;
                    background: #FFF;
                    padding: 6px;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -ms-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;

                    &.open {
                      visibility: visible;
                      opacity: 1;
                      top: 32px;
                    }

                    li {
                      float: none;

                      a {
                        color: #333;
                        display: block;
                        border-bottom: 1px solid #EEE;
                        padding: 6px 12px;
                        font-size: 12px;

                        i {
                          margin-right: 6px;
                          width: 22px;
                          height: 22px;
                          line-height: 22px;
                          color: #FFF;
                          text-align: center;
                          border-radius: 3px;
                          -webkit-transition: all 0.3s;
                          -moz-transition: all 0.3s;
                          -ms-transition: all 0.3s;
                          -o-transition: all 0.3s;
                          transition: all 0.3s;
                        }

                        &:hover {
                          color: #777;
                          background: #EEE;
                          border-radius: 3px;

                          i {
                            background: #FFF;
                            color: #777;
                          }
                        }
                      }

                      &:last-child a {
                        border: 0;
                      }
                    }
                  }
                }
              }
            }

            &:before {
              content: "";
              clear: both;
            }

            &:after {
              content: "";
              clear: both;
              display: table;
            }
          }
        }

        &:before {
          content: "";
          clear: both;
        }

        &:after {
          content: "";
          clear: both;
          display: table;
        }
      }

      .pl-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin: 24px 0;

        a {
          color: #000;
        }
      }

			.pt-polldescription {
				font-family: 'Raleway';
				color: #555;
				margin-bottom: 24px;
			}

      .pl-author {
        font-family: "Raleway", sans-serif;
        color: #999;
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 22px;
        font-weight: 200;
        max-height: 33px;
        overflow: hidden;
        position: relative;
        padding: 2px 0 2px 2px;
        margin-top: -6px;

        &.pl-admin {
          .pl-thumb {
            box-shadow: 0 0 0 1px #e67e22;
            border: 2px solid #FFF;
          }

          .pl-admin-badge {
            top: 16px;
            left: 20px;
            width: 16px;
            height: 16px;
            line-height: 12px;
            font-size: 9px;
            border: 2px solid #FFF;
            color: #FFF;
            border-radius: 50%;
            text-align: center;
            background: #e67e22;
            position: absolute;
          }

          a {
            color: #e67e22;
          }
        }

        .pl-thumb {
          height: 30px;
          width: 30px;
          background: #EEE;
          overflow: hidden;
          border-radius: 50%;
          float: left;
          margin-right: 12px;
          line-height: 0;

          img {
            width: 100%;
            min-height: 100%;
          }
        }

        .pl-verified {
          top: 16px;
          left: 20px;
          width: 16px;
          height: 16px;
          line-height: 12px;
          font-size: 9px;
          border: 2px solid #FFF;
        }

        a {
          color: #999;
          font-size: 12px;
					font-weight: 600;
        }

        &:before {
          content: "";
          clear: both;
        }

        &:after {
          content: "";
          clear: both;
          display: table;
        }
      }

      .pl-warning {
        margin: 0;
        margin-top: 24px;
        font-size: 12px;
        font-weight: 200;
        color: #aaa;

        i {
          margin-right: 6px;
          margin-top: 6px;
          float: left;
          color: #f4a50f;
        }

        span {
          overflow: hidden;
          display: block;
          line-height: 22px;
        }
      }

      .pt-embed-form {
        background: #F7F7F7;
        font-size: 12px;
        position: relative;
        display: none;

        a {
          position: absolute;
          left: -18px;
          background: #f43438;
          width: 18px;
          height: 18px;
          display: block;
          line-height: 18px;
          text-align: center;
          color: #FFF;
        }

        pre {
          padding: 8px;
          margin-top: 18px;
					white-space: initial;
					line-height: 19px;
        }
      }

      .pl-details {
        // background: #F7F7F7;
				background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,247,247,0.7) 100%);
				border-top: 1px solid #F7F7F7;
        padding: 12px 0 12px 24px;
        margin: 24px -24px -24px;
				.pl-show-votes {
					color: #1c52c8;
				}
				.pl-show-replies {
					color: #ee2d69;
				}

      }
    }

    .pl-cover {
      background: #EEE;
      overflow: hidden;

      /* width: 45%; */
      /* max-height: 260px;
      /* float: right; */
      /* border: 3px solid #fff; */
      /* position: absolute; */
      /* right: 0; */
      margin-bottom: 30px;

      img {
        min-height: 100%;
        width: 100%;
      }
    }

    &.pl-question-pics .pl-details {
      margin-top: 12px;
    }

    .pl-comments {
      display: none;
      border-top: 1px solid #EEE;
      padding: 12px 24px;

      &.open {
        display: block;
      }

      .pl-more {
        padding: 0 0 6px 6px;
        border-bottom: 1px solid #EEE;
        font-size: 12px;
        font-weight: 200;
				margin-bottom: 8px;

        a {
          font-size: 12px;
          color: #777;
        }

        small {
          font-size: 12px;
          font-weight: 200;
        }
      }

      // .pl-comment:first-of-type {
			// 	margin-top: 12px;
			// 	padding-bottom: 0;
			// }
      .pl-comment {
        // border-bottom: 1px solid #EEE;
        // padding-bottom: 12px;


				.pt-commentbox {
					background: #fbfbfb;
					// background: #f7fbfd;
			    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
			    border-radius: 13px;
			    position: relative;
			    padding: 8px 16px;
					&:before {
						content: "";
				    position: absolute;
				    left: -8px;
				    top: 10px;
				    border-right: 8px solid #f5f5f5;
				    // border-right: 8px solid #f7fbfd;
				    /* border-top: 5px solid; */
				    border-bottom: 8px solid transparent;
					}
				}
      }

      .pl-thumb {
        height: 48px;
        width: 48px;
        background: #EEE;
        overflow: hidden;
        border-radius: 50%;

        img {
          width: 100%;
          min-height: 100%;
        }
      }

      .pl-title {
        color: #999;
        // margin-top: 6px;
        font-size: 12px;
        font-family: "Raleway", sans-serif;
        font-weight: 200;

        a {
					font-weight: 600;
    			color: #444;
        }

        span {
          float: right;
        }

        &:before {
          content: "";
          clear: both;
        }

        &:after {
          content: "";
          clear: both;
          display: table;
        }
      }

      .pl-cmt-content {
        font-size: 14px;
				font-family: 'Raleway';
      }

      .pl-votes {
				font-size: 10px;
		    font-family: 'Raleway';
		    padding: 6px 0 0 12px;

        span {
          margin-right: 12px;
					cursor: pointer;
					&:first-of-type {
						color: #1c52c8;
					}
					&:last-of-type {
						color: #ee2d69;
					}
					&.pl-vv {
						color: #12c064;
					}

          i {
            margin-right: 3px;
          }
        }
      }

      .pl-nouser {
        color: #777;
        font-size: 12px;
        padding: 12px 0;
        font-weight: 200;

        a {
          color: #777;
          font-weight: 700;
        }
      }

      .pl-comment-form {
        padding-top: 12px;
        position: relative;

        .pl-thumb {
          position: absolute;
          width: 28px;
          height: 28px;
          border-radius: 2px;
          top: 20px;
          left: 7px;
          opacity: 0.4;
					border-radius: 100px;
        }

        textarea {
          height: 44px;
          line-height: 42px;
          resize: none;
          margin-bottom: 6px;
          padding-left: 40px;
					border-radius: 100px;
        }

        button {
          display: none;

          &:first-of-type {
            margin-left: 12px;
          }
        }

        hr {
          display: none;
          margin: 0 0 12px 0;
        }

        &:before {
          content: "";
          clear: both;
        }

        &:after {
          content: "";
          clear: both;
          display: table;
        }

        &.pl-active {
          .pl-thumb {
            display: none;
          }

          textarea {
            height: 120px;
            line-height: 24px;
            padding: 12px;
						border-radius: 5px;
          }

          button {
            display: inline-block;
          }

          hr {
            display: block;
						border-color: #CCC;
          }
        }
      }
    }
  }
}

.pt-pinned {
  font-family: 'Raleway';
  font-weight: bold;
  margin-left: 12px;
  color: #19c969;
  // color: #f43438;
}

.pl-main .pl-question .pl-content .pl-options div .pt-pinned i {
	// background-color: #f43438;
  border-radius: 50%;
  /* width: 30px; */
  height: 30px;
  margin-right: 3px;
  /* color: #FFF; */
  line-height: 27px;
  text-align: center;
  font-size: 14px;
}

.pl-small-desk {
  small {
    float: right;
  }

  textarea {
    padding: 12px;
  }
}

.pl-dpdf {
  margin: 0;
  padding: 24px;
}

.pl-iframe {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f43438;
  padding: 0 12px;
  border-radius: 0 0 3px 3px;

  .pl-logo a {
    height: 26px;
    margin-top: 6px;
    display: inline-block;

    img {
      height: 100%;
    }
  }

  .pl-titlee {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 11px;
    color: #ffd8d8;
  }
}

.media-body {
  margin-left: 12px;
}

.modal-title {
  width: 100%;
}

.input-group.file-caption-main .btn {
  font-size: 10px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
}

.file-input .file-caption {
  height: 34px;
  line-height: 34px;
  font-size: 12px;

  i {
    margin-right: 4px;
  }
}

.file-preview, .file-drop-zone {
  min-height: 222px;
}

.progress {
  margin: 12px 0;
}

.file-live-thumbs:after {
  content: "";
  display: block;
  clear: both;
}

.pl-body-statistics {
  .cp-stats-h5 {
    margin: 28px 0 24px;
    padding-bottom: 13px;
    border-bottom: 1px solid #DDD;
  }

  .pl-chart-content {
    font-size: 14px;
  }

  .pt-answer-stats {
    &:last-of-type {
      padding-bottom: 10px;
    }

    b {
      font-size: 12px;
      font-weight: 400;
    }

    .pt-l1 {
      background: #F7F7F7;
      height: 7px;
      line-height: 0;
      border-radius: 30px;
      margin-top: 3px;
    }

    .pt-l2 {
      display: inline-block;
      height: 7px;
      border-radius: 30px;
      position: relative;

      small {
        display: inline-block;
        height: 18px;
        width: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 30px;
        position: absolute;
        right: -15px;
        top: -6px;
        font-size: 8px;
        color: #FFF;
        font-family: "Raleway";

        &:before {
          	/* content: "";
            display: inline-block;
            border-right: 5px solid #000;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            position: absolute;
            right: 16px;
            top: 5px; */
        }
      }
    }
  }
}




.pl-main #masonry .pl-question .pl-comments .pl-comment-form.pl-active textarea {
    height: 48px;
}

.pl-main #masonry .pl-question .pl-comments .pl-comment-form.pl-active .nbtn.lh45 {
    line-height: 36px;
}




.masthead {
    min-height: 500px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.bm-px-110 {
    padding: 110px 0 !important
}

.nav-bg {
    background: #363636
}

.bm-light-bg {
    background-color: #f3f3f3
}

.bm_button1 {
    color: #f07873;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #f07873;
    display: inline-block;
    transition: all .4s ease 0s;
    border-radius: 5px
}

.bm_button1:hover {
    color: #59daa4;
    transition: all .4s ease 0s;
    letter-spacing: 1px;
    border: 2px solid #59daa4;
    text-decoration: none
}

.bm_text_lightgreen {
    color: #59daa4 !important
}

.bm_text_lightpink {
    color: #f07873 !important
}

.bm-bg-lightgreen {
    background-color: #59daa4 !important
}

.banner_subtext {
    font-size: 16px
}

.bm_section_title {
    font-size: 2.5rem
}

.bm_section_subtitle {
    font-size: 16px
}

.bm_mb30 {
    margin-bottom: 30px
}

.bm-section-padding {
    padding: 60px 0
}

section .section-title {
    text-align: center;
    color: #007b5e;
    text-transform: uppercase
}

.bm-dark-bg {
    background: #363636;
    color: #eee
}

#howtoplay h6.section-title,
#tabs h6.section-title {
    color: #eee
}

.nav-tabs {
    border: none
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f07873 !important;
    background-color: transparent;
    border-color: transparent transparent #f07873 !important;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #eee
}

.carousel-nav-icon {
    height: 48px;
    width: 48px
}

.carousel-item .col,
.col-md,
.col-sm {
    margin: 8px;
    height: 300px;
    background-size: cover;
    background-position: center center
}

.center-tab .bm_featurecard.first-card,
.left-tab .bm_featurecard.first-card,
.right-tab .bm_featurecard.first-card {
    margin-top: 4.25rem;
    margin-bottom: .75rem
}

.center-tab .bm_featuretext,
.left-tab .bm_featuretext,
.right-tab .bm_featuretext {
    display: inline-block;
    width: 73%
}

.center-tab .left-pane .bm_featuretext {
    text-align: right
}

#tabs .card {
    border: none;
    background: 0 0
}

#tabs .card .card-body {
    padding: 1rem 0 1.5rem 0
}

.center-tab .left-pane .bm_featureicon {
    float: none;
    margin-right: 0;
    margin-left: 1rem
}

#nav-tabContent .bm_featureicon {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #f07873;
    text-align: center;
    vertical-align: top
}

.header-dd-menu {
    top: 48px;
    border-radius: 0 0 .25rem .25rem;
    border: none
}

.header-dd-menu .dropdown-item {
    text-align: left;
    padding: 2px 10px !important
}

.header-dd-menu .dropdown-item.active,
.header-dd-menu .dropdown-item:active,
.header-dd-menu .dropdown-item:focus,
.header-dd-menu .dropdown-item:hover {
    color: #f8f9fa !important;
    text-decoration: none !important;
    background-color: #f07873 !important
}

.center-tab .right-pane .bm_featureicon,
.left-tab .right-pane .bm_featureicon,
.right-tab .right-pane .bm_featureicon {
    margin-right: 1rem
}

#nav-tabContent .bm_featureicon .fa {
    font-size: 2.5rem;
    line-height: 4.95rem
}

.right-tab .bm-knowtext {
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1rem
}

.right-tab .bm-knowtext h3 {
    margin-bottom: .75rem
}

.left-tab .bm-iconsarea div.card:nth-child(2n+2),
.right-tab .bm-iconsarea div.card:nth-child(2n+2) {
    margin-right: 0
}

.bm-btn-white {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #fff;
    display: inline-block;
    transition: all .4s ease 0s;
    border-radius: 5px
}

.bm-btn-white:hover {
    color: #fff;
    transition: all .4s ease 0s;
    letter-spacing: 1px;
    text-decoration: none
}

.bm-bg-lightpink {
    background: #f07873
}

#howtoplay .img-wrapper img {
    filter: drop-shadow(5.5px 2.5px 10.5px rgba(255, 255, 255, .4));
    margin: 2rem auto 2rem auto;
    transform: scale(1);
    transition: all .4s
}

#howtoplay .img-wrapper img:hover {
    transform: scale(1.1)
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem
}

.btn-lightpink {
    background: #f07873;
    color: #fff !important
}

.btn-green {
    background: #59daa4;
    color: #fff !important
}

#tournaments .btn:hover {
    opacity: .7
}

a.btn-lightpink {
    margin-right: .5rem
}

#tournaments .card-body {
    padding: 22px 15px !important
}

.bm-card-info-item {
    display: inline-flex;
    vertical-align: middle;
    align-items: center
}

.bm-card-table-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500
}

.bm-card-table-item-default {
    font-size: 12px;
    font-weight: 600;
    color: #bfbfbf
}

#tournaments .card-img-top {
    transform: scale(1);
    transition: .3s ease-out all
}

#tournaments .card-img-top:hover {
    transform: scale(1.1)
}

.hide-over {
    overflow: hidden
}

.bm-rate-card {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 18px;
    padding-right: 18px;
    transition: .3s ease-out all;
    opacity: 1
}

.bm-rate-place,
.bm-rate-user {
    font-size: 12px;
    font-weight: 500;
    color: #c1c1c1
}

.bm-rate-wins {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #9b9b9b;
    text-align: right !important
}

.bm-rate-position {
    display: inline-block;
    vertical-align: middle
}

.br-5 {
    border-radius: 5px
}

.bm-rate-position {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 500;
    color: #c1c1c1
}

.bm-rate-name {
    font-size: 13px;
    font-weight: 500;
    color: #8a8a8a, word-break: break-all;
}

.rate-col .card-table.table tbody td,
.rate-col .card-table.table thead th {
    padding: 1px 0px !important;
    vertical-align: middle
}

.card-table.table thead th {
    border: none
}

.tour-card .card-table td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 2.5px !important;
    vertical-align: middle
}

.card-img-top {
    height: 180px !important
}

#download a.btn {
    transform: scale(1);
    transition: .3s ease-out all
}

#download a.btn:hover {
    transform: scale(1.1);
    opacity: .9
}

#footer a {
    color: #fff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

#footer ul.social li {
    padding: 3px 0
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px
}

#footer ul.quick-links li a,
#footer ul.social li a {
    color: #fff
}

#footer ul.social li a:hover,
.about-section .content a:hover {
    color: #59daa4 !important
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700
}

#footer ul.quick-links li a i {
    margin-right: 5px
}

#footer ul.quick-links li:hover a i {
    font-weight: 700
}

.copyright a:hover {
    color: #fff !important
}

.owl-dots {
    display: none
}

.owl-nav button,
.owl-nav button span {
    font-size: 30px !important;
    padding: 0 13px !important;
    color: #fff !important;
    background: #f07873 !important
}

.owl-nav button span:hover {
    color: #59daa4 !important;
    border: none !important
}

.copyright a {
    color: #f07873 !important
}

.copyright a:hover {
    color: #59daa4 !important
}

.copyright b,
.copyright strong {
    color: #59daa4
}

.page-header {
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vw;
    position: relative
}

.page-header .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2)
}

.cnt-card {
    border-radius: 6px;
    transition: all .4s
}

.btn-submit {
    transform: scale(1);
    transition: all .4s
}

.btn-submit:hover {
    transform: scale(1.05)
}

.about-section .content a,
.about-section .content b,
.about-section .content strong {
    color: #f07873 !important
}

@media (min-width:992px) {
    .featurette-heading {
        margin-top: 7rem
    }
}

@media (max-width:1200px) {
    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 68%
    }
    .center-tab .bm_featurecard.first-card,
    .left-tab .bm_featurecard.first-card,
    .right-tab .bm_featurecard.first-card {
        margin-top: 0;
        margin-bottom: 0
    }
    .left-tab .bm-iconsarea .card,
    .right-tab .bm-iconsarea .card {
        width: 44%
    }
    #tournaments .tour-row .card {
        margin: 15px 0
    }
}

@media (max-width:991px) {
    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 85%
    }
    .center-tab .left-pane .bm_featuretext {
        text-align: left
    }
    .center-tab .left-pane .bm_featureicon {
        float: left;
        margin-right: 1rem;
        margin-left: 0
    }
    #nav-tabContent img {
        display: block;
        margin: 2rem auto 3rem auto
    }
    .left-tab .bm-iconsarea .card,
    .right-tab .bm-iconsarea .card {
        width: 44%;
        margin-right: 0px
    }
    #howtoplay .row.left-img {
        display: block !important
    }
    #howtoplay .row.right-img {
        flex-direction: column
    }
    #howtoplay .row.right-img .col_left {
        order: 2
    }
    #howtoplay .row.right-img .col_right {
        order: 1
    }
    #howtoplay .row .col {
        margin: 10px 0
    }
    .page-header {
        height: 100%;
        padding: 150px 0;
        display: block !important
    }
}

@media only screen and (max-width:768px) {
    #nav-tabContent .bm_featureicon {
        width: 3.5rem;
        height: 3.5rem
    }
    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 75%
    }
    #nav-tabContent .bm_featureicon .fa {
        font-size: 1.75rem;
        line-height: 3.5rem
    }
    .left-tab .bm-iconsarea .card,
    .right-tab .bm-iconsarea .card {
        width: 100%;
        margin-right: 0px
    }
    .masthead {
        padding: 100px 0;
        display: block !important;
        height: unset;
        max-height: unset
    }
    .masthead row {
        flex-direction: column
    }
    .masthead .col_left {
        order: 2;
        text-align: center !important
    }
    .masthead .col_right {
        order: 1
    }
    .masthead .col_right img {
        margin: 2rem auto 3rem auto
    }
    #contact .col_right {
        margin-top: 30px
    }
    .card-img-top {
        height: auto !important
    }
}

@media only screen and (max-width:360px) {
    .center-tab .bm_featuretext,
    .left-tab .bm_featuretext,
    .right-tab .bm_featuretext {
        width: 70%
    }
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0;
        margin-bottom: 10px
    }
}

@media (min-width:640px) {
    .featurette-heading {
        font-size: 50px
    }
}

@media (min-width:1200px) {
    .tour-row {
        position: relative
    }
    .rate-col {
        position: absolute;
        top: 1rem;
        right: 0
    }
}

.fa-product-hunt.point {
    color: #f4c843;
    border-radius: 50%;
    background-color: #fd7e21;
    font-size: inherit;
}

    .tournament-area {
    background: var(--tg-common-color-black-4)
}

.tournament__wrapper {
    padding: 0 80px
}

@media (max-width:1500px) {
    .tournament__wrapper {
        padding: 0 60px
    }
}

@media (max-width:1199.98px) {
    .tournament__wrapper {
        padding: 0 0
    }
}

.tournament__wrapper .gutter-25 {
    --bs-gutter-x: 25px
}

@media (max-width:1199.98px) {
    .tournament__wrapper .gutter-25 {
        --bs-gutter-x: 30px
    }
}

.tournament__box-wrap {
    padding: 25px 30px 50px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0 0 17px 17px;
    -moz-border-radius: 0 0 17px 17px;
    -o-border-radius: 0 0 17px 17px;
    -ms-border-radius: 0 0 17px 17px;
    border-radius: 0 0 17px 17px;
    transition: 0.4s ease;
    margin: 0 0 30px;
    z-index: 1
}

.tournament__box-wrap:hover {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

@media (max-width:991.98px) {
    .tournament__box-wrap {
        background: #19222b;
        padding: 25px 30px 40px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -o-border-radius: 17px;
        -ms-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #212d38
    }
    .tournament__box-wrap:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.tournament__box-wrap.active {
    --tg-theme-primary: var(--tg-theme-secondary)
}

.tournament__box-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    background: var(--tg-theme-primary);
    background: radial-gradient(circle, var(--tg-theme-primary) 0%, transparent 100%);
    width: 90px;
    height: 90px;
    filter: blur(50px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1
}

.tournament__box-wrap .main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2
}

@media (max-width:991.98px) {
    .tournament__box-wrap .main-bg {
        display: none
    }
}

.tournament__box-wrap .price-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 166px;
    height: 56px;
    color: var(--tg-theme-primary);
    z-index: -1;
    pointer-events: none
}

.tournament__box-price {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-extra-bold);
    color: var(--tg-common-color-black);
    font-size: 20px;
    line-height: 1;
    padding: 17px 17px;
    letter-spacing: 1px;
    z-index: 2
}

.tournament__box-price i {
    font-size: 18px;
    letter-spacing: 0
}

.tournament__box-countdown {
    margin: 0 0 46px
}

.tournament__box-countdown .coming-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    line-height: 1;
    text-align: center
}

.tournament__box-countdown .time-count {
    line-height: 1;
    font-size: 13px;
    font-family: var(--tg-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--tg-fw-semi-bold);
    color: #888;
    position: relative
}

.tournament__box-countdown .time-count::after {
    content: ":";
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 14px
}

.tournament__box-countdown .time-count:last-child::after {
    display: none
}

.tournament__box-countdown .time-count span {
    display: block;
    color: var(--tg-common-color-white);
    font-size: 14px;
    margin: 0 0 7px
}

.tournament__box-caption {
    text-align: center;
    margin: 0 0 28px
}

.tournament__box-caption .sub {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-common-color-white);
    font-weight: var(--tg-fw-extra-bold);
    letter-spacing: 1px;
    margin: 0 0 5px
}

.tournament__box-caption .title {
    font-size: 30px;
    font-weight: var(--tg-fw-extra-bold);
    margin: 0 0;
    color: var(--tg-theme-primary);
    letter-spacing: 1px
}

.tournament__box-prize {
    text-align: center;
    background: var(--tg-common-color-black-4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-bold);
    letter-spacing: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 13px;
    padding: 24px 20px;
    border: 1px solid #1e2933;
    margin: 0 0 40px
}

.tournament__box-prize i {
    color: var(--tg-theme-secondary);
    font-size: 16px
}

.tournament__box-list li {
    margin: 0 0 20px
}

.tournament__box-list li:last-child {
    margin: 0 0
}

.tournament__box-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.tournament__box-list-item:hover .tournament__player-name {
    color: var(--tg-common-color-white)
}

.tournament__player-thumb {
    flex: 0 0 auto;
    width: 40px;
    margin-right: 20px
}

.tournament__player-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.tournament__player-name {
    font-size: 14px;
    margin: 0 0;
    color: var(--tg-body-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    letter-spacing: 1px
}

.tournament__player-price {
    margin-left: auto;
    color: var(--tg-theme-primary);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-semi-bold);
    letter-spacing: 1px
}

.tournament__player-price i {
    color: var(--tg-theme-secondary);
    margin-left: 7px;
    font-size: 14px
}

.tournament__list-area {
    background-position: center;
    background-size: cover
}

.tournament__list-item {
    position: relative;
    margin: 0 0 25px;
    z-index: 1
}

@media (max-width:991.98px) {
    .tournament__list-item {
        background: var(--tg-border-1);
        margin: 0 0;
        padding: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #212d38
    }
    .tournament__list-item-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }
}

@media (max-width:767.98px) {
    .tournament__list-item-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tournament__list-item-wrapper {
        max-width: 75%;
        margin: 0 auto
    }
}

.tournament__list-item:last-child {
    margin: 0 0
}

.tournament__list-item:hover {
    --tg-theme-primary: var(--tg-theme-secondary)
}

.tournament__list-item:hover .tournament__list-live a {
    color: var(--tg-common-color-white)
}

.tournament__list-item:hover .tournament__list-live a i {
    color: var(--tg-theme-secondary)
}

.tournament__list-item::before {
    content: "";
    position: absolute;
    left: 13%;
    top: 19px;
    width: 200px;
    height: 60px;
    background: var(--tg-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1
}

@media (max-width:991.98px) {
    .tournament__list-item::before {
        display: none
    }
}

.tournament__list-item svg {
    display: block;
    width: 100%
}

@media (max-width:1199.98px) {
    .tournament__list-item svg {
        height: auto
    }
}

@media (max-width:991.98px) {
    .tournament__list-item svg {
        display: none
    }
}

.tournament__list-item .background-path {
    fill: var(--tg-border-1);
    stroke: #4c4c4c;
    stroke-width: .25px;
    fill-rule: evenodd
}

.tournament__list-content {
    position: absolute;
    left: 60px;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

@media (max-width:1199.98px) {
    .tournament__list-content {
        left: 50px;
        right: 45px
    }
}

@media (max-width:991.98px) {
    .tournament__list-content {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        flex-wrap: wrap;
        gap: 40px 0
    }
}

.tournament__list-thumb {
    width: 150px;
    flex: 0 0 auto
}

@media (max-width:1199.98px) {
    .tournament__list-thumb {
        width: 115px
    }
}

@media (max-width:991.98px) {
    .tournament__list-thumb {
        width: 50%
    }
}

.tournament__list-thumb img {
    max-width: 89px;
    max-height: 91px
}

@media (max-width:1199.98px) {
    .tournament__list-thumb img {
        max-width: 80px;
        max-height: 75px
    }
}

.tournament__list-name {
    padding-left: 35px;
    position: relative;
    z-index: 1
}

.tournament__list-name::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: var(--tg-common-color-white);
    background: radial-gradient(circle, var(--tg-common-color-white) 0%, transparent 100%);
    opacity: .18;
    z-index: 1
}

.tournament__list-name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 3px;
    background: #121920
}

.tournament__list-name {
    width: 205px;
    flex: 0 0 auto
}

@media (max-width:991.98px) {
    .tournament__list-name {
        width: 50%;
        flex: 0 0 auto;
        padding-left: 20px;
        text-align: right
    }
}

.tournament__list-name .team-name {
    font-size: 18px;
    margin: 0 0 8px
}

.tournament__list-name .status {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: var(--tg-fw-bold);
    font-family: var(--tg-heading-font-family);
    letter-spacing: 1px;
    color: var(--tg-theme-primary);
    padding-left: 13px;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.tournament__list-name .status::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    background: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (max-width:991.98px) {
    .tournament__list-name .status {
        padding-left: 0;
        padding-right: 13px
    }
    .tournament__list-name .status::before {
        left: auto;
        right: 0
    }
}

.tournament__list-prize {
    width: 216px;
    flex: 0 0 auto;
    padding-left: 55px;
    position: relative
}

@media (max-width:1199.98px) {
    .tournament__list-prize {
        width: 180px;
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .tournament__list-prize {
        width: 50%;
        padding: 0 20px 0 0
    }
    .tournament__list-prize::before {
        display: none
    }
}

.tournament__list-prize::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: var(--tg-common-color-white);
    background: radial-gradient(circle, var(--tg-common-color-white) 0%, transparent 100%);
    opacity: .18;
    z-index: 1
}

.tournament__list-prize .title {
    font-size: 15px;
    color: var(--tg-body-color);
    letter-spacing: 1px;
    margin: 0 0 3px
}

.tournament__list-prize i {
    color: var(--tg-theme-primary);
    font-size: 14px;
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.tournament__list-prize span {
    color: var(--tg-theme-primary);
    font-family: var(--tg-heading-font-family);
    font-size: 17px;
    font-weight: var(--tg-fw-semi-bold);
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.tournament__list-time {
    width: 216px;
    flex: 0 0 auto;
    padding-left: 55px;
    position: relative
}

@media (max-width:1199.98px) {
    .tournament__list-time {
        width: 180px;
        padding-left: 40px
    }
}

@media (max-width:991.98px) {
    .tournament__list-time {
        width: 50%;
        padding-left: 20px;
        text-align: right
    }
}

.tournament__list-time::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 53px;
    width: 1px;
    background: var(--tg-common-color-white);
    background: radial-gradient(circle, var(--tg-common-color-white) 0%, transparent 100%);
    opacity: .18;
    z-index: 1
}

.tournament__list-time .title {
    font-size: 15px;
    color: var(--tg-body-color);
    letter-spacing: 1px;
    margin: 0 0 3px
}

.tournament__list-time i {
    font-size: 14px;
    margin-right: 7px
}

.tournament__list-time span {
    color: var(--tg-body-color);
    font-family: var(--tg-heading-font-family);
    font-size: 17px;
    font-weight: var(--tg-fw-semi-bold);
    text-transform: uppercase;
    letter-spacing: 1px
}

.tournament__list-live {
    margin-left: auto
}

@media (max-width:991.98px) {
    .tournament__list-live {
        margin: 0 auto
    }
}

.tournament__list-live a {
    display: inline-block;
    background: #0c1217;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-bold);
    font-size: 13px;
    color: var(--tg-body-color);
    padding: 12px 45px;
    letter-spacing: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

@media (max-width:1199.98px) {
    .tournament__list-live a {
        padding: 12px 22px
    }
}

.tournament__list-live a i {
    margin-left: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.tournament__details-area {
    padding: 120px 0
}

.tournament__details-content {
    background: #182029;
    padding: 40px 45px 40px 40px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
    border: 1px solid #232a30;
    font-weight: var(--tg-fw-medium)
}

@media (max-width:1199.98px) {
    .tournament__details-content {
        padding: 30px 25px
    }
}

@media (max-width:767.98px) {
    .tournament__details-content {
        padding: 25px 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tournament__details-content {
        padding: 30px 25px
    }
}

.tournament__details-content p {
    font-weight: var(--tg-fw-medium)
}

.tournament__details-content .title {
    font-size: 32px;
    margin: 0 0 18px
}

@media (max-width:767.98px) {
    .tournament__details-content .title {
        font-size: 24px;
        margin: 0 0 15px
    }
}

.tournament__details-content .blog-post-meta {
    padding-bottom: 30px;
    border-bottom: 1px solid #323c46;
    margin: 0 0 30px
}

@media (max-width:767.98px) {
    .tournament__details-content .blog-post-meta {
        margin: 0 0 25px
    }
}

.tournament__details-content .blog-details-bottom {
    border-top: 1px solid #323c46
}

.tournament__details-video {
    margin: 35px 0 30px
}

.tournament__details-video .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 68px;
    color: var(--tg-common-color-white);
    z-index: 1
}

@media (max-width:767.98px) {
    .tournament__details-video .popup-video {
        font-size: 54px
    }
}

.tournament__details-video .popup-video:hover {
    color: var(--tg-theme-secondary)
}

.tournament__details-form {
    margin: 40px 0 0
}

.tournament__details-form-title {
    font-size: 24px;
    margin: 0 0 10px
}

.tournament__details-form form {
    margin: 25px 0 0
}

.tournament__details-form input {
    display: block;
    width: 100%;
    border: 1px solid #23292f;
    background: var(--tg-common-color-black);
    padding: 15px 30px;
    margin: 0 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.tournament__details-form input::placeholder {
    opacity: .6
}

.tournament__details-form-btn {
    display: inline-block;
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-black);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-bold);
    text-transform: uppercase;
    border: none;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
    padding: 14px 40px;
    font-size: 17px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px
}

@media (max-width:767.98px) {
    .tournament__details-form-btn {
        -webkit-clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
        padding: 12px 32px
    }
}


.nft-item__area {
    background: var(--tg-common-color-black-3);
    padding: 100px 0 70px
}

.nft-item__area .row {
    --bs-gutter-x: 37px
}

@media (max-width:1500px) {
    .nft-item__area .row {
        --bs-gutter-x: 30px
    }
}

.nft-item__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    background-color: #121a23;
    background-color: rgba(76, 41, 126, 0.8);
    box-shadow: rgba(44, 44, 77, 0.65) 8.5px 14.722px 32px 0px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(190, 144, 254);
    border-image: initial;
    border-radius: 20px;
    padding: 60px 30px 53px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
  
    border: 1px solid rgb(76 76 76 / .2);
    padding: 25px;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

@media (max-width:767.98px) {
    .nft-item__box {
        display: block;
        text-align: center;
        max-width: 320px;
        padding: 35px 25px 25px;
        margin: 0 auto 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .nft-item__box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        max-width: 100%;
        padding: 25px 25px;
        margin: 0 0 30px
    }
}

.nft-item__box:hover {
    border-color: rgb(69 248 130 / .2)
}

.nft-item__thumb {
    flex: 0 0 auto;
    margin-right: 20px;
    max-width: 187px
}

@media (max-width:1800px) {
    .nft-item__thumb {
        max-width: 165px
    }
}

@media (max-width:1500px) {
    .nft-item__thumb {
        max-width: 170px
    }
}

@media (max-width:991.98px) {
    .nft-item__thumb {
        max-width: 187px
    }
}

@media (max-width:767.98px) {
    .nft-item__thumb {
        margin: 0 auto 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .nft-item__thumb {
        margin: 0 20px 0 0
    }
}

.nft-item__thumb img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    width: 170px;
    height: 170px;
    border-radius: 8px
}

.nft-item__content {
    flex-grow: 1
}

.nft-item__content .title {
    font-size: 20px;
    letter-spacing: .5px;
    margin: 0 0 15px
}

.nft-item__avatar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

@media (max-width:767.98px) {
    .nft-item__avatar {
        justify-content: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .nft-item__avatar {
        justify-content: flex-start
    }
}

.nft-item__avatar .avatar-img {
    margin: 0 10px 0 0;
    flex: 0 0 auto
}

.nft-item__avatar .avatar-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.nft-item__avatar .avatar-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.nft-item__avatar .avatar-name .name {
    margin: 0 0 0;
    font-size: 18px;
    font-weight: var(--tg-fw-semi-bold);
    color: #9b9b9b;
    text-transform: capitalize
}

.nft-item__avatar .avatar-name .designation {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9b9b9b
}

.nft-item__avatar .avatar-name .designation::before {
    content: "|";
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #434343;
    padding: 0 8px 0 10px
}

.nft-item__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
   
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgb(76 76 76 / .5);
    padding: 14px 15px 14px 20px
}

.nft-item__price p {
    margin: 0 0;
    font-family: var(--tg-heading-font-family);
    font-size: 18px;
    color: #e8e8e8;
    font-weight: var(--tg-fw-semi-bold)
}

.nft-item__price p span {
    text-transform: uppercase;
    font-weight: var(--tg-fw-bold);
    color: var(--tg-theme-secondary)
}

.nft-item__price .bid-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: var(--tg-theme-secondary);
    color: var(--tg-common-color-black-2);
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-semi-bold);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    padding: 11px 14px;
    margin-left: auto
}

.nft-item__price .bid-btn:hover {
    background: var(--tg-theme-primary)
}