body {
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    --color-primary: #2563eb;
    --color-secondary: #16a34a;
    --color-red: #ef4444;


    --color-primary-accent: #eff6ff;
    --color-secondary-accent: #f0fdf4;

    --color-white: #fff;
    --color-border: #e5e7eb;

    --color-logo-main: #111827;
    --color-link: #4b5563;

    --color-gray-light: #d1d5db;
    --color-gray: #6b7280;

    --color-btn-primary: #18181b;
    --color-btn-primary-accent: #18181be6;
    --color-btn-secondary: #ffffff;
    --color-btn-secondary-accent: #f4f4f5;

    --color-weather-first: #eff6ff;
    --color-weather-second: #f0fdf4;
    --color-weather-icon: #22c55e;

    --box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --radius: 0.5rem;
    --color-input: hsl(214.3 31.8% 91.4%);

    background-image: linear-gradient(to bottom right, var(--color-secondary-accent), var(--color-primary-accent));

    padding-top: 60px;
}

.page-content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;

    margin-bottom: 0;
    margin-top: 5px;
}
.page-content p {
    margin-bottom: 0;
}
nav.navbar {
    border-width: 0;
    border-bottom-width: 1px;
    background: var(--color-white);
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
}

.navbar-toggler {
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--color-link);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--color-secondary);
}

.site-logo {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

.site-logo .logo-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--color-logo-main);
}

.site-logo .logo-icon {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--color-white);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-image: linear-gradient(to right, var(--color-secondary), var(--color-primary));
}

.nav-btn-group {
    display: flex;
    gap: 10px;
}

.footer {
    background: var(--color-logo-main);
    padding: 35px 10px 1px;
}
.footer-para {
    text-align: center;
    margin-top: 20px;

    border-width: 0;
    border-top-width: 1px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-gray-light);
}

.footer .site-logo .logo-name {
    color: var(--color-white);
}

.footer p {
    margin-top: 15px;
    color: var(--color-gray-light);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.label-heading {
    color: var(--color-white);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

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

.footer ul li {
    margin: 5px 0;
}

.footer ul li a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.footer ul li a:hover {
    color: var(--color-secondary);
}
.button {
    background: var(--color-btn-secondary);
    color: var(--color-btn-primary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    border-radius: calc(0.5rem + -2px);
    text-decoration: none;


    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
    border-width: 1px;
    transition: 0.5s;

}

.button.outline {
    background: transparent;
    color: var(--color-btn-secondary);
    border-color: var(--color-btn-secondary);
}

.button:hover {
    background: var(--color-btn-secondary-accent);
    color: var(--color-btn-primary);
}

.button-dark {
    background: var(--color-btn-primary);
    color: var(--color-btn-secondary);
}

.button-dark:hover {
    background: var(--color-btn-primary-accent);
    color: var(--color-btn-secondary);
}

.button-dark.outline {
    border-color: var(--color-btn-primary);
    color: var(--color-btn-primary);
    border-width: 2px;
}

.button-dark.outline:hover {
    background: var(--color-btn-primary-accent);
    color: var(--color-btn-secondary);
}

.slider-main {
    max-width: 100%;
    margin: 15px;
}
.slider-outter {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.slider-img-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.009) 0%, rgba(0, 0, 0, 0.76) 98%);
}
.slider-outter img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16/7;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
}
.slider-inner {
    position: absolute;
    color: var(--color-white);
    bottom: 20px;
    left: 20px;
    padding: 15px;
}
.slider-main .slick-dots {
    bottom: 12px;
}
.slider-main .slick-dots li.slick-active button:before, .slider-main .slick-dots li button:before {
    color: var(--color-white);
    font-size: 14px;
}
.slider-main .slick-dots li {
    margin: 0 2px;
}
.slider-main .slick-next {
    right: 25px;
    z-index: 99;
}
.slider-main .slick-prev {
    left: 25px;
    z-index: 99;
}
.slider-main .slick-prev:before, .slider-main .slick-next:before {
    font-size: 33px;
}
.slider-main .slick-prev, .slider-main  .slick-next {
    width: 33px;
    height: 33px;
}
.slider-inner h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.slider-inner p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.slick-dotted.slick-slider {
    margin-bottom: 5px !important;
    margin-top: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.feed-box-section {
    display: flex;
    gap: 10px;
    /* justify-content: space-around; */
}
.feed-section {
    /* background: var(--color-border); */
    margin: 15px 0;
} 
.main-feed-section {
    flex: 1;
    min-width: 0;
}
.side-feed-section {
    width: 280px;
    max-width: 100%;
    flex-shrink: 0;

    display: flex;
    gap: 10px;
    flex-direction: column;
    
}

.diff-stats-list.profile-information .side-feed-section {
    width: 350px;
}

.info-card {
    background: var(--color-white);
    padding: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
    border-width: 1px;
}
.info-card-heading {
    display: flex;
    align-items: center;
    gap: 10px;

    letter-spacing: -0.025em;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
}
.info-card-heading svg {
    width: 1.25rem;
    height: 1.25rem;
}
.info-items {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.info-item {
    /* background: var(--color-primary-accent); */
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
}

.info-item:hover {
    background: var(--color-primary-accent);
}
.info-item.with-border {
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    /* box-shadow: var(--box-shadow); */
    border-width: 1px;
    padding: 10px;
}
.match-info {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.match-info-bar {
    display: flex;
    justify-content: space-between;
}
.match-status {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;

    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: var(--color-border);
    color: var(--color-btn-primary);
    background: transparent;
}
.match-status.live{
    border-color: var(--color-red);
    color: var(--color-white);
    background: var(--color-red);
}
.match-status.result{
    border-color: var(--color-secondary-accent);
    color: var(--color-secondary);
    background: var(--color-secondary-accent);
}
.match-status.category {
    border-color: var(--color-btn-secondary-accent);
    color: var(--color-btn-primary);
    background: var(--color-btn-secondary-accent);
}
.match-info-score {
    display: flex;
    flex-direction: column;
    gap: 1px;

    margin-bottom: 10px;
}
.team-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.match-preview.score-stats {
    margin-bottom: 10px;
}
.team-score {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: center;
}

.team-name{
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
}
.match-detail .team-name{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.match-detail .team-score .team-score-runs{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.match-detail .team-score .team-score-over {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.team-score .team-score-runs {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
}
.team-score .team-score-over {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-gray);
    margin-top: -3px;
}
.match-location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-gray);
    font-size: 0.75rem;
    line-height: 1rem;
}
.match-location svg {
    width: 0.75rem;
    height: 0.75rem;
}
.match-location a {
    color: var(--color-gray);
}
.match-label {
    color: var(--color-gray);
    font-size: 0.75rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
.match-label a {
    color: var(--color-gray);
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1rem;
}
.match-label a:hover {
    text-decoration: underline;
}
.match-label svg{
    width: 0.75rem;
    height: 0.75rem;
}
.teams-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 25px; */
    gap: 15px;
}
.team-data {
    width: 50%;
}
.teams-vs {
    color: var(--color-gray);
    font-size: 0.75rem;
    line-height: 1rem;
}
.animate-pulse {
    background-color: var(--color-red);
    border-radius: 9999px;
    width: 0.75rem;
    height: 0.75rem;
}
.stats-box {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stats-name {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
}
.stats-value {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
}
.red {
    color: var(--color-red);
}
.green{
    color: var(--color-secondary);
}
.main-feed-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.article-image {
    min-width: 200px;
    overflow: hidden;
    border-radius:  8px 0 0 8px;
}
.article-image img {
    /* max-width: 100%; */
    /* aspect-ratio: 16/9; */
    width: 200px;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    border-radius:  8px 0 0 8px;
}
.article-image img:hover {
    scale: 1.1;
}
.post-article, .post-top-article{
    background-color: var(--color-white);
    border-radius: 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
    border-width: 1px;
    padding: 8px 10px;
}
.post-article img, .post-top-article .main_img{
    max-width: 100%;

    background-color: var(--color-white);
    border-radius: 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
    border-width: 1px;
    padding: 0px;

    margin-bottom: 15px;
}
.post-article h3{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
    color: var(--color-btn-primary);
}
.post-top-article .article-header {
    margin-top: 5px;
}
.post-top-article .dot-more {
    right: 0;
    top: -3px;
}
.feed-article {
    display: flex;
    /* align-items: center; */
    background-color: var(--color-white);
    border-radius: 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
    border-width: 1px;
    transition: 0.5s;

    /* overflow: hidden; */
}
.article-content {
    padding: 15px;
    flex: 1;
    /* width: 100%; */
}
.article-content a {
    text-decoration: none;
}
.article-header {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
    position: relative;
}
.dot-more {
    position: absolute;
    right: -11px;
    top: -7px;
}
.article-title {
    font-weight: 600;
    font-size: 1.65rem;
    line-height: 1.90rem;
    margin-bottom: 0.20rem;
    color: var(--color-btn-primary);
}
.article-heading {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.20rem;
    color: var(--color-btn-primary);

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article-subpara {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;

    color: var(--color-gray);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.dot-more .dropdown-toggle img{
    max-width: 21px;
}
.dot-more .dropdown-toggle {
    background: transparent;
    border: none;
}
.dropdown-toggle::after {
    content: none;
}
.dot-more .dropdown-item svg{
    width: 1.25rem !important;
    height: 1.25rem !important;
}
.dot-more .dropdown-item{ 
    display: flex;
    gap: 10px;
}
.dot-more .dropdown-menu {
    padding: 0;
    box-shadow: 0px 0 15px -8px;
}
.dot-more .dropdown-menu li a:active {
    background: var(--color-primary-accent);
    color: var(--color-btn-primary);
}

.match-btn-group {
    display: flex;
    gap: 10px;
    padding: 4px;
    border-radius: 9999px;
    background: var(--color-primary-accent);
    max-width: fit-content;

    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    border-width: 1px;
}
.match-tab a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-btn-primary);
    padding: 4px 10px;
    border-radius: 9999px;
 
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;

}

.match-tab.active a, .match-tab a:hover {
    background: var(--color-white);
    border-color: var(--color-border);
}

.match-feed .match-info-score{
    flex-direction: row;
    width: 100%;
    gap: 10px;
    flex: 1;
}
.match-feed .match-info-score .team-info, .match-feed .teams-list .team-data{
    flex: 1;
    background-color: var(--color-primary-accent);
    padding: 8px 15px;
    border-radius: 8px;
    /* margin: 0 0 10px; */
    margin: 0 0;
}

.match-own {
    text-align: center;
    background: var(--color-secondary-accent);
    color: var(--color-secondary);
    border-radius: 8px;
    padding: 8px 8px;
    margin-bottom: 15px;
}
.match-title {
    color: var(--color-btn-primary);
    letter-spacing: -0.025em;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 15px;
}
.series-info-list {
    display: flex; 
    gap: 6px 14px;
    align-items: center;
    flex-wrap: wrap;
}
.short-menu-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid var(--color-gray-light);
    margin-top: 5px;

    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
}
.short-menu-bar .menu-bar a {
    text-decoration: none;
    padding: 2px 8px;
    
    border-width: 0;
    border-bottom-width: 10px;
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
    white-space: nowrap;
}

.short-menu-bar .menu-bar.active a, .short-menu-bar .menu-bar a:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.main-table .table {
    margin-bottom: 0px;
}

.main-table .table-striped>tbody>tr:nth-of-type(odd)>*{
    box-shadow: inset 0 0 0 9999px var(--color-primary-accent);
}
.main-table .table tr td{
    text-align: center;
}
td, th {
  white-space: nowrap;  /* Prevents breaking into two lines */
}

.post-toggle {
    cursor: pointer;
}
.with-bg-main{
    background: var(--color-white);
    padding: 8px;
    border-radius: 8px;
}
.diff-stats-list {
    display: flex;
    gap: 20px;
}

.stats-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stats-items ul li{
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    border-width: 0;
    border-bottom-width: 1px;
    padding: 10px;
    
    padding: 5px 10px;
    cursor: pointer;

    font-weight: 400;

    font-size: 1.025rem;
    line-height: 1.75rem;
    color: var(--color-btn-primary);

}

.stats-items ul li.active, .stats-items ul li:hover{
    background: var(--color-primary-accent);
    color: var(--color-primary);
}
.stats-items ul li.active {
    font-weight: 500;
}
.stats-items table th {
    width: 135px;
}
.stats-items .table>:not(caption)>*>*{
    border-bottom-width: 0px;
}
.main-table {
    flex: 1;
}
.player-profile .player-image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.player-profile.player-profile-details .player-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.player-profile {
    border-width: 1px;
    background: var(--color-white);
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
    padding: 8px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.player-info {
    width: 200px;
    max-width: 100%;
}
.player-profile-details .player-info {
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 2px;
    flex-direction: column;
    justify-content: end;
}
/* .player-profile.player-profile-details{
    min-width: 550px;
    max-width: 100%;
    margin: auto;
} */
.player-name {
    font-size: 1.025rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--color-btn-primary);
}
.player-profile-details .player-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--color-btn-primary);
}

.player-extra-info {
    font-weight: 400;
    color: var(--color-gray);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* .players-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
} */
.teams-player-info {
    /* width: 100%; */
    flex: 1;
}

.players-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 15px;
}

.profile-type-heading {
    letter-spacing: -0.025em;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
}
.match-live-status {
    /* border-width: 0;
    border-bottom-width: 2px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-primary); */
    
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);

    background: var(--color-primary-accent);
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.match-feed.hidden {
    display: none !important;
}

.show-more-wrapper {
    margin-top: 15px;
}

.team-players {
    display: none;
}
.team-players.active {
    display: block;
}
.profiles-title {
    font-size: 1.025rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--color-logo-main);
}

.auth-box {
    background: var(--color-white);
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
    border-width: 1px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.auth-logo .site-logo{
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}
.auth-box-msg {
    margin-bottom: 15px;
    color: var(--color-btn-primary);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.input-group-text {
    background: transparent;
    color: var(--color-gray);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    width: 40px;
    justify-content: center;
}

.loaderCircle {width: 25px;height: 25px;border: 4px solid #FFF;border-bottom-color: transparent;border-radius: 50%;display: inline-block;box-sizing: border-box;animation: rotation 1s linear infinite;}@keyframes rotation {0% {    transform: rotate(0deg);}100% {    transform: rotate(360deg);}} 

.after-input.mb-3 + .error-msg {
    margin-top: -14px;
    margin-bottom: 14px;
    display: block;
}


.loading-feeds {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f8f9fa;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    margin: 15px auto;
    width: fit-content;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease-in-out;
}

/* Spinner Circle */
.loading-feeds::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid #3498db;
    border-top: 3px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.8s linear infinite;
}

/* Spinner Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Smooth Fade-in */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.weather-ouuter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.weather-info {
    flex: 1 48%;
    background: var(--color-white);
    padding: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    border-style: solid;
    /* border-color: var(--color-border); */
    /* border-color: var(--color-weather-icon); */
    border-color: rgb(from var(--color-weather-icon) r g b / 25%);

    box-shadow: var(--box-shadow);
    border-width: 1px;
    width: 50%;

    display: flex;
    align-items: center;
    gap: 8px;

    background-image: linear-gradient(to bottom right, var(--color-weather-first), var(--color-weather-second));

}
.weather-info.weather-sub-items{
    flex-direction: column;
    align-items: start;
    gap: 0;
}
.weather-sub-item {
    gap: 8px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
}
.weather-icon svg {
    color: var(--color-weather-icon);
}

.orange {
    --color-weather-first: #fff7ed;
    --color-weather-second: #fff7ed;
    --color-weather-icon: #f97316;
}
.purple {
    --color-weather-first: #faf5ff;
    --color-weather-second: #faf5ff;
    --color-weather-icon: #a855f7;
}
.blue {
    --color-weather-first: #eff6ff;
    --color-weather-second: #eff6ff;
    --color-weather-icon: #3b82f6;
}
.green-var {
    --color-weather-first: #f0fdf4;
    --color-weather-second: #f0fdf4;
    --color-weather-icon: #22c55e;
}
.gray {
    --color-weather-first: #f9fafb;
    --color-weather-second: #f9fafb;
    --color-weather-icon: #6b7280;
}
.indigo {
    --color-weather-first: #eef2ff;
    --color-weather-second: #eef2ff;
    --color-weather-icon: #6366f1;
}
.yellow {
    --color-weather-first: #fefce8;
    --color-weather-second: #fefce8;
    --color-weather-icon: #eab308;
    /* a16207  eab308  fef08a*/
}
.slate {
    --color-weather-first: #f8fafc;
    --color-weather-second: #f8fafc;
    --color-weather-icon: #6b7280;
}
.gray {
    --color-weather-first: #f9fafb;
    --color-weather-second: #f9fafb;
    /* --color-weather-icon: #eab308; */
}
.cyan {
    --color-weather-first: #ecfeff;
    --color-weather-second: #ecfeff;
    --color-weather-icon: #06b6d4;
}
.teal {
    --color-weather-first: #f0fdfa;
    --color-weather-second: #f0fdfa;
    --color-weather-icon: #14b8a6;
}
.red-var {
    --color-weather-first: #fef2f2;
    --color-weather-second: #fef2f2;
    --color-weather-icon: #ef4444;
}
.yellow-sun{
    --color-weather-first: #fefce8;
    --color-weather-second: #fefce8;
    --color-weather-icon: #ca8a04;
}

.green-up {
    color: #22c55e !important; 
}
.red-down {
    color: #ef4444 !important; 
}


.indigo-blue{
    --color-weather-first: #f8fafc;
    --color-weather-second: #f8fafc;
    --color-weather-icon: #6366f1;
}

.weather_main_box svg, .gold svg {
    /* color: var(--color-weather-icon, #eab308); */
    color: #eab308;
    min-width: 24px;
}
.weather-info.weather-fill-width {
    flex: 1 100%;
}
.weather-data {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.weather-data .weather-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: var(--color-gray);
    margin: 0;
}

.weather-data .weather-value {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
    margin: 0;
}
.weather-icon svg {
    width: 1rem;
    height: 1rem;
}
.weather-banner .weather-icon svg, .weather-banner .weather-icon img {
    width: 3.5rem;
    height: 3.5rem;
}
.weather-data .weather-addon {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--color-btn-primary);
    margin: 0;
}

#weather_info .loading-feeds, #icc_rankings_info .loading-feeds, .no-bg .loading-feeds {
    background: unset;
    box-shadow: unset;
}

.player_teams_name {
    white-space: unset;
}
/* *********************** */

.info-card-heading.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.heading-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.heading-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.heading-actions svg {
    cursor: pointer;
    transition: transform 0.2s ease;
}
.heading-actions svg:hover {
    transform: scale(1.1);
    stroke: #007BFF;
}


.heading-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0; /* ensures input shrinks if needed */
}

.search-box-inline {
    flex: 1;
    position: relative;
}

/* Suggestions dropdown */
#search-suggestions {
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 99;
}

#search-suggestions li {
    padding: 6px 10px;
    cursor: pointer;
    /* font-size: 14px; */
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
}
#search-suggestions li:hover {
    background: #f0f0f0;
    font-weight: 600;
}
#search-suggestions:empty {
    display: none;
}


/* Hide/Show */
.hidden {
    display: none !important;
}

.form-control {
    box-shadow: none !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background: var(--color-white);
    border-radius: calc(var(--radius) - 2px);
    border-width: 1px;
    border-color: var(--color-input);

    font-size: 16px;
}

.form-control:focus {
    border-color: var(--color-input);
    box-shadow: 0 0 0 0.15rem var(--color-input) !important;
}
#search-input{
    padding-top: 3px;
    padding-bottom: 3px;
}
.weather-details {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.weather-detail-box {
    flex: 1 1 calc(33.33% - 8px);
    /* max-width: calc(33.33% - 8px); */
}
.weather-one-row .weather-data {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.detail-fill-width {
    flex: 1 1 100%;
}
.weather-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
}
.weather-header-item {
    display: flex;
}
.weather-header-item.header-row {
    flex-direction: column;
}
.weather-header-item.header-row2 {
    gap: 8px;
    align-items: center;
}

.player-ranking {
    display: flex;
    gap: 8px;
    background: #f9fafb;
    padding: 8px;

    border-radius: 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    /* box-shadow: var(--box-shadow); */
    border-width: 0px;
    width: 100%;
    cursor: pointer;
}
.player-ranking:hover{
    background: #f3f4f6;
}
.player-ranking .player-rank{
    display: flex;
    justify-content: center;
    align-items: center;
}
.player-ranking .player-rank span{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--color-primary-accent);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #1e40af;
    box-shadow: var(--box-shadow);
} 
.player-ranking .player-rank span.rank-1{
    background: #fef9c3;
    color: #854d0e;
}
.player-ranking .player-rank span.rank-2{
    background: #F3F4F6;
    color: #1f2937;
}
.player-ranking .player-rank span.rank-3{
    background: #ffedd5;
    color: #9a3412;
}
.player-ranking .player-country {
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
}
.player-ranking .player-stats {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
}
.player-ranking .player-stats .player-name{
    font-weight: 500;
    color: var(--color-btn-primary);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.player-ranking .player-stats .player-country-name{
    font-weight: 400;
    color: var(--color-gray);
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.05rem;

    display: flex;
    gap: 2px;
    /* justify-content: center; */
    align-items: center;
}
.player-ranking .player-stats .player-country-name svg{
    width: 0.75rem;
    height: 0.75rem;
}

.match-format {
    display: none;
}
.match-format.active{
    display: flex;
}
.tab-sm-group .tab-btns a{
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    cursor: pointer;
}
.tab-sm-group .match-btn-group {
    padding: 2px;
    gap: 2px;
}

.login-modal {
    padding: 40px 20px;
    text-align: center;
}
.report-modal-main {
    max-width: 350px;
}
.report-modal {
    padding: 20px;
}
.modal-heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--color-btn-primary);
}
.modal-para {
    font-weight: 500;
    color: var(--color-gray);
    font-size: 1.00rem;
    line-height: 1.4rem;
}
.form-sm-label {
    display: flex;
    gap: 5px;

    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-btn-primary);
}
.saved{
    display: none !important;
}
.done .unsaved{
    display: none !important;
}
.done .saved{
    display: unset !important;
}
.share-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 8px;
    background: var(--color-primary-accent);
    color: var(--color-btn-primary);

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    font-size: 35px;
}
.share-btn {
    text-decoration: none;
    margin-bottom: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.share-btn span{
    color: var(--color-gray);
    font-weight: 500;
    /* font-size: 0.875rem;
    line-height: 1.25rem; */
     font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 8px;
}
.share-btn svg {
    width: 60px;
    height: 60px;
}
.share-btn:hover .share-icon {
      /* background: #444; */
}

/* Base shimmer */
@keyframes skeleton-shimmer {
    0% { background-color: #e5e5e5; }
    50% { background-color: #f2f2f2; }
    100% { background-color: #e5e5e5; }
}

.feed-article.skeleton .skeleton-box {
    display: inline-block;
    background: #e5e5e5;
    border-radius: 4px;
    animation: skeleton-shimmer 1.4s infinite linear;
}

.feed-article.skeleton .pill {
    height: 24px;
    width: 70px;
    border-radius: 12px;
    margin-right: 8px;
}

.feed-article.skeleton .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.feed-article.skeleton .title {
    width: 80%;
    height: 20px;
    margin: 8px 0;
}

.feed-article.skeleton .short { width: 60px; height: 14px; }
.feed-article.skeleton .medium { width: 120px; height: 14px; }
.feed-article.skeleton .large { width: 50%; height: 25px; }
.feed-article.skeleton .match-label {
    width: 100%;
}
.feed-article.skeleton .match-label .large{
    margin-top: 5px;
    margin-bottom: 10px;
}
.feed-article.skeleton .skeleton-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #e5e5e5;
    animation: skeleton-shimmer 1.4s infinite linear;
    margin-right: 6px;
}

/* optional to disable clicks */
.feed-article.skeleton {
    pointer-events: none;
}

.profile-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-dropdown .dropdown-toggle {
    display: inline-block;
    background: var(--color-primary);
    border-radius: 9999px;
    border: 5px double var(--color-primary-accent);
    padding: 4px 6px;
    
    font-size: 25px;
    line-height: 1.25rem;
    font-weight: 500;

    color: var(--color-white);

}
.profile-dropdown .dropdown-menu {
    left: unset;
    right: -6px;
    top: 48px;
}
.dropdown-menu {
    border-width: 1;
    background: var(--color-white);
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--color-border);
    box-shadow: var(--box-shadow);
}

.navbar-nav .dropdown-menu {
    top: 48px;
}
.sticky-section{
    position: sticky;
    top: 70px;
}
.profile-icon {
    background: var(--color-primary);
    border-radius: 9999px;
    border: 5px double var(--color-primary-accent);
    padding: 4px 6px;
    
    font-size: 50px;
    /* line-height: 1.25rem; */
    font-weight: 500;

    color: var(--color-white);
    height: 70px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-card {
    display: flex;
    gap: 10px;
    align-items: center;
}
.user-joining {
    font-weight: 500;
    color: var(--color-gray);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.user-fullname{
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--color-btn-primary);
}
.section-heading {
    color: var(--color-btn-primary);
    letter-spacing: -0.025em;
    font-weight: 600;
    font-size: 1.525rem;
    line-height: 1.75rem;
    margin-top: 10px;
    margin-left: 13px;
}
.container-custom {
    max-width: calc(100% - 0px);
    margin: auto;
}
.weather-mb {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 99;
    display: none;
}
.teams-dropdown {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}
.tab-mb {
    display: none;
}
.weather-mb img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    /* animation: pulse 2s infinite; */
    /* animation: float 3s ease-in-out infinite; */
    /* animation: rotate 6s linear infinite; */
    animation: floatPulse 3s ease-in-out infinite;
}
@keyframes floatPulse {
    0% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-5px) scale(1.05);
    }
    50% {
        transform: translateY(-10px) scale(1.1);
    }
    75% {
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.left-feed-section.parent-show-mb {
    display: block !important;
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 53px;
    padding: 0 10px;
    z-index: 99;
}
#close-btn {
    display: none;
}
.left-feed-section.parent-show-mb #close-btn{
    display: unset;
}
.error-card {
    margin: 80px auto;
    max-width: 550px;
    padding: 48px 20px;
}
@media (min-width: 991px) {
    .container-custom {
        max-width: 1200px;
        margin: auto;
    }
}
@media (max-width: 991px) {
    /* .left-feed-section {
        display: none !important;
    } */
}

@media (max-width: 1080px) and (min-width: 950px) {
    .side-feed-section {
        width: 250px;
    }
    .feed-article {
        flex-direction: column;
    }
    .article-image {
        min-width: 100%;
        max-width: 100%;
        border-radius: 8px 8px 0 0;
    }
    .article-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 0 0;
    }
}
@media (max-width: 950px) {
    .left-feed-section {
        display: none !important;
    }
    .weather-mb {
        display: inline-block;
    }
}
@media (max-width: 1045px) and (min-width: 830px) {
    .weather-detail-box {
        flex: 1 1 calc(50% - 8px);
    }
    .detail-fill-width {
        flex: 1 1 100%;
    }
}
@media (max-width: 880px) {
    .slider-outter img {
        aspect-ratio: 16/9;
    }
    .tab-desktop {
        display: none;
    }
    .tab-mb {
        display: flex;
        margin: auto;
        width: 100% !important;
    }
    .diff-stats-list{
        flex-direction: column;
    }
}
@media (max-width: 830px) {
    .side-feed-section {
        width: 250px;
    }
    .right-feed-section {
        display: none !important;
    }
}
@media (max-width: 830px) {
    .feed-article {
        flex-direction: column;
    }
    .article-image {
        min-width: 100%;
        max-width: 100%;
        border-radius: 8px 8px 0 0;
    }
    .article-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 0 0;
    }
}
@media (max-width: 750px) {
    .slider-main .slick-next {
        right: 10px;
    }
    .slider-main .slick-prev {
        left: 10px;
    }
    .slider-inner {
        left: 0;
        bottom: 0;
    }

    .weather-detail-box {
        flex: 1 1 calc(50% - 8px);
    }
    .detail-fill-width {
        flex: 1 1 100%;
    }

    .slider-main .slick-dots {
        bottom: -28px;
    }
    .slider-inner p {
        margin-bottom: 0px;
    }
    .slider-inner h3 {
        /* font-size: 1.125rem;
        line-height: 1.75rem; */
        margin-bottom: 0;

        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .slider-main .slick-dots li.slick-active button:before, .slider-main .slick-dots li button:before {
        color: var(--color-secondary);
    }
    /* .slider-main .slick-dots li {
        margin: 0 2px;
    } */
     .slick-dotted.slick-slider {
        margin-bottom: 20px !important;
     }
}
@media (max-width: 560px) {

    .weather-detail-box {
        flex: 1 1 calc(100% - 8px);
    }
    .weather-header {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .weather-header-item.header-row2{
        justify-content: center;
        width: 100%;
    }
    .weather-header-item.header-row {
        margin: auto;
    }
}
@media (max-width: 460px) {
    .slider-outter img {
        aspect-ratio: 16 / 11;
    }
    .teams-list {
        gap: 8px;
    }
}
