.pointer {
  cursor: pointer;
}
.pointer-none {
  pointer-events: none;
}
#header1.fixed {
  box-shadow: 0 5px 8px rgb(0 0 0 / 10%);
}
.mian-wrapper-container {
  min-height: 100vh;
}
.cdc-img > video,
.cdc-img > iframe,
.nfc-card-img-box > video,
.nfc-card-img-box > iframe,
.tcl-img-box > video,
.tcl-img-box > iframe,
.fc-img-box > iframe,
.fc-img-box > video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.nfc-pro-img > img {
  background-color: white;
}
/* .featured-contest-list-details li.fc-item {
  width: 100% !important;
  list-style: none !important;
} */
.no-pseudo span::before {
  content: none !important;
}
.no-pseudo span::after {
  content: none !important;
}
.dark-bg .filter-box {
  color: white;
}
.dark-bg .fc-img-box {
  background: #272932;
}
.hero-bg {
  background-size: auto;
}
.dark-bg .loading-bg {
  background: #2c2d35 !important;
  border: 2px solid #2c2d35 !important;
}
.dark-bg .entry-token-price-normal > img {
  filter: unset;
}
.cbf-inner h6 {
  font-size: 18px;
}
.cbf-inner span {
  font-size: 14px;
  margin-top: unset;
}
.counting-block-fee {
  width: 100%;
}
.counting-block {
  padding: 10px 15px 10px 15px;
}
.no-filter h5 > img {
  filter: unset !important;
}
.btn-orange:hover,
.header-btn:hover {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.fch-text {
  width: 50%;
}
.App {
  text-align: center;
}
.players-box {
  overflow: hidden !important;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}
.m-top-2 {
  margin-top: 10px;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mt-10 {
  margin-top: 10px !important
  ;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.disbledIcon {
  background: #333 !important;
  cursor: auto !important;
  border: none !important;
}
.slick-slide > div,
.slick-slide > div > div {
  height: 100%;
}
.featured-contest-list-details li.fc-item,
.winner-card-list-details li.wcl-item {
  width: 100%;
}
.featured-contest-list-details li,
.winner-card-list-details li {
  list-style: none;
}
.cr-content p {
  overflow: unset;
  text-overflow: unset;
  display: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
}
.cdc-btn {
  padding: 27px 15px 25px;
}
.cr-list-closure {
  border: none;
}
.dark-bg .custom-slider-pagination .slick-active div {
  color: white;
}
.modal-close-btn {
  z-index: 9999;
}
.np-bio {
  text-align: center;
}
/* img {
  display: inline-block !important;
} */
.no-line-height {
  line-height: unset !important;
}
@media (max-width: 991.98px) {
  .cta-content-box {
    position: relative;
  }
  .contest-details-container.content-container {
    padding-bottom: 45px;
  }
  .cta-content-box .overlay-click {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a40;
    position: absolute;
    left: 0;
  }
  .cta-content-box .mb-h5,
  .cta-content-box .chevron-right-angle-icon {
    z-index: 5;
  }
  .featured-contest-list li.fc-item {
    width: 100%;
  }
  .hero-slider {
    padding-bottom: unset !important;
  }
  .cm-title-row h1 {
    font-size: 28px;
  }
  .cm-title-row h3 {
    font-size: 12px;
  }
  .custom-modal .close-btn {
    top: 43px;
  }
}
.width-50 {
  width: 50% !important;
}
.cwc-width {
  width: 50% !important;
}
@media (max-width: 574.98px) {
  .custom-modal .close-btn {
    top: 22px;
  }
  .dml-reward-logo > img {
    width: 30px !important;
    height: 30px !important;
  }
  .cwc-width {
    width: 100% !important;
  }
}
.npw-heading-row-mobile {
  border: none;
}
.img-card {
  opacity: 1 !important;
}
.img-card-wrapper {
  opacity: 1 !important;
}
ul.number-dots-list2 {
  display: flex;
  align-items: center;
}
ul.number-dots-list2 li + li {
  margin-left: 10px;
}
ul.number-dots-list2 li {
  cursor: pointer;
}
.winner-card-list-details2 {
  margin-top: 0;
}
.ellipsis-three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.width80 {
  width: 80%;
}
.cta-btn {
  transition: 0.2s ease;
}
.cta-btn:hover,
.btn-third:hover {
  background: #e5601e;
  border-color: #e5601e;
  color: white;
}

.font2vh {
  font-size: 2.5vh;
}
.score-points-box span {
  position: unset;
}
.wcl-name {
  font-size: 13px;
}

.dark-bg .new-fch-txt {
  color: #fff;
}
.dark-modal .cm-radio-group {
  background: #00000000;
}
.dark-modal .cm-radio-group .form-check-label {
  background: #00000000;
  border: 3px solid #00000000;
}
.dark-modal .cmp-username span,
.dark-modal .cmp-content,
.dark-modal .np-social-links-box {
  color: #fff;
}
.dark-font {
  color: #000 !important;
}
.dark-bg .dark-font {
  color: #fff !important;
}
.empty-winner-outer {
  min-height: calc(100vh - 294px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.empty-winner-outer .filter-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.arm-mid h4 > img {
  width: 45px;
}
@media (max-width: 574.98px) {
  .arm-mid h4 > img {
    width: 25px !important;
  }
}
@media (max-width: 767.98px) {
  .arm-mid h4 > img {
    width: 35px !important;
  }
  .nepb-file {
    margin-top: 20px;
  }
  .intro-type2.dark-bg #footer {
    padding: 0;
  }
}
.dark-bg .contest-cancel-wrapper {
  background: unset !important;
  color: white;
}

button.disabled {
  pointer-events: none;
}
.dark-modal .fm-form-column:hover .fm-form-text h5 {
  color: #fff !important;
}
.m-right-10 {
  margin-right: 10px;
}
.dark-bg .hcb-icon.no-filter-header {
  filter: unset;
}
.dark-bg .header-count-block {
  background: #272932;
}
@media (min-width: 540px) {
  .cm-profile {
    min-width: 340px;
  }
}
.dark-bg .header-count-block .hcb-number {
  color: white;
}
.Toastify__toast-container {
  z-index: 99999999 !important;
}
.alert-close {
  top: 20px;
}
.alert-icon {
  top: 15px;
  width: 30px;
  height: 30px;
}
.dark-toast-bg.alert {
  background: #343434;
  box-shadow: 0px 2px 23px rgb(0 0 0 / 41%);
  color: white;
}
.dark-toast-bg .alert-close img {
  filter: invert(1);
}
.alert-text {
  margin-left: 50px;
  position: relative;
  top: -3.5px;
  font-size: 14px;
  font-family: "proxima-nova";
  line-height: 1.2;
  color: black;
  font-weight: 400;
}
.dark-toast-bg .alert-text {
  color: white !important;
}
.dark-bg .cww-list {
  color: white;
}
.hero-btn-custom:hover {
  box-shadow: none;
}
.dark-bg .custom-winner-btn:hover {
  color: #fff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.no-border {
  border: none;
}
.wrt-left {
  height: 65px;
}
@media (max-width: 1199.98px) {
  .wrt-left {
    height: 50px;
  }
}

.endText span {
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.endText:after {
  content: attr(data-filetype);
  vertical-align: top;
}
.endText span {
}
.endText {
  display: flex;
}
.pbm-copy-txt {
  line-height: 22px;
}
.dark-bg .caw-content-box p,
.dark-modal .pmb-copy-box,
.dark-modal .pbm-copy-txt {
  color: white !important;
}
.dark-modal .dmb-close {
  filter: invert();
}
.pmb-img-box img {
  border-radius: 50%;
}
.dark-modal .new-cab-body strong {
  color: white;
}
.dark-modal .new-cab-close-icon {
  filter: invert();
}
.sr-item {
  color: #000;
}
.tooltip-popover .custom-popover-content h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "proxima-nova";
}
.tooltip-popover .custom-popover-content p {
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 500;
  line-height: 24.5px;
}
.text-white {
  color: white;
}
.tick-text-box.dark-background-section {
  background: #1a1a1a;
}
.loading-request {
  width: 95px;
}
.pre-text-input span {
  font-size: 22px;
  left: 20px;
}
.pre-text-input input {
  padding-left: 40px;
}
.redeem-btn-header {
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .cwc-width {
    width: 100% !important;
  }
}
@media (max-width: 574.98px) {
  .dm-body.notification-dark {
    background: #23252c !important;
  }

  #header1 .header-btn.redeem-btn-header {
    padding: 15.5px 15px;
  }
}
.disable-player .new-player-img-box img {
  opacity: 1 !important;
}
.cm-profile .pmb-img-box img {
  height: 190px;
  width: 190px;
  border-radius: 50%;
  object-fit: cover;
}
.modal-social-group .np-social-links-box {
  width: 300px;
}
.clockdiv-item1 {
  text-align: center;
}
.red-text {
  color: #c32525;
}
.hiw-image {
  border: none !important;
  background: unset !important;
}
/* .hiw-image img {
  width: 85px;
} */
.cmp-details-box + .cmp-details-box {
  margin-left: 0 !important ;
}
.dark-modal .cmp-details-box {
  color: white;
}
.cmp-details-box {
  border: none !important;
  background: none;
  color: #000;
}
.hiw-modal .ewb-profile-box {
  margin: 20px 0;
}
.nepb-file {
  height: 165px;
}
.price-list-box h5 > span {
  font-size: 16px;
}
.clock-item {
  text-align: center;
}
.viewall-contests-btn {
  margin-top: 0 !important;
}
.winner-card-list-details {
  margin-bottom: 35px;
}
.new-fch-txt h5,
.new-fch-txt p {
  text-align: right;
}
.cm-content-box {
  padding: 30px 30px !important;
}
.align-center {
  text-align: center !important;
}
.entry-wrapper-box {
  max-width: 440px;
}
.new-player-item {
  position: relative;
}
.new-player-item h2 {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  width: 100%;
  margin: 0;
}
.endText-small span {
  width: 45px;
}
.price-list-box-title h5 {
  font-size: 18px;
}
.endText:after {
  margin-left: -5px;
}
.wcl-text-box {
  padding: 0 20px;
}
.width-title {
  width: 300px;
}
.new-player-btn.disabledIcon {
  background: #333;
  color: white !important;
}
.new-player-btn.disabledIcon > div {
  color: white !important;
}
.daily-trivia-game .react-loading-skeleton {
  --base-color: #fb741154 !important;
  --highlight-color: #f0982c !important;
}
#footer .player-img-box {
  height: 120px;
  object-fit: cover;
}
.dark-modal .fsw-close img {
  filter: invert(1);
}
.dark-modal .fsw-content-box h3,
.dark-modal .fsw-content-box p,
.dark-modal .fsw-link-btn a {
  color: white;
}
.blur-image img {
  filter: blur(1rem);
}
.blur-btn-text {
  filter: blur(2px);
}
.tcl-item {
  list-style: none;
}

.tcl-item.width-100 {
  width: 100%;
}
.tiles-card-list .slick-prev:before {
  transform: rotate(180deg);
}
.tcl-item.loading {
  width: 25%;
  pointer-events: none;
}
.tiles-point-count-inside {
  text-align: center;
}
@media (max-width: 991.98px) {
  .tcl-item.loading {
    width: 50%;
  }
}
@media (max-width: 579px) {
  .tcl-item.loading {
    width: 100%;
  }
}
.padding-top-35 {
  padding-top: 35px;
}
.dark-bg .btn-orange:hover,
.dark-bg .btn-orange:active {
  background-color: #fff !important;
}
.dark-bg .btn-orange:hover img {
  filter: invert(1) !important;
}
.no-hover {
  pointer-events: none;
}
.contest-filter-btn,
.contest-filter-btn:hover,
.contest-filter-btn:active,
.contest-filter-btn:focus,
.contest-filter-btn.show > .btn-primary.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #282828 !important;
  box-shadow: unset !important;
  color: black !important;
}
.dark-bg .contest-filter-btn,
.dark-bg .contest-filter-btn:hover,
.dark-bg .contest-filter-btn:active,
.dark-bg .contest-filter-btn:focus,
.dark-bg .contest-filter-btn.show > .btn-primary.dropdown-toggle {
  background-color: #141414 !important;
  border-color: #fff !important;
  box-shadow: unset !important;
  color: white !important;
}
.tooltip-popover .custom-popover-content2 {
  background: transparent !important;
}
.dark-bg .asb-img-box h4 {
  color: white;
}
.dark-modal .tuts-text-box p,
.dark-modal .tuts-text-box h3,
.dark-modal .tuts-text-box strong,
.dark-modal .tuts-text-slider .btn + .btn,
.dark-modal .btn-dark-black:hover,
.btn-dark-black:active {
  color: white;
}
.dark-modal .btn-dark-black:hover,
.dark-modal .btn-dark-black:active {
  border-color: white;
}
.default-num-img {
  border-radius: 50%;
}
.user-txt {
  width: 50%;
}
.dark-modal .leaderboard-modal-content > h4,
.dark-modal .default-user-item h4 {
  color: white;
}
.dark-modal .user-task-box {
  background: #343434;
  border-color: #101010;
  color: #fff;
}
.dark-modal .user-task-box:hover {
  background: #e5601e;
  color: #fff;
}
#leaderboardModal.modal-dialog {
  max-width: 734px !important;
}
.leaderboard-modal-content .user-task-list.first-list-items {
  margin-bottom: 12px !important;
}
.asb-img-box.gray h4 {
  color: black;
}
.orange .default-user-img-box span {
  border-color: #e5601e;
  background: #e5601e;
}
.orange .default-user-img-box {
  border-color: #e5601e;
}
.metallic .cw-user-img-box {
  border-color: #b08d57;
}
.metallic .cw-user-img-box span {
  border-color: #b08d57;
  background: #b08d57;
}
.middle .cw-user-img-box {
  border-color: #e5601e !important;
}
.middle .cw-user-img-box span {
  border-color: #e5601e !important;
  background: #e5601e !important;
}
li.user-task-item {
  list-style: none;
}
.leaderboard-custom-modal {
  visibility: visible;
}
.leaderboard-custom-modal.hide-modal {
  visibility: hidden;
}
.dark-bg .new-dimond-icon {
  filter: unset;
}
.nfc-card-btn .btn > img,
.tcl-one-btn .btn > img {
  filter: brightness(0) invert(1);
}
@media (min-width: 991.98px) {
  .nfc-card-box .nfc-card-btn.sba-visible {
    opacity: 1;
    visibility: visible;
  }
}
.dark-modal .page-title-row {
  color: white;
}
.trivia-timeout {
  margin: 0 auto 0px !important;
}
.nav-disabled {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #bababa !important;
}
.dark-bg .nav-disabled {
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  color: #6a6a6a !important;
}
.line-5-tooltip .popover-body p {
  -webkit-line-clamp: 5 !important;
}
.leaderboard-item-grey {
  margin: 10px 0;
}
.tuts-text-box h3 {
  text-transform: uppercase;
}
.tuts-text-box strong {
  text-transform: unset;
}
@media (max-width: 991.98px) {
  #header1 .navbar {
    padding: 0;
    height: 60px;
  }
  .crl-pd {
    padding: 15px;
    border-radius: 18px;
  }
  .width-title {
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .intro-type2.dark-bg #footer {
    background: #1c1d23 !important;
  }
  .pmb-img-box {
    height: 190px;
    width: 190px;
    margin: 0 auto 35px;
  }
}
.contest-filter-btn.btn {
  min-width: unset !important;
}
.nfc-proifle-img {
  height: 104px;
}
.cci-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.tuts-thumbnail {
  border-radius: 30px;
  overflow: hidden;
}
.cwb-wrapper-box {
  height: 100%;
}
.dark-bg .cci-profile-row .d-block-text h5,
.dark-bg .cci-profile-row .d-block-text h5 > span,
.dark-bg .np-score-number-box,
.dark-bg .np-score-text {
  color: white;
}
.dark-bg .np-score-item:not(:last-child)::before {
  background-color: white;
}
.dml-reward-logo > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.footer-home-btn {
  display: none !important;
}
@media (max-width: 574.98px) {
  .footer-home-btn {
    display: flex !important;
  }
}
.no-border-width {
  border: none;
  background: none;
}
.visibility-hidden {
  visibility: hidden;
}
.winner-nfc-card.nfc-card-box:hover .nfc-count-num,
.winner-nfc-card.nfc-card-box:hover .contestclock {
  opacity: 1;
  visibility: visible;
}
.winner-nfc-card h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.winner-nfc-card .nfc-count-num {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 574.98px) {
  .winner-nfc-card .nfc-count-num {
    font-size: 14px;
    line-height: 1.3;
  }
  .winner-nfc-card .nfc-count-num > span {
    font-size: 12px;
  }
}
.dark-bg header#header2 {
  background: unset;
}
.of-v {
  overflow: visible !important;
}
.image-h-20 {
  height: 20px;
  width: auto !important;
  object-fit: contain;
}
.leaderboard-modal-active .user-task-row {
  border-top: unset;
}
/* .dark-modal .default-num-box {
  background: #3d3d3d;
} */
.nfc-txt-outer {
  max-width: unset;
}
.min-height-150 {
  min-height: 150px;
}
.dark-bg .purple__btn a:hover,
.dark-modal .btn-dark-black:hover {
  color: black;
}
/* .new-player-btn {
  background: #e5601e !important;
} */
.hcb-number {
  width: unset;
}
.hcb-icon {
  width: unset;
}
.no-ellipsis-popover.popover .popover-body p {
  display: flex;
}
.popover .popover-body p {
  text-transform: initial !important;
}
.row__middle__item.use-power-up .row__img__box img {
  filter: none;
}
.latest-hero-slider .slick-dots {
  display: flex !important;
}
.btn-xxs {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  min-width: 115px;
}
.borderRadius {
  border-radius: 20px !important;
}
.dark-bg .leaderboard-box-outer {
  background: #262626;
}
.asb-img-box h4 {
  font-size: 11px;
}
/* .error-screen h5,
.error-screen p {
  color: white;
} */
.result-page-username {
  width: 80px;
}
.custom-modal-box h3.jwl-title {
  font-size: 27px;
}
.form-label-error {
  display: block;
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
.mt-twitter-button {
  background: #8c9eff;
}
.tick-icon-box a {
  text-decoration: unset;
  color: #50abf1;
}
.cnf-btn.loading {
  width: 30%;
}
.custom-modal-box-1 {
  padding: 90px 65px;
}
