@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap");
* {
  font-family: "Titillium Web";
  outline: none !important;
}

* ul li {
  list-style: none;
}

* a:hover {
  text-decoration: none;
}

.max-page-width {
  max-width: 1400px !important;
  margin: auto;
  margin-bottom: 0!important;
 
}
.sec-2 .max-page-width { padding-bottom: 30px;}
body {
  background: radial-gradient(at top, #460733, #19141A, #19141A);
  min-height: 100vh;
}

body.is-loading {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

body .loading-box {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0c112f;
  top: 0;
  left: 0;
  background-image: url("../img/logo.png");
  background-position: center;
  background-size: 200px;
  background-repeat: no-repeat;
  overflow: hidden;
}

:root {
  scrollbar-color: #a6076e !important;
  scrollbar-width: thin !important;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #a6076e;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a6076e;
}

::-webkit-scrollbar-thumb:active {
  background: #cc0e54;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.22);
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.page-box {
  padding: 300px 7%;
  padding-bottom: 100px;
}

.page-box .page-title {
  color: #f9196d;
  color: #f9196d;
  font-size: 3rem;
  font-weight: bold;
}

.page-container {
  padding: 0 7%;
  padding-bottom: 0px;
}

nav {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(12, 17, 47, 0.392595)));
  background: linear-gradient(180deg, #000000 0%, rgba(12, 17, 47, 0.392595) 100%);
  z-index: 1100;
  padding: 0 7%;
}
nav.hih {
  
  background: -webkit-gradient(linear, left top, left bottom, from(#0c112f), to(rgba(12, 17, 47, 0.392595)));
  background: linear-gradient(180deg, #0c112f 0%, rgba(12, 17, 47, 0.392595) 100%);

}
nav .row {
  width: 100%;
  margin: 0;
}

nav .col-md-6:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav .notification-drop {
  position: absolute;
  width: 500px;
  right: 0;
  top: 65px;
  background: #f6f8ff;
  z-index: 888;
  display: none;
}

nav .notification-drop::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #f6f8ff transparent;
  position: absolute;
  top: -11px;
  right: 45px;
}

nav .notification-drop .heading {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}

nav .notification-drop .heading h4 {
  color: #dd19ba;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 12px;
}

nav .notification-drop .heading .main-menu-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  color: #20125e;
}

nav .notification-drop .heading .main-menu-btn i {
  font-size: 1.2rem !important;
}

nav .notification-drop ul {
  width: 100%;
  padding: 0;
  margin: 0;
  max-height: 460px;
  overflow-y: auto;
}

nav .notification-drop ul .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #888;
}

nav .notification-drop ul li {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 3px 0;
  border-bottom: 1px solid #20125e;
  position: relative;
}

nav .notification-drop ul li.new-notification {
  background: #dee0e7;
}

nav .notification-drop ul li h5 {
  font-size: 1rem;
  color: #fff;
  background: #20125e;
  padding: 1px 12px;
  margin: 0;
}

nav .notification-drop ul li .title {
  color: #dd19ba;
  font-size: inherit;
  white-space: normal !important;
  padding: 0 12px;
  display: block;
}

nav .notification-drop ul li .date {
  margin-top: 10px !important;
}

nav .notification-drop ul li .desc {
  color: rgba(34, 34, 34, 0.7);
  font-size: inherit;
  white-space: normal !important;
  padding: 0 12px;
  display: block;
  line-height: 1.3;
}

nav .notification-drop ul li .date {
  color: #888;
  font-size: inherit;
  white-space: normal !important;
  padding: 0 12px;
  display: block;
}

nav .notification-drop ul li.header-noti {
  border-bottom: none !important;
  padding-bottom: 0;
  padding-top: 0;
}

nav .show-notification .notification-drop {
  display: block;
}

nav::after {
  content: "";
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 40;
}

nav .top-nav {
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 50;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

nav .top-nav .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  margin: 5px 0;
  padding: 0;
  width: 425px;
  position: relative;
  overflow: visible;
}

nav .top-nav .search-box .results-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

nav .top-nav .search-box .results-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #343a4087;
}

nav .top-nav .search-box .results-box ul li.msg-text {
  color: #fff;
  text-align: center;
  padding: 15px;
}

nav .top-nav .search-box .results-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

nav .top-nav .search-box .results-box ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}

nav .top-nav .search-box .results-box ul li .search-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

nav .top-nav .search-box .results-box ul li .search-left .img {
  position: relative;
  padding-top: 80px;
  width: 80px;
  margin-right: 15px;
}

nav .top-nav .search-box .results-box ul li .search-left .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}

nav .top-nav .search-box .results-box ul li .search-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
}

nav .top-nav .search-box .results-box ul li .search-right .name {
  font-size: 1rem;
  color: inherit;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

nav .top-nav .search-box .results-box ul li .search-right .post-meta {
  margin: 0px;
  color: #cccccc;
}

nav .top-nav .search-box .results-box ul li .search-right .post-meta span {
  color: inherit;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
}

nav .top-nav .search-box .results-box ul li .search-right .post-meta span:first-of-type {
  margin-right: 20px;    color: #dd19bacf;
}

nav .top-nav .search-box .results-box ul li .search-right .post-meta i {
  margin-right: 2px;
  font-size: 15px !important;
  color: #a19e9e;
  vertical-align: middle;
}

nav .top-nav .search-box button {
  background: #343a4087;
  border: none;
  color: #dd19ba;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: 50px;
  font-size: 1.5rem;
  cursor: pointer;
}

nav .top-nav .search-box button.close-btn {
  font-size: 1rem;
  display: none;
  color: #333;
  width: 30px;
  background: #fff;
}

nav .top-nav .search-box button:disabled {
      background-color: #343a4087;
}

nav .top-nav .search-box button:disabled i {
  color: #dd19ba;
}

nav .top-nav .search-box input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  border: none;    color: #fff;
  border-left: 1px solid #dd19ba;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  min-width: 0;    background-color: #343a4087;
}

nav .top-nav .search-box input::-webkit-input-placeholder {
  color: #472b93;
}

nav .top-nav .search-box input:-ms-input-placeholder {
  color: #472b93;
}

nav .top-nav .search-box input::-ms-input-placeholder {
  color: #472b93;
}

nav .top-nav .search-box input::placeholder {
  color: #fff;
}

nav .top-nav .search-box .select2-container {
  width: 192px !important;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

nav .top-nav .search-box .select2-container .select2-selection--single {
  height: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 0;
  border: none;    background-color: #343a4087;
}

nav .top-nav .search-box .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  padding-left: 16px;
  text-transform: uppercase;
}

nav .top-nav .search-box .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  background-image: url("../img/arrow-down-c4.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}

nav .top-nav .search-box .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

nav .top-nav .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .top-nav .right .n-nav {
  background: none !important;
}

nav .top-nav .right select {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 0.8rem;
}

nav .top-nav .right select option {
  color: #222;
}

nav .top-nav .right .n-nav,
nav .top-nav .right > select,
nav .top-nav .right > .drop-nav,
nav .top-nav .right > a {
  color: #fff;
  background: #343a4087;
  padding: 0 15px;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  height: 50px;
  cursor: pointer;
  text-transform: uppercase;
}

nav .top-nav .right .n-nav span,
nav .top-nav .right > select span,
nav .top-nav .right > .drop-nav span,
nav .top-nav .right > a span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.search-btn .fa-search,.fa-user-circle,.fa-bell{color: #dd19ba;}
nav .top-nav .right .n-nav span b,
nav .top-nav .right > select span b,
nav .top-nav .right > .drop-nav span b,
nav .top-nav .right > a span b {
  font-weight: normal;
}

nav .top-nav .right .n-nav:hover,
nav .top-nav .right > select:hover,
nav .top-nav .right > .drop-nav:hover,
nav .top-nav .right > a:hover {
  text-decoration: none;
}

nav .top-nav .right .n-nav i,
nav .top-nav .right > select i,
nav .top-nav .right > .drop-nav i,
nav .top-nav .right > a i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

nav .top-nav .right .n-nav .badge,
nav .top-nav .right > select .badge,
nav .top-nav .right > .drop-nav .badge,
nav .top-nav .right > a .badge {
  background: #dd19ba;
  font-size: 14px;
}

nav .top-nav .right .n-nav.raw-btn,
nav .top-nav .right > select.raw-btn,
nav .top-nav .right > .drop-nav.raw-btn,
nav .top-nav .right > a.raw-btn {
  background: none;
}

nav .top-nav .right .n-nav.raw-btn::after,
nav .top-nav .right > select.raw-btn::after,
nav .top-nav .right > .drop-nav.raw-btn::after,
nav .top-nav .right > a.raw-btn::after {
  content: unset;
}

nav .top-nav .right .n-nav.no-bg,
nav .top-nav .right > select.no-bg,
nav .top-nav .right > .drop-nav.no-bg,
nav .top-nav .right > a.no-bg {
  background: none;
}

nav .top-nav .right select {
  background: none;
}

nav .top-nav .right .drop-nav {
  position: relative;
  z-index: 150;
}

nav .top-nav .right .drop-nav .drop-box img {
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  height: 25px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #ddd;
}

nav .top-nav .right .drop-nav:hover .arrow {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

nav .top-nav .right .drop-nav:hover .drop-box {
  max-height: 300px !important;
}

nav .top-nav .right .drop-box {
  position: absolute;
  min-width: 210px;
  background: #fff;
  top: 50px;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

nav .top-nav .right .drop-box a {
  margin: 0;
  display: block;
  height: auto;
  padding: 15px 24px;
  background: #fff;
  color: #222;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

nav .top-nav .right .drop-box a::after {
  content: unset;
}

nav .top-nav .right .drop-box a i {
  color: #f9196d;
  font-size: 18px;
  margin-right: 8px;
}

nav .top-nav .right .drop-box a span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: normal;
  padding-top: 1px;
}





nav .top-nav .right .drop-box a:hover {
  background: rgba(0, 0, 0, 0.1);
}

nav .top-nav .right .drop-box hr {
  opacity: 0.7;
  width: 80%;
  margin: 0 auto;
}

nav .midlle {
  width: 100%;
  padding: 17px 0;
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

nav .midlle a {
  float: left;
}

nav .midlle a img {
  vertical-align: middle;
}

nav .bottom-nav {
  width: 100%;
  padding: 0px 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

nav .bottom-nav ul {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;    height: 39px;
}

nav .bottom-nav ul li {
  padding:15px 0px 15px 0px;
}

nav .bottom-nav ul li a {
  display: inline;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 18px;
  color: #fff;
  position: relative;
}
a.li_go_premium {
    padding-left: 43px!important;
    color:#fff;
    position:relative;cursor:pointer;
}

nav .bottom-nav ul li a:hover {
  text-decoration: none;
  color: #fff!important;
}

.social-fixed {
  position: fixed;
  left: 0;
  top: 35%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
}

.social-fixed ul {
  padding: 0;
  margin: 0;
}

.social-fixed a {
  font-size: 22px;
  color: #fff;
  width: 40px;
  height: 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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.social-fixed a:hover {
  width: 60px;
}

.card-wrapper {
  margin-bottom: 30px;
}

.title-wrapper {
  background: #f9196d;
  position: relative;
}

.title-wrapper.c1 {
  background: #f9196d;
}

.title-wrapper.c2 {
  background: linear-gradient(135deg, #dd19ba 0%, #dd19ba 50%, #dd19ba 100%);
}
#tournaments .title-wrapper.c2 {    
  background: #dd19ba!important;
  }

.title-wrapper a.tab-link,
.title-wrapper h3.box-title {
  display: inline-block;
  position: relative;
  margin-top: 0px;
  margin-left: 0;
  line-height: 40px;
  margin-bottom: 0px;
  padding: 13px 15px;
  font-size: 16px;
  font-weight: bold;
  float: none;
  text-align: left;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  /*-webkit-transition: 0.3s all;*/
  transition: 0.3s all;
  cursor: pointer;
}

.title-wrapper a.tab-link::after,
.title-wrapper h3.box-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #5a074e transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
    /*-webkit-transition: 0.3s all;*/
  transition: 0.3s all;
}

.title-wrapper.big a.tab-link,
.title-wrapper.big h3.box-title {
  font-size: 1.5rem;
}

.title-wrapper a.tab-link.active {
  background: #5a074e;
  color: #fff !important;
}

.title-wrapper a.tab-link.active::after {
  opacity: 1;
}

.title-wrapper.with-tabs {
  width: 100%;
  margin: 0 16px 13px;
}

.title-wrapper.type-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#dd19ba), to(#dd19ba));
  background-image: linear-gradient(90deg, #dd19ba  0%, #dd19ba 100%);
}

.title-wrapper.type-2.bg-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#dd19ba), to(#dd19ba));
  background-image: linear-gradient(90deg, #dd19ba  0%, #dd19ba  100%);
}

.title-wrapper.type-2 h3.box-title {
  background: none;
  line-height: 1.3;
}

.title-wrapper .link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 1rem;
  text-decoration: underline !important;
  padding: 11px;
}

.my-coins-box, .my-coins-box-mobile {
  position: absolute;
  right: .5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 82%;
  background: #170A38;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px;
  padding-right: 18px;
  color: #fff;
  font-size: 1rem;
}

.my-coins-box img, .my-coins-box-mobile img {
  height: 90%;
  margin-right: 10px;
}

.my-coins-box span span, .my-coins-box-mobile span span {
  color: #f9196d;
}

.my-coins-box-mobile {
  display: none;
  position: relative;
  margin-top: 25px;
}

.body-wrapper {
  background: #fff;
  padding: 13px 0;
  height: 417px;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: inherit!important;
  max-height: inherit!important;
}

.sec-1 {
  position: relative;
  /*background-image: url("../img/assets/header.jpg");*/
  height: 650px;
  background-size: cover;
  background-position: center;
  padding: 0 7%;
  padding-top: 300px;
  padding-bottom: 25px;
}

.sec-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
 /* background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.678309)), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.678309) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);*/
}
.sec-1 .text-container {
  position: relative;
  z-index: 2;
  padding-left: 1%;
}

.sec-1 .text-container h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f9196d;
  margin: 0;
  line-height: 31px;
}

.sec-1 .text-container p {
  margin: 0;
  font-size: 3.5rem;
  line-height: 3.3rem;
  color: #fff;
  font-weight: bold;
}
.sec-1 .text-container p:first-child {
  color:#FF0A6B;
  font-size: 30px;
}
.sec-1 .text-container p:nth-child(2) {
  font-size: 35px;font-weight: normal;
}
.sec-1 .text-container span {
  font-size: 2.5rem;
  text-transform: none;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
  opacity: 1;
}

.sec-2 {
  padding: 0 7%;
  padding-top: 50px;
}

.sec-2 .slid-parent .slick-dots > li {
  display: inline-block;
}

.sec-2 .slid-parent .slick-dots > li:only-child {
  display: none;
}

.sec-2 .slid-parent .slid-item {
  position: relative;
  z-index: 1;
  width: 96%;
  padding-top: 90%;
  height: auto;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin:0 15px;
}

/* .sec-2 .slid-parent .slid-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
} */

.sec-2 .slid-parent .slid-item > a > img,.sec-2 .slid-parent .slid-item > a  {
  width: 100%;
  position: absolute;
  /* height: calc(100% + 4px);top: -4px; */
  z-index: 1;
  top: -4px;
  left: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin: auto;
}.sec-2 .slid-parent .slid-item > a  {
  width: 100%;
  position: absolute;
  /* height: calc(100% + 4px); */
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  top: -4px;
  left: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin: auto;
}
.sec-2 .slid-parent .slid-item .hidden-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-right: 1px solid #3b144b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-2 .slid-parent .slid-item .hidden-content img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: static;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 10px;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.sec-2 .slid-parent .slid-item .hidden-content .details {
  color: #111;
  font-size: 0.9rem;
}

.sec-2 .slid-parent .slid-item .hidden-content .details p {
  margin-top: 0;
  font-size: 0.9rem;
}

.sec-2 .slid-parent .slid-item .hidden-content .bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.sec-2 .slid-parent .slid-item .hidden-content a {
  color: #fff;
  background: #2b0f34;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100%;
  white-space: nowrap;
  padding: 3px 5px;
  display: inline-block;
  line-height: 1rem;
}

.sec-2 .slid-parent .slid-item .hidden-content a span {
  color: #f9196d;
}

.sec-2 .slid-parent .slid-item.open-details .hidden-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec-2 .slid-parent .slid-item.open-details .close-btn {
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.sec-2 .slid-parent .slid-item .close-btn {
  color: #fff;width:46px;height:42px;
  font-weight: bold;
  padding: 3px 15px;
  display: inline-block;
  background: none;
  font-size: 1.5rem;
  top: 8px;
  left:auto!important;
  right: 8px;
  position: absolute;
  z-index: 79;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.sec-2 .slid-parent .slick-slide:nth-child(even) .slid-item::after {
  background: linear-gradient(45deg, #3c34f2 0%, rgba(60, 52, 242, 0.1) 54%, rgba(249, 25, 109, 0) 100%);
}

.sec-2 .slid-parent .text-content {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 20px 6%;
  background: linear-gradient(45deg, #0d122d 0%, rgba(13, 18, 45, 0) 100%);
  height: 40%;
}

.sec-2 .slid-parent .text-content .t {
  color: #fff;
  font-size: 2vw;
  margin-bottom: 0;    min-height: 0px;
}

.sec-2 .slid-parent .text-content .t:hover {
  text-decoration: none;
}

.sec-2 .slid-parent .text-content p {
  color: #fff;
  font-size: 1rem;text-align: center;text-transform: uppercase;
  margin-bottom: 3px;    min-height: 50px;

}

.sec-3 {
  padding-bottom: 0px;
  overflow: hidden;
}

.widget {
  margin-bottom: 10px;
}

.block_tabs {
  background: #f1f1f1;
  overflow: hidden;
}

.block_tabs .tab {
  padding: 0;
  background: #fff;
}

.block_tabs .tab .newsbv {
  position: relative;
}

/* .block_tabs .tab .newsbv li,.firstTab li,.secondTab li {
  margin: 0px !important;
  padding-right: 6px;
  padding-bottom: 10px;
  padding-top: 10px;
} */

.block_tabs .tab .newsbv li:nth-child(2) {
  margin: 0px !important;
}

.block_tabs .nav-tabs,.firstTab,.secondTab {
  padding: 0;
  margin: 0;
  padding: 15px;
  background-color: #1E1323;
  border-bottom: none;
}
.firstTab,.secondTab {
  margin: 0 16px 33px;
  width: 100%;
  background: #272727;
  position: relative;
}

.block_tabs .nav-tabs li,.secondTab li {
  border-right: 2px solid #8BC636;
}

.block_tabs .nav-tabs li a ,.firstTab li a,.secondTab li a{
  opacity: 1;
  font-weight: bold;
  margin: 7px 0;
  color: #8BC636 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 0.9rem;
  padding: 0px 18px;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
  line-height: 0.9rem;
}
.firstTab li{margin-right:20px;}
.firstTab li a{font-weight:normal;    top: 5px;position:relative;}
.firstTab li:nth-child(2) a,.firstTab li:nth-child(3) a,.firstTab li:nth-child(4) a{   
   background: #8BC636;color:#315B00!important;
  border-radius: 58px;}

.block_tabs .nav-tabs li a:hover {
  color: #fff;
}

.block_tabs .nav-tabs li a.active,.firstTab a.active,.secondTab a.active{
  color: #f9196d !important;
}
.block_tabs#prize-1 .nav-tabs li a.active{
  color: #fff !important;
}
.firstTab a.active{ color: #ccc!important; font-weight: bold;}
.firstTab .all.active{ color: #fff !important;}
.block_tabs .nav-tabs li:last-child {
  border-right: 0;
}

.block_tabs .nav-tabs:last-child a {
  border-right: none;
}

.block_tabs .nav-tabs li.ui-state-active a {
  color: #fff;
}

.newsbv {
  margin: 0;
  padding: 0;
  min-width: auto;
  min-height: auto;
  position: relative;
}

.newsbv .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.newsbv.is-loading {
  min-height: auto !important;
  max-height: unset !important;
}

.newsbv.is-loading .loading-item {
  padding: 65px 0;
}

.newsbv.is-loading .loading-img {
  position: static !important;
}

.newsbv .post-meta {
  color: #2a2a2a;
  margin: 0px;
}

.newsbv .post-meta span {
  color: inherit;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
}

.newsbv .post-meta span:first-of-type {
  margin-right: 20px;
}

.newsbv .post-meta i {
  margin-right: 2px;
  font-size: 18px !important;
  color: #a19e9e;
  vertical-align: middle;
}

.newsbv li,.newsbv .newsbv-item {
  width: 100%;
}

.newsbv li .desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 80px;
}

.newsbv li .desc p {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.2rem;
  color: #333;
  text-transform: uppercase;
}

.newsbv li .desc h5 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  margin: 0;
}

.newsbv li .newsb-text {
  width: 79%;
  padding: 15px;
  font-size: 14px;
  color: #909090;
  border-top: 1px solid #ddd !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsbv li .newsb-text .newsb-category-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 32px;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsbv li .newsb-text .newsb-category-box .newsb-category {
  float: right;
  padding: 10px 12px;
  background-color: #472b93;
  margin-bottom: 8px;
  text-align: center;
  width: 116px;
}

.newsbv li .newsb-text .newsb-category-box .newsb-category span {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.newsbv li .newsb-text .newsb-category-box .newsb-category.c2 {
  background: #3c34f2;
}

.newsbv li:first-child img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  max-width: 100%;
}

.newsbv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.newsbv-item .newsb-title {
  margin-top: 0px;
  width: 100%;
}

.newsbv-item .newsb-title a {
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.newsbv-item .newsb-thumbnail {
  width: 21%;
  padding-top: 21%;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.newsbv-item .newsb-thumbnail a {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  position: absolute;
  top: 0;
  left: 0;text-align: center;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.newsbv-item .newsb-thumbnail a:hover > .overlay-link {
  opacity: 0.75;
}

.newsbv-item .newsb-thumbnail a:hover > img {
  opacity: 0.75;
}

.newsbv-item .newsb-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

#tournaments-list .newsbv-item .newsb-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.newsbv-item .newsb-thumbnail a .overlay-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/link.png") center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.newsbv-item:hover {
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.newsbv-item.type-2 {
  background: #fff;
  padding: 15px 0;
  padding-right: 15px;
  border-bottom: 1px solid #2b1b73;
}

.newsbv-item.type-2:last-child {
  /* padding-bottom: 0; */
}

.newsbv-item.type-2 .newsb-title {
  margin-bottom: 0;
  font-size: 0;
  padding-left: 3px 0;
}

.newsbv-item.type-2 .newsb-thumbnail {
  width: 20%;
}

.newsbv-item.type-2 .newsb-text {
  width: 80%;
  padding: 0px 15px;
  padding-right: 0;
  border-top: none !important;
}

.newsbv-item.type-2 .post-meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.newsbv-item.type-2 .post-meta .content {
  margin: 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.newsbv-item.type-2 .post-meta .content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsbv-item.type-2 .post-meta .content > div:first-child {
  min-width: 60px;
}

.newsbv-item.type-2 .post-meta .content > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.newsbv-item.type-2 .post-meta span {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

.newsbv-item.type-2 .post-meta img {
  margin-right: 10px;
  height: 22px;
}

.min-tabs {
  inset-block: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  background: #472b93;
  overflow: auto;
}

.min-tabs ::-webkit-scrollbar {
  display: none;
}

.min-tabs li {
  background: none;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 21px;
  color: #666;
}

.min-tabs li a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #fff;
  line-height: 1;
}

.min-tabs li a.active {
  background: rgba(0, 0, 0, 0.2);
}

.min-tabs li.active {
  background: rgba(0, 0, 0, 0.4);
}

.min-tabs li:hover a {
  background: rgba(0, 0, 0, 0.2);
}

.s-wcontainer {
  padding: 15px;
}

.s-wcontainer.no-padding {
  padding: 0;
}

.s-wcontainer table {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.s-wcontainer table td {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.185);
}

.s-wcontainer table tr:last-child td {
  border-bottom: none;
}

.s-wcontainer table .loading-tr img {
  -webkit-filter: brightness(128);
          filter: brightness(128);
}

.s-wcontainer .social-list {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0;
}

.s-wcontainer .social-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.s-wcontainer .social-list li img {
  width: 60px;
  height: 60px;
  border-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

.s-wcontainer .social-list li .content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}

.s-wcontainer .social-list li .content .name {
  font-size: 1rem;
  font-weight: bold;
}

.s-wcontainer .social-list li .content p {
  margin: 0;
  font-size: 0.9rem;
  color: #8b8b8b;
}

.sec-4 img {
  width: 100%;
}

.sec-5 {
  padding: 5%;
}

.sec-5 .isotopeMenu {
  background-color: #472b93;
  position: relative;
  margin-top: 0px;
  margin-left: 0;
  line-height: 40px;
  margin-bottom: 0px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  float: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sec-5 .isotopeMenu li {
  z-index: 2;
  position: relative;
  margin: 0 5px;
  padding: 5px 0;
}

.sec-5 .isotopeMenu li a {
  opacity: 1;
  font-weight: bold !important;
  color: white !important;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 0.9rem;
  padding: 20px 15px;
  cursor: pointer;
  margin-right: 10px;
}

.sec-5 .isotopeMenu li a:last-child {
  margin-right: 0;
}

.sec-5 .isotopeMenu li span {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.sec-5 .isotopeMenu li:last-child span {
  border-right: none;
}

.sec-5 .isotopeMenu li.active a {
  background: rgba(0, 0, 0, 0.2);
}

.btn1 {
  color: #fff !important;
  text-decoration: none;
  border: none;
  background: #c52194;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  padding: 8px 20px;
  height: 44px;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 9px;
}

.btn1 span {
  position: relative;
  z-index: 2;
}

.btn1:hover {
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 16px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 16px;
  background: #b61686;
}

.btn1 i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.btn1.grey {
  background: #878787;
}

.btn2 {
  background: #343a40;
  padding: 4px 10px;
  border-radius: 80px;
  border: none;
  text-align: center;
  min-width: 70px;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  text-transform: uppercase;
}

.btn2:hover {
  color: #fff;
  background: #514a57;
}

.btn2:active {
  color: #fff;
  background: #36313a;
  border-bottom-width: 1px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.btn2.big {
  min-width: 90px;
  padding: 7px 32px;
}

.btn2.c2 {
  background: #f9196d;
}

.joined-in {
  height: 20px;
  vertical-align: middle;
  margin-left: 8px;
}

.btn3 {
  color: #fff !important;
  text-decoration: none;
  border: none;
  background: #e70bc0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  padding: 8px 20px;
  height: 44px;
  font-size: 1rem;
  cursor: pointer;
}

.btn3 span {
  position: relative;
  z-index: 2;
}

.btn3:hover {
  text-decoration: none;
}

.btn3 i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.btn3.grey {
  background: #878787;
}

.btn1.is-loading,
.btn2.is-loading,
.btn3.is-loading {
  position: relative;
  color: transparent !important;
}

.btn1.is-loading::after,
.btn2.is-loading::after,
.btn3.is-loading::after {
  content: "";
  background-image: url("/static/img/loading1.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-filter: brightness(15);
          filter: brightness(15);
}

.input1 {
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-size: 1rem;
  border: 1px solid #9627b4;
  background: #fff;
  color: #333;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input1:focus {
  border-color: #f9196d;
}

.input2 {
  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;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #9627b4;
}

.input2 label {
  width: 50%;
  font-size: 1rem;
  margin: 0;
  padding-left: 15px;
  color: #472b93;
}

.input2 .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input2 .right select,
.input2 .right input {
  padding: 11px 15px;
  padding-left: 5px;
  border: none;
  font-weight: 600;
  background: none;
  color: #472b93;
  width: 100%;
}

.input2 .right select {
  padding-left: 0;
  padding-right: 0;
  text-align: left!important;
}

footer {
  padding: 0 7%;
  padding-top: 50px;    background: #19141A;
  color: #fff;
  margin-top: 40px;    position: relative;
}
footer::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #8BC636; 
}
footer .footer-top {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

footer .radio-box {
  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;
}

footer .radio-box label {
  width: 50%;
  display: block;
  padding: 15px 15px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}

footer .radio-box input:checked + label {
  background: #472b93;
  color: #fff;
}

footer .form-box h3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 15px;
  color: #f9196d;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f9196d;
  margin-bottom: 15px;
}

footer .form-box h3::before {
  content: url("../img/arrow.png");
  vertical-align: sub;
  margin-right: 10px;
  line-height: 0;
}

footer .form-box input {
  width: 100%;
  border: none;
  margin: 3px 0px;
  font-size: 14px;
  border-radius: 0;
  padding: 11px;
}

footer .form-box button {
  display: inline-block;
  color: #fff;
  background-color: #472b93;
  padding: 15px 20px;
  display: block;
  border: none;
  font-size: 0.9rem;
  width: 120px;
  margin-top: 3px;
  margin-left: auto;
  cursor: pointer;
}

footer .footer-desc {
  opacity: 0.9;
}

footer .footer-desc p {
  margin-top: 0 !important;
}

footer .brand img {
  display: block;
  width: 80%;
}

footer .bottom {
  margin-top: 71px;
  padding-bottom: 30px;
  color: #000;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

footer .bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .bottom .left p {
  color: inherit;
  font-size: 0.9rem;
  margin-bottom: 0;
}

footer .bottom .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

footer .bottom .middle li {
  border-right: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 0.8rem;
  margin-bottom: 34px!important;
  cursor: pointer;
}

footer .bottom .middle li a {
  white-space: nowrap;
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

footer .bottom .middle li a:hover {
  color: #f9196d;
}

footer .bottom .middle li:last-child {
  padding-right: 0;
  border-right: none;
}

footer .bottom .right .social {
  text-align: right;
}

footer .bottom .right .social a {
  color: #000;
  font-size: 18px;
  margin: 0 10px;
}

.clear {
  clear: both;
}

.color-1 {
  color: #f9196d !important;
}

.modal .modal-header {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#dd19ba), to(#650c6a));
  background: linear-gradient(90deg, #dd19ba, #650c6a);
  display: block;
  border-radius: 0;
  border-bottom: 0;
}

.modal .modal-header h3 {
  font-size: 17px;
  margin: 0;
}

.modal .modal-body img {
  max-width: 100%;
}

.modal .close-box {
  padding: 5px 15px;
  background: #fff;
  text-align: right;
  font-size: 14px;
}

.modal .close-box a {
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 0;
  display: inline-block;
}

.modal .p-reset {
  margin-left: 20px !important;
  margin-bottom: 18px !important;
}

.modal p {
  color: #333;
}

.modal .lll,
.modal a {
  font-weight: bold;
  color: #dd19ba;
}

.modal#settings-modal .modal-dialog {
  max-width: 600px;
}

.modal#settings-modal .modal-body .form-box {
  padding-left: 70px;
  padding-right: 70px;
}

.modal#settings-modal .profile-page {
  width: 100%;
  text-align: center;
}

.modal#settings-modal .error {
  color: red;
  font-size: 1rem;
  margin: 0;
  margin-top: -16px;
  display: block;
  margin-bottom: 11px;
  padding-left: 15px;
}

.modal#settings-modal .error:empty {
  display: none;
}

.modal#support-modal .modal-dialog, .modal#contact-modal .modal-dialog {
  max-width: 600px;
}

.modal#support-modal .modal-body .form-box, .modal#contact-modal .modal-body .form-box {
  padding-left: 110px;
  padding-right: 110px;
}

.accordion .card {
  border: none !important;
  margin-top: 25px;
  border-radius: 0;
}

.accordion .card .card-header {
  padding: 0 !important;
  border-bottom: 0 !important;
  background-color: #f9196d;
  background: linear-gradient(135deg, #9627b4 0%, #f9196d 100%) !important;
  border-radius: 0;
}

.accordion .card .card-header button {
  width: 100%;
  text-align: left;
  color: #111;
  font-size: 1.1rem;
  background: #fff !important;
  font-weight: normal;
  border: none;
  border-radius: 0;
  text-transform: capitalize;
}

.accordion .card .card-header button:hover {
  text-decoration: none;
}

.accordion .card .card-header button:focus {
  text-decoration: none;
}

.accordion .card .card-header button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion .card .card-header button[aria-expanded] {
  color: #fff;
  background-color: #dd19ba !important;
}

.infopage {
  width: 85%;
  margin: auto;
  min-height: calc(100vh - 280px);
}

.page-box .page-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#1b1349), to(#6e0d6b));
  background-image: linear-gradient(90deg, #1b1349 0%, #6e0d6b 100%);
  padding-left: 80px;
  font-weight: normal;
  color: white;
  font-size: 36px;
}

.page-box .text-container {
  background: #fff;
  padding: 27px;
  text-align: justify;
}

.page-box .text-container .content {
  width: 85%;
  /* padding: 2% 6%; */
  padding: 2% 6% 2% 65px;
  padding-bottom: 180px;
}

.page-box .text-container h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

.page-box .text-container p {
  color: #000;
  font-size: 1.3rem;
}

.p-head {
  background-size: cover;
  background-position: bottom;
  padding: 0 7%;
  padding-top: 300px;
  position: relative;
  
}
.p-head.tournament-header{margin:0 15px;}

.p-head .badge {
  font-weight: normal !important;
}

.p-head .new-profile {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 81%;
  margin: auto;
  max-width: 1400px;
}

.p-head .new-profile .det-right {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 300px;
  padding: 0 0 0 2%;
  background: #2c1c7261;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-head .new-profile .det-right .redeem-btn {
  cursor: pointer;
}

.p-head .new-profile .det-right .coins {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: left;
}

.p-head .new-profile .det-right .coins h3 {
  font-size: 3.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 3.1rem;  
}

.p-head .new-profile .det-right .coins .badge {
    background: #8BC636;
    color: #000;
  width:141px;
}

.p-head .new-profile .det-left {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  position: relative;
}

.p-head .new-profile .det-left .pro-img {
  width: 160px;
  height: 180px;
  position: absolute;
  z-index: 3;
  margin: auto;
  top: 0;
  right: -6px;
  bottom: 0;
}

.p-head .new-profile .det-left .edit-btn {
  background: rgb(3 7 48 / 94%);
  height: 36px;
  width: 36px;
  border-radius: 150px;
  position: absolute;
  top: 1px;
  right: 13px;
  z-index: 15;
  padding: 9px;
  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-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
}

.p-head .new-profile .det-left .edit-btn img {
  width: 100%;
}

.p-head .new-profile .det-middle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-head .new-profile .det-middle .badge-pill {
  color: #fff;
  background-color: #9627b4;
  font-size: 1rem;
}

.p-head .new-profile .det-middle .badge-pill.active {
  background-color: #f9196d !important;
}

.p-head .new-profile .name {
  font-size: 1.5rem;
}

.p-head .new-profile .location img {
  border-radius: 80px;
  height: 40px !important;
  border: 3px solid rgba(60, 52, 242, 0.5);
}

.p-head .new-profile .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.p-head .new-profile .tabs li {
  /* width: 25%; */width: 33.33333%;
  background: #2c1c7261;
  margin: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/*.p-head .new-profile .tabs li:nth-child(odd) {
  background: #32268d;
}*/

.p-head .new-profile .tabs li > a:first-child,
.p-head .new-profile .tabs li .link-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;
  color: #fff;
  padding: 0 18px;
  height: 60px;
  text-align: center;
  text-transform: capitalize;
  border-right: 1px solid #111;
  cursor: pointer;
}

.p-head .new-profile .tabs li > a:first-child .divider,
.p-head .new-profile .tabs li .link-item .divider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  height: 15px;
  background: #ddd;
  vertical-align: middle;
  opacity: 0.5;
  margin: 0 7px;
}

.p-head .new-profile .tabs li > a:first-child .badge,
.p-head .new-profile .tabs li .link-item .badge {
  background: #293cb8;
  font-size: 14px;
}

.p-head .new-profile .tabs li > a:first-child .badge.plus-btn,
.p-head .new-profile .tabs li .link-item .badge.plus-btn {
  width: 21px;
  height: 21px;
  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;
  min-width: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.p-head .new-profile .tabs li .link-item.active {
  color: #a6076e;    background: rgba(3, 7, 48, 0.72);
}


.p-head .new-profile .img {
  position: relative;
  border-radius: 63px;
  padding-left: 100px;
  background: #fff;
  margin-right: 15px;
  width: 120px;
  height: 120px;
}

.p-head .new-profile .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 63px;
}

.p-head .new-profile .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(3, 7, 48, 0.72);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px;
}

.p-head .new-profile .top-right .ll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-head .new-profile .top-right .location img {
  height: 30px;
  margin-right: 8px;
}

.p-head .new-profile .top-right .location-cont span {
  display: block;
  color: #fff;
  line-height: 1.2rem;
}

.p-head .new-profile .top-right .location-cont span:last-child {
  font-size: 15px;color:#dd19ba;
}

.p-head .p-title {
  position: relative;
  z-index: 2;
}

.p-head .p-title h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 3rem;
}

.p-head .p-title p {
  font-size: 1.9rem;
  text-transform: none;
  color: #f9196d;
  margin-bottom: 20px;
  opacity: 1;
  font-weight: bold;
}

.p-head .det-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 2;
}

.p-head .det-parent .det-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-head .det-parent .det-left .img {
  position: relative;
  height: 140px;
  width: 140px;
  background: #fff;
  margin-right: 15px;
}

.p-head .det-parent .det-left .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-head .det-parent .normal-txt {
  display: block;
  color: #fff;
  margin-bottom: 3px;
}

.p-head .cash-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  position: relative;
  top: 5px;
  font-weight: bold;
}

.p-head .cash-box img {
  height: 25px;
}

.p-head .cash-box span {
  font-size: 18px;
}

.p-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.67)), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

.p-head .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.p-head .tabs li {
  background: #0c112f;
  margin-right: 10px;
}

.p-head .tabs li a {
  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;
  color: inherit;
  padding: 0px 18px;
  min-width: 140px;
  height: 44px;
  text-align: center;
}

.p-head .tabs li.active {
  background: linear-gradient(135deg, #a525a9 0%, #c52194 100%);
}

.p-head .name {
  font-size: 2rem;
  margin: 0;
  line-height: 2rem;
  font-weight: bold;
}

.p-head .location {
  padding: 11px 0 8px 0;
}

.p-head .location img {
  height: 30px;
  margin-right: 8px;
}

.p-head .location span {
  font-size: 15px;
}

/* .p-head.tournament-header,.tournament-page-content {
  padding-right: 9.5%;
  padding-left: 9.5%;
} */



.p-sec .widget {
  margin-top: 30px;
}

.p-sec .p-container {
  background-color: #fff !important;
}

.p-sec .p-container table {
  width: 100%;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.p-sec .p-container table td {
  padding: 8px 16px;
}

.p-sec .p-container p {
  color: #000;
  padding: 15px;
  margin: 0;
}

.friends-list {
  padding: 0;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#33144d), to(#1b1349));
  background: linear-gradient(-90deg, #33144d, #1b1349);
  margin: auto;
}

.friends-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
  padding-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.friends-list li .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  position: relative;
}

.friends-list li .left .pro-img {
  width: 91px;
  position: absolute;
  z-index: 3;
  margin: auto;
  top: 10px;
  left: -10px;
  bottom: 0;
}

.friends-list li .left .rank {
  font-size: 11px;
  bottom: -21px;
  left: -2px;
}

.friends-list li .left .content {
  margin-left: 0px;
}

.friends-list li .img {
  position: relative;
  height: 70px;
  width: 70px;
  background: #fff;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.friends-list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.friends-list li .name {
  font-size: 1.3rem;
  margin: 0;
  text-transform: uppercase;
}

.friends-list li .location {
  margin-top: 0px;
}

.friends-list li .location img {
  height: 25px;
  margin-right: 4px;
}

.friends-list li .location span {
  font-size: 15px;    color: #dd19ba;
  font-weight: normal;
}

.friends-list li .right button,
.friends-list li .right a {
  margin-left: 15px;
}

.friends-list li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.levels-slider-box {
  padding: 15px 7%;
}

.levels-slider-box .levels-slider .slick-slide img {
  width: 70%;
  display: block;
  margin: auto;
}

.levels-slider-box .levels-slider .slick-slide span {
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

.levels-slider-box .levels-slider .slick-prev {
  height: 25px;
  width: 40px;
  background-image: url("../img/ar3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -60px;
  z-index: 15;
}

.levels-slider-box .levels-slider .slick-prev:hover, .levels-slider-box .levels-slider .slick-prev:focus {
  background-image: url("../img/ar3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.levels-slider-box .levels-slider .slick-prev::before {
  content: unset;
}

.levels-slider-box .levels-slider .slick-next {
  height: 25px;
  width: 40px;
  background-image: url("../img/ar4.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -60px;
  z-index: 15;
}

.levels-slider-box .levels-slider .slick-next:hover, .levels-slider-box .levels-slider .slick-next:focus {
  background-image: url("../img/ar4.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.levels-slider-box .levels-slider .slick-next::before {
  content: unset;
}

.credit-box {
  padding: 25px 0;
}

.credit-box .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.credit-box span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.credit-box img {
  height: 66px;
  margin-right: 15px;
  vertical-align: middle;
}

.played-tournaments li:last-child,
.upcoming-tournaments li:last-child,
.joined-tournaments li:last-child {
  /* border-bottom: 0; */
}

.imgs-grid a {
  padding-bottom: 10px !important;
}

.imgs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.imgs-box .stickers,
.imgs-box .trophies {
  height: auto;
  width: 33.33%;
  margin-bottom: 25px;
  padding: 0;
  padding-top: 25%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.imgs-box .stickers img,
.imgs-box .trophies img {
  width: 96%;
  height: 96%;
  max-width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.imgs-box .game {
  height: auto;
  width: 33.33%;
  margin-bottom: 0px;
  padding: 0;
  padding-top: 30%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.imgs-box .game .img {
  width: 94%;
  height: 94%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;

}
.imgs-box .game img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.imgs-box .game span {
  display: none;
}

.imgs-box a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

.imgs-box a img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.imgs-box a span {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  display: block;
}

.imgs-box.no-border a {
  border: none;
}

.profile-contain {
  margin-top: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  /* min-height: 750px; */
}
.profile-contain.profile-contain-friends{max-height: 750px; } 

.profile-contain > .left {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 25px;
}

.profile-contain > .right {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-gradient(linear, right top, left top, from(#33144d), to(#1b1349));
  background: linear-gradient(-90deg, #33144d, #1b1349);
}

.profile-contain .friends-list.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: none;
  width: 100%;
  margin: 0 auto !important;
  padding: 10px 30px 30px 40px;
}

.profile-contain .friends-list.grid li {
  padding: 40px 30px;
  border-bottom: none;
  width: 50%;
  position: relative;
  margin: 2px 0;
}

.profile-contain .friends-list.grid li::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #472b9347;
  left: 0;
  right: 0;
  margin: auto;
}

.profile-contain .friends-list.grid li .remove-btn {
  position: absolute;
  top: 0px;
  right: 3%;
  color: #472b93;
  font-size: 15px;
  padding: 5px 5px;
}

.profile-contain .friends-list.grid li .star-btn {
  position: absolute;
  top: 70px;
  left: 94px;
  color: #222;
  font-size: 30px;
}

.profile-contain .friends-list.grid li .star-btn img {
  height: 19px;
}

.profile-contain .friends-list.grid li .star-btn .star-true {
  display: none;
}

.profile-contain .friends-list.grid li .star-btn.is-fav .star-true {
  display: inline-block;
}

.profile-contain .friends-list.grid li .star-btn.is-fav .star-false {
  display: none;
}

.profile-contain .friends-list.grid li .left {
  color: #fff !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;margin-left: 12px;
}

.profile-contain .friends-list.grid li .left .img {
  width: 104px;
  height: 100px;
  border-radius: 60px;
}

.profile-contain .friends-list.grid li .left .img img {
  border-radius: 60px;
}

.profile-contain .friends-list.grid li .left .pro-img {
  width: 125px;
}

.profile-contain .friends-list.grid li .left .rank {
  font-size: 11px;
  bottom: -14px;
  left: -1px;
}

.profile-contain .friends-list.grid li .right2 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.profile-contain .friends-list.grid li .right2 .ll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}

.profile-contain .friends-list.grid li .right2 .btns {
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;    padding-left: 33px;
}

.profile-contain .friends-list.grid li .right2 .btns a:nth-of-type(odd) {
  margin-right: 5px;
}

.profile-contain .friends-list.grid li .right2 .location-cont span {
  display: block;
  color: #222;padding-right: 18px;line-height: 16px;
}

.profile-contain .friends-list.grid li .right2 .location-cont span:last-child {
  font-size: 13px;
  font-weight: bold;
}

.profile-contain .friends-list.grid li .right2 .name {
  font-size: 1.5rem;
  line-height: 1.3rem;
  color: #222;
}

.profile-contain .friends-list.grid li .right2 .location img {
  border-radius: 80px;
  height: 40px !important;
  border: 3px solid #dd19ba;
}

.profile-contain .friends-list.grid li .location,
.profile-contain .friends-list.grid li .name {
  color: #222;
}

.profile-contain .friends-list.grid.type-2 li {
  width: 32%;
  padding-left: 15px;
  padding-right: 15px !important;
  border-right: none !important;
  padding-bottom: 45px;
}

.profile-contain .friends-list.grid.type-2 li .right2 .btns {
  margin-top: 20px !important;
}

.profile-contain .friends-list.grid.type-2 li .right2 .location-cont span {
  line-height: 1 !important;
  text-transform: uppercase;
}

.public-profile .tabs li {
  width: 33.33% !important;
}

.tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.tabs-box li {
  width: 25%;
  background:#8BC636;
  margin: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  min-width:119px;
}

.tabs-box li a {
  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;
  color: #333!important;
  padding: 0 18px;
  height: 55px;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-right: 1px solid #fff;
}

.tabs-box li a .badge {
  background: #dd19ba;
  font-size: 14px;
  margin-left: 5px;
  min-width: 30px;
  color: #fff;
}

.tabs-box li a.active {
  background: #dd19ba;color: #fff!important;
}

.tabs-box li a b {
  font-weight: normal;
}

/*.tabs-box li:hover {
  background: #322090;
}

.tabs-box li:last-child {
  background: #322090;
}*/

.tournament-page-content .p-content {
  width: 100%;
}

.tournament-page-content li {
  list-style: disc;
}

.tournament-details-header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: auto;
  max-width: 1400px;
}

.tournament-details-header .content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  padding: 25px;
  width: 100%;
  max-width:1370px;
  margin:0 auto;
}
.tournament-page-content .p-content{  max-width:1370px;
  margin:0 auto;}

.tournament-details-header .left {
  width: 160px;
  position: relative;
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tournament-details-header .left .t-img {
  width: 100%;
  border-radius: 25px;
  height:100%;
  max-height:140px;
}

.tournament-details-header .right {
  width: 100%;
}

.tournament-details-header .name {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -5px;
}

.tournament-details-header .game {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  color: #dd19ba;
  margin: 0;
  margin-bottom: 4px;
}

.tournament-details-header .date {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.tournament-details-header .date span {
  color: #dd19ba;
  text-transform: capitalize;
}

.tournament-details-header .p-text,
.tournament-details-header .page-tab-content {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
}

/* .tour-details-box {
  padding-left: 44px;
  padding-right: 44px;
} */

.tour-details-box p {
  text-align: justify;
}

.tour-details-box .p-text {
  font-weight: normal !important;
}

.tour-details-box .name {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.tour-details-box .game {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  color: #9627b4;
  margin: 0;
}

.tour-details-box .date {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.tour-details-box .date span {
  color: #9627b4;
}

.tour-details-box .left2 {
  width: 160px;
  position: relative;
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tour-details-box .left2 .t-img {
  width: 100%;
  border-radius: 25px;
}

/* .tour-details-box .right2 {
  padding: 7px;
} */

.tour-details-box .p-text,
.tour-details-box .page-tab-content {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
}

table.table-1 {
  width: 100%;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}

table.table-1 tr {
  border-bottom: 1px solid lightgray;
}

table.table-1 tr:last-child {
  border-bottom: 0;
}

table.table-1 td {
  padding: 5px 0;
}

table.table-1 .font-weight-normal {
  color: #000 !important;
}

.prize-item {
  display: inline-block;
  background: #8BC636;
  text-align: center;
  min-width: 80px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 6px;
}

.prize-item hr {
  display: block;
  margin: auto;
  width: 80%;
  border-color: #ddd;
}

.prize-item .tt {
  padding: 10px;
  color: #fff;
}

.prize-item .tt span {
  display: block;
  font-size: 15px;
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

.prize-item .tt b {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

.prize-item .bb {
  background: #dd19ba;
  padding: 10px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

.pagination-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: auto;
  background: #dd19ba;
  color: #fff;
  padding: 10px 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-top: 25px;
}

.pagination-top .badge {
  color: #1a126a;
  background-color: white;
  margin-left: 5px;
}

.pagination-top .badge-pill {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.pagination-top > div {
  min-width: 200px;
}

.pagination-top a {
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  text-decoration: underline !important;
}

.pagination-top .search-box {
  background: #fff;
  padding: 5px;
  min-width: 201px;
}

.pagination-top .search-box i {
  color: #444;
}

.pagination-top .search-box input {
  background: none;
  border: none;
  width:89%;
}

.rank {
  position: absolute;
  bottom: -21px;
  left: -1px;
  text-align: center;
  right: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  z-index: 5;
  text-shadow: 0px 1px black;
  font-weight: bold;
}

.redeem-coins-wrapper {
  padding: 25px 25px 70px;
}

.redeem-coins,
#redeem-coins {
  background: rgba(0, 0, 0, 0.7);
}
#redeem-coins {
  background: #fff;
}
.redeem-coins .sub-title,
#redeem-coins .sub-title {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  text-align: center;
  padding: 0;
  padding-top: 60px;
  margin: 0;
}

.redeem-coins .m-header,
#redeem-coins .m-header {
  color: #fff;
  background: #180939;
  text-align: center;
  padding: 18px;
  margin: 15px 0;
}

.redeem-coins .modal-content,
#redeem-coins .modal-content {
/*  background: -webkit-gradient(linear, right top, left top, from(#37134e), to(#1c1348));
  background: linear-gradient(-90deg, #37134e, #1c1348);*/
  background: #fff;
  border: 0;
}

.redeem-coins .close-box,
#redeem-coins .close-box {
  background: none;
}

.redeem-coins .close-box a,
#redeem-coins .close-box a {
  color: #fff;
}

.redeem-coins .modal-header,
#redeem-coins .modal-header {
  background: #180b38;
}

.redeem-coins .modal-header h3,
#redeem-coins .modal-header h3 {
  text-transform: uppercase;
  font-size: 20px;
}

.redeem-coins .redeem-packages,
#redeem-coins .redeem-packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 4%;
  margin-bottom: 4%;
}

.redeem-coins .redeem-packages .pack,
#redeem-coins .redeem-packages .pack {
  width: 33%;
  position: relative;
  border: 1px solid transparent;
  padding: 35px 35px 0 35px;
  cursor: pointer;
}

.redeem-coins .redeem-packages .pack .content,
#redeem-coins .redeem-packages .pack .content {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.redeem-coins .redeem-packages .pack .content span,
#redeem-coins .redeem-packages .pack .content span {
  display: block;
  font-size: 16px;
}

.redeem-coins .redeem-packages .pack .content span.t,
#redeem-coins .redeem-packages .pack .content span.t {
  color: #fff;
}

.redeem-coins .redeem-packages .pack .content span.d,
#redeem-coins .redeem-packages .pack .content span.d {
  color: #f9196d;
}

.redeem-coins .redeem-packages .pack img,
#redeem-coins .redeem-packages .pack img {
  width: 100%;
}

.tournaments-games-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  min-height: 300px;
  position: relative;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0;
}

.tournaments-games-grid li {
  width: 20%;
  padding: 10px 10px;
}

.tournaments-games-grid li .img {
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.tournaments-games-grid li .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tournaments-games-grid li img:not(.loading-img) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.tournaments-games-grid li .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tournaments-games-grid li span {
  text-align: center;
  display: block;
  margin: auto;
  color: #472b93;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
    margin-top: 8px;
}

@media (min-width: 576px) {
  #redeem-coins .modal-dialog {
    max-width: 830px;
  }
}

.redeem-table {
  width: 100%;
  padding: 15px 0%;
}

.redeem-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
  overflow: hidden;
}

.redeem-table table tr:last-child .b-item {
  position: relative;
}

.redeem-table table tr:last-child .b-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  bottom: -1em;
  background: #6707a3;
}

.redeem-table table th {
  background: #1a0e40;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}

.redeem-table table th.bonus-th {
  position: relative;
  background: #6707a3;
  padding: 5px 0;
  color: #fff;
}

.redeem-table table th.bonus-th::after {
  content: "";
  width: 100%;
  height: 3500px;
  -webkit-box-shadow: #6707a3 0 0 0 8px;
          box-shadow: #6707a3 0 0 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.redeem-table table td {
  color: #fff;
  text-align: center;
  background: #1a0e40;
  padding: 0 10px;
  white-space: nowrap;
}

.redeem-table table td.c1 {
  color: #f9196d;
  font-weight: bold;
}

.redeem-table table td.fit {
  padding: 0 25px;
}

.redeem-table table td.min-50 {
  min-width: 100px;
}

.redeem-table table td.total {
  text-align: left;
}

.redeem-table table td.total img {
  padding-right: 10px;
}

.redeem-table table td .get-btn {
  background: -webkit-gradient(linear, right top, left top, from(#1A0E40), to(#6600b0));
  background: linear-gradient(-90deg, #1A0E40, #6600b0);
  display: inline-block;
  border-radius: 80px;
  padding: 10px 20px;
  min-width: 150px;
  font-weight: normal;
  border: 1px solid #0c112f;
}

.redeem-table table td .get-btn span {
  display: block;
  color: #fff;
  line-height: 1.2;
}

.redeem-table table td .get-btn span:nth-child(2) {
  color: #f9196d;
}

.missions-section,
#missions-modal {
  overflow: hidden;
  /* background-color: unset;
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-position: top; */
  margin: 0;
  margin-top: 2%;
  width: 100%;
}
.parent-page .topbg{
  background-image: url("../img/backgroundm.jpg");
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0px;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;z-index: -1;
}
.missionpage{
  position: relative;
}
.missionpage .topbg{
  display:block;
}

.missions-section .missions-container,
#missions-modal .missions-container {
  margin: 0 15%;
}

.missions-section .modal-dialog,
#missions-modal .modal-dialog {
  width: 80% !important;
  max-width: unset !important;
}

.missions-section .h-header,
#missions-modal .h-header {
  margin-top: 35px;
  background: #0c112f;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  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;
}

.missions-section .h-header h3,
#missions-modal .h-header h3 {
  font-size: 1.1rem;
  line-height: 3rem;
  margin: 0;
}

.missions-section .h-header img,
#missions-modal .h-header img {
  -webkit-transform: scale(1.4) translateX(-10px);
          transform: scale(1.4) translateX(-10px);
}

.missions-section .profile-box,
#missions-modal .profile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  overflow: hidden;
  background: #0c112f;
  padding: 10px;
}

.missions-section .profile-box .name-box,
#missions-modal .profile-box .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 15px;
  width: 45%;
}

.missions-section .profile-box .name-box .badge-img,
#missions-modal .profile-box .name-box .badge-img {
  height: 50px;
  margin-right: 10px;
}

.missions-section .profile-box .name-box .vip-tag,
#missions-modal .profile-box .name-box .vip-tag {
  margin: 0 3px 0 7px;
}

.missions-section .profile-box .name-box .bottom,
#missions-modal .profile-box .name-box .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.missions-section .profile-box .name-box .bottom img,
#missions-modal .profile-box .name-box .bottom img {
  margin: 0 6px;
}

.missions-section .profile-box .name-box .bottom a,
#missions-modal .profile-box .name-box .bottom a {
  color: #f9196d;
  text-decoration: underline !important;
  font-weight: normal;
  white-space: nowrap;
}

.missions-section .profile-box .name-box .bottom .badge-name,
#missions-modal .profile-box .name-box .bottom .badge-name {
  color: #F0D21F;
  font-weight: bold;
}

.missions-section .profile-box > .right,
#missions-modal .profile-box > .right {
  padding: 0 15px;
}

.missions-section .profile-box > .right .top,
#missions-modal .profile-box > .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.missions-section .profile-box > .right .top img,
#missions-modal .profile-box > .right .top img {
  height: 50px;
}

.missions-section .profile-box > .right .top span,
#missions-modal .profile-box > .right .top span {
  color: #F0D21F;
  white-space: nowrap;
}

.missions-section .profile-box > .right .bottom .coins-count,
#missions-modal .profile-box > .right .bottom .coins-count {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  line-height: 2.2rem;
}

.missions-section .divider,
#missions-modal .divider {
  height: 25px;
  width: 1px;
  background: #ddd;
  margin: auto 10px;
  opacity: 0.4;
}

.missions-section .status-box,
#missions-modal .status-box {
  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;
  margin: 40px 0;
}

.missions-section .status-box span,
#missions-modal .status-box span {
  white-space: nowrap;
}

.missions-section .status-box .content,
#missions-modal .status-box .content {
  background: #0c112f;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.missions-section .status-box .content img,
#missions-modal .status-box .content img {
  height: 35px;
  margin-right: 10px;
}

.missions-section .timeline-box,
#missions-modal .timeline-box {
  position: relative;
  width: 85%;
  background: #0c112f;
  height: 95px;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.missions-section .timeline-box .layer-1,
#missions-modal .timeline-box .layer-1 {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.missions-section .timeline-box .layer-1 div,
#missions-modal .timeline-box .layer-1 div {
  width: auto;
  height: 100%;
}

.missions-section .timeline-box .layer-1 div.c1,
#missions-modal .timeline-box .layer-1 div.c1 {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c112f), to(#472b93));
  background: linear-gradient(0deg, #0c112f, #472b93);
}

.missions-section .timeline-box .layer-1 div.c2,
#missions-modal .timeline-box .layer-1 div.c2 {
  background: #1f084c;
}

.missions-section .timeline-box .status-bar,
#missions-modal .timeline-box .status-bar {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0 5%;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.missions-section .timeline-box .status-bar span,
#missions-modal .timeline-box .status-bar span {
  height: 12px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#de629d), color-stop(20%, #de629d), color-stop(80%, #6a0838), to(#6a0838));
  background: linear-gradient(180deg, #de629d 0%, #de629d 20%, #6a0838 80%, #6a0838 100%);
}

.missions-section .timeline-box .layer-2,
#missions-modal .timeline-box .layer-2 {
  width: 100%;
  height: 95px;
  z-index: 3;
  white-space: nowrap;
  padding: 0 35px;
}

.missions-section .timeline-box .layer-2 > div,
#missions-modal .timeline-box .layer-2 > div {
  width: 100px;
  height: 75px;
  position: relative;
  display: inline-block;
  margin-top: 1.6rem;
  z-index: 3;
}

.missions-section .timeline-box .layer-2 > div .sm-img,
#missions-modal .timeline-box .layer-2 > div .sm-img {
  height: 46%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.missions-section .timeline-box .layer-2 > div .big-img,
#missions-modal .timeline-box .layer-2 > div .big-img {
  height: 80px;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -20px;
  right: 43px;
  margin: auto;
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.missions-section .timeline-box .layer-2 .has-modal .sm-img,
.missions-section .timeline-box .layer-2 .has-modal .big-img,
#missions-modal .timeline-box .layer-2 .has-modal .sm-img,
#missions-modal .timeline-box .layer-2 .has-modal .big-img {
  cursor: pointer;
}

.missions-section .timeline-box .layer-2 .has-modal .drop-modal,
#missions-modal .timeline-box .layer-2 .has-modal .drop-modal {
  display: none;
}

.missions-section .timeline-box .layer-2 .has-modal:hover .sm-img,
#missions-modal .timeline-box .layer-2 .has-modal:hover .sm-img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.missions-section .timeline-box .layer-2 .has-modal:hover .big-img,
#missions-modal .timeline-box .layer-2 .has-modal:hover .big-img {
  opacity: 0.3;
}

.missions-section .timeline-modals-box .drop-modal,
#missions-modal .timeline-modals-box .drop-modal {
  background: #fff;
  position: fixed;
  width: 300px;
  border-radius: 25px;
  min-height: 300px;
  z-index: 5;
  top: 100px;
  color: #222;
  padding: 25px;
  left: 0;
}

.missions-section .timeline-modals-box .drop-modal .button-container,
#missions-modal .timeline-modals-box .drop-modal .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.missions-section .timeline-modals-box .drop-modal .button-container a,
#missions-modal .timeline-modals-box .drop-modal .button-container a {
  width: 49%;
  color: #fff;
  display: inline-block;
  padding: 7px;
  text-align: center;
  font-size: 0.8rem;
}

.missions-section .timeline-modals-box .drop-modal .button-container a:first-child,
#missions-modal .timeline-modals-box .drop-modal .button-container a:first-child {
  background: #2c1871;
}

.missions-section .timeline-modals-box .drop-modal .button-container a:last-child,
#missions-modal .timeline-modals-box .drop-modal .button-container a:last-child {
  background: #cb0c6c;
}

.missions-section .timeline-modals-box .drop-modal::after,
#missions-modal .timeline-modals-box .drop-modal::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 40px;
  top: -10px;
}

.missions-section .timeline-modals-box .drop-modal h1,
#missions-modal .timeline-modals-box .drop-modal h1 {
  font-size: 20px;
  text-align: center;
  color: #472b93;
  font-weight: bold;
}

.missions-section .timeline-modals-box .drop-modal ul,
#missions-modal .timeline-modals-box .drop-modal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.missions-section .timeline-modals-box .drop-modal ul li a,
#missions-modal .timeline-modals-box .drop-modal ul li a {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #472b93;
  padding: 10px 0;
  border-bottom: #ddd 1px solid;
}

.missions-section .games-list,
#missions-modal .games-list {
  width: 60%;
  margin: 60px auto;
}

.missions-section .games-list ul,
#missions-modal .games-list ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  max-height: 550px;
  overflow-y: auto;
}

.missions-section .games-list ul li,
#missions-modal .games-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0c112f;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 15px;
  position: relative;
}

.missions-section .games-list ul li > .left,
#missions-modal .games-list ul li > .left {
  padding: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.missions-section .games-list ul li > .left img,
#missions-modal .games-list ul li > .left img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 23px;
}

.missions-section .games-list ul li > .middle,
#missions-modal .games-list ul li > .middle {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.missions-section .games-list ul li > .middle .name,
#missions-modal .games-list ul li > .middle .name {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1rem;
}

.missions-section .games-list ul li > .middle .progress-box,
#missions-modal .games-list ul li > .middle .progress-box {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.missions-section .games-list ul li > .middle .progress-box .progress-bar,
#missions-modal .games-list ul li > .middle .progress-box .progress-bar {
  height: 22px;
  background: #472b93;
  position: relative;
}

.missions-section .games-list ul li > .middle .progress-box .progress-bar::after,
#missions-modal .games-list ul li > .middle .progress-box .progress-bar::after {
  content: "";
  height: 100%;
  width: 3px;
  background: #0c112f;
  right: 20px;
  position: absolute;
  top: 0;
}

.missions-section .games-list ul li > .middle .progress-box .progress-bar::before,
#missions-modal .games-list ul li > .middle .progress-box .progress-bar::before {
  content: "";
  height: 100%;
  width: 3px;
  background: #0c112f;
  right: 50px;
  position: absolute;
  top: 0;
}

.missions-section .games-list ul li > .middle .progress-box .content,
#missions-modal .games-list ul li > .middle .progress-box .content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 15px;
}

.missions-section .games-list ul li > .middle .progress-box .content span,
#missions-modal .games-list ul li > .middle .progress-box .content span {
  white-space: nowrap;
}

.missions-section .games-list ul li > .right,
#missions-modal .games-list ul li > .right {
  color: #fff;
}

.missions-section .games-list ul li > .right .mobile-coins,
#missions-modal .games-list ul li > .right .mobile-coins {
  display: none;
}

.missions-section .games-list ul li > .right .timer-box,
#missions-modal .games-list ul li > .right .timer-box {
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.missions-section .games-list ul li > .right .timer-box .timer,
#missions-modal .games-list ul li > .right .timer-box .timer {
  vertical-align: middle;
  white-space: nowrap;
}

.missions-section .games-list ul li > .right a,
#missions-modal .games-list ul li > .right a {
  background: #472b93;
  color: #fff;
  padding: 6px;
  min-width: 100px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.featured-games {
  padding: 30px 2%;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-games img {
  height: 150px;
  width: 150px;
  border: 5px solid #fff;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}
.desktop .featured-games {
  overflow-y: hidden;
}
.featured-item.swiper-slide{height:240px;}

.featured-games .featured-item {
  width: 20%;
}
.featured-games .featured-item a {
  display: inline-block;
}


.border-col .col-md-6:nth-child(odd) {
  border-right: 1px solid #2b1b73;
}

.grid-gal {
  padding: 5px 0;
  margin: 0 -5px;
}

.grid-gal::after {
  content: "";
  display: block;
  clear: both;
}

.grid-gal .grid-sizer,
.grid-gal .grid-item {
  width: 25%;
}

.grid-gal .grid-item {
  float: left;
  padding: 5px;
}

.grid-gal .grid-item img {
  display: block;
  width: 100%;
  margin: auto;
  opacity: 0.8;
}

.grid-gal .grid-item img:hover {
  opacity: 1;
}

.max-scroll {
  max-height: 420px;
  overflow-y: auto;
}

.slick-dots li button:before {
  color: #f9196d !important;
  font-size: 2rem;
}

.img-header img {
  width: 100%;
  min-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 65px;
}

.prizes-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin: 0;
  padding-right: 0;
  overflow-y: scroll;
  position: relative;
  min-height: 400px;
  background:#fff;
}

.prizes-grid .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.prizes-grid li {
  width: calc(25% - 20px);
  position: relative;
  padding: 10px;
  margin-bottom: 80px;
}
#prize-1 .prizes-grid li {
  margin-bottom: 0px;
}
.prizes-grid li .main-img {
  position: relative;
  width: 100%;
}

.prizes-grid li .main-img img {
  width: 100%;
  min-height: 200px;
  display: block;
}

.prizes-grid li a {
  text-align: center;
  display: inline-block;
  margin: auto;
  color: #315B00;
  background: #8BC636;
  position: absolute;
  padding: 7px 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.prizes-grid li .content {
  padding: 16px 0;
}

.prizes-grid li .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

.prizes-grid li .content .meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prizes-grid li .content .meta > div span {
  font-size: .95rem;
  font-weight: 600;
  padding-left: 7px;
  text-transform: uppercase;
}

.prizes-grid li .content .meta > div span span {
  padding-left: 0;
}

.prizes-grid li .content .meta .badge {
  background: #b700b2;
  color: #fff;
  border-radius: 80px;
}

.prizes-grid li .name {
  font-size: 1.1rem;
  /* font-weight: 600; */
  color: #000;
  background: #fff;
  display:block;
  min-height: 77px;
  padding: 0 10px;
}

.prizes-sec {
  position: relative;
  top: -52px;
}

.select2-dropdown {
  z-index: 1500;
  background: #343a4087;
  border: none;
  border-radius: 0;
  color: #fff;
  min-width: 130px;
  padding: 20px 12px;
}

.select2-dropdown .select2-results__option {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff2e;
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
    background: transparent;
    color: #dd19ba;
}

.select2-dropdown .select2-results__option.select2-results__option--selected {
  color: #dd19ba;
  background-color:transparent;
}

.select2-dropdown .select2-results__option:last-child {
  border-bottom: 0;
}

.video-js {
  cursor: pointer;
  width: 100%;
  height: 350px;
}

.video-js .vjs-big-play-button {
  display: none;
}

.video-js .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loading-img {
  display: block;
  margin: 15px auto;
  height: 55px;
}

.loading-img.white {
  -webkit-filter: brightness(1000);
          filter: brightness(1000);
}

.tabs-section {
  padding: 0 15% !important;
}

.tabs-section .summary .left {
  width: 70% !important;
}

.tabs-section .summary .right {
  width: 30% !important;
}

.tabs-section .newsb-thumbnail {
  width: 90px !important;
  border-radius: 15px !important;
}

.p-content {
  width: 70%;
  margin: auto;
}

.tournament-page-content {
  padding: 15px calc(7% + 15px);
  min-height: 750px;
  margin-left:auto;
  margin-right: auto;

}
.profile-parent-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-parent-page.with-side-friends {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-parent-page.with-side-friends .p-content {
  width: calc(70% - 300px);
  max-width: calc(1400px - 300px);
  margin: 0;
}

.profile-parent-page.with-side-friends .side-friends {
  display: block !important;
  overflow-y: auto;
}

.profile-parent-page .friends-list {
  background: none;
  height: auto !important;
}

.profile-parent-page .friends-list li {
  padding: 28px 0;
  padding-left: 30px;
  margin: 0;color:#ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.profile-parent-page .friends-list li .left {
  color: #fff !important;
}

.profile-parent-page .friends-list li .left .pro-img {
  top: -4px;
}

.profile-parent-page .friends-list li .left .img {
  width: 72px;
  height: 62px;
  border-radius: 60px;
  top: -10px;
}

.profile-parent-page .friends-list li .left .img img {
  border-radius: 60px;
}

.expand-parent.expanded .expand-box {
  display: none;
}

.expand-parent.expanded .expand-box.expanded {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
  border: none !important;
}

.expand-parent.expanded .expand-box.expanded .imgs-box {
  max-height: unset !important;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.expand-parent.expanded .expand-box.expanded .imgs-box .stickers,
.expand-parent.expanded .expand-box.expanded .imgs-box .trophies {
  width: 20% !important;
  height: 128px !important;
  padding: 0;
}

.expand-parent.expanded .expand-box.expanded .imgs-box .game {
  height: 150px;
  width: 150px;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
}

.expand-parent.expanded .expand-box.expanded .imgs-box .game .img {
  position: relative;
  height: 100%;
}

.expand-parent.expanded .expand-box.expanded .imgs-box .game span {
  display: block;
}

.expand-parent.expanded .expand-box.expanded .newsbv {
  max-height: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.expand-parent.expanded .expand-box.expanded .newsbv li {
  width: 49%;
  padding-top: 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #2b1b73;
}

.expand-parent.expanded .expand-box.expanded .newsbv li:nth-child(odd) {
  margin-right: auto !important;
}

.expand-parent .card-wrapper {
  margin-bottom: 10px;
}

.expand-parent .card-wrapper .body-wrapper {
  height: auto;
  min-height: 250px;
}

.side-friends {
  margin-top: 40px;
  width: 300px;
  background: linear-gradient(-90deg, rgba(3, 7, 48, 0.72), rgba(3, 7, 48, 0.72));
  background: -webkit-gradient(linear, right top, left top, from(rgba(3, 7, 48, 0.72)), to(rgba(3, 7, 48, 0.72)));
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.x-header {
  text-align: right;
  padding: 10px 15px;
  color: #fff;
}

.x-header a {
  color: inherit;
  text-decoration: underline;
}

.x-header a i {
  font-size: 12px;
  margin-right: 5px;
}

.settings-links-list {
  display: inline-block;
  min-width: 220px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.settings-links-list select,
.settings-links-list a {
  padding: 10px;
  display: block;
  color: #472b93;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  background: none;
  margin: auto;
}

.settings-links-list hr {
  border-color: #472b93;
}

.show-mobile {
  display: none;
}

.html5-game {
  cursor: pointer;
}

.html5-game.is-locked .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(71, 43, 147, 0.7);
  background-image: url("/static/img/lock.svg");
  background-size: 35px 35px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 12;
}

/* .profile-contain-friends {
  max-height: 750px;
} */

.profile-contain-friends .friends-list.grid {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.avatar-select {
  position: relative;
}

.avatar-select > img {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
  border: 1px solid #cccccc;
  display: block;
  margin: 15px auto;
  cursor: pointer;
}

.avatar-select .avatar-drop {
  position: absolute;
  background: #fff;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(0, 0, 0, 0.36) 0px 2px 13px;
          box-shadow: rgba(0, 0, 0, 0.36) 0px 2px 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  display: none;
}

.avatar-select .avatar-drop::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #f6f8ff transparent;
  position: absolute;
  top: -11px;
  right: 0;
  left: 0;
  margin: auto;
}

.avatar-select .avatar-drop img {
  margin: 5px;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

.avatar-select.open .avatar-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: 1px solid #472b93;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input-number-decrement,
.input-number-increment {
  border: 1px solid rgba(71, 43, 147, 0.6);
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #472b93;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #472b93;
}

.notification-img {
  width: 100% !important;
  height: auto !important;
}

.no-data {
  display: block;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #343a4087;
}
/*
.search-box .select2-selection__arrow{
  display: none;
}*/

nav .notification-dropdown p {
  margin-bottom: 0;
}
@media (min-width: 576px){
#googleadd-modal .modal-dialog{
  max-width: 728px;
}
}
@media (max-width: 576px){
  .sec-2 .slid-parent .slid-item{
    width: 100%;margin:0;
  }
  }

  @media (max-width: 820px) and (min-width:768px){
    .p-head.tournament-header,.profile-parent-page {
      padding-right: 5.5%;
      padding-left: 5.5%;
    }
    .tournament-page-content.profile-parent-page {
      padding-right: calc(5.5% + 15px)!important;
      padding-left: calc(5.5% + 15px)!important;
      
    }
  }
  .notification span{text-transform: none!important;}


  /* @media only screen and (orientation: landscape) {
    .p-head.tournament-header ,.tournament-page-content{
      padding-right: 3.5%;
      padding-left: 3.5%;
  }
   
  } */
  .missionpage .profile-parent-page.with-side-friends{max-width: 1628px;}

  .newsbv {
    min-height: auto!important;
}
.imgs-box{  min-height: auto!important;  max-height: auto!important;}
.modal-backdrop{display:none;}
.modal-open .modal-backdrop{display:block;}
.joined-tournaments-box .block_tabs{background-color: transparent;}

@media (max-width:395px){
  .p-head .new-profile .det-middle .badge-pill{margin-right: -7px; margin-top: 25px;    font-size: 11px;}
}
.imgs-box > div > .game > .img{
  width: 103px;
  margin: 41px auto 11px;
  height: 104px;
  position: relative;}
.imgs-box > div > .game > .img > img{width: 100%;height: auto!important;}
.new-profile .tabs li a:hover{opacity:1!important;}

#choice-1 .btn, #choice-3 .btn {
  font-size: 15px;
  background: #343a40;
  color: #fff;
  padding: 2px;
  width: 159px;
  position: relative;
  margin: 7px auto 61px;
  border-radius: 0;
  text-align: center;
  height: 35px;
  line-height: 32px;
  padding: 0;
}
#choice-1 .title, #choice-3 .title {
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #666666c7;
  margin: 12px 5px 12px;
  font-weight: bold;
  min-height: 48px;
}
  #choice-1 .imgs-box .game{
    text-align: center;
  }  

.bottom-nav i{
    width: 18px;
    height: 18px;
    border-radius: 14px;
    background: #000;
    text-align: center;
    line-height: 26px;
    font-size: 28px;
    position: absolute;
    top: 1px;
    right: 4px;
    font-style: initial;
    color: #dd19ba;
    display: none;
}

.small_btn{      background: #2C1C6E;
  margin: 0 auto;
  text-align: center;
  width: 180px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: normal;
  border-radius: 40px;
  font-size: 0.90em;
  margin-top: 4px;
  text-transform: uppercase;
}
.h3_home{
color:#CC1759;
font-size: 1.05rem;
}
.h1_home{
color:#fff;
font-size: 1.75rem;
}
#tournament_dv .block_tabs{
  position: relative;
  min-width: 100%;
}

@media (min-width:768px){
   #desktop-featured-games{display: block;    margin-top: 48px;}
  #main-featured-games{display: none;}
  .block_tabs .nav-tabs{margin-bottom: 28px;}
  .block_tabs {background:transparent;position: relative;}
  #html5games-list{background: #f1f1f1;} 
  .desktopversion #tournaments-list .package:nth-child(3),  .desktopversion #tournaments-list .package:nth-child(6){
    margin-right: 0!important;
  }
  footer .bottom .left{text-align: left;}
}
@media (max-width:768px){
  .featured-games::-webkit-scrollbar,#tournaments-list ::-webkit-scrollbar{    visibility: hidden; -ms-overflow-style: none; display: none;}
  #tournaments-list ::-webkit-scrollbar-thumb {
     background: #a6076e;
     border: 0px; 
     border-radius: 0px; 
     height:0px;
     opacity:0;
  }
  #tournaments-list ::-webkit-scrollbar-track{ visibility: hidden;background: #a6076e;}
}

@media (max-width:767px){
  .sec-3-1 { margin-top: 49px!important;    font-size: 15px;}
  #main-featured-games,.featured-games-parent{display: block;}
  .mySwiper .swiper-scrollbar{opacity: 0;}
  .featured-games-parent {overflow: hidden;}
  #tournaments-list{max-height:inherit!important;}
   #desktop-featured-games{display:none ;} 
  footer .left{ position: absolute;bottom: 0px; left: 0;}
  footer .right{ position: absolute;top: -24px;left: 0;}
  .tournament_game_content #leaderboards{display:none;}
  footer .bottom .row{position: relative;}
  .sec-3-1 .col-8 {       padding: 37px 1% 23px!important;}
}
.secondTab{display:none;}
.firstTab .drp_select{
  height: 38px;
  border-left: 1px solid #fff;
  max-width: 255px;
  text-align: CENTER;}

  .firstTab .drp_select select {
    background: #8BC636;
    margin-left: 35px;
    width: 100%;
    max-width: 259px;
    border: 1px solid #8BC636;
    color: #315B00;
    height: 40px;
    padding-left: 7px;
}
  #tournaments .firstTab .drp_select select{
    height: 45px;
    appearance: none;
    padding: 6px 12px;
  }

  #leaderboards .newsbv-item{
    width: 29%;
    margin-right: 3%;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 5px 4px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 2px 5px 4px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.50);
    margin-left: 7px;
    margin-top: 8px;
    position:relative;
    vertical-align: top;
    vertical-align: top;
    margin-bottom: 69px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  
  #tournaments-list .newsbv-item{
    width: calc(100% - 14px);
    background: #fff;
    box-shadow: 0px 2px 5px 4px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 2px 5px 4px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.50);
    margin-left: 7px; margin-right: 7px;
    margin-top: 8px;
    position:relative;
    margin-bottom: 69px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    display: block;
    padding-bottom: 1px;
    letter-spacing: normal;
    word-spacing: normal;
  }
  #tournaments-list .package{
    width: 333px;
    margin-right: 36px;
    display: inline-block;
    position:relative;
    vertical-align: top;    max-height: 1114px;
  }
  #tournaments-list .newsbv-item .newsb-thumbnail, #leaderboards .newsbv-item .newsb-thumbnail{width: 100%;height:188px;padding-top: 0;}
  #tournaments-list  .newsbv-item .newsb-text,#leaderboards  .newsbv-item .newsb-text{width:100%;border-top:0!important;padding:0;}
  #tournaments-list .newsbv-item .newsb-title, #tournaments-list .newsbv-item .newsb-date, #leaderboards .newsbv-item .newsb-title, #leaderboards .newsbv-item .newsb-date{
    background: #fff;
    margin-bottom: 0;
    padding: 5px 14px 0;
    color:#100544;
}
#tournaments-list .newsbv-item .newsb-date,#leaderboards .newsbv-item .newsb-date{
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.newsbv-item  .label{
  color: white !important;
  padding: 0px 18px;    text-transform: uppercase;
  background: #39932D;
  border-radius: 58px;
  font-size: 0.9rem;
  position: absolute;
  top: -7px;
  left: 10px;
}
.newsbv-item.upcoming  .label{
  background: #CD1759;
}
.newsbv-item.previous  .label{
  background: #6D736C;
}
.newsbv-item.ongoing  .fa-eye{
    background: #39932D;
    position: absolute;
    top: -8px;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 50px;
    left: 115px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    display:none;
}
.newsbv-item.ongoing  .fa-eye{display:block;cursor: pointer;}
.middle-text{
  height: 65px;
  position: relative;background:#8BC636;
  padding: 14px;}
 
  .middle-text .image1,.middle-text .image2{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;line-height: 36px;
    color: #000;height: 36px;
   
  }
  .middle-text .image1{
    width: 48%;
  }
  .middle-text .image2{
    width:50%;
  }
  .middle-text i{
    font-size: 28px;    color: #315B00;
    top: 4px;position: relative;
    width: 15%;}

  .middle-text .image2 i{
    font-size: 21px;
    width: 20%;}

  .sponsored_by {
    position: relative;
    height: 106px;    margin-bottom: 43px;display:none;
    background: #fff;
    padding: 15px;}
  
  .sponsored_by span{
    color: #2d0f4d8c;
    font-weight: bold;
    }
    .ongoing .sponsored_by{display:block;}
 .sponsored_by img{max-width:100%;max-height:100%;}
  .watch_live{
    height: 41px;
    width: 165px;
    display: block;
    text-align: center;
    background: #231F20;
    border-radius: 50px;
    position: absolute;
    color: #fff;
    bottom: -17px;
    left: calc(50% - 82px);
    line-height: 40px;
    display: none;
    cursor: pointer;
  }
 #tournaments-list .register,#leaderboards .register{
  position: absolute;
  width: 165px;
  height: 41px;
  bottom: -17px;
  color: #fff;
  display: none;
  background: #231F20;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  left: calc(50% - 85px);}
  #tournaments-list .upcoming .register,#leaderboards .upcoming .register{
      display: block;
  }
  .ongoing .watch_live{display: block;}
  .ongoing .desc,.ongoing .post-meta,#tournaments-list .newsb-category-box,.upcoming .text,.upcoming .desc,.upcoming .post-meta,.upcoming .fa-eye
  {display: none!important;}
  .middle_text span{
    top: -4px;
    position: relative;}
 
  .pool_prize,.winners{ 
    padding-left: 54px;
    padding-right: 10px;
    background: #fff;
    /*display: none;*/
    padding-top: 15px;
    padding-bottom: 16px;
    position: relative;
    color: #000;    margin-bottom: 44px;
}
.fa-eye{display: none;}

  .pool_prize i{
    font-size: 21px;
    position: absolute;color: #CD1759;
    top: 18px;
    left: 10px;} 
    .winners i{
      font-size: 26px;
      position: absolute;color: #CD1759;
      top: 18px;
      left: 10px;} 
    .pool_prize{ 
      padding-left: 43px;
      line-height: 18px;padding-bottom:4px;height: 108px;
      font-size: 14px;}
  .pool_prize span,.winners span{
    display:block;
    margin-bottom:10px;
    color: #000;
  }  
  .newsbv-item.previous .winners span,.upcoming .pool_prize,.ongoing .fa-eye,.previous .winners{display: block;}
  #tournaments-list .post-meta, #tournaments-list .desc,#leaderboards .post-meta,#leaderboards .desc{display:none;}
  #leaderboards .newsbv-item{display: block;width:100%;margin-right: 0;padding-bottom: 1px;margin-top: 0;margin-bottom: 98px;}
  .tournament_game_content{
    margin-left: 0px;
    margin-right: 16px;width:100%;
  }
  .sec-3-1{
    max-width: 1400px !important;
    margin: auto;
    margin-bottom: 0px;margin-top: 13px;
    color: #fff;
  }
  .sec-3-1 .row { margin: 0 16px;  background-image: url("../img/bgwinner.png");    background-size: contain;
    box-shadow: 0px 2px 5px 4px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 2px 5px 4px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.50);}
  .sec-3-1 h2{ padding-bottom: 37px;font-size: 1.1rem;}
  .sec-3-1 .col-4{ 
    padding: 37px 2% 58px;
    min-height: 392px;
  }
  .sec-3-1 .drp_select{
    height: 46px;
    width: 100%;
    margin-bottom: 23px;    border: 1px solid #fff;
    position: relative; font-size: 1.1rem;
  }

  .sec-3-1 .drp_select select {
      width: 95%;
      border: 1px solid #392575;
      color: #fff;background: #392575;
      height: 46px;
      padding-left: 10px;font-size: 1.1rem;
  }
  .sec-3-1 .date{
    position: relative;
    margin-top: 82px;}

  .sec-3-1 .col-8{
    padding: 37px 2% 23px;
    height: 392px;
  }  
  .sec-3-1 .scroll_wrapper{
    position: relative;
    height: 250px;}
    
  #tournaments-list .bar{display:none;}
  .sec-3-1  .win{position: relative;font-size: 1.1rem;} 
  .sec-3-1  .win .name4{    
    display: inline-block;
    position: relative;
    height: 46px;
    margin-bottom: 22px;
    width: 71%;
    margin-left: 21px;
    text-transform: uppercase;} 
     .trapezoid {
    border-bottom: 52px solid #fff;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 171px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    margin-top: -3px;
    margin-bottom: 35px;
}
.trapezoid .winners-title{      -webkit-transform: scaleY(-1);
    transform: scaleY(-1);color: #dd19ba;
    position: absolute;
    top: -26px;
    left: 12px;}
  .sec-3-1  .win .position4{    
    width: 36px;
    display:inline-block;
    position: relative;
    
    height: 47px;
    margin-bottom: 22px;
    font-size:14px;
    line-height: 30px;}     
  .sec-3-1  .win .position{    
    width: 36px;display:inline-block;
    position: relative;
    border-bottom: 1px solid #cc175952;
    height: 47px;
    margin-bottom: 22px;
    font-size:14px;
    line-height: 30px;
  }
  .sec-3-1  .win .name{    
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #ffffff5e;
    height: 46px;
    margin-bottom: 22px;
    width: 71%;
    margin-left: 21px;
    text-transform: uppercase;
  }  
  .sec-3-1 .package{
    width: 317px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin-right: 18px;
  }
  .sec-3-1 .container {
    position: relative;padding:0;height:256px;    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;min-width: 320px;
    }
@media (max-width:1243px){
  #leaderboards .newsbv-item .newsb-title{height:70px;}
}

@media (max-width:980px){
  #leaderboards .newsbv-item .newsb-title{height:70px;}
  #tournaments-list .newsbv-item .newsb-title a {font-size: 18px;height: 21px;}
.firstTab .drp_select{margin-right:0!important;}
}

.firstTab .back,.firstTab .next{
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 10Px;
  text-decoration: underline;
  font-size: 13px;
}
.firstTab .back{
  right: 56px;
}
.firstTab .back.off,.firstTab .next.off{
  pointer-events: none;
}

@media (max-width:768px){
  .firstTab li{display: none; margin-bottom: 19px;}
  .firstTab li:last-child {
    display: block;
    
}
footer .bottom {
  margin-top: 55px;
}
.footer-top .brand{    max-width: 320px;margin:0 auto;}
.firstTab .back,.firstTab .next{
  display: none!important;
}
  #tournaments-list .bar{display:block;}
  .firstTab .drp_select{ 
    width: 100%;
    border-left:0;
    padding-top: 8px;
    display: block;}
    .firstTab .newsbv-item {
      margin-bottom: 19px;
  }
  .firstTab .package{
    margin-right: 20px;
}
  .firstTab li:nth-child(1) {margin-left: calc(50% - 195px);}
  .block_tabs {
    background: transparent;
    min-width:100%;
}

 .sec-3-1 .row {
   padding: 0 16px;
   margin:0;
 }
 .sec-3-1 .col-4 {
  width: 100%;
  flex: inherit;
  max-width: inherit;
  min-height: inherit;    
  padding-bottom: 10px;
}
.sec-3-1 .date{
  position: absolute;    font-size: 0.9rem;
  top: -74px;
  right: 0px;}

  .sec-3-1 .col-8 {
    max-width: 100%;
    padding-top: 0;
    font-size:1.5em;flex: inherit;
}
.sec-3-1 .drp_select select {background: #392575;}
#tournament_dv{max-height:inherit!important;}
.block_tabs{overflow: hidden;}
#tournaments-list .package{margin-right:8px;width:100%;position: relative;overflow-x: auto;overflow-y: hidden;}
.wcontainer{max-height: 1097px;}
.mobileversion .wcontainer{ max-height: 1748px;}
.mobileversion #tournaments-list .newsbv-item{
  width: 307px;
  display: inline-block;
  vertical-align: top;}
  .mobileversion .package .list{
   height: 547px!important;letter-spacing: -0.3em;
    word-spacing: -0.3em;
  }
  .mobileversion .package:nth-child(3) .list{
    height: 524px!important;
  }
}
@media (max-width:502px){
  .firstTab li:nth-child(1),.firstTab .newsbv-item:nth-child(1) {
    margin-left: 0!important;
  }
  #tournament_dv .block_tabs{
     position:relative;
  }
}

 .wcontainer{
  position: relative;
  width: 100%;
 }
 #tournaments-list .newsbv-item .newsb-title a{
    overflow: hidden;
    white-space: nowrap;text-overflow: ellipsis; 
    width: 90%;
    display: block;
    text-transform: uppercase;
  }

  #leaderboards .newsbv-item .newsb-text{
   height:auto!important;
  }   
  .prizes-sec .title-wrapper.with-tabs {
    margin:auto;
  }

  @media (max-width:477px){
    .firstTab li:nth-child(4){margin-left: 54px;}
  }
  .desktopversion{    
    overflow-x: auto;
    overflow-y: hidden;}

 #tournaments-list .no-data{text-align: left;    margin-bottom: 36px;}   
 #tournaments-list  .winners div,#leaderboards .winners div{
  line-height: 3px;
  font-size: 14px;}
 #tournaments-list .winners{height:108px;}
.pool_prize span{margin-bottom:5px;}
.pool_prize p{margin-bottom:7px;}
  #live-modal .modal-dialog{
    max-width:729px;
  }
  #live-modal .modal-body{
    height: 350px;
    position: relative;
    max-width: 726px;
    width:100%;
    background-image: url(/static/img/loading1.gif);
    background-repeat: no-repeat;
    background-position: center;
  }
  #live-modal .modal-body iframe{border:0;}
  @media (max-width:768px){
    .desktopversion{display: none!important;}
    .mobileversion{display: block!important;}
    .newsbv-item .newsb-thumbnail a { text-align: center;}
    .sec-3-1{ margin-top: 50px;}
    .mobileversion #tournaments-list .list.hide{
      height:0px!important;width: 0!important;
    }
    .sec-3-1 .win {
      font-size: 15px;
  }
    .sec-3-1 .win .name {
      height: 46px;
   }
  }

  @media (max-width:1067px){
    .middle-text .image1, .middle-text .image2 {
      font-size: 0.9em;
  }
  }

  @media (max-width:1270px){
    .sec-2 .small_btn {
      width: 118px;
      height: 24px;
      line-height: 23px;
      font-size: 0.6em;
  }
  .sec-2 .slid-parent .text-content p {
    min-height: 27px;
  }
  }

  nav .bottom-nav ul li a:hover i{
    color: #fff!important;
}
@media (min-width:768px) and (max-width:1046px){
  .nav.firstTab li:nth-child(6){     top: 41px;
    position: absolute;
    right: calc(50% - 54px);
    text-align: center;
     }
     .nav.firstTab{height:104px}
}
/* @media (min-width:768px) and (max-width:980px){
     .firstTab .drp_select{padding-left: 3%;}
     .sec-2 .slid-parent .text-content p {
      font-size: 1.3vw;
      }
     .sec-2 .slid-parent .text-content {
      padding: 20px 3%;    height: 63%;
      }
} */
@media (min-width:1280px){
  .desktopversion{overflow-x:hidden;}
  .desktopversion .block_tabs{width:auto!important;}
  .desktopversion  #tournaments-list .package{width:30%!important;margin-right:5%;}
}

.drp_select .select2-container--default .select2-selection--single{background-color: transparent;border:0;color:#fff;}
.drp_select .select2-container{height:45px;width: 100%!important;}
.select2-dropdown{background: #343a4087;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff;line-height: 45px; padding-left: 15px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 11px;right:24px;}
#live-modal .close-box a{color:#fff;    cursor: pointer;}
#live-modal .modal-content,
#live-modal .close-box{background-color: #1C1E4E;}
#live-modal .modal-header{display:none;}
.watch_live:hover{color:#ccc!important;}


 @media (min-width:768px) {
  footer .bottom .middle li {
    padding-right: 4px;
    padding-left: 4px;
    line-height: 0.8rem;
    margin-bottom: 0!important;
}
footer .bottom .middle {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}
footer .col-md-6{padding:0!important;}
footer .bottom .right .social a {
  margin: 0 7px;
}
}

@media (min-width:900px) {
    footer .bottom .middle li {
      line-height: 0.8rem;
      font-size: 0.9rem;
      padding-right: 10px;
      padding-left: 10px;
  }
  footer .bottom .middle {
    font-size: 0.9rem;
  }
 
}
#leaderboards .newsbv-item .newsb-thumbnail a img{width:100%;}
.newchange nav{
  display:none;
}
@media (max-width:991px) {
  .tournament_game_content #leaderboards{display: none;}
  .tournament_game_content #games{padding-right:0;}
}

@media (max-width:988px) {
  footer .bottom .middle li,footer .bottom .left p {
    font-size: 0.8rem;
}
}


@media (max-width:1005px) and (min-width:768px){
  .sec-3-1 .date {
font-size: 12px;
}
}
/* .top-nav .selection{pointer-events: none;} */

.drp_select i{       
  position: absolute;
  top: 17px;
  z-index: 1;
  right: 7%;
  font-size: 14px;}

  .selectize-input:after{display: none!important;}
  #demoB{      
  position: absolute;
  top: 27px;
  right: 15px;
  line-height: 22px;}
  .invisible .option{display: none!important;}

  body > ins{display: none!important;}

  @media (min-width:768px) and (max-width:1243px){
    .block_tabs#html5,.tournaments-games-grid{ height: 1114px!important;}
  }

  @media (max-width:768px){
    #demoB{display:none!important;}
    
  }
  /* @media (max-width:752px) and (min-width:600px){
    .sec-2 .slid-parent .text-content {
      height: 87%!important;
    }
  } */

  #demoB .last,#demoB .first{
    text-transform: capitalize;
    text-decoration: underline;
  }

  #demoB a:only-child {
    display: none;
}
html{ background: radial-gradient(at top, #000, #000000e6, #000);}

@media (min-width:600px){
  .sec-2 .slid-parent .slid-item{min-width: 305px!important;width: auto !important; }
  .sec-2 .slick-list{overflow-y: hidden;overflow-x: scroll;} 
  .slick-initialized .slick-slide{margin-bottom: 15px;min-width:305px!important;}
  .slick-list::-webkit-scrollbar-track{background:transparent;}
  .sec-2 .slick-track{  min-width: 1134px;}
}
@media (min-width:1151px){
  .sec-2 .slick-list{overflow: hidden;}
}
@media (min-width:600px) and (max-width:1149px){
  .slick-initialized .slick-slide{width:auto!important;}
  .sec-2 .slid-parent .text-content p{ font-size: 16px!important;}
  .sec-2 .small_btn {width: 157px;height: 35px;line-height: 34px;font-size: 12px;}
}

.prize-box .shape{
  background: #dd19ba;
  color: #fff;
  text-align: center;
  padding: 0px 19px;
  display: inline-block;
  height: 29px;
  font-size: 13px;
  line-height: 29px;
  position: absolute;
  top: -13px;
  left: 43px;
  border-radius: 51px;}
    .prize-box p{margin-bottom:0px;}


@media (max-width:768px){
  .drp_select i {
    right: 6%;
  }
}


.prizes-grid{
background:#fff;
}
.adjust_style footer {
  padding-right:15%;
  padding-left: 15%;
  }

  @media (max-width: 1400px) {
  .adjust_style footer {
    padding-right: 9%;
    padding-left: 9%;
    }
  }

  @media (max-width: 1050px){
    .adjust_style footer {
      padding-right: 2.5%;
      padding-left: 2.5%;
}
}


@media (min-width:821px){
  .adjust_style1 footer .footer-top,.adjust_style1 footer .bottom{
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width:768px) and (max-width:770px){
  .adjust_style1 footer .footer-top,.adjust_style1 footer .bottom{
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width:1150px) and (min-width:768px){
  .adjust_style3 footer {
    padding-left: 3%;padding-right: 3%;}
}
.social a:nth-child(4){ margin-right: 0!important;}

#leaderboards .newsbv-item .newsb-title a{    
  overflow: hidden;
  white-space: nowrap;    
  display: block;
  text-overflow: ellipsis;}


  @media (min-width:771px) and (max-width:773px){
    .featured-games-parent .featured-games{
      overflow-x: hidden;
    }
  }
  #prize-1 .prizes-grid li,#prize-2 .prizes-grid li{padding:0;margin:10px;    background: #2c1870;    }
  #prize-1 .main-img,#prize-2 .main-img{background: #fff;}
  #prize-1 .content,#prize-2 .content{background: #2c1870;padding: 7px 0;}
  #prize-1 .prizes-grid li .name,  #prize-2.prizes-grid li .name{min-height: auto;}
  #about-modal .modal-dialog {
    max-width: 728px;
    margin:0 auto;
}
#faq-modal .content{ height: 673px;overflow-x: hidden;overflow-y: auto;}
.close-box{cursor: pointer;}
#about-modal  .page-box.infopage,#faq-modal  .page-box.infopage,#terms-modal .page-box.infopage{padding: 0px!important;width:100%;max-height: calc(100vh - 280px);height:auto;min-height:auto!important;}
#about-modal .modal-content,#faq-modal .modal-content,#terms-modal .modal-content,#disclaimer-modal .modal-content,#unsub-modal .modal-content, #privacy-modal .modal-content{max-width: 834px;margin:0 auto;}
#about-modal .page-box .page-title,#faq-modal .page-box .page-title,#terms-modal .page-box .page-title{padding-left:0px;font-size: 25px;text-align: center;}
#about-modal .page-box .text-container .content,#faq-modal .page-box .text-container .content,
#privacy-modal .page-box .text-container .content,#disclaimer-modal .page-box .text-container .content,#unsub-modal .page-box .text-container .content, #terms-modal .page-box .text-container .content
{ width: 100%;padding-bottom: 9px; margin: 0 auto;padding-top: 8px;}
.settings-links-list li a{ color: #472b93!important;cursor: pointer;}
.page-box .text-container p { color: #000;font-size: 1.3rem;}
#about-modal .content, #faq-modal .content,#terms-modal  .content,#disclaimer-modal .content,#unsub-modal .content, #privacy-modal .content{
  margin: 2% 6% 2% 6%;
  max-height: inherit;/*480px;*/
  overflow-y: auto;
  overflow-x: hidden;
  width:100%;
  padding: 0 35px 0 10px!important;
}
#privacy-modal .page-box,#disclaimer-modal .page-box,#unsub-modal .page-box, #terms-modal .page-box{padding:0!important;}
#about-modal p, #faq-modal p,#terms-modal p,#disclaimer-modal p,#unsub-modal p,#privacy-modal p{  font-size: 1.1rem;}
@media (max-width:310px){
  .my-coins-box, .my-coins-box-mobile {font-size: 0.8rem;}
}
.friends-container #friends-search-input{
  font-size: 15px;
} 


.profile-contain .friends-list.grid li{width:25%; padding: 40px 6px;}
.profile-contain .friends-list.grid li .left .pro-img {width: 76px;}
.profile-contain .friends-list.grid li .left .img {    width: 54px;
  height: 55px;}
.profile-contain .friends-list.grid li .right2 .location img {width:33px!important;height:33px!important;}
.profile-contain .friends-list.grid li .right2 .name {font-size: 1.0rem;}
.profile-contain .friends-list.grid li .remove-btn {top:40px;}
#faq-modal h3,#about h3,#privacy h3,#disclaimer h3,#terms h3{ font-size: 1.1rem;}
#friends-list li .btns a:nth-child(1){display:none!important;}
@media (min-width:768px) and (max-width:954px)
{
  .profile-contain .friends-list.grid li {
    width: 48%;
  }
}
@media (min-width:955px)  
{
  .profile-contain .friends-list.grid li {
    width: 33%;
  }
}
@media (min-width:768px){
  .profile-contain .friends-list.grid {
    padding-left: 26px;
    padding-right:26px;
  }
}
.pagination-top{
  position: relative;
}
.friends-container #demoB{   
  position: relative;display: block!important;
  top: 0;
  right: auto;
  text-decoration: none;
  }
  

#demoB a.current {
    color: #fff!important;
    font-weight: bold;
    font-size: 1rem;
    line-height: 0.9rem;
}
#demoB a {text-decoration: none!important;    color: #000!important;}
.friends-container #demoB a{    
  height: 22px!important;
  line-height: 22px!important;}
#friends-list .btn2{font-size: 11px;}
.redeem-packages .pack a{
  display: block;
  background: #2c1870;
  height: 100%;
}

@media (max-width:1400px){
 .adjust_style footer .footer-top ,.adjust_style footer .bottom {
    width: 99%;
  }
}
@media (min-width:770px) and (max-width:991px){
  .prizes-grid li{width: calc(33.25% - 20px);    margin-bottom: 25px;}
}

@media (max-width:767px){
  .tournament-page-content .table-1 td:nth-child(1){
    width: 50%;
  }
  .tournament-page-content .table-1 td:nth-child(2){
   text-align: right;
  }

  .tournament-page-content .table-1 td {
    padding: 5px 10px;
  }

}

  #upcoming-tournaments-list,.played-tournaments,.joined-tournaments{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (min-width:400px) and (max-width:769px){
  .prizes-grid li{ width: calc(50% - 20px)!important; }
}


#upcoming-tournaments-list  li:nth-child(odd),.played-tournaments  li:nth-child(odd){
  margin-right: auto !important;
}
@media (min-width:601px) and (max-width:767px){
  .newsbv-item.type-2 {
    width:49%;
}
}
@media (min-width:640px) and (max-width:769px){
  .profile-contain .friends-list.grid li{width:49%!important;}
  .profile-contain .friends-list.grid li .remove-btn {top: 35px;}
}
.drp_game input::placeholder,.drp_tournament input::placeholder{color:#fff;}
.selectize-input .item{   
   height: 31px;
   overflow: hidden;}

   .selectize-input {
    max-height: 45px;
}



@media (max-width:767px){
#choice-3 .body-wrapper{
 max-height:417px!important;
 height:auto;
}
.sec-3 {
  overflow: inherit;
}
}
@media (max-width:1154px) and (min-width:1051px){
  .profile-parent-page #choice-3 .box-title,.profile-parent-page #choice-1 .box-title{font-size: 13px;}
  .profile-parent-page #choice-3 .title-wrapper .link,.profile-parent-page #choice-1 .title-wrapper .link {top: 2px;font-size: 0.7rem;}
  .profile-parent-page #choice-3 .newsbv-item .newsb-title a,.profile-parent-page #choice-1 .newsbv-item .newsb-title a {
    font-size: 0.8rem;
    padding-right: 20px;
    display: block;
}
.profile-parent-page #choice-3 .newsbv .post-meta span,.profile-parent-page #choice-1 .newsbv .post-meta span {
  font-size: 0.7rem;
}
.profile-parent-page #choice-3 .btn2,.profile-parent-page #choice-1 .btn2{font-size: 10px; min-width: 46px;padding: 4px;}
}

#prize-grid-1 .prize-box .name > p:nth-child(1){        
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  line-height: 20px;
  }


@media (max-width: 650px){
  .tournaments-games-grid li {
    width: 33.33%!important; 
  }
}
@media (max-width: 512px){
  .tournaments-games-grid li {
    width: 50%!important;  
  }
}
@media (max-width: 312px){
  .tournaments-games-grid li {
    width: 100%!important;  
  }
}
.prize-box i
{   
  position: absolute;
  top: -12px;
  left: 7px;
  background: #dd19ba;
  border-radius: 50px;
  height: 28px;
  color: #fff;
  font-size: 12px;
  width: 28px;
  text-align: center;
  line-height: 25px;}

  .prize-box .name p:nth-child(2){
    width: 100%;
    top: 3px;
    position: relative;
    border-top: 1px solid #cccccc42;
    margin-top:10px;
  }

  #redeem-coins .redeem-packages {
    padding: 15px 1%;
}
.redeem-coins .redeem-packages .pack, #redeem-coins .redeem-packages .pack {
  padding: 35px 15px 0 15px;
}
 #redeem-coins .redeem-packages .pack .content {
  padding: 15px 13px;
  text-align: left;
}
.stickers-box .body-wrapper,.trophies-box .body-wrapper{padding-bottom: 0;}
 

@media (max-width:1133px){
  #redeem-coins .redeem-packages .pack .content span.t {
    height: 53px;
    overflow: hidden;text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
  }
}

@media (max-width:767px) and (orientation:portrait){
  .profile-contain > .left .imgs-box a {
    width: 33.33%!important;
    height: auto!important;
  }
}

@media (max-width:767px) and (orientation:landscape){
  .profile-contain > .left .imgs-box a {
    width: 25%;
    padding-top: 23%;
  }
}
@media only screen and (min-width:768px){
  .last-played-games-box .card-wrapper .body-wrapper{
    padding-bottom: 0!important;
  }
}
@media  (max-width:654px){
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    height: auto!important;
    width: 25%!important;
}
}
@media  (min-width:655px){
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    height: auto!important;
    width: 20%!important;
}
}
@media  (min-width:865px){
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    height: auto!important;
    width: 16.66%!important;
}
}

@media  (min-width:1051px){
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    height: auto!important;
    width: 25%!important;
}
}
@media  (min-width:1208px){
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    height: auto!important;
    width: 20%!important;
}
}
@media  (min-width:1592px){
  .expand-parent.expanded .expand-box.expanded .imgs-box .game {
    height: auto!important;
    width: 16.66%!important;
}
}


@media (max-width:1467px) and (min-width:1051px){
  .joined-tournaments-box .body-wrapper,.last-played-games-box .body-wrapper{
    height:328px!important;
  }
}

.sec-3-1 .package:only-child {
  margin-right: 0!important;
  width:100%!important;
  max-width:317px;
}

@media (min-width: 320px){
  .sec-2 .slid-parent .slid-item{
      padding-top: 0;
  }
  .sec-2 .slid-parent .slid-item > a{
    position: relative;    display: block;top:0;min-width:305px;min-height: 305px;
  }
  .sec-2 .slid-parent .slid-item > a > img{
    position: relative;
  }
  }


  @media (min-width: 600px){
    .sec-2 .slid-parent .slid-item{
       min-width:330px;
    }
  }

  @media (max-width:320px){
    .sec-2 .slid-parent .slid-item > a{
      position: relative;    display: block;top:0;min-width:inherit;min-height: inherit;
    }
  }
.selectize-dropdown .active{
background-color: #DB0253 !important;
color: white !important;
}
.home-winners{
  flex: 0 0 25%;
  max-width: 25%;
}
.home-winners-results{
  flex: 0 0 75%;
  max-width: 75%;
}
.home-winners-results-title{
  text-transform: uppercase;
}
.winners-title{
  font-size: 25px !important;
}
.winners-date{
  font-size: 15px;
}

/*  */
.newsb-date{
  font-weight: 600 !important;
}

a:hover, #contact-form button:hover, #support-form button:hover, .login-form button:hover, .frmregister button:hover, .notification-btn:hover,
#edit-profile-form button:hover {
   /* IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;

   /* IE 5-7 */
   filter: alpha(opacity=70) !important;
 
   /* Netscape */
   -moz-opacity: 0.7 !important;
 
   /* Safari 1.x */
   -khtml-opacity: 0.7 !important;
 
   /* Good browsers */
   opacity: 0.7 !important;
}

.page_loder{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c112f), to(rgba(12, 17, 47, 0.392595)));
  background: linear-gradient(180deg, #0c112f 0%, rgba(12, 17, 47, 0.392595) 100%);
}
.pg_loader {
  border: 10px solid transparent;
  border-radius: 50%;
  border-top: 10px solid #FFF;
  width: 55px;
  height: 55px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top:50vh;
  left:50vw;
}
.upcoming .up_on_pre_year, .ongoing .up_on_pre_year
{
  display: none;
}
#banner5{
  display: none;
}
#banner3{
  height: 319px;
  /* background-color: red; */
}
.edit-profile .title-wrapper.type-2 h3.box-title{
    cursor: auto!important;
}
.home-winners-results .container{
  overflow-x: auto;
}
#waitmodalcontent button{
    width: 175px;
    background-color: #0057B7;
    color: #fff;
    line-height: 39px;
    font-size: 16px;
    margin: 0px auto;
    border-radius: 75px;
    text-align: center;
    margin-top: 40px;
}
#waitmodalcontent .msg-bd img {
  max-width: 100px;
  margin-bottom: 40px;
}
#waitmodalcontent.modal-body {
  padding: 3rem;
}
#wait-modal .modal-content{
  border-radius: 0.6rem;
}
@media (min-width: 576px){
  #game-fullscreen-modal{
    overflow-y: hidden!important;
  }
  #game-fullscreen-modal .modal-dialog {    
      margin: 0px auto;
  }
  #game-fullscreen-modal .modal-dialog .modal-content {    
    height: auto!important;
  }
  #game-fullscreen-modal .modal-dialog .modal-content iframe{    
    height: calc(100vh - 45px)!important;
  }
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn_join_now.btn3
{
  font-size: 2rem;
  height: 86px;
}
.frmregister .input1
{
  font-size: 2rem;
  font-weight: 600;
}
.frmregister .input1
{
  -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
}
.frmregister select.input1
{
  background-image: url("/static/img/assets/drop-down-arrow.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    padding-right: 7px;
}
@media (max-width: 1102px)
{
  .frmregister select.input1
  {
    background-image: url("/static/img/assets/drop-down-arrow-mobi.png");
    background-size: 15px!important;
  }
}
.text2
{
  display: none;
}
body:not(.desktop) #tournament_dv .mobileversion, body:not(.desktop) #tournament_dv.tobeMob .mobileversion, body:not(.desktop) #tournament_dv.tobeMob .mobileversion
{
  display: block!important;
}
body:not(.desktop) #tournament_dv .desktopversion, body:not(.desktop) #tournament_dv.tobeMob .desktopversion, body:not(.desktop) #tournament_dv.tobeMob .desktopversion
{
  display: none!important;
}

body:not(.desktop).land .tournaments-list1#tournaments-list .package{
  width: 100%!important;
  overflow-x: auto!important;
}
body.land #tournament_dv.tobeMob .tournaments-list1#tournaments-list .newsbv-item
{
  width: 316px!important;
  display: inline-block;
  vertical-align: top;
}
/* body.land .mobileversion .wcontainer, body:not(.desktop).land .mobileversion .wcontainer {
  overflow-x: auto!important;
} */

#tournaments-list .newsbv-item .newsb-date
{
  text-overflow: ellipsis;
    overflow: hidden;
}

.user_profile_pic {
  position: absolute;
  top: 9px;
  right: 20px;
  display: none;
}
.user_profile_pic.top_profile_pic{
  transition: top 0.3s ease;
}
.user_profile_pic.top_profile_pic.opened{
  top: 69px;
  transition: top 0.3s ease;
}
.user_profile_pic img {
  width: 74px!important;
  border-radius: 50px;
  height: auto!important;
  border: 6px solid #FFF;
}
.remove-btn.rem1{
  display: none;
}
.remove-btn.rem2{
  display: block;
  color:#FFF!important;
}
#friends-list .btn2.rem2 {
  right: auto;
  left: 255px;
  top: 65px;
}
.profile_bande
{
  width:100%;
  height:111px;
  background-color: #111820;
  display: block;
  cursor: pointer;
  margin-top: 35px;
  position: relative;
}
.profile_bande .user_profile_pic{
  display: block!important;
  top: 13px;
  left: 20px;
}
.username_prof
{   
   padding-left: 107px;
  padding-top: 21px;
}
#sidebar-close {
  text-align: center!important;
  width: 26px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  font-size: 17px;
}
#sidebar .close{
  opacity: 1;
  text-shadow: none;
}
i.fa.fa-times#sidebar-close {
  color: black;
  background-color: #dd19ba;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 4px;
  border-radius: 20px;
  top: 31px;
  position: absolute;
  right: 19px;
  z-index: 999999999999999999999999999;
}
.sidebar .content{
  z-index: 1;
}
.sidebar .sidebar-brand img
{
  width:79%;
  margin: 20px 0px;
}
#sidebar .close:hover{
  opacity: 0.5;
}
.profile_bande .user_profile_pic {
  top: 14px!important;
  right: auto!important;
  left: 18px!important;
}
#friends-list .btn2 {
  padding: 4px 10px;
  height: 24px;
}
#friends-list .btn2.rem2 {
  top: 67px;
}

/*home page new design*/
@media (min-width:771px){
  #friends-list .btn2.rem2 {
    top: 84px;
    left: 204px;
}
}
@media (max-width:767px){
  .user_profile_pic {
    display: block;
  }
  .nav-my-profile
  {
    display: none!important;
  }
  nav .top-nav .right.loguser {
    position: relative;
    right: calc(100vw - 242px);
  }
  .raw-btn.search-btn.loguser {
    position: absolute!important;
    left: calc(100vw - 150px);
    top: 0px;
  }
  nav .top-nav .search-box#searchb {
    width: calc(100vw - 28px)!important;
    left: 0px!important;/*0*/
    max-width: calc(100vw - 28px)!important;
}
  nav .show-notification .notification-drop {
    right: auto;
    left: -44px;
   /*!!!!!!!!!!!!!!!*/
    max-width: calc(100vw - 88px);
    width: calc(100vw - 88px);
}
nav .notification-drop::after{
  right:auto;
  left: 56px;
}

nav .midlle {
  padding-top: 0px;
  background-color: transparent;
}
nav .midlle a.logonew
{
  margin-top: 13px;
    margin-bottom: 10px;
}
nav .midlle a.logonew.opened
{
  margin-top:0px;
}
nav .midlle a.logonew img {
  top: 8px;
  position: relative;
}
} 
    /*end home page new design*/



/* @media (max-width:639px){
  .remove-btn.rem2{
    display: block;
  }
  .remove-btn.rem1{
    display: none;
  }
} */

@media (width:600px)  
{
  nav .top-nav .right.loguser {
    right: calc(100vw - 254px);
  }

}



@media (width:320px)
{

  .user_profile_pic{
    right:15px;
  }
  nav .top-nav .search-box#searchb {
    left: -59px!important;
}
  .profile-contain .friends-list.grid li {
    padding-left: 0px;
    margin-left: -2px;
  }
  .profile-contain .friends-list.grid li .right2
  {
    margin-left: -15px;
  }
  .profile-contain .friends-list.grid li .star-btn{
    left: 125px!important;
    top: 53px!important;
  }
  #friends-list .btn2.rem2{
    left:224px;
  }
  .profile-contain .friends-list.grid li .left{
    margin-left: 0px;
  }
  .profile-contain .friends-list.grid li .right2 .ll{
    left:12px;
    position: relative;
  }
  .profile-contain .friends-list.grid li .right2 .btns{
    padding-left: 36px;
  }
}
@media (width:240px)  or (width:280px)
{
  .profile-contain .friends-list.grid li, .profile-contain .friends-list.grid li .right2 .ll,.profile-contain .friends-list.grid li .right2 .btns{
    display: block!important;
    text-align: center;
  }
  .profile-contain .friends-list.grid li{
    padding-bottom: 30px;
    padding-top: 36px!important;
  }
  .profile-contain .friends-list.grid li .right2 .ll{
    margin-top: 26px;
    margin-bottom: 15px;
  }
  .profile-contain .friends-list.grid li .right2 .btns{
    padding-left: 0px;
  }
  #friends-list .btn2.rem2 {
    right: auto;
    left: auto;
    top: auto;
    position: relative;
    width: 82px;
    margin: 10px auto 0px;
}
}
@media (width:280px)
{
  .raw-btn.search-btn.loguser {
    left: calc(100vw - 126px);
   }
   nav .top-nav .search-box#searchb {
    left: -61px!important;
}
}


/*new tournaments popup*/
.modal.hp_tourn .modal-dialog {
  width: 600px;
  max-width: 96vw;
  top: 20vh;
}
.modal.hp_tourn .modal-body {
  font-size: 16px;
  min-height: 189px;
  padding-top: 30px;
}
.modal_contenu{
  padding-left: 178px;
}
.purple, .pink {
  margin-bottom: 3px;
  font-weight: 600;
}
.purple{
  color:#2C1B6D; 
}
.pink {
  color: #FB186D;
  margin-bottom: 26px;
}
.tourn_btn{
  width:126px;
  height:45px;
  text-align: center;
  color:#FFF;
  text-transform: uppercase;
  background-color: #2B1B6D;
  cursor: pointer;
  padding-top: 10px;
}
.tourn_btn:hover{
  opacity: 0.7;
}
.modal.hp_tourn .modal-header {
  padding: 19px 0;
}
.pic_modal
{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#congrats-modal2 .pic_modal
{
  left: 50px;
  bottom: 10px;
}
#congrats-modal2 .modal_contenu {
  padding-left: 189px;
}
.modal.hp_tourn#congrats-modal3 .modal-body{
  min-height: 170px;
  padding-top: 20px;
} 
#congrats-modal4 .pic_modal {
  left: 40px;
}
#congrats-modal4 .modal_contenu {
  padding-left: 192px;
}
.modal.hp_tourn#congrats-modal4 .modal-body{
     padding-top: 16px;
     min-height: 172px;
}
.sec-4{margin-bottom:8%;}
@media ((width:414px) or (width:411px)) and (orientation:portrait){
  #congrats-modal2 .modal_contenu {
    padding-left: 155px!important;
  }
  #congrats-modal4 .pic_modal {
    left: 26px!important;
}
#congrats-modal4 .modal_contenu {
  padding-left: 152px!important;
}
  }
@media (width:412px) and (orientation:portrait){
#congrats-modal2 .modal_contenu {
  padding-left: 160px;
}
}
@media (width:393px) and (orientation:portrait){
  #congrats-modal2 .modal_contenu {
    padding-left: 146px;
}
#congrats-modal2 .pic_modal {
  left: 34px;
}
  }
  @media (width:393px) and (orientation:portrait){
#congrats-modal4 .pic_modal {
  left: 23px!important;
}
#congrats-modal4 .modal_contenu {
  padding-left: 156px!important;
}
    }

  @media (width:390px) and (orientation:portrait){
    #congrats-modal2 .modal_contenu {
      padding-left: 140px;
  }
  #congrats-modal2 .pic_modal {
    left: 36px;
}
#congrats-modal4 .pic_modal {
  left: 23px!important;
}
#congrats-modal4 .modal_contenu {
  padding-left: 156px!important;
}
    }

  @media (width:375px) and (orientation:portrait){
  #congrats-modal2 .modal_contenu {
    padding-left: 148px;
}
#congrats-modal2 .pic_modal {
  left: 37px;
  bottom: 10px;
}
#congrats-modal4 .pic_modal {
  left: 29px!important;
}
#congrats-modal4 .modal_contenu {
  padding-left: 163px!important;
}
  }

@media ((width:384px) or (width:353px)) and (orientation:portrait){
  #congrats-modal2 .modal_contenu {
    padding-left: 155px!important;
}
#congrats-modal2 .pic_modal {
  left: 34px!important;
}
#congrats-modal4 .pic_modal {
  left: 30px!important;
}
#congrats-modal4 .modal_contenu {
  padding-left: 163px!important;
}
 } 
@media ((width:360px) or (width:353px)) and (orientation:portrait){
 .modal_contenu {
    padding-left: 167px!important;
 }
} 
@media (width:360px) and (orientation:portrait){
  #congrats-modal2 .modal_contenu {
     padding-left: 140px!important;
  }
  #congrats-modal2 .pic_modal {
    left: 27px;
}
#congrats-modal4 .pic_modal {
  left: 19px;
}
#congrats-modal4 .modal_contenu {
  padding-left: 151px;
}
 } 
@media (width:320px) and (orientation:portrait)
{
  .tourn_btn {
    width: 100px;
  }
  .pic_modal img{
     width:85%;
  }
  .modal_contenu {
    padding-left: 138px!important;
  }
  .modal.hp_tourn .modal-body{
    padding-top: 14px;
  }
  #congrats-modal2 .pic_modal {
    left: 30px;
  }
  #congrats-modal2 .modal_contenu{
    padding-left: 123px!important;
  }
}
@media ((width:240px) or (width:280px)) and (orientation:portrait)
{
  .modal_contenu {
    padding-left: 17px;
 }
 .pic_modal
 {
  display: none;
 }
 #congrats-modal2 .modal_contenu, #congrats-modal4 .modal_contenu {
  padding-left: 0px!important;
}
 
}
/*end new tournaments popup*/

/*Video full screen landscape*/
#game-fullscreen-modal, #game-fullscreen-modal .modal-content
{
  width:100vw!important;
}
#game-fullscreen-modal iframe{
  width: 100vw;/*%*/
  height: 100%;
  display: block;
  padding-left: 0px;
}
#game-fullscreen-modal .modal-dialog .modal-content iframe {
  height: calc(100vh - 45px)!important;
  max-height: calc(100vh - 45px)!important;
}
.modal.show#game-fullscreen-modal .modal-dialog {
  margin-left: -8px;
  margin-top: 0px;
}

/*ENd video full screen landscape*/
/* begin video ads */
#page-content {
  
  /* this element's width controls the effective height */
  /* of the video container's padding-bottom */
  /* max-width: 640px;
  margin: 10px auto; 
  position: relative;*/
  position: fixed;
  top:42px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  /* display: none; */
  z-index: 9999999;
}

#video-container {
  position: relative;
  /* forces the container to match a 16x9 aspect ratio */
  /* replace with 75% for a 4:3 aspect ratio, if needed */
  padding-bottom: 56.25%;
}

#video-element {
  /* forces the contents to fill the container */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pink_info
{
  color:#FFF;
  font-size: 11px;
  background-color: #A3156B;
  padding: 2px 15px;
  border-radius: 10px;
  position: absolute;
  top:10px;
  right:15px;
  z-index: 99999999999;
  display: none;
}
/* end video ads */

/*!!!*/
.avatar-select.open .avatar-drop{
  z-index:999!important;
}
.profile-contain > .left .stickers-box .imgs-box .game {
  max-width: 100%;
  margin: 0px auto!important;
  display: block;
  width: 216px!important;
  padding-top: 0px!important;
}
.profile-contain > .left .last-played-games-box .imgs-box a.game.no_game {
  max-width: 100%;
  width: 200px!important;
  margin: 0px auto!important;
}

/*ddl arrow mainly on iphone*/
#edit-profile-form select{
  -webkit-appearance: none!important;
        -moz-appearance: none!important;
        appearance: none!important;
}
#edit-profile-form i {
  position: absolute;
  top: 18px;
  left: auto;
  right: 16px;
  color: #472b93;
  font-size: 13px;
}
/*end ddl arrow mainly on iphone*/

/*Video Ad*/
#adContainer > div {
  height: 100%!important;
  width: 100%!important;
}
#adContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100000;
  height: 100vh;
}

#timerAd
{
position:fixed;
bottom:10px;
left:5px;
z-index:99999999999999999999999999;
color:#FFF;
}
 
#contentElement{
  width: 100vw;
  height: 100vh;
  position: fixed; /*!!!*/
  top: 42px;/*!!!*/
  left: 0px;/*!!!*/
 
}
@media (width: 375px)
{
  #contentElement
  {
  top: 0px;/*!!!*/
  }
}
#play_btn_cont, #pause_btn_cont
{
  display: none;
  position: fixed;
  top: 42px;
  left: 0px;
  z-index: 2147483647;
  width: 100vw;
  height: calc(100vh - 48px);
  cursor: pointer;
  z-index: 9999999999999;
}
#playButton, #pauseButton { 

  padding-top: 13px;
  box-sizing: border-box;
  position: fixed;
  top: 45vh;
  left: 46vw;
  z-index: 999999999999999999;
  border: none;
  background-color: transparent; /* #2B1B6D;*/
  width: 100px;
  height: 100px;
  cursor: pointer;
}
@media (max-width: 767px)
{
  #playButton, #pauseButton { 
    left: 37vw;
  }
  footer::after {
    height: 74px;
  }
  footer .bottom .left p {
    font-size: 0.9rem;
}
}
#playButton .play {
    height: 0;
    width: 0;
    margin-left: 25px;
    border-left: 44px solid #FFF;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    top: -3px;
    position: relative;
}

#pauseButton .pause {
height: 20px;
width: 20px;
border: none;
margin-left: 33px;
border-right: 8px solid #FFF;
border-left: 8px solid #FFF;
box-sizing: border-box;
}

.earlier-notification {
background: #fff;
}

/* .blackop
{
  opacity: 0.3;
  background-color: #000;
} */
/* #game-fullscreen-modal .modal-body.showPause:hover #pauseButton
{
  display: block!important;
} */

/*iframe game*/
#game-fullscreen-modal .modal-dialog .modal-content .info-box iframe.solvemath {
  margin-left: 8px;
}

.rall
{
  position: absolute;
  top: 15px;
  right: 22px;
  color: #20125e;
  text-transform: capitalize;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.btn_upgrade.is-loading{opacity:0.5;
pointer-events: none;}


.s-menu a.li_go_premium { padding-left: 43px; background: #472b93;}

#prizes_page .prize-box .name p:nth-child(2) {
    top: 0px; 
     border-top: 0;
    margin-top: 0px;
}
#prizes_page #prize-grid-1 .prize-box .name > p:nth-child(1) {
  height: 0px;
  line-height: inherit!important; 
  padding: 0;
  margin: 0;
}
#go-premium-modal{} /*{display:block;}*/
@media (max-width:1311px){
footer .bottom .row{position:relative;top:16px;}
}
@media (max-width: 918px){
footer .bottom .row {
    top: 22px;
}
}
@media (max-width: 897px){
footer .bottom .row {
    top: 6px;margin-left:0;margin-right:0;
}
}
@media (max-width:768px){
nav .top-nav .col-md-6:nth-child(2) img {
    display: inline;
    margin-top: 0;
}
nav .col-md-6:nth-child(1) img{    
    max-width: 92%;}  
nav .col-md-6{    
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
  nav .col-md-6:nth-child(2) img{    
    display:block;
    margin-top: 21px;    position: relative;
    max-width: 92%;}  
.firstTab li{
display: block!important;    margin-right: 16px;     
margin-top: 13px;}
.firstTab li:nth-child(1){display:none!important;}
.firstTab{
    align-items: center;
    justify-content: center;
    margin: 0 0px 33px;
}
.firstTab li:nth-child(2){    margin-left: 2px!important;}

.sec-3 .firstTab .drp_select select{margin-left:0!important;}
.sec-3 .firstTab .drp_select i{top:23px!important;right:9px!important;} 

}


@media (max-width:767px){
.firstTab li:nth-child(4) {
    margin-right: 1px!important;
    margin-left: 4px;
}
footer .bottom .middle {
    font-size: 0.7rem!important;
    color: #fff;
    background: #000;
    margin-bottom: 44px!important;
    padding-top: 18px;
}
footer .bottom .social{display:none;}    
.title-wrapper a.tab-link, .title-wrapper h3.box-title {
    line-height: 26px;
    }
.user_profile_pic.top_profile_pic {
    display: none;
}
.trapezoid {
    height: 0;
    width: 49%;
    margin-top: -37px;
    left: -22px;
    position: relative;
}
.trapezoid .winners-title {
    top: -24px;
    left: 8px;
    font-size: 21px!important;
}
}

.search-box .select2-selection__clear > span{display:none;}

.smedias a {
    font-size: 29px;
}