@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v20-latin-800.woff2') format('woff2');
}
@font-face {
  font-family: 'TextaRegular';
  src: url('../fonts/TextaRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TextaMedium';
  src: url('../fonts/TextaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TextaBold';
  src: url('../fonts/TextaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TextaHeavy';
  src: url('../fonts/TextaHeavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TextaBlack';
  src: url('../fonts/TextaBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.font_tmedium {
    font-family: 'TextaMedium';
}
.font_tbold {
    font-family: 'TextaBold';
}
.font_theavy {
    font-family: 'TextaHeavy';
}
.font_tblack {
    font-family: 'TextaBlack';
}
body {
    font-size: 1rem;
    margin: 0rem;
    padding: 0rem;
    font-family: 'TextaRegular' !important;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
    padding: 0rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
p {
  font-size: 1.25rem;
  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;
}
textarea{
    height: 10.363rem;
    resize: none;
    margin-top: 1.25rem;
}
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;
}
section{
    position: relative;
    clear: both;
}
section:before , section:after{
    clear: both;
    display: table;
    content: "";
}
ul li {
    margin: 0;
    padding: 0.0rem;
    list-style: none;
}

header.header_wrapper {
  position: relative;
  padding: 10px 0;
  box-shadow: none;
}
.header_wrapper .container {
    width: 1200px;
}
header.header_wrapper .row {
    align-items: center;
}
a.spl_logo img {
    width: 75px;
}
a.criclogo {
    display: inline-block;
    border-left: 2px solid #E5E7EB;
    padding-left: 12px;
    margin-left: 12px;
}
a.criclogo img {
    width: 130px;
    vertical-align: middle;
}
a.criclogo span {
    vertical-align: middle;
    font-family: inter;
    color: #6B7280;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 3px;
}
.nav_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav_menu li {
  display: inline-block;
  margin-left: 25px;
}
.nav_menu li a {
    font-size: 16px;
    color: #1A1A1A;
    font-family: 'Inter';
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
    transition: all 0.4s;
    border-radius: 10px;
}
.nav_menu li a.active,
.nav_menu li a:hover {
    border-bottom: 2px solid #249edc;
    color: #249edc;
}
.header_wrapper .profile-menu {
    padding: 6px 0 15px 10px;
}
.header_wrapper .profile-img .img56.act {
    border: 2px solid #29b5e8;
}
.header_wrapper .profile-menu > img {
  filter: brightness(0);
  width: 10px;
}
section.hmbanner_wrapper {
  background-image: url(../images/hm_banner.png);
  min-height: 630px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm_banner_content {
  letter-spacing: -0.5px;
  margin-top: 90px;
}
.hm_banner_content h1 {
  font-size: 64px;
  text-transform: uppercase;
  width: 85%;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}
.hm_banner_content h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 22px;
}
.hm_banner_content p {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 40px;
}
.hm_banner_content a.button_orange, 
.why_league_content .button_orange,
.hm_league_inr .button_orange {
    font-size: 24px;
    width: 220px;
    padding: 18px 0;
}
a.button_orange, .button_light {
    font-size: 16px;
    background-color: #FF9F36;
    color: #fff;
    width: 190px;
    display: inline-block;
    text-align: center;
    font-family: textaheavy;
    letter-spacing: 0;
    border-radius: 40px;
    padding: 12px 0;
    line-height: 1;
    text-transform: uppercase;
}
.sn_bear_img {
  margin-top: 55px;
}
.hm_head {
  text-align: center;
  position: relative;
}
.hm_head::after {
  content: "";
  width: 96px;
  height: 4px;
  background-color: #29B5E8;
  display: inline-block;
  border-radius: 10px;
}
.hm_head h2 {
  font-size: 48px;
  color: #29B5E8;
  letter-spacing: -0.5px;
}

.why_league_content .button_orange img {
    filter: brightness(100);
    margin-left: 15px;
    width: 16px;
    margin-top: -3px;
}

.why_joinleague_wrap {
  padding-top: 120px;
}
.why_joinleague_wrap::before {
  content: "";
  background-image: url(../images/bg_snowflake_icon.png);
  width: 218px;
  height: 218px;
  position: absolute;
  top: 170px;
  background-repeat: no-repeat;
  left: 40px;
  background-size: contain;
}
.hm_head {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}
.hm_head h2 {
  font-size: 48px;
  color: #29B5E8;
  letter-spacing: -0.5px;
}
.hm_head::after {
  content: "";
  width: 96px;
  height: 4px;
  background-color: #29B5E8;
  display: inline-block;
  border-radius: 10px;
}
.why_league_box {
  display: flex;
  margin-bottom: 44px;
}
.why_league_icon {
  width: 10%;
}
.why_league_icon span {
  display: inline-flex;
  border: 2px solid #D5D7DA;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.why_league_dtls {
  width: 90%;
  padding-left: 10px;
}
.why_league_dtls h3 {
  font-size: 24px;
  color: #1A1A1A;
  line-height: 1;
  margin-bottom: 8px;
}
.why_league_dtls p {
  font-size: 20px;
  color: #535862;
  line-height: 1;
  margin-bottom: 15px;
}
.why_league_dtls a {
  color: #FF9F36;
  font-size: 16px;
}
.why_league_dtls a img {
  margin-left: 5px;
}

.how_works_wrap {
  padding-top: 110px;
}
.how_works_wrap::before {
  content: "";
  background-image: url(../images/bg_arrow_sf.png);
  width: 340px;
  height: 450px;
  position: absolute;
  right: 0;
  top: -140px;
}
.how_works_wrap .row {
  align-items: center;
}
.how_work_box {
  border-left: 4px solid #F5F5F5;
  margin-bottom: 25px;
  padding: 10px 90px 10px 20px;
  border-radius: 16px;
  transition: all 0.4s;
}
.how_work_box h3 {
  margin-bottom: 10px;
}
.how_work_box span {
  font-size: 24px;
  background-color: #6B7280;
  color: #fff;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  display: inline-flex;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
}
.how_work_box h3 small {
  font-size: 24px;
  transition: all 0.4s;
  color: #1A1A1A;
}
.how_work_box p {
  font-size: 20px;
  color: #535862;
  line-height: 1.2;
}
.how_work_box p b {
  font-weight: normal;
  color: #29B5E8;
}
.how_work_img {
  text-align: right;
}
.how_work_img img {
  width: 90%;
}
.how_work_box.act, .how_work_box:hover {
    border-color: #29B5E8;
}
.how_work_box.act h3 span, .how_work_box:hover h3 span {
    background: #29B5E8;
    background: linear-gradient(45deg,rgba(41, 181, 232, 1) 0%, rgba(113, 211, 220, 1) 100%);
}
.how_work_box.act h3 small, .how_work_box:hover h3 small {
    color: #11567F;
}


.hm_champ_wrap {
  padding-top: 110px;
  padding-bottom: 130px;
}
.hm_champ_wrap::before {
    content: "";
    background-image: url(../images/bg_snowflake_icon.png);
    position: absolute;
    top: 70px;
    width: 273px;
    height: 175px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.hm_champ_wrap::after {
    content: "";
    background-image: url(../images/bg_snowflake_icon2.png);
    position: absolute;
    bottom: 140px;
    width: 293px;
    height: 317px;
    left: 20px;
    z-index: -1;
    background-repeat: no-repeat;
}
.hm_champ_inr {
  max-width: 1104px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
}
.hm_champ_box {
  min-height: 420px;
  box-shadow: 0 0 25px rgba(0,0,0,0.10);
  display: inline-block;
  border-radius: 16px;
  flex: 1;
  border: 2px solid transparent;
  position: relative;
  font-family: Inter;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.hm_champ_box img {
    display: block;
    margin: 0 auto;
    width: 190px;
}
.hm_champ_box span img {
    width: 32px;
}
.hm_champ1 {
    margin: 0 32px;
    min-height: 480px;
    justify-content: center;
    border-color: #7D44CF;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
.hm_champ1 b {
  font-size: 14px;
  position: absolute;
  background-color: #7D44CF;
  color: #fff;
  left: 0;
  right: 0;
  width: 129px;
  margin: 0 auto;
  border-radius: 50px;
  line-height: 1;
  padding: 5px 0;
  top: -13px;
}
.hm_champ1 img {
    height: 240px;
    width: 250px;
}
.hm_champ1 span img {
    width: 32px;
    height: 25px;
}
.hm_champ_box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.hm_champ_box p {
  font-size: 20px;
  color: #4B5563;
}
.hm_champ1 h3 {
    font-size: 24px;
}
.hm_champ1 p {
    font-size: 24px;
}
.hm_champ_box span {
  display: inline-flex;
  width: 64px;
  height: 64px;
  background-color: #71D3DC;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 120px;
  align-items: center;
  justify-content: center;
}
.hm_champ2 span {
    background-color: #71D3DC;
}
.hm_champ1 span {
    background-color: #7D44CF;
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
}
.hm_champ3 span {
    background-color: #D45B90;
}
.hm_champ2 img, .hm_champ3 img {
  margin-bottom: 15px;
}
.hm_champ2, .hm_champ3 {
  padding-bottom: 30px;
}
.hm_champ2 span, .hm_champ3 span {
  margin-bottom: 25px;
}

section.hm_worldtour_wrap {
    background-color: #11567F;
    background-image: url(../images/world_tour_bg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
section.hm_worldtour_wrap .row {
    align-items: center;
}
section.hm_worldtour_wrap .container {
    width: 1300px;
}
.hm_tour_content {
    width: 100%;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.10);
    border: 2px solid rgba(255, 255, 255, 0.20);
    border-radius: 24px;
    padding: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.hm_tour_img {
    width: 70%;
}
.hm_tour_img img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    object-position: -70px;
}
.hm_tour_inr {
    width: 30%;
    padding: 0 32px;
}
.hm_tour_content span {
    display: inline-block;
    line-height: 1;
    background-color: #D45B90;
    color: #fff;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 40px;
    margin-bottom: 24px;
}
.hm_tour_content h2 {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}
.hm_tour_content p {
    font-family: 'Inter';
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
    font-size: 20px;
}
.hm_tour_content p b {
    color: #FACC15;
}
.hm_tour_content li {
    display: inline-block;
    margin-right: 8px;
}
.hm_tour_content li img {
    width: 38px;
    height: 29px;
    object-fit: contain;
}
section.hm_league_note {
    padding: 90px 0;
}
.hm_league_inr {
    width: 850px;
    margin: 0 auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.28);
    border-radius: 16px;
    text-align: center;
    padding: 50px 80px;
}
.hm_league_inr h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #29B5E8;
    margin-bottom: 15px;
}
.hm_league_inr p {
    font-size: 24px;
    line-height: 32px;
    color: #374151;
}
.hm_league_inr p b {
    font-size: 26px;
    color: #D45B90;
    display: block;
    margin-top: 15px;
}
.hm_league_inr .button_orange {
    margin-top: 30px;
}

footer.foter_wrapper {
    background-color: #000;
    padding-top: 70px;
}
.ft_logo {
    padding-right: 70px;
}
.ft_logo a img {
    width: 70px;
}
.ft_logo a span {
    font-size: 20px;
    color: #29B5E8;
    margin-left: 10px;
}
.ft_logo p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}
.ft_links h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.ft_links li {
    margin-bottom: 6px;
}
.ft_links a {
    font-size: 16px;
    color: #fff;
}
.ft_bottom {
    border-top: 1px solid #6B7280;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 60px;
}
.ft_bottom p {
    font-size: 16px;
    color: #6B7280;
}

/*play page*/
.inrbanner_wrapper {
    background-color: #29B5E8;
    min-height: 275px;
    z-index: 9;
}
.inrbanner_wrapper::before {
    content: "";
    width: 355px;
    height: 280px;
    background-image: url(../images/bg_arrow_sf.png);
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
}
.inrbanner_wrapper .hm_banner_content h1 {
    margin-bottom: 0px;
}
.inrbanner_wrapper .row {
    align-items: center;
}
.inrbanner_wrapper .hm_banner_content {
    margin-top: 0;
}
.button_light {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 0;
}
.inrbanner_wrapper .sn_bear_img {
    margin-top: 0;
    text-align: right;
    padding: 10px 0;
}
.inrbanner_wrapper .sn_bear_img img {
    width: 220px;
    object-fit: contain;
}
.inrbanner_wrapper .button_light {
    margin-left: 10px;
}

.point_sys_wrapper {
    background-color: #F9FAFB;
    padding: 60px 0;
}
.point_sys_wrapper .hm_head {
    padding-bottom: 42px;
}
.points_box {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.10);
    position: relative;
    text-align: center;
    font-family: 'Inter';
    padding: 38px 0 40px 0;
}
.points_box span {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 20px;
}
.points_box1 {
    border-top: 4px solid #71D3DC;
}
.points_box1 span, .points_box1 .ps_pts_block {
    background: #1C0045;
    background: #71D3DC;
}
.points_box2 {
    border-top: 4px solid #D45B90;
}
.points_box2 span, .points_box2 .ps_pts_block {
    background: #D45B90;
}
.points_box3 {
    border-top: 4px solid #7D44CF;
}
.points_box3 span, .points_box3 .ps_pts_block {
    background: #7D44CF;
}
.points_box h3 {
    font-size: 24px;
    color: #1F2937;
    font-weight: 700;
}
.ps_pts_block {
    max-width: 300px;
    border-radius: 12px;
    margin: 0 auto;
    padding: 12px 0;
    margin-top: 20px;
}
.ps_pts_block h4 {
    float: none;
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}
.ps_pts_block b {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.points_box p {
    font-size: 14px;
    color: #6B7280;
    margin-top: 20px;
}

.playpge_champ_wrap .hm_champ2 {
    border-color: #7D44CF;
}
.playpge_champ_wrap .hm_champ2 span {
    background-color: #7D44CF;
}
.playpge_champ_wrap .hm_champ3 {
    border-color: #D45B90;
}
.playpge_champ_wrap .hm_champ3 span {
    background-color: #D45B90;
}
.playpge_champ_wrap .hm_champ2 p {
    background-color: rgb(125 68 207 / 24%);
}
.playpge_champ_wrap .hm_champ_box p {
    font-size: 16px;
    color: #7D44CF;
    width: 80%;
    padding: 10px 0;
    border-radius: 12px;
    font-weight: 700;
    margin-top: 15px;
}
.playpge_champ_wrap .hm_champ2 span, 
.playpge_champ_wrap .hm_champ3 span {
    font-size: 36px;
}
.playpge_champ_wrap .hm_champ1 p {
    background: #29B5E8;
    background: linear-gradient(45deg, rgba(41, 181, 232, 1) 0%, rgba(113, 211, 220, 1) 100%);
    color: #fff;
}
.playpge_champ_wrap .hm_champ3 p {
    background: rgb(212 91 144 / 20%);
}
.playpge_champ_wrap .hm_champ1 b {
    left: unset;
    right: -20px;
    width: 48px;
    padding: 5px 0;
    top: -13px;
    background: linear-gradient(45deg, rgba(41, 181, 232, 1) 0%, rgba(113, 211, 220, 1) 100%);
    height: 48px;
    padding-top: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.10);
}
.playpge_champ_wrap .hm_champ1 b img {
    width: 22px;
    height: 18px;
}
.playpge_champ_wrap .hm_champ1 span {
    background-color: #fff;
    font-size: 46px;
    color: #29B5E8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
}
.playpge_champ_wrap .hm_champ2, 
.playpge_champ_wrap .hm_champ3 {
    padding-top: 30px;
}
.playpge_champ_wrap .hm_champ1 img {
    display: block;
    margin: 0 auto;
    width: 250px;
}
.playpge_champ_wrap .hm_champ1 {
    min-height: 500px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
}
.playpge_champ_wrap .hm_champ3 p {
    color: #D45B90;
}
.playpge_champ_wrap::before {
    background-image: url(../images/top_icon2.png);
    top: unset;
    width: 60px;
    height: 65px;
    right: 40px;
    bottom: 30px;
}
.playpge_champ_wrap::after {
    background-image: url(../images/top_icon1.png);
    bottom: unset;
    width: 60px;
    height: 60px;
    left: 60px;
    top: 30px;
}

.inrbanner_wrapper .hm_bannerbtn a.font_heavy {
    font-size: 20px;
    width: 200px;
    padding: 15px 0;
    transition: all 0.4s;
    box-shadow: 0 10px 29px rgb(0 0 0 / 35%);
}
.inrbanner_wrapper .hm_bannerbtn a.font_heavy:hover {
    box-shadow: none;
}
.hm_bannerbtn a.button_light {
    background-color: #fff;
    color: #000;
    padding: 12px 0;
}
.header_wrapper a.lgbtn {
    margin-top: 0;
}
.profile-menu .profile-menu-open {
    z-index: 999;
    right: -7px;
    border: 1px solid red;
    width: 160px;
}
.profile-menu .arrow-up {
    border-bottom: 5px solid red;
    margin: -6px 5px 0 0;
}
.profile-menu-open ul li {
    margin-left: 5px;
}
.profile-menu-open ul li a b {
    font-weight: 600;
    color: red;
}
.profile-menu-open ul li a:hover {
    background-color: transparent;
}

section.progress_snap_wrap {
    padding-top: 50px;
    padding-bottom: 80px;
}
.pg_snap_img img {
    width: 90%;
}
.pg_snap_content {
    padding-left: 30px;
}
.pg_snap_content h2 {
    font-size: 48px;
    color: #29B5E8;
    margin-bottom: 40px;
}
.pg_snap_content ul {
    padding-left: 25px;
    margin-bottom: 40px;
}
.pg_snap_content li {
    font-size: 20px;
    color: #535862;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.pg_snap_content li:before {
    content: "";
    background-image: url(../images/progress_list.png);
    position: absolute;
    top: 6px;
    left: 0;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
}

.inrbanner_wrapper .hm_banner_content p {
    margin-bottom: 0;
    padding-right: 90px;
}

.spl_leaderboard_wrap {
    padding-top: 50px;
    background-color: #F9FAFB;
    padding-bottom: 50px;
}
.ld_notes {
    background-color: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 8px;
    font-family: 'Inter';
    padding: 15px 36px;
    background-image: url(../images/ld_notes.png);
    background-repeat: no-repeat;
    background-position: 14px 17px;
    background-size: 15px;
    margin-bottom: 30px;
}
.ld_notes h2 {
    font-size: 16px;
    color: #1E3A8A;
    font-weight: 600;
    margin-bottom: 4px;
}
.ld_notes p {
    font-size: 16px;
    font-weight: 400;
    color: #1E40AF;
}
.ld_tabs {
    max-width: 700px;
    background-color: #1C0045;
    margin: 0 auto;
    padding: 14px 10px;
    text-align: center;
    font-family: 'Inter';
    border-radius: 10px;
    margin-bottom: 40px;
}
.ld_tabs li {
    display: inline-block;
    width: 49%;
}
.ld_tabs .active {
    background: linear-gradient(45deg, rgba(41, 181, 232, 1) 0%, rgba(113, 211, 220, 1) 100%);
    padding: 15px 0;
    border-radius: 10px;
}
.ld_tabs li a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.ld_tabs a img {
    margin-right: 5px;
    vertical-align: middle;
}
.ld_tabs a span {
    vertical-align: middle;
}
.ld_head_left {
    font-size: 48px;
    color: #11567F;
    width: 50%;
}
.ld_head_left img {
    width: 44px;
    margin-right: 5px;
}
.ld_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.ld_head_right {
    width: 50%;
    text-align: right;
}
.ld_head_right select.form-control {
    display: inline-block;
    width: 250px;
    background-image: url(../images/caret_down.png);
    background-repeat: no-repeat;
    background-position: right 11px top 14px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
}
select.form-control {
    display: inline-block;
    width: 200px;
    background-image: url(../images/caret_down.png);
    background-repeat: no-repeat;
    background-position: right 11px top 14px;
    padding-right: 20px;
    border-color: #D1D5DB;
    border-width: 2px;
    margin-left: 10px;
}
select.form-control:focus {
    border-color: #29B5E8;
    outline: 0;
    box-shadow: none;
}
.ld_top3head {
    text-align: center;
    margin-bottom: 20px;
}
.ld_top3head h2 {
    font-size: 24px;
    color: #111827;
}
.ld_top3head p {
    font-size: 16px;
    color: #6B7280;
}
.ld_top3box {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
    border-radius: 24px;
    background-color: #fff;
    position: relative;
    font-family: 'Inter';
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
.ld_top3box h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1E293B;
    margin-top: 40px;
}
.ld_top3box p {
    font-size: 16px;
    font-weight: 500;
    color: #64748B;
    margin-top: 8px;
}
.ld_pts_box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #334155;
}
.ld_pts_box span {
    font-size: 14px;
    color: #64748B;
    font-weight: 600;
}
.ld_top3box li h4 {
    font-size: 18px;
    float: none;
    width: 100%;
    color: #334155;
    font-weight: 700;
}
.ld_top3box li span {
    font-size: 14px;
    color: #64748B;
}
.ld_top3box > span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    color: #6B7280;
    text-shadow: 1px 1px 10px #999;
}
.ld_top3box b {
    position: absolute;
    right: 20px;
    top: 20px;
}
.ld_pts_box {
    background-color: #F8FAFC;
    border-radius: 12px;
    padding: 10px 18px;
    margin-top: 20px;
}
.ld_top3box li {
    display: inline-block;
    background-color: #F8FAFC;
    width: calc(33.33% - 3px);
    border-radius: 12px;
    padding: 10px 10px;
    margin-top: 12px;
    text-align: center;
}
.ld_top3_wrap .row {
    align-items: flex-end;
}
.ld_top1 {
    min-height: 460px;
    text-align: center;
}
.ld_top1 > span {
    font-size: 48px;
    color: #7D44CF;
    text-shadow: none;
    margin-top: 40px;
}
.ld_top1 h2 {
    margin-top: 0;
}
.ld_top1 h2 {
    margin-top: 0;
    font-size: 30px;
}
.ld_top1 p {
    font-size: 18px;
}
.ld_top1 .ld_pts_box {
    text-align: left;
    background-color: #EEF2FF;
    border: 2px solid #E0E7FF;
}
.ld_top1 .ld_pts_box h3 {
    font-size: 48px;
    font-weight: 700;
    color: #4F46E5;
}
.ld_top1 li {
    width: calc(33.33% - 5px);
    background-color: #EEF2FF;
    border: 2px solid #E0E7FF;
}
.ld_top3 > span {
    color: #FF9F36;
}
.ld_top3 .ld_pts_box, .ld_top3 li {
    background-color: #FFFBEB;
}
.ld_top3_wrap {
    margin-bottom: 70px;
}

.ld_cur_notes {
    display: flex;
}


.ld_cur_standing {
    background: #1C0045;
    background: linear-gradient(45deg, rgba(28, 0, 69, 1) 0%, rgba(41, 181, 232, 1) 100%);
    border-radius: 12px;
    font-family: 'Inter';
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    margin-bottom: 30px;
    align-items: center;
}
.ld_cur_standleft h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.ld_cur_standleft h2 img {
    margin-right: 8px;
}
.ld_cur_standleft h2 img, .ld_cur_standleft h2 span {
    vertical-align: middle;
}
.ld_cur_standleft ul {
    display: inline-block;
}
.ld_cur_standleft li {
    display: inline-block;
    padding-right: 25px;
}
.ld_cur_standleft li h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
}
.ld_cur_standleft li span {
    font-size: 14px;
    color: #BFDBFE;
}
h4.ld_stand_top {
    float: none;
    display: inline-block;
    vertical-align: 15px;
    margin-left: 10px;
    color: #FFFFFF;
    font-weight: 600;
}
h4.ld_stand_top img {
    margin-top: -10px;
}
.ld_cur_standright a {
    width: 306px;
}
.ld_table {
    background-color: #fff;
    border: 1px solid #6B7280;
    border-radius: 12px;
    margin-bottom: 50px;
    overflow: hidden;
}
.ld_table table {
    width: 100%;
    line-height: 1.2;
    font-size: 17px;
}
.ld_table table th {
    padding: 10px;
    border-bottom: 2px solid #E5E7EB;
}
.ld_table  span.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
    display: block;
}
.ld_table tr:nth-child(odd) td {
    background-color: #FEFCE8;
}
.ld_table td {
    padding: 15px 10px;
    border-bottom: 2px solid #E5E7EB;
}
.ld_table tr:last-child td {
    border: none;
}
.ld_table {
    background-color: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    margin-bottom: 50px;
}
.ld_table table th:nth-child(1), 
.ld_table table td:nth-child(1) {
    text-align: center;
    font-weight: 700;
}
.ld_table table th:last-child, 
.ld_table table td:last-child {
    text-align: center;
}
td.lb_total {
    color: #3B82F6;
    font-weight: 700;
    font-size: 18px;
}


.inrhead_new {
    text-align: center;
    padding-top: 60px;
}
.inrhead_new .hm_banner_content p {
    padding-right: 0;
}
.inrhead_new .hm_banner_content h1 {
    width: 100%;
    margin-bottom: 0;
}
.inrhead_new::before, 
.inrhead_new::after {
    content: "";
    width: 445px;
    height: 275px;
    background-image: url(../images/submit_head_top.png);
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.inrhead_new::after {
    right: unset;
    left: 0;
}
.submitdr_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    font-family: "Inter", sans-serif;
}

.submitdr_mid {
    background: #ffffff;
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 auto;
    margin-top: -70px;
}

.submitdr_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #e6e9ef;
}

.submitdr_head h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.submitdr_head img {
    width: 22px;
}

.submitdr_head a img {
    width: 14px;
    opacity: 0.6;
    transition: 0.2s;
}
.submitdr_head a:hover img {
    opacity: 1;
}

.submitdr_form {
    padding: 24px;
}
.submitdr_inr {
    margin-bottom: 50px;
}
.submitdr_inr h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 20px;
}

.form_outer .form_group {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
}
.form_outer {
    display: flex;
}
.form_outer > .form_group {
    flex: 1;
    margin-right: 24px;
}
.form_outer > .form_group:last-child {
    margin-right: 0;
}
.form_group label {
    font-size: 16px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
    font-family: 'Inter' !important;
}
.form-control {
    height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    font-size: 16px;
    color: #000;
    outline: none;
    transition: 0.2s;
    background: #fff;
    border-radius: 8px !important;
}
.form-control::placeholder {
    opacity: 1 !important;
    color: #000 !important;
}
.form_outer > .form_group .form-control {
    width: 100% !important;
}
textarea.form-control {
    height: 110px;
    margin-top: 0;
    resize: none;
}

.form-control::placeholder {
    color: #9aa4b2;
}

.form_notes {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eff6ff;
    border-radius: 8px;
    padding: 12px 14px;
    color: #4B5563;
    margin-top: 15px;
}

.form_notes img {
    width: 16px;
}

.form_notes p {
    margin: 0;
    font-size: 14px;
    color: #4B5563;
}

.form_button {
    text-align: center;
    margin-top: 30px;
}

.button_orange {
    background: #f97316;
    color: #fff;
    border: none;
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    transition: 0.25s;
}

.button_orange:hover {
    background: #ea580c;
    transform: translateY(-1px);
}

.form_note_bttom {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #EFF6FF;
    padding: 18px;
    border-radius: 10px;
    margin-top: 28px;
}

.form_note_bttom img {
    width: 26px;
}

.form_note_bttom h3 {
    margin: 0;
    font-size: 14px;
    color: #0f172a;
}

.form_note_bttom span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #64748b;
} 
.form_button .button_orange {
    padding: 12px 55px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .form_outer {
        grid-template-columns: 1fr;
    }
    .submitdr_mid {
        border-radius: 0;
        height: 100vh;
    }
}

/*review DR*/
.ld_table a.button.btn_edit {
    background-color: #FF9F36;
    margin-bottom: 10px;
}
.ld_table a.button.btn_delete {
    margin: 0;
}

/*Login Register*/
.register_tble, .login_tble {
    width: 50%;
    padding: 40px 70px;
}
.login-reg-spliter .form_group label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}
.login-reg-spliter .nh-textbox {
    font-family: 'Inter' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    padding-left: 20px !important;
    padding-top: 0;
    border-bottom: 1px solid #D1D5DB !important;
    padding-bottom: 0;
}
.login-reg-spliter .login_tble .nh-textbox {
    background-color: #fff;
}
.login-reg-spliter .button {
    padding: 11px 65px;
}
.login-reg-spliter .login_tble .button {
    background-color: #f97316;
}
.login-reg-spliter .checkmark {
    left: -1px;
    height: 28px;
    width: 28px;
}
.login-reg-spliter .cus_check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
}
.login-reg-spliter select.nh-textbox {
    width: 95% !important;
}

.hworks_wrap .how_work_dtls {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
}
.hworks_wrap .how_work_box {
    border-left: none;
    margin-bottom: 0;
    padding: 10px 0px 10px 0px;
    border-radius: 16px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
}
.hworks_wrap .how_work_box h3 {
    margin-bottom: 0;
    margin-right: 10px;
}
.hworks_wrap .how_work_box p {
    font-size: 24px;
    color: #333;
}
.hworks_wrap .how_work_box strong {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    padding-left: 15px;
}
.hworks_wrap .how_work_dtls .how_work_box:nth-child(3) {
    align-items: flex-start;
}
.sf_rules_wrapper {
    padding: 25px 20px;
    width: 65%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 24px;
    margin-bottom: 50px;
}
.sf_rules_wrapper h1 {
    margin-bottom: 5px;
    font-size: 34px;
    font-weight: bold;
    color: #29B5E8;
}
.sf_rules_wrapper h2 {
    margin-bottom: 25px;
    font-size: 20px;
    color: #666;
    font-weight: bold;
}
.sf_rules_wrapper p, .sf_rules_wrapper b, .sf_rules_wrapper td {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

table#div2025 {
    font-size: 15px;
}
table#div2025 th,
table#div2025 td {
    padding: 10px 5px;
}

/*Register Inside Page*/
.home-part-2 {
    min-height: 70vh !important;
    display: flex;
    align-items: center;
    background: linear-gradient(125deg, #27AEDF, #1D81A5);
    margin-bottom: 40px;
    border: none;
}
.a-e-box {
    border-radius: 22px;
    padding: 40px 30px;
}
.coc-reg-title1 {
    line-height: 1.2;
}
.coc-reg-title2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0 110px;
}
.coc-reg-title3 .nh-textbox {
    font-family: 'Inter' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    padding-left: 20px !important;
    padding-top: 0;
    border-bottom: 1px solid #D1D5DB !important;
    padding-bottom: 0;
    border-radius: 6px 0 0 6px;
    height: 40px;
}
.coc-reg-title3 .button {
    padding: 9.5px 30px;
    border-radius: 0 6px 6px 0 !important;
}
.register_sep_bg {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 21px;
    line-height: 26px;
    font-size: 20px;
    color: #fefefe;
    float: left;
    margin: 20px 10px;
    text-align: center;
    font-weight: bold;
}
.a-e-box.a-lo-box form[action="/Account/RegisterConfirmation"] .register_sep_bg:before, 
.a-e-box.a-lo-box form[action="/Account/RegisterConfirmation"] .register_sep_bg:after {
    height: 17px;
}
.register_sep_bg::before {
    content: "";
    height: 254px;
    width: 1px;
    background-color: #999;
    position: absolute;
    left: 15px;
    bottom: 30px;
    z-index: -1;
}
.register_sep_bg::after {
    content: "";
    height: 254px;
    width: 1px;
    background-color: #999;
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: -1;
}
.a-e-box.a-lo-box table .button {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1;
    padding: 14px 40px;
    background-color: #f97316;
}
div#divVerify {
    height: 70vh;
    width: 100% !important;
    background: linear-gradient(125deg, #27AEDF, #1D81A5);
    text-align: center;
    margin-bottom: 0 !important;
    background: url(../images/bg_snowflake_icon.png), linear-gradient(125deg, #27AEDF, #1D81A5);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 110px, cover;
    background-position: right 610px top 90px, center;
}
div#divVerify h3 {
    text-align: center;
    font-size: 42px;
    background-color: transparent;
    padding-top: 190px;
    margin-bottom: 20px;
}
div#divVerify .nh-box1-in {
    display: block;
    padding: 10px 2%;
    clear: both;
    text-align: center;
    width: 100%;
}
div#divVerify .nh-box1-in b {
    color: #e2f0ff;
    font-size: 28px;
    width: 30% !important;
    text-align: center;
    display: block;
    float: none !important;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.2;
}
div#divVerify .nh-btn-1 {
    font-size: 24px;
    height: auto;
    display: inline-block;
    padding: 10px 60px 13px 60px;
    line-height: 1;
    background-color: #FF9F36;
    border-radius: 100px;
    color: #fff;
}