/*dashboard-style-start*/

* {
  padding: 0;

  margin: 0;

  font-family: Montserrat;
}

div,
td {
  font-size: 9pt;

  color: #555;

  text-align: left;
}
html {
  overflow-y: scroll;
}
.dnone {
  display: none !important;
}

a:link,
a:visited {
  color: white;

  text-decoration: none;
}

.generic_layout_container h3 {
  padding-bottom: 5px;

  margin-bottom: 10px;
}

.content-wrap {
  width: 100%;
  overflow: hidden;
  height: fit-content;
}

h4.sign-in {
  border-bottom: none;

  height: 20px;

  margin-top: 0px !important;

  font-size: 14px;

  font-weight: 300;

  background: rgba(14, 45, 109, 0.9);

  padding: 20px 30px !important;

  text-decoration: none;

  color: #fff;

  margin: 0px;

  position: absolute;

  z-index: 999;

  float: right;

  right: 30px;

  top: 20px;

  border-radius: 10px;
}

.header-wrap {
  width: 100%;
  min-height: 1200px;
  background-repeat: no-repeat;
  background-size: unset;
  position: relative;
  transition: background 500ms ease-in !important;
  max-height: 1200px;
  background-color: #001d60;
  display: table;
  background-position: top right;
  overflow: hidden;
}

.cbn_title_desc .text_white_line {
  width: 2px;
  background: #fff;
  height: 100%;
  position: absolute;
}

.header-wrap .cbn_title_desc {
  width: fit-content;
}
.header-wrap .cbn_title_desc p.mob_desc_text {
  display: none;
}
.header-wrap .cbn_title_desc p {
  height: auto;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}
.cbn_title_desc .text_white_line:before,
.cbn_title_desc .text_white_line:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, 0px);
}
.cbn_title_desc .text_white_line:before {
  top: -5px;
}
.cbn_title_desc .text_white_line:after {
  bottom: -5px;
}

.header-wrap div {
  position: relative;

  z-index: 9;
}

.load-screen {
  position: absolute !important;

  right: 0px;

  top: -50px;

  display: none;
}

.load {
  margin: 0px auto;

  background-color: #2f4088;

  border-radius: 100px;

  animation: pulse 2000ms linear infinite;

  -webkit-animation: pulse 2000ms linear infinite;

  -moz-animation: pulse 2000ms linear infinite;
}

.load.blink-images-profile {
  width: 50px;

  height: 50px;
}

.load.blink-profile-1 {
  right: 420px;

  top: 100px;
}

.load.blink-profile-2 {
  right: 125px;

  top: 100px;
}

.load.blink-profile-3 {
  right: 350px;

  top: 140px;
}

.load.blink-profile-4 {
  right: 620px;

  top: 35px;
}

.load:after,
.load:before {
  display: inline-block;

  margin: auto;

  position: absolute;

  content: "";

  width: 60px;

  height: 60px;

  border-radius: 100px;

  background-color: #0e2d6d;
}

.load:after {
  z-index: -100;

  -webkit-animation: outer-ripple 2000ms linear infinite;

  -moz-animation: outer-ripple 2000ms linear infinite;

  animation: outer-ripple 2000ms linear infinite;
}

.load:before {
  z-index: -200;

  -webkit-animation: inner-ripple 2000ms linear infinite;

  -moz-animation: inner-ripple 2000ms linear infinite;

  animation: inner-ripple 2000ms linear infinite;
}

.load.blink-images-profile:before,
.load.blink-images-profile:after {
  width: 50px;

  height: 50px;
}

.blink-img-profile {
  width: 40px;

  border-radius: 100%;

  height: 40px;

  object-fit: cover;
}

.load img {
  position: absolute;

  top: 5px;

  left: 5px;

  background: #2f4088;
}

canvas#canvas {
  z-index: 1;

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  left: 0;
}

.zoominheader {
  left: 0px;

  right: 0;

  text-align: center;

  position: absolute !important;

  top: 0px;

  z-index: 0 !important;

  height: 80%;

  animation-name: backgrounds;

  animation-duration: 10s;

  animation-iteration-count: infinite;

  opacity: 0;

  display: none;
}

@keyframes backgrounds {
  0% {
    background: url(../images/background-home-top_cbn.jpg);

    transform: scale(1);

    background-repeat: no-repeat;

    background-position: -16% 52px;

    background-size: auto 80vw;

    background-attachment: fixed;

    opacity: 0;
  }

  45% {
    background: url(../images/background-home-top_cbn.jpg);

    transform: scale(1);

    background-repeat: no-repeat;

    background-position: -16% 52px;

    background-size: auto 80vw;

    background-attachment: fixed;

    opacity: 1;
  }

  50% {
    background: url(../images/background-home-top_cbn.jpg);

    transform: scale(1);

    background-repeat: no-repeat;

    background-position: -16% 52px;

    background-size: auto 80vw;

    background-attachment: fixed;

    opacity: 0;
  }

  51% {
    background: url(../images/masha-amini-football-new.jpg);

    transform: scale(1);

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-position: -16% 52px;

    background-size: auto 65vw;

    opacity: 0;
  }

  95% {
    background: url(../images/masha-amini-football-new.jpg);

    transform: scale(1);

    background-repeat: no-repeat;

    background-position: -16% 52px;

    background-size: auto 65vw;

    background-attachment: fixed;

    opacity: 1;
  }

  100% {
    background: url(../images/masha-amini-football-new.jpg);

    transform: scale(1);

    background-repeat: no-repeat;

    background-position: -16% 52px;

    background-size: auto 65vw;

    background-attachment: fixed;

    opacity: 0;
  }
}

img.header-logo {
  width: 57px;

  height: 56px;

  padding: 12px 11px;

  float: left;

  border-radius: 0 0 6px 6px;

  opacity: 0.8;

  background-color: white;

  display: none;
}

.title-wrap {
  text-align: left;

  z-index: 99 !important;

  width: calc(100% - 200px);

  margin: 120px 0px 0px 200px;

  height: calc(100vh - 160px);
}

button {
  font-size: 17px;

  font-weight: normal;

  color: #d2cbcb;

  padding: 12px 20px 12px 20px;

  background-color: transparent;

  border: 1px solid #a7a2a2;

  background-repeat: repeat-x;

  background-position: 0 0;

  cursor: pointer;
}

button.active {
  background-color: #14155f !important;

  color: white;

  border: 1px solid #14155f !important;
}

button.sign-up {
  margin-right: 10px;

  position: relative;

  z-index: 22;

  font-size: 17px;
}

button#btn-signup {
  padding: 0;
  border: none !important;
  outline: none;
  border-radius: 6px;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: hidden;
}

button.choose-club {
  width: 100%;

  max-width: 230px;

  height: 52px;

  box-sizing: border-box;

  display: inline-block;

  vertical-align: bottom;

  padding: 0;

  border-radius: 4px;

  outline: none;

  color: #fff;

  font-family: Montserrat;

  font-size: 18px;

  letter-spacing: 1px;

  position: relative;

  z-index: 22;

  background-color: rgb(0 0 0 / 5%);
}

.signup_text {
  color: #fff;

  font-size: 14px;

  text-align: left;

  margin-left: 4px;

  letter-spacing: 1.5px;

  margin-top: 25px;
}

.signup_text a {
  font-weight: bold;
}

.header-images-stuff {
  display: none;

  width: 100%;

  padding: 0px 0px 80px;

  background: #001656;
}

.header-images-stuff img.top-mixed-all-type-image-1 {
  width: 78%;

  margin-top: -10%;

  margin-left: 6%;
}

.header-images-stuff img.top-mixed-all-type-image-3 {
  height: 300px;

  display: block;

  margin: 0px;

  transform: rotate(-40deg);

  position: absolute;

  top: -105%;

  left: 60%;
}

.header-images-stuff img.top-mixed-all-type-image-4 {
  width: 100%;

  right: auto;

  left: auto;

  top: -12%;
}

.mdd0s {
  width: 100%;

  left: 0;
}

.feature-in-section .section-featured-in {
  margin: 0px 110px 20px;

  background-color: #012064;

  padding: 30px 40px 20px;

  box-sizing: border-box;

  border-radius: 6px;

  width: calc(100% - 220px);
}

.flex-card-row-4 {
  display: flex;

  justify-content: space-between;

  width: 100%;

  margin-top: 0px;
}

.fl-4-item {
  border-radius: 6px;

  width: 32%;

  justify-content: center;

  flex-wrap: wrap;

  box-sizing: border-box;

  padding: 20px;
}

.section-featured-in h3.as-featur {
  text-align: left;

  font-size: 18px;

  font-family: "Nothing You Could Do", cursive;

  color: #36c6fd;

  margin-bottom: 0;

  margin-top: 18px;

  font-weight: 300;

  padding-bottom: 5px;
}

.featured-logo-wrap {
  min-height: 40px;
}

.section-featured-in .fl-4-item div,
.section-featured-in .fl-4-item blockquote {
  text-align: center;

  line-height: 1.5;
}

.fl-4-item img {
  width: 133px;

  opacity: 0.75;
}

.header-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/cbn_top_bg.png);
  top: 0;
  left: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  display: block;
}

.header-wrap .bg-img {
  display: none;
}

.header-wrap > .next_match_section {
  position: absolute;

  right: 55px;

  z-index: 999;

  margin-top: -180px;
}

.next_match_wrap {
  padding: 5px 0px;

  max-width: 470px;
}

.next_match_wrap .slick-list > .slick-track {
  margin: 0px;

  display: flex;
}

.next_match_wrap .slick-next.slick-disabled:before,
.next_match_wrap .slick-prev.slick-disabled:before {
  opacity: 0;
}

.next_match_wrap .slick-arrow {
  height: 30px;

  width: 30px;

  padding-top: 13px;
}

.next_match_wrap .slick-arrow:after {
  content: "";

  position: absolute;

  top: -26px;

  width: 60px;

  height: 110px;

  opacity: 0.8;
}

.next_match_wrap .slick-next.slick-arrow:after {
  right: -15px;

  background: linear-gradient(270deg, #001656 0%, #ffffff 100%);
}

.next_match_wrap .slick-prev.slick-arrow:after {
  left: -15px;

  background: linear-gradient(90deg, #001656 0%, #ffffff 100%);
}

.next_match_wrap .slick-next.slick-disabled:after,
.next_match_wrap .slick-prev.slick-disabled:after {
  content: none !important;
}

.next_match_wrap .slick-arrow:before {
  font-family: fontawesome;

  font-size: 30px;

  z-index: 99;

  position: relative;
}

.next_match_wrap .slick-next {
  right: -45px;
}

.next_match_wrap .slick-next:before {
  content: "\f061";
}

.next_match_wrap .slick-prev {
  left: -36px;
}

.next_match_wrap .slick-prev:before {
  content: "\f060";
}

.cb_match_wrap > .cb_match_name {
  font-size: 14px;

  color: #fff;

  font-weight: 600;

  letter-spacing: 0.5px;

  margin-left: 5px;
}

.cb_match_wrap > .match_content {
  display: flex;

  align-items: center;

  justify-content: space-between;

  background: #fff;

  padding: 10px 15px;

  border-radius: 10px;

  width: 150px;

  margin-top: 10px;
}

.cb_club_score.away {
  margin-top: 10px;
}

.clubs_detail .cb_club_score {
  display: flex;

  align-items: center;

  width: 110px;

  justify-content: space-between;
}

.cb_club_score .cbn_img {
  max-width: 40px;

  height: 40px;
}

.cb_club_score .cbn_img > img {
  width: 100%;

  height: 100%;
}

.cb_match_wrap {
  margin: 0px 5px;
}

.cb_match_wrap:nth-child(1) {
  margin-left: 0;
}

.cb_match_wrap:nth-last-child(1) {
  margin-right: 0;
}

.cb_club_score > .cbn_score {
  background: #d10a11;

  padding: 10px;

  color: #fff;

  font-weight: 600;

  width: 30px;

  text-align: center;

  border-radius: 6px;
}

.match_content > .match_status {
  color: #000;

  font-weight: 600;

  min-width: 20px;
}

@media (max-width: 450px) {
  .header-wrap::after {
    background: url(../images/mobile-curve-new-4.png);

    background-position: 0px 52px;

    background-repeat: no-repeat;

    background-size: calc(100% - 0px) 56%;

    display: none;
  }

  .header-wrap .bg-img {
    display: block;
  }

  .header-wrap .bg-img .mobile-curve {
    position: absolute;

    width: 100%;

    height: 580px;

    top: 50px;
  }
}

@keyframes underBlink {
  0% {
    border: 2px solid rgba(255, 255, 255, 0);
  }

  50% {
    border: 2px solid rgba(255, 255, 255, 0.2);
  }

  75% {
    border: 2px solid rgba(255, 255, 255, 0.5);
  }

  100% {
    border: 2px solid rgb(255, 255, 255);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  10% {
    transform: scale(1.1);

    filter: alpha(opacity=1);

    opacity: 1;
  }

  20% {
    transform: scale(0.9);

    filter: alpha(opacity=1);

    opacity: 1;
  }

  100% {
    transform: scale(0.8);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }
}

@-moz-keyframes pulse {
  0% {
    transform: scale(0.8);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  10% {
    transform: scale(1.1);

    filter: alpha(opacity=1);

    opacity: 1;
  }

  20% {
    transform: scale(0.9);

    filter: alpha(opacity=1);

    opacity: 1;
  }

  100% {
    transform: scale(0.8);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.8);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  10% {
    transform: scale(1.1);

    filter: alpha(opacity=1);

    opacity: 1;
  }

  20% {
    transform: scale(0.9);

    filter: alpha(opacity=1);

    opacity: 1;
  }

  100% {
    transform: scale(0.8);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }
}

/* outer-ripple */

@keyframes outer-ripple {
  0% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  80% {
    transform: scale(3.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }

  100% {
    transform: scale(3.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  80% {
    transform: scale(3.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }

  100% {
    transform: scale(3.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  80% {
    transform: scale(3.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }

  100% {
    transform: scale(3.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }
}

/* inner ripple */

@keyframes inner-ripple {
  0% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  30% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  100% {
    transform: scale(2.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  30% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  100% {
    transform: scale(2.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }
}

@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  30% {
    transform: scale(1);

    filter: alpha(opacity=50);

    opacity: 0.5;
  }

  100% {
    transform: scale(2.5);

    filter: alpha(opacity=0);

    opacity: 0;
  }
}

.title-wrap h3 {
  font-family: Montserrat;

  font-size: 32px;

  letter-spacing: 1.5px;

  font-weight: bold;

  font-style: normal;

  font-stretch: normal;

  text-align: left;

  color: #fff;

  line-height: 70px;

  text-shadow: 0 0 38px rgb(0 0 0 / 18%);

  margin: 35px 0 15px 0;

  padding-bottom: 10px;
}

span.d-r-d {
  color: #0e2d6d;

  background: #fff;

  font-size: 34px;

  letter-spacing: 1.5px;

  font-weight: bold;

  border-radius: 6px;

  padding: 10px 15px;

  line-height: 35px;
}

.cd-wrapper > span {
  position: absolute;

  top: 160px;

  right: 99%;

  width: 100%;

  max-width: 13px;

  display: block;

  background-color: #c00101;

  border-radius: 50%;
}

img.green-online-button {
  width: 100%;
  max-width: 12px;
}

.cd-wrapper .load img {
  position: absolute;

  top: 4px;

  left: 4px;

  background: #c00101;
}

.cd-wrapper .load:after,
.cd-wrapper .load:before {
  display: inline-block;

  margin: auto;

  position: absolute;

  content: "";

  width: 20px;

  height: 20px;

  border-radius: 50px;

  background-color: #c00101;
}

.title-wrap p {
  height: 30px;

  font-size: 15px;

  font-weight: 300;

  color: rgb(255, 255, 255);

  margin-bottom: 50px;

  margin-top: 25px;

  display: block;

  letter-spacing: 1px;

  padding-left: 40px;
}

.news-section-wrap {
  padding: 0px 0px 50px;

  background-color: #fff;

  position: relative;

  z-index: 1;

  padding-bottom: 0 !important;

  clear: both;
}

.news-parent {
  position: relative;
}

.news-parent:before {
  top: -24px;

  content: "";

  position: absolute;

  width: 100%;

  height: 130px;

  background: url(../images/custom-curved-bottoms-top.png);

  left: 0;

  background-size: 100vw 8vw;

  background-position: 0px 0px;

  background-repeat: no-repeat;

  z-index: 1;

  display: none;
}

.news-parent_max-update {
  background: #f2f2f2;
}

.news-parent_max-favoutire {
  background: #012063;
}

.update-every-hour {
  display: flex;

  flex-direction: row;

  flex-wrap: nowrap;

  justify-content: center;

  padding: 120px 0px 20px !important;

  overflow: hidden;
}

.update-every-hour-images {
  position: absolute;

  top: 0px;

  z-index: 99;
}

.update-every-hour-images img {
  position: absolute;

  display: none;
}

img.hour-images-1 {
  left: 185px;

  top: -12px;
}

img.hour-images-2 {
  right: 110px;

  top: -5px;
}

.club-updates {
  width: 100%;

  z-index: 9;
}

.smart-way-img-section {
  display: flex;

  justify-content: center;

  position: relative;
}

.img-updatebox {
  display: flex;

  flex-direction: row;

  flex-wrap: nowrap;

  justify-content: center;

  align-items: center;

  margin: 0px auto 45px;

  padding: 0px;
}

.red-blur-main-left,
.red-blur-main-right {
  position: absolute;

  width: 60px;

  z-index: 99;
}

.red-blur-main-left {
  left: 345px;

  left: 23%;

  top: -25px;
}

.club-updates p {
  font-weight: normal;

  text-align: center;

  font-size: 16px;

  letter-spacing: 1px;

  color: #14155f;

  width: fit-content;

  margin: 0px auto 50px;

  padding: 10px 20px;

  border-radius: 4px;

  display: block;
}

.red-blur-main-right p.text,
.red-blur-main-left > p.text {
  background-image: url(../images/red-blur.png);

  background-size: 100%;

  background-repeat: no-repeat;

  width: fit-content;

  padding: 18px 25px;

  margin: 0px;

  font-size: 20px;

  font-weight: 600;

  color: #fff;
}

.smart-way-img-section p.load.text,
div#club-update-wrap .smart-way-img-section p.text {
  margin: 0px auto;

  height: 52px;

  background-color: transparent;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 38px;
}

div#club-update-wrap .smart-way-img-section p.text:before {
  width: 92px;

  height: 92px;

  display: block;

  opacity: 0.4;

  left: -2px;

  top: -2px;

  background-color: #c00101;
}

div#club-update-wrap .smart-way-img-section p.text:before,
div#club-update-wrap .smart-way-img-section p.text:after {
  position: absolute;

  content: "";

  border-radius: 100px;

  z-index: -9;
}

.left {
  float: left;
}

div#club-update-wrap .smart-way-img-section > img {
  width: 30%;

  margin: 0px -30px;

  height: fit-content;
}

.smart-way_text {
  margin: -25px 0px 0px;

  width: 30%;
}

.smart-way_text > h2 {
  color: #0e2d6d;

  font-size: 30px;

  letter-spacing: 1px;

  line-height: 36px;

  font-weight: bold;

  text-align: center;

  position: relative;

  width: 66%;

  margin: 0px auto 20px;

  display: flex;

  flex-direction: column;
}

.smart-way_text > h2 .cb_small_text {
  font-size: 20px;

  font-weight: 600;
}

.img-updatebox.new-site_logo-cb > .update-box-update {
  margin-left: 10px;
}

.smart-way_text > h2 > span {
  font-weight: bold;
}

.right {
  float: right;
}

.red-blur-main-right {
  right: 184px;

  right: 16%;

  top: -25px;
}

.smart-way-img-section .red-blur-main-right p.load.text:before,
.smart-way-img-section .red-blur-main-right p.load.text:after {
  width: 60px !important;

  height: 60px !important;

  left: 14px !important;

  top: 14px !important;
}

div#club-update-wrap .smart-way-img-section p.text:after {
  width: 120px;

  height: 120px;

  display: block;

  opacity: 0.3;

  left: -16px;

  top: -16px;

  background-color: #c00101;
}

.img-updatebox .news-parent-block-cb {
  width: 80px;

  height: 55px;

  margin-right: 18px;

  max-width: 105px;

  box-shadow: rgb(0 0 0 / 25%) 0px 8px 7px 0px;
}

.update-box-update {
  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 56px;

  background: #14155f;

  padding: 0px 5px;

  border-radius: 10px;
}

.header-wrap:before {
  content: "";
  background: url(/public/images/cbn-_-field_landing-re.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 440px;
  height: 440px;
  position: absolute;
  top: 43%;
  left: 0px;
  z-index: 99;
  opacity: 0.5;
}
.header-wrap > .white_splatter_wrap {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 40%;
  display: none;
}

.white_splatter_wrap > img {
  height: 100%;

  margin: 0;

  transform: rotate(-40deg);

  position: absolute;

  left: 58%;
}

.update-every-hour .club-updates img {
  width: 80px;
}

.update-box-update a {
  color: #0e2d6d !important;

  font-weight: bold;

  font-size: 14px;

  line-height: 0.8px;

  letter-spacing: 1px;
}

.club-updates.in-view .update-box-update a {
  -moz-animation: showatag 5s ease-in alternate infinite;

  -webkit-animation: showatag 5s ease-in alternate infinite;

  -ms-animation: showatag 5s ease-in alternate infinite;

  -o-animation: showatag 5s ease-in alternate infinite;

  animation: showatag 5s ease-in alternate infinite;

  animation-iteration-count: 1;
}

@-webkit-keyframes showatag {
  /* Chrome, Safari */

  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  80% {
    opacity: 0.3;
  }

  90% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes showatag {
  /* FF */

  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  80% {
    opacity: 0.3;
  }

  90% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes showatag {
  /* IE10 */

  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  80% {
    opacity: 0.3;
  }

  90% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes showatag {
  /* Opera */

  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  80% {
    opacity: 0.3;
  }

  90% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showatag {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  80% {
    opacity: 0.3;
  }

  90% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.img-updatebox.new-site_logo-cb .news-parent-block-cb {
  background-color: #ffffff;

  display: grid;

  justify-content: center;

  align-items: center;

  height: 70px;

  max-width: 70px;

  border-radius: 100%;
}

.update-every-hour .club-updates .img-updatebox.new-site_logo-cb img {
  max-width: 80px;

  width: 70px;
}

.favoutire-players-text {
  background: #012063;

  text-align: center;

  padding: 40px 0px 35px;

  position: relative;

  max-width: 1200px;

  margin: 0px auto;
}

h4 {
  font-weight: 700;

  border-bottom: 1px solid #fff;

  padding: 0.5em 0 0.5em 0;

  margin-bottom: 10px;
}

.favoutire-players-text h4 {
  color: #ffffff;

  font-size: 32px;

  margin-bottom: 5px;

  border: none;
}

.favoutire-players-text p {
  text-align: center;

  font-size: 14px;

  color: #909090;

  font-style: italic;
}

.favoutire-players_main-img {
  width: 80%;

  margin: 0px auto;
}

.favoutire-players_main-img img.player_img {
  width: 100%;
}

.join-community-wrap {
  /*    min-height: 870px;*/

  position: relative;

  height: auto;
}

.join-background {
  background-image: url(../images/video-bg-preview.png);

  position: absolute;

  width: 100%;

  background-size: 100%;

  background-repeat: no-repeat;

  height: 100%;

  overflow: hidden;

  display: none;
}

.join-community-wrap #background-video:after {
  content: "";

  position: absolute;

  right: 0;

  left: 0;

  top: 0;

  bottom: 0;

  background: #0d275f;

  opacity: 0.7;

  z-index: 0;
}

.join-text-wrap {
  position: relative;

  min-height: 600px;

  display: none;
}

.join-community-text {
  position: absolute;

  top: 30%;

  left: 0;

  padding: 0;

  right: 0;

  max-width: 1205px;

  margin: auto;

  box-sizing: border-box;
}

h3.welcome-text {
  font-size: 24px;

  letter-spacing: 1px;

  font-weight: 300;

  padding: 0 !important;

  color: #fff;

  margin-bottom: 12px;
}

h3.join-community-title {
  font-size: 40px;

  font-weight: 600;

  padding: 0 !important;

  margin-bottom: 20px;

  color: #fff;
}

.join-community-text button.sign-up,
.join-community-text button.choose-club {
  box-sizing: border-box;

  height: 60px;

  width: 100%;

  max-width: 272px;

  font-size: 22px;

  outline: none;

  border-radius: 4px;

  background-color: transparent !important;

  border: 1px solid #a7a2a2 !important;
}

button.sign-up a {
  display: block;
  color: #14155f;
  font-weight: 600;
  padding: 10px 65px;
  font-size: 18px;
}

.menu-_-header > .landing-_-menu > ul.menu-_-cbn > li.cb_home > a {
  border: 1px solid transparent;
  background: linear-gradient(#001d60, #001d60) padding-box,
    conic-gradient(from var(--border-angle), #14155f 50%, #002673) border-box;
  border-radius: 0;
  box-shadow: none;
}

button.sign-up > a,
.landing-_-menu > ul.menu-_-cbn > li.cb_home > a {
  --border-angle: 0deg;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  animation: border-angle-rotate 2s infinite linear;
  border: 5px solid transparent;
  position: relative;
  background: linear-gradient(white, white) padding-box,
    conic-gradient(from var(--border-angle), #fff 50%, #efefef) border-box;
}

@keyframes border-angle-rotate {
  from {
    --border-angle: 0deg;
  }
  to {
    --border-angle: 360deg;
  }
}
@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
button.sign-up > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgb(200 200 200 / 0%) 0,
    rgb(200 200 200 / 40%) 20%,
    rgba(200, 200, 200, 0.6) 60%,
    rgba(200, 200, 200, 0)
  );
  animation: shimmer 1.5s infinite;
  z-index: 999;
  width: 100%;
}
.footer-wrap {
  position: relative;

  background-color: #fff;

  min-height: 100px;

  padding: 30px;

  display: none;
}

.footer-parent {
  padding: 0;

  max-width: 1213px;

  margin: auto;

  box-sizing: border-box;

  position: relative;
}

.fighting-football {
  float: left;

  width: 70%;

  padding: 25px;

  padding-left: 0;

  display: block;
}

.right-mobile {
  position: absolute;

  right: 0;

  padding-right: 0;

  top: -235px;
}

.fighting-football h3 {
  display: inline-block;

  font-size: 26px;

  font-weight: 300;

  color: #012064;

  margin-right: 20px;
}

button.footer-learn-more {
  font-size: 15px;

  width: 318px;

  height: 51px;

  padding: 0 !important;

  border-radius: 6px;

  border: 1px solid #0e2d6d !important;

  color: #0e2d6d;
}

p.download-title {
  width: 275px;

  height: 56px;

  font-size: 20px;

  font-weight: 100;

  margin-bottom: 29px;

  line-height: 1.17;

  font-family: "Nothing You Could Do", cursive;

  color: #36c6fd;
}

.footer-wrap .right-mobile img {
  width: 255px;

  background: #fff;

  padding: 40px 10px 40px 10px;

  border-radius: 6px;

  background-color: #fff;

  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.18);
}

.footer-app-btns {
  margin-top: -20px;

  text-align: center;

  position: relative;

  z-index: 99;
}

.footer-app-btns button {
  background-color: #36c6fd !important;

  color: white;

  border: 1px solid #36c6fd !important;

  font-size: 15px;

  padding: 10px;

  width: 100px;
}

button.appstore-btn {
  margin-left: 10px;
}

.footer-all-page_end {
  padding: 25px 0px 15px;
  background-color: #001656;
}

.contact-us-link {
  text-align: center;

  margin-bottom: 10px;
}

p.safe_betting,
p.safe_betting * {
  text-align: center;

  color: #fff !important;

  font-size: 10px !important;

  position: relative;

  letter-spacing: 0.5px;

  margin: 20px auto 10px;

  opacity: 0.5;
}

.contact-us-link a {
  z-index: 1111111;

  position: relative;

  font-size: 11px;

  margin: 0 10px;

  vertical-align: text-bottom;

  opacity: 0.5;
}

span.sep {
  position: relative;

  font-size: 15px;

  color: #fff;

  vertical-align: inherit;

  opacity: 0.5;
}

.smart-way_text.cbn-_-hide {
  display: none;
}

p.safe_betting > a:hover {
  text-decoration: underline;
}

.cbn-landing-header {
  width: 100%;

  position: fixed;

  top: 0;

  z-index: 999;

  padding: 20px 0;

  background: linear-gradient(180deg, #030049 0%, #001b60 100%);

  border-bottom: 1px solid transparent;

  border-image: linear-gradient(0.25turn, rgba(0, 27, 95), rgba(0, 20, 91));

  border-image-slice: 1;
}

.cbn-landing-header:before,
.landing-_-menu > ul.menu-_-cbn > li.cb_home > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgb(108 187 224 / 0%) 0,
    rgba(108, 187, 224, 0.1) 20%,
    rgba(108, 187, 224, 0.1) 60%,
    rgba(108, 187, 224, 0)
  );
  animation: shimmer 1.5s infinite;
  z-index: 999;
  width: 100%;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

a.landing-_-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 1001;
}

a.landing-_-logo > span.S442-_-logo-cbn > img {
  width: auto;

  height: 20px;

  background-color: #fff;

  border-radius: 100%;

  padding: 0;

  box-shadow: none;
}

a.landing-_-logo > p.landing-_-text-logo {
  margin: 10px !important;

  font-size: 22px;

  color: #fff;

  font-weight: 700;

  display: flex !important;

  align-items: center;

  letter-spacing: 0;
}

.cbn-_-clubs-head {
  margin-left: 10px;
}

.cbn-_-clubs-head > img {
  height: 25px;

  width: auto;

  cursor: pointer;

  margin: 0px 4px;
}

.cb-clubpage img {
  height: 25px;

  width: auto;

  cursor: pointer;

  margin: 0px 4px;
}

.club-_-title-head {
  font-size: 12px;

  color: #fff;

  letter-spacing: 1px;
}

.cbn-_-club-landing {
  display: flex;

  align-items: center;

  display: none;
}

.landing-_-logins-head {
  display: flex;

  align-items: center;

  margin-top: -1px;

  margin-right: 70px;
}

.landing-_-logins-head a {
  color: #14155f !important;
}

.landing-_-logins-head > a > h4 {
  border: none;

  margin: 0px;

  padding: 0px;

  font-size: 12px;

  font-weight: normal;

  letter-spacing: 1px;

  display: none;
}

p.login-spacer {
  font-size: 16px;

  color: #14155f;

  margin: 0px 10px;

  display: none;
}

button#btn-signup.active {
  background-color: #fff !important;
}

.cbn-_-user-post {
  position: absolute !important;

  top: -85px;

  left: 150px;

  opacity: 0;
}

.cbn-_-user-post > p.user-post-_-tittle {
  background-color: #14155f;

  font-size: 28px;

  font-weight: 600;

  letter-spacing: 1px;

  color: #fff;

  padding: 10px 20px;

  width: fit-content;

  border-radius: 6px;

  margin: 0px 0px 12px auto;
}

.cbn-_-user-post.first-_-n > p.user-post-_-tittle {
  margin: 0px auto 12px 0px;
}

.cbn-_-user-post > .post-_-detail {
  background-color: #fff;

  border-radius: 15px;

  padding: 15px 15px 13px;

  display: flex;

  flex-wrap: nowrap;

  align-items: flex-start;

  width: 305px;
}

.cbn-_-user-post > .post-_-detail > .post-_-data-cbn {
  margin-left: 12px;
}

.cbn-_-user-post > .post-_-detail > .post-_-image > img {
  width: 50px;

  height: 50px;

  border-radius: 100%;

  object-fit: cover;

  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cbn-_-user-post > .post-_-detail > .post-_-data-cbn > p {
  color: grey;

  margin-bottom: 13px;

  font-size: 14px;

  letter-spacing: 0.8px;

  text-shadow: 0 0 grey;

  line-height: 22px;

  font-weight: 500;
}

.cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.like-_-button {
  font-size: 13px;

  color: rgb(127 127 127);

  float: left;

  /*    margin-top: 3px;*/
}

.cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.mic-_-button {
  font-size: 13px;

  color: rgb(127 127 127);

  display: flex;

  align-items: flex-start;

  float: left;

  margin-left: 20px;
}

.cbn-_-user-post
  > .post-_-detail
  > .post-_-data-cbn
  > a.like-_-button
  > i.fa.fa-heart {
  color: lightgray;

  margin-right: 8px;

  margin-top: 1px;

  vertical-align: top;

  font-size: 14px;
}

.cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.mic-_-button > img {
  height: 15px;

  width: auto;

  margin-right: 8px;

  margin-top: 0px;

  color: lightgray;
}

.cbn-_-user-post.secound-_-n {
  top: 225px;

  left: auto;

  right: 240px;
}

.cbn-_-user-post.secound-_-n.active {
  animation: cbn-_-right 0.5s ease 1s 1 normal forwards;
}

.cbn-_-user-post.first-_-n.active {
  animation: cbn-_-left 0.5s ease 0.2s 1 normal forwards;
}

@keyframes cbn-_-left {
  0% {
    transform: scale(0);

    transform-origin: 0% 50%;

    opacity: 0;
  }

  100% {
    transform: scale(1);

    transform-origin: 0% 50%;

    opacity: 1;
  }
}

@keyframes cbn-_-right {
  0% {
    transform: scale(0);

    transform-origin: 100% 50%;

    opacity: 0;
  }

  100% {
    transform: scale(1);

    transform-origin: 100% 50%;

    opacity: 1;
  }
}

.cbn-_-user-post
  > .post-_-detail
  > .post-_-data-cbn
  > a.chat-football-_-button {
  font-size: 13px;

  color: rgb(127 127 127);

  display: flex;

  align-items: flex-start;

  float: left;

  margin-left: 20px;
}

.cbn-_-user-post
  > .post-_-detail
  > .post-_-data-cbn
  > a.chat-football-_-button
  > img {
  height: 17px;

  width: auto;

  margin-right: 8px;

  /*    margin-top: 2px;*/

  color: lightgray;
}

.bars-_-cbn {
  display: flex;

  cursor: pointer;

  flex-direction: column;

  justify-content: space-between;

  height: 17px;
}

.bars-_-cbn > div {
  width: 20px;

  height: 2px;

  background-color: #fff;
}

.cbn-landing-header > .menu-_-header {
  position: fixed;
}

.landing-_-menu {
  position: fixed;

  top: 105px;

  left: 50%;

  transform: translateX(-50%);

  background-color: #001d60;

  padding: 10px 30px 30px;

  width: max-content;

  box-shadow: rgba(255, 255, 255, 0.27) 0px 0px 0.25em,
    rgba(255, 255, 255, 0.15) 0px 0.25em 1em;
}

.landing-_-menu > ul.menu-_-cbn {
  list-style: none;
}

.landing-_-menu > ul.menu-_-cbn > li {
  display: block;

  width: 100%;

  border-bottom: 1px solid;

  border-image: linear-gradient(to right, #17264e, #ffffff6b, #17264e) 1;

  box-sizing: border-box;

  padding: 0px;
}

.landing-_-menu > ul.menu-_-cbn > li > a {
  font-size: 14px;

  letter-spacing: 1.5px;

  color: #fff;

  font-weight: 600;

  padding: 25px 15px;

  display: block;

  text-align: center;

  overflow: hidden;
}

.landing-_-menu > ul.menu-_-cbn > li.Advertising-btn {
  padding: 25px 12px 0px;

  border: none;
}

.landing-_-menu > ul.menu-_-cbn > li.Advertising-btn > a {
  background-color: #fff;

  color: #00175c;

  padding: 12px 20px;

  display: block;

  width: auto;

  border: 1px solid;

  text-align: center;

  border-radius: 6px;
}

.landing-_-menu > ul.menu-_-cbn > li.Advertising-btn:hover > a {
  background: #012064;

  color: #fff;

  border: 1px solid;
}

.landing-_-menu > ul.menu-_-cbn > li:hover > a {
  color: #012064;

  background: #fff;
}

.landing-_-menu > ul.menu-_-cbn > li.cb_home:hover > a {
  background: #fff !important;
}

.landing-_-menu.active {
  display: block !important;
}

.Interactive-_-platform {
  background-color: #122d6d;

  position: relative;

  height: auto;

  margin-top: -1px;

  padding: 80px 0px 160px;
}

.feature-_-cbn-tittles {
  max-width: 700px;

  margin: 0px auto;

  text-align: center;
}

.more-ipdates-_-intractive {
  max-width: 700px;

  margin: 0px auto;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: nowrap;

  margin-top: 50px;
}

.feature-_-cbn-tittles > h2 {
  font-size: 14px;

  letter-spacing: 5px;

  background-color: #14155f !important;

  width: fit-content;

  margin: 0px auto;

  color: #fff;

  padding: 10px 20px;

  border-radius: 4px;

  display: block;
}

.feature-_-cbn-tittles > h3 {
  font-size: 34px;

  letter-spacing: 1.5px;

  color: #fff;

  line-height: 70px;

  margin: 28px auto 5px;

  padding-bottom: 5px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.feature-_-cbn-tittles > h3 > span.d-r-d {
  opacity: 0;

  margin-right: 15px;
}

.feature-_-cbn-tittles > p {
  color: #ffffff;

  margin-bottom: 12px;

  font-size: 14px;

  letter-spacing: 1px;

  line-height: 24px;
}

.more-ipdates-_-intractive > .left-_-side {
  display: flex;

  flex-wrap: nowrap;

  align-items: flex-start;

  opacity: 1;
}

.more-ipdates-_-intractive > .right-_-side {
  display: flex;

  flex-wrap: nowrap;

  align-items: flex-start;

  opacity: 1;
}

.more-ipdates-_-intractive > .logo-center > img {
  width: 80px;
}

.more-ipdates-_-intractive .tittle-_-text > h2 {
  font-size: 20px;

  color: #fff;

  margin-bottom: 25px;

  letter-spacing: 1.5px;

  opacity: 0;
}

.more-ipdates-_-intractive .tittle-_-text > a {
  font-size: 14px;

  display: block;

  margin-bottom: 10px;

  letter-spacing: 1px;
}

.more-ipdates-_-intractive > .right-_-side > .tittle-_-text {
  text-align: right;
}

.more-ipdates-_-intractive > .right-_-side > .tittle-_-text > h2 {
  margin-top: 25px;

  margin-bottom: 0px;
}

.more-ipdates-_-intractive > .left-_-side > img {
  height: 150px;

  transform: rotate(180deg);

  margin-top: 5px;

  margin-right: 40px;
}

.more-ipdates-_-intractive > .right-_-side > img {
  height: 150px;

  margin-top: -5px;

  margin-left: 40px;
}

.Interactive-_-platform > img.intractive-field-patten {
  position: absolute;

  bottom: -30px;

  left: 0px;

  width: 380px;
}

.Interactive-_-platform > img.intractive-patten {
  position: absolute;

  bottom: -80px;

  left: 50%;

  width: 440px;

  transform: translate(-50%, 0px);
}

.update-box-update.bbc-update {
  background: #fed12c;

  max-width: 10%;
}

.update-box-update.sky-update {
  background: #e01716;

  max-width: 12%;
}

span.cbn-_-text-1 {
  margin-right: 0 !important;
}

.landing-_-text-logo .cbn-_-text-2 {
  background: #fff;

  color: #030049;

  padding: 2px 6px;

  margin: 0px 4px;
}

div#club-update-wrap.in-view .update-box-update {
  animation: load-_-cbn 3s normal forwards;
}

@keyframes load-_-cbn {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.feature-_-cbn-tittles.active > h3 > span.d-r-d {
  opacity: 1;
}

.more-ipdates-_-intractive.active > .left-_-side > .tittle-_-text > h2 {
  opacity: 1;
}

.more-ipdates-_-intractive.active > .right-_-side > .tittle-_-text > h2 {
  opacity: 1;
}

@keyframes cb-Anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

.custom-shape-divider-top-cbn {
  width: 100%;

  overflow: hidden;

  line-height: 0;

  transform: scaleY(-1);

  margin-top: -1px;
}

.custom-shape-divider-top-cbn svg {
  position: relative;

  display: block;

  width: calc(130% + 1.3px);

  height: 50px;
}

.custom-shape-divider-top-cbn .shape-fill {
  fill: #122d6d;
}

.smart-way_text > h2 > span.d-r-d {
  background-color: #14155f;

  color: #fff;
}

.cbn-_-pop-mic {
  position: absolute !important;

  top: -18px;

  left: 55px;

  z-index: 10 !important;

  opacity: 0;
}

.right-mic-pop.cbn-_-pop-mic.active {
  left: auto;

  right: 145px;

  top: 285px;

  animation: cbn-right-mic 0.2s ease-out 0.7s 1 normal both;

  background-color: #fff;

  border-radius: 100%;

  padding: 12px 20px;

  border: 5px solid #7f7f7f;

  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.left-mic-pop.cbn-_-pop-mic.active {
  animation: cbn-left-mic 0.3s ease-out 0s 1 normal both;

  background-color: #fff;

  border-radius: 100%;

  padding: 12px 20px;

  border: 5px solid #7f7f7f;

  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

@keyframes cbn-left-mic {
  0% {
    transform: scale(0);

    transform-origin: 0% 50%;

    opacity: 0;
  }

  100% {
    transform: scale(1);

    transform-origin: 0% 50%;

    opacity: 1;
  }
}

@keyframes cbn-right-mic {
  0% {
    transform: scale(0);

    transform-origin: 100% 50%;

    opacity: 0;
  }

  100% {
    transform: scale(1);

    transform-origin: 100% 50%;

    opacity: 1;
  }
}

.cbn-_-pop-mic > img {
  width: 30px;

  height: auto;
}

.cbn-_-stadium-details {
  max-width: 1200px;

  margin: 0px auto 0px 90px;
}

.smart-way-img-section > .red-blur-main-left,
.smart-way-img-section > .red-blur-main-right {
  display: none;
}

.right-mic-pop.cbn-_-pop-mic > img {
  transform: rotate(-65deg);
}

.cbn-_-choose-club_popup {
  display: none;
}

.cbn-_-choose-club_popup.active {
  display: block;
}

.cb-_-club-overlay {
  background-color: #fff;

  opacity: 0.8;

  width: 100%;

  height: 100vh;

  position: fixed;

  top: 0px;

  left: 50%;

  z-index: 999;

  transform: translate(-50%, 0px);
}

.cbn-_-add-team {
  /* border-radius: 6px;

    position: relative;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.cbn-_-random-word > ul.random-word_wrapper {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  width: 45%;

  margin: 0px auto;
}

ul.random-word_wrapper > li {
  font-size: 12px;

  background-color: transparent;

  border-color: transparent;

  font-weight: bold;

  padding: 10px;

  min-width: 110px;

  width: fit-content;

  border-radius: 5px;

  text-align: center;

  letter-spacing: 0.5px;

  opacity: 0;

  height: 38px;

  box-sizing: border-box;
}

ul.random-word_wrapper > li.active {
  display: block !important;

  background-color: #d9d9d9;

  color: #0e2d6d;

  border: 1px solid #d9d9d9;

  opacity: 1;
}

.cbn-_-random-word {
  margin-top: -120px;

  display: none;
}

div#club-update-wrap.in-view > .cbn-_-random-word {
  display: none;

  animation: cbn-_-random-word 1s ease 4s 1 normal forwards;

  opacity: 0;
}

@keyframes cbn-_-random-word {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

ul.random-word_wrapper > li.random_word-2,
ul.random-word_wrapper > li.random_word-4 {
  margin-top: 75px;
}

.title-wrap > .cbn-_-club-landing {
  display: flex;

  flex-direction: column;

  background-color: #14155f;

  position: absolute;

  left: -200px;

  top: 4px;

  padding: 20px 15px;

  border-radius: 10px;

  z-index: 99;

  display: none;
}

.title-wrap > .cbn-_-club-landing > .cbn-_-clubs-head {
  display: grid;

  grid-gap: 15px;

  margin: 0px;

  justify-items: center;

  align-items: center;
}

.title-wrap > .cbn-_-club-landing > .cbn-_-clubs-head > img {
  height: 28px;
}

.title-wrap > .cbn-_-club-landing > .club-_-title-head {
  border-bottom: 1px solid #fff;

  padding: 0px 15px 10px;

  margin: 0px -15px 10px;
}

.cbn-_-chats_backtop {
  background-image: linear-gradient(180deg, rgb(255 255 255 / 0%), #072262);

  height: 120px;

  width: 100%;
}

.left-mic-pop.cbn-_-pop-mic.active_2,
.right-mic-pop.cbn-_-pop-mic.active_2 {
  animation: cbn_left-mic 2s ease-out 0s 1 normal both;

  background-color: #fff;

  border-radius: 100%;

  padding: 10px 20px;

  border: 5px solid #7f7f7f;

  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.cbn-_-user-post.first-_-n.active_2 {
  animation: cbn-_left 3s ease 2s 1 normal forwards;
}

.right-mic-pop.cbn-_-pop-mic.active_2 {
  left: auto;

  right: 145px;

  top: 275px;
}

.cbn-_-user-post.secound-_-n.active_2 {
  animation: cbn-_right 3s ease 2s 1 normal forwards;
}

@keyframes cbn_left-mic {
  0% {
    transform: scale(0);

    transform-origin: 0% 50%;

    opacity: 0;
  }

  20% {
    transform: scale(1);

    transform-origin: 0% 0%;

    opacity: 1;
  }

  99.9% {
    transform: scale(1);

    transform-origin: 0% 0%;

    opacity: 1;
  }

  100% {
    transform: scale(0);

    transform-origin: 0% 50%;

    opacity: 0;
  }
}

@keyframes cbn-_right {
  0% {
    transform: scale(0);

    transform-origin: 100% 50%;

    opacity: 0;
  }

  20% {
    transform: scale(1);

    transform-origin: 100% 0%;

    opacity: 1;
  }

  99.9% {
    transform: scale(1);

    transform-origin: 100% 0%;

    opacity: 1;
  }

  100% {
    transform: scale(0);

    transform-origin: 100% 50%;

    opacity: 0;
  }
}

@keyframes cbn-_left {
  0% {
    transform: scale(0);

    transform-origin: 50% 100%;

    opacity: 0;
  }

  20% {
    transform: scale(1);

    transform-origin: 0% 100%;

    opacity: 1;
  }

  99.9% {
    transform: scale(1);

    transform-origin: 0% 100%;

    opacity: 1;
  }

  100% {
    transform: scale(0);

    transform-origin: 50% 100%;

    opacity: 0;
  }
}

.cbn-_image_changer {
  left: 0px;

  right: 0px;

  text-align: center;

  position: absolute !important;

  z-index: 0 !important;

  height: 100%;

  width: 100%;
}

.cbn-_image_changer > svg {
  width: 100%;
  height: 100%;
}
.cbn-_image_changer > svg > image {
  width: 100%;
  height: auto;
}
.cbn-_new-animation-top {
  left: 0px;
  right: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
}
#cf img.top {
  position: absolute;
  top: 85px;
  right: 0px;
  width: 500px;
  height: auto;
  object-fit: cover;
}
#cf img.bottom {
  position: absolute;
  right: 0px;
  top: 85px;
  width: 620px;
  height: auto;
  object-fit: cover;
}
/* .animation-cbn-class {
    animation: first-img-landing 8s ease 0s infinite normal forwards;
} */
@keyframes first-img-landing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 1440px) {
  .title-wrap {
    width: calc(100% - 550px);

    margin: 300px 0px 0px 540px;

    height: calc(100vh - 200px);
  }
  #cf img.top {
    width: 765px;
  }
  #cf img.bottom {
    width: 860px;
  }
  .header-wrap::after {
    left: 230px;
  }
  .feature-in-section .section-featured-in {
    margin: 0px 242px 20px;

    width: calc(100% - 484px);
  }

  .load-screen {
    width: 60%;
  }

  .load.blink-profile-1 {
    right: auto;

    left: 18%;
  }

  .load.blink-profile-2 {
    right: 15%;

    margin-right: 0px;
  }

  .load.blink-profile-3 {
    right: 4%;

    margin-right: 0px;
  }

  .load.blink-profile-4 {
    right: 8%;
  }

  .header-images-stuff > .cbn-_-stadium-details {
    max-width: 1210px;

    margin: 0px 0px 0px 268px;
  }

  div#club-update-wrap .smart-way-img-section > img {
    width: 20%;

    position: relative;

    margin: 0 50px;
  }

  .img-updatebox {
    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    justify-content: flex-start;

    align-items: center;

    margin: 0px 0px 45px;
  }
}

@media (max-width: 1440px) {
  .landing-_-logins-head {
    margin-right: 0px;
  }

  .load.blink-profile-4 {
    right: 10%;

    top: 68%;
  }

  .load-screen {
    height: 670px;

    width: 100%;
  }

  .load.blink-profile-1 {
    right: 22%;

    top: 14%;
  }

  .load.blink-profile-2 {
    right: 12%;

    top: 22%;
  }

  .load.blink-profile-3 {
    right: 4%;

    top: 32%;
  }

  .load.blink-images-profile {
    position: absolute;
  }

  .join-community-text {
    max-width: initial;

    margin-left: 80px;
  }

  .img-updatebox {
    padding: 0px 80px;

    justify-content: flex-start;
  }

  .smart-way_text {
    margin: -60px 40px 0px;
  }

  div#club-update-wrap .smart-way-img-section > img {
    width: 20%;
  }

  .cbn-_-random-word {
    margin-top: -50px;
  }

  .title-wrap > .cbn-_-club-landing {
    left: -150px;
  }

  .cbn-landing-header:before {
    top: 68px;
  }
}

@media (max-width: 1200px) {
  .load-screen {
    height: 520px;
  }

  .cbn-_-stadium-details {
    max-width: 100%;

    margin: 0px auto 0px 80px;
  }

  .header-images-stuff img.top-mixed-all-type-image-1 {
    width: 100%;

    margin-left: 0px;
  }

  .right-mic-pop.cbn-_-pop-mic.active {
    top: 340px;
  }

  .cbn-_-user-post.secound-_-n {
    top: 290px;
  }

  .smart-way_text {
    width: calc(22% + 160px);
  }

  div#club-update-wrap .smart-way-img-section > img {
    width: 30%;

    margin: 0px -100px;
  }

  .img-updatebox {
    padding: 0px 0px;
  }

  .cbn-_-random-word > ul.random-word_wrapper {
    width: 60%;
  }

  .zoominheader {
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .header-images-stuff img.top-mixed-all-type-image-1 {
    margin-top: -8%;
  }

  .title-wrap {
    width: calc(100% - 60px);

    margin: 125px 0px 0px 60px;
  }

  .header-images-stuff img.top-mixed-all-type-image-4 {
    top: 25%;
  }

  .header-images-stuff img.top-mixed-all-type-image-3 {
    height: 220px;

    margin: 0%;

    top: -32%;
  }

  .feature-in-section .section-featured-in {
    margin: 0px 60px 20px;

    width: calc(100% - 120px);
  }

  .news-parent:before {
    top: -15px;
  }

  .blink-img-profile {
    width: 30px;

    height: 30px;
  }

  .load.blink-images-profile {
    width: 40px;

    height: 40px;
  }

  .load.blink-images-profile:before,
  .load.blink-images-profile:after {
    width: 40px;

    height: 40px;
  }

  .load-screen {
    width: 100%;

    height: 425px;
  }

  .load.blink-profile-1 {
    right: 24%;

    top: 22%;
  }

  .load.blink-profile-2 {
    right: 12%;

    top: 28%;
  }

  .load.blink-profile-3 {
    right: 2%;

    top: 40%;
  }

  .load.blink-profile-4 {
    right: 8%;

    top: 80%;
  }

  div#club-update-wrap .smart-way-img-section > img {
    width: 30%;

    height: fit-content;
  }

  img.left {
    margin-left: -85px;
  }

  img.right {
    margin-right: -85px;
  }

  .red-blur-main-left,
  .red-blur-main-right {
    width: auto;
  }

  .red-blur-main-left {
    left: 22%;

    top: -24px;
  }

  .smart-way-img-section p.load.text,
  div#club-update-wrap .smart-way-img-section p.text {
    width: 20px;

    height: 30px;
  }

  div#club-update-wrap .smart-way-img-section p.text:before {
    width: 60px !important;

    height: 60px !important;

    left: 5px !important;

    top: 5px !important;
  }

  div#club-update-wrap .smart-way-img-section p.text:after {
    width: 75px !important;

    height: 75px !important;

    left: -2px !important;

    top: -4px !important;
  }

  .red-blur-main-right {
    right: 6%;

    top: -28px;
  }

  .smart-way_text > h2 {
    font-size: 32px;
  }

  .mobile-status img {
    width: 210px !important;
  }

  .fl-4-item {
    padding: 10px 9px;
  }

  .join-community-text {
    left: 2%;

    max-width: 100%;

    top: 30%;
  }

  span.d-r-d {
    font-size: 30px;

    letter-spacing: 1px;
  }

  .title-wrap h3 {
    font-size: 28px;

    letter-spacing: 1px;
  }

  .title-wrap p {
    font-size: 13px;

    height: auto;
  }

  .cd-wrapper .load {
    max-width: 11px;
  }

  button#btn-signup {
    font-size: 15px;
  }

  button.sign-up a {
    padding: 16px 42px;
  }

  button.choose-club {
    font-size: 14px;

    max-width: 210px;

    height: 52px;
  }

  .signup_text {
    font-size: 11px;
  }

  .feature-_-cbn-tittles > h2 {
    font-size: 13px;

    padding: 10px 15px;
  }

  .feature-_-cbn-tittles > h3 {
    font-size: 28px;

    letter-spacing: 1px;
  }

  .feature-_-cbn-tittles > p {
    font-size: 13px;
  }

  .more-ipdates-_-intractive .tittle-_-text > h2 {
    font-size: 18px;

    letter-spacing: 1px;
  }

  .more-ipdates-_-intractive .tittle-_-text > a {
    font-size: 13px;
  }

  .Interactive-_-platform > img.intractive-patten {
    width: 360px;
  }

  .Interactive-_-platform > img.intractive-field-patten {
    width: 300px;
  }

  .club-updates p {
    font-size: 14px;

    margin-bottom: 40px;
  }

  .smart-way_text {
    width: calc(22% + 140px);
  }

  .update-every-hour .club-updates img {
    width: 80px;
  }

  .img-updatebox .news-parent-block-cb {
    width: 80px;

    height: 55px;
  }

  .update-box-update {
    height: 55px;
  }

  .img-updatebox.new-site_logo-cb .news-parent-block-cb {
    width: 75px;

    height: 75px;
  }

  .update-every-hour .club-updates .img-updatebox.new-site_logo-cb img {
    max-width: 75px;
  }

  h3.welcome-text {
    font-size: 22px;

    margin-bottom: 10px;
  }

  h3.join-community-title {
    width: auto;

    font-size: 38px;

    margin-bottom: 20px;
  }

  .join-community-text button.sign-up,
  .join-community-text button.choose-club {
    height: 50px;

    max-width: 185px;

    font-size: 17px;
  }

  .fighting-football h3 {
    font-size: 20px;

    margin-bottom: 10px;
  }

  p.safe_betting,
  p.safe_betting * {
    font-size: 10px !important;
  }

  .contact-us-link a {
    font-size: 12px;
  }

  .footer-wrap .right-mobile img {
    width: 250px;

    padding: 30px 10px 30px 10px;
  }

  p.download-title {
    width: 240px;

    height: auto;

    font-size: 15px;

    margin-bottom: 15px;
  }

  .footer-parent {
    max-width: initial;
  }

  .join-text-wrap {
    min-height: 475px;
  }

  .join-community-wrap {
    min-height: auto;

    padding-bottom: 30px;
  }

  .cbn-_-pop-mic > img {
    width: 30px;
  }

  .left-mic-pop.cbn-_-pop-mic.active,
  .right-mic-pop.cbn-_-pop-mic.active {
    padding: 10px 18px;
  }

  .cbn-_-user-post > p.user-post-_-tittle {
    font-size: 13px;
  }

  .cbn-_-user-post > .post-_-detail {
    padding: 12px 15px 10px;

    width: 275px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > p {
    font-size: 13px;

    line-height: 20px;

    margin-bottom: 10px;
  }

  .cbn-_-user-post {
    left: 85px;
  }

  .cbn-_-user-post.secound-_-n {
    right: 165px;

    top: 270px;
  }

  .right-mic-pop.cbn-_-pop-mic.active {
    top: 320px;

    right: 80px;
  }

  .cbn-_-stadium-details {
    margin: 100px auto 0px 50px;
  }

  .join-community-text {
    margin-left: 15px;
  }

  .cbn-_-random-word {
    margin-top: 0px;
  }

  .cbn-_-random-word > ul.random-word_wrapper {
    width: 90%;
  }

  .zoominheader {
    background-position: 100% 60px;
  }

  .header-wrap::after {
    background-size: calc(100% + 80px) calc(100% + -185px);
  }
}

@media (max-width: 768px) {
  .smart-way_text > h2 {
    width: 85%;

    font-size: 26px;
  }

  #btn-signup.new-class > a {
    color: #fff;

    background: #012064;

    border-radius: 6px;

    border: 1px solid #fff;
  }

  .page-wrapper.feature-in-section,
  .news-parent:before,
  .join-background,
  .join-text-wrap,
  .footer-wrap {
    display: none;
  }

  .smart-way_text-100x,
  .veiw-live,
  .news-parent_max-app,
  .news-parent_max-fastest,
  .news-parent_max-favoutire {
    display: none;
  }

  .join-community-wrap {
    min-height: auto;

    padding: 0px;
  }

  .footer-all-page_end {
    background-color: #0e2d6d;

    padding: 5px 0px;

    margin-top: 0px;
  }

  .news-parent_max-update {
    padding-bottom: 20px;
  }

  p.safe_betting,
  p.safe_betting * {
    font-size: 10px !important;
  }

  p.safe_betting {
    width: calc(100% - 20px);

    margin: 0px auto;
  }

  .contact-us-link {
    margin-bottom: 12px;
  }

  .smart-way_text {
    display: none;
  }

  .smart-way_text.cbn-_-hide {
    display: block;

    width: 100%;

    margin: 60px 0px 0px;
  }

  .smart-way-img-section {
    display: flex;

    flex-wrap: wrap;
  }

  .update-every-hour {
    padding: 0px 0px !important;
  }

  div#club-update-wrap .smart-way-img-section > img {
    width: 40%;

    margin: 10px 25px 0;
  }

  img.left {
    margin-left: -18%;
  }

  img.right {
    margin-right: -18%;
  }

  .smart-way_text {
    margin: 60px 10px 0px;
  }

  .red-blur-main-left {
    left: 36%;

    top: 5px;
  }

  .red-blur-main-right {
    right: 8%;

    top: 5px;
  }

  .header-images-stuff img.top-mixed-all-type-image-4 {
    top: auto;

    bottom: -52%;
  }

  .header-images-stuff img.top-mixed-all-type-image-3 {
    top: -33%;
  }

  .title-wrap {
    width: calc(100% - 30px);

    margin: 140px 0px 0px 30px;

    height: auto;
  }

  h4.sign-in {
    padding: 8px 20px !important;

    right: 15px;

    top: 15px;

    border-radius: 5px;
  }

  .title-wrap h3 {
    font-size: 26px;

    line-height: 60px;
  }

  span.d-r-d {
    font-size: 28px;

    padding: 8px 12px;
  }

  .title-wrap p {
    margin-bottom: 30px;
  }

  img.green-online-button {
    top: 163px;

    left: -4px;
  }

  button#btn-signup {
    font-size: 15px;
  }

  button.sign-up a {
    padding: 18px 40px;
  }

  button.choose-club {
    max-width: 200px;

    height: 55px;

    font-size: 15px;
  }

  .signup_text {
    font-size: 11px;

    line-height: 20px;
  }

  .cbn-_-club-landing {
    display: none;
  }

  .cbn-landing-header {
    justify-content: center;

    flex-wrap: wrap;

    height: auto;

    padding: 8px 20px;

    width: 100%;

    box-sizing: border-box;
  }

  a.landing-_-logo {
    margin: 0px;

    width: 100%;

    justify-content: center;

    flex-wrap: wrap;

    flex-direction: column;

    padding: 0;
  }

  p.login-spacer {
    display: none;
  }

  .landing-_-logins-head {
    display: flex;

    width: 100%;

    justify-content: space-around;

    margin-top: 10px;
  }

  .cbn-landing-header > .menu-_-header {
    top: 20px;

    left: 20px;
  }

  .cd-wrapper .load {
    top: 146px;
  }

  .cbn-_-stadium-details {
    margin: 200px auto 0px 0px;

    height: 350px;
  }

  .right-mic-pop.cbn-_-pop-mic.active {
    top: auto;

    right: 35px;

    bottom: 20px;
  }

  .cbn-_-pop-mic {
    top: 45px;

    left: 35px;
  }

  .cbn-_-user-post.secound-_-n {
    right: 105px;

    top: auto;

    bottom: 20px;
  }

  .cbn-_-user-post {
    left: 105px;

    top: 0px;
  }

  .cbn-_-pop-mic > img {
    width: 24px;
  }

  .left-mic-pop.cbn-_-pop-mic.active,
  .right-mic-pop.cbn-_-pop-mic.active {
    padding: 8px 15px;
  }

  .cbn-_-user-post > p.user-post-_-tittle {
    font-size: 12px;

    padding: 10px 12px;
  }

  .cbn-_-user-post > .post-_-detail {
    padding: 10px 10px 10px;

    width: 250px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-image > img {
    width: 40px;

    height: 40px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn {
    margin-left: 10px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > p {
    font-size: 13px;

    line-height: 18px;

    margin-bottom: 8px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.like-_-button {
    font-size: 13px;
  }

  .cbn-_-user-post
    > .post-_-detail
    > .post-_-data-cbn
    > a.like-_-button
    > i.fa.fa-heart {
    font-size: 15px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.mic-_-button,
  .cbn-_-user-post
    > .post-_-detail
    > .post-_-data-cbn
    > a.chat-football-_-button {
    font-size: 13px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.mic-_-button > img {
    height: 15px;

    margin-top: 2px;
  }

  .cbn-_-user-post
    > .post-_-detail
    > .post-_-data-cbn
    > a.chat-football-_-button
    > img {
    height: 18px;
  }

  .header-images-stuff img.top-mixed-all-type-image-1 {
    margin-top: -4%;

    height: 400px;

    width: 100%;

    object-fit: cover;
  }

  .smart-way-img-section > .smart-way_text.cbn-_-hide {
    width: 70%;

    margin: 0px auto 0px;
  }

  .Interactive-_-platform {
    padding: 130px 0px 25px;

    background-color: #0a296d;
  }

  .custom-shape-divider-top-cbn .shape-fill {
    fill: #0a296d;
  }

  .more-ipdates-_-intractive {
    display: flex;

    max-width: 100%;

    justify-content: space-between;

    align-content: flex-start;

    flex-direction: column;

    flex-wrap: nowrap;

    align-items: flex-start;

    padding: 0px 30px;

    margin-top: 35px;
  }

  .more-ipdates-_-intractive > .logo-center {
    width: 100%;

    text-align: center;
  }

  .more-ipdates-_-intractive > .right-_-side {
    display: flex;

    justify-content: flex-end;

    width: 100%;

    margin-top: 10px;
  }

  .feature-_-cbn-tittles > h3 {
    font-size: 18px;

    letter-spacing: 1px;

    display: flex;

    flex-wrap: nowrap;

    margin: 20px 20px 5px;

    line-height: 44px;

    flex-direction: row;
  }

  .feature-_-cbn-tittles > h3 > span.d-r-d {
    margin-right: 10px;

    line-height: initial;
  }

  .feature-_-cbn-tittles > p {
    font-size: 10px;

    margin: 0px 20px;
  }

  .Interactive-_-platform > img.intractive-patten {
    width: 220px;

    transform: translate(-65%, 0px);

    bottom: -68px;
  }

  .Interactive-_-platform > img.intractive-field-patten {
    width: 200px;
  }

  .landing-_-logins-head > a > h4 {
    font-size: 10px;
  }

  .bars-_-cbn {
    height: 15px;
  }

  .bars-_-cbn > div {
    /*        width: 18px;*/

    height: 1px;
  }

  .more-ipdates-_-intractive .tittle-_-text > h2 {
    font-size: 15px;
  }

  .more-ipdates-_-intractive .tittle-_-text > a {
    font-size: 12px;
  }

  .update-box-update a {
    font-size: 10px;
  }

  .contact-us-link a {
    font-size: 10px;
  }

  p.safe_betting,
  p.safe_betting * {
    font-size: 8px !important;
  }

  .landing-_-logins-head {
    display: none;
  }

  .blink-img-profile {
    width: 45px;

    height: 45px;
  }

  .load.blink-images-profile {
    width: 56px;

    height: 56px;
  }

  .load img {
    top: 6px;

    left: 6px;
  }

  .load.blink-profile-1 {
    right: 20%;

    top: 20%;
  }

  .load.blink-profile-2 {
    right: 4%;

    top: 42%;
  }

  .load.blink-profile-3 {
    right: 30%;

    top: 52%;
  }

  .load.blink-profile-4 {
    right: 14%;

    top: 74%;
  }

  .load.blink-images-profile:before,
  .load.blink-images-profile:after {
    width: 60px;

    height: 60px;
  }

  .load-screen {
    height: 40%;
  }

  .update-every-hour .club-updates img {
    width: 70px;
  }

  .img-updatebox .news-parent-block-cb {
    width: 70px;

    height: 48px;
  }

  .update-box-update {
    height: 48px;
  }

  .img-updatebox {
    margin: 0px auto 30px;
  }

  .update-every-hour .club-updates .img-updatebox.new-site_logo-cb img {
    max-width: 60px;
  }

  .img-updatebox.new-site_logo-cb .news-parent-block-cb {
    width: 60px;

    height: 60px;
  }

  .club-updates p {
    font-size: 12px;

    line-height: 25px;

    color: #9d9d9d;

    text-align: center;

    letter-spacing: 1px;

    padding: 0px;
  }

  .landing-_-menu > ul.menu-_-cbn > li > a {
    font-size: 12px;
  }

  .cbn-landing-header:before {
    top: 64px;
  }
}

@media (max-width: 450px) {
  img.header-logo {
    width: 48px;

    height: auto;

    padding: 8px 6px;
  }
  .contact-us-link a {
    margin: 0 4px;
    font-size: 8px;
  }

  .header-wrap > .white_splatter_wrap {
    display: none;
  }

  .header-wrap {
    min-height: 750px;
    max-height: 750px;
    background-color: #001656;
  }

  .title-wrap {
    width: calc(100% - 18px);

    margin: 300px 0px 0px 25px;

    height: calc(100vh - 300px);
  }
  .header-wrap .cbn_title_desc p.desk_desc_text {
    display: none;
  }
  .header-wrap .cbn_title_desc p.mob_desc_text {
    display: block;
  }
  .header-wrap .cbn_title_desc p {
    height: auto;
    font-size: 13px;
    line-height: 28px;
  }

  span.d-r-d {
    font-size: 18px;

    padding: 6px 8px;

    border-radius: 6px;

    line-height: 25px;
  }

  .title-wrap h3 {
    font-size: 18px;

    line-height: 44px;

    margin: 20px 0 20px 0;
  }

  .cd-wrapper .load {
    top: 114px;

    max-width: 8px;

    right: 98%;
  }

  .title-wrap p {
    margin-top: 10px;

    padding-left: 28px;

    font-size: 10px;
  }

  .landing-_-menu > ul.menu-_-cbn > li > a {
    font-size: 12px;
  }

  .smart-way-img-section > .smart-way_text.cbn-_-hide {
    width: 85%;

    margin-bottom: 30px;
  }

  div#club-update-wrap .smart-way-img-section > img {
    width: 48%;

    margin: 10px 0px 0px;
  }

  .smart-way-img-section {
    justify-content: space-between;
  }

  img.green-online-button {
    top: 144px;

    max-width: 6px;

    left: -4px;
  }

  button#btn-signup {
    font-size: 13px;
  }

  button.sign-up a {
    padding: 10px 40px;
    font-size: 13px;
  }
  button.sign-up > a {
    border: 3px solid transparent;
  }

  button.choose-club {
    font-size: 13px;

    padding: 10px;

    height: 41px;

    width: 32%;

    max-width: initial;
  }

  .smart-way_text.cbn-_-hide {
    width: calc(100% - 20px);

    margin: 40px auto 0px;
  }

  .smart-way_text > h2 {
    width: 100%;

    max-width: 200px;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 0.5px;
  }

  .smart-way_text > h2 .cb_small_text {
    font-size: 12px;
  }

  .smart-way-img-section p.load.text,
  div#club-update-wrap .smart-way-img-section p.text {
    width: 10px;

    height: 20px;
  }

  div#club-update-wrap .smart-way-img-section p.text:after {
    width: 60px !important;

    height: 60px !important;

    left: 0px !important;

    top: 0px !important;
  }

  div#club-update-wrap .smart-way-img-section p.text:before {
    width: 50px !important;

    height: 50px !important;

    left: 5px !important;

    top: 5px !important;
  }

  .red-blur-main-left {
    left: 32%;

    top: 0px;
  }

  .red-blur-main-right {
    right: 5%;

    top: 0px;
  }

  p.safe_betting,
  p.safe_betting * {
    line-height: 16px;
  }

  p.safe_betting {
    width: calc(100% - 10px);

    margin: 0px auto;
  }

  .header-images-stuff img.top-mixed-all-type-image-4 {
    top: auto;

    bottom: -38%;
  }

  .cbn-_-pop-mic > img {
    width: 18px;
  }

  .left-mic-pop.cbn-_-pop-mic.active,
  .right-mic-pop.cbn-_-pop-mic.active {
    padding: 6px 12px;

    border: 3px solid #7f7f7f;
  }

  .cbn-_-user-post {
    left: 65px;

    top: -30px;
  }

  .cbn-_-user-post.first-_-n > p.user-post-_-tittle {
    font-size: 16px;

    padding: 8px 8px;

    margin: 0px auto 8px 0px;
  }

  .cbn-_-user-post > .post-_-detail {
    padding: 8px 6px;

    width: 230px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-image > img {
    width: 32px;

    height: 32px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn {
    margin-left: 8px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > p {
    font-size: 10px;

    line-height: 15px;

    margin-bottom: 6px;
  }

  .right-mic-pop.cbn-_-pop-mic.active,
  .right-mic-pop.cbn-_-pop-mic.active_2 {
    top: auto;

    right: 12px;

    bottom: 8px;

    box-shadow: none;
  }

  .cbn-_-user-post.secound-_-n {
    right: 65px;

    top: auto;

    bottom: 5px;
  }

  .header-images-stuff img.top-mixed-all-type-image-1 {
    height: 330px;
  }

  .custom-shape-divider-top-cbn svg {
    width: 165%;
  }

  .cbn-_-stadium-details {
    margin: 0px auto 0px 0px;
  }

  .header-images-stuff img.top-mixed-all-type-image-3 {
    display: none;
  }

  .more-ipdates-_-intractive > .left-_-side > img {
    margin-right: 20px;

    height: 120px;
  }

  .more-ipdates-_-intractive > .right-_-side > img {
    margin-left: 20px;

    height: 120px;
  }

  .cbn-_-pop-mic {
    top: 22px;

    left: 12px;
  }

  .right-mic-pop.cbn-_-pop-mic {
    top: auto;

    right: 12px;

    bottom: 10px;

    left: auto;
  }

  html {
    scroll-behavior: smooth;
  }

  .landing-_-logins-head {
    display: none;
  }

  .landing-_-logins-head {
    display: none;
  }

  .blink-img-profile {
    width: 28px;

    height: 28px;
  }

  .load.blink-images-profile {
    width: 35px;

    height: 35px;
  }

  .load img {
    top: 3.5px;

    left: 3.5px;
  }

  .load.blink-profile-1 {
    left: 30%;

    top: 24%;
  }

  .load.blink-profile-2 {
    left: 44%;

    top: 44%;
  }

  .load.blink-profile-3 {
    left: 76%;

    top: 66%;
  }

  .load.blink-profile-4 {
    right: auto;

    top: 80%;

    left: 82%;
  }

  .load.blink-images-profile:before,
  .load.blink-images-profile:after {
    width: 35px;

    height: 35px;
  }

  .load-screen {
    width: 100%;

    height: 30%;

    top: -14px;

    right: -50px;

    display: none;
  }

  .cd-wrapper .load img {
    top: 4px;

    left: 4px;
  }

  .cd-wrapper .load:after,
  .cd-wrapper .load:before {
    width: 14px;

    height: 14px;
  }

  .feature-_-cbn-tittles > h2 {
    font-size: 9px;

    padding: 10px 15px;

    letter-spacing: 2px;
  }

  .header-images-stuff {
    padding: 130px 0px 70px;

    background: #001656;
  }

  a.landing-_-logo > p.landing-_-text-logo {
    font-size: 16px;

    margin: 7px !important;
  }

  .zoominheader {
    background-position: initial;

    display: block;
  }

  .cbn-_image_changer {
    top: 30px;

    display: none;
  }

  .landing-_-menu {
    top: 70px;

    padding: 15px 20px;

    background-color: #00195e;

    width: 100%;

    max-width: 180px;
  }

  .signup_text {
    font-size: 9px;

    letter-spacing: 0.5px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.like-_-button {
    font-size: 10px;

    margin-top: 0px;
  }

  .cbn-_-user-post
    > .post-_-detail
    > .post-_-data-cbn
    > a.like-_-button
    > i.fa.fa-heart {
    font-size: 11px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.mic-_-button > img {
    height: 11px;

    margin-top: 2px;
  }

  .cbn-_-user-post
    > .post-_-detail
    > .post-_-data-cbn
    > a.chat-football-_-button
    > img {
    height: 13px;

    margin-top: 1px;
  }

  .cbn-_-user-post > .post-_-detail > .post-_-data-cbn > a.mic-_-button,
  .cbn-_-user-post
    > .post-_-detail
    > .post-_-data-cbn
    > a.chat-football-_-button {
    font-size: 10px;

    margin-left: 15px;
  }

  .cbn-_-user-post > p.user-post-_-tittle {
    font-size: 16px;

    padding: 8px 8px;

    margin: 0px 0px 8px auto;
  }

  .more-ipdates-_-intractive .tittle-_-text > a {
    font-size: 10px;
  }

  .more-ipdates-_-intractive .tittle-_-text > h2 {
    font-size: 12px;

    margin-bottom: 15px;
  }

  .more-ipdates-_-intractive > .right-_-side > .tittle-_-text > h2 {
    margin-top: 15px;
  }

  .more-ipdates-_-intractive > .logo-center > img {
    width: 50px;
  }

  .Interactive-_-platform > img.intractive-patten {
    width: 200px;

    transform: translate(-32%, 0px);

    bottom: -60px;
  }

  .Interactive-_-platform > img.intractive-field-patten {
    width: 180px;
  }

  .club-updates p {
    font-size: 12px;

    line-height: 22px;

    color: #9d9d9d;

    text-align: center;

    letter-spacing: 0.5px;

    padding: 0px;

    width: 100%;

    font-weight: 500;
  }

  .update-box-update a {
    font-size: 10px;
  }

  span.sep {
    font-size: 8px;
  }

  a.landing-_-logo > span.S442-_-logo-cbn > img {
    margin: 0;

    height: 16px;
  }

  .cbn-landing-header > .menu-_-header {
    top: 3px;

    left: -8px;

    width: 40px;

    height: 20px;

    padding: 15px 30px;
  }

  .bars-_-cbn {
    height: 13px;
  }

  .cbn-landing-header {
    padding: 10px 18px;

    border: 0;

    background: linear-gradient(180deg, #00145b 0%, #001b5f 100%);
  }

  .landing-_-menu > ul.menu-_-cbn > li > a {
    font-size: 11px;

    padding: 18px 10px;

    letter-spacing: 1px;

    text-align: center;
  }

  .landing-_-menu > ul.menu-_-cbn > li.Advertising-btn {
    padding: 18px 8px 5px;
  }

  .landing-_-menu > ul.menu-_-cbn > li.Advertising-btn > a {
    padding: 12px 15px;

    margin: auto;
  }

  .feature-_-cbn-tittles > p {
    margin: 0px 15px;
  }

  .contact-us-link {
    margin-bottom: 10px;
  }

  .feature-_-cbn-tittles > h3 {
    margin: 20px 10px 5px;

    font-size: 17px;
  }

  .footer-all-page_end {
    padding: 10px 0px;
  }

  ul.random-word_wrapper > li {
    font-size: 10px;

    padding: 10px 5px;

    min-width: 89px;

    height: 34px;

    margin: 10px 5px;
  }

  ul.random-word_wrapper > li.random_word-2,
  ul.random-word_wrapper > li.random_word-4 {
    margin-top: 0px;
  }

  .cbn-_-random-word {
    height: 108px;

    position: absolute;

    top: 390px;
  }

  .cbn-_-random-word > ul.random-word_wrapper {
    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    align-content: space-between;
  }

  .title-wrap > .cbn-_-club-landing {
    display: none;
  }

  .cbn-landing-header:before {
    top: 0px;
    height: 100%;
  }

  .header-wrap:before {
    display: block;

    width: 250px;

    height: 250px;

    top: auto;

    bottom: 0;
  }

  .cbn-_image_changer > svg > image {
    width: 118%;

    height: 325px;
  }

  .header-wrap > canvas#canvas {
    display: none;
  }

  #cf img.top,
  #cf img.bottom {
    top: 62px;
  }

  #cf img.bottom,
  #cf img.top {
    width: 300px;
  }

  .cb_match_wrap > .cb_match_name {
    font-size: 10px;

    letter-spacing: 0;
  }

  .cb_match_wrap > .match_content {
    width: 100px;

    padding: 10px;

    flex-direction: column;
  }

  .clubs_detail .cb_club_score {
    width: 85px;
  }

  .next_match_wrap {
    max-width: 190px;
  }

  .cb_match_wrap {
    margin: 0px 3px;
  }

  .match_content > .match_status {
    min-width: 100%;

    text-align: center;

    margin-top: 10px;

    font-size: 10px;
  }

  .cb_club_score .cbn_img {
    max-width: 30px;

    height: 30px;
  }

  .cb_club_score > .cbn_score {
    padding: 8px 3px;

    font-size: 10px;
  }

  .next_match_wrap .slick-arrow:after {
    height: 114px;

    top: -33px;
  }

  .next_match_wrap .slick-arrow {
    width: 25px;

    height: 25px;

    padding-top: 10px;
  }

  .next_match_wrap .slick-arrow:before {
    font-size: 25px;
  }

  .next_match_wrap .slick-prev {
    left: -30px;
  }
}

/*dashboard-style-media-end*/
