/*login-signup-style-start*/
* {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
}
div, td {
    font-size: 9.0pt;
    color: #555;
    text-align: left;
}
a:link, a:visited {
    color: white;
    text-decoration: none;
}
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: 120px;
    background: linear-gradient(0deg,#00145B 0%,#001d72 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    height: calc(100% - 120px);
    align-items: flex-start;
    overflow-y: auto;
    position: fixed;
    padding: 100px 0px;
}
form.signup_form > .signup_steps_content > .form_footer {
    background-color: #00145b;
    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;
    border-image: linear-gradient(to right,#17264e,#ffffff6b,#17264e) 1;
}
.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;
}
.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;
}
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;
    }
    .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: 50%;
    }
    img.cbn-_-right-arrow {
        width: 34px;
        margin-left: 10px;
        margin-top: 2px;
    }
    form.signup_form {
        height: calc(100% - 80px);
        margin-top: 80px;
        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*/