/*login-signup-style-start*/

div,
td {
  font-size: 9pt;
  color: #555;
  text-align: left;
}

a:link,
a:visited {
  color: white;
  text-decoration: none;
}

ul {
  list-style: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
.overflow_hidden_active {
  overflow: hidden;
}
::-webkit-scrollbar-thumb {
  background: #0e2d6d;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
}

span.S442-_-logo-cbn > img {
  width: auto;
  height: 35px;
  background-color: #fff;
  padding: 2px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p.landing-_-text-logo {
  width: auto;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 8px;
}

p.landing-_-text-logo > span.cbn-_-text-1 {
  margin-right: -3px;
}

.cbn-_-header {
  background-color: #14155f;
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
  height: 60px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

a.top-_-logo {
  display: flex;
  align-items: center;
}

form.signup_form {
  margin-top: 60px;
  background-color: #14155f;
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100% - 140px);
  align-items: center;
  overflow-y: auto;
}

form.signup_form > .signup_steps_content > .form_footer {
  background-color: #012064;
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  height: 80px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

button.next_strp_btn {
  opacity: 0.3;
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  background-color: transparent;
  border: none;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}

img.cbn-_-right-arrow {
  width: 56px;
  margin-left: 12px;
  margin-top: 4px;
}

.signup_steps_content {
  max-width: 700px;
  width: 100%;
}

.signup_steps_content .from_el > input {
  width: 100%;
  height: 70px;
  text-align: left;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
  margin: 12px 0px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #fff;
}

.signup_steps_content .from_el > input::placeholder {
  text-align: center;
}

.signup_steps_content .from_el > label {
  display: block;
  color: red;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 8px 0px;
  font-weight: 600;
}

.signup_steps_content > .form_title > h2.label {
  font-size: 30px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.signup_steps_content .from_el > select {
  width: 100%;
  height: 70px;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
  margin: 12px 0px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #757575;
  border: 1px solid #fff;
  appearance: none;
  background-image: url("../images/cbn-_-arrow.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 12px;
}

.signup_steps_content .from_el > select.valid {
  text-align: left;
  color: #000;
}

a.cbn-_-add-clubs-teams {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
  margin: 12px 0px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #fff;
  color: #757575;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cbn-_-add-team > .cbn-_-club-search {
  border-radius: 6px 6px 0px 0px;
  position: relative;
  box-shadow: 0 0 9px 0px rgb(0 0 0 / 18%);
  border: solid 1px #0e2d6d;
  opacity: 1;
  background-color: #0e2d6d;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 14px 50px 14px 48px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  text-align: left;
  outline: none;
}

.cbn-_-add-team > .cbn-_-club-search::placeholder {
  color: #fff;
}

.cbn-_-add-team:before {
  content: "\f002";
  font-size: 22px;
  z-index: 9;
  color: #ffffff;
  position: absolute;
  top: 14px;
  right: 17px;
  font-family: fontawesome;
  cursor: pointer;
}

.cbn-_-add-team > .cbn-_-add-country > ul.country_selections {
  width: 100%;
  height: 500px;
  overflow: auto;
  border-radius: 0px 0px 6px 6px;
  overflow-x: hidden;
  background-color: #fff;
  display: flex;
  gap: 0px 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.cbn-_-add-team > .cbn-_-add-country > ul > li {
  background-color: #ffffff;
  border-bottom: 1px solid #e4e9f4;
  box-sizing: border-box;
  width: calc(50% - 20px);
}

.cbn-_-add-team > .cbn-_-add-country > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.cbn-_-add-team > .cbn-_-add-country > ul > li > a > img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
  font-size: 12px;
  color: #012064;
  margin-left: 12px;
  font-weight: 500;
  height: 20px;
  display: flex;
  align-items: center;
}

.club_color_wrap {
  width: 16px;
  height: 16px !important;
  display: block !important;
  border-radius: 100%;
}

.cbn-_-add-club > .cbn-_-add-country > ul > li > a > img {
  height: auto;
  width: 20px;
  object-fit: contain;
}

.cbn-_-add-team.cb_leagues_div > .cbn-_-add-country > ul.country_selections {
  justify-content: flex-start;
  flex-direction: column;
  height: calc(100% - 47px);
}

.cbn-_-add-team.cb_leagues_div > .cbn-_-add-country,
.cbn-_-add-team.cb_clubs_div > .cbn-_-add-country {
  height: 500px;
}

.cbn-_-add-team.cb_countries_div
  > .cbn-_-add-country
  > ul.country_selections
  > li,
.cbn-_-add-team.cb_leagues_div
  > .cbn-_-add-country
  > ul.country_selections
  > li {
  width: 100%;
}

.cbn-_-add-team.cb_clubs_div > .cbn-_-add-country > ul.country_selections {
  height: calc(100% - 62px);
  margin-bottom: 15px;
  align-content: flex-start;
}

.cb_leagues_div.cbn-_-add-team
  > .cbn-_-add-country
  > ul
  > li:nth-last-child(2) {
  border-bottom: 1px solid #e4e9f4;
}

/*select-date-of birthday*/
body.cb_user_signup > .show-calendar {
  width: 100%;
  max-width: 700px;
  border-radius: 8px;
  box-sizing: border-box;
}

body.cb_user_signup > .show-calendar > .drp-calendar {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.cb_user_signup
  > .show-calendar
  > .drp-calendar
  > .calendar-table
  th.month
  > select {
  height: 34px;
  border-radius: 4px;
  font-weight: 600;
  color: #757575;
  appearance: none;
  border: none;
  background-image: url(../images/cbn-_-arrow.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

body.cb_user_signup
  > .show-calendar
  > .drp-calendar
  > .calendar-table
  th.month
  > select:hover {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

body.cb_user_signup > .show-calendar > .drp-buttons > button {
  background-color: #14155f;
  color: #fff;
  border: none;
  width: auto;
  padding: 8px 15px;
  border-radius: 4px;
  margin-left: 15px;
}

body.cb_user_signup
  > .show-calendar
  > .drp-calendar
  > .calendar-table
  th.prev.available:hover,
body.cb_user_signup
  > .show-calendar
  > .drp-calendar
  > .calendar-table
  th.next.available:hover {
  background-color: #14155f;
  color: #fff;
  padding: 0px;
}

body.cb_user_signup
  > .show-calendar
  > .drp-calendar
  > .calendar-table
  th.prev.available:hover
  > span,
body.cb_user_signup
  > .show-calendar
  > .drp-calendar
  > .calendar-table
  th.next.available:hover
  > span {
  border-color: #fff;
  border-width: 0 3px 3px 0;
}

form.signup_form > .signup_steps_content > .form_footer.active {
  background-color: #36c6fd;
}

form.signup_form
  > .signup_steps_content
  > .form_footer.active
  > button.next_strp_btn {
  opacity: 1;
}

/*select-date-of birthday--*/
a.cbn-_-add-clubs-teams > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 28px);
  height: 70px;
  background-color: #012064;
  border: 3px solid #fff;
  border-radius: 8px;
  margin: 0px -16px;
  box-sizing: border-box;
  position: relative;
}

a.cbn-_-add-clubs-teams > a > img {
  width: 32px;
  height: auto;
  padding: 12px 0px 12px 12px;
}

a.cbn-_-add-clubs-teams > a > span {
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  border-left: 3px solid #fff;
  padding: 10px;
}

a.cbn-_-add-clubs-teams > a > span.change-_-club {
  border: none;
  position: absolute;
  right: 0px;
  font-size: 14px;
}

.cbn-_-add-team > .cbn-_-add-country > ul > li.list_loading {
  border: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cbn-_-add-team > .cbn-_-add-country > ul > li.list_loading > img {
  width: 50px;
}

.cbn-_-add-team > .cbn-_-club-search::placeholder {
  color: #fff;
}

.cbn-choose-popup > span {
  font-weight: 700;
  position: absolute;
  left: 44px;
  top: 38px;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  width: fit-content;
}

.cbn-choose-popup > span > .fa-arrow-left:before {
  font-family: fontawesome;
  cursor: pointer;
  margin-right: 2px;
  font-weight: normal;
}

.cbn-choose-popup > span > .fa-arrow-left {
  font-style: normal;
}

.cbn-choose-popup > span > label {
  cursor: pointer;
  display: none;
}

.cbn-choose-popup > span > .fa-arrow-left {
  font-style: normal;
}

.cbn-choose-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 700px;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

#open-header_close {
  top: 0;
  padding: 4px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  right: -35px;
  text-decoration: none;
  box-sizing: border-box;
  z-index: 1000;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#open-header_close > img {
  width: 22px;
  background-color: #fff;
  padding: 6px;
}

.cbn-_-add-team > .cbn-_-add-country > ul > li.popular_heading,
.cbn-_-add-team > .cbn-_-add-country > ul > li.atoz_heading {
  border: 0;
  padding: 10px 20px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: #d3e0fc;
  width: fit-content;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
}

/* cbn_new_style_2024_start */
.cbn_top_section_new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00145b;
  padding: 10px 15px;
  border-radius: 4px;
}

.cbn_top_section_new > .top_heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.cbn_top_section_new > .top_heading > .head_title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  width: 115px;
  min-width: max-content !important;
}

.cbn_add_team_new:before {
  display: none;
}

.cbn_top_section_new > .search_wrap {
  width: calc(100% - 135px);
  position: relative;
  border-radius: 4px;
}

.cbn_top_section_new > .search_wrap > .cbn-_-club-search {
  height: 100%;
  width: calc(100% - 55px);
  padding: 10px 45px 10px 10px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.cbn_top_section_new > .search_wrap > i {
  position: absolute;
  top: 52%;
  right: 0px;
  font-size: 18px;
  color: #fff;
  transform: translate(0px, -52%);
}

.cbn_top_section_new > .search_wrap > .cbn-_-club-search::placeholder {
  color: #fff;
  opacity: 0;
}

.cbn_top_section_new > #open-header_close > i {
  font-size: 20px;
  color: #000;
}

.cbn_top_section_new > .top_heading > span > i {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.cbn_choose_club_li {
  background-color: #ffffff;
  border-bottom: 1px solid #e4e9f4;
  box-sizing: border-box;
}

.cbn_choose_club_li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px;
}

.cbn_choose_club_li > a > img {
  width: 20px;
  height: auto;
  filter: drop-shadow(1px 1px 1px #0000002b);
  object-fit: contain;
}

.cbn_choose_club_li > a > span {
  font-size: 12px;
  color: #012064;
  margin-left: 12px;
  font-weight: 500;
}

.cbn_choose_clubs_tittle {
  border: 0;
  padding: 15px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #00145b;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #00145b;
}

.cbn_choose_clubs_tittle:hover {
  background-color: #fff;
  color: #00145b;
}

.cbn_contry_new_wrapper
  > .cbn_choose_clubs_wrapper
  > .cbn_choose_club_container {
  margin-bottom: 10px;
}

.cbn_contry_new_wrapper
  > .cbn_choose_clubs_wrapper.active
  > .cbn_choose_club_container {
  display: block;
}

.cbn_contry_new_wrapper > .cbn_choose_clubs_wrapper {
  border: none !important;
  margin-top: 15px;
}

.cbn_contry_new_wrapper
  > .cbn_choose_clubs_wrapper
  > .cbn_choose_club_container
  > li:nth-last-child(1) {
  border: none;
}

.cbn-_-add-team > .cbn-_-add-country > ul > li:nth-last-child(1),
.cbn-_-add-team > .cbn-_-add-country > ul > li:nth-last-child(2) {
  border: none;
}

.cbn-_-add-team
  > .cbn-_-add-country
  > .cbn_contry_new_wrapper
  > .cbn_choose_clubs_wrapper {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* cbn_new_style_2024_end */

/* cbn_new_style_notification_model_2024_start */
.cbn_notifiaction_live_modal {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  background-color: #ffffff4d;
}

.cbn_notifiaction_live_modal_continer {
  background: #fff;
  border-radius: 50px 50px 0 0;
  box-shadow: 0px -1px 6.7px rgb(0 20 85 / 25%);
  padding: 15px 20px;
  animation: popup_buttom_slide_top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  position: relative;
  padding-top: 30px;
}

@keyframes popup_buttom_slide_top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.cbn_notifiaction_live_close_app_notif {
  position: absolute;
  top: -2px;
  right: 10px;
  width: 22px;
  height: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 12px;
  background: #001455;
}

.cbn_notifiaction_live_close_app_notif:before {
  content: "\f00d";
  font-family: "FontAwesome";
}

.title_section .notif_title {
  text-align: center;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 24px;
  color: #000;
}

.title_section .notif_desc {
  text-align: center;
  width: calc(100% - 50px);
  margin: 10px auto;
  color: #0d0d0d;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 20px;
}

.club_notif_content {
  padding-top: 10px;
}

.cbn_popup_bottom_close > .cbn_notifiaction_live_modal_continer {
  animation: popup_buttom_slide_bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
}

@keyframes popup_buttom_slide_bottom {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

.cbn_popup_bottom_close {
  animation: cbn_popup_bottom_close_animation 1s ease-out 0.2s both;
}

@keyframes cbn_popup_bottom_close_animation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.social442_agent
  .cbn-_-add-team.cb_clubs_div
  > .cbn-_-add-country
  > ul.country_selections
  > li.fav_club_list
  > a
  > span {
  width: calc(100% - 38px);
}

/* cbn_new_style_notification_model_2024_end */

/* cbn_dropdown_style_start */
.cbn_custom_dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.cbn_custom_dropdown_toggle {
  padding: 15px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #00145b;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #00145b;
  width: 100%;
  position: relative;
}

.cbn_custom_dropdown_toggle:focus {
  outline: none;
}

.cbn_custom_dropdown_menu {
  display: none;
  position: absolute;
  bottom: 49px;
  background-color: white;
  border-radius: 6px;
  z-index: 1000;
  width: calc(100% - 4px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 2px solid #00145b;
  overflow: hidden;
}

.cbn_custom_dropdown_item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  background-color: #00145b;
  color: #fff !important;
}

.cbn_custom_dropdown_item:last-child {
  border-bottom: none;
}

.cbn_custom_dropdown_item:hover {
  background-color: #fff;
  color: #00145b !important;
  font-weight: 600;
}

.cbn_custom_dropdown_toggle:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
}

.cbn_custom_dropdown_toggle:hover,
.cbn_custom_dropdown_toggle.active {
  background: #fff !important;
  color: #00145b !important;
}

.cbn_custom_dropdown_toggle.active:before {
  content: "\f078";
}

/* cbn_dropdown_style_end */

@media (max-width: 768px) {
  .signup_steps_content {
    max-width: 100%;
    padding: 0px 40px;
  }

  .header-wrap {
    padding: 0px;
  }

  .cb-clubpage .post-views {
    width: 100%;
    margin: 0px;
  }

  .match-detail,
  .cb_last-match {
    width: 100%;
    margin: 0px;
  }

  .cb-news-wrap {
    width: 100%;
    margin: 0px;
  }

  .cb_player_watch_dtl {
    width: 100%;
    margin: 0px;
  }

  .cb-top-fan {
    width: 100%;
    margin: 0px;
  }

  .cb-clubpage.active {
    padding: 0px;
  }

  .signup_steps_content > .form_title > h2.label {
    font-size: 22px;
  }

  .signup_steps_content .from_el > input {
    height: 50px;
    border-radius: 8px;
    padding: 8px;
    margin: 10px 0px;
    font-size: 12px;
  }

  span.S442-_-logo-cbn > img {
    margin: 0px 0px 4px;
    height: 24px;
  }

  p.landing-_-text-logo {
    font-size: 10px;
    margin: 0px;
  }

  a.top-_-logo {
    width: 100%;
    flex-direction: column;
  }

  .cbn-_-header {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .signup_steps_content .from_el > label {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 6px 0px;
  }

  img.cbn-_-right-arrow {
    width: 38px;
    margin-left: 10px;
  }

  button.next_strp_btn {
    font-size: 20px;
  }

  .signup_steps_content .from_el > select {
    height: 50px;
    border-radius: 8px;
    padding: 8px;
    margin: 10px 0px;
    font-size: 12px;
    background-size: 10px;
  }

  a.cbn-_-add-clubs-teams {
    height: 56px;
    border-radius: 8px;
    padding: 8px;
    margin: 10px 0px;
    font-size: 12px;
  }

  .cbn-_-add-team > .cbn-_-club-search {
    height: 44px;
    padding: 10px 40px 10px 40px;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
    font-size: 11px;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > img {
    height: auto;
    width: 15px;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li > a {
    padding: 12px 6px;
  }

  .cb_clubs_div.cbn-_-add-team > .cbn-_-add-country > ul > li > a {
    padding: 9px 6px;
  }

  .cb_clubs_div.cbn-_-add-team > .cbn-_-add-country > ul > li > a > img {
    width: 14px;
  }

  .cb_clubs_div.cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
    font-size: 9px !important;
    width: fit-content;
    margin-left: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul.country_selections {
    height: 495px;
  }

  .cbn-_-add-club > .cbn-_-add-country > ul > li > a > img {
    height: 17px;
  }

  .cbn-_-add-club-team > .cbn-_-add-country > ul > li > a > img {
    height: 16px;
  }

  /*select-date-of birthday*/
  body.cb_user_signup > .show-calendar {
    max-width: calc(100% - 80px);
  }

  /*select-date-of birthday--*/
  a.cbn-_-add-clubs-teams > a {
    height: 56px;
    font-size: 12px;
    width: calc(100% + 20px);
    margin: 0px -10px;
    border: 2px solid #fff;
  }

  a.cbn-_-add-clubs-teams > a > img {
    width: 24px;
    height: auto;
    padding: 10px 0px 10px 12px;
  }

  a.cbn-_-add-clubs-teams > a > span {
    font-size: 12px;
    margin-left: 8px;
    padding: 6px 8px;
    border-left: 2px solid #fff;
  }

  a.cbn-_-add-clubs-teams > a > span.change-_-club {
    font-size: 11px;
    padding: 6px 10px;
  }

  .cbn-choose-popup {
    width: 88%;
    box-sizing: border-box;
    padding: 20px 20px 20px;
  }

  .cbn-choose-popup > span {
    right: 0px;
    left: 34px;
    font-size: 18px;
    top: 58px;
  }

  .cbn-_-add-team:before {
    font-size: 18px;
    top: 12px;
    right: 12px;
  }

  #open-header_close > img {
    width: 16px;
    padding: 10px 8px;
    background-color: transparent;
  }

  #open-header_close {
    right: 6px;
  }

  .cbn_top_section_new > #open-header_close {
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00145b;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: initial !important;
  }

  .cbn_top_section_new > #open-header_close > i {
    position: absolute;
    top: -20px;
    right: -48px;
    background: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 15px;
  }
}
.custom-fix .league_name_wrap p.cb_league_year {
  padding-top: 94px !important;
}
.match_page_body.homepage_live_score .page-header {
  padding: 53px 0px 50px !important;
}
.custom-fix .new-addtion-feature-wrapper {
  border-top: none !important;
  top: 59px !important;
}
.custom-fix2 .sticky {
  top: 81px;
}
@media (max-width: 500px) {
  .live_scorer_notifiction_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .custom-fix .new-addtion-feature-wrapper,
  .custom-fix2 .header-section.sticky {
    top: 46px !important;
  }
  .custom-fix2 .sticky {
    top: 81px;
  }
  .custom-fix .league_name_wrap p.cb_league_year {
    padding-top: 67px !important;
  }
  .club_color_wrap {
    width: 12px !important;
    height: 12px !important;
  }

  .live_scorer_notifiction_popup_wrapper {
    background-color: #00145b;
    z-index: 9999;
    position: relative;
    width: calc(100% - 40px);
    height: calc(100% - 30px);
    padding: 15px 20px;
  }

  .live_scorer_notifiction_popup_close {
    position: relative;
  }

  .live_scorer_notifiction_popup_close > i {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: -5px;
  }

  .live_scorer_notifiction_popup_container {
    margin-top: 10px;
  }

  .live_scorer_notifiction_popup_top_tittle {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

  .live_scorer_notifiction_popup_subtittle {
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.5px;
  }

  .live_scorer_notifiction_popup_top_search_wrapper {
    position: relative;
    margin-top: 18px;
  }

  .live_scorer_notifiction_popup_top_search {
    padding: 10px 10px 10px 30px;
    font-size: 9px;
    background-color: #f4f4f4;
    border: none;
    outline: none;
    border-radius: 4px;
    width: calc(100% - 40px);
    color: #676767;
  }

  .title_section .notif_title {
    font-size: 18px;
  }

  .live_scorer_notifiction_popup_top_search_wrapper > i {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 15px;
    color: #676767;
  }

  .live_scorer_notifiction_popup_body {
    margin-top: 10px;
    background-color: #fafafa;
    border-radius: 6px;
    padding: 8px 8px;
    height: calc(100vh - 175px);
  }

  .live_scorer_notifiction_popup_ul {
    height: 100%;
    overflow: auto;
  }

  .live_scorer_notifiction_popup_li_tab {
    background-color: #f2f2f2;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px;
    margin: 2px 2px;
  }

  .live_scorer_notifiction_popup_li_club_detials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .live_scorer_notifiction_popup_li_club_detials > img {
    background-color: #011d63;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .live_scorer_notifiction_popup_li_club_name_country {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }

  .live_scorer_notifiction_popup_li_club_name {
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
  }

  .live_scorer_notifiction_popup_li_club_country {
    font-size: 9px;
    font-weight: normal;
    text-transform: capitalize;
    color: #828282;
    margin-top: 3px;
  }

  .notifiction_popup_favrt_club_options {
    background-color: #f2f2f2;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: calc(100% - 14px);
    display: flex;
    padding: 5px 6px;
    margin: 2px 2px;
    flex-direction: column;
    margin-top: 10px;
  }

  .notifiction_popup_favrt_club_options .favrt_club_wrap {
    background-color: #fbfbfb;
    padding: 5px 8px;
    border-radius: 4px;
  }

  .notifiction_popup_favrt_club_options .favrt_club_wrap .favrt_club_img {
    width: auto;
  }

  .notifiction_popup_favrt_club_options .favrt_club_wrap .favrt_club_img > img {
    background-color: #011d63;
    border-radius: 100%;
    padding: 3px;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .favrt_club_details {
    padding: 0px 10px;
  }

  .notifiction_popup_favrt_club_options .favrt_club_wrap .favrt_club_title {
    font-size: 10px;
    margin: 0px 0px 3px;
  }

  .notifiction_popup_favrt_club_options .favrt_club_wrap .favrt_club_desc {
    font-size: 9px;
    color: #828282;
    margin: 0px;
    line-height: 14px;
  }

  .live_scorer_notifiction_popup_ul > :nth-last-child(1) {
    margin-bottom: 0px;
  }

  .live_scorer_notifiction_popup_li {
    margin-bottom: 10px;
  }

  .cbn_notification_star {
    color: #868686;
    font-size: 13px;
  }

  .cbn_notification_star.active {
    color: #011d63;
  }
}

@media (max-width: 450px) {
  .signup_steps_content > .form_title > h2.label {
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }

  .signup_steps_content .from_el > input {
    height: 45px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 8px 0px;
    font-size: 12px;
  }

  .signup_steps_content .from_el > label {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 0px;
  }

  .signup_steps_content {
    padding: 0px 20px;
  }

  form.signup_form > .signup_steps_content > .form_footer {
    height: auto;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  button.next_strp_btn {
    font-size: 18px;
    letter-spacing: 1px;
  }

  img.cbn-_-right-arrow {
    width: 34px;
    margin-left: 10px;
    margin-top: 2px;
  }

  form.signup_form {
    height: calc(100% - 115px);
    margin-top: 62px;
  }

  .signup_steps_content .from_el > select {
    height: 45px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 8px 0px;
    color: #757575;
    background-size: 9px;
    background-position: 96% center;
  }

  a.cbn-_-add-clubs-teams {
    height: 50px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 8px 0px;
    font-size: 12px;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
    font-size: 10px;
    margin-left: 10px !important;
    height: auto;
    display: flex !important;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > img {
    height: auto;
    width: 15px;
    max-width: 15px;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul.country_selections {
    gap: 0px 20px;
    margin-top: 10px;
    overflow: hidden;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li {
    width: calc(50% - 10px);
    margin-top: 0px;
  }

  .cbn-_-add-team > .cbn-_-club-search {
    height: 38px;
    padding: 5px 40px 5px 36px;
    font-size: 11px;
  }

  /*select-date-of birthday*/
  body.cb_user_signup > .show-calendar {
    max-width: calc(100% - 40px);
  }

  body.cb_user_signup
    > .show-calendar
    > .drp-calendar
    > .calendar-table
    th.prev.available:hover
    > span,
  body.cb_user_signup
    > .show-calendar
    > .drp-calendar
    > .calendar-table
    th.next.available:hover
    > span {
    border-width: 0px 2px 2px 0;
  }

  body.cb_user_signup > .show-calendar > .drp-calendar > .calendar-table th {
    padding-bottom: 0px;
  }

  body.cb_user_signup > .show-calendar > .ranges {
    margin: 0px;
  }

  body.cb_user_signup
    > .show-calendar
    > .drp-calendar
    .table-condensed
    tbody
    > tr
    > td {
    min-width: 28px;
    width: 28px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }

  body.cb_user_signup
    > .show-calendar
    > .drp-calendar
    .table-condensed
    thead
    > tr
    > th {
    min-width: 28px;
    width: 28px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }

  body.cb_user_signup
    > .show-calendar
    > .drp-calendar
    > .calendar-table
    th.month
    > select {
    height: 28px;
    font-size: 10px;
    padding: 8px;
    background-position: 94% center;
    background-size: 8px;
  }

  body.cb_user_signup
    > .show-calendar
    > .drp-calendar
    .table-condensed
    thead
    > tr
    > th
    > span {
    padding: 2px;
  }

  body.cb_user_signup > .show-calendar > .drp-buttons {
    padding: 5px;
  }

  body.cb_user_signup > .show-calendar > .drp-buttons > button {
    padding: 6px 12px;
    margin-left: 12px;
    font-size: 10px;
  }

  /*select-date-of birthday--*/
  a.cbn-_-add-clubs-teams > a {
    height: 50px;
    width: calc(100% + 24px);
    margin: 0px -12px;
    border: 2px solid #fff;
  }

  a.cbn-_-add-clubs-teams > a > img {
    width: 20px;
    height: auto;
    padding: 8px 0px 8px 8px;
  }

  a.cbn-_-add-clubs-teams > a > span {
    font-size: 10px;
    margin-left: 6px;
    padding: 4px 7px;
    border-left: 1px solid #fff;
  }

  a.cbn-_-add-clubs-teams > a > span.change-_-club {
    font-size: 10px;
    padding: 5px 8px;
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li.list_loading > img {
    width: 35px;
  }

  #open-header_close > img {
    width: 12px;
    padding: 12px 8px;
  }

  .cbn-choose-popup > span {
    font-size: 16px;
    top: 45px;
    left: 22px;
  }

  .cbn-_-add-team:before {
    font-size: 16px;
    top: 10px;
    right: 14px;
  }

  .cbn-choose-popup {
    padding: 10px 10px 10px;
    top: auto;
    bottom: 0px;
    transform: translate(-50%, 0%);
  }

  .cbn-_-add-team > .cbn-_-add-country > ul > li.popular_heading,
  .cbn-_-add-team > .cbn-_-add-country > ul > li.atoz_heading {
    padding: 5px 10px;
    font-size: 11px;
    margin-left: 10px;
  }

  .cbn_top_section_new > .top_heading > .head_title {
    font-size: 10px;
    margin-left: 0px;
    width: 90px;
  }

  .cbn_top_section_new > .top_heading > span > i {
    margin-right: 10px;
    font-size: 12px;
  }

  .cbn_top_section_new > .top_heading {
    margin-bottom: 0px;
    padding: 0px;
  }

  .cbn_top_section_new > .search_wrap {
    margin: 0px;
    width: calc(100% - 135px);
    padding: 0px;
    border: none;
    background-color: transparent;
  }

  .cbn_top_section_new > #open-header_close > i {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    position: initial;
    background: transparent;
    margin-top: 2px;
  }

  .cbn_top_section_new {
    padding: 8px 12px;
  }

  .cbn_top_section_new > .search_wrap > .cbn-_-club-search {
    width: calc(100% - 40px);
    width: -webkit-fill-available;
    margin: 0;
    font-size: 9px;
    padding: 8px 30px 8px 10px;
  }

  .cbn_top_section_new > .search_wrap > i:before {
    color: #c4c4c4;
    font-size: 12px;
  }

  .cbn_top_section_new > .search_wrap > i {
    transform: translate(0px, -52%);
    top: 48%;
    right: 0px;
  }

  .cbn_choose_clubs_tittle {
    padding: 10px 10px;
    font-size: 10px;
    border-radius: 4px;
  }

  .cbn_choose_club_li > a > span {
    font-size: 10px;
    margin-left: 10px;
  }

  .cbn_choose_club_li > a > img {
    height: auto;
    width: 15px;
  }

  .cbn_choose_club_li > a {
    padding: 12px 6px;
  }

  .cbn-_-add-team.cb_leagues_div > .cbn-_-add-country,
  .cbn-_-add-team.cb_clubs_div > .cbn-_-add-country {
    height: 495px;
  }

  .cbn-_-add-team.cb_clubs_div > .cbn-_-add-country > ul.country_selections {
    height: calc(100% - 43px);
    margin-bottom: 10px;
    overflow: auto;
  }

  .cbn-_-add-team.cb_leagues_div > .cbn-_-add-country > ul.country_selections {
    height: calc(100% - 33px);
  }

  .cbn_custom_dropdown_toggle {
    font-size: 10px;
    padding: 10px 15px;
  }

  .cbn_custom_dropdown_toggle:before {
    font-size: 10px;
  }

  .cbn_custom_dropdown_menu {
    bottom: 36px;
    border-radius: 6px;
    border: 1px solid #00145b;
    width: calc(100% - 2px);
  }

  .cbn_custom_dropdown_item {
    font-size: 9px;
    padding: 8px 15px;
  }
  /* .cbn_player_comments_wrap {
    width: 40px;
    height: 35px;
  } */
}

/*login-signup-style-end*/

/* App Style  */

.native-custom-style .new-addtion-feature-wrapper {
  top: 0px !important;
}

.native-custom-style .league_name_wrap p.cb_league_year {
  padding: 0px !important;
  padding-top: 32px !important;
}

.native-custom-style .content {
  height: 100vh;
}

.social442app_native .cbn_slider_content {
  height: calc(100vh - 0px) !important;
}

/* .cbn_landing_top{
  width: calc(100% - 0px) !important;
  max-width: 700px;
}
.cbn_landing_content{
    margin-top: 77px;
} */

.new_app_tour_wrap .new_app_tour_mid.slide_2 {
  margin-bottom: 30px !important;
  max-height: 54%;
}

.new_app_tour_wrap .new_app_tour_mid {
  height: 55.9% !important;
}

.match_page_body .page-wrapper {
  padding-top: 55px !important;
}

@media (max-width: 500px) {
  .new_app_tour_wrap .new_app_tour_mid {
    height: 58% !important;
  }

  .homepage_live_score .page-header {
    padding-top: 53px !important;
  }
}
