/*!
Theme Name: Sharp Shot Picks
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topflight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sharp Shot Picks is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background-color: #2b2a2a !important;  /* Charcoal gray */
    color: #ffffff;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media (max-width: 767px) {
    body,
    button,
    input,
    optgroup,
    select,
    textarea {
        font-size: 16px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    font-style: normal;
}
h2 {
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.5;
    font-style: normal;
}
h3 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
}
h4 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
}
h5 {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.2;
    font-style: normal;
}
h6 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    font-style: normal;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 25%;
}
figure {
    margin: 1em 0;
}
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 15px;
    max-width: 70%;
}
input[type="date"] {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 15px;
}
@media screen and (max-width: 1024px) {
    input[type="color"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="range"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
        color: #000;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 8px 15px;
        max-width: 70%;
    }
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    color: #111;
    outline: 0;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
a {
    color: #1de1d1;
    transition: all 0.5s;
}
a:visited {
    color: #1de1d1;
}
a:active,
a:focus,
a:hover {
    color: #000;
}
a:active,
a:focus,
a:hover {
    outline: 0;
}

.header-middle {
    width: 75%;
}
.header-middle .widget {
    margin-bottom: 18px;
}
.header-right {
    float: right;
    text-align: right;
    width: 23%;
}
/*Footer Menu*/
.footer-sports-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 20px auto;
  text-align: left;
  font-size: 12px;
}

.footer-sport-group {
  min-width: 120px;
  flex: 1 1 120px;
}

.footer-sport-title {
  color: #1de1d1;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 13px;
}

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

.footer-menu-list li {
  margin-bottom: 4px;
}

.footer-menu-list a {
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
}

.footer-menu-list a:hover {
  text-decoration: underline;
  color: #fff;
}
.site-header .btn-link {
    color: #1de1d1;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-left: 20px;
}
.site-header .btn-link:hover {
    background: #1de1d1;
    color: #fff;
}
.site-header .link {
    color: #1de1d1;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-left: 20px;
}
.site-header .link:hover {
    color: #1de1d1;
}
@media screen and (max-width: 1478px) {
    .site-header .btn-link {
        font-size: 17px;
        padding: 13px 19px 10px;
    }
    .site-header .link {
        font-size: 17px;
    }
}
@media screen and (max-width: 1399px) {
    .site-header {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1299px) {
    .header-middle {
        width: 66%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .header-right {
        width: 20%;
    }
    .site-header .btn-link {
        font-size: 14px;
        padding: 8px 10px 8px;
        margin-left: 10px;
    }
    .site-header .link {
        font-size: 14px;
    }
    .social-menu-wrap ul {
        margin-bottom: 18px;
    }
}
@media screen and (min-width: 1025px) {
    .show-small {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .hide-small {
        display: none;
    }
    .site-header {
        padding: 10px 20px;
    }
    .header-middle {
        order: 1;
        width: 40px;
    }
    .header-logo-mobile {
        display: block !important;
        float: right !important;
        max-width: 75% !important;
    }
    .header-right {
        order: 3;
        width: 124px;
    }
    .header-middle .widget {
        display: none;
    }

    .social-menu-wrap ul {
        margin-bottom: 0;
    }
    .site-header .link {
        margin: 15px;
        display: block;
    }
    .site-header .btn-link {
        padding: 8px 10px 8px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .site-header {
        padding: 10px 15px;
    }

    .header-middle .widget {
        display: none;
    }
    .header-right {
        width: 134px;
    }
    .social-menu-wrap {
        float: left;
    }
    .social-menu-wrap ul li + li {
        margin-left: 8px;
    }
}

@media screen and (max-width: 1299px) {
    .main-navigation li {
        font-size: 14px;
    }
    .main-navigation .menu > li,
    .main-navigation .menu > li.menu-item-has-children > a {
        padding-right: 13px;
    }
    .main-navigation .menu > li + li {
        padding-left: 15px;
    }
    .main-navigation .menu > li .nav-click {
        right: 15px;
    }
}
@media screen and (min-width: 1025px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation .menu {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .navigation-wrap {
        transform: translateX(-100%);
        transition: transform 0.5s ease;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 100;
        background: #000;
        padding: 20px 0;
        top: 110px;
        height: calc(100vh - 110px);
        overflow-y: auto;
    }
    .main-navigation li {
        font-size: 18px;
    }
    .main-navigation .menu > li {
        width: 100%;
        padding: 0;
    }
    .main-navigation .menu > li + li {
        padding: 0;
        border-left: none;
    }
    .main-navigation .menu > li > a {
        padding: 5px 20px;
    }
    .main-navigation .menu > li.menu-item-has-children > a {
        padding-right: 30px;
    }
    .main-navigation ul ul {
        position: relative;
        width: 100%;
        display: none;
    }
    .main-navigation ul ul a,
    .main-navigation ul ul li {
        width: 100%;
    }
    .main-navigation .menu > li .nav-click {
        padding-left: 0;
        width: 100%;
        height: 37px;
        z-index: 1;
        cursor: pointer;
        right: 0;
        text-align: right;
        margin-right: 15px;
    }
    .main-navigation .menu > li .nav-click:before {
        font-size: 20px;
    }
    .main-navigation .menu > li .nav-click.opened:before {
        content: "\f106";
    }
}
@media screen and (max-width: 767px) {
    .main-navigation .navigation-wrap {
        top: 70px;
        height: calc(100vh - 70px);
    }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}

:root { --teal: rgb(0,191,165); }

.site-footer {
  background: #0b0b0c;
  color: #cfd3d6;
  border-top: 1px solid #15171a;
  padding: 36px 20px 20px;
}
.footer-widgets.container,
.footer-nav.container,
.footer-social,
.footer-copy { max-width: 1200px; margin: 0 auto; }

.footer-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 36px;
  margin-top: 10px;
}

.footer-col { min-width: 180px; }
.footer-h {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 10px;
  color: #e8ebee;
  border-left: 3px solid var(--teal);
  padding-left: 8px;
}
.footer-h a { color: inherit; text-decoration: none; }

.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin: 6px 0; line-height: 1.25; }
.footer-list a {
  font-size: 12.5px;
  color: #b6bcc2;
  text-decoration: none;
}
.footer-list a:hover { color: #fff; text-decoration: underline; }

.footer-social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-social a { margin: 0; }
.footer-social img { width: 48px; height: 48px; }

.footer-copy {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #15171a;
  font-size: 12px;
  color: #9aa1a8;
  text-align: center;
}

.footer-disclaimer {
  margin-top: 6px;
  font-size: 10px;
  color: #9aa1a8;
  text-align: center;
}

/* Responsive */
@media (max-width: 1100px) { .footer-nav { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 800px)  { .footer-nav { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .footer-nav { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px)  { .footer-nav { grid-template-columns: 1fr; } }

@media (max-width: 600px) {
  .footer-social img { width: 72px; height: 72px; }
}

.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.sticky {
    display: block;
}
.page,
.post {
    margin: 0;
}
.updated:not(.published) {
    display: none;
}
.entry-content,
.entry-summary,
.page-content {
    margin: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.header-logo {
    max-width: 5vw;
    display: block;
}
@media only screen and (max-width: 768px) {
    .header-logo {
        display: none;
    }
}
.header-logo-mobile {
    max-width: 10vw;
    display: none;
}



.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1550px) {
    .container {
        max-width: 95%;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}
.site-footer {
    background: #000;
    padding: 10px 0;
}
.site-footer .site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 15px;
}
.site-footer .widget {
    margin: 0;
}
.site-footer .widget img {
    width: 85px;
}
@media (max-width: 767px) {
    .site-footer .site-info {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .site-footer .widget img {
        width: 70px;
    }
    .site-footer .site-info {
        font-size: 12px;
    }
}
.modal-custom {
    z-index: 105000;
}
.modal.modal-dark {
    background: rgba(0, 186, 255, 0.5);
}
.modal-dark .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}
.modal-dark .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 0.5;
    text-shadow: none;
    font-size: 16px;
    margin: 0;
    padding: 5px;
}
.border-right .modal-header .close {
    display: none;
}
.modal-dark .modal-header .close:hover {
    opacity: 1;
}
.modal-dark .modal-header {
    border: none;
    padding: 0;
}
.modal-dark .modal-header .modal-title {
    width: 100%;
    text-align: center;
    color: #1de1d1;
    font-style: italic;
    font-weight: 700;
}
.modal-dark .modal-header p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.modal-dark .modal-header p a {
    color: #fff;
    font-weight: 600;
    font-style: italic;
}
.modal-dark .modal-header p strong {
    color: #fff;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}
.modal-dark .modal-header p a:hover {
    color: #1de1d1;
}
.modal-dark .modal-content {
    background: #000;
    color: #fff;
    border: none;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.modal-dark .modal-body {
    padding: 0;
}
.price-rate {
    font-size: 20px;
    color: #36c75d;
}
.modal-dark .input-group-text {
    background: #1de1d1;
    color: #000;
    border-color: #fff;
    border-right: none;
    padding: 10px;
    width: 46px;
    justify-content: center;
    border-radius: 6px 0 0 6px;
}
.error-msg,
.login-error,
.signup-error {
    color: #e53b3b;
    font-size: 15px;
}
.modal .form-row {
    margin: 0 0 15px;
}
.custom-file {
    margin-bottom: 1rem;
}
.custom-file-label {
    background: #000;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    font-size: 16px;
    height: 45px;
    line-height: 1.9;
    box-shadow: none;
    text-transform: none;
}
.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    border-color: #fff;
}
.custom-file-label.selected {
    color: #fff;
}
.custom-file-label::after {
    background: #1de1d1;
    color: #000;
    height: 100%;
    line-height: 1.9;
    border: none;
}
.modal-dark .form-control {
    background: #000;
    border-color: #fff;
    color: #fff;
    padding: 10px;
    height: 45px;
    border-radius: 6px;
}
.modal-dark select.form-control {
    color: rgba(255, 255, 255, 0.7);
}
.modal-dark .input-group .form-control {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.modal-dark .form-control:focus {
    color: #fff;
    outline: 0;
}
.forgot-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 500;
}
.forgot-link:visited {
    color: rgba(255, 255, 255, 0.5);
}
.forgot-link:hover {
    color: #1de1d1;
    text-decoration: none;
}
.modal-dark .btn-link {
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: none;
    height: 50px;
    line-height: 2;
    margin: 0;
}
.modal-dark .btn-link:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}
.modal-dark .btn-link:hover {
    text-decoration: none;
    color: #fff;
}
.modal-dark .btn-link.btn-signin {
    background: #1de1d1;
    color: #000;
}
.modal-dark .btn-link.btn-signin:hover {
    background: #fff;
    color: #1de1d1;
}
.modal-dark .btn-link.btn-signup {
    background: rgba(0, 186, 255, 0.2);
    color: #1de1d1;
}
.modal-dark .btn-link.btn-signup:hover {
    background: #1de1d1;
    color: #fff;
}
.modal-dark .btn {
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}









/* brand color */
#loginModal { --teal: rgb(0,191,165); }

/* Container + animation */
#loginModal .modal-dialog { transition: transform .25s ease, opacity .25s ease; }
#loginModal.show .modal-dialog { transform: translateY(0); opacity: 1; }
#loginModal.fade .modal-dialog { transform: translateY(12px); opacity: 1; }

/* Ensure modal body itself is opaque */
#loginModal .modal-content {
  background: #111;         /* solid dark background */
  border-radius: 14px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 12px 30px rgba(0,0,0,.6);
}

/* If you want a subtle transparency, use RGBA on background only, not opacity */
#loginModal .modal-content {
  background: rgba(17, 17, 17, 0.95); /* nearly solid black */
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.2);  /* dim page behind slightly */
}


#loginModal .modal-header{
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:1.25rem 1.5rem;
  margin-bottom:.5rem;
}

#loginModal .modal-header .modal-title{
  font-size:1.6rem;
  font-weight:600;
  color:var(--teal);
  letter-spacing:.3px;
}

/* Inputs */
#loginModal .form-control{
  background:#1b1b1b;
  border:1px solid #2a2a2a;
  color:#fff;
  padding:.8rem 1rem;
  border-radius:10px;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
  margin-bottom:15px;           /* your original rule kept */
}
#loginModal .form-control::placeholder{ color:#9aa0a6; }
#loginModal .form-control:focus{
  background:#1d1d1d;
  border-color:var(--teal);
  box-shadow:0 0 0 .2rem rgba(0,191,165,.25);
  outline:0;
}

/* If you’re using Bootstrap input-groups (those left teal blocks in the screenshot) */
#loginModal .input-group .input-group-text{
  background:#1b1b1b;
  border:1px solid #2a2a2a;
  color:#a8b3bd;
  border-right:none;
  border-radius:10px 0 0 10px;
}
#loginModal .input-group .form-control{
  border-left:none;
  border-radius:0 10px 10px 0;
}

/* Remember/Forgot row */
#loginModal .form-check-input{ accent-color:var(--teal); }
#loginModal .form-check-label{ color:#c7c7c7; }
#loginModal .forgot-link,
#loginModal .modal-body a{
  color:#aeb4ba;
  text-decoration:none;
}
#loginModal .forgot-link:hover,
#loginModal .modal-body a:hover{ color:var(--teal); }

/* Primary action */
#loginModal .btn-signin{
  display:block;
  width:100%;
  padding:.9rem 1rem;
  border:none;
  border-radius:10px;
  background:var(--teal);
  color:#051412;
  font-weight:700;
  letter-spacing:.4px;
  transition:transform .06s ease, filter .2s ease, box-shadow .2s ease;
  margin-top:10px;              /* keeps your original spacing */
}
#loginModal .btn-signin:hover{ filter:brightness(.95); box-shadow:0 6px 18px rgba(0,191,165,.35); }
#loginModal .btn-signin:active{ transform:translateY(1px); }

/* Small text */
#loginModal .subtext{
  text-align:center;
  color:#a9a9a9;
  margin-top:.25rem;
}
#loginModal .subtext a{ color:var(--teal); font-weight:600; }

.modal-backdrop {
    display: none;
}
.btn {
    border-radius: 5px;
    padding: 10px 10px 8px;
}
.btn:focus {
    box-shadow: none;
}
.btn-blue {
    background: #1de1d1;
    color: #000 !important;
    border-color: #1de1d1;
}
.btn-blue:focus,
.btn-blue:hover {
    background: #12a0d5;
    border-color: #12a0d5;
    color: #fff !important;
    box-shadow: none;
}

/* Ensure account page buttons remain legible on dark backgrounds */
.account-page .btn-blue {
    color: #1de1d1 !important;
}
.btn-white {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.btn-white:focus,
.btn-white:hover {
    background: #e2e6ea;
    color: #000;
    border-color: #e2e6ea;
}
.hero-banner {
    height: calc(100vh - 117px);
    padding: 0 5%;
}
@media (max-height: 780px) {
    .hero-banner {
        height: auto;
        padding: 5%;
    }
}
@media (max-width: 767px) {
    .hero-banner {
        height: auto;
        padding: 5%;
    }
}
.hero-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 300px;
    z-index: 1;
}
.hero-banner .elementor-container {
    height: inherit;
    z-index: 10;
}
.mw-668 {
    max-width: 668px;
}
.mw-565 {
    max-width: 565px;
}
.mw-auto {
    margin: 0 auto;
}
.hero-banner .sub-title .elementor-heading-title {
    font-style: italic;
    font-weight: 700;
}
.hero-banner .title .elementor-heading-title {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
}
.banner-video {
    border-radius: 5px;
    overflow: hidden;
}
.banner-video .elementor-custom-embed-image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.banner-video .eicon-play {
    background: rgba(0, 186, 255, 0.47);
    border-radius: 100%;
    width: 80px;
    height: 80px;
}
.banner-video .eicon-play:before {
    content: "\f04b";
    font-family: FontAwesome;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 44%;
    left: 54%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .banner-video .eicon-play {
        width: 50px;
        height: 50px;
    }
    .banner-video .eicon-play:before {
        font-size: 25px;
    }
}
.full-btn .elementor-button {
    display: block;
}
.offer-slider {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .offer-slider {
        margin-bottom: 20px;
    }
}
.offer-slider .elementor-slick-slider .slick-next,
.offer-slider .elementor-slick-slider .slick-prev {
    top: 95%;
}
.offer-slider .elementor-slick-slider .slick-next::before,
.offer-slider .elementor-slick-slider .slick-prev::before {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    font-size: 50px;
    font-style: normal;
}
@media (max-width: 767px) {
    .offer-slider .elementor-slick-slider .slick-next::before,
    .offer-slider .elementor-slick-slider .slick-prev::before {
        font-size: 30px;
    }
}
.author-list .author-wrap {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40%;
    max-height: 40%;
}
.author-list .author-wrap img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    padding-right: 10px;
}
.home .author-list .author-wrap img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    padding-right: 0;
}
.author-list .author-wrap .author-info {
    width: 80%;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}
.author-list .author-wrap .author-info h3 {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}
.author-list .author-wrap .author-info span {
    text-transform: uppercase;
}
.author-list .author-wrap a {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}
.author-list .author-wrap a:hover {
    color: #1de1d1;
    text-decoration: none;
}
.author-list .author-wrap a .fa {
    margin-left: 10px;
    font-weight: 700;
}
.author-list .article-wrap {
    background: #000;
    border-radius: 0 0 10px 10px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    min-height: 60%;
    max-height: 60%;
    margin-bottom: 40px;
}
.author-list .article-wrap h3 {
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    color: #1de1d1;
    margin: 0;
}
.author-list .article-wrap .date {
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
}
.author-list .article-wrap a {
    background: #1de1d1;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    border-radius: 5px;
    padding: 13px 15px;
    min-width: 206px;
}
.author-list .article-wrap a:hover {
    background: #12a0d5;
    color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .author-list .article-wrap,
    .author-list .author-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .author-list .author-wrap .author-info,
    .author-list .author-wrap.no-user-post .author-info {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .author-list .article-wrap .article-info {
        text-align: center;
    }
    .author-list .article-wrap a {
        display: inline-block;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .modal-dark .modal-content {
        padding: 30px;
    }
}
@media (max-width: 519px) {
    .author-list .article-wrap,
    .author-list .author-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .author-list .article-wrap {
        min-height: auto;
        max-height: unset;
        margin-bottom: 20%;
    }
    .author-list .author-wrap .author-info,
    .author-list .author-wrap.no-user-post .author-info {
        margin-bottom: 20%;
    }
    .author-list .article-wrap .article-info {
        text-align: center;
    }
    .author-list .article-wrap a {
        display: inline-block;
        margin-top: 10px;
    }
    .author-list .author-wrap .author-info h3 {
        font-size: 20px;
    }
    .author-list .author-wrap a {
        font-size: 15px;
    }
    .author-list .article-wrap h3 {
        font-size: 22px;
    }
}
.contact-form .contact-field-wrap {
    background: #fff;
    padding: 35px;
    margin: 50px 0 70px;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .contact-form .contact-field-wrap {
        margin: 30px 0;
        padding: 20px;
    }
}
.contact-form p {
    margin-bottom: 15px;
}
.contact-form label {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
.contact-form .nf-form-content .label-above .nf-field-label {
    margin-bottom: 5px;
}
.contact-form input:not([type="submit"]) {
    height: 50px;
}
.contact-form textarea {
    height: 135px;
    resize: vertical;
}
.contact-form input:not([type="submit"]),
.contact-form textarea {
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    width: 100%;
    margin-top: 5px;
    padding: 12px;
    transition: all 0.5s;
}
.contact-form input:not([type="submit"]):placeholder,
.contact-form textarea:placeholder {
    opacity: 0.5;
}
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
    color: #000;
    border-color: #1de1d1;
}
.contact-form .btn-wrap {
    text-align: center;
}
.contact-form .wpcf7-submit {
    background: #1de1d1;
    border-radius: 5px;
    border: none;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    padding: 12px;
    transition: all 0.5s;
    min-width: 314px;
    height: 50px;
    line-height: 1.6;
    display: inline-block;
    text-transform: uppercase;
}
.contact-form .wpcf7-submit:focus,
.contact-form .wpcf7-submit:hover {
    background: #fff;
    color: #1de1d1;
}
.contact-form div.wpcf7 .ajax-loader {
    display: none;
}
.contact-form span.wpcf7-not-valid-tip {
    text-transform: none;
    padding-top: 4px;
}
.contact-form div.wpcf7-aborted,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-mail-sent-ng,
.contact-form div.wpcf7-response-output,
.contact-form div.wpcf7-validation-errors {
    color: #fff;
}
.section-content ol,
.section-content ul {
    margin-left: 0;
}
.section-content ol ul {
    margin-top: 20px;
}
.section-content ol li,
.section-content ul li {
    margin-bottom: 20px;
}
.schedule-list p {
    margin-bottom: 5px;
}
.search .site-main,
.single .site-main {
    padding: 60px 0;
}
.single .entry-title {
    font-size: 45px;
    line-height: 1.4;
    text-transform: none;
    color: #000;
}
.single-content {
    width: 80%;
    float: left;
    padding-right: 100px;
}
.cat-links {
    float: left;
    width: 60%;
}
.cat-links a {
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    padding: 2px 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cat-links a:hover {
    background: #1de1d1;
    color: #000;
    text-decoration: none;
}
.single-postmeta {
    float: left;
    width: 40%;
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.single-postmeta a {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    display: inline-block;
    margin: 0 3px;
}
.single-postmeta a:hover {
    color: #1de1d1;
    text-decoration: none;
}
.single .post-thumbnail {
    padding-bottom: 30px;
}
.single .post-thumbnail img {
    border-radius: 5px;
}
.single .entry-content p {
    font-weight: 500;
}
.single .post {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navigation {
    padding-top: 25px;
}
.comments-area {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 25px 0 50px;
}
.comments-area a {
    color: rgba(0, 0, 0, 0.5);
}
.comment-list {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.comment-list li {
    position: relative;
}
.comment-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.comment-author .says {
    display: none;
}
.comment-author {
    padding-right: 70px;
}
.comment-author b {
    font-weight: 500;
}
.comment-metadata {
    font-size: 14px;
    margin-top: 10px;
}
.comment-list .reply {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-list .reply a {
    background: #1de1d1;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 3px 7px;
}
.comment-form label {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}
.comment-list ol {
    padding-left: 0;
}
@media (min-width: 1024px) {
    .topbar {
        padding-bottom: 20px;
    }
}
@media (max-width: 1299px) {
    .single-content {
        padding-right: 50px;
    }
    .sidebar {
        padding-left: 30px;
    }
}
@media (max-width: 1024px) {
    .single .entry-title {
        font-size: 35px;
    }
    .single-content {
        width: 74%;
        padding-right: 50px;
    }
    .sidebar {
        width: 26%;
        padding-left: 30px;
    }
    .cat-links a {
        font-size: 16px;
    }
    .sidebar .widget-title {
        font-size: 25px;
    }
    .cat-links {
        width: 100%;
        margin-bottom: 5px;
    }
    .single-postmeta {
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .search .site-main,
    .single .site-main {
        padding: 30px 0;
    }
    .single-content {
        width: 100%;
        padding-right: 0;
    }
    .sidebar {
        width: 100%;
        padding-left: 0;
        border: none;
        margin-bottom: 30px;
        text-align: left;
    }
    .sidebar .widget-title {
        font-size: 25px;
    }
    .single .entry-title {
        font-size: 30px;
        margin: 10px 0;
    }
    .single .post-thumbnail {
        padding-bottom: 10px;
    }
    .single .entry-content h2 {
        margin: 10px 0;
    }
}
.entry-title {
    color: #1de1d1;
}
.error404 .site-main {
    background: url(images/404.jpg) no-repeat center;
    background-size: cover;
    height: calc(100vh - 120px);
    position: relative;
}
.error404 .site-main:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.error-404 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
    padding: 20px;
}
.error-404 .page-content,
.error-404 .page-header {
    text-align: center;
}
.error-404 .page-content {
    margin-top: 20px;
}
.page-title {
    font-size: 36px;
    margin-top: 0;
}
.error-404 .page-header .page-title {
    font-size: 10em;
    margin: 0;
}
.search-form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.search-form label {
    width: 100%;
}
.search-form .search-field {
    width: 100%;
}
.search-form .search-submit {
    position: absolute;
    right: 0;
    background: #1de1d1 url(images/search.svg) no-repeat center;
    text-indent: -999px;
    background-size: 23px;
    height: 45px;
    width: 45px;
    border-radius: 0 6px 6px 0;
    padding: 5px 20px;
    overflow: hidden;
}
.search-form .search-submit:hover {
    background: #0494ca url(images/search.svg) no-repeat center;
    background-size: 23px;
}
@media (max-width: 1024px) {
    .page-title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }
    .error404 .site-main {
        height: auto;
        min-height: 400px;
    }
    .error-404 .page-header .page-title {
        font-size: 6em;
    }
    .search-form .search-field {
        height: 45px;
    }
}
.author-wrap {
    padding: 50px 0;
}
.author-wrap .content-area {
    width: 80%;
    float: left;
    padding-right: 100px;
}
.author-wrap article.type-post {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.author-wrap article.type-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.author-wrap .entry-title {
    font-size: 24px;
    text-transform: none;
    margin: 0.67em 0 20px;
}
.author-wrap .entry-title a {
    color: #000;
}
.author-wrap .post-thumbnail img {
    border-radius: 5px;
}
.author-wrap .entry-content h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 40px 0 20px;
    font-style: italic;
    line-height: 1.2;
}
.author-wrap .entry-content p {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
.read-more-link a {
    background: #1de1d1;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    padding: 6px 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.read-more-link a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.author-wrap .widget-area {
    width: 20%;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 50px;
    text-align: right;
}
.author-wrap .widget-area .widget-title {
    text-transform: uppercase;
    font-size: 30px;
}
.author-wrap .widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.author-wrap .widget-area ul li {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}
.author-wrap .widget-area a {
    color: #1de1d1;
    transition: all 0.5s;
}
.author-wrap .widget-area a:active,
.author-wrap .widget-area a:focus,
.author-wrap .widget-area a:hover {
    color: #000;
}
@media (max-width: 1024px) {
    .author-wrap .content-area {
        width: 74%;
        padding-right: 50px;
    }
    .author-wrap .widget-area {
        width: 26%;
        padding-left: 30px;
    }
    .author-wrap .entry-title {
        font-size: 35px;
    }
    .author-wrap .widget-area .widget-title {
        font-size: 25px;
    }
    .author-wrap .entry-content h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .author-wrap {
        padding: 50px 15px;
    }
    .author-wrap .content-area {
        width: 100%;
        padding-right: 0;
    }
    .author-wrap .widget-area {
        width: 100%;
        padding-left: 0;
        border-left: none;
        text-align: left;
    }
    .author-wrap .entry-content p,
    .read-more-link a {
        font-size: 16px;
    }
    .author-wrap .entry-title {
        font-size: 30px;
        margin: 10px 0;
    }
}
.form-wrap-cls {
    background: #000;
    padding: 80px 0 0;
    margin-bottom: 50px;
}
.form-wrap-cls h2 {
    color: #1de1d1;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    padding-bottom: 40px;
}
.form-wrap-cls label {
    color: #fff;
    display: block;
    font-weight: 500;
}
.form-wrap-cls input {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 50px;
}
.col-5 {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.col-7 {
    max-width: calc(50% - 5px);
    display: inline-block;
    vertical-align: middle;
}
.text-left {
    text-align: left;
}
.rating-wrap {
    max-width: 700px;
    margin-left: auto;
}
.rating-wrap .head-wrap {
    display: inline-flex;
    align-items: center;
    width: 100%;
    color: #fff;
}
.rating-wrap .head-wrap h6 {
    color: #1de1d1;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    font-size: 18px;
    width: 50%;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.rating-wrap .content-wrap {
    display: inline-flex;
    width: 100%;
    color: #fff;
    align-items: center;
    padding: 8px 0;
}
.rating-wrap .content-wrap div {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.rating-wrap .content-wrap div:first-child span {
    padding-right: 20px;
}
.rating-wrap .content-wrap div:last-child span {
    padding-left: 20px;
}
.rating-wrap .content-wrap hr {
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0;
    width: 100%;
}
.rating-wrap .content-wrap span {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: italic;
    white-space: nowrap;
}
input::-webkit-inner-spin-button {
    opacity: 1;
}
@media (max-width: 767px) {
    input::-webkit-inner-spin-button {
        opacity: 0;
        -webkit-appearance: none;
    }
}
input::-webkit-calendar-picker-indicator {
    width: 100%;
    opacity: 0;
    position: absolute;
}
input::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}
input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}
.pb-30 tr:last-child td {
    padding-bottom: 30px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.shop-error {
    display: block;
    margin-bottom: 5px;
}
body {
    scroll-behavior: smooth;
}
input::-moz-focusring,
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
    background-color: transparent;
    color: #000;
    outline: 0;
}
.dt-button-background {
    display: none !important;
}
.dt-button-collection.dropdown-menu {
    padding: 0 15px;
    line-height: 24px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100% !important;
    z-index: 99999 !important;
    min-width: 200px;
}
.dt-button-collection.dropdown-menu li {
    margin: 10px 0;
    position: relative;
    font-size: 16px;
}
.dt-button-collection.dropdown-menu li a {
    color: #000;
    font-weight: 500;
    font-style: italic;
}
.page-content-cls .paginate_button a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    font-size: 0;
}
.page-content-cls .paginate_button::before {
    position: absolute;
    visibility: visible;
}
.page-content-cls .paginate_button:hover::before {
    background: #d9f5ff;
    color: #1de1d1;
}
.default-btns {
    text-align: right;
}
.default-btns button {
    background-color: rgba(255, 255, 255, 0.23);
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 4px 2px;
    border-radius: 30px !important;
    transition: all 0.2s ease;
    line-height: 1.5;
}
.default-btns.white-btns button {
    background-color: rgba(255, 255, 255, 0.23) !important;
}
.default-btns.draftkings-btns button {
    background-color: #f46c22 !important;
}
.default-btns.fanduel-btns button {
    background-color: #1493ff !important;
}
.default-btns button:hover {
    background-color: #fff;
    color: #000;
}
.default-btns.white-btns button:hover {
    background-color: #fff !important;
}
.create-lineup-btn {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin: 0 auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
}
.disclosures {
    margin-bottom: 50px;
    font-size: 16px;
    text-align: center;
}
.mb-50 {
    margin-bottom: 50px;
}
.modal-custom .col-6 {
    padding: 0;
}
.modal-custom .modal-content {
    border-radius: 15px;
    background: 0 0;
    border: none;
}
.modal-custom .modal-header .close:hover {
    background: 0 0;
    opacity: 0.5 !important;
}
.modal-custom .modal-body {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.modal-custom .modal-header {
    background: #1de1d1;
    color: #fff;
    display: block;
    padding: 25px 15px;
}
.modal-custom .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.modal-custom .modal-header .close {
    position: absolute;
    right: 20px;
    color: #000 !important;
    text-shadow: none !important;
    font-size: 32px;
    top: 20px;
}
.modal-custom .modal-content {
    border-radius: 15px;
}
.modal-custom .form-group {
    width: 100%;
}
.modal-custom label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px !important;
}
.modal-custom .form-group > label {
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 105px);
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.modal-custom .form-group input,
.modal-custom td input[type="number"] {
    border: 2px solid rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 30px;
    text-align: center;
}
.modal-custom .form-group > input,
.modal-custom .form-group > input[type="number"],
div.modal-custom .form-group > select {
    border: 2px solid rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px !important;
    display: inline-block !important;
}
.modal-custom .form-group select {
    border: 2px solid rgba(0, 0, 0, 0.5) !important;
    width: 100% !important;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 30px;
    text-align: center;
}
.modal-custom .full-width {
    position: absolute;
    min-width: 100%;
    left: 0;
    right: 0;
}
.modal-custom table .full-width td {
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    min-width: 100% !important;
    width: 100% !important;
    position: absolute;
    display: inline-block;
}
.modal-custom td label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}
.modal-custom td input {
    margin-bottom: 30px !important;
}
.modal-custom table td:first-child {
    padding-right: 25px;
}
.modal-custom table td:last-child {
    padding-left: 25px;
}
.modal-custom .custom-table-wrap .dataTable tr td button.btn {
    padding: 6px 16px;
}
input[type="range"] {
    -webkit-appearance: none !important;
    width: 100% !important;
    height: 8px;
    background-color: #1de1d1;
    border: 1px solid #1de1d1;
    border-radius: 10px;
    margin: auto;
    transition: all 0.3s ease;
    padding: 0;
}
input[type="range"]:hover {
    background-color: #1de1d1;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 15px;
    height: 15px;
    background-color: #1de1d1;
    border-radius: 30px;
    box-shadow: 0 0 3px #3c6d59;
    transition: all 0.5s ease;
}
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none !important;
    width: 15px;
    height: 15px;
    background-color: #1de1d1;
    border-radius: 30px;
    border: 3px solid #fff;
    box-shadow: 0 0 1px 3px #000;
    transition: all 0.5s ease;
}
input[type="range"]::-webkit-slider-thumb:hover {
    background-color: #1de1d1;
}
input[type="range"]::-webkit-slider-thumb:active {
    box-shadow: 0 0 1px #1de1d1;
}
.modal-custom.modal .modal-dialog {
    z-index: 99999;
}
.modal-open .modal {
    padding-right: 0 !important;
}
.modal-open .modal-custom::before {
    position: fixed;
    width: 100%;
    content: "";
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.5;
}
.modal-custom .modal-footer {
    background: 0 0 !important;
    border: none;
    justify-content: center;
    display: block;
    text-align: center;
}
.modal-custom .modal-footer button {
    background: #000;
    font-size: 16px;
    color: #1de1d1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px;
    margin-bottom: 7px;
}
.modal-custom .modal-footer button:hover {
    background: #1de1d1;
    color: #000;
}
.modal-custom .modal-footer button.apply-btn {
    background: #1de1d1;
    color: #000;
}
.modal-custom .modal-footer button.apply-btn:hover {
    background: #000;
    color: #1de1d1;
}
.modal-custom .modal-footer button.add-all-btn {
    color: #fff;
}
.modal-form-wrap .modal-body {
    padding: 20px 40px !important;
}
.modal-footer .btn {
    float: none !important;
}
.modal-custom .modal-dialog {
    margin-top: 100px;
    max-width: 600px;
}
.modal-custom #GradeScaleDiv {
    width: 100%;
}
.modal-custom .modal-body.custom-table-wrap {
    padding: 0;
}
.modal-custom .dataTable tr td {
    padding: 3px !important;
    border: none !important;
}
.modal-custom .dataTable tr td button.btn {
    width: auto !important;
    margin: 0 !important;
    width: 40px !important;
    border-radius: 5px !important;
}
.modal-custom .custom-table-wrap .form-group input {
    width: 50px !important;
    height: 30px;
    padding: 0;
    margin: 0 !important;
}
.col-6 {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
    position: relative;
    z-index: 99999;
}
.ajax-loader::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay only */
}

/* =========================================================
   MLB AJAX LOADER
   ========================================================= */
.mlb-ajax-loader::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay only */
}
.mlb-ajax-loader::after {
    content: "";
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-image: url(img/MLB/baseball.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10000000;
    animation: spin 0.5s linear infinite;
    transform-origin: center center; /* ✅ This is the fix */
    pointer-events: none;
}

/* New: Add a separate <div> text layer under the spinning image */
.mlb-ajax-loader .loading-text {
    position: fixed;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: white;
    z-index: 10000001;
    text-shadow: 0 0 4px black;
    pointer-events: none;
}
@keyframes spin {
    0%   { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }


/* =========================================================
   NHL AJAX LOADER
   ========================================================= */
.nhl-ajax-loader::after{
  content:"";
  position:fixed;
  top:60vh;                /* adjust height if you want */
  left:-140px;             /* start off-screen */
  width:90px; height:90px;
  background:url(/wp-content/themes/topflight/img/NHL/puck.png) no-repeat center/contain;
  background-color:transparent !important;
  z-index:10000000;
  pointer-events:none;
  transform-origin:50% 50%;
  animation: puckMove 2.5s cubic-bezier(.25,1,.5,1) infinite;
}

/* Overlay (unchanged) */
.nhl-ajax-loader::before{
  content:"";
  position:fixed; inset:0;
  background:rgba(0,0,0,.6);
  z-index:9999999;
}

/* optional: subtle tilt while spinning */
@keyframes puckMove{
  0%   { left:-140px; transform: translateY(0) rotateZ(0deg) rotateX(6deg); }
  60%  { left:50vw;   transform: translateY(-4vh) rotateZ(720deg) rotateX(6deg); }
  100% { left:110vw;  transform: translateY(-4vh) rotateZ(1080deg) rotateX(6deg); }
}

/* =========================================================
   EPL AJAX LOADER
   ========================================================= */
/* ===== EPL AJAX LOADER (curving shot) ===== */
.epl-ajax-loader{
  --speed: 2.5s;                     /* slower = larger number */
  --size: clamp(70px, 8vw, 110px);
}
.epl-ajax-loader::before{
  content:""; position:fixed; inset:0;
  background:rgba(0,0,0,.6); z-index:9999999;
}
.epl-ajax-loader::after{
  content:""; position:fixed; z-index:10000000; pointer-events:none;
  width:var(--size); height:var(--size);
  background:url(/wp-content/themes/topflight/img/EPL/soccer-ball.png) center/contain no-repeat;
  /* start off-screen left, low on the field */
  left:-12vw; top:vh;
  animation: epl-bend var(--speed) ease-in-out infinite;
}
@keyframes epl-bend{
  0%   { left:-12vw; top:85vh; transform:rotateZ(0deg); }  
  100% { left:112vw; top:0vh; transform:rotateZ(750deg); }
}



/* =========================================================
   NBA AJAX LOADER
   ========================================================= */
/* ===== NBA AJAX LOADER (dribble) ===== */
/* ===== NBA AJAX LOADER — Clean dribble (no roll) ===== */
/* ===== NBA AJAX LOADER — Simple up/down dribble (no squash/roll) ===== */
/* knobs */
.nba-ajax-loader{
  --speed: 1.8s;                  /* up/down period */
  --spin: 1.2s;                   /* rotation period (shorter = faster) */
  --size: clamp(72px, 9vw, 120px);
  --apex: 28vh;
  --floor: 70vh;
}

/* overlay (unchanged) */
.nba-ajax-loader::before{
  content:""; position:fixed; inset:0;
  background:rgba(0,0,0,.6); z-index:9999999;
}

/* ball: vertical travel + flat spin */
.nba-ajax-loader::after{
  content:""; position:fixed; left:50%; top:var(--apex);
  width:var(--size); height:var(--size);
  background:url(/wp-content/themes/topflight/img/NBA/basketball.png) center/contain no-repeat;
  z-index:10000000; pointer-events:none;
  /* two animations: 1) vertical top, 2) rotateZ spin */
  animation:
    nbaDribble var(--speed) ease-in-out infinite,
    nbaSpin    var(--spin)  linear       infinite;
}

/* up → down → up (no scale) */
@keyframes nbaDribble{
  0%   { top:var(--apex); }
  50%  { top:var(--floor); }
  100% { top:var(--apex); }
}

/* flat spin; keep centered via translateX(-50%) */
@keyframes nbaSpin{
  0%   { transform: translateX(-50%) rotateZ(0deg); }
  50%   { transform: translateX(-50%) rotateZ(180deg); }
  100% { transform: translateX(-50%) rotateZ(360deg); }
}







  

.ui-widget.ui-widget-content {
    background: #a3a3a3;
    height: 6px;
    border-radius: 0;
    margin: 15px 15px 15px 0;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    -webkit-appearance: none !important;
    height: 15px;
    background-color: #1de1d1;
    border: 1px solid #1de1d1;
    border-radius: 10px;
    margin: auto;
    transition: all 0.3s ease;
    padding: 0;
    top: -5px;
}
.ui-slider-range:hover {
    background-color: #1de1d1;
}
.ui-slider-handle.ui-corner-all.ui-state-default {
    -webkit-appearance: none !important;
    width: 30px;
    height: 30px;
    background-color: #f1f1f1;
    border-radius: 30px;
    transition: all 0.5s ease;
    border: 2px solid #bfbfbf;
    top: -12px !important;
}
.ui-slider-handle:hover {
    background-color: #1de1d1;
}
.ui-slider-handle:active {
    box-shadow: 0 0 1px #1de1d1;
}
.LineTable {
    box-sizing: inherit !important;
}
.included-toggle-btn {
    text-align: center;
}
.included-toggle-btn button:hover {
    background: #000;
    color: #fff;
}
.tableholder-custom {
    max-width: 95%;
    margin: 0 auto;
}
.mobile-btn-wrap {
    display: none;
}
.site-header {
    position: relative;
    z-index: 10001;
}
.no-data {
    text-align: center !important;
}
.full-btn a.active {
    background-color: #1de1d1 !important;
    border-color: #1de1d1 !important;
    color: #fff !important;
}
.full-btn a {
    background: 0 0 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
@media (min-width: 768px) {
    .GameLinks-mobile-dropdown {
        display: none;
    }
    .hide-on-desktop {
        display: none;
    }
}
@media (max-width: 767px) {
    .GameLinks.slick-slider {
        display: none;
    }
    .hide-on-mobile {
        display: none;
    }
    .GameLinks-mobile-dropdown {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
    }
    .nba-matchups .container-custom,
    .nba-matchups .container.nba-matchup-player {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-custom table td:first-child {
        padding-right: 15px;
    }
    .modal-custom table td:last-child {
        padding-left: 15px;
    }
    .modal-form-wrap .modal-body {
        padding: 19px 20px 20px 35px !important;
    }
}
@media (max-width: 1024px) {
    .player-pool-btns {
        background: 0 0;
        width: 100% !important;
        position: relative;
    }
    .player-pool-btns #PositionButtons {
        margin: 0 auto;
        display: inherit;
    }
    .optimizer-table-custom .player-pool-btns {
        position: absolute;
        width: auto !important;
    }
    .site-header .btn-link {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .site-header .btn-link {
        font-size: 11px;
        margin-left: 5px;
    }
}
li#menu-item-35,
li#menu-item-550 {
    border-left: none;
}
.archive .single_variation_wrap {
    display: inline-block;
    margin-top: 10px;
}
.error-message {
    color: red;
}
.show-success-message {
    color: green;
    z-index: 999;
}
.archive .cart-page-link {
    min-width: 150px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    background: #1de1d1;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    padding: 10px 20px;
    transition: all 0.5s ease;
    text-align: center;
    text-decoration: none;
}
.archive .cart-page-link:hover {
    background: #0494ca;
}
.archive .shop-banner .variations_button .single_add_to_cart_button {
    height: 42px;
    text-transform: uppercase;
}
div .pb-0 {
    padding-bottom: 0;
}

.main-navigation li .sub-menu {
    min-width: 450px !important;
}
.main-navigation li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
}
.main-navigation li .sub-menu li a {
    width: 100%;
}
.tableholder-custom p.noselect-data {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
@media (max-width: 1299px) {
    .main-navigation li .sub-menu {
        min-width: 215px !important;
    }
}
@media (max-width: 1024px) {
    .player-pool-btns-wrap {
        max-width: calc(95% - 25px);
    }
}
@media (max-width: 991px) {
    .LineupContainer-main-wrap .LineupContainer {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 640px) {
    .poolsection-wrap {
        text-align: center;
    }
}
.text-center {
    text-align: center;
}
.text-center label {
    text-align: left;
}
.mt-50 {
    margin-top: 50px;
}
.form-wrap-custom-cls .col-6 {
    vertical-align: bottom;
}
.form-wrap-custom-cls label {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
}
.form-wrap-custom-cls input[type="file"],
.form-wrap-custom-cls select {
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    width: 100%;
    margin-top: 5px;
    padding: 12px;
    transition: all 0.5s;
    height: auto;
}
.text-uppercase input {
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .site-header {
        height: 121px;
        transition: all 0.5s ease;
    }
    .site-header.fixed-header {
        height: 121px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .fixed-header + #content {
        padding-top: 121px;
    }
}
@media (max-width: 767px) {
    .site-header {
        height: 84px;
    }
    .site-header.fixed-header {
        height: 84px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .fixed-header + #content {
        padding-top: 84px;
    }
}

.position-absolute-cls {
    position: absolute !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.LineupContainer-main-wrap .LineupContainer {
    margin-bottom: 10px;
    border-style: groove;
    border-color: #1de1d1;
    border-top: #000;
}
.LineupContainerRow_Total {
    background: #1de1d1 !important;
}

.nba-ranking-tabcontents tr th {
    min-width: 120px !important;
}
.nba-dk-ranking-tabcontents tr th {
    min-width: 120px !important;
}
.nba-fd-ranking-tabcontents tr th {
    min-width: 120px !important;
}
.swiper-wrapper {
    height: intrinsic !important;
}
@media (max-width: 767px) {
    .dataTable tr td {
        padding: 4px 4px !important;
    }
}
@media (max-width: 767px) {
    .team-table-wrap .table-head-wrap {
        white-space: normal !important;
        word-break: break-all;
        max-width: 80px !important;
        min-width: 80px !important;
        width: 80px !important;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .table-head-wrap {
        font-size: 13px;
    }
}
@media (min-width: 1025px) {
    .main-navigation ul li.focus > ul,
    .main-navigation ul li:hover > ul {
        left: auto;
        display: block;
    }
}
@media (max-width: 1024px) {
    .main-navigation li .sub-menu {
        left: auto;
    }
}
.tml-register {
    padding: 60px 50px;
    max-width: 800px;
    margin: 0 auto;
}
.tml-register .acf-field-true-false {
    display: flex;
    align-items: center;
}
.tml-register .acf-field-true-false .acf-label {
    order: 2;
    margin-left: 10px;
}
.tml-register .tml-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tml-register .tml-links li {
    display: inline-block;
    width: 50%;
}
.tml-register .tml-links li:last-child {
    text-align: right;
}
.tml-register .tml-links li a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    font-style: italic;
}
.tml-register .tml-links li a:hover {
    text-decoration: none;
}
.tml-register .anr_captcha_field {
    margin-bottom: 10px;
}
.tml-register .tml-submit-wrap .tml-button {
    font-size: 20px;
    padding: 12px 30px;
}

.tml-register .acf-field-true-false,
.tml-register h2 {
    display: none;
}
@media (max-width: 767px) {
    .tml-register {
        padding: 60px 15px;
    }
    .tml-register iframe {
        transform: scale(0.8) translateX(-38px);
    }
    .tml-register .tml-links li {
        width: 48%;
    }
    .tml-register .tml-links li.tml-lostpassword-link {
        width: 52%;
    }
}
.position-dropdown {
    text-align: center;
}
.position-dropdown {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    margin: 0 6px;
    border-radius: 8px !important;
    white-space: nowrap;
    border: none;
    width: 200px;
}

.filterButton {
    background-color: #1de1d1;
    padding: 5px 15px;
    color: white;
    font-size: 14;
    font-weight: 600;
    border-radius: 5px !important;
    transition: all 0.2s ease;
    line-height: 1.5;
    border: none;
}
  
  .header-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
  }
  
  .left-content {
    flex: 1 1 50%;
    padding-right: 20px;
  }
  
  .right-content {
    flex: 1 1 40%;
  }
  
  .neon-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    text-shadow: 0 0 5px #1de1d1, 0 0 10px #1de1d1, 0 0 20px #1de1d1;
    margin-bottom: 10px;
  }
  
  
  @media (max-width: 768px) {
    .header-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .left-content,
    .right-content {
      flex: 1 1 100%;
      padding: 10px 0;
    }   
    }
  @media (max-width: 400px) {
    .grade-scale li {
      font-size: 13px;
    }
  }
  
  @keyframes slideFadeIn {
    from {
      transform: translateY(20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  #batter-rankings-table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(0, 0, 0, 0.8);
    color: #f0f0f0;
    font-size: 14px;
  }
  
  #batter-rankings-table thead {
    background-color: #053d2c; /* Deep green header */
    color: #00ffcc;
    font-weight: bold;
  }
  
  #batter-rankings-table th, #batter-rankings-table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  
  #batter-rankings-table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.03);
  }
  
  #batter-rankings-table tr:hover {
    background-color: rgba(0, 255, 150, 0.1);
    transition: background-color 0.2s;
  }


/* Home Page Styling **/
.homepage-container h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
}
.feature-card:hover {
    background-color: #222;
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}


/* Account Page */
.account-page {
    padding: 40px 0;
}
.account-page h1,
.account-page h2 {
    color: #1de1d1;
}
.account-page h1 {
    margin-bottom: 30px;
}
.account-page .account-section {
    background: #343a40;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
}
.account-page .user-card {
    background: #343a40;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
}
.account-page .profile-picture {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--teal);
}

.account-page .upload-form input[type="file"] {
    color: #fff;
}

.account-page .upload-form input[type="file"]::file-selector-button,
.account-page .upload-form input[type="file"]::-webkit-file-upload-button {
    background: var(--teal);
    border: none;
    border-radius: 5px;
    color: #000;
    padding: 5px 10px;
    cursor: pointer;
}

.account-page .upload-form input[type="file"]::file-selector-button:hover,
.account-page .upload-form input[type="file"]::-webkit-file-upload-button:hover {
    background: #009688;
}


.account-page .user-settings .form-label,
.account-page .user-settings .form-check-label {
    color: #fff;
}

.account-page .user-settings .book-logo {
    width: 120px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}

.account-page .books-grid,
.account-page .props-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
}


.account-page .books-grid .book-name {
    margin-top: 0;
    word-break: break-word;
}

.account-page .range-input {
    transition: all 0.25s cubic-bezier(.53,.01,.35,1.5);
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 60px;
    border: 1px solid var(--teal);
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.account-page .range-input::-webkit-inner-spin-button,
.account-page .range-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.account-page .range-input[type=number] {
    -moz-appearance: textfield;
}

.account-page .range-input::placeholder {
    color: #fff;
}

.account-page .range-input:focus {
    outline: none;
    background: var(--teal);
    color: #fff;
}


.account-page .budget-planner .range-input {
    max-width: 150px;
    display: inline-block;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.account-page .budget-planner .units-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.account-page .budget-planner .sport-units-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.account-page .budget-planner .sport-unit {
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-page .budget-planner .sport-unit label {
    width: 90px;
    color: var(--teal);
    font-weight: 300;
    letter-spacing: 0.01em;
}


.favorite-hr-odds,
.favorite-odds {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Favorite pick star button */
.favorite-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.teal-star {
    color: #008080;
}

/* NASCAR dashboard widget */
#nascar-generator-form .nascar-section-heading {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    padding-bottom: 4px;
}

/* Global checkbox styling */
.checkbox-wrapper-33 {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: #1de1d1;
    --c-primary-20-percent-opacity: rgb(29 225 209 / 20%);
    --c-primary-10-percent-opacity: rgb(29 225 209 / 10%);
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11,.29,.18,.98);
}

.checkbox-wrapper-33 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.checkbox-wrapper-33 .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox-wrapper-33 .checkbox + .checkbox {
    margin-top: var(--s-small);
}

.checkbox-wrapper-33 .checkbox__symbol {
    display: flex;
    margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid var(--c-primary);
    position: relative;
    border-radius: 0.1em;
    width: 1.5em;
    height: 1.5em;
    transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
    box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
}

.checkbox-wrapper-33 .checkbox__symbol:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--c-primary-20-percent-opacity);
    opacity: 0;
    border-radius: 3em;
    transform: scale(1);
    transform-origin: 50% 50%;
}

.checkbox-wrapper-33 .checkbox .icon-checkbox {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: none;
    stroke-width: 3;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    color: var(--c-primary);
    display: inline-block;
}

.checkbox-wrapper-33 .checkbox .icon-checkbox path {
    transition: stroke-dashoffset var(--t-fast) var(--e-in);
    stroke-dasharray: 30px, 31px;
    stroke-dashoffset: 31px;
}

.checkbox-wrapper-33 .checkbox__textwrapper {
    margin: 0;
}

.checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
    -webkit-animation: ripple-33 1.5s var(--e-out);
            animation: ripple-33 1.5s var(--e-out);
}

.checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol .icon-checkbox path {
    transition: stroke-dashoffset var(--t-base) var(--e-out);
    stroke-dashoffset: 0px;
}

.checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
    box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
}

@-webkit-keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(20);
    }
}

@keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale(20);
    }
}

.ranking-chart-container {
    background-color: #000;
    padding: 10px;
}

/* Prevent text selection within DataTables */
.dataTables_wrapper {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

/* Optimizer lineup cards */
.lineup-results {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.lineup-card {
    background: black;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 32.5%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.lineup-card h4 {
    margin: 0 0 6px;
    font-size: 16px;
    text-align: center;
    color: #1de1d1;
}
.lineup-card ul {
    list-style: none;
    margin: 0 0 6px;
    padding: 0;
}
.lineup-card ul li {
    font-size: 13px;
    line-height: 1.3;
}
.lineup-card .totals {
    font-weight: bold;
    text-align: center;
}

/* Lineup group tabs */
.lineup-result-btns li a {
    background-color: #000;
    color: #1de1d1;
}

.lineup-result-btns li a:hover,
.lineup-result-btns li.active a {
    background-color: #111;
    color: #1de1d1;
}

.lineup-result-btns li a .tab-actions {
    float: right;
}

.lineup-result-btns li a .edit-tab,
.lineup-result-btns li a .closeTab,
.lineup-result-btns li a .close-tab {
    background: transparent;
    border: none;
    color: #1de1d1;
    margin-left: 6px;
    cursor: pointer;
    padding: 0;
    width: auto;
    height: auto;
    min-width: 0;
    font-size: 14px;
    line-height: 1;
}

.lineup-result-btns li a .edit-tab:hover,
.lineup-result-btns li a .closeTab:hover,
.lineup-result-btns li a .close-tab:hover {
    color: #17b3a5;
}

@media (max-width: 600px) {
    .lineup-card {
        width: 100%;
    }
}

/* Team stacks modal styling */
#teamStacksModal .modal-content {
    background-color: #000;
    color: #fff;
}

#teamStacksModal .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
    gap: 0.75rem;
}

#teamStacksModal .team-stack-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

#teamStacksModal .team-stack-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px;
    color: #ccc;
    margin: 0;
}

#teamStacksModal .team-stack-input {
    width: 4rem;
    padding: 5px;
    border-radius: 6px;
    background-color: #111;
    color: #fff;
    border: 1px solid #1de1d1;
    box-shadow: inset 0 0 2px #000;
}

#teamStacksModal .team-stack-input:focus {
    outline: 2px solid #1de1d1;
}

#teamStacksModal .team-logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
}



@media (max-width: 768px) {
  body {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

