/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* fallback */

/*
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(fonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}

*/


.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .card-item {
    border: 1px dotted #ccc;
    padding: 40px;
    width: 100%;
    text-align: center;
}


.card_summary {
  font-family: "Syne", sans-serif;
  display:none;
  background: #fff;
  padding: 0px 40px;
}

.report .card_summary {
  display:block;
  padding: 0;
}

.report .card_summary h4 {
  width:100%;
  margin: 20px 0 0 0;
}

.single-card .card_summary {
  padding: 40px;
  margin: 0 0 0 20px;
}

label.elementor-field-label span {
  text-transform: math-auto;
  font-weight: 400;
  font-size: 0.8em;
  color: #555;
}

.elementor-field-group .elementor-field-textual::placeholder,
#form-field-number_of_teams,
#form-field-winnings_percentage,
#form-field-cost_per_team {
  _font-size: 1.2em;
  color: #333;
}

.elementor-field-group .elementor-field-textual::placeholder {
  font-size: 0.9em;
  color: #333;
}

#btn_create_card{
  display:none;
}

.single-card .card_summary {
  display:block;
}

.card_summary table {
  font-size:1em;
}

.report .card_summary table {
  font-size: 0.8em;
}

.card_summary h3 {
  color:#333;
  display:block;
  width:100%;
}

.summary_body {
  color:#333;
}

.card_footnote {
  color:#333;
  font-size:0.8em;
}

.fee_info {
  color:#333;
  font-size:14px;
  text-shadow: none;
  font-style: italic;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.btn_game_action{
  margin:0 2px;
}

.close_game a {
  background: #fff;
  color: #333;
  border: 1px dotted #555;
}

.close_game a:hover {
  color: #111;
}

.close_game_summary {
  padding: 0 !important;
  margin: 0 !important;
}

.delete_game,
.can_delete_game {
  display:none;
}

.close_game a:focus {
  color: #333;
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.fa-circle {
  color:#3CB371;
}

.fa-clock {
  color:#FFD700;
}


.fa-dot-circle {
  color:#1982C4;
}


.fa-user-circle {
  color:#3CB371;
}


.page-id-123 .card_team_summary {
  color:#333 !important;
}



.single-clubteam .card_team_summary {
  display: inline-flex;
  align-items: center;
}

.single-clubteam .card_team_summary b {
  margin-left:4px;
}

.card_team_summary i {
  font-size: 1.2em;
  margin-right: 4px;
}

.toggle_card_label {
  font-size: 0.8em;
  font-weight: 600;
}

table tr th {
  text-align: left;
}

.card_table i {
  font-size: 1.2em;
}

.card_table .closed {
  background:#90EE90;
}


.summary_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.summary_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.col_label {
  flex: 0 0 218px;
  padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.col_data {
  align-items:end;
  text-align: end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-weight:700;
}


.summary_row .info_box {
  display: block;
  width: 31.6%;
  background: #6A4C93;
  color:#fff;
  margin: 4px;
  padding: 20px;
  text-align: center;
  justify-content: center;
}

.summary_row .info_box h5 {
  margin:0;
  font-size: 1.1em;
}

.summary_row .info_box span {
  font-size: 1.6em;
  font-weight: 600;
}

.play_card table tbody>tr:nth-child(odd)>td, .play_card table tbody>tr:nth-child(odd)>th {
  background-color: #fff !important;
}

.play_card table tbody tr:hover>td, .play_card table tbody tr:hover>th {
  background-color:#fff !important;
}

.play_card table tbody tr:hover>td {
  cursor:pointer;
  background-color: lightblue !important;
}

.play_card_teams {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin:1em 0 1em 0;
}

.play_card_teams_ li {
  padding: 16px 30px;
  border-bottom: 1px dotted #ccc;
  background: white;
  margin: 4px;
  border-radius: 4px;
  border: 1px dotted #ccc;
  font-family: 'Rock Salt';
}


.play_card_teams li {
  padding: 16px 30px;
  border-bottom: 1px solid #444;
  background: white;
  margin: 4px;
  border-radius: 6px;
  border: 1px dotted #ccc;
  font-family: 'Rock Salt';
  width: 32%;
  align-content: flex-start;
  text-align: center;
  color: #333;
  font-size:1.2em;
}

.play_card_teams li {
  cursor:pointer;
}

.play_card_teams li:hover:not(.selected) {
  cursor:pointer;
  _background-color: #8AC926 !important;
}

.play_card_teams .selected {
  background-color: #1982C4 !important;
  color:#fff;
  transition: background-color 100ms linear;
}


.play_card_teams .selected .fa-check-circle {
  color: white;
  margin-left: 6px;
}

.play_card h2, .play_card h3 {
  font-family: 'Source Sans Pro';
  text-align: center;
  margin: 0;
  padding: 0;
}

.play_card h2 {
  font-size: 1.6em;
}

.play_card h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: 10px;
  color: #333;
  font-weight: 800;
}

.view_skill_answer_help{
  cursor: pointer;
}

.view_skill_answer_help .fa-info-circle {
  font-size: 1.2em;
}

.home-panels .material-symbols-outlined {
  border-radius: 100%;
  background: #1982c4;
  padding: 20px;
  font-variation-settings: 'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24  !important;
     font-size: 4em !important;
     color:#fff;
}


.creds .material-symbols-outlined {
  _border-radius: 100%;
  _background: #1982c4;
  _padding: 20px;
  font-variation-settings: 'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24  !important;
     font-size: 4em !important;
     color:#333;
}

.click_icon .material-symbols-outlined {
  font-size: 8em !important;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 4px 2px 2px #333;
} 

.card_container {
  display: flex;
  align-items: stretch;
  background-color: #f1f1f1;
  margin: 10px 0;
  font-family: "Syne", sans-serif;
}

.card_container div {
  background-color: #7DF9FF;
  color: #333;
  margin: 8px;
  font-size: 18px;
  padding:20px;
  width: 50%;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #fff;
  text-transform: uppercase;
  _font-weight: 600;
}

.card_container div span {
  font-weight:700;
  display:block;
}

.ball_icon {
  width: 22px;
  vertical-align: top;
  margin-right: 4px;
  display: none;
}

.team_not_available {
  opacity: 0.2;
  cursor: not-allowed;
}



.play_card_teams .pending {
  display:none;
}

.pending_teams_on_card {
  text-align: center;
}

#how_to_play {
  background-color: #F8F8F8;
  padding: 20px 30px 20px 30px;
  font-family:"Syne", Sans-serif;
  text-align: center;
  margin:20px;
}


.is_stripe_verified .notification {
  display:none;
}

.notification {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 6px 10px;
  position: relative;
  display: inline-block;
  border-radius: 100%;
}

.notification:hover {
  color: white;
}


.notification .badge {
  position: absolute;
  top: -16px;
  right: -16px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}

.menu_description p {
  line-height: 1.1em;
}

.verification-required,
.verification-complete {
  background: #C60C30;
  color: white;
  padding: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.verification-required i,
.verification-complete i {
  color: white;
  font-size: 2em;
  margin-right: 10px;
}

.verification-complete {
  background: #8FBC8B;
}


/*
*:disabled {
  background-color: yellow;
  color: linen;
  opacity: 0.2;
}
*/

.game_code_only {
  text-transform: uppercase;
}

#paynow.active {
  _font-weight: 800;
  _color:var( --e-global-color-text );
  _border: 1px dotted var( --e-global-color-text );
  color:var #fff;
  _border: 1px solid #fff;
  background: #111 !important;
}

.no_data {
  background: #efefef;
  color: #333;
  padding: 16px;
  display: flex;
  align-items: center;
}

.no_data .fa {
  font-size:2em;
  margin-right: 10px;
}

.card_summary_footer {
  display:none;
  text-align: center;
}

#btn_create_card_trigger, 
.btn_view_card {
  background-color:#111;
  width:100%;
  text-transform: uppercase;
  font-size: 1.2em;
}

.btn_view_card {
  font-size: 1.0em;
  border:1px dotted #555;
}

.form_pay {
  text-align: center;
}

.form_pay button {
  background: #333;
  font-family: 'Syne';
  font-weight: 600;
  text-transform: uppercase;
}

.stripe-pay {
  background: #111;
  color: white;
  margin: 20px 0;
  display: block;
  width: 100%;
  padding: 16px;
}

#timer {
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 1.0em;
}

#payment-form {
  padding: 0 40px;
  _background: #efefef;
  margin-bottom: 20px;
}

.card_table .fa-user-check {
  color: #3CB371;
}

.card_table .fa-trophy {
  color: #FFD700;
}

.card_table .td_icon {
  text-align: center;
}

.card_table .winner {
  background: #3CB371;
  color:#ffffff;
}

.card_table .winner td {
  vertical-align: middle;
}

.card_table .winner span {
  display: block;
}


.card_complete #how_to_play,
.card_complete #play_footer,
.card_complete .admin_game_footer,
.card_complete .share_help,
.card_draw_pending .admin_game_footer,
.card_draw_pending .close_game,
.card_draw_pending #play_footer,
.card_draw_pending #how_to_play,
.card_draw_pending .share_help {
  display: none !important;
}

.card_winner_info {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2em;
  font-family: 'Source Sans Pro';
  background: #8AC926;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.card_complete .card_play_info,
.card_complete .choose_heading,
.card_complete #play_footer,
.card_complete .close_game,
.card_complete .open_only,
.card_closed .card_play_info,
.card_closed .choose_heading,
.card_closed #play_footer,
.card_closed .close_game,
.card_closed .open_only {
  display:none;
}


.view_fees_popup,
.view_winnings_popup,
.view_payout_popup {
  cursor: pointer;
  color: #6A4C93;
  font-size: 0.9em;
}

.player_loader {
  mix-blend-mode: darken;
  width:180px;
}

.thanks_message {
  text-align: center;
  font-family: "Syne", sans-serif;
}

.thanks_message h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  color: #333;
}

.share-button .fa-check-circle {
  color: #fff;
}


.fa-check-circle {
  color: #6A4C93;
}

.single-clubteam .fa-check-circle {
  color: #3CB371;
}

.card_play_info .material-symbols-outlined {
  font-size: 3em;
  color: #999;
}

.payout_info {
  background: #3CB371;
  color: #fff;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.pending_winnings {
  font-size: 0.9em;
}

.game_code {
  font-family: 'Source Sans Pro';
}

.payout_info .fa-check-circle {
  color: #fff;
}

.game_has_no_players .close_game_confirm,
.cannot_close_game {
  display:none;
}

.game_has_no_players .cannot_close_game {
  display:block;
}

#payment_wrapper {
  justify-content: center;
  display: flex;
}


#payment-form form {
  _width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
  width:440px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
#payment-form button {
  _background: #6A4C93;
  font-family: "source sans pro",  sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 26px 16px;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  _display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  text-transform: uppercase;
}

#payment-element iframe,
#payment-form iframe {
  margin: 0px !important;
}


.elementor-button {
  _background-color:#333;
}


.account_data_row {
  background-color: aliceblue;
}

.account_section {
  box-shadow: 0px 0px 40px rgba(0,0,0,0.05);
}

.onboarding_section {
	display:none;
}

.onboarding_required .account_section,
.onboarding_required .popup_create_team_link {
	display:none;
}

.onboarding_required .onboarding_section {
	display:block;
}

#paynow {
  font-family: "source sans pro",  sans-serif !important;
  font-size:1.4em !important;
  padding:1.2em 2em;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}


#payment-form button:hover,
#paynow:hover {
  filter: contrast(125%) !important;
  cursor: pointer;
}

[type=submit]:hover,
button:hover {
  background: #333;
  filter: contrast(115%) !important;
}

#payment-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.game_code_on_card {
  font-size: 0.8em;
  color:#999;
}

.cancel_pay a {
  cursor: pointer !important;
}


.is_stripe_verified #verify-button {
  display:none;
}

#frm_signup label span {
  color:#333;
  font-size:0.8em;
}

#frm_signup label sup a {
  color:#6A4C93;;
}

/*
.fa-times-circle,
.is_not_stripe_verified .fa-info-circlexxx {
  color:#B22222;
}
*/

#verify-button .fa-user-circle {
  color:#fff;
}

#verify-button {
  background: #6A4C93;
  color: #fff;
  display: block;
  _width: 200px;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 20px;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.card_play_info .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}


.club_payout_mockup .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}

.user_nav {
  list-style:none;
  margin:0;
  padding:10px;
}

.user_nav li {
  font-family: "Syne", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-bottom:1px dotted #ccc;
  padding: 16px 0;
}

.user_nav li a {
  color:#333;
}

.user_nav li span {
  vertical-align: middle;
  margin-right: 10px;
}



.skill_outer .elementor-widget-container {
  align-items: center;
  justify-content: center;
  display: flex;
}


.skill_wrapper {
  display: flex;
  margin-bottom: 20px;
  width:400px
}

.skill_wrapper button {
  background: #111;
  color: #fff;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 4px;
}

#skill_answer{
  padding:1em !important;
}

[type=button]:hover {
  background-color:#222 !important;
}

.pay_header,
.make_payment_info,
#payment-form,
.skill_response {
  display:none;
}

.correct{
  margin-top:20px;
}

.elementor-field-type-hidden {
	margin-bottom:0 !important;
}

.report_footnote {
  font-size: 0.9em;
  padding: 0 0.4em;
}

.page-id-174 .add_team,
.page-id-3009 .add_team,
.page-id-123 .mobile_back_from_create_card {
  display:none !important;
}


.is_new {
  margin-left: -24px;
  background: #228B22;
  color: white;
  padding: 12px 9px;
  font-size: 0.8em;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  font-weight: 800;
}

/*** <--- CIRCLE STYLES ---> ***/
.wrap-circles {
  display: flex;
  min-height: 100vh;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  background: #000;
}

.circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0.5rem;
  border-radius: 50%;
  background: #FFCDB2;
  overflow: hidden;
}
.circle.per-25 {
  background-image: conic-gradient(#B5838D 25%, #FFCDB2 0);
}
.circle.per-50 {
  background-image: conic-gradient(#B5838D 50%, #FFCDB2 0);
}
.circle.per-75 {
  background-image: conic-gradient(#B5838D 75%, #FFCDB2 0);
}
.circle.per-100 {
  background-image: conic-gradient(#B5838D 100%, #FFCDB2 0);
}
.circle .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  height: 115px;
  background: #000;
  border-radius: 50%;
  font-size: 1.85em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}

.status-complete .card_get_game_link {
  display:none;
}

.card_get_game_link .fa-check-circle {
  color: #fff;
}

.status-complete .card_view_game a {
  background-color: #f2f2f2 !important;
  color: #444;
}

.is_stripe_verified .id_checking {
  display:none;
}

.is_not_stripe_verified .id_checking {
  display:none;
}

.stripe_id_waiting .id_checking {
  display:flex;
  align-items:center;
}

.id_checking span {
  margin-left:10px;
}

.game-card-thumb {
  width: 64%;
  border-radius: 12px !important;
  border: 1px dotted #999 !important;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.calculator_result{
  font-family: 'Source Sans Pro';
  display:none;
  background: #8AC926;
  padding: 20px 30px;
  color: #fff;
  font-size:1.1em;
}

.calculator_result h3 {
  color: #333;
}

p.result_list {
    margin:0;
}

.elementor-field-group-calc_teams_per_game .select-caret-down-wrapper,
.elementor-field-group-calc_winnings_percentage .select-caret-down-wrapper {
  _display:none !important
}

/*
.note {
  font-size: 0.8em;
  font-style: italic;
}
*/

.note {
  font-size: 0.8em;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}

.play_card_title span {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  font-family: 'Rock Salt';
  font-style: italic;
  letter-spacing: 0.2em;
  word-spacing: 0.4em;
}

.game_revenue{
    text-transform: uppercase;
    font-weight: 800;
}

.small {
  font-size:0.9em;
  font-style: italic;
}

.ball_4 img {
  width:120px;
}

.sign_up_stripe_info {
  background:#efefef;
  padding:16px;
}


.team_has_no_cards .manage_teams {
  display:none;
}

.team_has_no_cards .no_teams_create {
  display:block;
}


.team_has_cards .manage_teams {
  display:block;
}

.team_has_cards .no_teams_create {
  display:none;
}

.calculator_cta a {
  background: #333;
  color: #fff;
  padding: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .single-card .card_summary {
    margin: 0px;
  }

 

}



@media only screen and (max-width: 600px) {
  form {
    _width: 80vw;
    width:100%;
    min-width: initial;
  }
}


@media only screen and (max-width: 600px) {


	.no_data {
		display: inline-block;
	}

  .play_card_teams li {
    _width:47%;
    width:100%;
    padding: 20px 0;
  }

  .cancel_pay a {
    width:100% !important;
  }

  #paynow {
    width:100%;
    font-weight:400;
    padding:1.2em;
  }

  #payment-form {
    padding: 10px;
    width:98vw;
    margin-bottom: 0px;
  }


  .card_play_info {
    margin: 10px 10px 20px 10px;
  }

  .card_play_info .material-symbols-outlined {
    font-size: 3em;
  }

  .play_card_teams li {
    margin: 4px;
    padding: 20px;
  }

  #payment-form button {
    padding:30px 0;
  }

  .team_unavailable {
    margin-top:20px;
    font-weight: 800;
  }

  .single-card .card_summary,
  .card_summary {
    margin: 0px;
    _padding: 0px;
  }

  .summary_row .info_box {
    width: 30.6%;
  }

  .summary_row .info_box span {
    font-size: 1.0em;
  }

  .card_summary {
    padding: 0px;
  }

  .summary_body .fa-info-circle {
    font-size: 1.4em;
    line-height: 1.6em;
    cursor:pointer;
  }

  .game_code_wrapper {
    display: block;
    font-size: 0.6em;
  }

  .card_winner_info {
    padding: 40px 20px;
  }

  .play_card_title span {
    word-spacing: 0.4em;
  }

  .calculator_result h3 {
    font-size: 1.2em !important;
    margin-bottom: 10px !important;
  }

  .calc-col-result {
    display:none;
   }

   .calc-col-result .elementor-element-populated {
    background-image:none !important;
    padding: 10px 0px !important;
   }

   .fee_info {
    margin-top: 12px !important;
    display: inline-block;
    font-size: 13px;
    color:#555;
  }

  .col_label {
    flex: 1;
  }


}


@media only screen and (max-width: 413px) {

  #paynow {
    padding: 1em 0em !important;
    font-size: 1.2em !important;
  }

}


/* V2 */

.pending_payout_info i {
  font-size: 1em;
  margin-left: 4px;
  color: #C60C30;
}

.account_setup_required {
  background: #C60C30;
}

.account_setup_required a {
  color: #fff;
}

.ue-range-slider-current-value{
  display:none !important;
}

@media only screen and (max-width: 768px) {

  .summary_panel .elementor-element-populated {
    background-color: #fff !important;
  }

}

a.wp-block-button__link:hover {
  color:white;
}


.btn-draw-ready {
    border-radius: 6px !important;
    width: 100%;
	text-transform: uppercase;
	padding:16px !important;
	font-size:16px !important;
}

.elementor-567 .status-open .card_get_card_summary .card_team_summary {
	padding:10px;
}

