/*login-signup-style-start*/
* {
  padding: 0;
  margin: 0;
  font-family: Montserrat;
}
div,
td {
  font-size: 9pt;
  color: #555;
  text-align: left;
}
form.signup_form a:link,
a:visited {
  color: white;
  text-decoration: none;
}
html {
  overflow-y: hidden;
}
ul {
  list-style: none;
}
::-webkit-scrollbar-thumb {
  background: #0e2d6d;
}
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
}
.cb_popup.new_user_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 100000;
}
.cb_popup > .cb_popup_overlay {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #ffffff4d;
}
.cb_popup > .cb_popup_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1001;
}
.cb_popup_wrap > .cb_popup_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 700px;
  overflow: auto;
}
.cb_popup_content > .center_content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: max-content;
  display: block !important;
  margin: 0px auto;
}
.cb_popup_content > .center_content > .alert_msg {
  text-align: center;
}
.cb_popup_content > .center_content > .alert_msg > .new_user_text {
  font-weight: 600;
}
.new_user_text > span {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
.cb_popup_content > .center_content > .alert_msg .new_user_loading {
  width: 80px;
  height: auto;
  margin-top: 20px;
}
li.ui-menu-item .cb_suggestion_wrap {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
li.ui-menu-item .cb_suggestion_wrap > .image {
  max-width: 100%;
  width: 30px;
  height: 30px;
}
li.ui-menu-item .cb_suggestion_wrap > .image > img {
  width: 100%;
  height: 100%;
}
li.ui-menu-item .cb_suggestion_wrap > .label {
  margin-left: 10px;
  font-size: 10px;
}
#last-match-wrap
  .formation_section_live
  .home-formation
  > span
  .cbn-player-position-list-wrapper {
  display: none;
}
#last-match-wrap
  .formation_section_live
  .home-formation
  > span.cbn-show-player
  > .cbn-player-position-list-wrapper {
  display: block !important;
  z-index: 999 !important;
  top: 70px;
  background: linear-gradient(180deg, #ce313e 40%, #5b1818 80%);
  border-radius: 0;
}
body #last-match-wrap .home-formation > span > .player-position-player,
body
  #last-match-wrap
  .home-formation
  > span
  > .cbn-player-position-list-wrapper {
  width: 100%;
  height: auto;
}
body #last-match-wrap .home-formation > span > .player-position-player > i,
body #last-match-wrap .home-formation > span > .player-position-player > i {
  background-color: #fff !important;
  font-size: 12px;
}
body #last-match-wrap .home-formation > span > .player-position-player {
  right: 20px;
  top: 40px;
  z-index: 99 !important;
}
.S442-_-logo-cbn > img {
  height: 20px;
  width: auto;
  background: #fff;
  border-radius: 100%;
}
p.landing-_-text-logo {
  width: auto;
  margin: 10px !important;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  letter-spacing: 0;
}
.landing-_-text-logo .cbn-_-text-2 {
  background: #fff;
  color: #030049;
  padding: 2px 6px;
  margin: 0 4px;
}
.cbn-_-header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 999;
  align-items: center;
  width: 100%;
  min-height: 120px;
  margin: 0 auto;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #17264e, #ffffff6b, #17264e) 1;
  padding: 25px 15px 20px;
  background: linear-gradient(180deg, #030049 0%, #001d72 100%);
}
a.top-_-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cbn-_-header > .new_page-close {
  width: 20%;
  padding: 10px;
}
.cbn-_-header > .new_page-close > .fa-arrow-left-long:before {
  font-size: 25px;
}
.cbn-_-choose-club_popup.active {
  display: block !important;
}
.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-choose-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 490px;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 30px 30px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#open-header_close {
  top: 1px;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  right: -31px;
  text-decoration: none;
  box-sizing: border-box;
  z-index: 1000;
}
.cbn-choose-popup > span {
  font-weight: 700;
  position: absolute;
  left: 46px;
  top: 43px;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  width: fit-content;
}
.close_button > img {
  width: 16px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 6px !important;
}
.cbn-choose-popup > span > .fa-arrow-left {
  font-style: normal;
}
.cbn-choose-popup > span > label {
  cursor: pointer;
  display: none;
}
.cbn-_-add-team {
  border-radius: 6px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.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: #fff;
  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-_-add-country > ul.country_selections {
  overflow: hidden;
  background-color: #fff;
}
.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: 16px;
  font-weight: 600;
  background: #d3e0fc;
  width: fit-content;
  border-radius: 5px;
  margin-top: 10px;
}
.cbn-_-add-team.cb_leagues_div > .cbn-_-add-country,
.cbn-_-add-team.cb_clubs_div > .cbn-_-add-country {
  height: 500px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.cbn-_-add-team.cb_clubs_div > .cbn-_-add-country > ul.country_selections {
  height: calc(100% - 62px);
  margin-bottom: 15px;
  align-content: flex-start;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li.fav_club_list {
  width: calc(50% - 20px);
}
.already_account_wrap {
  margin: 30px 0;
}
.already_account_wrap > .sign_in_text {
  color: #fff;
}
.already_account_wrap > .sign_in_text > a {
  font-weight: 700;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e4e9f4;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cbn_choose_club_container {
  margin-bottom: 10px;
}
.cbn_choose_club_li {
  background-color: #fff;
  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_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: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_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_toggle:hover,
.cbn_custom_dropdown_toggle.active {
  background: #fff !important;
  color: #00145b !important;
}
li.cbn_custom_dropdown_item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  background-color: #00145b;
  color: #fff !important;
}
.cbn_custom_dropdown_item:hover {
  background-color: #fff;
  color: #00145b !important;
  font-weight: 600;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
  font-size: 12px;
  color: #012064;
  margin-left: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.cbn-_-add-team:before {
  content: "\f002";
  font-size: 22px;
  z-index: 9;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 17px;
  font-family: fontawesome;
  cursor: pointer;
}
.cb_countries_div > ::-webkit-input-placeholder {
  color: #fff;
}
.landing-_-menu > ul.menu-_-cbn > :nth-last-child(1) {
  border: none;
  padding-bottom: 0px;
}
.landing-_-menu .top-_-logo {
  display: none !important;
  padding: 0 !important;
}
body.cb_user_signup .landing-_-menu {
  top: 95px;
}
.signup_steps_wrap {
  height: 100%;
}
form.signup_form {
  margin-top: 54px;
  background: linear-gradient(0deg, #00145b 0%, #001d72 100%);
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100% - 54px);
  /* align-items: center; */
  overflow-y: auto;
  /* position: fixed; */
  padding: 100px 0px;
}
.form_align_center form.signup_form {
  /* height: calc(100% - 61px); */
}
form.signup_form > .signup_steps_content > .form_footer,
button.submit-form {
  background-color: #00145b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  height: 60px;
  align-items: center;
  /* border-top: 1px solid; */
  border-image: linear-gradient(to right, #17264e, #ffffff6b, #17264e) 1;
  border: none;
}
.form_align_center.sign-up-content-section
  form.signup_form
  > .signup_steps_content
  > .form_footer {
  bottom: 30px;
}
.form_align_center.sign-up-content-section
  form.signup_form
  > .signup_steps_content
  > .form_footer.interview-footer {
  bottom: 0px;
}
.form_footer > .cbn_button {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border: none;
  letter-spacing: normal;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_footer > .cbn_button > a.submit_formation {
  font-size: 25px;
  font-weight: 300;
  background-color: transparent;
  border: none;
  letter-spacing: normal;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_footer > .cbn_button > a.submit_formation:hover {
  box-shadow: none;
}
button.next_strp_btn {
  opacity: 0.3;
  outline: none;
}
.register-btn.next_strp_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  /* outline: none; */
}
.register-btn.next_strp_btn {
  opacity: 1;
}
.signup_steps_content.step_4 .cbn_button,
.signup_steps_content.step_6 .cbn_button {
  width: 28%;
}
.form_footer > .skip_step {
  opacity: 0.5 !important;
}
.form_footer > .skip_step:hover {
  opacity: 1 !important;
}
img.cbn-_-right-arrow {
  width: 56px;
  margin-left: 12px;
  margin-top: 4px;
}
.signup_steps_content {
  max-width: 700px;
  width: 100%;
}
.step_4 .form_title h2.label {
  margin-top: 35px;
}
.form_body.key_thaught_question .form_wrap > .form_label {
  margin-left: 10px;
}
.form_wrap .form_label label {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
.signup_steps_content .from_el > input {
  width: 100%;
  height: 70px;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
  margin: 15px 0px;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #fff;
}
.signup_steps_content .from_el {
  position: relative;
}
.signup_steps_content > :nth-child(2) .from_el > input,
.signup_steps_content > :nth-child(2) .from_el > select {
  margin-top: 0px;
}
.signup_steps_content.step_1 > :nth-child(2) .from_el > label {
  top: 72px;
}
.signup_steps_content .from_el > input::placeholder {
  text-align: center;
}
.signup_steps_content .from_el > label {
  display: block;
  color: red;
  padding: 2px 0px;
  font-weight: 600;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
}
.signup_steps_content > .form_title > h2.label {
  font-size: 30px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #fff;
  margin: 0px 0px 35px;
}
.signup_steps_content.step_5 > .form_title > h2.label {
  text-align: center;
}
.signup_steps_content .from_el > select {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
  margin: 12px 0px;
  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;
  cursor: pointer;
  text-indent: 45%;

  letter-spacing: 1.5px;
}

.signup_steps_content .from_el > select.valid {
  color: #000;
}
.signup_rating .formation-player-img img {
  width: 60px !important;
  height: auto !important;
}
#last-match-wrap .cbn-club-formations-user .home-formation > span > span,
#last-match-wrap .cbn-club-formations-user .home-formation > span > span {
  font-size: 10px !important;
  background: linear-gradient(180deg, #ce313e 40%, #5b1818 80%);
  border-radius: 4px 0px 0px 4px;
  width: 100%;
  height: auto;
}
.signup_rating
  #live-match-data-main-div
  #main-lineup
  .cbn-player-position-list {
  height: 100%;
  padding: 6px 0;
}
#last-match-wrap
  .cbn-club-formations-user
  .home-formation
  > span
  > span.formation-player-info,
#last-match-wrap
  .cbn-club-formations-user
  .home-formation
  > span
  > span.formation-player-info {
  position: initial;
  transform: none;
  padding: 0;
}
#last-match-wrap .home-formation span > span > .player-position-player {
  background: #fff;
  padding: 6px;
  border: 1px solid #ce313e;
  border-radius: 0px 4px 4px 0px;
  width: fit-content;
}
.formation_section_live img.formation_pitch {
  border: none !important;
}
a.cbn-_-add-clubs-teams.cb_user_club {
  border-radius: 6px 6px 0 0;
}
a.cbn-_-add-clubs-teams {
  width: 100%;
  border-radius: 6px;
  padding: 12px 15px;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
  color: #012064 !important;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
}
.cbn-_-add-team > span.cbn-country {
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.18);
  border: solid 1px #fff;
  opacity: 1;
  background-color: white;
  color: #757575;
  width: 100%;
  display: block;
  padding: 14px 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
}
.signup_steps_content
  .from_el
  .cbn-_-add-team
  > .cbn-_-add-country
  > ul.country_selections {
  width: 100%;
  height: auto;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  gap: 0px 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #012064;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li > a > img {
  width: auto;
  height: 14px;
}
.cbn-_-add-club > .cbn-_-add-country > ul > li > a > img {
  height: 20px;
}
.cbn-_-add-club-team > .cbn-_-add-country > ul > li > a > img {
  height: 20px;
}
/*select-date-of birthday*/
body.cb_user_signup > .show-calendar {
  /* width: 100%; */
  /* max-width: 700px; */
  border-radius: 8px;
  box-sizing: border-box;
}
.daterangepicker .drp-buttons .btn {
  font-weight: 500;
  padding: 6px 12px;
}
.daterangepicker table thead tr th {
  padding: 0;
}
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: #012064;
  color: #fff;
  border: none;
  width: auto;
  padding: 8px 15px;
  border-radius: 4px;
  margin-left: 15px;
  cursor: pointer;
}
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: #00145b;
}
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;
  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: #fff;
  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;
}
.cbn-_-add-team > .cbn-_-add-country > ul > li.list_loading > img {
  width: 50px;
}
.social_login_btn_hide {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  top: 0px;
  overflow: hidden;
}
.social_logins {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 20px 0px 0px;
  align-items: center;
  display: none;
}
.signup_steps_content.step_4 .select_club_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
  opacity: 0.4;
}
.signup_steps_content .form_title p.label_desc {
  margin: -10px 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.social_logins > span.label {
  font-size: 28px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  margin-right: 10px;
}
.social_login_btn {
  width: auto;
  height: auto;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid;
  position: relative;
  margin: 0px 15px;
}
.social_login_btn_show {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.social_login_btn_show > span.icon {
  font-size: 20px;
  color: #fff;
  padding: 12px 14px;
}
.social_login_btn_show > span.label {
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
  display: none;
}
.social_login_btn_show > span.icon > i.fa-apple {
  font-size: 25px;
}
.social_login_btn:hover {
  background-color: #14155f;
}
.social_login_btn:hover > .social_login_btn_show {
  color: #fff;
}
.social_login_btn_hide iframe,
.social_login_btn_hide > .fb_iframe_widget span,
.social_login_btn_hide > .fb_iframe_widget {
  width: 100% !important;
  height: 100% !important;
}
.social_login_btn_hide > a.twitter-signin {
  width: 100%;
  height: 100%;
  color: black;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.profile_img_choose {
  position: relative;
  text-align: center;
}
.profile_img_choose label {
  color: #fff;
  display: block;
  margin-top: 15px;
}
.profile_img_choose > i.fa-plus-square {
  display: block;
  font-size: 110px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.profile_img_choose > input.profile_img_file_tag {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0px);
  cursor: pointer;
  width: 100px;
  height: 104px;
  border-radius: 20px;
  opacity: 0;
  z-index: 99;
}
.profile_img_prev {
  overflow: hidden;
}
.profile_img_wrap {
  width: 150px;
  height: 150px;
  margin: auto;
}
.profile_img_wrap > img.profile_img_tag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
span.profile_img_clear {
  height: 54px;
  width: 200px;
  text-align: left;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #fff;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0px;
  text-transform: capitalize;
  cursor: pointer;
}
.social_login_btn.google {
  background-color: #ea4335;
  border-color: #ea4335;
}
.social_login_btn.google span.icon {
  color: #fff;
}
.social_login_btn.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social_login_btn.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.social_login_btn.apple {
  background-color: #000000;
  border-color: #000000;
}
.social_login_btn.facebook span.icon {
  padding: 12px 16px;
}
.social_login_btn.apple span.icon {
  padding: 10px 14px 10px;
}
.social_login_btn.facebook span.icon > i {
  font-size: 22px;
}
.social_login_btn.twitter span.icon {
  font-size: 21px;
  padding: 15px 12px 10px;
}

/*----- last-match-rating -----*/

.signup_steps_content.formation {
  height: auto;
  margin-top: 60px;
}
.user_interview_wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  margin-bottom: 10px;
}
.user_interview_wrap .cbn_club_img {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  justify-content: center;
  position: relative;
}
.club_home_bg_clr *:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, #000000c7 0%, transparent);
  left: 0;
  top: 0;
  z-index: 0;
}
.club_away_bg_clr *:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background: linear-gradient(270deg, #000000c7 0%, transparent);
  right: 0;
  top: 0;
  z-index: 0;
}
.cbn_club_img .club-logo {
  width: 60px;
  height: auto;
  position: absolute;
  background: #fff;
  padding: 6px;
  border-radius: 50px;
  z-index: 9;
}
.cbn_club_img.home .club-logo {
  left: -20px;
}
.cbn_club_img.away .club-logo {
  right: -20px;
}
.user_interview_wrap .cbn_club_img .cbn_club_title {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  text-align: center;
}
.user_interview_wrap .cb-img_club {
  padding: 0px 20px;
}
.user_interview_wrap > .interview_text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}
.signup_steps_content.formation .signup_rating {
  width: 100%;
  background: transparent;
}
.signup_steps_content.formation .signup_rating .formation-player-img {
  background: transparent;
}
.cb-one-score .club-img-dtl > img,
.cb-two-score .club-img-dtl > img {
  width: 45px;
  height: 45px;
}
.clubs-score_dtl .cb-score-dtl {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.signup_rating .cb-next_match .clubs-score_dtl {
  display: flex;
  width: fit-content;
}
.signup_rating .clubs-score_dtl .cb-one-score {
  flex-direction: row;
  min-width: 80px;
}
.signup_rating .clubs-score_dtl .cb-two-score {
  flex-direction: row-reverse;
  min-width: 80px;
}
.signup_rating .clubs-score_dtl .dash-vs > span {
  color: #000;
  font-size: 20px;
}
.signup_rating .next-match_time {
  width: 60%;
}
.signup_rating .next-match_time > .cb_club-name {
  font-size: 16px;
}
.signup_rating .next-match_time .user_choose_formation_text {
  margin-left: 8px;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
.last_match-box {
  padding: 10px 10px 0;
}
.last_match-box > p {
  background: #00145b;
  color: #fff;
  padding: 15px;
  width: fit-content;
  font-size: 18px;
  border-radius: 6px;
}
.cbn-club-formations-user > .home-formation > span > b {
  display: block !important;
}
.signup_rating div#live-match-data-main-div {
  background: transparent;
}
.signup_rating div#live-match-data-main-div #main-lineup {
  height: 500px;
}
.signup_rating .last-match_line-ups {
  position: relative;
}

.signup_rating .last-match_line-ups .cb_next_match_suggestions {
  display: none;
}
.signup_rating .last-match_line-ups > .cbn-next-match-formation-select {
  position: absolute;
  right: 98px;
  top: 10px;
  width: auto;
  border: 1px solid #002b87;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  padding: 0px 4px;
}
.cbn-next-match-formation-select > .cb_select_club {
  width: 25px;
  height: auto;
}
.signup_rating .last-match_line-ups > .cbn-next-match-formation-select:hover {
  background: #002b87;
  border: 1px solid #fff;
}
.cbn-next-match-formation-select:hover #match-formation-select-box {
  color: #fff;
}
.signup_rating .swipe.match_swiper {
  overflow: visible;
  background: transparent;
  height: 500px !important;
}
.signup_rating .swipe.match_swiper .swipe-wrap {
  height: 100%;
}
.thoughts_wrap > .user_thoughts {
  padding: 15px 0px;
}
.thoughts_wrap > .user_thoughts > p {
  padding: 15px;
  color: #fff;
  border: 2px solid #ffff;
  width: fit-content;
  font-size: 18px;
  border-radius: 6px;
}
.thoughts_reply {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.thoughts_reply > .signup_user_image {
  width: 50px;
}
.signup_user_image > img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 100%;
  border: 3px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #2366fb, #023096) border-box;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.thoughts_reply > .signup_user_comment {
  margin-left: 8px;
  width: calc(100% - 62px);
}
.signup_user_comment > input {
  background: #f1effd;
  border: 0px;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 10px;
  border-radius: 4px;
}
.signup_rating .approach-suggestion {
  margin: 20px auto;
}
.match_suggestion > .submit_next_suggestion {
  margin-top: 0;
}

/*----- last-match-rating -----*/

@media (max-width: 768px) {
  .signup_steps_content {
    max-width: 100%;
    padding: 0px 40px;
  }
  .cbn-_-header > .back_clicked > i {
    animation: myAnim 5s ease 0s 1 normal forwards;
    color: #0086e3;
  }
  @keyframes myAnim {
    0%,
    100% {
      transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
      transform: translateX(-8px);
    }

    20%,
    40%,
    60% {
      transform: translateX(8px);
    }

    80% {
      transform: translateX(8px);
    }

    90% {
      transform: translateX(-8px);
    }
  }
  .signup_steps_content > .form_title > h2.label {
    font-size: 22px;
  }
  .form_wrap .form_label label {
    font-size: 11px;
    line-height: 24px;
  }
  .signup_steps_content .from_el > input {
    height: 50px;
    border-radius: 8px;
    padding: 8px;
    margin: 15px 0px;
    font-size: 12px;
  }
  .S442-_-logo-cbn > img {
    height: 16px;
  }
  p.landing-_-text-logo {
    font-size: 16px;
  }
  a.top-_-logo {
    width: 70%;
    justify-content: center;
    flex-direction: column;
  }

  .cbn-_-header > .new_page-close > .fa-arrow-left-long:before {
    font-size: 15px;
  }

  .cbn-_-header {
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .signup_steps_content .from_el > label {
    font-size: 12px;
    padding: 6px 0px;
    top: 66px;
    white-space: nowrap;
  }
  img.cbn-_-right-arrow {
    width: 38px;
    margin-left: 10px;
  }
  button.next_strp_btn,
  .form_footer > .cbn_button {
    font-size: 20px;
  }
  .form_footer {
    height: 80px;
  }
  .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 > span.cbn-country {
    height: 44px;
    padding: 8px;
    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: 10px;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > img {
    height: 12px;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul > li {
    padding: 12px 15px;
  }
  .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);
    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;
  }
  .signup_steps_content.step_1 > :nth-child(2) .from_el > label {
    top: 50px;
  }
}
@media (max-width: 450px) {
  .signup_steps_content > .form_title > h2.label {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0px 0px 25px;
  }
  .new_user_text > span {
    font-size: 10px;
    margin-top: 8px;
  }
  form.signup_form {
    /* overflow-y: hidden; */
  }
  .club-grid {
    /* max-height: calc(100vh - 252px);
    overflow-y: auto;
    padding-bottom: 20px; */
  }
  .user_interview_wrap .cbn_club_img .cbn_club_title {
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
  }
  .cbn_club_img .club-logo {
    width: 40px;
    padding: 4px;
  }
  .cbn-next-match-formation-select > .cb_select_club {
    width: 18px;
  }
  .signup_rating
    .last-match_line-ups
    > .cbn-next-match-formation-select
    #match-formation-select-box {
    padding: 0;
    margin-left: 0;
  }
  .signup_rating .last-match_line-ups > .cbn-next-match-formation-select {
    right: 45px;
    top: 6px;
    padding: 2px;
  }
  .signup_rating div#live-match-data-main-div #main-lineup {
    height: 370px;
  }
  .signup_rating div#live-match-data-main-div #main-lineup .home-formation {
    top: -25px;
  }
  body.cb_user_signup .landing-_-menu {
    top: 75px;
  }
  .cbn-_-header {
    padding: 10px 5px;
    margin: 0px;
    min-height: 80px;
    border: none;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #17264e, #ffffff6b, #17264e) 1;
    background: linear-gradient(180deg, #00145b 60%, #001d72 100%);
  }
  .cbn-_-header * {
    letter-spacing: 0px;
  }
  .already_account_wrap {
    margin: 25px 0;
  }
  .already_account_wrap > .sign_in_text {
    font-size: 9px;
  }
  .signup_rating .formation-player-img img {
    width: 40px !important;
  }
  .form_body.key_thaught_question .form_wrap > .form_label {
    margin-left: 5px;
  }
  #last-match-wrap
    .cbn-club-formations-user
    .home-formation
    > span
    > span.players-rate,
  #last-match-wrap
    .cbn-club-formations-user
    .home-formation
    > span
    > span.players-rate {
    margin-top: -5px !important;
    padding: 0;
    border-radius: 2px 0px 0px 2px;
    font-size: 8px !important;
    font-weight: 400;
    width: 70px;
  }
  #last-match-wrap .formation_section_live .home-formation > span,
  #last-match-wrap .formation_section_live .away-formation > span {
    width: 50px !important;
    min-width: fit-content;
  }
  #last-match-wrap .home-formation span > span > .player-position-player {
    padding: 4px;
    min-width: auto;
    min-height: auto;
    border-radius: 0 2px 2px 0;
    margin: 0;
  }
  .cb_popup_content > .center_content > .alert_msg {
    width: fit-content;
  }
  .cb_popup_content > .center_content > .alert_msg .new_user_loading {
    width: 60px;
  }
  .center_content > .alert_msg > p {
    font-size: 14px;
    line-height: 24px;
  }
  .signup_steps_content .from_el > input {
    height: 45px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 12px 0px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .signup_steps_content.step_4 .select_club_logo > img {
    width: 100px;
  }
  .signup_steps_content.step_1 > :nth-child(2) .from_el > label {
    top: 46px;
  }
  .signup_steps_content .from_el > label {
    font-size: 9px;
    letter-spacing: 1px;
    padding: 5px 0px;
    top: 58px;
  }
  .signup_steps_content.formation {
    margin-top: 30px;
  }
  .signup_steps_content {
    /* padding: 0px 20px; */
  }
  .signup_steps_content .form_title p.label_desc {
    margin: -5px 0 10px;
    font-size: 11px;
  }
  form.signup_form > .signup_steps_content > .form_footer {
    height: 52px;
    box-sizing: border-box;
  }
  button.next_strp_btn,
  .form_footer > .cbn_button,
  .form_footer > .cbn_button > a.submit_formation {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .signup_steps_content.step_4 .cbn_button,
  .signup_steps_content.step_6 .cbn_button {
    width: 100%;
  }
  img.cbn-_-right-arrow {
    width: 34px;
    margin-left: 10px;
    margin-top: 2px;
  }
  form.signup_form {
    height: calc(100% - 43px);
    margin-top: 43px;
    background: linear-gradient(180deg, #001d72 60%, #00145b 80%);
    padding: 100px 0px 60px;
  }
  .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;
    font-size: 11px;
    letter-spacing: 1px;
    text-indent: 43%;
  }
  a.cbn-_-add-clubs-teams {
    height: 50px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 8px 0px;
    font-size: 11px;
  }
  a.cbn-_-add-clubs-teams.cb_user_club {
    margin: 0;
    height: auto;
    padding: 10px;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
    font-size: 10px;
    margin-left: 5px;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > img {
    height: 12px;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul > li {
    padding: 10px 12px;
  }
  .cbn-_-add-team > span.cbn-country {
    height: 38px;
    padding: 5px 10px;
    font-size: 11px;
  }
  .cbn-_-add-club > .cbn-_-add-country > ul > li > a > img {
    height: 14px;
  }
  /*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);
  }
  a.cbn-_-add-clubs-teams > a > img {
    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;
  }
  .social_logins > span.label {
    font-size: 20px;
    margin: 0px 0px 25px;
    letter-spacing: 1px;
    width: 100%;
  }
  .social_login_btn {
    margin: 0px 10px;
    font-size: 12px;
  }
  .social_login_btn_show > span.icon {
    font-size: 14px;
    padding: 12px 12px;
  }
  .social_login_btn_show > span.label {
    font-size: 12px;
  }
  .social_login_btn_show > span.icon > i.fa-apple {
    font-size: 16px;
  }
  .social_logins {
    margin: 25px 0px 20px;
    justify-content: center;
  }
  .profile_img_choose > i.fa-plus-square {
    font-size: 50px;
  }
  .profile_img_wrap {
    width: 80px;
    height: 80px;
  }
  .profile_img_choose > input.profile_img_file_tag {
    width: 50px;
    height: 50px;
    top: 0;
  }
  .profile_img_choose label {
    font-size: 10px;
  }
  span.profile_img_clear {
    height: 35px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 25px auto 0px;
    font-size: 12px;
    width: 150px;
  }
  .signup_steps_content.step_4 {
    /* padding: 0px 20px; */
    height: auto;
  }
  .cbn-_-add-team.cb_leagues_div > .cbn-_-add-country,
  .cbn-_-add-team.cb_clubs_div > .cbn-_-add-country {
    height: 380px;
  }
  .social_login_btn.facebook span.icon > i {
    font-size: 15px;
  }
  .social_login_btn.facebook span.icon {
    padding: 12px 15px;
  }
  .social_login_btn.apple span.icon {
    padding: 12px 14px;
  }
  .social_login_btn.twitter span.icon {
    font-size: 15px;
    padding: 12px 12px;
  }
  .cbn_custom_dropdown_toggle {
    font-size: 10px;
    padding: 12px;
  }
  .cbn_custom_dropdown_toggle:before {
    font-size: 12px;
  }
  .cbn_choose_club_li > a {
    padding: 10px 6px;
  }
  .cbn_choose_club_li > a > img {
    height: auto;
    width: 15px;
  }
  .cbn_choose_club_li > a > span {
    font-size: 10px;
    margin-left: 10px;
  }
  .cbn-choose-popup {
    padding: 42px 10px 30px;
    max-width: 100%;
    box-sizing: border-box;
    height: 100%;
  }
  #open-header_close {
    right: 0px;
    top: 0px;
  }
  #open-header_close > img {
    width: 12px !important;
    padding: 12px 8px !important;
  }
  .cbn-choose-popup > span {
    font-size: 16px;
    top: 52px;
    left: 22px;
  }
  .cbn-_-add-team:before {
    font-size: 16px;
    top: 10px;
    right: 14px;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul.country_selections {
    max-height: calc(100vh - 15vh);
    height: auto;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul > li {
    padding: 10px;
  }
  .cbn-_-add-team > .cbn-_-add-country > ul > li > a > span {
    font-size: 10px;
    margin-left: 5px;
  }
  .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: 12px;
    margin-left: 10px;
  }
  .cbn-_-add-team > .cbn-_-club-search {
    height: 38px;
    padding: 5px 40px 5px 36px;
    font-size: 11px;
  }
  .last_match-box > p {
    padding: 10px;
    font-size: 12px;
  }
  .signup_rating .clubs-score_dtl .cb-one-score,
  .signup_rating .clubs-score_dtl .cb-two-score {
    min-width: 35px;
  }
  .signup_rating .clubs-score_dtl .dash-vs > span,
  .signup_rating .next-match_time > .cb_club-name {
    font-size: 11px;
  }
  .signup_rating .next-match_time {
    padding-left: 10px;
  }
  .thoughts_wrap > .user_thoughts > p {
    padding: 10px;
    border: 1px solid #fff;
    font-size: 12px;
  }
  .thoughts_reply {
    padding: 8px;
    border: 1px solid #fff;
  }
  .signup_user_image > img {
    height: 30px;
    width: 30px;
  }
  .signup_user_comment > input {
    font-size: 10px;
    padding: 7px;
  }
  .thoughts_reply > .signup_user_image {
    width: 35px;
  }
  .thoughts_reply > .signup_user_comment {
    margin-left: 6px;
    width: calc(100% - 45px);
  }
  .signup_rating .next-match_time .user_choose_formation_text {
    margin-left: 4px;
    font-weight: 500;
    font-size: 9px;
  }
  p.landing-_-text-logo {
    font-size: 16px;
    margin: 7px !important;
  }
  .S442-_-logo-cbn > img {
    margin: -3px 0px 3px;
  }
}
/*login-signup-style-end*/

/* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: auto;
  /* max-height: 400px; */
  min-height: 100vh;
}
.daterangepicker select.monthselect {
  margin-right: 3%;
}

.signup_page_header .header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  padding: 0px 0px;
}
button.applyBtn.btn.btn-sm.btn-primary {
  padding-top: 6px;
}
/* Popup Box */
.signup-popup {
  width: 100%;
  max-width: 100%;
  background: transparent;
  border-radius: 20px;
  /* padding: 24px 24px 28px 24px; */
}
button.cancelBtn.btn.btn-sm.btn-default {
  background-color: #ecedef !important;
  color: gray !important;
  padding-block: 7px;
}
/* Headings */
.popup-title {
  margin: 0;
  font-size: 24px;

  font-weight: 800;
  color: #fff;
}

.popup-subtitle {
  font-size: 12px;
  color: #fff;
  margin: 10px 0 16px;
}

/* Form */
.signup-form {
  display: flex;
  flex-direction: column;
  /* gap: 14px; */
}

.signup-form input[type="text"],
.signup-form input,
.signup-form select {
  width: 100% !important;
  background-color: #ecedef;
  font-size: 14px !important;
}

.form-group {
  display: flex;
  flex-direction: column;
  /* gap: 6px; */
  position: relative;
  margin-bottom: 20px;
}
.form-group label:first-child {
  margin-bottom: 6px;
}
.form-row .form-group {
  flex: 1;
}

/* Overlay */
.notification-label {
  color: #fff;
}

.sign-up-content-section form {
  padding: 20px 0 40px;
}

.notification-group__title {
  margin-bottom: 20px;
}

.signup_page_header .header-wrap-new-signup {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: unset !important;
}

.sign-up-content-section form.signup_form {
  margin-top: 0;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: rgb(249 239 239 / 90%);
}
.form-group label.validate-error {
  color: red;
  font-size: 9px;
  position: absolute;
  bottom: -15px;
}
.form-group input,
.form-group select {
  padding: 14px 14px;
  border-radius: 8px;
  border: none;
  background-color: #ecedef;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.9);

  outline: none;
  font-size: 14px;
}
.signup-form input:not([type="checkbox"]),
.form-group input,
.form-group select {
  width: 100% !important;
}
.form-group input::placeholder {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* Password */
.password-group {
  position: relative;
}
.form-group {
  position: relative;
}
/* .form-group .error {
  position: absolute;
  bottom: -12px;
  font-size: 9px;
  color: red;
} */
.password-group .eye-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 14px;
  cursor: pointer;
  transform: translate(0px, -50px);
  top: 52%;
  transform: translateY(-52%);
}

/* Row */
.form-row {
  display: flex;

  gap: 10px;
}

/* Checkbox */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 10px;
}
.checkbox-group label,
.login-text {
  color: #fff;
}
/* Button */
form.signup_form > .signup_steps_content > .form_footer.register-btn,
.register-btn {
  margin-top: 10px;
  color: #00145b;
  background: white;
  padding: 14px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.login-text {
  text-align: center;
  font-size: 12px;
  padding-top: 12px;
}

.login-text a {
  /* color: #000 !important; */
  font-weight: bold !important;
}

.checkbox-group input[type="checkbox"] {
  /* accent-color: #ecedef; */
  width: fit-content !important;
  cursor: pointer;
}

.select-dropdown {
  position: relative;
}

.custom-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
  /* Icon color set to #00175c */
  pointer-events: none;
}

.login-text a {
  color: #00145b;
  font-weight: 600;
  text-decoration: none;
}

.sign-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001049;

  position: relative;
  height: 60px;
}
.club-logo-signup img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.left-actionable {
  display: none;
  position: absolute;
  left: 0px;
  cursor: pointer;
  /* transform: translate(-84px, 0); */
}

.sign-header h1 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.favorite-followed-section h2,
.popular-section h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 400;
  text-align: left;
}

.popular-section h2 {
  font-weight: 600;
  margin-block: 16px;
}

.search-in-signup {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.favorite-followed-section .favorites {
  text-align: center;
}

.favorite-followed-section.text-left .favorites {
  text-align: left;
}

.search-in-signup input[type="search"] {
  width: 100%;
  width: 100%;
  padding: 14px 12px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #273978;
  color: #b2b2b4;
  padding: 14px 14px 14px 35px;
}

.search-in-signup input[type="search"]::placeholder {
  color: #b2b2b4;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  /* click input pe hi jaye */
}

.sign-content-description p,
.popular-section p {
  color: #fff;
}

.favorite-card {
  background-color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 145px;
  height: 145px;
  min-width: 145px;
}

.safeguard-img {
  object-fit: contain;
  width: 40px;
  margin: auto;
}

.favorite-followed-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 10px;
}

.sign-up-content-section {
  /* padding: 10px; */
  height: calc(100% - 60px);
  background-color: #00145b;
}

.club-logo-signup {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* background: #ddd; */
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.club-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.club-card {
  background: #fff;
  color: #00145b;
  border-radius: 8px;
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  flex-wrap: nowrap;
}
.cbn_button:disabled {
  /* background-color: #c7c2c2; */
  cursor: not-allowed;
}
.club-card .club-name {
  color: #00145b;
  font-size: 14px;
  font-weight: 600;
}

.sign-up-content-section form {
  /* margin-top: 60px; */
  background: #00145b;
  /* padding: 20px 0; */
}

.sign-up-content-section .form_footer button {
  color: #00145b;
  width: 100%;
  /* height: 100%; */
  max-width: 700px;
  padding: 16px 4px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  background-color: #fff;
  opacity: 1;
  font-size: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sign-up-content-section.form_align_center .form_footer button.register-btn {
  margin-bottom: 0px;
}
.sign-up-content-section.form_align_center
  .form_footer.interview-footer
  button.register-btn {
  margin-bottom: 40px;
}
.sign-up-content-section .form_footer {
  flex-direction: column;
}
.pac-item {
  cursor: pointer !important;
}
/* .sign-up-content-section .form_footer button:hover {
  background-color: #00145b;
  color: #fff;
  border: 1px solid #fff;
} */
.sign-up-content-section form.signup_form {
  /* background-color: #001250; */
}

.sign-content-description p {
  color: #fff;
  font-size: 16px;
}

.favorite-followed-section {
  padding-bottom: 20px;
}

.favorite-club-logo {
  /* background-color: #001489; */
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.favorite-club-logo img,
.club_suggestion_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.favorite-club-section {
  gap: 14px;
  flex-direction: column;
}

.separator-line {
  margin-top: 25px;
}

.separator-line img {
  height: 60px;
}

.sign-content-description p {
  font-size: 15px;
  margin-bottom: 18px;
}

.popular-section {
  position: relative;
}

.gradient-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(0, 20, 91, 0) 0%,
    rgba(0, 20, 91, 0.6) 100%
  );
}

form .search-in-signup input[type="text"] {
  width: 100%;
}
.favorites.favorites-followed {
  overflow-x: auto;
}
.followed-club-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  /* padding: 10px 4px; */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 100%;
}

.favorite-club-section span {
  color: #00145b;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.sign-up-content-section
  form.signup_form
  > .signup_steps_content
  > .form_footer {
  left: -3px;
}
.sign-up-content-section
  form.signup_form
  > .signup_steps_content.step_3
  > .form_footer {
  left: 0;
}
.signup-popup {
  width: 100%;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff4d;
}

.notification-title {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}

.notification-group {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff4d;
  padding-top: 24px;
}
.notification-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.notification-group__title {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

/* Rows */
.notification-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.notification-label {
  font-size: 13px;
}

/* Toggle */
.notification-panel .toggle {
  position: relative;
  width: 42px;
  height: 22px;
}

.toggle__input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle__slider {
  position: absolute;
  inset: 0;
  background-color: #8f95b2;
  border-radius: 999px;
  transition: background-color 0.25s ease;
}
.search-in-signup input[type="search"] {
  -moz-appearance: textfield;
}

/* General reset */
.search-in-signup input[type="search"] {
  appearance: none;
}
.toggle__slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.25s ease;
}

/* Checked state */
.toggle__input:checked + .toggle__slider {
  background-color: #299933;
}

.toggle__input:checked + .toggle__slider::before {
  transform: translateX(20px);
}
.sign-up-content-section .signup_steps_content.step_5 {
  /* display: none; */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.check {
  display: none;
}
.check.active {
  display: block;
}
.club-card {
  position: relative;
}

.check.active img {
  width: 18px;
}

.header-wrap-new-signup {
  border-bottom: 1px solid #ffffff4d;
  background-color: #001049;
}
.popup-close-btn i:before {
  display: block;
  font-size: 30px;
  color: #00145b;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.popup-close-btn {
  position: fixed;
  bottom: 10px;
  cursor: pointer;
}
.ui-autocomplete {
  position: absolute !important;
  z-index: 9999 !important;
  background: white;
  box-sizing: border-box !important;
  border: 1px solid #ccc;
}

.dropdown_loading img {
  display: block;
  margin: 0 auto;
}

.ui-autocomplete {
  position: absolute !important;
  z-index: 9999 !important;
  background: white;
  box-sizing: border-box !important;
  border: 1px solid #ccc;
}

.club_suggestion_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 4px;
}

.ui-widget.ui-widget-content {
  border-radius: 6px;
}

.club_suggestion_wrap span.image {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
}

.dropdown_loading img {
  display: block;
  margin: 0 auto;
}

.followed-club-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  /* padding: 0 */
}

.ui-widget-header,
.ui-widget-content,
.ui-button,
.ui-menu .ui-menu-item-wrapper {
  border-bottom: 1px solid #ccc !important;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #ccc !important;

  background: #fff !important;
  font-weight: 600 !important;
  color: #ffffff;
}

.header-wrap-new-signup {
  background-color: #001049;
}

.sign-header {
  max-width: 700px;
  margin: auto;
}
.form_align_center.sign-up-content-section {
  /* height: 100%; */
  /* padding-block: 40px; */
}
.form_align_center form,
.remove_padding form {
  /* align-items: center; */
  /* padding-block: 40px; */
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .daterangepicker .drp-calendar.left .calendar-table {
    overflow-y: auto;
    max-height: 142px;
  }
  form.signup_form {
    height: calc(100% - 84px);
  }
  .form_align_center.sign-up-content-section form.signup_form {
    height: calc(100% - 110px);
  }
  .form_align_center form,
  .remove_padding form {
    /* align-items: flex-start; */
    /* height: calc(100% - 60px); */
  }
}
@media (max-width: 767px) {
  .sign-up-content-section form input[type="search"] {
    font-size: 12px;
    padding: 12px 12px 12px 35px;
    width: 100%;
  }

  .form-group input::placeholder {
    font-size: 12px;
  }
  .popup-overlay {
    align-items: center;
  }
  .check.active {
    float: right;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  label#dob-error {
    bottom: -20px;
  }

  .sign-up-content-section form {
    padding: 20px 0 30px;
  }
  .sign-up-content-section.remove_padding .signup_steps_content {
    /* max-width: 93%; */
    /* margin: auto; */
  }
  .club-grid .club-card:nth-child(13),
  .club-grid .club-card:nth-child(14),
  .club-grid .club-card:nth-child(15),
  .club-grid .club-card:nth-child(16) {
    display: none !important;
  }
  .club-card.popular-clubs-multiselect:nth-child(13) {
    display: block !important;
  }
  .form-group label {
    font-size: 12px;
  }
  .custom-icon {
    font-size: 10px;
  }
  .club_suggestion_wrap .label {
    font-size: 12px;
  }
  .popup-close-btn {
    position: fixed;
    bottom: 8px;
  }

  .notification-panel .toggle {
    position: relative;
    width: 36px;
    height: 20px;
  }
  .popup-title {
    font-size: 20px;
  }

  .sign-up-content-section form.signup_form {
    margin-top: 0;
  }

  .toggle__slider::before {
    width: 16px;
    height: 16px;
    left: 2px;
  }
  .check img {
    max-width: 14px;
    min-width: 14px;
  }
  .toggle__input:checked + .toggle__slider::before {
    transform: translateX(20px);
    left: -2px;
  }
  .signup-form input[type="text"],
  .signup-form input,
  .signup-form select {
    background-color: #ecedef;
    font-size: 12px !important;
  }
  .form-group input,
  .form-group select {
    padding: 13px;
    font-size: 12px !important;
  }
  .register-btn {
    font-size: 13px;
  }
  .separator-line img {
    height: 40px;
  }
  .club-card .club-name {
    font-size: 11px;
  }
  .safeguard-img {
    object-fit: contain;
    width: 32px;
  }

  .club-card {
    padding: 13px 12px;
  }

  .left-actionable {
    display: block;
    left: 12px;
  }

  .favorite-club-section span {
    font-size: 11px;
    padding-inline: 6px;
    text-wrap: wrap;
  }

  .favorite-card {
    background-color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    min-width: 90px;
    padding-block: 12px;
  }
  .club-logo-signup {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
  }
  .signup-popup {
    /* max-width: 380px;
    margin: 15px;
    padding: 20px 20px 22px 20px; */
  }

  .sign-up-content-section .signup_steps_content {
    padding: 0px;
    width: calc(100% - 25px);
  }

  .sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer {
    left: 0px;
  }
  .form_align_center.sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer {
    height: 110px;
  }
  .sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer {
    height: 50px;
  }

  .sign-up-content-section.form_align_center
    > .signup_steps_content.step-3
    > .form_footer
    button {
    margin-bottom: 30px;
  }
  .sign-up-content-section.form_align_center
    > .signup_steps_content.step-3
    > .form_footer {
    height: 50px;
  }
  .check.active img {
    width: 16px;
  }
  .form_align_center.sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer.interview-footer {
    height: 50px;
  }
  .sign-up-content-section .search-icon {
    width: 14px;
    height: 14px;
  }

  .favorite-followed-section {
    padding-bottom: 18px;
  }

  .sign-content-description p {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .favorite-followed-section h2,
  .popular-section h2 {
    font-size: 13px;
  }
  .favorite-followed-section h2 {
    margin-bottom: 6px;
  }
  .favorite-club-logo {
    /* background-color: #001489; */

    min-height: 32px;

    width: 30px;
    height: 30px;
  }

  .favorite-club-section {
    gap: 12px;
  }

  .sign-up-content-section form input[type="text"],
  .sign-up-content-section form input[type="password"] {
    padding: 12px 12px !important;
  }
  .sign-up-content-section .signup_steps_content.step_5 {
    display: block;
  }
}
.sign-up-content-section form.signup_form {
  margin-top: 0;
}

.signup-popup.interview-popup .popup-title {
  margin-bottom: 18px;
}
@media (max-width: 450px) {
  .sign-up-content-section form.signup_form {
    height: calc(100% - 75px);
  }
  .signup-popup.interview-popup {
    /* margin-bottom: 14px; */
  }
  .sign-header h1 {
    font-size: 14px;
  }

  .sign-up-content-section .form_footer button {
    margin: 0 14px 30px;
    font-size: 13px;

    width: calc(100% - 25px);
  }
  .form_align_center.sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer,
  .form_align_center.sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer.interview-footer {
    bottom: 0;
  }
  .signup_steps_content {
    /* padding: 0px 14px; */
  }

  .sign-header {
    height: 52px;
  }

  /* .sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer {
    background: #001250;
  } */
  .form_align_center form,
  .sign-up-content-section.form_align_center form.signup_form {
    align-items: flex-start;
    height: calc(100% - 50px);
    padding: 20px 0 20px;
  }
  .popup-subtitle {
    margin-top: 0px;
  }
  /* .checkbox-group input[type="checkbox"] {
    accent-color: #182c53;

    box-shadow: 0 0 0 2px rgb(20 23 34 / 30%);
  } */
  .sign-up-content-section
    form.signup_form
    > .signup_steps_content
    > .form_footer {
    bottom: 0;
  }
}
