@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.eot');
  src: url('../fonts/manrope-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/manrope-v20-latin-regular.woff2') format('woff2'), 
       url('../fonts/manrope-v20-latin-regular.woff') format('woff'), 
       url('../fonts/manrope-v20-latin-regular.ttf') format('truetype'), 
       url('../fonts/manrope-v20-latin-regular.svg#Manrope') format('svg');
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-v20-latin-500.eot');
  src: url('../fonts/manrope-v20-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/manrope-v20-latin-500.woff2') format('woff2'), 
       url('../fonts/manrope-v20-latin-500.woff') format('woff'), 
       url('../fonts/manrope-v20-latin-500.ttf') format('truetype'), 
       url('../fonts/manrope-v20-latin-500.svg#Manrope') format('svg');
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-v20-latin-600.eot');
  src: url('../fonts/manrope-v20-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/manrope-v20-latin-600.woff2') format('woff2'), 
       url('../fonts/manrope-v20-latin-600.woff') format('woff'), 
       url('../fonts/manrope-v20-latin-600.ttf') format('truetype'), 
       url('../fonts/manrope-v20-latin-600.svg#Manrope') format('svg');
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.eot');
  src: url('../fonts/manrope-v20-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/manrope-v20-latin-700.woff2') format('woff2'), 
       url('../fonts/manrope-v20-latin-700.woff') format('woff'), 
       url('../fonts/manrope-v20-latin-700.ttf') format('truetype'), 
       url('../fonts/manrope-v20-latin-700.svg#Manrope') format('svg');
}
@font-face {
  font-display: swap; 
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anton-v27-latin-regular.eot'); 
  src: url('../fonts/anton-v27-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/anton-v27-latin-regular.woff2') format('woff2'),
       url('../fonts/anton-v27-latin-regular.woff') format('woff'),
       url('../fonts/anton-v27-latin-regular.ttf') format('truetype'), 
       url('../fonts/anton-v27-latin-regular.svg#Anton') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v24-latin-800.eot');
  src: url('../fonts/poppins-v24-latin-800.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-v24-latin-800.woff2') format('woff2'),
       url('../fonts/poppins-v24-latin-800.woff') format('woff'), 
       url('../fonts/poppins-v24-latin-800.ttf') format('truetype'),
       url('../fonts/poppins-v24-latin-800.svg#Poppins') format('svg');
}

body {
    font-size: 1rem;
    font-size: 14px;
    margin: 0rem;
    padding: 0rem;
    font-family: 'Manrope' !important;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
html, body {
    overflow-x: hidden;
}
h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
    padding: 0rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 1.4;
}
h3 {
  font-size: 2rem;
}
p {
  margin-bottom: 0;
}
img{
    max-width: 100%;
}
a , a:hover , a:focus , a:visited , button , input , textarea , img{
    text-decoration: none !important;
    outline: none !important;
}
address {
    margin: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder{
    opacity: 1 !important;
}
::-moz-placeholder{
    opacity: 1 !important;
}
:-ms-input-placeholder{ 
    opacity: 1 !important;
}
:-moz-placeholder{
    opacity: 1 !important;
}
input::placeholder {
    opacity: 1 !important;
    color: #949E9E;
}
section{
    position: relative;
    clear: both;
}
section:before , section:after{
    clear: both;
    display: table;
    content: "";
}
ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.owl-stage {
  transition: 0.8s !important;
}
.ff-antom {
    font-family: 'Anton';
}
.ff-poppins {
    font-family: 'Poppins';
}
.font_primary {
    color: #33CCCC;
}
.font_light_gry {
    color: #E6E6E6;
}
.font_light_gry2 {
    color: #AFB7B7;
}
.font_light_gry3 {
    color: #CCCCCC;
}
.font_light_gry4 {
    color: #E5E7E7;
}
.font_light_gry5 {
    color: #AEB5B7;
}
.font_white {
    color: #ffffff;
}
.font_offwhite {
    color: #f2f2f2;
}
.font_black1 {
    color: #181B1B;
}
.font_black2 {
    color: #495050;
}
.font_red {
    color: #c81818;
}
.font_orange {
    color: #FF9900;
}
.bg_primary_shade1 {
    background-color: #269797;
}
.bg_primary_auction {
    background-color: #0D0D0D;
}
.bg_black1 {
    background-color: #050505;
}
.bg_black2 {
    background-color: #1E2A2B;
}
.bg_black3 {
    background-color: #1A1A1A;
}
.bg_drk_green {
    background-color: #323232;
}
.bg_drk_green2 {
    background-color: #292929;
}
.bg_drk_green3 {
    background-color: #404040;
}
.bg_cyan {
    background-color: #199B9C;
}
.bg_primary {
    background-color: #33CCCC;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
}
.fs-46 {
    font-size: 46px;
}
.pd-0 {
    padding: 0 !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-5 {
    margin-bottom: 5px;
}

/*Header*/
header.header_varia1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 30px;
}
header.header_varia1 .top_header {
    background-color: transparent;
    padding: 0 80px;
}
header.header_wrapper .theader_right .full_width {
    display: flex;
    align-items: center;
}
header.header_wrapper.header_varia1 .header_logo span {
    display: block !important;
}
header.header_wrapper .header_logo span {
    display: none !important;
}
header.header_wrapper.header_varia1 .header_logo img {
    width: 298px;
    height: 80px;
    object-fit: contain;
    margin: 0;
}
header.header_wrapper .header_logo img {
    width: 210px;
    height: 58px;
    margin-right: 20px;
}
.button_style1 {
    padding: 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    display: inline-block;
}
.button_style1::after,
.button_nobg::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.8s ease;
}

.button_style1:hover::after,
.button_nobg:hover::after {
    left: 125%;
}
.button_style1:hover,
.button_nobg:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42,167,162,0.4);
}
.login_header li {
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.login_header li:last-child {
    padding-right: 0;
}
.login_header li::before {
  content: "|";
  position: absolute;
  right: 16px;
  top: 1px;
}
.login_header li:last-child::before {
    content: unset;
}

/*Login*/
section.login_wrapper {
    padding-top: 190px;
    min-height: 1171px;
    background-image: url(../images/login_background.jpg);
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
}
section.login_wrapper::before {
    content: "";
    background-color: #000000;
    opacity: 0.75;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}
.login_header h1 {
  margin-bottom: 18px;
}
.login_main_block {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 36px;
}
.login_left {
  width: calc(50% + 20px);
  padding-top: 96px;
}
.login_left h2 {
  margin-bottom: 5px;
}
.login_right {
  width: calc(50% - 20px);
}
.login_right img {
  width: 100%;
  height: 742px;
  object-fit: cover;
}
.login_width {
  width: 420px;
  margin: 0 auto;
  padding-top: 15px;
}
.form-controls {
  width: 100%;
  height: 40px;
  border: 1px solid #949E9E;
  border-radius: 7px;
  background-color: transparent;
  padding-left: 15px;
  color: #949E9E;
  transition: all 0.4s;
}
.form-controls:focus {
    color: #000;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.10);
    border-color: #3CC;
    outline: none;
}
.form-groups label {
  margin-bottom: 6px;
}
select.form-controls {
  background-image: url(../images/caret_down_grey.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 15px;
}

.login_mid_line {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.login_mid_line span::before, .login_mid_line span::after {
    content: "";
    background: #AFB7B7;
    width: 29%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
}
.login_mid_line span::after {
    left: unset;
    right: 0;
}
.login_top_action {
  margin-bottom: 30px;
}
.button_nobg {
  height: 40px;
  border: 1px solid #949E9E;
  background-color: transparent;
  width: 44%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 7px;
  margin: 0 10px;
}
.button_nobg:hover {
    background-color: #000;
    border-color: #949E9E;
    color: #fff;
}
.button_nobg:hover img {
    filter: invert(1);
}
.button_nobg img, .button_nobg span {
  vertical-align: middle;
  font-size: 16px;
  margin: 0 5px;
}
.circle_btns {
  border: 1px solid #000;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 70px;
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
}
.circle_btns:hover {
    background-color: #000;
}
.circle_btns:hover img {
    filter: brightness(0) invert(1) ;
}

.form-groups {
  margin-bottom: 25px;
}
.form_lock b {
  font-size: 15px;
  display: block;
  border: 1px solid #949E9E;
  border-radius: 6px;
  height: 40px;
  line-height: 38px;
  padding-left: 15px;
  background-color: #f2f2f2;
  background-image: url(../images/input_lock.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px top 8px;
}

.phone-input {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: 1px solid #949E9E;
    border-radius: 7px;
    height: 40px;
}
.phone-input:focus {
    color: #000;
    box-shadow: 0 3px 5px rgba(0,0,0,0.10);
    border-color: #3CC;
}   
.phone-input span {
    color: #000;
    margin-right: 10px;
    user-select: none;
    font-size: 14px;
}
.phone-input .form-controls {
  border: none;
  padding-left: 5px;
}
.phone-input .form-controls:focus {
    box-shadow: none;
}
.cover_width {
    display: none;
}
.form_buttons .button_style1 {
  width: 100%;
  border: none;
}
.login_left p {
  padding: 0 120px;
}
.otp-input {
  display: flex;
  gap: 10px;
}
.otp-input input {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-weight: 600;
  color: #000;
  padding-left: 0;
}
.otp-input input:focus {
  color: #000;
  box-shadow: 0 3px 5px rgba(0,0,0,0.10);
  border-color: #3CC;
}
.form_buttons_dbl .button_style1 {
  margin-bottom: 10px;
}
.valid_error {
  padding-top: 2px;
}
a.back_button {
    display: block;
    width: 130px;
    height: 70px;
    background-color: #f3f3f3;
    border-radius: 170px;
    text-align: center;
    line-height: 87px;
    margin-left: -25px;
    margin-top: -37px;
    padding-left: 16px;
}
a.back_button img, a.back_button span {
    vertical-align: middle;
    color: #000;
}
a.back_button img {
    margin-right: 5px;
}
.login_main_block .login_left {
    padding-top: 0 !important;
}
.login_left_inr {
    padding-top: 96px;
}
.error_top {
    background-color: rgb(255 0 0 / 15%);
    color: #000;
    text-align: left;
    padding: 5px 0 5px 70px;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    background-image: url(../images/error_log.png);
    border-radius: 7px;
    border: 1px solid red;
    background-size: 40px;
    background-repeat: no-repeat;
    min-height: 60px;
    background-position: 12px 10px;
    display: flex;
    flex-direction: column;
}
.login_left .error_top p {
    padding: 0;
}

/*next step*/
.login_cong_box {
    padding-top: 20px;
}
.login_cong_box img {
    margin-bottom: 10px;
}
.login_cong_box .login_left p {
    padding: 0 70px;
}

.fb_stepper_wrap {
    background-color: #fff;
    margin-top: 15px;
    padding-top: 30px;
    border-radius: 7px;
    padding-bottom: 40px;
}
.fb_stepper_wrap > h2 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.fb_stepper_wrap > h2::before {
    content: "";
    background-image: url(https://cdn.pixabay.com/photo/2016/03/31/14/37/check-mark-1292787_1280.png);
    position: absolute;
    left: -35px;
    width: 25px;
    height: 30px;
    top: -3px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: contain;
}
.fb_stepper_outer {
    width: 620px;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 10px;
    border-radius: 6px;
    background-color: #f5f5f5;
}
.fb_stepper_wrap #steps {
    display: flex;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.fb_form_fields {
    padding: 30px 20px 20px 20px;
}
.fb_stepper_wrap .form_group {
    padding-bottom: 25px;
}
.fb_stepper_wrap .form_group label {
    font-size: 14px;
    display: inline-block;
    min-width: 130px;
}
.fb_stepper_wrap .form_group strong {
    font-size: 16px;
}
.fb_stepper_wrap .form_group .form-control {
    width: 347px;
    height: 35px;
    border-radius: 4px;
    padding-left: 6px;
    border: 1px solid #aaa;
}
.fb_stepper_wrap .form_button {
    text-align: center;
}
.fb_stepper_wrap .form_button .button {
    text-decoration: none;
    float: none;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    width: 180px;
    border-radius: 4px;
}
.fb_stepper_wrap .form_button .btn-black {
    background-color: #000;
    margin-left: 10px;
}

.fb_stepper_wrap .form_note {
    margin-top: 40px;
    font-size: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
}
.fb_stepper_wrap .form_note p {
    margin: 0;
    color: #444;
}
.fb_stepper_wrap .form_note small {
    font-size: 16px;
    display: block;
    margin-top: 6px;
    line-height: 1.4;
    color: #888;
}
.fb_stepper_wrap .form_success p {
    font-size: 17px;
    text-align: center;
    color: green;
    font-weight: bold;
    padding: 0 20px;
}

.fb_stepper_wrap .step_current span {
    background-color: #009999;
}
.fb_stepper_wrap .step_current::before {
    background: linear-gradient(90deg, #009999 50%, rgba(0,0,0,1) 50%);
}
.steps_leg:last-child::before {
    content: unset !important;
}

p.fb_inr_note {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    color: #000;
    margin-bottom: 20px;
    padding: 0;
}
p.fb_inr_note small {
    font-size: 14px;
}

.fb_stepper_wrap .form_group label i {
    display: block;
    font-size: 12px;
    margin-top: 2px;
    color: #666;
}
.fb_stepper_wrap .form_group strong {
    vertical-align: top;
}
.fb_stepper_wrap .form_group .form-control {
    vertical-align: top;
}
.steps_leg {
    text-align: center;
    margin-right: 0;
    position: relative;
    width: 120px;
}
.steps_leg::before {
    content: "";
    width: 50%;
    height: 3px;
    position: absolute;
    top: 11px;
    right: -30px;
    background-color: #000;
}
.steps_leg.steps_done::before {
    background-color: green;
}
.steps_leg span {
    display: inline-block;
    background-color: #000028;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    vertical-align: middle;
}
.steps_leg.steps_done span {
    background-color: green;
    font-size: 0;
    position: relative;
    background-image: url(../images/step_tickicon.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.steps_leg b {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}
.fb_stepper_wrap .step_current::before {
    background: linear-gradient(90deg, #009999 50%, rgba(0, 0, 0, 1) 50%);
}
.fb_stepper_wrap .step_current span {
    background-color: #009999;
}
.form-groups label i {
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    color: #444;
}

.login_right img {
    height: 100%;
}
/*New change in login*/
.cb_login_wrapper .login_left {
    padding-top: 50px !important;
}
.cb_login_wrapper .login_left_inr {
    padding-top: 0;
}
.cb_login_wrapper .login_left h2 {
    margin-bottom: 0 !important;
}
a.cb_back_login {
    display: block;
    color: #000;
    margin-top: 30px;
    text-align: center;
}
a.cb_back_login img {
    margin-right: 10px;
}
.cb_login_header {
    margin-bottom: 45px;
}
.button_style1 {
    /*padding: 10px 0px;*/
    margin: 0 5px 10px 5px;
}
ul.cb_progess_bar {
    margin-top: 15px;
}
ul.cb_progess_bar li {
    width: 55px;
    height: 8px;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 6px;
}
ul.cb_progess_bar li.active {
    background-color: #00ff00;
}
.cb_bottom_btns a {
    background-color: #c8f3f3;
    padding: 5px 16px;
    border-radius: 6px;
}
.cb_bottom_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*Footer*/
.footer_top {
    padding: 35px 15px 40px 15px;
}
.footer_top h2 {
    margin-bottom: 6px;
}
.footer_top img {
  width: 100%;
  margin-top: 25px;
}
.foooter_mid_bot img {
  height: 30px;
  border-radius: 4px;
  text-align: center;
  margin: 0 4px;
}
.fsta_lgo {
  height: 80px;
}
.footer_links li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.footer_links li::before,
.banner_content li::before {
  content: "|";
  position: absolute;
  right: -18px;
  top: 2px;
  color: #fff;
}
.footer_links li:last-child::before,
.banner_content li:last-child::before {
    content: unset;
}
.footer_bottom {
    position: relative;
}
.footer_bottom_logos {
  padding: 20px 0;
}
.footer_bottom_logos::before {
  content: "";
  background-color: #798686;
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  height: 1px;
}
.footer_bottom_links {
  padding: 15px 0 20px 0;
}
.footer_links a:hover {
    color: #AFB7B7;
}

/*Homepage - Banner*/
.main_wrapper {
    padding-top: 0;
}
.hm_banner_wrapper {
  margin-top: 0;
  padding-top: 225px;
  min-height: 730px;
  z-index: 9;
}
.hm_banner_wrapper::before {
  content: "";
  background-image: url(../images/login_background.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: -1;
}
.hm_banner_wrapper::after {
  content: "";
  background-color: #000;
  opacity: 0.80;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_playbox {
  background-color: rgba(0,0,0,0.30);
  border: 1px solid #434A4A;
  border-radius: 30px;
  padding: 15px 10px;
  transition: all 0.4s;
}
.banner_playbox:hover {
    box-shadow: 0 10px 30px #403f34;
    transform: translateY(-4px);
}
.banner_playbox h2 {
  margin-top: 8px;
  margin-bottom: 6px;
}
.banner_playbox p {
  margin-bottom: 8px;
}
.banner_content {
  margin-bottom: 50px;
}
.banner_content h1 {
  margin-bottom: 22px;
}
.banner_content li {
  display: inline-block;
  padding-right: 45px;
  position: relative;
}
.banner_content li:last-child {
    padding-right: 0;
}
.banner_content li::before {
  right: 18px;
}
.bnr_link {
  display: inline-block;
  width: 48px;
  transition: all 0.4s;
  height: 48px;
  background-image: url(../images/hm_play_btn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bnr_link:hover {

    background-image: url(../images/hm_play_btn_act.svg);
}
.football_strip {
  background: #C70;
  background: linear-gradient(90deg,rgb(204, 119, 0) 50%, rgb(25, 155, 156) 100%);
}
.football_strip p {
  padding: 7px 0;
}
.foot_btn {
  position: relative;
}
.foot_btn a {
  width: 91px;
  height: 91px;
  display: inline-flex;
  position: absolute;
  right: 10px;
  background-color: #fff;
  border-radius: 90px;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  top: -22px;
  z-index: 9;
}
.foot_btn a:before {
    content: "";
    width: 101px;
    background-image: url(../images/football_win.svg);
    background-position: -2px -7px;
    height: 101px;
    position: absolute;
    top: 0;
    left: 0;
}
.foot_btn a img {
    transition: transform 1s ease;
}
.foot_btn a:hover img {
    transform: rotate(360deg);
}

/*Homepage - Product Portfolio*/
.product_portfolio_wrap {
  padding-top: 115px;
}
.product_portfolio_wrap h2 {
  margin-bottom: 65px;
}
.product_feature_block {
  padding-bottom: 28px;
}
.product_feature_box {
  display: inline-flex;
  width: calc(45% - 47px);
  border-radius: 20px;
  vertical-align: top;
  min-height: 262px;
  margin-bottom: 24px;
  margin-right: 20px;
  padding: 10px 24px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product_feature_box:before {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
    z-index: -1;
    transition: all linear 0.4s;
    background: linear-gradient(135deg, #117C7F 0%, #FF9900 100%);
}
.product_feature_box:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
    right: unset;
}
.product_feature_box:hover img {
    filter: brightness(0) invert(1);
}
.product_feature_box:hover .button_style1 {
    background-color: #fff;
    color: #181B1B;
}
.product_feature_box:hover ul {
    color: #E5E7E7;    
}

.product_feature_box:nth-last-child(-n+2) {
  min-height: 310px;
}
.pf_head {
  margin-bottom: 12px;
}
.pf_head h3 {
  margin-left: 10px;
}
.product_feature_box p {
  margin-bottom: 10px;
}
.product_feature_box li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
}
.product_feature_box li::before {
  content: "";
  background-image: url(../images/portfolio_list_icon.svg);
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.product_feature_box .button_style1 {
  margin-top: 15px;
  transition: all 0.4s;
}
.product_numbering {
  position: relative;
  padding: 21px 0 18px 0;
}
.product_numbering .container {
  max-width: 1100px;
}
.product_numbering::before,
.product_numbering::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ccc 16px, transparent 16px);
  background-size: 32px 1px;
  background-repeat: repeat-x;
}
.product_numbering::after {
    top: unset;
    bottom: 0;
}
.prod_num_box h4 {
  margin-bottom: 8px;
}
.product_showcase h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 79px;
  opacity: 0.1;
  transform: rotate(-90deg);
  position: absolute;
  top: 430px;
  left: -55px;
}
.product_abs_left {
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.product_abs_right {
  position: absolute;
  right: 145px;
  bottom: 20px;
}

/*Homepage - Customize Tag*/
.customize_tag_wrapper {
  min-height: 395px;
  background-image: url(../images/customize_mid_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 9;
}
.customize_tag_wrapper::before {
  content: "";
  background-color: #0C0C0E;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.90;
  z-index: -1;
}
.customize_tag_wrapper p {
  line-height: 36px;
  margin-top: 5px;
}

/*Homepage - Customize 100*/
.customize_accordin_wrap {
  padding-top: 110px;
  padding-bottom: 140px;
}
.customize_accordin_wrap::before,
.customize_accordin_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.customize_accordin_wrap::before {
  background-image: url(../images/customize_left_vector.png);
  width: 515px;
  height: 322px;
  left: 0;
}
.customize_accordin_wrap::after {
  background-image: url(../images/customize_right_vector.png);
  width: 816px;
  height: 250px;
  right: 0;
}
.customize_accordin_wrap .container {
  max-width: 1404px;
}
.customize_accordin_wrap .row {
  --bs-gutter-x: 3.375rem;
}
.accordions {
    color: #fff;
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.cus_accord_box {
  color: #fff;
  background-color: #000;
  position: relative;
  border-radius: 50px;
  z-index: 9;
  overflow: hidden;
  padding: 32px 30px 15px 30px;
}
.cus_accord_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/customize_accord_bg.png);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0.15;
  background-position: top;
  z-index: -1;
}
.accordion-header {
  margin-bottom: 18px;
}
.accordion-button {
  padding-right: 25px;
}
.accordion-button::before {
  content: "";
  width: 24.5px;
  height: 24.5px;
  position: absolute;
  background-image: url(../images/accordin_plus.svg);
  background-position: center;
  background-size: contain;
  right: 0;
}
.accordion-button[aria-expanded="true"]::before {
    background-image: url(../images/accordin_minus.svg);
}
.cus_accord_box h3 {
  margin-bottom: 28px;
}
.customize_accordin_wrap > h2 {
  margin-bottom: 70px;
}
.accordion-body li {
  line-height: 30px;
  padding-left: 36px;
  position: relative;
}
.accordion-body ul, .product_cat_sub_dtls ul {
  counter-reset: section;
  padding-bottom: 26px;
}
.accordion-body li::before,
.product_cat_sub_dtls li:before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 16px;
}

/*product category*/
.product_catergory_wrapper {
  z-index: 9;
  padding: 100px 0;
}
.product_catergory_wrapper::before {
  content: "";
  background-image: url(../images/product_cat_bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  opacity: 0.10;
  z-index: -1;
}
.product_cat_slide {
  display: flex;
  background-color: #262626;
  overflow: hidden;
  border-radius: 50px;
}
.product_cat_image {
  width: calc(41% - 5px);
}
.product_cat_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_cat_dtls {
  width: 59%;
  padding: 30px 30px 25px 30px;
  min-height: 562px;
}
.product_cat_dtls p {
  line-height: 26px;
}
.product_cat_sub_dtls li:before {
  left: 6px;
}
.product_cat_sub_dtls ul {
  padding-bottom: 20px;
}
.product_cat_sub_dtls li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 2px;
}
.product_cat_sub_dtls li:last-child {
    margin-bottom: 0;
}
.product_cat_customer ul {
  display: flex;
  justify-content: space-between;
}
.product_cat_customer li {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.product_cat_customer li img {
  height: 50px;
  width: 88px !important;
  object-fit: contain;
}
.product_cat_list li {
  display: inline-block;
  background-color: #303536;
  padding: 12px;
  border-radius: 50px;
  margin-right: 6px;
  line-height: 1;
}
.product_cat_dtls .button_style1 {
  margin: 0;
}
.product_cat_dtls h2, .product_cat_customer h4 {
  margin-bottom: 12px;
}
.product_cat_sub_dtls {
  padding-top: 18px;
}
.product_cat_sub_dtls h3, .product_cat_list h3  {
  margin-bottom: 15px;
}
.product_cat_customer {
  margin-bottom: 28px;
  margin-top: 12px;
}
.product_cat_carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin: 5px 4px;
  transition: all 0.7s;
  border: 1px solid #fff;
}
.product_cat_carousel .owl-dots .owl-dot.active span, 
.product_cat_carousel .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #fff;
}
.product_cat_carousel .owl-nav.disabled + .owl-dots {
  margin-top: 32px;
}
.product_cat_local .product_cat_sub_dtls li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 20px;
}

/*Journey*/
.hm_journey_wrapper {
  padding-top: 105px;
}
.hm_journey_head {
  margin-bottom: 35px;
}
.hm_journey_head b {
    font-weight: normal;
}
.hm_journey_slide img {
  height: 664px;
  object-fit: cover;
}
.hm_journey_carousel .owl-stage {
  margin-left: -130px !important;
}
.hm_journey_head .owl-nav button {
  background-color: transparent;
  border: none;
}
.hm_journey_head .owl-nav span {
  font-size: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hm_journey_head .owl-prev span {
  background-image: url(../images/carousel_left.svg);
}
.hm_journey_head .owl-next span {
  background-image: url(../images/carousel_right.svg);
}
.hm_journey_head .owl-nav .owl-next {
  margin-left: 4px;
}

/*labeling*/
.labeling_wrapper {
  overflow: hidden;
  min-height: 452px;
  z-index: 9;
  padding-top: 42px;
}
.labeling_wrapper::before {
  content: "";
  background-image: url(../images/hm_labeling_bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
}
.labeling_wrapper span, 
.labeling_wrapper h2 {
  color: #D9D9D9;
  opacity: 0.15;
  text-transform: uppercase;
  font-size: 162px;
  line-height: 156px;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
}
.left-to-right .track {
    animation: leftToRight 60s linear infinite;
}
.right-to-left .track {
    animation: rightToLeft 60s linear infinite;
}
@keyframes rightToLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes leftToRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/*App rating*/
.apprating_wrapper {
  padding-bottom: 28px;
}
.apprating_content {
  width: 1110px;
  margin: 0 auto;
  border-radius: 200px;
  background: #C70;
  background: linear-gradient(90deg,rgb(204, 119, 0) 60%, rgb(25, 155, 156) 100%);
  min-height: 288px;
  align-items: center;
  margin-top: -144px;
  position: relative;
  z-index: 9;
  padding: 0 95px 0 110px;
}
.app_rating_box {
  min-width: 380px;
  background-color: rgba(255,255,255,0.20);
  border: 1px solid #fff;
  border-radius: 10px;
  height: 50px;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}
.app_rating_box ul {
  padding-left: 10px;
}
.app_rating_box li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/star_rating_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: sub;
}
.app_rating_box li.star_fill {
    background-image: url(../images/star_rating_fill.png);
}
.app_rating_box li.star_half {
    background-image: url(../images/star_rating_half.png);
}
.app_rating_box h4 {
  padding-left: 10px;
}
.app_download_btn a {
  margin-left: 12px;
}

/**************************************************************************Auction Manager**************************************************************************************/
.main_wrapper {
  padding-top: 0;
}
.br-8 {
    border-radius: 8px;
}
.bg_teal {
    background-color: #138A8E;
}
.bg_auc_primary {
    background-color: #030C0C;
}
.bg_auc_neutral0 {
    background-color: #091F1F;
}
.bg_auc_neutral1 {
    background-color: #091F1F;
    border: 1px solid #173B3B;
}
.bg_border_gradient0 {
    background:
    linear-gradient(90deg, #071818, #0D2B2B) padding-box,
    linear-gradient(to left, #1BAFB1, #0B4A4B) border-box;
    border: 1px solid transparent;
}
.bg_border_gradient1 {
    background:
    linear-gradient(#091F1F, #091F1F) padding-box,
    linear-gradient(to bottom, #0B4A4B, #1BAFB1) border-box;
    border: 1px solid transparent;
}
.bg_border_gradient2 {
    background:
    linear-gradient(#091F1F, #091F1F) padding-box,
    linear-gradient(to bottom, #179596, #0B4A4B) border-box;
    border: 1px solid transparent;
}
.bg_border_gradient3 {
    background:
    linear-gradient(90deg, #071818, #0D2B2B) padding-box,
    linear-gradient(to bottom, #179596, #0B4A4B) border-box;
    border: 1px solid transparent;
}
.bg_border_gradient4 {
    background:
    linear-gradient(180deg, #173B3B, #0B2626) padding-box,
    linear-gradient(to bottom, #179596, #0B4A4B) border-box;
    border: 1px solid transparent;
}
.bg_gradient0 {
    background: linear-gradient(90deg, #071818, #0D2B2B) padding-box
}
.auction_header {
    background-color: #1A1A1A;
    display: flex;
    justify-content: space-between;
    padding: 10.5px 25px;
    align-items: center;
}
.auction_logo_left {
    display: flex;
    align-items: center;
    width: 15%;
}
.auction_logo_left a img {
    filter: invert(1);
    width: 20px;
}
.auction_header .auc_logo {
    padding-left: 20px;
}
.auc_logo img {
  width: 155px;
}
.auc_logo span {
    font-size: 10px;
    color: #fff;
    display: block;
    padding-top: 2px;
}
.auction_hd_tag {
    width: 24%;
    text-align: left;
    border-left: 1px solid #555;
    padding-left: 20px;
    margin-left: 20px;
}
.auction_hd_tag h1 {
    font-size: 24px;
    color: #E5E7E7;
    font-weight: 600;
}
.auction_hd_cpylink {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.auc_btnsview_monitor .draft_players_btns_monitor select#ddlMonTeams {
    width: 95px;
}
.auc_btnsview_monitor .draft_players_btns_monitor a {
    padding: 4px 10px;
    display: inline-block;
    border-radius: 40px;
}
.form_cpylink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form_cpylink label {
    color: #E5E7E7;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
.form_cpylink .form-control {
    background-color: #262626;
    color: #E5E7E7;
    border: transparent;
    width: 270px;
    height: 38px;
    border-radius: 80px;
    padding-right: 12px;
    font-size: 14px;
}
.form_cpylink .form-control:focus {
    box-shadow: none;
}
.form_cpylink a {
    width: 35px;
    height: 35px;
    background-color: #262626;
    border: none;
    margin-left: 3px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}
.auc_btnsview_monitor .draft_players_btns_monitor label {
    font-size: 16px;
    font-weight: 600;
    margin-right: 6px;
    text-align: left;
    margin-bottom: 6px;
}
.auc_btnsview_monitor .draft_players_btns_monitor select {
    height: 30px;
    width: 120px;
    -webkit-appearance: auto;
    background-color: #091F1F;
    border: 1px solid #346565;
    border-radius: 40px;
    font-size: 13px;
}
.auction_manager a.add_to_auc.add_to_aucdis.dis-btn {
    border-radius: 20px;
}
.auction_manager a.add_to_auc.add_to_aucdis.dis-btn img {
    filter: grayscale(100);
    margin-top: -3px;
}
.auction_manager span.auc_prank_no {
    background-color: #213232;
    width: 30px;
    height: 22px;
}
/*.auction_btn_main a {
  display: block;
  color: #fff;
  background-color: #009555;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 0 12px 0;
  margin-top: 5px;
}*/
.auction_btn_main {
    padding: 20px 15px;
    align-items: center;
    margin: 0 25px;
    border-radius: 8px;
    margin-top: 10px;
    text-align: center;
    height: 67px;
    border: none;
}
.auction_btn_main span {
    font-size: 18px;
    color: #fff;
    width: 80%;
    display: inline-block;
}
.auction_btn_main a {
    display: block;
    color: #fff;
    background-color: #009555;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 20px;
    border-radius: 60px;
    margin-top: -9px;
    float: right;
}
.auction_team_show {
    background-color: #1A1A1A;
    margin: 0 25px;
    margin-top: 15px;
    border-radius: 8px;
    padding: 15px;
    overflow-y: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
    display: flex;
}
.auction_manager .auction_team_show,
.auction_team_manager .auction_team_show {
    margin: 0 15px;
    margin-top: 10px;
    padding: 15px 5px;
    overflow-y: unset;
    white-space: nowrap;
    margin-bottom: 10px;
}
.auction_team_show .full_width {
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
div#divMonitor1 {
    background-color: transparent;
    padding-bottom: 15px;
}
.auction_team_box {
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    max-width: 141px;
    width: 100%;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    padding: 8px 5px 10px 15px;
    flex: 1;
    text-align: center;
    max-width: 100%;
}
.auction_team_box.disable {
    filter: grayscale(100) contrast(0.5);
}
.auction_team_box::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #3CC;
  position: absolute;
  top: -35px;
  right: -35px;
  border-radius: 60px;
  filter: blur(50px);
}
.auction_team_box:last-child {
    margin-right: 0;
}
.auction_team_box > img {
    width: 40px;
    height: 40px;
    border-radius: 90px;
    object-fit: cover;
}
.auction_team_box h2 {
    font-size: 18px;
    color: #E5E7E7;
    font-weight: 800;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.auction_team_box h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.auction_team_box h3 b {
    color: #33CCCC;
}
.auction_team_box h3 small {
    font-size: 18px;
    color: #C9CECF;
    font-weight: 500;
}
.auction_team_box h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 2px;
}
.auction_team_box span {
    font-size: 14px;
    color: #E5E7E7;
    display: block;
}
.auction_team_box li {
  display: inline-block;
  color: #FF9900;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-right: 15px;
}
.auction_team_box li:last-child {
    padding-right: 0;
}
.auction_team_box li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: -11px;
}
.auction_team_box li:nth-child(1):before {
    content: unset;
}
.auction_counting_top {
  margin: 0 25px;
  margin-top: 25px;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #173B3B;
}
.auc_round_lbl li {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.auc_lbl_count {
  border-radius: 50px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #173B3B;
}
.auc_lbl_count i {
  display: inline-flex;
  min-width: 45px;
  min-height: 45px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  font-size: 18px;
  font-style: normal;
  color: #fff;
}
.auc_round_lbl.pick_players .auc_lbl_count i img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.auction_team_bot .auc_round_lbl.pick_players .auc_lbl_count i img {
    width: 20px;
    height: 20px;
}
.auction_team_bot .squad_inner {
    display: flex;
}
.auction_team_bot .squad_inner > img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.auction_team_bot .squad_inner .link-color {
    font-size: 14px;
    color: #E5E7E7;
    margin-right: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.30s;
    max-width: 195px;
}
.auction_team_bot .squad_inner .link-color:hover {
    color: yellow;
}
.auction_team_bot .prgss_stats {
    text-align: right;
}
.auction_team_bot .prgss_stats b {
    color: #fff;
}
.auc_lbl_count h5 {
    color: #E5E7E7;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 500;
}
.auc_lbl_count h5 strong {
  color: #FF9900;
}
.auc_lbl_count h5 span {
  margin-left: -3px;
}
.auc_lbl_count h6 {
  color: #E5E7E7;
  font-size: 14px;
  margin-left: 2px;
}

.auc_sold_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.auc_sold_tag h5 {
  color: #E5E7E7;
  font-size: 24px;
  font-weight: 600;
}
.auc_sold_tag h6 {
  padding-left: 5px;
}
.auc_sold_tag b {
  font-size: 28px;
  color: #F90;
}
.auc_sold_tag span {
  color: #E5E7E7;
  font-size: 24px;
  font-weight: 600;
}
.auc_sold_tag span::before {
  content: "/";
}
.icon_tag {
    background-image: linear-gradient(0deg, #ed2f2f, #d5ff1a 230%);
}
.u19_tag {
    background-image: linear-gradient(0deg, #4c4cff, #d3ff3f 230%);
}
.auc_round_lbl.pick_players {
  display: flex;
}

.auction_player_mid {
  display: flex;
  margin: 0 25px;
  margin-top: 25px;
}
.auc_plyr_info {
  width: calc(20% - 50px);
  border-radius: 8px;
  padding: 15px;
  position: relative;
  margin-right: 20px;
}
.auc_plyr_info > img {
  height: 330px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #4A7878;
}
.auc_noplyr > img {
    height: 300px;
    position: relative;
}
.auc_main_controls {
  width: calc(80% + 50px);
  border-radius: 8px;
  padding: 18px 15px;
}
.auc_ctrls_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.auc_ctrls_head h2 {
  font-weight: 700;
  font-size: 21px;
  color: #E5E7E7;
}
.toggle-container {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: system-ui, sans-serif;
}
.toggle-label {
    color: #949E9E;
    font-size: 15px;
    transition: color 0.25s ease;
}
.toggle-label.active {
    color: #E5E7E7;
    font-weight: 600;
}
.toggle-switch {
  width: 48px;
  height: 27px;
  background-color: #091F1F;
  border-radius: 20px;
  padding: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.25s ease;
  border: 1px solid #5C8484;
}
.toggle-knob {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 100px;
    transition: transform 0.25s ease;
}
.toggle-switch.active .toggle-knob {
    transform: translateX(24px);
}
.auc_form {
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.auc_ctrls_pckrandom label {
  font-size: 13px;
  color: #E5E7E7;
  display: block;
  margin-bottom: 10px;
}
.auc_form .form_control {
  width: 100%;
  background-color: #091F1F;
  border: 1px solid #346565;
  height: 40px;
  color: #E5E7E7;
  font-size: 14px;
  border-radius: 50px;
  padding-left: 20px;
  background-image: url(../images/caret_down_white.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
}
.auc_prandom_btn a {
    margin-top: 30px;
}
.btn_red {
    background-color: #ED1515;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    min-width: 149px;
    display: inline-block;
    text-align: center;
    height: 46px;
    line-height: 44px;
    border-radius: 60px;
}
.auction_bid_history {
  display: flex;
  margin: 0 25px;
  margin-top: 25px;
  border-radius: 7px;
  padding: 15px;
  align-items: center;
}
.auction_bid_history h4{
  font-size: 16px;
  color: #E5E7E7;
  font-weight: 700;
  margin-right: 12px;
}
.auction_bid_history li {
  display: inline-block;
  margin-right: 8px;
}
.auction_bid_history .auc_lbl_count {
  padding-right: 0px;
}
.auction_bid_history .auc_lbl_count i {
  min-width: 36px;
  min-height: 36px;
  font-size: 14px;
}
.auction_bid_history .auc_lbl_count h5 {
  font-size: 14px;
  padding-right: 12px;
}

.p_tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;  
}

.p_tooltiptext {
  visibility: hidden;
  width: 75px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 185%;
  margin-left: -65px;
}

.p_tooltip:hover .p_tooltiptext {
  visibility: visible;
}

.auction_main_mid {
  display: flex;
  margin: 0 25px;
  margin-top: 25px;
}
.auc_players_head h3 img {
    border-radius: 30px;
}
.auc_players_block {
  width: calc(65% - 35px);
  border-radius: 8px;
  margin-right: 15px;
}
.auc_players_head {
    padding: 15px;
}
.auc_players_head h3 {
  font-size: 16px;
  font-weight: 700;
  color: #E5E7E7;
  line-height: 1;
}
.auc_plyr_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  border-top: 1px solid #1F4747;
  border-bottom: 1px solid #1F4747;
}
.auc_plyr_ctrl_left {
  display: flex;
}
.auc_searchbar {
  position: relative;
}
.auc_searchbar > img {
  position: absolute;
  left: 12px;
  top: 8px;
}
.auc_searchbar .form_control {
  background-color: #091F1F;
  border: 1px solid #346565;
  color: #eee;
  font-size: 14px;
  border-radius: 120px;
  width: 210px;
  height: 30px;
  padding-left: 35px;
  font-weight: 500;
  padding-right: 20px;
}
.search_clear_btn {
  background-image: url(../images/close_search.png);
  background-repeat: no-repeat;
  background-size: 10px;
  border: none;
  margin-top: 0px;
  padding-right: 10px;
  border-radius: 0 4px 4px 0;
  height: 32px;
  background-position: -1px 10px;
  background-color: transparent;
  position: absolute;
  right: 5px;
}
.auc_plyr_filter {
  margin-left: 8px;
}
.auc_plyr_filter a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50px;
  border: 1px solid #1F4747;
  position: relative;
}
.auc_plyr_filter .active:before {
    width: 7px;
    height: 7px;
    top: 2px;
    right: -1px;
    background-color: yellow;
    position: absolute;
    border-radius: 10px;
    content: "";
}
.auc_plyr_filter a img {
  width: 12px;
}
.auc_tabs li {
  display: inline-block;
  padding-left: 5px;
}
.auc_tabs li a {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    color: #E5E7E7 !important;
    border: 1px solid #346565;
    min-width: 50px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    padding: 0px 15px;
}
.auc_tabs li a.active {
  background-color: #F90;
  border-color: #F90;
  color: #000 !important;
}
.auc_progress_block {
  width: calc(35% + 20px);
  background-color: #1A1A1A;
  border-radius: 8px;
}
.auc_plyr_ctrl_right {
  width: 50%;
  text-align: right;
}
.auc_plyr_ctrl_right .auc_form {
  width: 40%;
  margin-right: 0;
  margin-left: 5px;
}
.auc_plyr_ctrl_right .auc_form .form_control {
  height: 30px;
  padding-left: 15px;
  padding-right: 32px;
}
.auc_player_data {
    height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
    overflow-x: hidden;
}
.auc_table {
  width: 100%;
  border-collapse: collapse;
}
.auc_table thead {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #091F1F;
  box-shadow: 0 0 2px #1F4747;
}
.auc_table thead th {
  font-size: 14px;
  font-weight: 500;
  color: #E5E7E7;
  padding: 8px 15px;
  border-bottom: 1px solid #495050;
}
.auc_table tbody td {
  border-bottom: 1px solid #1F4747;
  padding: 8px 15px;
  color: #E5E7E7;
  font-size: 14px;
}
.auc_plyr_dtls {
  display: flex;
  align-items: center;
}
.p_status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 60px;
  border: 2px solid #888;
  margin-right: 8px;
  background-color: transparent;
}
.ps_inform {
  border-color: rgba(195, 34, 34);
  background-color: rgb(195 34 34 / 30%);
}
.p_role {
  width: 20px;
  height: 20px;
  border-radius: 40px;
  display: inline-flex;
  border: 1px solid #495050;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.p_role img {
  width: 12px;
}
.auc_plyr_dtls h3 {
  font-size: 14px;
  color: #E5E7E7;
  margin-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 195px;
}
.auc_plyr_dtls .p_tooltip,
.auc_ply_pcontrols .plyr_role_no,
.auc_ply_pcontrols .p_tooltip {
  border: 1px solid #495050;
  color: #AFB7B7;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  justify-content: center;
  border-radius: 20px;
}
.auc_plyr_dtls i,
.auc_ply_pcontrols i {
  font-style: normal;
  font-size: 10px;
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 19px;
  margin-right: 5px;
  border-radius: 10px;
}
.filter_strip_tab {
  margin: 0 25px;
  margin-top: 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
.filter_strip_tab h5 {
  font-size: 16px;
  font-weight: 600;
  color: #E5E7E7;
  margin-right: 8px;
}
.filter_strip_tab li a {
  min-width: 130px;
  min-height: 40px;
  margin-right: 5px;
}
.filter_strip_tab li a {
    border-color: #5C8484;
}
.filter_strip_tab .auc_tabs li a.active {
  background-color: #138A8E;
  border-color: #138A8E;
  color: #fff;
}
.auction_team_bot {
  margin: 0 25px;
    margin-top: 0px;
  margin-top: 25px;
}
.auction_team_squad {
  width: calc(20% - 13px);
  border-radius: 8px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 26px;
  min-height: 400px;
}
.auction_team_squad .auc_players_head h3 span + small {
    float: right;
    margin-top: 5px;
}
.auction_team_squad:nth-child(5n) {
  margin-right: 0;
}
.auction_team_squad .auc_round_lbl ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.auction_team_squad .auc_lbl_count {
  padding-right: 12px;
}
.auction_team_squad .auc_round_lbl li:last-child {
  padding-right: 0;
}
.auction_team_squad .auc_round_lbl {
  padding: 8px;
  border-top: 1px solid #346565;
  border-bottom: 1px solid #346565;
}
.auction_team_squad .auc_lbl_count i {
  min-width: 25px;
  min-height: 29px;
  padding: 0 8px;
  font-size: 18px;
}
.auction_team_squad .auc_lbl_count i img {
  width: 13px;
}
.auction_team_squad .auc_lbl_count h5 {
  font-size: 14px;
}
.auction_team_squad .auc_players_head h3 img, 
.auction_team_squad .auc_players_head h3 span {
  vertical-align: middle;
}
.auction_team_squad .auc_players_head h3 span {
  margin-left: 5px;
}
.tm_squad_cat {
  display: inline-block;
  margin-right: 10px;
}
.tm_squad_cat::before {
  content: ",";
  margin-left: -6px;
  margin-right: 4px;
}
.auction_team_squad .p_role {
  margin-left: 0;
}

.auction_team_bot .auction_team_squad .auc_lbl_count {
    display: block;
    padding: 2px 5px;
    text-align: center;
    border-radius: 10px;
}
.auction_team_bot .auction_team_squad .auc_lbl_count i {
    min-width: 0;
    min-height: 25px;
    padding: 0;
    background: no-repeat;
    margin: 0;
    display: flex;
    font-size: 12px;
}
.auction_team_bot .auc_round_lbl.pick_players .auc_lbl_count i img {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    margin-bottom: 4px;
}
.auction_team_bot .auction_team_squad .auc_lbl_count h5 {
    padding-left: 0;
    font-size: 13px;
}

/*After Pick Random*/
.auc_plyr_no {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.auc_plyr_info::before {
  content: "";
  background: #091F1F;
  background: linear-gradient(0deg,rgba(9, 31, 31, 1) 15%, rgba(9, 31, 31, 0) 47%);
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 0 0 8px 8px;
}
.auc_plyr_content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
  text-align: center;
  padding-bottom: 17px;
}
.auc_plyr_content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 0 8px #000;
}
.auc_plyr_content .auc_lbl_count {
  border: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 10px;
}
.auc_plyr_content .auc_lbl_count .icon_tag, 
.auc_plyr_content .auc_lbl_count .u19_tag {
  font-size: 12px;
  min-width: 25px;
  min-height: 25px;
  padding: 0 4px;
  margin: 0 4px;
}
.auc_plyr_content li {
  display: inline-block;
  color: #E5E7E7;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #346565;
  background-color: #091F1F;
  padding: 3px 4px;
  margin: 0 1px 4px 1px;
  border-radius: 6px;
}
.auc_plyr_content li strong {
  font-weight: 500;
}
.auc_team_buttons .button_1 {
    margin-right: 5px;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-size: 18px;
}
.button_1 {
  padding: 5px 25px;
  background-color: #091F1F;
  border: 1px solid #346565;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 40px;
}
.button_1.curbid {
  background-color: #146C71;
  border-color: #146C71;
}
.auc_bid_details {
  border-color: #346565;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding: 18px 15px;
  margin-top: 20px;
}
.auc_bid_left, .auc_bid_mid {
  display: flex;
  align-items: center;
}
.auc_bid_left .auc_lbl_count h5 {
  font-size: 18px;
}
.auc_bid_left > span,
.auc_bid_mid > span {
  font-size: 20px;
  color: #E5E7E7;
  font-weight: 600;
  margin-right: 5px;
}
.auc_bid_mid > span {
  margin-right: 5px;
}
.auc_bid_mid .auc_lbl_count {
  border: none;
  padding-right: 0;
}
.auc_bid_mid .form-controls {
  max-width: 130px;
  border-radius: 40px !important; 
  border-color: #346565;
  padding-right: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #F90;
  padding-top: 0;
  padding-left: 10px;
}
.auc_bid_mid .form-controls::placeholder {
    color: #f90;
    opacity: 1;
}
.auc_bid_mid .auc_lbl_count i {
  min-width: 36px;
  min-height: 36px;
  padding: 0 8px;
  font-size: 18px;
  margin-left: -38px;
  margin-top: 0px;
}
.auc_three_case {
  text-align: center;
  margin-top: 20px;
}
.auc_three_case button {
  display: inline-flex;
  min-width: 180px;
  font-size: 18px;
  min-height: 50px;
  border: none;
  border-radius: 60px;
  margin: 0 5px;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.auc_three_case button img,
.auc_three_case button span {
    vertical-align: middle;
}
.auc_three_case button img {
  width: 18px;
  margin-right: 5px;
}
.button_unsold {
  background-color: #8E44AD;
}
.button_sold {
  background-color: #009555;
}
.button_remove {
  background-color: #ED1515;
}
.button_reauction {
  background-color: #983B08;
}
.auc_ctrls_dasselect {
  display: flex;
  margin-bottom: 40px;
}
.auc_ctrls_dasselect > div {
  width: 100%;
}
.auction_screens .dis-btn {
    background-color: #3c3c3c !important;
    color: #666 !important;
}
/*Auction Team Manager*/
.auction_inprogress a {
  background-color: #3CC;
  color: #173B3B;
  font-weight: 700;
}
.auction_tm_mid {
  display: flex;
  margin: 0 25px;
  margin-top: 25px;
}
.auction_tm_mid .auction_player_mid {
  display: block;
  margin: 0;
  margin-right: 20px;
  width: 65%;
}
.auction_tm_mid .auc_progress_block {
    width: 35%;
}
.auction_tm_mid .auc_progress_block .auc_player_data {
  height: auto;
  max-height: 880px;
}
.auction_tm_mid .auction_bid_history {
    margin: 0;
}
.auction_tm_mid .auction_bid_history,
.auction_tm_mid .auc_players_block {
  margin-top: 25px;
}
.auction_tm_mid .auc_players_block {
  width: 100%;
  margin-right: 0;
}
.auction_plyer_mtinfo {
  border-radius: 8px;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 15px;
}
.auction_tm_mid .auc_plyr_info {
  width: 410px;
  padding: 0;
  margin-right: 12px;
}
.auction_tm_mid .auc_plyr_info::before {
  width: calc(100% - 0px);
  bottom: 0;
  left: 0;
}
.auction_tm_mid .auc_plyr_info > img {
  border: none;
}
.auc_plyr_no {
    top: 10px;
    right: 10px;
}
.auc_plyr_dtlbox {
  width: 100%;
}
.auc_plyr_stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.auction_player_mid .stamp {
    top: 220px;
}
.auc_plyr_nmbideft {
    width: 80%;
}
.auc_plyr_stats li {
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
  flex: 1;
  padding: 6px 0;
}
.auc_plyr_stats h4 {
  font-size: 24px;
  color: #3CC;
  font-weight: 700;
}
.auc_plyr_stats span {
  display: block;
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
}
.auc_plyr_stats li:last-child {
  margin-right: 0;
}
.auc_plyr_dtlbox .auc_player_data {
  height: auto;
  padding: 10px 15px;
  border-radius: 8px;
}
.auc_plyr_dtlbox .auc_player_data tr:last-child td {
  border: none;
}
.auc_plyr_dtlbox .auc_player_data thead {
  background-color: transparent;
  box-shadow: none;
}
.auc_plyr_dtlbox .auc_table tbody td,
.auc_plyr_dtlbox .auc_table thead th {
  border-bottom: 1px solid #173B3B;
}
.auc_imp_pdf a {
  display: inline-block;
  background-color: #138A8E;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 15px;
  border-radius: 30px;
  margin-left: 8px;
}
.tbid_anchor {
  font-weight: 600;
  color: #3CC;
}
.auc_compare_plyr {
  display: inline-flex;
  border: 1px solid #346565;
  border-radius: 40px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.auc_compare_plyr img {
  width: 16px;
}
.auc_plyr_dtlbox h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.auction_team_manager .auction_tm_mid .auction_player_mid {
    display: flex;
    margin: 0;
    margin-right: 0;
    width: 100%;
}
.auction_team_manager .auc_bid_hstry ul {
    padding-bottom: 8px;
}
.auction_team_manager span.auc_prank_no {
    background-color: #2f3031;
    width: 30px;
    font-size: 11px;
}
.auction_team_manager .auction_plyer_mtinfo {
    width: calc(65% - 10px);
}
.auction_team_manager .auction_tm_mid .auction_bid_history {
    width: calc(35% + 20px);
    margin-left: 20px;
    margin-top: 0;
    display: block;
}
.auction_team_manager .auction_tm_mid .auc_cunt_bid_top {
    display: flex;
    align-items: center;
}
.auction_team_manager .auction_tm_mid .auc_cunt_bid_top img {
    width: 120px;
    height: 120px;
}
.auction_team_manager .auction_tm_mid .auc_cunt_bid_top h4 {
    font-size: 28px;
    margin-bottom: 0;
    margin-left: 15px;
    width: 60%;
    text-align: left;
    margin-left: 10px;
}
.auction_team_manager .auction_tm_mid .auc_bid_value {
    width: 35%;
    padding: 5px 10px;
}
.auction_team_manager .auction_tm_mid .auc_bid_value h5 {
    font-size: 42px;
}
.auction_team_manager .auction_tm_mid .auc_bid_value span {
    font-size: 16px;
}
.auction_team_manager .auction_tm_mid strong#cbidmaxvaluereached {
    font-size: 12px;
    margin-top: 10px;
}
.auction_team_manager .auction_tm_mid_bottom {
    display: flex;
    margin-top: 20px;
}
.auction_team_manager .auction_tm_mid_bottom .auction_player_mid {
    margin-top: 0;
    width: calc(65% - 10px);
    margin-right: 0;
}
.auction_team_manager .auction_tm_mid_bottom .auc_players_block {
    width: 100%;
}
.auction_team_manager .auction_tm_mid_bottom .auc_progress_block {
    width: calc(35% + 15px);
    margin-right: 25px;
}
.auction_team_manager .auction_tm_mid_bottom .auc_player_data a {
    color: #fff;
}
.auction_team_manager .auction_tm_mid_bottom .auc_player_data a.link-color-act {
    background-color: transparent;
    font-weight: bold;
    color: #f90;
    height: auto;
    top: 0;
}
.auction_team_manager .auction_player_mid .stamp {
    top: 100px;
    right: 20px;
}
.auction_screens .error-red {
    float: none;
    width: calc(100% - 0px);
    border-radius: 0;
}
.auc_player_data .auc_table tbody td {
    padding: 8px 10px;
}
.auction_tm_mid_bottom .auc_plyr_dtls i, 
.auction_tm_mid_bottom .auc_ply_pcontrols i,
.auction_main_mid .auc_plyr_dtls i, 
.auction_main_mid .auc_ply_pcontrols i {
    width: auto;
    padding: 0 8px;
}
i.retain_tag {
    background-image: linear-gradient(0deg, #713e42, #d3ff3f 230%);
}
i.c_tag {
    background-image: linear-gradient(0deg, #3030a9, #518779 230%);
}
i.vc_tag {
    background-image: linear-gradient(0deg, #949b29, #d5ff1a 230%);
}
i.owner_tag {
    background-image: linear-gradient(0deg, #299b5c, #d5ff1a 230%);
}
i.rtm_tag {
    background-image: linear-gradient(0deg, #ff0000, #8b3e3e 230%);
}

.modal_comman {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(3, 12, 12, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
}
.modal_tbid {
    padding-top: 300px;
}
.modal_comman .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 30px;
  border-radius: 25px;
  animation-duration: 0.8s;
}
.modal_header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.modal_large_filter .modal_header h2 {
    font-size: 20px;
}
.modal_comman .modal_header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.modal_header .close {
  position: absolute;
  right: 30px;
  top: 23px;
  cursor: pointer;
}
.modal_header img {
  width: 35px;
}
.modal_comparsion .auction_tm_mid {
  display: block;
  margin: 0;
}
.modal_comparsion .modal-content {
    width: 65%;
}
.modal_comparsion .auction_plyer_mtinfo {
  margin-bottom: 20px;
  width: 100%;
}

/*Modal target bid*/
.modal_tbid .modal_header,
.modal_filter .modal_header {
  padding: 0 30px 15px 30px;
  margin: 0 -30px 10px -30px;
  border-bottom: 1px solid #1F4747;
}
.modal_tbid .modal_header h2,
.modal_filter .modal_header h2 {
  font-size: 18px;
  text-align: center;
}
.modal_tbid .modal_header .close,
.modal_filter .modal_header .close {
  right: 15px;
  top: 15px;
}
.modal_tbid .modal_header img,
.modal_filter .modal_header img {
  width: 25px;
}
.modal_tbid .modal_body {
  margin: 10px 0;
}
.modal_tbid .modal_body h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.modal_tbid .modal-content {
  padding: 15px 30px;
  border-radius: 8px;
  width: 500px;
  text-align: center;
}
.modal_tbid .form_group {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  align-items: center;
}
.modal_tbid .form-controls {
    background-color: #091F1F;
    border-color: #5C8484;
    color: #fff !important;
    border-radius: 40px !important;
    width: 50%;
}
.modal_tbid .form_group span {
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    padding: 7px 15px;
    border-radius: 40px;
    margin-left: -40px;
}
.mdlauction_plyr_reset .draft_nteround {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
    line-height: 1.4;
}
.mdlauction_plyr_reset .draft_nteround b {
    color: #f90;
}
.mdl_btn_submit {
  background-color: #138A8E;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 10px 32px;
  border-radius: 50px;
}
.mdl_btn_remove {
    background-color: #ED1515;
}
/*Filter Modal*/
.modal_filter .modal-content {
  padding: 15px 30px;
  border-radius: 8px;
  width: 880px;
}
.modal_filter .cus_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-top: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
}
.cus_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal_filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: #eee;
}
.cus_check:hover input ~ .checkmark {
  background-color: #ccc;
}
.modal_filter .cus_check input:checked ~ .checkmark {
    background: none;
    background-color: #33CCCC;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus_check input:checked ~ .checkmark:after {
  display: block;
}
.cus_check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.auc_filtr_hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.auc_filtr_hdr h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.auc_filtr_hdr a {
  color: #F90;
  font-weight: 600;
  font-size: 14px;
}
.auc_filter_box {
  border-bottom: 1px solid #1F4747;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.auc_filter_box li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: calc(25% - 10px);
}
.modal_filter .modal_body {
  height: 500px;
  overflow-y: auto;
  margin-left: -30px;
  padding-left: 30px;
  margin-right: -30px;
  padding-right: 30px;
}
.mdl_btn_cancel {
  background-color: #ED1515;
}
.modal_filter .modal_footer {
  text-align: center;
}
.modal_filter .modal_footer button {
  margin: 0 8px;
}
.lrge_combiner {
  display: flex;
}
.lrge_combiner > span {
  font-size: 14px;
  color: #3CC;
  font-weight: 600;
  display: inline-block;
  width: 90px;
}
.lrge_combiner ul {
  width: 100%;
}
.lrge_combiner ul li {
    width: calc(30% - 10px);
}
.auc_filter_box small {
  font-size: 14px;
  display: block;
  line-height: 1;
}
.auc_filter_box i {
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  font-weight: 400;
  color: #E5E7E7;
}
.auc_notes {
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 15px;
}
.auc_notes h5 {
  font-size: 16px;
  color: #3CC;
  font-weight: 700;
  margin-bottom: 5px;
}
.auc_notes ul {
    counter-reset: section;
}
.auc_notes li {
  position: relative;
  padding-left: 30px;
  color: #E5E7E7;
  font-size: 14px;
  padding-bottom: 4px;
  font-weight: 500;
}
.auc_notes li::before {
  counter-increment: section;
  content: "" counter(section) ". ";
  position: absolute;
  top: 0;
  left: 15px;
}

/*Auction Monitor*/
.auction_monitor_bg {
    background: #030C0C;
}
/*.auc_soundbar {
  width: 30%;
  text-align: right;
}*/
.auc_soundbar span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  cursor: pointer;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  transition: all 0.4s;
  border: 1px solid #5C8484;
}
.auc_soundbar span:hover {
    background-color: #5C8484;
}
.auc_soundbar .soundoff {
  background-image: url(../images/auc_soundoff.png);
}
.auc_soundbar .soundon {
  background-image: url(../images/auc_soundon.png);
}
.auction_monitor_mid .auc_plyr_info {
    width: 500px;
}
.auction_monitor_mid .auc_plyr_info > img {
    height: 489px;
}
.auction_monitor_mid .auc_plyr_info::before {
    content: unset;
}
.auc_plyr_nmbid {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auc_plyr_nmbid h2 b {
  font-size: 34px;
  color: #fff;
}
.auc_plyr_nmbideft b.tag_style {
    font-size: 20px;
    padding: 3px 15px 3px 15px;
}
.auc_plyr_nmbid h2 span {
  font-size: 22px;
  color: #E5E7E7;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 60px;
  vertical-align: middle;
  margin-left: 5px;
}
.auc_plyr_nmbid h3 {
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient( 180deg, #B86E00 0%, #4A451F 50%, #0F2F2F 100% );
  border-image: linear-gradient( 180deg, rgba(255,255,255,0.40), rgba(255,255,255,0) ) 1;
  border-bottom: none;
  backdrop-filter: blur(84px);
  -webkit-backdrop-filter: blur(84px);
  border-radius: 10px;
  min-width: 140px;
  padding: 6px 10px 12px 10px;
}
.auc_plyr_nmbid h3 b {
  font-size: 50px;
  display: block;
}
.auc_plyr_nmbid h3 span {
  font-size: 22px;
  font-weight: 500;
  color: #E0E1E1;
}
.auction_monitor_mid .auc_plyr_dtlbox .auc_plyr_stats {
  padding: 15px;
  border-radius: 8px;
}
.auc_plyr_dtlbox .auc_plyr_stats li {
  padding: 10px 5px;
}
.auc_cunt_bid {
  width: calc(35% - 20px);
}
.auc_cunt_bid {
    background: linear-gradient(90deg, #071818, #0D2B2B) padding-box, linear-gradient(to left, #1BAFB1, #0B4A4B) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
}
.auc_cunt_bid .bg_border_gradient0 {
    background: none;
    border: none;
    text-align: center;
}
.auc_cunt_bid_top, .auc_bid_hstry {
    border-radius: 8px;
}
.auc_bid_hstry li {
  display: inline-block;
}
.auc_cunt_bid_top {
  text-align: center;
  padding: 28px 25px;
  margin-bottom: 20px;
}
.auc_cunt_bid_top img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100px;
  margin-bottom: 10px;
}
.auc_cunt_bid_top h4 {
  font-size: 36px;
  color: #E5E7E7;
  margin-bottom: 20px;
  font-weight: 700;
}
.auc_bid_value {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 8px;
  margin-top: 5px;
}
.auc_bid_value h5 {
  font-size: 50px;
  color: #F90;
  font-weight: 700;
}
.auc_bid_value span {
  font-size: 20px;
  font-weight: 500;
  color: #E0E1E1;
}
.auc_bid_hstry {
  padding: 15px;
}
.auc_bid_hstry {
  padding: 25px 15px 20px 15px;
}
.auc_bid_hstry ul {
  overflow-x: auto;
  white-space: nowrap;
}
.auc_bid_hstry li {
  display: inline-flex;
  margin-right: 10px;
  padding: 10px 5px;
  border-radius: 10px;
  text-align: left;
  width: calc(25% - 10px);
}
.auc_bid_hstry li:last-child {
    margin-right: 0;
}
.auc_bid_hstry li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50px;
  margin-right: 5px;
}
.auc_bid_hstry li span {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 94px;
}
.auc_bid_hstry li b {
  font-size: 18px;
  color: #F90;
}
.auction_monitor .auc_notes {
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.auction_monitor .auc_notes li {
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 16px;
}
.auction_monitor .auc_notes li::before {
  left: 7px;
}

.setting_panel {
  margin-left: 15px;
}
.spanel_icon {
  background-color: #FF9900;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
.spanel_icon img {
  width: 30px;
  height: 30px;
}
.setting_panel .spanel_data {
    display: none;
}   
.setting_panel.active .spanel_data {
  display: block;
  position: absolute;
  right: 25px;
  top: 81px;
  border: 1px solid #346565;
  background: linear-gradient(to left, #071818, #0D2B2B);
  padding: 15px 40px;
  z-index: 99;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 8px rgba(0,0,0,0.5);
  border-top: none;
}
.spanel_data_inr {
  padding-bottom: 20px;
}
.spanel_data_inr:last-child {
    padding-bottom: 0;
}
.spanel_data_inr .cus_check {
  margin-bottom: 0;
}

.auction_monitor .auction_team_box span {
    font-size: 18px;
}
.auction_monitor .auction_team_box h3 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 4px;
}
.auction_monitor .auction_team_box > img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.auc_plyr_nmbideft ul {
    margin-top: 5px;
}
.auc_plyr_nmbideft li {
    /*display: inline-block;
    width: 45%;*/
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.auc_plyr_nmbideft li h6 {
    display: inline;
    font-size: 20px;
    font-weight: 600;
}

.opt2_auc_header2 {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    border: none;
}
.opt2_auc_header2 > img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 10px;
}
.opt2_auc_header_inr {
    width: 100%;
}
.opt2_auc_header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opt2_auc_header_top h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-left: 15px;
}
.opt2_cric {
    display: flex;
    align-items: center;
}
#divMonitor2.auc_monitor_opt2 {
    min-height: auto !important;
}
.auc_sponsers, .auc_slide_sponsers {
    margin-right: 25px;
    text-align: center;
}
.auc_sponsers span, .auc_slide_sponsers span {
    display: block;
    font-weight: 700;
    color: #a39696;
    margin-top: 5px;
    font-size: 13px;
}
.auc_sponsers img, .auc_slide_sponsers img {
    width: 90px;
    border-radius: 6px;
}
.auc_pow_cric {
    margin-left: 50px;
    margin-right: 15px;
}
.auc_pow_cric img {
    width: 180px;
}
.auc_soundbar {
    margin-left: 15px;
}

.auction_monitor .combiner_nonplayer {
    display: flex;
    margin: 25px 25px 0 25px;
    padding-bottom: 60px;
}
.auction_monitor .combiner_nonplayer > div {
    flex: 1;
} 
.auction_monitor .auc_moni_playerbox.auc_no_playerbox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
    min-height: 500px;
}
.auction_monitor .auc_moni_playerbox.auc_no_playerbox h2 {
    font-size: 30px;
    color: #fff;
}
.auction_monitor .auc_moni_mainright.auction_bigs_wrapper {
    margin-left: 10px;
    border-radius: 10px;
    padding: 20px;
}
.auc_moni_mainright.auction_bigs_wrapper.bg_border_gradient0 {
    background-image: unset !important;
    background: linear-gradient(90deg, #071818, #0D2B2B) padding-box, linear-gradient(to left, #1BAFB1, #0B4A4B) border-box !important;
    border: 1px solid transparent !important;
}
.auc_moni_mainright .auc_prog_host_wrap {
    background-image: none;
}
.auction_monitor .auc_prog_host_wrap h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.auction_monitor .squad_table {
    height: 420px;
    overflow-y: hidden;
}
.auction_monitor .squad_table table {
    width: 100%;
}
.auction_monitor .squad_table span.bg_border_gradient3 {
    width: 40px;
    display: inline-flex;
    height: 40px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
}
.auction_monitor .squad_table td {
    padding: 5px 10px;
    border-bottom: 1px solid #564949;
}
.auction_monitor .squad_inner a {
    color: #F90;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 700;
}
.auction_monitor .squad_inner ul {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.auction_monitor .squad_inner li {
    display: inline-block;
    font-size: 16px;
    color: #ddd;
    margin-right: 25px;
    position: relative;
}
.auction_monitor .squad_inner li:before {
    content: "";
    background-color: #666;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 5px;
    right: -23px;
    border-radius: 50px;
}
.auction_monitor .squad_inner li:last-child:before {
    content: unset;
}

.auc_moni_header1 .auction_team_show {
    border: none;
    margin-bottom: 20px;
}
.auc_moni_header1 .auction_counting_top {
    margin: 0 25px;
    border: none;
    border-radius: 8px;
}


/*Online Auction - Auction House*/
.auc_select_group {
  display: flex;
}
.auc_select_group > div {
  width: 100%;
}
.auc_select_group > div:last-child {
  margin-right: 0;
}
.auction_pause a {
  background-color: #C80D0D;
}
.on_auc_head {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.on_auc_head h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.on_auc_head h3 b {
  font-size: 21px;
  color: #E5E7E7;
}
.on_auc_head h3 span {
  background-color: #091F1F;
  border: 1px solid #5C8484;
  border-radius: 40px;
  font-size: 14px;
  color: #E5E7E7;
  padding: 8px 15px 8px 15px;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.on_auc_head span.ply_nominate {
    color: #FF9900;
}
.on_auc_head h3 span::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #E5E7E7;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 2px;
  margin-right: 7px;
}
.on_auc_head span.ply_nominate::before {
    background-color: #ff9900;
}
.auc_chat_block {
  margin-left: 15px;
  border-radius: 8px;
}
.ah_online_auction .auc_players_block {
  width: calc(50% - 35px);
  border-radius: 8px;
  margin-right: 15px;
  overflow: hidden;
}
.ah_online_auction .auc_progress_block {
  width: calc(30% + 20px);
}
.auc_chat_block {
    width: calc(25% + 20px);
}
.auc_progress_block .auc_ply_pcontrols {
  padding-left: 55px;
  font-size: 13px;
}
.ah_online_auction .auc_progress_block .auc_plyr_dtls h3 {
  max-width: 110px;
}
.auction_hd_cpylink .auc_soundbar {
  width: auto;
  margin-top: 8px;
  margin-left: 15px;
}
.auc_chat_block .auc_players_head {
  border-bottom: 1px solid #1F4747;
}
.auc_msg_inbox {
  height: 360px;
  overflow-y: auto;
  padding: 15px;
}
.pre_auct_add a {
    background-color: #ffbaba;
    width: 18px;
    height: 18px;
    top: 0;
}
a.add_to_auc img {
    width: 22px;
    margin: 0 auto;
    display: block;
}
.pre_auct_add img {
    filter: brightness(100) invert(1);
}
.auc_default_msg {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 40px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.auc_msg_inbox p {
  display: table;
  padding: 5px 10px;
  border-radius: 8px 0 8px 7px;
  clear: both;
  margin-right: 10px;
  margin-bottom: 11px;
  max-width: 65%;
  color: #fff;
  font-size: 14px;
}
.auc_msg_inbox .auc_own_msg {
  margin-left: auto;
  margin-right: 0;
}
.auc_msg_inbox .auc_oppo_msg {
  border-radius: 0 8px 8px 7px;
}
.auc_msg_input {
  padding: 15px;
  position: relative;
}
.auc_msg_input textarea {
  width: 100%;
  height: 55px;
  font-size: 14px;
  color: #fff;
  border-radius: 60px;
  resize: none;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 50px;
  box-shadow: 0 2px 15px rgba(51, 204, 204, 0.1);
}
.auc_msg_input textarea::placeholder,
.on_auc_actionbox .form-controls::placeholder {
    opacity: 1;
    color: #fff;
}
.auc_msg_send {
  display: inline-block;
  background-color: #138A8E;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: 21px;
  right: 22px;
}
.auc_msg_send img {
  width: 25px;
}
.ah_online_auction .auction_tm_mid .auction_player_mid {
    border-radius: 8px;
    padding: 15px;
    width: 70%;
}
.on_auc_sep {
  display: flex;
}
.on_auc_head .auc_three_case {
  margin-top: 0;
  text-align: right;
}
.on_auc_head .auc_three_case button {
  min-width: 130px;
  font-size: 16px;
  min-height: 38px;
}
.on_auc_head .auc_three_case button img {
  width: 16px;
}
.ah_online_auction .auction_tm_mid .auc_plyr_info {
    width: 300px;
}
.ah_online_auction .auction_tm_mid .auc_plyr_dtlbox {
    width: 76%;
}
.on_auc_head span.ply_nominated {
    color: #33CCCC;
}
.on_auc_head span.ply_nominated::before {
    background-color: #33CCCC;
}

.ah_online_auction .auction_tm_mid .online_auc_actions {
  width: calc(30% - 15px);
  border-radius: 8px;
} 
.ah_online_auction .auction_tm_mid .online_auc_actions .auc_players_head h3 {
    font-size: 21px;
}

.on_auc_actionbox {
  padding: 15px;
}
.on_auc_actionbox li {
  text-align: center;
  display: inline-block;
  width: calc(50% - 8px);
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 20px;
}
.on_auc_actionbox li:nth-child(2n) {
  margin-right: 0;
}
.on_auc_actionbox li h5 {
  font-size: 14px;
  color: #E5E7E7;
  font-weight: 600;
  margin-bottom: 10px;
}
.on_auc_acbox_inr {
  border-radius: 8px;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}
.on_auc_acbox_inr b {
  font-size: 32px;
  color: #F90;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.on_auc_acbox_inr b strong {
  color: #fff;
}
.on_auc_acbox_inr span {
  font-size: 14px;
  color: #E5E7E7;
  font-weight: 600;
}
.on_auc_actionbox .form-controls {
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #091F1F;
  border-color: #5C8484;
  height: 40px;
}
.on_auc_head span.ply_nominated b {
    font-size: 14px;
    color: yellow;
}
.button_hold {
  width: 140px;
  background-color: #33CCCC;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 11px 5px;
  border-radius: 50px;
  line-height: 1;
}
.disable_btn {
    background-color: #C9CECF;
    color: #616B6B;
}
.nomi_assign_btn {
  text-align: center;
}
.nomi_assign_btn .button_hold {
  background-color: #009555;
  padding: 14px 5px;
}
.auction_team_box.active {
  border-color: #F90;
}
.auction_team_box.offline::after {
  content: "Offline";
  background: linear-gradient(#091F1F, #091F1F) padding-box, linear-gradient(to bottom, #179596, #0B4A4B) border-box;
  border: 1px solid transparent;
  color: #fff;
  font-size: 13px;
  padding: 2px 8px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 6px;
  border-radius: 50px;
}
/*Online Auction Nominate*/
.ah_online_auction_nomi .on_auc_head h3 {
    width: 100%;
}
.nomi_auc_actions .on_auc_actionbox li {
  width: 100%;
}
.on_auc_actionbox li p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 40px;
  margin-bottom: 10px;
}
.auc_input_inline {
  display: flex;
}
.auc_input_inline .button_hold {
  margin-top: 0;
  margin-left: 10px;
}

#divAssignManually {
    padding-bottom: 0;
}
#divAssignManually.spanel_data_inr .cus_check {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    width: auto;
    padding-top: 0;
}
#divAssignManually .cus_check .checkmark {
    top: 0;
    height: 23px;
    width: 23px;
    border: none;
}
#divAssignManually .cus_check input:checked ~ .checkmark {
    background-color: #33cccc;
    border-color: #33cccc;
}
.ah_online_auction .auction_counting_top {
    margin: 0 25px;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
    border-top: none;
}
.ah_online_auction .auc_player_data table th a {
    font-size: 14px;
    color: #fff;
}

/**************************************************Fantasy CricBattle******************************************************/

/*My Leagues*/
/* Button */
.profile-btn {
  width: 100%;
  background: #145e63;
  border: 2px solid #3bb4b4;
  border-radius: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  cursor: pointer;
}

/* Image */
.profile-btn img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #3bb4b4;
}

/* Name */
.username {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
}

/* Arrow */
.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.profile-dropdown.active .arrow {
  transform: rotate(180deg);
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #145e63;
  border-radius: 12px;
  padding: 8px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.25s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Show dropdown */
.profile-dropdown.active .dropdown-menu {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translateY(0);
}

/* Menu items */
.dropdown-menu li a {
  display: block;
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: rgba(255,255,255,0.08);
}

.profile-dropdown {
    position: relative;
}

.view-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 18px;
  color: #fff;
}

.switch {
  position: relative;
  width: 42px;
  height: 22px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  inset: 0;
  background: #0b2f31;
  border-radius: 20px;
  cursor: pointer;
}

.slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.25s;
}

.switch input:checked + .slider::before {
  transform: translateX(20px);
}


/*****************************MainView Screen 3**************************************************************************************************/
.com_monitor_opt2 {
    background-image: url(../images/auction_monitor_newbg3.jpg) !important;
    /*font-family: 'Bebas Neue' !important;*/
    /*padding: 30px 60px;*/
    width: auto !important;
    float: none !important;
    overflow-x: auto;
    min-height: calc(100vh - 0px) !important;
}
.com_monitor_opt2 .full-width {
    float: none;
}
.opt2_width {
    width: 1440px;
    margin: 0 auto;
}
.opt2_auc_header1 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.opt2_auc_header1 img {
    height: 180px;
}
.opt2_auc_header1 h1 {
    font-size: 84px;
    font-weight: 400;
    color: #fff;
    margin-left: 40px;
}
.playerbox_block_img, .playerbox_block_info, 
span.playerbox_blk_role, .playerbox_bidblock, .playerbox_bidblock_top span,
.opt2_playerbox_pause {
    background: linear-gradient(90deg, #071818, #0D2B2B) padding-box, linear-gradient(to left, #865b00, #f9dca7, #dea200, #966f07) border-box;
    border: 3px solid transparent;
    border-radius: 10px;
}
.playerbox_block_auc, .opt2_playerbox_block {
    display: flex;
}
.playerbox_block_auc {
    width: 75%;
}
.playerbox_bidblock {
    width: 30%;
}
.playerbox_block_img {
    margin-right: 20px;
    width: 30%;
    text-align: center;
}
.playerbox_block_img img {
    width: 81%;
    height: 100%;
    object-fit: contain;
    padding-top: 0px;
    object-position: bottom;
}
.auc_monitor_opt2 .playerbox_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.playerbox_block_info {
    width: 60%;
    position: relative;
    margin-right: 20px;
    padding: 25px 35px;
}
.auc_monitor_opt2 .playerbox_block_info {
    padding: 65px 35px;
    width: 65%;
}
.playerbox_block_info h2 {
    font-size: 55px;
    font-weight: 400;
    background: linear-gradient(-180deg, #F90, #fddeb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-weight: 700;
}
.playerbox_block_info li {
    font-size: 26px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 15px;
}
.playerbox_block_info li b, .playerbox_block_info li h6 {
    font-weight: 700;
    color: #F90;
    display: inline-block;
    font-size: 26px;
}
.playerbox_block_info ul.auc_plyr_stats {
    background: no-repeat;
    border: none;
}
span.playerbox_blk_role {
    display: inline-block;
    padding: 8px 22px 11px 22px;
    margin-top: 5px;
    margin-bottom: 15px;
}
span.playerbox_blk_role img {
    vertical-align: middle;
    width: 40px;
    margin-right: 14px;
}
span.playerbox_blk_role b {
    font-weight: 400;
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
}
.playerbox_bidblock_top {
    text-align: center;
    margin-bottom: 20px;
    padding: 25px 10px;
}
.playerbox_bidblock_top span {
    display: inline-flex;
    width: 240px;
    height: 240px;
    text-align: center;
    border-radius: 120px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #000, #0D2B2B) padding-box, linear-gradient(to left, #865b00, #f9dca7, #dea200, #966f07) border-box;
}
.playerbox_bidblock_top span img {
    width: 160px;
    height: 190px;
    object-fit: contain;
}
.playerbox_bidblock_top h3 {
    font-size: 60px;
    background: linear-gradient(-180deg, #f5ff74, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -5px;
}
.playerbox_bidblock_top h4 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 0px;
}
.playerbox_bidblock_bot {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 10px;
}
.playerbox_bidblock_bot h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.playerbox_bidblock_bot li {
    background-color: #009999;
    border-radius: 8px;
    display: inline-flex;
    text-align: left;
    align-items: center;
    width: 44%;
    padding: 5px 5px;
    margin: 0 5px;
}
.playerbox_bidblock_bot li span {
    background-color: #000;
    border-radius: 50px;
    padding: 7px;
    margin-right: 10px;
}
.playerbox_bidblock_bot li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.playerbox_bidblock_bot h3 {
    font-weight: 700;
    color: #f90;
    font-size: 20px;
    line-height: 1;
}
.playerbox_bidblock_bot h4 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}
.opt2_playerbox_block {
    margin-top: 80px !important;
    padding: 0 25px;
}

.auc_monitor_opt2 .auc_plyr_stats li {
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
    padding: 6px 0;
    width: 18%;
    flex: unset;
    margin-bottom: 5px !important;
}
.auc_monitor_opt2 .auc_plyr_stats h4 {
    font-size: 26px;
    color: #f90;
}
.auc_monitor_opt2 .auc_plyr_stats span {
    font-size: 20px;
}

/*stamp and fire*/
.opt2_playerbox_block .stamp {
    height: 100px;
    width: auto;
    right: 60px;
    top: 90px;
    position: absolute;
    border-radius: 5px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay: 1.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.opt2_playerbox_block .stamp img {
    width: 320px;
}

@keyframes pulse{
  0%{
    opacity: 0;
  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(-2deg) scale(3);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100%{
    opacity:1;
    transform: rotate(-10deg) scale(1);
  }
}
canvas {
    z-index: 99;
}
.opt2_playerbox_pause {
    margin: 0 25px;
    margin-top: 50px;
    text-align: center;
    min-height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Screen 2A Squad List View*/
.auction_counting_top {
    margin: 0;
    margin-top: 0;
    border-radius: 0;
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border: none;
    border-top: 1px solid #173B3B;
}
.auc_hdrbot_team {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 230px;
    margin: 0 auto;
    min-height: 144px;
    padding-top: 0;
    background-color: #333;
    box-shadow: 0 0 26px #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 204px;
    z-index: 99;
}
.auc_hdrbot_team img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 130px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 40px #5a5353;
    margin-bottom: 13px;
}
.auc_hdrbot_team span {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.tmsquad_wrapper {
    display: flex;
    margin: 30px auto;
    margin-top: 50px;
    background: transparent;
    padding: 0;
}

.tmsquad_tble_box {
  flex: 1;
}

.tmsquad_tble_header {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr;
    padding: 12px 15px;
    font-weight: bold;
    border-radius: 60px;
    background: linear-gradient(180deg, #071818, #0D2B2B) padding-box, linear-gradient(to left, #077f81, #363636) border-box;
    border: 1px solid transparent;
}

.tmsquad_tble_body {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tmsquad_tble_body li {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
  align-items: center;
}

.tmsquad_tble_body li:last-child {
    border: none;
}

.tmsquad_tble_price {
  color: #00ff3c;
}

.tmsquad_tble_single .tmsquad_tble_box {
    width: 50%;
    flex: unset;
    margin: 0 auto;
    background-color: #091f1f;
    border-radius: 24px;
}

.tmsquad_tble_divider {
  width: 3px;
  background: #00ff3c;
  margin: 0 10px;
}
span.tmview_plyr_info img.tm_plyr_ptype {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    object-fit: cover;
    object-position: top;
    margin-right: 5px;
}
.tmsquad_tble_header span:nth-child(2), .tmsquad_tble_body li span:nth-child(2) {
    text-align: center;
}

@media (max-width: 768px) {
  .tmsquad_wrapper {
    flex-direction: column;
  }

  .tmsquad_tble_divider {
    display: none;
  }
}

.auc_squadlistview_opt2 .opt2_auc_header_bot {
    background-color: #000028;
    border-top: 3px solid #00ed2d;
    padding: 20px 30px 10px 30px;
    margin-bottom: -20px;
    align-items: center;
}
ul.tmsquad_tble_body span img {
    width: 26px;
    vertical-align: middle;
    margin-right: 10px;
}
.auc_squadlistview_opt2 .opt2_auc_header_inr .opt2_auc_header_bot {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.tmsquad_tble_header span, .tmsquad_tble_body li span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}


/*Squad Grid View*/
.draft_squad_wrapper {
    padding: 0 150px;
    margin-top: 30px;
}
.dft_squad_mid {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: -150px;
}
.dft_squad_midhdr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.dft_squad_midhdr h2 {
    font-size: 50px;
    color: #fff;
    padding-top: 90px;
    margin-right: 50px;
    font-style: italic;
}
.dft_squad_midhdr img {
    width: 180px;
}
.dft_squad_players {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.draft_squad_wrapper .dft_player_box {
    margin-right: 20px;
    width: calc(16.66% - 21px);
    flex: unset;
    margin-bottom: 20px;
    background: #400200;
    background: linear-gradient(180deg, rgba(64, 2, 0, 0) 0%, rgb(0 0 0) 100%);
    border-radius: 0;
}
.draft_squad_wrapper .dft_player_box::before {
    content: "";
    width: 2px;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, transparent 0%, #ffcc29 50%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.draft_squad_wrapper .dft_player_box::after {
    content: "";
    width: 2px;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, transparent 0%, #ffcc29 50%, transparent 100%);
    position: absolute;
    right: 0;
    top: 0;
}
.draft_squad_wrapper .dft_player_box:nth-child(6n) {
    margin-right: 0;
}
.draft_squad_wrapper .dft_player_image {
    height: 160px;
    background-image: url(../2026/squad_dft_border.png);
    background-size: cover;
    background-position: 0 10px;
    text-align: center;
}
.draft_squad_wrapper .dft_player_image > img {
    height: 160px;
    padding-top: 0;
}
.draft_squad_wrapper .dft_player_image span {
    padding: 2px 10px;
    min-width: 70px;
    font-size: 14px;
}
.draft_squad_wrapper .dft_player_nm h3 {
    font-size: 18px;
    padding: 5px 0;
    width: 78%;
    margin: 0 auto;
    line-height: 1.2;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: yellow;
    text-align: center;
}
.draft_squad_wrapper .dft_player_nm span {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 5px 0px 10px 0;
}
.draft_squad_wrapper .dft_player_nm {
    width: 100%;
    background: linear-gradient(#091F1F, #091F1F) padding-box, linear-gradient(to bottom, #0B4A4B, #1BAFB1) border-box;
    padding-top: 12px;
}
.draft_squad_wrapper:before {
    opacity: 0.2;
}
.dft_player_nm {
    background-image: url(../2026/dft_playernm_bg.png);
    background-color: #370504;
    width: 100%;
    padding-top: 12px;
}
.draft_squad_wrapper .dft_player_nm b {
    display: block;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
    background-color: #333;
    padding-top: 3px;
    background: linear-gradient(#123434, #091F1F) padding-box, linear-gradient(to bottom, #0B4A4B, #1BAFB1) border-box;
}





/*****************Teams list view*****************/

.opt2_teamview_tble {
    margin-top: 30px;
    border-radius: 20px;
    padding: 15px;
    background: linear-gradient(45deg, #091f1f, #091f1f) padding-box, linear-gradient(to left, #865b00, #f9dca7, #dea200, #966f07) border-box;
    border: 3px solid transparent;
    margin-bottom: 50px;
}
.opt2_teamview_tble table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.opt2_teamview_tble table thead th {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    background-color: transparent;
    padding: 0px 15px 20px 15px;
}
.opt2_teamview_tble table tbody td {
    padding: 10px 15px;
    font-size: 26px;
    color: #fff;
    white-space: break-spaces;
}
.opt2_teamview_tble table thead th:nth-child(1),
.opt2_teamview_tble table tbody td:nth-child(1) {
    text-align: left;
}
.opt2_teamview_tble table thead th:first-child {
    border-radius: 30px 0 0 30px;
}
.opt2_teamview_tble table thead th:last-child {
    border-radius: 0 30px 30px 0;
}
.opt2_teamview_tble table tbody td.tmview_nm, 
.opt2_teamview_tble table tbody td.tmview_clr {
    font-weight: 600;
}
.opt2_teamview_bot {
    border-radius: 12px;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: -50px;
    background: linear-gradient(45deg, #000, #091f1f) padding-box, linear-gradient(to left, #865b00, #f9dca7, #dea200, #966f07) border-box;
    border: 3px solid transparent;
}
.opt2_teamview_bot ul {
    display: flex;
    justify-content: space-around;
}
.opt2_teamview_bot li {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
}
.opt2_teamview_bot li b {
    font-weight: 500;
}
td.tmview_clr {
    color: #F90 !important;
}
.opt2_teamview_tble table tr:nth-child(odd) td {
    background-color: #113030;
}
.opt2_teamview_tble table tr:nth-child(odd) td:nth-child(1) {
    border-radius: 10px 0 0 10px;
}
.opt2_teamview_tble table tr:nth-child(odd) td:last-child {
    border-radius: 0 10px 10px 0;
}


/****************************Teams Grid View***********************************************/
.teamviewgrid_block {
    margin-top: 25px;
    margin-bottom: 40px;
}
.teamviewgrid_box {
    display: inline-flex;
    width: calc(25% - 38px);
    margin-right: 15px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 6px;
    min-height: 150px;
    align-items: center;
    background: linear-gradient(180deg, #071818, #0D2B2B) padding-box, linear-gradient(to left, #077f81, #363636) border-box;
    border: 1px solid transparent;
}
.teamviewgrid_img img {
    width: 110px;
    height: 170px;
    object-fit: contain;
    margin-right: 15px;
}
.teamviewgrid_content h2 {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(-180deg, #F90, #fddeb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    padding-bottom: 5px;
}
.teamviewgrid_content h3 b {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-right: 0;
}
.teamviewgrid_content h3 small {
    font-size: 20px;
    color: #eee;
    font-weight: 400;
}
.teamviewgrid_content span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.teamviewgrid_box:nth-child(4n) {
    margin-right: 0;
}


/************************************All Teams with all players***********************************************************************/
/*New*/
.allteam_bght_wrap .auction_team_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    padding: 8px 5px 0px 10px;
    max-width: 100%;
    background: linear-gradient(180deg, #071818, #0D2B2B) padding-box, linear-gradient(to left, #865b00, #f9dca7, #dea200, #966f07) border-box;
    border: 2px solid transparent;
    border-left: none;
    border-top: none;
    border-right: none;
}
.allteam_bght_wrap .auction_team_box::before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #3CC;
    position: absolute;
    top: -35px;
    right: -35px;
    border-radius: 60px;
    filter: blur(50px);
}
.allteam_bght_wrap .auction_team_box > img {
    width: 60px;
    height: 60px;
    border-radius: 90px;
    object-fit: cover;
}
.allteam_bght_wrap .auction_team_box h2 {
    font-size: 26px;
    color: #E5E7E7;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 6px;
}
.allteam_bght_wrap .auction_team_box h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.allteam_bght_wrap .auction_team_box h3 b {
    color: #33CCCC;
    font-weight: 600;
}
.allteam_bght_wrap .auction_team_box h3 small {
    font-size: 18px;
    color: #C9CECF;
    font-weight: 500;
}


.auc_allplayers_bought {
    padding: 20px 20px;
}
/*.auc_allplayers_bought .opt2_auc_header2 {
    border-bottom: none;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    background: linear-gradient(90deg, #000028, #000028) padding-box, linear-gradient(to left, #865b00, #f9dca7, #dea200, #966f07) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    margin-bottom: 20px;
}
.auc_allplayers_bought .opt2_auc_header2 > img {
    width: 110px;
}
.auc_allplayers_bought .opt2_auc_header_top h1 {
    font-size: 54px;
}
.auc_allplayers_bought .opt2_cric img {
    width: 200px;
    margin-top: 10px;
}*/
.allteam_bght_box {
    background: linear-gradient(45deg, #222, #000) padding-box, linear-gradient(to left, #333, #666, #555, #222) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.allteam_bght_wrap {
    display: flex;
    margin-top: 30px;
}
.allteam_bght_box {
    flex: 1;
    margin-right: 10px;
}
.allteam_bght_players {
    padding: 5px 5px;
}
.allteam_bght_players li {
    border-bottom: 1px solid #7f7f7f;
    padding: 5px 0;
}
.allteam_bght_players span {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
.allteam_bght_players b {
    font-size: 23px;
    line-height: 1;
    color: yellow;
}


/*Top 10 Players*/
.ah_topplayers_block {
    text-align: center;
    width: 1350px;
    margin: 0 auto;
    margin-top: 10px;
}
.ah_topplayers_block > h2 {
    font-size: 42px;
    background: linear-gradient(-180deg, #F90, #fddeb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    font-weight: 900;
}
.ah_topplayers_block > h2 span {
    font-size: 64px;
}
.ah_topplyr_box {
    position: relative;
    margin-bottom: 20px;
}
.ah_topplyr_box > img {
    width: 630px;
    height: 130px;
}
.ah_topplyr_content {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 127px;
    padding-left: 40px;
}
.ah_topplyr_content span {
    width: 14%;
}
.ah_topplyr_content span img {
    width: 80px;
    height: 80px;
    border-radius: 130px;
    object-fit: cover;
    object-position: top;
}
.ah_topplyr_content h2 {
    font-size: 25px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    width: 35%;
    text-align: left;
    padding-right: 20px;
    padding-left: 10px;
}
.ah_topplyr_content h3 {
    font-size: 39px;
    letter-spacing: -2px;
    color: yellow;
    width: 25%;
    font-weight: 900;
}
.ah_topplyr_content small {
    width: 19%;
    text-align: right;
}
.ah_topplyr_content small img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.ah_topplyr_outer {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/*overlay*/
.videoside_overaly {
    width: 530px;
    background: linear-gradient(45deg, #333, transparent);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.videoslide_header {
    background: linear-gradient(-180deg, #F90, #fddeb0);
    margin-top: 0;
    padding: 10px 10px;
    border-radius: 10px;
}
.videoslide_header img {
    width: 70px;
    vertical-align: middle;
}
.videoslide_header b {
    color: #000;
    font-size: 26px;
    display: inline-block;
    width: 80%;
    line-height: 1;
    vertical-align: middle;
    margin-left: 12px;
}
.videoslide_header h3 {
    background-color: #0D2B2B;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
    border-radius: 60px;
    padding: 5px 0;
}
.videoslide_body li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 40px 6px 5px;
    border-bottom: 1px solid #605252;
}
.videoslide_body li:last-child {
    border: none;
}
.videoslide_body li img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    vertical-align: middle;
}
.videoslide_body strong {
    color: yellow;
    font-size: 26px;
    font-weight: 700;
}
.videoslide_body li b span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    margin-left: 0px;
}

.auc_teamlistview_opt2 .draft_squad_wrapper::after {
    content: unset;
}
.auc_teamlistview_opt2 .dft_player_nm b {
    display: flex;
    justify-content: center;
}
.auc_teamlistview_opt2 .dft_player_nm span {
    padding: 0;
    font-size: 18px;
    border-right: 1px solid #555;
    padding-right: 10px;
    margin-right: 10px;
}
.auc_teamlistview_opt2 .dft_player_nm small {
    font-size: 18px;
    color: yellow;
}
.auc_teamlistview_opt2 .draft_squad_wrapper .dft_player_nm h3 {
    margin-bottom: 10px;
}
.auc_teamlistview_opt2 .draft_squad_wrapper .dft_player_image > img {
    height: 140px;
    padding-top: 0;
    width: 140px;
    object-fit: cover;
    border-radius: 180px;
    margin-top: 10px;
    object-position: top;
}
.auc_teamlistview_opt2 .dft_squad_players {
    justify-content: center;
}

/*top 3 players*/
.opt2_teamview_tble table tbody td {
    white-space: unset;
}
.tmview_teamblck img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    vertical-align: middle;
}
.tmview_teamblck span {
    vertical-align: middle;
    margin-left: 5px;
}
.tm_topplyr_list img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50px;
    vertical-align: middle;
    object-position: top;
}
.auc_topplayers3 table th {
    width: 300px;
}
.auc_topplayers3 table th:nth-child(1) {
    width: auto;
}
.auc_topplayers3 table th, .auc_topplayers3 table td {
    text-align: left;
}
.tm_topplyr_list small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 168px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.tm_topplyr_list b {
    font-size: 16px;
    background: linear-gradient(-180deg, #F90, #fddeb0);
    color: #000;
    border-radius: 4px;
    display: inline-flex;
    width: 45px;
    height: 30px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    line-break: anywhere;
    text-align: center;
    line-height: 1;
}

/*error*/
.com_monitor_opt2 .error-red {
    position: relative;
    z-index: 9;
    width: calc(100% - 49px);
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 15px 10px 15px 60px;
    border-radius: 5px;
    background: #707070 url(../images/error-red.png) 12px 11px no-repeat;
    background-size: 35px;
    border: none;
}
.com_monitor_opt2 .error-red font {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/*Temp Fonts BCL*/
/*.com_monitor_opt2 .auc_moni_header1 .auction_team_box {
    text-align: left;
}
.com_monitor_opt2 .auc_moni_header1 .auction_team_box h3 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
}
.com_monitor_opt2 .auc_moni_header1 .auction_team_box h3 small,
.com_monitor_opt2 .auc_moni_header1 .auction_team_box h2,
.auction_screens.auction_monitor .auc_plyr_nmbideft li h6 {
    font-size: 24px;
}
.com_monitor_opt2 .auc_moni_header1 .auction_team_box span {
    position: absolute;
    right: 10px;
    top: 52px;
    font-size: 22px;
}
.com_monitor_opt2 .auction_monitor .auction_team_box > img {
    width: 100px;
    height: 90px;
}
.com_monitor_opt2 .auc_moni_header1 .auction_team_box h2 {
    margin-top: 10px;
}
.auction_screens.auction_monitor .auc_plyr_stats h4 {
    font-size: 30px;
}
.auction_screens.auction_monitor .auc_plyr_nmbid h2 b {
    font-size: 40px;
}
.auction_screens.auction_monitor .auc_plyr_nmbideft li {
    font-size: 24px;
}
.auction_screens.auction_monitor .auc_notes li {
    font-size: 20px;
}*/








/******Delete******/
/*.com_monitor_opt2 .auction_monitor .auction_counting_top {
    display: none;
}*/

.com_monitor_opt2 {
    position: relative;
}
/*.com_monitor_opt2 .auction_screens.auction_monitor.auc_moni_header1 .auction_team_show {
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 55%;
    border: none;
    padding: 0;
}*/
.com_monitor_opt2 .opt2_auc_header2 {
    padding: 10px 15px;
}

.seo-text {
    padding: 2px 15px;
}
a#lnkMMatchScore {
    margin: 0;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}




/*Play Page*/
.top_header {
    background-color: #16474B;
    display: flex;
    justify-content: space-between;
    padding: 10px 77px;
    align-items: center;
}
.theader_left {
    display: flex;
    align-items: center;
}
a.header_logo {
    margin-right: 15px;
}
a.header_logo img {
    width: 217px;
}
ul.thead_tabs li {
    display: inline-block;
    margin-right: 5px;
}
ul.thead_tabs li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #138A8E;
    display: inline-block;
    border-radius: 12px;
    padding: 7px 10px;
}
ul.thead_tabs li a.active,
ul.thead_tabs li a:hover {
    background-color: #fff;
    color: #16474B;
    font-weight: 700;
    border-color: #fff;
}
ul.thead_tabs li a:hover {
    font-weight: 500;
}
ul.thead_tabs a img {
    width: 38px;
    height: 30px;
    object-fit: contain;
    vertical-align: middle;
}
ul.thead_tabs a span {
    vertical-align: middle;
}
.theader_right {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
}
.theader_right a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}
.profile-btn {
    background: #16474B;
    border: 1px solid #138A8E;
    border-radius: 16px;
    padding: 6px;
    min-width: 175px;
}
.profile-btn img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 0px solid #3bb4b4;
    object-fit: cover;
}
.profile-btn .act {
    border: 3px solid orange;
}
.username {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}
span.arrow img {
    width: 13px;
    filter: brightness(100);
    height: auto;
    margin-top: -3px;
}
.dropdown-menu {
    top: calc(100% + 15px);
    left: unset;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.20);
    right: 0;
    width: 320px;
    border: none;
    padding: 0;
}
.dropdown-menu li {
    display: flex;
    align-items: center;
    transition: all 0.5s;
    justify-content: space-between;
    border-bottom: 1px solid #C9CECF;
}
.dropdown-menu li:hover {
    background-color: rgb(22 71 75 / 12%);
}
.dropdown-menu li:last-child {
    border: none;
}
.view-toggle {
    gap: 0;
    padding: 0;
}
.dropdown-menu li a {
    padding: 12px 20px;
    color: #06292D;
    display: inline-block;
    margin-right: 0;
    display: block;
    width: 100%;
}
.dropdown-menu li span {
    font-weight: 500;
}
li.dd_avaible {
    padding: 10px 20px;
}
li.dd_avaible {
    padding: 12px 20px;
}
li.dd_tzone {
    padding-left: 20px;
}
li.dd_invte small, 
li.dd_tzone a {
    font-size: 12px;
    font-weight: 700;
    color: #146C71;
    padding-right: 20px;
}
li.dd_tzone a {
    width: 50%;
    text-align: right;
}
li.dd_invte a {
    width: 50%;
}
.dropdown-menu li:last-child a {
    color: #FF2626;
    font-weight: 600;
    font-size: 16px;
}
.switch {
    width: 52px;
    height: 28px;
}
.slider {
    background: #F1FCFB;
    border: 1px solid #C9CECF;
}
.slider::before {
    width: 20px;
    height: 20px;
    left: 3px;
    top: 3px;
    transition: 0.6s;
    background: #C9CECF;
}
.switch input:checked + .slider {
    border-color: #33CCCC;
}
.switch input:checked + .slider::before {
    background-color: #33CCCC;
    transform: translateX(24px);
}

.bottom_header {
    background-color: #146C71;
    padding: 7px 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bheader_left li {
    display: inline-block;
    margin-right: 5px;
}
.bheader_left li a,
.bheader_links a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: ease 0.25s;
    padding: 8px 12px;
    border-radius: 7px;
    display: inline-block;
}
.bheader_left li a.active,
.bheader_left li a:hover,
.bheader_left li a.act {
    background-color: #E5E7E7;
    color: #16474B;
}
.bheader_left li.cb_plus_menu a:hover h2, 
.bheader_left li.cb_plus_menu a:hover h2 span {
    color: #000 !important;
}
.bheader_right {
    display: flex;
    align-items: center;
}
.bheader_links {
    margin-right: 12px;
}
.bheader_links a {
    padding: 0;
    padding-left: 24px;
}
.bheader_links a span {
    background-color: #FF9900;
    color: #000;
    padding: 3px 9px;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 6px;
}
a.hd_apple, a.hd_android {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
a.hd_apple img {
    width: 15px;
    padding-top: 0px;
}
a.hd_apple img {
    width: 15px;
    padding-top: 0px;
}
a.hd_android {
    background-color: #00BF68;
}
.bheader_btns a {
    margin-right: 6px;
}
a.hd_capp {
    border: 1px solid #138A8E;
    font-size: 14px;
    font-weight: 500;
    color: #E5E7E7;
    border-radius: 8px;
    padding: 6px 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 0 !important;
}
a.hd_capp img {
    margin-right: 6px;
    margin-top: -2px;
}
a.hd_capp img, 
a.hd_capp span {
    vertical-align: middle;
}

/*play page*/
.cb_main_shade1 {
    background: #E1E8F9;
    background: linear-gradient(45deg, rgba(225, 232, 249, 1) 0%, rgba(203, 222, 197, 1) 50%, rgba(251, 240, 218, 1) 100%);
}
.cb_main_shade2 {
    background: #EFFBF4;
    background: linear-gradient(90deg, rgba(239, 251, 244, 1) 0%, rgba(232, 244, 247, 1) 50%, rgba(228, 239, 251, 1) 100%);
}
.cb_main_shade3 {
    background: #E4EFFB;
    background: linear-gradient(90deg, rgba(228, 239, 251, 1) 0%, rgba(232, 244, 247, 1) 50%, rgba(235, 249, 241, 1) 100%);
}
main.mid_frame_wrapper {
    background: url(../images/cb_outer_top.png), url(../images/cb_outer_bottom.png);
    background-repeat: no-repeat, repeat;
    background-color: #F3F3F3;
    background-position: top, 0px 440px;
    padding-top: 16px;
    padding-bottom: 60px;
    float: left;
    width: 100%;
}
.container_mid {
    max-width: 1320px;
    margin: 0 auto;
}
.cb_title_header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 12px;
    align-items: center;
    border-radius: 18px;
    margin-bottom: 16px;
}
.cb_htitle_label h1 {
    font-size: 28px;
    font-family: 'Anton';
    color: #16474B;
}
.cb_htitle_label p {
    font-size: 14px;
    font-weight: 500;
    color: #16474B;
}
.cb_htitle_label p span {
    display: block;
}
.cb_htitle_ads {
    width: 730px;
}
.cb_htitle_ads img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 16px;
}
.cb_header_play {
    background-color: #16474B;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 0px;
}
.cb_header_play .full_width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cb_mplay_left a {
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    border: 1px solid #138A8E;
    padding: 8px 19px;
    border-radius: 50px;
    margin-right: 6px;
    transition: all 0.25s;
}
.cb_mplay_left a.active,
.cb_mplay_left a:hover,
.cb_mplay_left a.act {
    background-color: #1BAFB1;
    border-color: #1BAFB1;
}
.cb_mplay_right span {
    font-size: 14px;
    font-weight: 600;
    color: #E5E7E7;
    margin-right: 10px;
}
.cb_mplay_right a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #1BAFB1;
    border-radius: 40px;
    padding: 8px 20px;
}
.cb_play_aside {
    /*background-color: #F4F5F5;*/
    background-color: #fff;
    display: flex;
    border-radius: 18px;
    padding: 12px 12px 0 12px;
    /*box-shadow: 0 0 41px #f5e6e6;*/
    margin-bottom: 4px;
    align-items: flex-start;
    padding-bottom: 16px;
}
.accordion.accordion_choose {
    width: 100%;
}
.cb_play_video {
    background-color: #fff;
    margin-left: 12px;
    border-radius: 16px;
}
.cb_play_video h3 {
    font-size: 20px;
    color: #16474B;
    font-weight: 700;
    border-bottom: 1px solid #C9CECF;
    padding: 12px;
}
.play_video_box {
    margin: 12px; 
}
.play_video_box a {
    display: block;
    position: relative;
    z-index: 9;
}
.play_video_box a:before {
    content: "";
    background-color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.play_video_box a > img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
}
.play_video_box span {
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
    text-align: center;
}
.play_video_box h4 {
    position: absolute;
    bottom: 20px;
    font-size: 36px;
    font-family: 'Anton';
    color: #fff;
    width: 100%;
    padding-left: 15px;
    line-height: 1.3;
}


.accordion_choose .accordion-item {
    border-radius: 14px !important;
}
.accordion_choose .accordion-button {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #06292D !important;
    padding: 16px 12px;
    box-shadow: none !important;
}
.cb_main_play .accordion-button::after {
    content: unset;
}
.cb_play_aside .accordion_choose .accordion-button,
.cb_play_box h2 button {
    font-size: 20px;
    font-weight: 700;
    padding: 4px 0 16px 0;
}
.accordion_choose .accordion-button::before {
    content: unset;
}
.accordion_choose .accordion-button:focus {
    box-shadow: none;
}
.accordion_choose .accordion-header {
    margin-bottom: 0;
}
.accordion_choose .accordion-body {
    padding: 0;
    border-top: 1px solid #C9CECF;
    margin: 0;
}
.play_jl_box {
    border: 6px solid #f7f7f7;
    margin-top: 16px;
    border-radius: 14px;
    padding: 12px;
    display: inline-block;
    width: calc(50% - 7px);
    margin-right: 10px;
    vertical-align: top;
}
.cb_play_tour .play_jl_box {
    min-height: 160px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.play_jl_box:nth-child(even) {
    margin-right: 0;
}
.play_jl_box.play_jlmain {
    background: linear-gradient(-15deg, #FFE685, #64E4E0);
}
.play_jl_boxtop {
    margin-bottom: 12px;
}
.play_jl_boxtop > span {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    line-height: 52px;
    border-radius: 100px;
    vertical-align: middle;
}
.play_jl_boxtop span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px;
    border-radius: 15px;
}
.play_jl_boxtop .chose_label {
    width: 78%;
    padding-right: 5px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.play_jl_boxtop .chose_label p {
    color: #030C0C;
    margin-top: 8px;
}
.btn_style3 {
    border: 1px solid #FFE685;
    display: flex;
    justify-content: space-between;
    background: #FFFBEA;
    background: linear-gradient(90deg, rgba(255, 251, 234, 1) 0%, rgba(255, 251, 234, 0.44) 100%);
    font-size: 14px;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
    padding: 7px 12px;
    align-items: center;
}
.chose_label h3 {
    font-size: 20px;
    color: #06292D;
    font-weight: 700;
    margin-bottom: 4px;
}
.chose_label p {
    font-size: 16px;
    color: #030C0C;
    font-weight: 500;
    line-height: 16px;
}
.play_jl_boxtop .chose_label {
    width: 78%;
    padding-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
.accordion_choose .jn_dailyblock {
    text-align: left;
}
.play_daily_box {
    border-radius: 14px;
    margin-top: 12px;
    padding: 12px;
    display: inline-block;
    width: calc(33% - 8px);
    margin-right: 12px;
    background: linear-gradient(90deg, rgba(228, 239, 251, 1) 0%, rgba(232, 244, 247, 1) 50%, rgba(235, 249, 241, 1) 100%);
    vertical-align: top;
}
.play_daily_box:last-child {
    margin-right: 0;
}
.jn_dailyblock {
    padding: 0 12px 12px 12px !important;
}
.play_daily_box h4 {
    font-size: 14px;
    color: #FF2626;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}
.play_daily_box h4 img, .play_daily_box h4 span {
    vertical-align: middle;
    margin: 0 3px;
}
.jn_daily_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E1E1;
    padding-bottom: 12px;
    margin-bottom: 12px;
    align-items: center;
}
.jn_daily_left {
    width: 40%;
    text-align: left;
}
.jn_daily_left:last-child {
    text-align: right;
}
.jn_daily_left img, .jn_daily_left b {
    vertical-align: middle;
}
.jn_daily_mid {
    color: #abb3b5;
    font-family: Anton;
    font-size: 20px;
}
.jn_daily_left img {
    width: 32px;
    height: 25px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 5px;
}
.jn_daily_left b {
    font-size: 18px;
    color: #06292D;
}
.jn_daily_left:last-child img {
    margin-right: 0;
    margin-left: 5px;
}

.cb_play_box {
    /*background-color: #F4F5F5;*/
    background-color: #fff;
    /*box-shadow: 0 0 41px #f5e6e6;*/
    border-radius: 18px;
}

.cb_play_local .play_jl_box {
    width: calc(50% - 5px);
    text-align: left;
    display: inline-block;
    align-items: center;
}
.cb_play_local .play_jl_boxtop > span {
    width: 75px;
    height: 75px;
    margin-right: 5px;
}
.cb_play_local .play_jl_boxtop span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px;
    border-radius: 30px;
}
.cb_play_local .play_jl_boxtop {
    margin-bottom: 0;
    width: 100%;
}
.cb_play_local .local_twin_btns {
    width: 15%;
}
.cb_play_local .local_twin_btns a.btn_style3 {
    margin-bottom: 8px;
}
.cb_play_local .local_twin_btns a.btn_style3:last-child {
    margin-bottom: 0;
}

.cb_htitle_label h1 span {
    font-size: 14px;
    font-weight: 500;
    color: #16474B;
    font-family: 'Manrope' !important;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
}
.cb_htitle_ads .owl-dots {
    display: none;
}
.full-width {
    float: none;
}
.tooltip {
    position: relative;
    cursor: pointer;  
    opacity: 1;
    z-index: auto;
    font-family: 'Manrope' !important;
}
th.tooltip {
    display: table-cell;
}
.tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 0;
    margin-left: 0;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    min-width: 95px;
}
.auc_plyr_dtls .p_tooltip,
.auc_ply_pcontrols .plyr_role_no,
.auc_ply_pcontrols .p_tooltip {
  border: 1px solid #495050;
  color: #AFB7B7;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
  justify-content: center;
  border-radius: 20px;
}

/*play page DT change*/
.cb_main_play > form {
    display: flex;
}
.cb_play_left {
    width: 70%;
}
.cb_play_right {
    width: calc(30% - 15px);
}
.cb_play_video {
    padding-bottom: 1px;
    width: 100%;
}
.cb_play_video h3 {
    padding: 18px 12px;
}
.cb_play_box {
    margin-bottom: 4px;
}
.cb_play_local .local_twin_btns {
    width: 100%;
    margin-top: 15px;
}
.cb_play_local .local_twin_btns a.btn_style3 {
    display: inline-flex;
    width: 47%;
    margin-right: 15px;
}
.cb_play_local .local_twin_btns a:last-child {
    margin-right: 0;
}
.cb_play_box span.accordion-button {
    font-size: 20px;
    font-weight: 700;
}

.cb_play_customtour h2.accordion-header {
    position: relative;
}
a.btn_custour {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #1BAFB1;
    border-radius: 40px;
    padding: 8px 20px;
    position: absolute;
    right: 15px;
    transition: all 0.3s;
    z-index: 99;
    top: 12px;
}
a.btn_custour:hover {
    background-color: #0b8385;
}
.custom_outer_hdr {
    padding-top: 16px;
}
.note_top_custom {
    background-color: #ffffff;
}
.note_top_custom p {
    display: block;
}
.cust_tour_image {
    padding: 0 12px;
}
.cust_tour_image img {
    border-radius: 20px;
}
.cb_play_customtour .cust_tour_outer {
    border-radius: 14px;
    padding-bottom: 10px;
    margin-top: 12px;
}

.cb_play_customtour .play_jl_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 12px;
}
.cb_play_customtour .chose_label li:before {
    content: unset;
}
.cb_play_customtour .accordion-body li {
    padding-left: 0;
    display: inline-block;
    padding-right: 30px;
}
.cb_play_customtour .chose_label li img {
    width: 25px;
    height: 25px;
}
.cb_play_customtour .play_jl_boxtop {
    margin-bottom: 12px;
    width: 80%;
}
.cb_play_customtour .local_twin_btns {
    width: 15%;
}
.cb_play_customtour .accordion-body ul {
    padding-bottom: 0;
}
.cb_play_customtour .play_jl_boxtop {
    margin-bottom: 0;
}
.cb_play_customtour .play_jl_boxtop .chose_label {
    margin-left: 12px;
}
.cb_play_customtour .accordion-body {
    padding: 0 12px 12px 12px;
}

/*Tournament Homepage*/
.cb_body_bg,
.cb_tourhome_wrap {
    background-color: #F4F5F5;
    border-radius: 18px;
    padding: 12px 12px 0 12px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    min-height: 450px;
}
nav.top_bc_hdr {
    border-bottom: 1px solid #E0E1E1;
    padding: 18px 0;
}
nav.top_bc_hdr ol {
    margin-bottom: 0;
}
.breadcrumb-item {
    color: #06292D;
    font-weight: 700;
    font-size: 18px;
}
.breadcrumb-item a {
    font-weight: 500;
    color: #495050;
    font-size: 18px;
}
.breadcrumb-item.active {
    color: #495050;
}
.breadcrumb-item a img {
    padding-right: 10px;
}
.breadcrumb-item+.breadcrumb-item::before {
    font-weight: lighter;
}
.tour_dtls_box {
    display: flex;
    align-items: center;
    padding: 0px 0 10px 0;
}
.tour_dtls_box img {
    width: 95px;
    height: 95px;
    object-fit: contain;
}
.tour_dtls_box h2, .tour_dtls_box span {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Anton';
    color: #000000;
    margin-left: 12px;
}
.tour_dtls_box span {
    color: #009899;
    margin-left: 5px;
}
.tour_info_mid {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.tour_jl_box {
    background-color: #fff;
    padding: 6px;
    flex: 1;
    border-radius: 14px;
    position: relative;
}
.tour_jl_img img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 14px;
}
.tour_jl_content {
    border-radius: 14px;
    padding: 12px;
    background: linear-gradient(180deg, rgba(22, 71, 75, 0) 0%, rgb(0 0 0 / 85%) 62%);
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 9;
    height: 65%;
    width: calc(100% - 12px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.tour_jl_content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.tour_jl_content p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 12px;
}
.tour_jl_content a.btn_style3 {
    background: linear-gradient(90deg, rgba(255, 251, 234, 1) 0%, rgb(231 224 186) 100%);
}

.choose_box {
    display: inline-block;
    margin: 0;
    width: calc(24% - 7px);
    margin-right: 5px;
    vertical-align: top;
    min-height: 92px;
    margin-bottom: 10px;
    position: relative;
    padding: 12px;
    border: 4px solid #fff;
    margin-top: 10px;
    border-radius: 14px;
}
.choose_box a {
    display: block;
    min-height: 55px;
    align-items: center;
}
.choose_box span {
    display: inline-flex;
    background-color: #fff;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    margin-bottom: 8px;
    justify-content: center;
}
.play_tour_hme .chose_label {
    width: 95%;
    margin-left: 0;
}
.play_tour_hme .chose_label h3 {
    font-size: 14px;
    margin-bottom: 1px;
    color: #06292D;
    font-weight: 700;
}
.play_tour_hme .chose_label p {
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #495050;
    font-weight: 600;
}
.tour_seprate_box .choose_box a span img {
    position: unset !important;
    width: 38px !important;
}
.tour_seprate_box .choose_box a img:last-child {
    position: absolute;
    right: 15px;
    top: 43%;
    width: 12px;
}
.tour_seprate_box {
    margin-top: 10px;
}
.tour_seprate_box > h2 {
    font-size: 18px;
    font-weight: 700;
}
.tour_block_outer .chose_label p {
    font-size: 15px;
    margin-top: 8px;
}

/*join league draft tournament*/
.jn_phase_title {
    font-size: 24px;
    font-weight: 700;
    color: #06292D;
    padding-top: 10px;
}
.jn_phase_title a img {
    width: 20px;
    margin-right: 8px;
}
.jn_phase_title a img,
.jn_phase_title a span {
    vertical-align: middle;
}
.cb_tourjl_wrap .top_bc_hdr {
    padding: 15px 0 18px 0;
}

.faq-links-cus .flipthis-wrapper {
    font-size: 13px;
}
.faq-links-cus td a {
    min-width: auto !important;
    color: rebeccapurple;
    font-family: 'Manrope' !important;
}
.cb_tourhome_wrap .breadcrumb-item a img {
    padding-right: 10px;
    width: 20px;
}

.antasy_auction_monitor .opt2_auc_header2 > img {
    width: 206px;
    height: 60px;
    object-fit: contain;
}

.bheader_links a {
    color: #fff !important;
    font-size: 14px;
}

/*league menu*/
.menu_strip_block li {
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.menu_strip_block li:nth-child(1) {
    padding-left: 0;
}
.menu_strip_block li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.25s;
    padding: 6px 10px;
}
.menu_strip_block a.bread_cum {
    margin-left: 0;
    text-align: left;
    margin-top: 0;
    padding-right: 0;
    vertical-align: middle;
    padding-left: 35px;
    padding-top: 0;
}
.menu_strip_block a.bread_cum i {
    margin-right: 3px;
    margin-top: 12px;
    position: absolute;
    left: 7px;
}
.menu_strip_block a.bread_cum span {
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    margin-top: 3px;
    margin-left: 0;
    vertical-align: top;
    text-align: left;
    color: #ddd;
}
.menu_strip_block a.bread_cum font {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    margin-left: 0px;
    margin-top: 1px;
    color: #ddd;
}
ul.menu_strip_block li .act,
ul.menu_strip_block li a:hover {
    background-color: #E5E7E7;
    color: #16474B;
    border-radius: 7px;
}
.menu_strip_block .dropdown .dropbtn.act,
.menu_strip_block .dropdown .dropbtn:hover {
    background-color: #E5E7E7;
    color: #16474B;
    border-radius: 7px;
    line-height: normal;
}
.menu_strip_block .dropdown .dropbtn.act img,
.menu_strip_block .dropdown .dropbtn:hover img {
    filter: unset;
}
.menu_strip_block .dropbtn {
    font-size: 15px;
    font-family: 'Manrope' !important;
    font-weight: 600;
    padding: 6px 10px;
    transition: all 0.25s;
    line-height: normal;
}
.menu_strip_block .dropdown-content {
    min-width: 270px;
    background-color: rgb(19 66 70);
    border-radius: 10px;
    padding-top: 8px;
}
.menu_strip_block .dropdown-content a {
    width: calc(100% - 20px);
    margin: 0 10px;
    font-size: 14px;
}
.menu_strip_block .dropbtn img {
    width: 10px;
}


/*Join Public Tournament Draft*/
.tour_jl_home {
    padding-top: 20px;
}
.tour_jl_note {
    border-radius: 20px;
    background-color: #FFFBEA;
    border: 1px solid #FFE685;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
}
.tour_jl_lnote {
    display: flex;
}
.tour_jl_lnote img {
    margin-right: 10px;
}
.tour_jl_lnote p {
    font-size: 18px;
    font-weight: 700;
    color: #16474B;
}
.tour_jl_btn a {
    background-color: #FF9900;
    border-radius: 30px;
    padding: 9px 18px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.tour_jl_filter {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #AEB7B7;
    align-items: center;
    padding: 25px 0 20px 0;
}
.tour_jl_filter p {
    font-size: 18px;
    color: #16474B;
    font-weight: 600;
}

.jl_radio {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #16474B;
    font-weight: 500;
    margin-left: 20px;
}
.jl_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.jl_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #AFB7B7;
}
.jl_radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.jl_radio input:checked ~ .checkmark {
    background-color: #F1FCFB;
    border-color: #1BAFB1;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.jl_radio input:checked ~ .checkmark:after {
  display: block;
}
.jl_radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1BAFB1;
}
.tour_jl_rdos {
    display: flex;
}

.tour_jl_tble_data {
    padding-top: 20px;
    padding-bottom: 25px;
}
.tour_jl_tbhead {
    padding-bottom: 15px;
}
.tour_jl_tbhead h2 {
    font-size: 24px;
    color: #16474B;
    margin-bottom: 3px;
    font-weight: 700;
}
.tour_jl_tbhead p {
    font-size: 16px;
    font-weight: 500;
    color: #06292D;
}
.tour_jl_table {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #C9CECF;
    margin-bottom: 0;
}
.tour_jl_table table {
    width: 100%;
    text-align: center;
}
.tour_jl_table thead th {
    background-color: #E4E4E4;
    padding: 11px 10px;
    border: 1px solid #E4E4E4;
    border-right: 1px solid #C9CECF;
    font-size: 14px;
    font-weight: 600;
    color: #030C0C;
}
.tour_jl_table thead th:last-child {
    border: none;
}
.tour_jl_table td {
    padding: 20px 10px;
    border-bottom: 1px solid #C9CECF;
    border-top: none;
    border-right: 1px solid #c9cecf;
}
.tour_jl_table tr:last-child td {
    border-bottom: none;
}
.tour_jl_table tr td:last-child {
    border-right: none;
}

.prgs_spot_inr {
    display: inline-block;
    width: 70px;
    background-color: #E0E1E1;
    height: 4px;
    border-radius: 40px;
    vertical-align: middle;
}
.prgs_spot_inr b {
    display: block;
    background-color: #FF9900;
    height: 4px;
    border-radius: 70px;
}
.prgs_spots small {
    font-size: 14px;
    font-weight: 600;
    color: #06292D;
    margin-left: 8px;
}
.tour_jl_table td span {
    font-size: 14px;
    font-weight: 600;
    color: #06292D;
}
.prze_jl_tble {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.prze_jl_left img {
    margin-right: 3px;
    width: 22px;
}
.tour_jl_table td span {
    font-size: 14px;
    font-weight: 600;
    color: #06292D;
}
a.win_skills {
    font-size: 14px;
    color: #1BAFB1;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}
a.btn_style-4 {
    display: inline-block;
    background-color: #1BAFB1;
    color: #fff;
    width: 110px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 50px;
}

/*join private league*/
.jprivate_lge {
    padding-top: 25px;
}
.jprivate_lge {
    background-color: #fff;
    padding: 55px 100px;
    max-width: 540px;
    margin: 0 auto;
    border-radius: 16px;
    margin-top: 20px;
    text-align: center;
}
.jprivate_lge .form_dbl > div {
    flex: 1;
    margin-bottom: 20px;
}
.jprivate_lge .form_dbl {
    display: block !important;
}
.jprivate_lge .form_inputs label {
    text-align: left;
}
.title_nobd_back {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0px;
}
.title_nobd_back a {
    color: #06292D;
}
.form_dbl {
    display: flex;
    gap: 16px;
}
.form_dbl > div {
    flex: 1;
}
.form_inputs label {
    font-size: 16px;
    font-weight: 500;
    color: #030C0C;
    display: block;
    margin-bottom: 5px;
}
input.input_controls {
    width: 100%;
    border: 1px solid #C9CECF;
    height: 44px;
    font-size: 16px;
    color: #000;
    border-radius: 7px;
    padding: 0 15px;
}
input.input_controls::placeholder {
    color: #616B6B;
}
span.input_errors {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: red;
    padding-top: 5px;
}
button.button_format1 {
    border: none;
    background-color: #1BAFB1;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 44px;
    color: #fff;
    border-radius: 60px;
}
.form_button {
    margin-top: 30px;
}

/*Schedule*/
.schedule_wrapper {
    padding: 12px;
}
.schedule_wrapper > h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #C9CECF;
    padding-bottom: 12px;
}
.schdule_outer {
    margin-top: 20px;
}
.schdule_box {
    margin-bottom: 20px;
    display: inline-block;
    width: calc(50% - 10px);
    background-color: #fff;
    border-radius: 20px;
    margin-right: 15px;
}
.schdule_box:nth-child(even) {
    margin-right: 0;
}
.sch_top {
    background: #F1FBF4;
    background: linear-gradient(90deg, rgba(241, 251, 244, 1) 0%, rgba(235, 249, 255, 1) 100%);
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
}
.sch_top h3 {
    font-size: 16px;
    font-weight: 600;
    color: #16474B;
}
.sch_top b {
    font-size: 16px;
    color: #16474B;
    font-weight: 600;
}
.sch_mid {
    border-radius: 0 0 20px 20px;
    padding: 16px 12px 12px 12px;
}
.sch_mid .jn_daily_box {
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: none;
}
.sch_mid .jn_daily_left img, 
.rnd_schedule_wrap .jn_daily_left img {
    height: 50px;
    width: 50px;
    margin-right: 0;
}
.sch_mid .jn_daily_left b {
    font-size: 18px;
    color: #06292D;
    margin: 0 8px;
}
.sch_mid .jn_daily_mid {
    font-size: 18px;
}
.sch_mid ul {
    background-color: #FFFBEA;
    border: 1px solid #FFE685;
    border-radius: 10px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
}
.sch_mid li {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    width: 33.33%;
}
.sch_mid li:nth-child(2) {
    text-align: center;
}
.sch_mid li:nth-child(3) {
    text-align: right;
}
.sch_mid li img {
    margin-right: 3px;
}
.sch_mid li img, .sch_mid li span {
    vertical-align: middle;
}
.sch_mid  li:before {
    background-color: #616B6B;
    width: 1px;
    height: 20px;
    top: 1px;
    right: 14px;
}

/*Round Schedule*/
.rnd_schedule_wrap .accordion-header {
    margin-bottom: 0;
}
.rnd_schedule_wrap .accordion-item {
    margin-bottom: 12px;
}
.rnd_schedule_wrap .accordion-button {
    background: #E1E8F9;
    background: linear-gradient(90deg, rgba(225, 232, 249, 1) 0%, rgba(203, 222, 197, 1) 50%, rgba(251, 240, 218, 1) 100%);
    border-radius: 12px !important;
    padding: 12px;
    justify-content: space-between;
    padding-right: 75px;
}
.rnd_schedule_wrap .accordion-button span {
    font-size: 14px;
    font-weight: 700;
    color: #06292D;
    display: inline-block;
    background-color: #fff;
    padding: 6px 20px;
    border-radius: 12px;
}
.rnd_schedule_wrap .accordion-button ul {
    padding-left: 15px;
}
.rnd_schedule_wrap .accordion-button li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #06292D;
    position: relative;
    padding-right: 15px;
}
.rnd_schedule_wrap .accordion-button li:last-child {
    padding-right: 0;
}
.rnd_schedule_wrap .accordion-button li:before {
    content: "";
    background-color: #06292D;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 2px;
}
.rnd_schedule_wrap .accordion-button li:last-child:before {
    content: unset;
}
.rnd_schedule_wrap .accordion-button:focus {
    box-shadow: none;
}
.rnd_schedule_wrap .accordion-button::before {
    content: unset;
}
.rnd_schedule_wrap .accordion-button::after {
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
    background-size: contain;
}
.rnd_schedule_wrap .accordion_body {
    padding-top: 12px;
}
.rnd_schedule_wrap .jn_daily_box {
    justify-content: space-between;
    padding-bottom: 12px;
}
.rnd_schedule_wrap .pp_match_daily {
    background-color: #fff;
    border-radius: 14px;
    text-align: center;
    padding: 12px;
    margin-right: 15px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    display: inline-block;
}
.rnd_schedule_wrap .pp_match_daily:nth-child(even) {
    margin-right: 0;
}
.rnd_schedule_wrap .pp_match_daily h4 {
    font-size: 14px;
    color: #1BAFB1;
    font-weight: 700;
    margin-bottom: 15px;
}
.rnd_schedule_wrap .pp_match_daily .jn_daily_box {
    justify-content: center;
    padding-bottom: 16px;
    margin-bottom: 8px;
}
.rnd_schedule_wrap .pp_match_daily .jn_daily_left {
    width: auto;
}
.rnd_schedule_wrap .pp_match_daily .jn_daily_left img {
    height: 40px;
}
.rnd_schedule_wrap .pp_match_daily .jn_daily_mid {
    margin: 0 60px;
}
.rnd_schedule_wrap .pp_match_daily .jn_daily_left img {
    margin: 0 !important;
}
.rnd_schedule_wrap .pp_match_daily .jn_daily_left b {
    margin: 0 5px;
    font-size: 20px;
    font-style: italic;
}
.rnd_schedule_wrap .pp_match_daily li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #495050;
    position: relative;
    padding-right: 25px;
}
.rnd_schedule_wrap .pp_match_daily li:before {
    content: "";
    background-color: #C9CECF;
    width: 1px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: 11px;
}
.rnd_schedule_wrap .pp_match_daily li:last-child:before {
    content: unset;
}
.rnd_schedule_wrap .pp_match_daily li:last-child {
    padding-right: 0;
}

/*Join Tournament Draft Public Private Block*/
.jl_private_block {
    margin: 0px 0px 12px 0px;
    text-align: center;
    border-radius: 14px;
    padding: 16px;
    border: 4px solid #fff;
    background-color: #000;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jl_private_block:before {
    content: "";
    background-image: url(http://testlive.cricbattle.com/images/customize_accord_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: top;
}
.jl_private_block .jn_daily_box {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 25%;
}
.jn_daily_box a.jl_pnt_back img {
    filter: invert(1);
    margin-right: 10px;
}
.jl_private_block .jn_daily_left img {
    width: 44px;
    height: 44px;
}
.jl_private_block .jn_daily_left b {
    color: #fff;
}
.jl_private_block .lg_box_top.lg_box_inrr.pp_lg_dbox {
    width: 60%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.jl_private_block .lg_box_top.lg_box_inrr.pp_lg_dbox h2 {
    font-size: 18px;
    color: #fff;
}
.jl_private_block .lg_box_dbl {
    display: flex;
    width: 40%;
}
.jl_private_block .lg_box_dbl a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    background-color: #269797;
    border-radius: 14px;
    padding: 7px 0;
    width: 100%;
    margin: 0 auto;
    margin-left: 15px;
}

.tour_jl_tbhead {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.tour_jl_tbhead h2 span {
    background-color: red;
    color: #fff;
    animation: blink 2s linear infinite;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 30px;
    margin-left: 5px;
}
.tooltip {
    opacity: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #030C0C;
    position: relative;
}
.tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    padding: 4px 3px;
    font-weight: 600;
    position: absolute;
    font-size: 11px !important;
    z-index: 99;
    top: 150%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.prze_jl_left {
    display: flex;
}
.prze_jl_left > b {
    margin-right: 10px;
}


/*Daily Join Contest*/
.cb_contest_box {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 15px;
    padding: 12px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    vertical-align: top;
    width: calc(33.33% - 8px);
    position: relative;
    margin-right: 8px;
    min-height: 220px;
}
.cb_contest_box:nth-child(3n) {
    margin-right: 0;
}
.cb_contest_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.cb_contest_top .contest_tleft span {
    margin-bottom: 5px;
    display: block;
}
.cb_contest_top span {
    font-size: 14px;
    color: #798686;
    margin-right: 10px;
    font-weight: 700;
}
.cb_contest_mid .lg_lock_label img {
    margin-right: 3px;
    margin-top: -2px;
}
.contest_tleft h3 {
    font-size: 18px;
    color: #16474B;
    font-weight: 700;
}
.contest_tright {
    display: flex;
    align-items: center;
}
.btn_style4 {
    display: inline-block;
    background-color: #1BAFB1;
    min-width: 65px;
    min-height: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
    padding: 2px 15px;
}
.cb_contest_mid .contest_progress {
    background-color: #EFF1F1;
    margin: 0;
}
.cb_contest_mid .contest_progress font {
    background: #FF9900;
}
.cb_contest_mid .contest_spots {
    margin-bottom: 14px;
    margin-top: 15px;
    padding: 0;
}
.cb_contest_mid .contest_spots span {
    font-size: 14px;
    color: #091F1F;
    font-weight: 500;
}
.cb_contest_mid .contest_spots span b {
    font-weight: 600;
}
.cb_contest_mid span.lg_lock_label {
    color: #FF2626;
}
.cb_contest_bot {
    background-color: #FFFBEA;
    border: 1px solid #FFE685;
    border-radius: 10px;
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cb_contest_bot img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
.cb_contest_bot .contest_bot_left li span, 
.cb_contest_bot .contest_bot_right span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.const_joined {
    background-color: #FFDFDF;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #616B6B;
    border: 1px solid #FF2626;
    font-weight: 600;
    margin-bottom: 10px;
}
.contest_dbl {
    padding: 0;
    margin-bottom: 10px;
}
.contest_dbl span {
    padding: 2px 5px;
    border-radius: 6px;
    margin-right: 0;
    background-color: #fdf2c3;
    border: 1px solid #FFE685;
}
.contest_tleft {
    display: flex;
    align-items: center;
}
.contest_bot_left li:nth-child(1) span.tooltiptext {
    left: 0;
}

/*salary cap daily inner join page*/
.jl_salary_outer {
    margin-top: 16px;
    padding-bottom: 30px;
}
.daily_inr_tab {
    background-color: #E0E1E1;
    border-radius: 16px;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.daily_inr_tab li {
    display: inline-block;
    margin-right: 10px;
}
.daily_inr_tab li a {
    font-size: 14px;
    font-weight: 600;
    color: #06292D;
    display: inline-block;
    line-height: 40px;
    padding: 0 12px;
    transition: all 0.25s;
    border-radius: 10px;
}
.daily_inr_tab li .active,
.daily_inr_tab li a:hover {
    background-color: #FFFFFF;
}
.no_contest_block {
    padding-top: 25px;
    text-align: center;
}
.no_contest_block p {
    font-size: 18px;
    font-weight: 500;
    color: #06292D;
    margin-bottom: 10px;
}
.no_contest_block img {
    opacity: 0.16;
    width: 650px;
    margin-top: 15px;
}
a.btn_style5 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #1BAFB1;
    padding: 10px 55px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 10px;
}
.contest_collapse_outer button h3 {
    color: #16474B;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}
.contest_collapse_content {
    background-color: #F4F5F5;
    border: 1px solid #E5E7E7;
}

/*My Team Joined Salary*/
.myteam_daily_outer {
    padding-bottom: 30px;
}
.myteam_box_daily {
    background-image: url(../images/myteam_daily_bg.jpg);
    margin: 0;
    margin-top: 15px;
    border-radius: 14px;
    position: relative;
    z-index: 9;
    min-height: 250px;
    display: inline-block;
    width: calc(33.33% - 12px);
    vertical-align: top;
    margin-right: 15px;
}
.myteam_box_daily:nth-child(3n) {
    margin-right: 0;
}
.myteam_box_daily:before {
    content: "";
    background: #1F1D20;
    background: linear-gradient(180deg, rgba(31, 29, 32, 0) 30%, rgba(13, 12, 13, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    z-index: -1;
}
.myteam_bdly_top {
    background-color: #006439;
    padding: 9px 10px;
    border-radius: 14px 14px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.myteam_bdly_top h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.myteam_bdly_bot {
    text-align: center;
}
.myteam_bdly_bot p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 50px 0 74px 0;
}
.myteam_bdly_bot li {
    display: inline-block;
    margin: 0 15px;
}
.myteam_bdly_bot li span {
    font-size: 14px;
    color: #E5E7E7;
    font-weight: 500;
}
.myteam_bdly_bot li b {
    font-size: 16px;
    color: #FAFAFA;
    font-weight: 700;
    margin-left: 3px;
}
.myteam_bdly_top h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.myteam_bdly_top h3 img, 
.myteam_bdly_top h3 span {
    vertical-align: middle;
    margin-right: 4px;
}
.myteam_bdly_top a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.myteam_bdly_top a img {
    margin-left: 5px;
}
.myteam_bdly_sub {
    background-color: rgb(8 61 38 / 50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
}
.myteam_bdly_sub h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.myteam_bdly_sub img {
    filter: invert(1);
}
.mid-box3 {
    float: none;
}
.myteam_bdly_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 12px 25px 12px;
}
ul.myteam_jn_left {
    width: 35%;
    background-color: rgb(13 12 13 / 15%);
    text-align: center;
    border-radius: 14px;
}
.myteam_bdly_mid li {
    display: inline-block;
}
ul.myteam_jn_left li {
    width: 40%;
    padding: 17px 0;
}
ul.myteam_jn_left li span {
    font-size: 14px;
    color: #E3E1E5;
    font-weight: 600;
}
ul.myteam_jn_left h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
ul.myteam_jn_right {
    width: 60%;
}
ul.myteam_jn_right li {
    width: 49%;
    text-align: center;
}
.cnst_team_cvc img {
    width: 60px;
    height: 60px;
}
.team_nm_info span {
    padding: 2px 8px;
    border-radius: 6px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
}
.cnst_team_cvc i {
    top: 8px;
    left: 1px;
    width: 20px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border: none;
    font-style: normal;
}
.team_vcap i {
    border: block;
}
a.jl_pnt_back {
    margin-right: 15px;
}
.cb_tourjl_wrap .tour_jl_home {
    padding-top: 0;
}

.local_tour_outer .play_daily_box {
    width: calc(33.33% - 8px);
    vertical-align: top;
}
.local_tour_outer .cb_play_box span.accordion-button::after {
    content: unset;
}
#divMyContests .contest_tright {
    display: block;
    text-align: right;
}
#divMyContests .contest_tright span {
    margin-right: 0;
}
#divMyContests .contest_tright .cb_contest_btn span {
    font-size: 18px;
    padding-top: 3px;
    font-weight: 600;
    color: #000;
}

/*Daily Popup-Modal*/
.cb_modal_new .modal-header {
    margin-bottom: 0;
    padding: 8px 12px;
}
.cb_modal_new .modal-body {
    padding: 0 10px;
}
.cb_modal_new .modal-header .btn-close {
    background-size: 17px;
}
.prize_join_block .contest_btn a {
    min-width: calc(100% - 15px);
    line-height: 1;
    color: #fff;
    height: auto;
    padding: 14px 0;
}
.contest_bot_left li:nth-child(1) span.tooltiptext {
    left: 0;
    margin-left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
}
table.cric_table_set1 thead th:last-child {
    text-align: right;
}
.myleague_filter .checkmark {
    top: 2px;
}
.myleague_filter {
    padding: 8px 20px 0px 20px;
    background-color: #fff;
}
.upcoming_box.ml_tournament table {
    border-collapse: unset;
}
.ml_tournament table.lg_mtch_data h6 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 800;
}
.league_bck_top::before {
    right: -9px;
    top: 36px;
    z-index: 99;
}
.activateleagues_wrap .league_bck_top h3 {
    font-size: 16px;
    font-weight: 700;
}

button.btn-close:before {
    content: unset;
}


/*player profiel ranking*/
.tplayers_rank_wrap {
    margin-top: 16px;
    display: flex;
}
.tplayers_rank_left {
    width: 27%;
    margin-right: 12px;
}
.tplayers_rank_right {
    width: 73%;
}



.pr_player_info {
    background-color: #fff;
    border-radius: 16px;
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 222px;
    overflow: hidden;
    padding: 0 4px;
    margin-bottom: 12px;
}
.list_players li.act36 {
    background-color: #f4f4f4;
}
.pr_player_info:before {
    content: "";
    background: linear-gradient(90deg, rgba(254, 233, 139, 0.2) 0%, rgba(166, 255, 200, 0.2) 35%, rgba(172, 243, 228, 0.2) 70%, rgba(175, 246, 251, 0.2) 100%);
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    z-index: -1;
    border-radius: 16px;
}
.pr_player_info:after {
    content: "";
    background-image: url(../images/plyr_ranking_bg.png);
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 23px);
    z-index: -1;
    background-position: center;
    background-size: cover;
}
.pr_player_left {
    width: 65%;
    padding-left: 25px;
    padding-top: 30px;
}
.pr_player_left h2 {
    font-size: 28px;
    font-weight: 800;
    color: #06292D;
    margin-bottom: 5px;
    line-height: 1.2;
}
.pr_player_left li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #06292D;
    padding-right: 12px;
    position: relative;
}
.pr_player_left li:before {
    content: "";
    background-color: #06292D;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: 4px;
}
.pr_player_left li:last-child:before {
    content: unset;
}
.pr_player_right img {
    width: 140px;
    height: 185px;
    object-fit: contain;
    margin-top: 21px;
    border-radius: 0 0 15px;
    object-position: bottom;
}
.pr_browse {
    background-color: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 12px;
}
.pr_browse h2 {
    font-size: 20px;
    font-weight: 800;
    color: #16474B;
    border-bottom: 1px solid #E0E1E1;
    padding: 12px;
}

.sel_form_opt .form-controls {
    border-radius: 50px !important;
    -webkit-appearance: none;
    background-image: url(../images/caret_down_grey.svg);
    background-repeat: no-repeat;
    background-position: right 17px center;
    border-color: #E0E1E1;
    color: #616B6B;
    height: 40px;
    padding-left: 16px;
    font-size: 16px;
}
.sel_form_opt .form-controls::placeholder {
    color: #616B6B;
}
.tour_pr_body {
    background-color: #fff;
    margin: 0 -12px;
    border-radius: 10px;
}
.tour_pr_body h3 {
    font-size: 16px;
    font-weight: 700;
    color: #06292D;
    padding: 12px;
}
.cb_com_table {
    margin-left: 0;
    background-color: #F4F5F5;
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.cb_com_table table {
    width: 100%;
    text-align: center;
}
.cb_com_table th {
    background-color: #E8E8E8;
    padding: 8px 12px;
    border-right: 1px solid #C9CECF;
    font-size: 14px;
    color: #181B1B;
    font-weight: 600;
}
.cb_com_table th {
    background-color: #F4F5F5;
    padding: 15px 12px;
    border-right: 1px solid #E0E1E1;
    font-size: 14px;
    color: #181B1B;
    font-weight: 500;
    border-bottom: 1px solid #E0E1E1;
}
.cb_com_table th a {
    font-size: 14px;
    color: #181B1B;
    font-weight: 600;
}
.cb_com_table th[colspan="2"], 
.cb_com_table th[colspan="3"],
.cb_com_table th[colspan="4"] {
    border-bottom: 1px solid #c9cecf;
}
.cb_com_table td {
    border-bottom: 1px solid #E0E1E1;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
}
.cb_com_table tr:last-child td {
    border-bottom: none;
}
.cb_com_tablebig {
    background-color: #fff;
    margin-left: 0;
}
.tplayers_data_bot table thead th {
    background-color: #E8E8E8;
    border-color: #C9CECF;
}

.player_selection {
    margin-top: 16px;
    border-radius: 16px;
}
.player_selection h2 {
    font-size: 22px;
    font-weight: 700;
    color: #16474B;
    border-bottom: 1px solid #E0E1E1;
    padding: 15px 12px;
}
.list_players ul li img.prank_role {
    box-shadow: none !important;
    width: 17px !important;
    height: 17px !important;
    object-fit: contain;
    margin-right: 0;
    margin-left: 10px;
}
.list_players ul li a {
    color: #495050;
    margin-left: 5px;
    font-weight: 400;
}
.list_players ul li img {
    width: 30px;
    height: 30px;
}
.drp_player {
    padding: 14px 10px 0 10px;
    margin-bottom: 16px;
}
.tplayers_data_top {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
}
.tplayers_data_top h2 {
    font-size: 24px;
    font-weight: 700;
    color: #06292D;
    margin-bottom: 8px;
}

.play_sch_box {
    background-color: #fff;
    margin: 0 12px;
    padding: 4px;
    position: relative;
    border-radius: 14px;
    margin-bottom: 12px;
}
.play_sch_img {
    overflow: hidden;
    border-radius: 14px;
}
.play_sch_mainbox .play_sch_img img {
    height: 180px;
    object-position: 0 -189px;
    transform: scale(1);
    object-fit: cover;
    border-radius: 14px;
    width: 100%;
}
.play_sch_mainbox .play_sch_content {
    background: #16474B;
    background: linear-gradient(-90deg, rgba(22, 71, 75, 0) 0%, rgb(0 0 0 / 52%) 35%);
    position: absolute;
    bottom: 5px;
    z-index: 9;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% - 100px);
    padding-top: 0;
    left: 5px;
    border-radius: 12px;
    padding-left: 35px;
    padding-bottom: 25px;
}
.play_sch_content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}
.play_sch_content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}
.play_sch_content .btn_style4 {
    font-size: 16px;
    padding: 6px 15px;
    width: 180px;
    min-height: auto;
}
.play_sch_content a.btn_style4.pred_pick {
    background-color: #FF9900;
}

a.jl_pnt_back img {
    margin-right: 12px;
}
/*predcition*/
.pred_private_outer {
    margin-top: 10px;
}
.pred_private_outer h2 a img {
    width: 26px;
    margin-left: 5px;
    filter: invert(1);
}
.pred_private_outer h2 {
    margin-bottom: 15px;
    border-bottom: 1px solid #C9CECF;
    padding-bottom: 15px;
}
.pred_private_outer .form_group > label {
    font-size: 16px;
    font-weight: 500;
    color: #030C0C;
    display: block;
    margin-bottom: 10px;
}
.pred_private_outer .form-controls {
    color: #000 !important;
}
.pred_private_outer .form_group .cus_check {
    padding-top: 0;
    margin-top: 16px;
    padding-left: 32px;
    color: #616B6B;
    font-size: 14px;
    width: 100%;
}
.pred_private_outer .cus_check .checkmark {
    top: -2px;
    height: 24px;
    width: 24px;
    border-color: #C9CECF;
    background-color: transparent;
    border-width: 1px;
}
.pred_private_outer .cus_check input:checked ~ .checkmark {
    background-color: #1BAFB1;
    border-color: #1BAFB1;
}
.pred_private_outer .cus_check .checkmark:after {
    left: 7px;
    top: 3px;
}
.pred_private_outer .form_group {
    margin-bottom: 35px;
}

.pred_pack_box {
    display: inline-block;
    width: calc(33.33% - 9px);
    background-color: #fff;
    border: 1px solid #C9CECF;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
}
.pred_pack_box:last-child {
    margin-right: 0;
}
.pred_pack_box h3 {
    font-size: 16px;
    color: #495050;
    font-weight: 700;
    padding: 16px 0;
}
.pred_pack_inr {
    background: linear-gradient(180deg, #FBF0DA, #CBDEC5CC);
    border-radius: 10px;
    padding: 17px 12px 12px 12px;
}
.pred_pack_inr p {
    font-size: 16px;
    font-weight: 600;
    color: #495050;
    margin-bottom: 15px;
}
.pred_pack_inr a {
    display: block;
    background-color: #fff;
    color: #495050;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 0;
    border-radius: 10px;
}

.pred_pvte_info {
    background-color: #FFFBEA;
    border: 1px solid #FFE685;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}
.pred_pvte_linfo {
    display: flex;
    align-items: center;
}
.pred_pvte_linfo h3 {
    font-size: 16px;
    color: #495050;
    font-weight: 700;
    margin-right: 5px;
}
.pred_pvte_linfo li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.pred_pvte_linfo li a {
    font-size: 16px;
    font-weight: 500;
    color: #495050;
}
.pred_pvte_linfo li:nth-child(1):after {
    content: ",";
}
.pred_pvte_rinfo li {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 6px;
    line-height: 40px;
}
.pred_private_lge {
    padding-bottom: 16px;
}
#divNotePP .modal-body p {
    padding: 15px 10px;
}


/*fixing live site*/
.customize_package_wrap *, .lh_commans *, 
.slider-456.slider-456-r *, .contents.marginbot5 *,
.leader_formatstyle2 *, .tabnav_bg, .predraft_drp + .note-box-top,
.predraft_drp + .note-box-top * + .nh-box1.mt-10 *, .nh-box1.mt-10.new-table9875 * {
    box-sizing: unset;
}
.auc_message_box a.auc_msg_btn img {
    margin-top: -22px;
}
.lh_commans .cric_updates.pd-scorll .tabscontent {
    height: 244px;
}
.lh_commans .page-title-new {
    background: #16474B;
}
.m_mtch_teamname h2 {
    font-size: 20px;
}
.mt_user_box.sl-user-98 {
    height: 150px;
}
.sl-user-98.mt_user_box table {
    border-collapse: unset;
}
.mt_user_left .fll div b {
    color: #fff;
    text-align: left;
    font-size: 12px;
    float: left;
    margin-top: -2px;
}
.match-box81 font {
    font-size: 13px;
}
.selectbox, .nh-listbox, .drp_player select, .cnct_wrapper select {
    -webkit-appearance: revert;
    -moz-appearance: revert;
}
.mt_outer_box > font {
    font-size: 10px;
}
.mt-5 {
    margin-top: 0rem !important;
}
.multi_pred_scltion h3 {
    font-size: 18px;
}
.team_plyr_photo {
    width: 40px;
}
.search_player {
    position: relative;
}
.leader_formatstyle2 .search_player {
    margin-top: -2px;
}
.search_player .search_clear_btn {
    height: 26px;
    right: -15px;
}
.filter-team-nw {
    margin: -2px 0 0 22px;
}
div#contentz2 a.filter-btn {
    margin-top: -3px !important;
    display: inline-block;
}
.leaderboard_style .nte_leaderboard, #tabsholder2 .tab-menu7,
.rules_strip_package, .error-red, .error-green {
    width: calc(100% - 0px) !important; 
}
.list-status label {
    padding: 0px 10px 0 40px;
}
table.tab-sub-hed.create_league_list_league9 th:not(:nth-child(2)) {
    text-align: center;
}
table#grdScoreSumary th:not(:nth-child(1)) {
    text-align: center;
}
#divRulePage select.nh-listbox {
    width: 85% !important;
    height: auto;
}
.leader_formatstyle2.ply_rnking_shre,
.leader_formatstyle2 {
    margin-top: 15px;
}
.ply_rnking_shre .share-matchup input {
    width: 685px !important;
}
.nh-box1.leader_formatstyle2 .share-matchup a.copy-Share-Button img {
    margin-top: -15px;
}
.tabnav_bg .search_player {
    margin-top: -3px;
}
.tabnav_bg .search_player span {
    height: 26px;
}
.player-mdl-info .plr-mdl-dtls th:not(:nth-child(1)) {
    width: 35px !important;
    text-align: center;
}























/*********************************************************************************Responsive***********************************************************************************************/
@media screen and (min-width: 1920px) {
    .product_cat_carousel, .hm_journey_carousel {
        width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1300px) {

    .header_logo img, .footer_logo img {
      width: 205px;
      height: 55px;
    }
    .fs-14 {
      font-size: 12px;
    }
    .fs-16 {
      font-size: 14px;
    }
    .fs-18 {
      font-size: 14px;
    }
    .fs-20 {
      font-size: 16px;
    }
    .fs-22 {
      font-size: 20px;
    }
    .fs-24 {
      font-size: 20px;
    }
    .fs-26 {
      font-size: 22px;
    }
    .fs-36 {
      font-size: 28px;
    }
    .fs-46 {
      font-size: 36px;
    }
    .button_style1 {
      border-radius: 7px;
    }
    .banner_playbox img {
      width: 40px;
    }
    .banner_content {
      margin-bottom: 35px;
    }
    .banner_content h1 {
      margin-bottom: 15px;
    }
    .hm_banner_wrapper {
      min-height: 650px;
    }
    .foot_btn a img {
      width: 24px;
    }
    .product_showcase h5 {
      font-size: 60px;
      left: -130px;
    }
    .product_abs_left {
      left: -80px;
    }
    .product_abs_right {
      right: 0;
      height: 335px;
    }
    .product_portfolio_wrap {
      padding-top: 90px;
    }
    .product_portfolio_wrap h2 {
      margin-bottom: 45px;
    }
    .customize_tag_wrapper p {
      line-height: 24px;
    }
    .customize_tag_wrapper {
      min-height: 285px;
    }
    .customize_accordin_wrap {
      padding-top: 80px;
      padding-bottom: 140px;
    }
    .accordion-body li {
      line-height: 26px;
    }
    .accordion-button::before {
      width: 20px;
      height: 20px;
    }
    .customize_accordin_wrap::before {
      width: 485px;
      height: 162px;
    }
    .customize_accordin_wrap::after {
      width: 516px;
      height: 160px;
    }
    .product_cat_customer li img {
      height: 33px;
      width: 75px !important;
    }
    .hm_journey_slide img {
      height: 444px;
    }
    .labeling_wrapper {
      min-height: 375px;
    }
    .labeling_wrapper span, .labeling_wrapper h2 {
      font-size: 102px;
      line-height: 106px;
    }
    .app_download_btn a img {
      width: 100px;
    }
    .apprating_content {
      min-height: 238px;
      margin-top: -114px;
      padding: 0 80px;
    }
    .app_rating_box {
      min-width: 340px;
      border-radius: 7px;
      height: 42px;
    }
    .foooter_mid_bot img {
      height: 24px;
      margin: 0 3px;
    }

    /*play page*/
    .top_header {
        padding: 10px 40px;
    }
    .bottom_header {
        padding: 7px 40px;
    }
    ul.thead_tabs li a, .theader_right a, .username {
        font-size: 14px;
    }

    header.header_wrapper .header_logo img {
        width: 180px;
        height: 52px;
        margin-right: 10px;
    }
    .theader_right {
        width: 45%;
    }
    .profile-btn {
        min-width: 155px;
    }
    .bheader_left li a, .bheader_links a {
        font-size: 13px;
        padding: 5px 9px;
    }







}