body {
  font-family: "Inter", sans-serif;
  background: #fff;
  font-weight: normal !important;
  font-style: normal !important;
  overflow-x: hidden;
  padding: 0px !important;
}

@font-face {
  font-family: 'peridot_pecompressed_heavy';
  src: url('../fonts/peridotpe/peridotpe-compheavy-webfont.woff2') format('woff2'), url('../fonts/peridotpe/peridotpe-compheavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.auth_image_block {
  background: url(../images/bannerimg.png) no-repeat;
  background-position: top center !important;
  background-size: cover !important;
}

.common_left_block {
  position: relative;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px;
}

.common_left_block::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 50.5%, #000000 90%);
}

.common_left_block .clb_content {
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 615px;
  padding-bottom: 40px;
}

.common_left_block .logo_img {
  max-width: 324px;
  height: 32px;
  width: 100%;
  margin: 0px auto 24px;
  display: none;
}

.common_left_block .logo_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.common_left_block .clb_title {
  font-family: 'peridot_pecompressed_heavy';
  font-weight: normal;
  font-size: 96px;
  line-height: 76px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.common_left_block .clb_description {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.common_left_block .applinks_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_left_block .appbtn {
  width: 135px;
  height: 40px;
  margin: 0px 12px;
  display: block;
  padding: 0px;
  box-shadow: none !important;
  border: none !important;
  border-radius: 8px;
}

.common_left_block .appbtn img {
  object-fit: cover;
  border-radius: 8px;
  object-position: center;
}

.auth_from_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 48px);
  overflow-y: auto;
}

.auth_from_block>div {
  min-height: 485px;
}

.auth_from_block .form-signin {
  width: 100%;
}

.picture-preview {
  font-size: 12px;
  color: #000;
}

.waiver_content_block {
  max-width: 370px;
  margin: 0px auto 40px;
}

.google_review_block {
  max-width: 278px;
  width: 100%;
  margin: 0px auto;
  width: 100%;
  display: flex;
}

.google_review_block .grbimage {
  width: fit-content;
  display: flex;
  align-items: center;
}

.google_review_block .grbimage img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.google_review_block .grbimage img {
  margin-left: -14px;
}

.google_review_block .grbimage img:first-child {
  margin-left: 0px;
}

.google_review_block .grbinfo {
  width: 100%;
  flex: 1;
  padding-left: 8px;
}

.google_review_block .grbinfo span.title {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 4px;
}

.google_review_block .grbinfo ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.google_review_block .grbinfo ul li {
  margin-right: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
}

.google_review_block .grbinfo ul li img {
  width: 24px;
  height: 24px;
}

/* header */
header {
  /* position: absolute; z-index: 11; */
  background: var(--primary-color);
}

footer {
  padding: 15px 0px;
  background: var(--primary-color);
}

/* dashboard page */
.common_page_section {
  width: 100%;
  display: flex;
  position: relative;
  /* height: 100vh; overflow: hidden; */
  min-height: 90vh;
}

.cps_right_content_block {
  width: 50%;
  flex: 1;
  padding: 90px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow-y: auto; */
}

.cpsrcb_content_block {
  max-width: 460px;
  width: 100%;
  margin: 0px auto;
}

.cpsrcb_content_block .dash_user_img {
  max-width: 370px;
  height: 464px;
  width: 100%;
  margin: 0px auto 10px;
  position: relative;
  background: var(--secondary-color);
  /* background: #EB003480; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpsrcb_content_block .dash_user_img .usertext {
  font-size: 100px;
  color: #fff;
  margin-bottom: 106px;
  font-weight: bold;
}

.cpsrcb_content_block .user_info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.cpsrcb_content_block .user_info span.cantext {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-bottom: 6px;
  display: block;
}

.cpsrcb_content_block .user_info h3 {
  font-family: 'peridot_pecompressed_heavy';
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
}

.cpsrcb_content_block .user_info h3 span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.cpsrcb_content_block .gameinfo {
  display: flex;
  flex-wrap: wrap;
}

.cpsrcb_content_block .gameinfo p {
  width: 50%;
  margin: 7px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}

.next_game_block {
  max-width: 370px;
  width: 100%;
  margin: 0px auto 10px;
  border-radius: 12px;
  background: url(../images/nbgimg.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px;
}

.next_game_block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 50.5%, #000000 90%);
}

.next_game_block h3 {
  font-weight: normal;
  font-family: 'peridot_pecompressed_heavy';
  width: 50%;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
  position: relative;
}

.next_game_block .ng_info {
  width: 50%;
  padding-left: 10px;
  position: relative;
}

.next_game_block .ng_info p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.next_game_block .ng_info .join_game_btn {
  width: 122px;
  height: 40px;
  border-radius: 8px;
  background: #EB0034 !important;
  padding: 0;
  border: 1px solid transparent !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none !important;
}

.dash_button_row {
  display: block;
  width: 100%;
  max-width: 370px;
  margin: 0px auto;
}

.dash_button_row .dbr_button {
  width: 100%;
  display: block;
  border: none !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8px;
  padding: 16px;
  box-shadow: none !important;
  background: var(--primary-color);
  transition: transform 0.15s linear;
}

.dash_button_row .dbr_button:hover {
  opacity: 0.8;
}

.dash_button_row .dbr_button:active {
  transform: scale(0.9);
  transition: transform 0.15s linear;
}

/* pickup page */
.common_page_section .p_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin: 24px 0px;
}

.radio-tile {
  margin: 0px 4px;
}

.gameinfo_block .game_time span+span {
  margin-left: 10px;
}

.not_booking_content .nbc_icon {
  width: 48px;
  height: 48px;
  background: #EB003480;
  border-radius: 50%;
  margin: 0px auto 16px;
  padding: 10px;
}

.not_booking_content .nbc_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}

.not_booking_content .nbc_desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000;
}

/* profile_nav_page */
.profile_nav_page .cpsrcb_content_block {
  width: 100%;
  display: block;
  padding: 0px 44px;
}

.profile_navbar {
  list-style: none;
  padding: 0px;
  margin: 0px !important;
  padding-top: 24px;
}

.profile_navbar li {
  margin-bottom: 16px;
}

.profile_navbar li a {
  background: #0000001A;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 16px;
  transition: transform 0.15s linear;
}

.profile_navbar li a img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.profile_navbar li a img {
  display: none;
}

.profile_navbar li a img+img {
  display: inline-block;
}

.profile_navbar li a.logout {
  justify-content: center;
}

.profile_navbar li .dropdown-divider {
  border-top-color: #0000001A;
  margin: 30px 0px;
}

.profile_navbar li .delete {
  color: #8D8D8D;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.profile_navbar li .delete:hover {
  color: #EB0034;
}

.profile_navbar li a:hover {
  background: #000 !important;
  color: #fff !important;
}

.profile_navbar li a:hover img {
  display: block;
}

.profile_navbar li a:hover img+img {
  display: none;
}

.profile_navbar li a:active {
  transform: scale(0.9);
  transition: transform 0.15s linear;
}

.profile_info_block .userimg .userimgbox {
  width: 96px;
  height: 96px;
  background: var(--secondary-color);
  /* background: #EB003480; */
  border-radius: 50%;
  margin: 0px auto 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_info_block .userimg .userimgbox span.usertext {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.profile_info_block .userimg .userimgbox img {
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}

.profile_info_block .plocation {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.profile_info_block .username {
  font-family: 'peridot_pecompressed_heavy';
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.gaming_info {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.03em;
  color: #000;
  text-align: center;
}

.gaming_info span {
  padding: 0px 10px;
}

/* profile page */
.profile_page .profile_info_block {
  padding: 0px 44px;
}

.profile_page .userimg {
  margin-bottom: 38px;
}

.profile_page .edit_btn {
  background: var(--primary-color);
  position: absolute;
  min-width: 54px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #fff;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0px 5px;
}

.profile_page .edit_btn img {
  width: 12px !important;
  height: 12px !important;
  margin-right: 4px;
  filter: invert(1);
}

.profile_page .utxt {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #A6A8B4;
  margin-bottom: 32px;
}

.profile_page .profile_form_block {
  padding: 0px 44px;
}

.spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*  */
.edit_team_page .my_teams_list_block {
  padding: 0px 44px;
}

.edit_team_page .controls {
  padding: 0px 44px;
}

.players_list_block {
  padding: 20px 44px;
}

/*  */
.aygp_form_block {
  padding: 0px 44px;
}

.aygp_form_block .form_title {
  font-family: 'peridot_pecompressed_heavy';
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}

/* home page */
.hcb_block {
  width: 100%;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}

.hcb_block .hcb_title {
  font-family: 'peridot_pecompressed_heavy';
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.hcb_block .sub_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.hcb_block .description,
.hcb_block p {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.hcb_block .description h1,
.hcb_block .description h2,
.hcb_block .description h3,
.hcb_block .description h4,
.hcb_block .description h5,
.hcb_block .description h6 {
  color: #fff !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.ground_view_block {
  width: 100%;
  height: 170px;
  border-radius: 12px 12px 0px 0px;
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 16px;
  background-position: bottom center !important;
  background-size: cover !important;
}

.ground_view_block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, #000000 90%);
}

.ground_view_block .gv_name {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 5px;
  position: relative;
}

.ground_view_block .gv_location {
  font-size: 18px;
  line-height: 18px;
  color: #EB0034;
  margin-bottom: 0px;
  position: relative;
}

.map_block {
  width: 100%;
  height: 280px;
  border-radius: 24px;
}

.map_block img {
  border-radius: 24px;
  object-fit: contain;
}

.footer_block {
  width: 100%;
  display: block;
  padding-top: 24px;
}

.footer_block .sitelogo {
  max-width: 253px;
  /* height: 25px; */
  margin: 20px 0px;
}

.footer_block .sitelogo img {
  object-position: left;
}

.footer_block .email_window {
  width: 100%;
  display: block;
  padding: 20px 0px;
  border-top: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
}

.footer_block .email_window label {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer_block .email_window .common_btn {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.footer_block .email_window .stay_btn {
  background: #EB0034;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: none !important;
  border: 1px solid #EB0034;
  padding: 11px;
  margin-top: 16px;
  display: block;
}

.footer_block .email_window .stay_btn:hover {
  background: transparent;
  color: #EB0034;
}

.contact_info_block {
  width: 100%;
  display: block;
  padding: 20px 0px;
}

.contact_info_block .cib_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.contact_info_block p {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.contact_info_block p img,
.contact_info_block p svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.contact_info_block p svg path {
  stroke: #A6A8B4;
}

.contact_info_block p a {
  color: #fff !important;
}

.contact_info_block p a:hover {
  text-decoration: underline !important;
}

.mailcompany {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 0px;
}

.mailcompany span {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

.mailcompany img {
  max-width: 150px;
  height: 28px;
  width: 100%;
  filter: invert(1);
}

/*  */
.milestone-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 0, 0, 0.8);
}

.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 18px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.modal-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}

.modal-content p {
  font-size: 16px;
  color: #000;
  padding: 0px 52px;
  margin-bottom: 32px;
}

.close-modal {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.okay-button {
  padding: 8px 20px;
  background-color: #000;
  border: none;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
}

.okay-button:hover {
  background-color: #000;
}

/* .iti__flag-container { display: none !important; } */
.iti__selected-flag {
  color: #000;
  font-size: 18px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding: 10px 16px !important;
}

.exitgame_modal .modal-body .gamelogo {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0px auto 18px !important;
  background: transparent !important;
  padding: 0px;
}

.exitgamesucces_modal .modal-body .gamelogo {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0px auto 18px !important;
  background: transparent !important;
  padding: 0px;
}

.exitgamesucces_modal .modal-body .gamelogo img {
  border-radius: 50%;
}

.pay_cancel_link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #EB0034;
}

.pay_cancel_link a:hover {
  text-decoration: underline !important;
}

/* -------------------------------------------------------------------------------------------------------- */
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.8) !important;
}

.swal2-popup {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
}

.swal2-title {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

.swal2-html-container {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.swal2-icon.swal2-warning {
  border-color: #000;
  color: #000;
}

.swal2-icon {
  margin: 0px auto;
}

.swal2-styled.swal2-confirm {
  background: var(--primary-color) !important;
  border-radius: 8px;
  color: #fff;
  box-shadow: none !important;
  transition: transform 0.15s linear;
}

.swal2-styled.swal2-confirm:active {
  transform: scale(0.9);
  transition: transform 0.15s linear;
}

.swal2-styled.swal2-cancel {
  background: var(--secondary-color) !important;
  border-radius: 8px;
  box-shadow: none !important;
  transition: transform 0.15s linear;
}

.swal2-styled.swal2-cancel:active {
  transform: scale(0.9);
  transition: transform 0.15s linear;
}

/*  */
.schedule_content_block .scb_heading {
  /* font-family: 'peridot_pecompressed_heavy'; */
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.schedule_content_block .scb_box {
  margin-bottom: 40px;
}

.scb_date {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #000;
  margin-bottom: 16px;
  /* font-family: 'peridot_pecompressed_heavy'; */
  font-weight: 600;
}

.scb_card {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 16px 16px 0px;
}

.scb_card .scb_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}

.scb_card .scb_title span {
  font-weight: 600;
}

.scb_body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scb_body .scb_team_one {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  padding: 5px 10px 15px;
  width: 122px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 6px solid #3CEF5A;
}

.scb_body .time {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  padding: 5px 10px 15px;
  border-bottom: 6px solid transparent;
}

.scb_body .scb_team_two {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  padding: 5px 10px 15px;
  width: 122px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 6px solid #28EDDD;
}

.next_game_block .scb_body .scb_team_one {
  color: #fff;
}

.next_game_block .scb_body .scb_team_two {
  color: #fff;
}

.cps_right_content_block {
  position: relative;
  /* padding-bottom: 120px !important; */
}

.sp_bottom_block {
  width: 100%;
  /* position: absolute; bottom: 0px; left: 0; right: 0; */
  padding-bottom: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #fff 90%);
}

.sp_bottom_block h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.sp_bottom_block p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}

.sp_bottom_block .applinks_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_bottom_block .appbtn {
  width: 135px;
  height: 40px;
  margin: 0px 12px;
  display: block;
  padding: 0px;
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-radius: 8px;
}

.sp_bottom_block .appbtn img {
  object-fit: cover;
  border-radius: 8px;
  object-position: center;
}

.booking_page .game_list_block .glbdate {
  text-align: center;
}

.booking_page .game_list_block {
  padding-top: 30px;
}


/*  */
.StripeElement--invalid {
  border: 1px solid red !important;
}

.common_page_section .has-error .form-control:focus,
.common_page_section .has-error .form-select {
  outline: 2px solid red !important;
}

.promotion-txt {
  background: #EB00341A;
  width: 100%;
  display: block;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.03em;
  color: #EB0034;
  padding: 15px 16px;
}

.league_bottom_block ul {
  justify-content: center;
}

.gm-ui-hover-effect {
  width: 20px !important;
  height: 20px !important;
}

.gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 0px !important;
}

.gm-style .gm-style-iw-c {
  padding: 10px !important;
}

.gm-style-iw-ch {
  padding: 0px !important;
}

.map_address {
  font-size: 13px;
  color: #A6A8B4;
}

.map_address .loc_name {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
}

.map_address .loc_address {
  font-size: 14px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 5px;
}

.common_btn.btn-red {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin: 20px auto 0px !important;
  line-height: 20px;
  text-align: center;
  box-shadow: none !important;
  max-width: 310px;
  width: 100%;
  border-radius: 50px;
  padding: 16px;
  background: #fff;
}

.btn.loading::after {
  border-color: #000 !important;
  border-top: 1px solid transparent !important;
}

/* .btn.loading::after:hover { border-color: #fff !important; } */

.not_booking_content {
  margin-top: 80px;
}

.colorpick-eyedropper-input-trigger {
  display: none !important;
}

/* select 2 */

.modal .select2-container {
  width: 100% !important;
}

.modal-open .select2-container--default.select2-container--open {
  z-index: 11111;
}

.select2-container .select2-selection {
  background-color: #FFFFFF !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 12px;
  padding-bottom: 12px !important;
  font-family: "Inter", sans-serif;
}

.form-group.has-error .select2-container--default .select2-selection--single,
.form-group.has-error .select2-container--default .select2-selection--multiple {
  border: 2px solid #EB0034 !important;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: auto !important;
  min-height: 44px;
  padding: 11px 12px !important;
  padding-right: 25px !important;
}

.select2-selection__clear {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  line-height: unset !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  top: 0px !important;
  right: 5px !important;
}

/* .select2-search.select2-search--dropdown { display: none !important; } */
.select2-dropdown {
  background-color: #1a1a1a !important;
  border: 1px solid #2D2D2D !important;
  border-radius: 4px !important;
}

.select2-results__option {
  padding: 5px;
  font-size: 12px;
  color: #fff;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fff !important;
  color: #000 !important;
}

.select2-container--default .select2-results>.select2-results__options {
  padding: 5px 0px;
}

.select2-container--default.select2-container--open {
  outline: 2px solid #767676 !important;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
  min-height: 39px !important;
  padding: 6px 12px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
  color: #fff !important;
  margin-bottom: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
  border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg);
  margin-top: -2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -4px !important;
  margin-top: -6px !important;
  width: 8px !important;
  height: 8px !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  transform: rotate(45deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background: transparent !important;
  color: #fff !important;
}

.lfb_left_block .select2-container .select2-selection--single {
  background-color: #fff !important;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 600;
  font-size: 18px !important;
}

.lfb_left_block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
}

.lfb_left_block .select2-container--default.select2-container--open {
  outline: 2px solid #767676 !important;
  border-radius: 8px;
}

.lfb_left_block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 !important;
}

.lfb_left_block .select2-container {
  margin-right: 5px;
}

select option {
  background: #000;
  color: #fff;
  border-radius: 0px !important;
  font-size: 14px !important;
}

select option:checked {
  background: #fff !important;
  color: #000 !important;
}

select option:hover {
  background: #fff !important;
  color: #000 !important;
}

select option:active {
  background: #fff !important;
  color: #000 !important;
}

.flatpickr-current-month select option {
  background: #fff;
  color: #000000;
  border-radius: 0px !important;
  font-size: 14px !important;
}

/*  */
/* .mobile-dropdown-container .form-select { background-color: #fff !important; color: #000; background-image: url(../images/blackdownarrow.svg); } */

header .nav li.language_dropdown .select2-container .select2-selection--single {
  min-height: 36px;
  padding: 6px 12px !important;
  padding-right: 25px !important;
}

/* fields */

.field_listing_block {
  width: 100%;
  display: block;
  padding-top: 30px;
}

.field_listing_block .tlb_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #8D8D8D;
}

.flb_list {
  width: 100%;
  margin-top: 24px;
}

.flb_list .flbl {
  background: rgba(255, 255, 255, 0.101961);
  border-radius: 8px;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

.flb_list .flbl_img {
  width: 138px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.flb_list .flbl_img img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  object-fit: cover;
}

.flb_list .flbl_content {
  width: 100%;
  flex: 1;
  padding: 16px 24px;
  overflow: hidden;
}

.flb_list .flbl_title {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 8px;
  font-family: 'peridot_pecompressed_heavy';
  font-weight: normal;
  /* overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */
}

.flb_list .f_location {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.flb_list .f_location img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* .flb_list .f_location span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } */
.flb_list .play_info {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.flb_list .play_info img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.flb_list .play_info span {
  margin-right: 8px;
}

/* field detail */

.field_detail .filedname {
  padding-top: 10px;
  font-weight: normal;
  font-family: 'peridot_pecompressed_heavy';
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000;
}

.field_location {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #EB0034;
  display: flex;
  align-items: center;
}

.field_location img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.filed_map {
  width: 100%;
  height: 116px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.filed_map #venue-map {
  width: 100%;
  height: 100% !important;
  border-radius: 8px;
}

.filed_map img {
  border-radius: 8px;
  object-fit: cover;
}

.photo_gallery_block {
  width: 100%;
  border-bottom: 1px solid #0000001A;
  padding-bottom: 10px;
}

.photo_gallery_block .pgb_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 8px;
}

.pgb_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pgb_block img {
  width: 136px;
  height: 88px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 16px;
}

.field_facility_block {
  width: 100%;
  display: flex;
  padding: 24px 0px;
  border-bottom: 1px solid #0000001A;
}

.field_facility_block h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 12px;
}

.field_facility_block .how_fields {
  width: 60%;
}

.field_facility_block p {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 16px;
  padding-right: 10px;
}

.field_facility_block p img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  filter: invert(1);
}

.field_facility_block p span {
  margin-right: 8px;
}

.field_facility_block p:last-child {
  margin-bottom: 0px;
}

.upcoming_games_block {
  width: 100%;
  display: block;
  padding: 24px 0px;
}

.upcoming_games_block h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-bottom: 16px;
}

.upcoming_games_block .gameinfo_block .game_name {
  font-size: 18px;
}

.upcoming_games_block .gameinfo_block .ginfo {
  font-size: 16px;
}

.upcoming_games_block .arrowimg {
  width: 24px;
  height: 24px;
  margin-left: auto;
  filter: invert(1);
}

.upcoming_games_block .glb_game_info_row .glbgir_block {
  display: flex;
  align-items: center;
}

.field_detail_page .button_fixed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.field_detail_page .button_fixed p {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #fff;
}

.field_detail_page .button_fixed .game_on_button {
  margin: 0px 10px;
  max-width: 276px !important;
}

/* Check Availability */

.availability_block .pback_btn {
  margin-bottom: 20px;
}

.availability_block details {
  border-bottom: 1px solid #FFFFFF1A;
  padding: 16px 0;
}

.availability_block summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.availability_block summary::-webkit-details-marker {
  display: none;
}

.availability_block .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  display: flex;
  align-items: center;
}

.availability_block .title.pill_opac {
  opacity: 0.5;
}

.availability_block .title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  filter: invert(1);
}

.availability_block .pill {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.availability_block details:open .title.pill_opac {
  opacity: 1;
}

/* Calendar */
/* Choice rows */
.availability_block .choices {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.availability_block .chip {
  background: #0000001A;
  min-width: 110px;
  border-radius: 8px;
  text-align: center;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}

.availability_block .chip.active {
  background: var(--primary-color);
  color: #fff;
}

.choose_fields_block {
  width: 100%;
  display: block;
  padding: 24px 0px;
  border-bottom: 1px solid #0000001A;
}

.choose_fields_block .cftitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin-bottom: 16px;
}

/* checked state */
.choose_fields_block .field-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 16px;
  border-radius: 8px;
  background: #0000001A;
  color: #000;
  transition: .15s ease;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}

.choose_fields_block .radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  border: 1px solid #A6A8B4;
  display: grid;
  place-items: center;
  background: #0b0b0b;
  flex: 0 0 auto;
}

/* .choose_fields_block .field-card .f-title { white-space: nowrap !important; }  */
.choose_fields_block .field-group label .f-sub {
  color: #A6A8B4;
  font-size: 16px;
}

.choose_fields_block .field-group label .f-meta {
  font-size: 16px;
}

.choose_fields_block .radio-dot::after {
  content: "";
  width: 4px;
  height: 7px;
  border-radius: 9999px;
  background: transparent !important;
  border: 1px solid #000;
  border-left: 0;
  border-top: 0;
  border-radius: 0;
  transform: rotate(45deg);
  margin-top: -3px;
}

.choose_fields_block .field-group input[type="radio"]:checked+label.field-card {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.choose_fields_block .field-group input[type="radio"]:checked+label .radio-dot {
  background: #fff;
  border-color: #000;
}

.choose_fields_block .field-group input[type="radio"]:checked+label .radio-dot::after {
  display: block;
}

.choose_fields_block .field-group input[type="radio"]:checked+label .f-meta {
  color: #fff;
}

.availability_block .paytext {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #EB0034;
  margin-top: 60px;
  margin-bottom: 0px;
}

/*  */

.gm-style-iw {
  max-height: unset !important;
}

.gm-style-iw-d {
  max-height: unset !important;
}

.gm-style-iw-chr {
  position: absolute;
  right: 2px;
  filter: invert(1);
}

.gm-style .gm-style-iw-tc::after {
  background: #141414;
}

.gm-style .gm-style-iw-c {
  padding: 0px !important;
}

/*  */

.pricing-detail {
  width: 100%;
  display: block;
  border-top: 1px solid #0000001A;
  margin-top: 10px;
  padding-top: 32px;
  border-bottom: 1px solid #0000001A;
}

.pricing-detail p {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-detail p span+span {
  font-size: 16px;
  font-weight: 600;
}

.pricing-detail+.total_row {
  padding: 16px 0px !important;
}

/* download page */

.download_page {
  background: #76001A;
  width: 100%;
  height: 100vh;
  padding: 80px 0px;
  display: flex;
}

.download_page .clb_content {
  max-width: 615px;
  widows: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}

.download_page .logo_img {
  width: 243px;
  height: 24px;
  margin: 0px auto 32px;
}

.download_page .logo_img a {
  width: 100%;
  height: 100%;
}

.download_page .clb_title {
  font-size: 96px;
  line-height: 76px;
  text-align: center;
  text-transform: uppercase;
  color: #EB0034;
  font-family: 'peridot_pecompressed_heavy';
  font-weight: normal;
  margin-bottom: 24px
}

.download_page .clb_description {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.download_page .applinks_block {
  display: flex;
  width: 100%;
  gap: 25px;
  justify-content: center
}

.download_page .applinks_block a {
  width: 177px;
  height: 48px;
  padding: 0px !important;
  box-shadow: none !important;
  border: none !important;
  transition: transform 0.15s linear;
}

.download_page .applinks_block a:active {
  transition: transform 0.15s linear;
  transform: scale(0.9);
}

.download_page .footer_text {
  font-size: 12px;
  line-height: 12px;
  color: #EB0034;
  margin-bottom: 0px;
  text-align: center;
  margin-top: auto;
}

.download_page .footer_text a {
  color: #EB0034;
}

/*  */

.iti__selected-flag .iti__flag {
  display: none !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-left: 85px !important;
}

footer .footer_text {
  font-size: 12px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

footer .footer_text img {
  width: 18px;
  height: 16px;
  margin: 0px 6px;
  vertical-align: text-bottom;
}

/*  */

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

#card-element {
  background-color: #e7e7e7 !important;
  border: 1px solid #e7e7e7 !important;
}

.iti__flag-container {
  height: 51px;
}



/* responsive view */
@media (min-width: 1700px) {


  header .nav li.language_dropdown .select2-container .select2-selection--single { min-height: 1.89vw; padding: 0.31vw 0.63vw !important; padding-right: 1.31vw !important;}
  .select2-container .select2-selection { border-radius: 0.42vw !important;  font-size: 0.73vw;}
  footer { padding: 0.78vw 0px;}
  footer .footer_text img {  width: 0.94vw;  height: 0.84vw;  margin: 0px 0.32vw;}
  footer .footer_text { font-size: 0.63vw; line-height: 0.63vw;}
  .cpsrcb_content_block .dash_user_img .usertext { font-size: 5.26vw; margin-bottom: 5.58vw;}

  .common_left_block {
    padding: 0.79vw;
  }

  .common_left_block .clb_content {
    max-width: 32.37vw;
    padding-bottom: 2.11vw;
  }

  .common_left_block .logo_img {
    max-width: 17.05vw;
    height: 1.68vw;
    margin: 0px auto 1.26vw;
  }

  .common_left_block .clb_title {
    font-size: 5.05vw;
    line-height: 4vw;
    margin-bottom: 1.26vw;
  }

  .common_left_block .clb_description {
    font-size: 0.95vw;
    line-height: 1.26vw;
    margin-bottom: 1.68vw;
  }

  .common_left_block .appbtn {
    width: 7.11vw;
    height: 2.11vw;
    margin: 0px 0.63vw;
    border-radius: 0.42vw;
  }

  .common_left_block .appbtn img {
    border-radius: 0.42vw;
  }

  .picture-preview {
    font-size: 0.63vw;
  }

  .waiver_content_block {
    max-width: 19.47vw;
    margin: 0px auto 2.11vw;
  }

  .google_review_block {
    max-width: 14.63vw;
  }

  .google_review_block .grbimage img {
    width: 2.11vw;
    height: 2.11vw;
  }

  .google_review_block .grbimage img {
    margin-left: -0.74vw;
  }

  .google_review_block .grbinfo {
    padding-left: 0.42vw;
  }

  .google_review_block .grbinfo span.title {
    font-size: 0.63vw;
    line-height: 0.63vw;
    margin-bottom: 0.21vw;
  }

  .google_review_block .grbinfo ul li {
    margin-right: 0.21vw;
    font-size: 1.05vw;
    line-height: 1.05vw;
  }

  .google_review_block .grbinfo ul li img {
    width: 1.26vw;
    height: 1.26vw;
  }

  /* dashboard page */
  /* .common_page_section {  height: 100vh; } */
  .cps_right_content_block {
    padding: 2.74vw 0.79vw;
  }

  .cpsrcb_content_block {
    max-width: 24.21vw;
  }

  .cpsrcb_content_block .dash_user_img {
    max-width: 19.47vw;
    height: 24.42vw;
    margin: 0px auto 0.53vw;
  }

  .cpsrcb_content_block .user_info {
    padding: 1.05vw;
  }

  .cpsrcb_content_block .user_info span.cantext {
    font-size: 0.74vw;
    line-height: 0.74vw;
    margin-bottom: 0.32vw;
  }

  .cpsrcb_content_block .user_info h3 {
    font-size: 2.11vw;
    line-height: 2.11vw;
  }

  .cpsrcb_content_block .user_info h3 span {
    font-size: 0.74vw;
    line-height: 0.74vw;
  }

  .cpsrcb_content_block .gameinfo p {
    margin: 0.37vw 0px;
    font-size: 0.84vw;
    line-height: 0.84vw;
  }

  .next_game_block {
    max-width: 19.47vw;
    margin: 0px auto 0.53vw;
    border-radius: 0.63vw;
    padding: 0.84vw;
  }

  .next_game_block h3 {
    font-size: 1.68vw;
    line-height: 1.68vw;
  }

  .next_game_block .ng_info {
    padding-left: 0.53vw;
  }

  .next_game_block .ng_info p {
    font-size: 0.84vw;
    line-height: 1.05vw;
    margin-bottom: 0.63vw;
  }

  .next_game_block .ng_info .join_game_btn {
    width: 6.42vw;
    height: 2.11vw;
    border-radius: 0.42vw;
    font-size: 0.74vw;
  }

  .dash_button_row {
    max-width: 19.47vw;
  }

  .dash_button_row .dbr_button {
    border-radius: 2.63vw;
    font-size: 1.05vw;
    line-height: 1.05vw;
    margin-bottom: 0.42vw;
    padding: 0.84vw;
  }

  /* pickup page */
  .common_page_section .p_title {
    font-size: 1.26vw;
    line-height: 1.26vw;
    margin: 1.26vw 0px;
  }

  .radio-tile {
    margin: 0px 0.21vw;
  }

  .gameinfo_block .game_time span+span {
    margin-left: 0.53vw;
  }

  .not_booking_content .nbc_icon {
    width: 2.53vw;
    height: 2.53vw;
    margin: 0px auto 0.84vw;
    padding: 0.53vw;
  }

  .not_booking_content .nbc_title {
    font-size: 1.26vw;
    line-height: 1.26vw;
    margin-bottom: 0.84vw;
  }

  .not_booking_content .nbc_desc {
    font-size: 0.95vw;
    line-height: 1.05vw;
  }

  /* profile_nav_page */
  .profile_nav_page .cpsrcb_content_block {
    padding: 0px 2.32vw;
  }

  .profile_navbar {
    padding-top: 1.26vw;
  }

  .profile_navbar li {
    margin-bottom: 0.84vw;
  }

  .profile_navbar li a {
    border-radius: 0.63vw;
    font-size: 0.95vw;
    line-height: 0.95vw;
    padding: 0.84vw;
  }

  .profile_navbar li a img {
    width: 1.26vw;
    height: 1.26vw;
    margin-right: 0.84vw;
  }

  .profile_navbar li .dropdown-divider {
    margin: 1.58vw 0px;
  }

  .profile_navbar li .delete {
    font-size: 0.95vw;
    line-height: 0.95vw;
  }

  .profile_info_block .userimg .userimgbox {
    width: 5.05vw;
    height: 5.05vw;
    margin: 0px auto 0.84vw;
  }

  .profile_info_block .plocation {
    font-size: 0.74vw;
    line-height: 0.74vw;
    margin-bottom: 0.79vw;
  }

  .profile_info_block .username {
    font-size: 2.10vw;
    line-height: 2.10vw;
    margin-bottom: 0.63vw;
  }

  .gaming_info {
    font-size: 0.73vw;
    line-height: 0.73vw;
  }

  .gaming_info span {
    padding: 0px 0.52vw;
  }

  /* profile page */
  .profile_page .profile_info_block {
    padding: 0px 2.32vw;
  }

  .profile_page .userimg {
    margin-bottom: 2vw;
  }

  .profile_page .edit_btn {
    min-width: 2.84vw;
    height: 1.26vw;
    border-radius: 0.63vw;
    font-size: 0.63vw;
    line-height: 0.63vw;
    bottom: -0.32vw;
  }

  .profile_page .edit_btn img {
    width: 0.63vw !important;
    height: 0.63vw !important;
    margin-right: 0.21vw;
  }

  .profile_page .utxt {
    font-size: 0.74vw;
    line-height: 0.84vw;
    margin-bottom: 1.68vw;
  }

  .profile_page .profile_form_block {
    padding: 0px 2.32vw;
  }

  /*  */
  .edit_team_page .my_teams_list_block {
    padding: 0px 2.32vw;
  }

  .edit_team_page .controls {
    padding: 0px 2.32vw;
  }

  .players_list_block {
    padding: 1.05vw 2.32vw;
  }

  /*  */
  .aygp_form_block {
    padding: 0px 2.32vw;
  }

  .aygp_form_block .form_title {
    font-size: 2.10vw;
    line-height: 2.10vw;
    margin-bottom: 0.78vw;
  }

  /* home page */
  .hcb_block {
    margin-bottom: 1.26vw;
  }

  .hcb_block .hcb_title {
    font-size: 2.53vw;
    line-height: 2.53vw;
    margin-bottom: 0.84vw;
  }

  .hcb_block .sub_title {
    font-size: 1.05vw;
    line-height: 1.26vw;
    margin-bottom: 0.63vw;
  }

  .hcb_block .description,
  .hcb_block p {
    font-size: 0.95vw;
    line-height: 1.26vw;
    margin-bottom: 0.84vw;
  }

  .hcb_block .description h1,
  .hcb_block .description h2,
  .hcb_block .description h3,
  .hcb_block .description h4,
  .hcb_block .description h5,
  .hcb_block .description h6 {
    font-size: 1.05vw;
    line-height: 1.26vw;
    margin-bottom: 0.63vw;
  }

  .ground_view_block {
    height: 11.68vw;
    border-radius: 0.63vw 0.63vw 0px 0px;
    padding: 0.84vw;
    margin-bottom: 0.84vw;
  }

  .ground_view_block::before {
    border-radius: 0.63vw 0.63vw 0px 0px;
  }

  .ground_view_block .gv_name {
    font-size: 1.05vw;
    line-height: 1.05vw;
    margin-bottom: 0.26vw;
  }

  .ground_view_block .gv_location {
    font-size: 0.95vw;
    line-height: 0.95vw;
  }

  .map_block {
    height: 14.74vw;
    border-radius: 1.26vw;
  }

  .map_block img {
    border-radius: 1.26vw;
  }

  .footer_block {
    padding-top: 1.26vw;
  }

  .footer_block .sitelogo {
    max-width: 13.32vw;
    /* height: 1.32vw; */
    margin: 1.05vw 0px;
  }

  .footer_block .email_window {
    padding: 1.05vw 0px;
  }

  .footer_block .email_window label {
    font-size: 0.95vw;
    line-height: 0.95vw;
    margin-bottom: 0.79vw;
  }

  .footer_block .email_window .common_btn {
    margin-top: 1.05vw !important;
  }

  .contact_info_block {
    padding: 1.05vw 0px;
  }

  .contact_info_block .cib_title {
    font-size: 0.95vw;
    line-height: 0.95vw;
    margin-bottom: 1.05vw;
  }

  .contact_info_block p {
    font-size: 0.84vw;
    line-height: 0.84vw;
    margin-bottom: 0.84vw;
  }

  .contact_info_block p img,
  .contact_info_block p svg {
    width: 1.26vw;
    height: 1.26vw;
    margin-right: 0.42vw;
  }

  .mailcompany {
    padding: 1.57vw 0px 0px;
  }

  .mailcompany span {
    font-size: 0.95vw;
    margin-right: 0.52vw;
  }

  .mailcompany img {
    max-width: 10.05vw;
    height: 1.58vw;
  }

  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type="tel"],
  .iti--allow-dropdown input[type="text"],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type="tel"],
  .iti--separate-dial-code input[type="text"] {
    padding: 0.63vw 0.84vw !important;
    padding-left: 85px !important;
  }

  /*  */
  .schedule_content_block .scb_heading {
    font-size: 1.68vw;
    line-height: 1.68vw;
    margin-bottom: 0.84vw;
  }

  .schedule_content_block .scb_box {
    margin-bottom: 2.10vw;
  }

  .scb_date {
    font-size: 1.05vw;
    line-height: 1.05vw;
    margin-bottom: 0.84vw;
  }

  .scb_card {
    border-radius: 0.63vw;
    margin-bottom: 0.84vw;
    padding: 0.84vw 0.84vw 0px;
  }

  .scb_card .scb_title {
    font-size: 0.84vw;
    line-height: 0.84vw;
    margin-bottom: 0.79vw;
  }

  .scb_body .scb_team_one {
    font-size: 0.84vw;
    line-height: 0.95vw;
    padding: 0.26vw 0.53vw 0.79vw;
    width: 6.42vw;
    border-bottom: 0.32vw solid #3CEF5A;
  }

  .scb_body .time {
    font-size: 0.84vw;
    line-height: 0.84vw;
    padding: 0.26vw 0.53vw 0.79vw;
    border-bottom: 0.32vw solid transparent;
  }

  .scb_body .scb_team_two {
    font-size: 0.84vw;
    line-height: 0.95vw;
    padding: 0.26vw 0.53vw 0.79vw;
    width: 6.42vw;
    border-bottom: 0.32vw solid #28EDDD;
  }

  .promotion-txt {
    border-radius: 0.63vw;
    font-size: 0.84vw;
    line-height: 0.84vw;
    padding: 0.78vw 0.84vw;
  }

  .booking_page .game_list_block {
    padding-top: 1.57vw;
  }

  /* fields */
  .field_listing_block {
    padding-top: 1.57vw;
  }

  .field_listing_block .tlb_text {
    font-size: 0.84vw;
    line-height: 0.84vw;
  }

  .flb_list {
    margin-top: 1.26vw;
  }

  .flb_list .flbl {
    border-radius: 0.42vw;
    margin-bottom: 0.84vw;
  }

  .flb_list .flbl_img {
    width: 7.26vw;
    /* height: 7.26vw; */
    border-top-left-radius: 0.42vw;
    border-bottom-left-radius: 0.42vw;
  }

  .flb_list .flbl_img img {
    border-top-left-radius: 0.42vw;
    border-bottom-left-radius: 0.42vw;
  }

  .flb_list .flbl_content {
    padding: 0.84vw 1.26vw;
  }

  .flb_list .flbl_title {
    font-size: 2.10vw;
    line-height: 2.10vw;
    margin-bottom: 0.42vw;
  }

  .flb_list .f_location {
    font-size: 0.94vw;
    margin-bottom: 0.42vw;
  }

  .flb_list .f_location img {
    width: 1.26vw;
    height: 1.26vw;
    margin-right: 0.42vw;
  }

  .flb_list .play_info {
    font-size: 0.94vw;
  }

  .flb_list .play_info img {
    width: 1.26vw;
    height: 1.26vw;
    margin-right: 0.42vw;
  }

  .flb_list .play_info span {
    margin-right: 0.42vw;
  }

  /* field detail */

  .field_detail .filedname {
    padding-top: 0.52vw;
    font-size: 2.53vw;
    line-height: 2.53vw;
  }

  .field_location {
    font-size: 0.84vw;
    line-height: 0.84vw;
  }

  .field_location img {
    width: 1.26vw;
    height: 1.26vw;
    margin-right: 0.42vw;
  }

  .filed_map {
    height: 6.11vw;
    border-radius: 0.42vw;
    margin-bottom: 0.84vw;
  }

  .filed_map img {
    border-radius: 0.42vw;
  }

  .photo_gallery_block .pgb_title {
    font-size: 0.95vw;
    line-height: 0.95vw;
    margin-bottom: 0.42vw;
  }

  .pgb_block img {
    width: 7.16vw;
    height: 4.63vw;
    border-radius: 0.21vw;
    margin-right: 0.42vw;
    margin-bottom: 0.84vw;
  }

  .field_facility_block {
    padding: 1.26vw 0px;
  }

  .field_facility_block h5 {
    font-size: 0.95vw;
    line-height: 0.95vw;
    margin-bottom: 0.63vw;
  }

  .field_facility_block .how_fields {
    width: 60%;
  }

  .field_facility_block p {
    font-size: 0.84vw;
    line-height: 0.84vw;
    margin-bottom: 0.84vw;
  }

  .field_facility_block p img {
    width: 1.26vw;
    height: 1.26vw;
    margin-right: 0.42vw;
  }

  .field_facility_block p span {
    margin-right: 0.42vw;
  }

  .upcoming_games_block {
    padding: 1.26vw 0px;
  }

  .upcoming_games_block h5 {
    font-size: 0.95vw;
    line-height: 0.95vw;
    margin-bottom: 0.84vw;
  }

  .upcoming_games_block .gameinfo_block .game_name {
    font-size: 0.95vw;
  }

  .upcoming_games_block .gameinfo_block .ginfo {
    font-size: 0.84vw;
  }

  .upcoming_games_block .arrowimg {
    width: 1.26vw;
    height: 1.26vw;
  }

  .field_detail_page .button_fixed p {
    font-size: 0.84vw;
    line-height: 0.84vw;
  }

  .field_detail_page .button_fixed .game_on_button {
    margin: 0px 0.52vw;
    max-width: 14.53vw !important;
  }

  /* Check Availability */

  .availability_block .pback_btn {
    margin-bottom: 1.05vw;
  }

  .availability_block details {
    padding: 0.84vw 0;
  }

  .availability_block .title {
    font-size: 0.95vw;
    line-height: 0.95vw;
  }

  .availability_block .title img {
    width: 1.26vw;
    height: 1.26vw;
    margin-right: 0.42vw;
  }

  .availability_block .pill {
    font-size: 1.05vw;
    line-height: 1.05vw;
  }

  /* Calendar */
  /* Choice rows */
  .availability_block .choices {
    margin-top: 0.63vw;
  }

  .availability_block .chip {
    min-width: 5.79vw;
    border-radius: 0.42vw;
    padding: 0.63vw;
    font-size: 0.84vw;
    line-height: 0.84vw;
  }

  .choose_fields_block {
    padding: 1.26vw 0px;
  }

  .choose_fields_block .cftitle {
    font-size: 0.84vw;
    line-height: 0.84vw;
    margin-bottom: 0.84vw;
  }

  /* checked state */
  .choose_fields_block .field-card {
    padding: 0.78vw 0.84vw;
    border-radius: 0.42vw;
    margin-bottom: 0.42vw;
    font-size: 0.95vw;
    line-height: 0.95vw;
  }

  .choose_fields_block .radio-dot {
    width: 0.73vw;
    height: 0.73vw;
  }

  .choose_fields_block .field-group label .f-sub {
    font-size: 0.84vw;
  }

  .choose_fields_block .field-group label .f-meta {
    font-size: 0.84vw;
  }

  .choose_fields_block .radio-dot::after {
    width: 0.21vw;
    height: 0.37vw;
    margin-top: -0.15vw;
  }

  .availability_block .paytext {
    font-size: 0.84vw;
    line-height: 0.84vw;
    margin-top: 3.15vw;
  }

  .pricing-detail {
    margin-top: 0.52vw;
    padding-top: 1.68vw;
  }

  .pricing-detail p {
    font-size: 0.73vw;
    margin-bottom: 0.63vw;
  }

  .pricing-detail p span+span {
    font-size: 0.84vw;
  }

  .pricing-detail+.total_row {
    padding: 0.84vw 0px !important;
  }


  /*  */

}

@media (max-width: 1199px) {
  .dash_button_row .dbr_button {
    font-size: 18px;
    line-height: 18px;
  }

  .hcb_block .hcb_title {
    font-size: 40px;
    line-height: 40px;
  }

  .hcb_block {
    margin-bottom: 20px;
  }

  .common_left_block .clb_title {
    font-size: 78px;
  }

  .iti__flag-container {
    height: 47px;
  }

}

@media (max-width: 991px) {
  header {
    position: sticky;
    top: 0;
    z-index: 111;
  }

  .auth_from_block {
    height: auto;
    overflow-y: unset;
  }

  .common_left_block {
    display: none;
    padding: 30px 15px;
  }

  .cps_right_content_block {
    padding: 15px;
  }

  /* .common_page_section { height: auto; } */
  .cps_right_content_block {
    overflow: unset;
  }

  .cpsrcb_content_block .gameinfo p {
    margin: 5px 0px;
  }

  .common_left_block::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 50.5%, #000000 90%);
  }
}

@media (max-width: 767px) {
  .common_page_section .p_title {
    font-size: 18px;
    line-height: 18px;
    margin: 18px 0px;
  }

  .radio-label {
    font-size: 14px;
    line-height: 14px;
  }

  .game_list_block .glbdate {
    font-size: 32px;
    line-height: 32px;
  }

  .gameinfo_block .game_name {
    font-size: 16px;
    line-height: 16px;
  }

  .gameinfo_block .ginfo {
    font-size: 14px;
    line-height: 14px;
  }

  .gameinfo_block .glocation {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
  }

  .glb_game_info_row .g_time {
    font-size: 14px;
    line-height: 14px;
  }

  .join_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 14px;
  }

  .profile_nav_page .cpsrcb_content_block {
    padding: 0px 0px;
  }

  .profile_navbar li a {
    font-size: 14px;
    line-height: 14px;
  }

  .profile_navbar li .delete {
    font-size: 14px;
    line-height: 14px;
  }

  .pback_btn {
    font-size: 14px;
    line-height: 14px;
  }

  .pback_btn img {
    width: 14px;
    height: 14px;
  }

  .profile_page .utxt {
    font-size: 12px;
    line-height: 14px;
  }

  .profile_page .profile_info_block {
    padding: 0px 0px;
  }

  .profile_page .profile_form_block {
    padding: 0px;
  }

  .common_page_section .form-control,
  .common_page_section .form-select {
    font-size: 16px;
  }

  .common_page_section .form-group {
    margin-bottom: 16px;
  }

  .common_page_section .common_btn {
    font-size: 18px;
    line-height: 18px;
    max-width: 100%;
  }

  .edit_team_page .my_teams_list_block {
    padding: 0px !important;
  }

  .payment_method_page .actions button {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    transition: transform 0.15s linear;
  }

  .payment_method_page .actions button:active {
    transform: scale(0.9);
    transition: transform 0.15s linear;
  }

  .payment_method_page .form-container {
    margin-top: 28px;
  }

  .payment_method_page .form-container h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .lfb_left_block .filter_title {
    font-size: 14px;
    line-height: 14px;
    margin-right: 12px;
  }

  .common_page_section .lfb_left_block .form-select {
    font-size: 14px;
    background-image: url(../images/downarrow.svg);
    background-color: #FFFFFF1A;
    background-repeat: no-repeat;
    background-size: 14px;
    color: #fff;
    width: 126px;
  }

  .lfb_right_block .input-group .form-control {
    font-size: 14px;
    line-height: 14px;
  }

  .lfb_right_block .form-group .form-select {
    font-size: 14px;
    line-height: 14px;
  }

  .lfb_right_block .form-group {
    margin-bottom: 12px !important;
  }

  .lfb_text_link {
    font-size: 12px;
    line-height: 12px;
  }

  .lfb_text_link a {
    font-size: 14px;
    line-height: 14px;
  }

  .gameinfo_block .game_time {
    font-size: 14px;
    line-height: 14px;
  }

  .picb_info_block .picbname {
    line-height: 40px;
    font-size: 40px;
    text-align: left;
  }

  .picb_soccer_name {
    justify-content: flex-start;
  }

  .picb_info_block .date_time_block p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .picb_info_block .location .address_text span {
    font-size: 14px;
    line-height: 14px;
  }

  .picb_info_block .location .address_text {
    font-size: 14px;
    line-height: 14px;
  }

  .leagues_information_page .nav-pills .nav-link {
    font-size: 18px;
  }

  .footer_content_block div {
    font-size: 14px;
  }

  .guest-counter .label {
    font-size: 18px;
    line-height: 18px;
  }

  .total_row .t_title {
    font-size: 14px;
    line-height: 14px;
  }

  .total_row .t_amount {
    font-size: 18px;
    line-height: 18px;
  }

  .total_row .t_amount span {
    font-size: 14px;
    line-height: 14px;
  }

  .ccdetailblock .ccd_title {
    font-size: 14px;
    line-height: 14px;
  }

  .ccdetailblock .pay_methods a {
    font-size: 14px;
    line-height: 14px;
  }

  .game_on_button {
    font-size: 18px;
    line-height: 18px;
  }

  .picb_info_block .ginfo {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
  }

  .edit_team_page .controls {
    padding: 0px;
  }

  .common_page_section .invite_btn {
    font-size: 18px;
    line-height: 18px;
    max-width: 100%;
  }

  .players_list_block {
    padding: 0px 0px;
  }

  .invite_player_form_block h5 {
    margin-bottom: 20px;
  }

  .edit-jersey-container .label-text {
    font-size: 16px;
  }

  .edit_team_page .input-group-text {
    padding: 10px;
  }

  .edit-jersey-container .color-picker-btn {
    width: 24px;
    height: 24px;
  }

  .booking_tab_section .nav-pills .nav-link {
    font-size: 14px;
  }

  .booking_page .game_list_block .glbdate {
    text-align: left;
  }

  .date_amount p {
    font-size: 14px;
    line-height: 14px;
    margin-right: 40px;
  }

  .booking_page .join_btn {
    font-size: 18px;
    line-height: 18px;
    padding: 12px;
  }

  .aygp_form_block {
    padding: 0px;
  }

  .aygp_form_block .form_title {
    font-size: 32px;
    line-height: 32px;
  }

  .hcb_block .hcb_title {
    font-size: 32px;
    line-height: 32px;
  }

  .hcb_block .sub_title {
    font-size: 18px;
    line-height: 22px;
  }

  .hcb_block .description,
  .hcb_block p {
    font-size: 16px;
    line-height: 22px;
  }

  .hcb_block .description h1,
  .hcb_block .description h2,
  .hcb_block .description h3,
  .hcb_block .description h4,
  .hcb_block .description h5,
  .hcb_block .description h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .ground_view_block .gv_name {
    font-size: 18px;
    line-height: 18px;
  }

  .ground_view_block .gv_location {
    font-size: 16px;
    line-height: 16px;
  }

  .footer_block .email_window label {
    font-size: 16px;
    line-height: 16px;
  }

  /* .contact_info_block p { font-size: 14px; line-height: 14px;} */
  .common_left_block .clb_title {
    font-size: 56px;
    line-height: 45px;
  }

  .common_left_block .clb_description {
    font-weight: 400;
  }

  .availability_block .title {
    font-size: 16px;
    line-height: 16px;
  }

  .availability_block .pill {
    font-size: 18px;
    line-height: 18px;
  }

  .availability_block .title img {
    width: 20px;
    height: 20px;
  }

  .choose_fields_block .field-group label .f-sub {
    font-size: 14px;
  }

  .choose_fields_block .field-group label .f-meta {
    font-size: 14px;
  }

  .choose_fields_block .field-card {
    font-size: 16px;
    line-height: 16px;
  }

  .field_detail .filedname {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }

  .photo_gallery_block .pgb_title {
    font-size: 16px;
    line-height: 16px;
  }

  .field_facility_block p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .upcoming_games_block h5 {
    font-size: 16px;
    line-height: 17px;
  }

  .field_location {
    font-size: 14px;
    line-height: 14px;
  }

  .field_facility_block p img {
    width: 20px;
    height: 20px;
  }

  .field_detail_page .button_fixed p {
    font-size: 14px;
    line-height: 14px;
  }

  .download_page .logo_img {
    width: 203px;
    height: 20px;
    margin-bottom: 20px;
  }

  .download_page .clb_title {
    font-size: 56px;
    line-height: 50px;
    margin-bottom: 16px;
  }

  .download_page .clb_description {
    font-size: 16px;
    line-height: 20px;
  }

  .download_page .applinks_block {
    gap: 16px;
  }

  .iti__flag-container {
    height: 44px;
  }

}

@media (max-width: 600px) {
  .common_page_section .p_title {
    margin: 10px 0px 16px;
  }

  .location_filter {
    justify-content: flex-start;
  }

  .gender_filter {
    justify-content: flex-start;
  }

  .dash_button_row {
    max-width: 100%;
    /* display: flex; */
  }

  .dash_button_row .dbr_button {
    font-size: 18px;
    line-height: 18px;
    /* margin: 0px 5px;  */
  }

  .invite-panel {
    width: 330px;
  }

  .invite-list .avatar {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    margin-right: 10px;
  }

  .scb_card {
    padding: 16px 10px 0px;
  }

  .scb_body .scb_team_one,
  .scb_body .scb_team_two {
    width: 100px;
    padding: 5px 5px 12px;
  }

  .site_logo {
    height: 40px;
  }

  .common_page_section .lfb_left_block .form-select {
    background-size: 12px;
    width: 110px;
  }

  .booking_page .join_btn {
    font-size: 16px;
    line-height: 16px;
  }

  /*  */
  .auth_page_section {
    padding-top: 15px;
    min-height: 90vh;
  }

  .auth_from_block {
    display: block;
  }

  /* .picb_map { margin-bottom: 100px;} */
  .picb_info_block span.note-txt p {
    margin-bottom: 0px;
  }

  .common_left_block .clb_content {
    padding-bottom: 15px;
  }

  .common_left_block {
    padding: 30px 15px 10px;
  }

  .ground_view_block {
    height: 240px;
  }

  .choose_fields_block .field-card {
    gap: 9px;
  }

  .field_detail_page .button_fixed .game_on_button {
    margin: 0px auto;
  }

  .field_detail_page .button_fixed {
    display: block;
  }

  .field_detail_page .button_fixed p {
    text-align: center;
    margin-bottom: 10px !important;
  }

  .flb_list .flbl_content {
    padding: 12px 15px;
  }

  .flb_list .flbl_title {
    font-size: 36px;
  }

  .flb_list .f_location {
    font-size: 15px;
  }

  .flb_list .play_info {
    font-size: 15px;
  }



}

/* new css code for standing page */

.standings_page.common_page_section .form-group {
  max-width: 400px;
  margin: 0px auto 30px;
}

.standings_page .cpsrcb_content_block {
  max-width: 761px !important;
}

.standings_page .scb_weekname {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 14px;
}

.standings_page .sb_division_block {
  width: 100%;
  display: block;
}

.standings_page .sb_division_block .sbdb_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.standings_page .sb_division_block {
  margin-bottom: 30px;
}

.standings_page table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.standings_page table.dataTable tr th {
  border-bottom: 0px !important;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 12px;
  background: #0000001A;
}

.standings_page table.dataTable tr td {
  border-bottom: 0px !important;
  border: 1px solid #D9D9D9 !important;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
  background: transparent !important;
  box-shadow: none !important;
  padding: 6px 12px;
  position: relative;
}

.standings_page table.dataTable tr td:nth-child(1) {
  padding-left: 20px;
}

.standings_page table.dataTable tr td:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  background: var(--jersey-color, #EF47DD);
  left: 0;
  top: 0;
}

.table_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-color);
  padding: 12px;
}

.hideshow_btn {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  font-size: 12px;
  color: #fff !important;
}

.hideshow_btn:hover {
  color: var(--secondary-color);
  text-decoration: underline !important;
}

.matches_block {
  margin-top: 10px;
}

.matches_block .mb_title {
  padding: 10px;
  text-align: center;
  background: #0000001A;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #000;
}

.match-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px auto 24px;
  justify-content: space-between;
}

.match-list .match-row {
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: 1px solid #0000001A;
}

/* .match-list .match-row:nth-child(even) { border-left: 1px solid #0000001A; } */
.match-list .team-left {
  width: 150px;
  flex: 1;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 4px solid #8D8D8D;
  color: #000;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match-list .vs {
  padding: 0 15px;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.match-list .team-right {
  width: 150px;
  flex: 1;
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 4px solid #000;
  color: #000;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match-list .team_point {
  width: 35px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.match-list .mrright_side {
  width: fit-content;
  display: flex;
  align-items: center;
}

.match-list .mrleft_side {
  width: fit-content;
  display: flex;
  align-items: center;
}


@media (min-width: 1700px) {
  .standings_page.common_page_section .form-group {
    max-width: 21.05vw;
    margin: 0px auto 1.58vw;
  }

  .standings_page .cpsrcb_content_block {
    max-width: 40.32vw !important;
  }

  .standings_page .scb_weekname {
    font-size: 0.84vw;
    margin-bottom: 0.74vw;
  }

  .table_row {
    padding: 0.63vw;
  }

  .standings_page .sb_division_block .sbdb_title {
    font-size: 0.84vw;
    line-height: 0.84vw;
  }

  .standings_page .sb_division_block {
    margin-bottom: 1.58vw !important;
  }

  .standings_page table.dataTable tr th {
    font-size: 0.74vw;
    padding: 0.63vw;
  }

  .standings_page table.dataTable tr td {
    font-size: 0.74vw;
    padding: 0.32vw 0.63vw;
  }

  .standings_page table.dataTable tr td:nth-child(1) {
    padding-left: 1.05vw;
  }

  .standings_page table.dataTable tr td:nth-child(1)::before {
    width: 0.63vw;
  }

  .hideshow_btn {
    font-size: 0.63vw;
  }


}

@media (max-width: 1199px) {}

@media (max-width: 991px) {

  .match-list .match-row {
    width: 100%;
    padding: 6px 10px;
  }

  .match-list .match-row:nth-child(even) {
    border: none !important;
  }


}

@media (max-width: 767px) {

  .standings_page table.dataTable {
    width: 660px !important;
  }


}

@media (max-width: 600px) {
  .match-list .team-right {
    width: 90px;
  }

  .match-list .team-left {
    width: 90px;
  }

  .match-list .vs {
    padding: 0 6px;
    /* font-size: 14px; */
  }


}