:root {
    --gt-bg-theme: #04ad83;
    --gt-bg-edb308: #F57C00;
    --gt-bg-f7fafc: #f7fafc;
    --gt-bg-04ad832e: #04ad832e;
    --gt-bg-s2: #F9F9F9;
    --gt-bg-s3: #EEEEEE;
    --gt-bg-s4: #E0E0E0;
    --gt-bg-ffffff: #FFFFFF;
    --gt-bg-000000: #121212;

    --gt-text-theme: #04a980;
    --gt-text-212121: #212121;
    --gt-text-44475b: #44475b;
    --gt-text-000000: #000000;
    --gt-text-ffffff: #FFFFFF;
    --gt-text-light: #424242;
    --gt-text-muted: #757575;

    --gt-border-dark: #efefef;
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--gt-text-212121);
    background-color: #fff;
    line-height: 1.6;
}

/* Start Link */
a{
    text-decoration: none;
    color: inherit;
}

/* Start Font-Color */
.gt-text-theme{
    color: var(--gt-text-theme);
}
.gt-text-44475b{
    color: var(--gt-text-44475b);
}
.gt-text-ffffff{
    color: var(--gt-text-ffffff);
}
.text-muted{
    color: var(--gt-text-muted);
}
.text-positive {
    color: #198754;
}
.text-negative {
    color: #dc3545;
}

.gt-border-dark{
    border-color: var(--gt-border-dark) !important;
}
.gt-border-theme{
    border-color: #04ad838a !important;
}
/* End Font-Color */

/* Start Background-Color */
.gt-bg-theme{
    background-color: var(--gt-bg-theme);
}
.gt-bg-000000{
    background-color: var(--gt-bg-000000);
}
.gt-bg-f7fafc{
    background-color: var(--gt-bg-f7fafc);
}
.gt-bg-s2{
    background-color: var(--gt-bg-s2);
}
.gt-bg-s3{
    background-color: var(--gt-bg-s3);
}
.gt-bg-s4{
    background-color: var(--gt-bg-s4) !important;
}
.gt-bg-s5{
    background-color: var(--gt-bg-s5);
}
.gt-bg-secondary{
    background-color: var(--gt-bg-04ad832e);
}
.gt-bg-darkgray{
    background-color:#c4c5c6;
}
.gt-04ad8314{
    background-color: #04ad8314;
}
.bg-positive {
    background-color: #198754;
}
.bg-negative {
    background-color: #dc3545;
}
/* End Background-Color */

/* Start Rounded */
.rounded-4{
    border-radius: 4px !important;
}
.rounded-6{
    border-radius: 6px !important;
}
.rounded-8{
    border-radius: 8px !important;
}
.rounded-12{
    border-radius: 12px !important;
}
/* End Rounded */

/* Start Font-Weight */
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
/* End Font-Weight */

/* Start Font-Size */
.fs-12px{
    font-size: 12px !important;
}
.fs-13px{
    font-size: 13px !important;
}
.fs-14px{
    font-size: 14px !important;
}
.fs-15px{
    font-size: 15px !important;
}
.fs-16px{
    font-size: 16px !important;
}
.fs-17px{
    font-size: 17px !important;
}
.fs-18px{
    font-size: 18px !important;
}
.fs-19px{
    font-size: 19px !important;
}
.fs-20px{
    font-size: 20px !important;
}
.fs-22px{
    font-size: 22px !important;
}
.fs-24px{
    font-size: 24px !important;
}
.fs-26px{
    font-size: 26px !important;
}
.fs-27px{
    font-size: 27px !important;
}
.fs-28px{
    font-size: 28px !important;
}

.change-fs-14px-12px{
    font-size: 14px;
}
.change-fs-18px-16px{
    font-size: 18px;
}
.change-fs-20px-16px{
    font-size: 20px;
}
.change-fs-20px-18px{
    font-size: 20px;
}
.change-fs-28px-24px{
    font-size: 28px;
}
.change-fs-24px-20px{
    font-size: 24px;
}
/* End Font-Size */


/* Start Height Width */
.hw-24px{
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}
.hw-32px{
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}
.hw-35px{
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
}
.hw-40px{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.hw-55px{
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
}
.hw-60px{
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}
.h-80-w-70px{
    width: 80px;
    height: 70px;
    min-width: 80px;
    min-height: 70px;
}
.hw-140px{
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
}
.max-w-800px{
    max-width: 800px;
}
.max-w-450px{
    max-width: 450px;
}
.w-md-auto{
    width: auto;
}
/* End Height Width */

/* Start All-Rounder */
.lh-normal{
    line-height: normal;
}
.white-space-nowrap{
    white-space: nowrap;
}
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: unset !important;
    min-height: 40px;
}
.btn-primary {
    --bs-btn-color: var(--gt-text-ffffff);
    --bs-btn-bg: var(--gt-bg-theme);
    --bs-btn-border-color: var(--gt-bg-theme);
    --bs-btn-hover-color: var(--gt-text-ffffff);
    --bs-btn-hover-bg: #00c292;
    --bs-btn-hover-border-color: #00c292;
    --bs-btn-focus-shadow-rgb: 99, 102, 241;
    --bs-btn-active-color: var(--gt-text-ffffff);
    --bs-btn-active-bg: #00c292;
    --bs-btn-active-border-color: var(--gt-bg-theme);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--gt-text-000000);
    --bs-btn-disabled-bg: var(--gt-bg-theme);
    --bs-btn-disabled-border-color: var(--gt-bg-theme);
}
.btn-outline-primary {
    --bs-btn-color: var(--gt-text-theme);
    --bs-btn-border-color: var(--gt-bg-theme);
    --bs-btn-hover-color: var(--gt-text-ffffff);
    --bs-btn-hover-bg: var(--gt-bg-theme);
    --bs-btn-hover-border-color: var(--gt-bg-theme);
    --bs-btn-focus-shadow-rgb: 99, 102, 241;
    --bs-btn-active-color: var(--gt-text-ffffff);
    --bs-btn-active-bg: var(--gt-bg-theme);
    --bs-btn-active-border-color: var(--gt-bg-theme);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--gt-bg-theme);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--gt-bg-theme);
    --bs-gradient: none;
}
.btn-s3{
    border: none;
    font-size: 16px;
    font-weight: 500;
}
.btn-s3:hover, .btn-s3:active{
    color: var(--gt-text-theme);
}
.btn-remove{
    background-color: #f1dada;
    color: #f64c4c;
}
.btn-remove:hover, .btn-remove:active{
    background-color: #ffd5d5;
    color: #f64c4c;
}
.btn-edit{
    background-color: var(--gt-bg-04ad832e);
    color: var(--gt-text-theme);
}
.btn-edit:hover{
    background-color: #01a97f2e;
    color: var(--gt-text-theme);
}
.btn-close:focus{
    box-shadow: none;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    color: #ffffff;
    background-color: var(--gt-bg-theme);
}
.cursor-pointer{
    cursor: pointer;
}
/* ---- */
.section-s1padding{
    padding-top: 75px;
    padding-bottom: 75px;
}
.section-title-s1 h2{
    font-weight: 800;
    color: var(--gt-text-44475b);
    padding-bottom: 5px;
    margin-bottom: 40px;
    font-size: 40px;
    display: inline-block;
}
.section-title-s2 h2{
    font-weight: 600;
    color: var(--gt-text-44475b);
    padding-bottom: 5px;
    font-size: 32px;
    display: inline-block;
}
.section-title-s3 h2{
    font-weight: 600;
    color: var(--gt-text-44475b);
    padding-bottom: 5px;
    font-size: 28px;
    display: inline-block;
}
/* ---- */
.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #6c757d;
}
.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
    content: "•";
    color: #6c757d;
}

/* -Form- */
.input-field-s1{
    min-height: 46px;
    border-radius: 8px;
}
.form-control:focus {
    border-color: var(--gt-text-theme);
    box-shadow: 0 0 0 .25rem rgb(4 173 131 / 12%);
}
.form-control {
    padding: 10px 16px;
}

/* -Table- */
.table-s1 tr th, .table-s1 tr td{
    min-width: 120px;
    vertical-align: middle;
}
.text-danger.error {
    font-size: 14px;
    margin-top: 4px;
}
/* ---- */
.search-s1 .form-group i{
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    z-index: 99;
}
.search-s1 .form-group .form-control{
    padding-left: 42px;
}
.search-s1 .form-group button{
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    z-index: 99;
}
.select-date i{
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    z-index: 99;
}
.search-s1dropdown {
    background: var(--bs-body-bg);
    border-radius: 8px !important;
    margin-top: 4px;
    position: absolute;
    top: calc(100% + 8px);
    z-index: 99;
    left: 0px;
    right: 0px;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 16px;
    min-height: 50px;
    max-height: 240px;
    overflow: auto;
    transition: 0.5s;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.search-s1dropdown::-webkit-scrollbar {
    width: 8px;
    border-radius: 16px;
}
.search-s1dropdown::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 16px;
}
.search-s1dropdown::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 16px;
}

/* Start shimmer  */
.shimmer-nl badge,
.shimmer-nl h2,
.shimmer-nl h3,
.shimmer-nl h4,
.shimmer-nl h5,
.shimmer-nl h6,
.shimmer-nl button,
.shimmer-nl input,
.shimmer-nl label,
.shimmer-nl a,
.shimmer-nl i,
.shimmer-nl del,
.shimmer-nl p,
.shimmer-nl pre,
.shimmer-nl .dt-shimmer,
.shimmer-nl span {
    opacity: 0.3;
    border-radius: 5px;
    /* min-height: 1em; */
    vertical-align: middle;
    cursor: wait;
    background: currentColor !important;
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
    /*filter: var(--cs-filter-shimmer);*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shimmer-nl img {
    opacity: 0.3;
    border-radius: 0;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: darkgray !important;
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
    filter: invert(1);
}
/* End shimmer  */

/* End All-Rounder */

/* Start All Cards */
.card-s1{
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    height: 100%;
}
.card-s2{
    background: var(--gt-bg-ffffff);
    border: 1px solid #eee;
    transition: all 0.3s ease;
    border-radius: 8px;
    height: 100%;
}
.card-s2:hover{
    border-color: var(--gt-bg-theme);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.card-s3{
    border: 1px solid transparent;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* .card-s3:hover{
    border-color: var(--gt-bg-theme);
} */
.empty-card{
    min-height: 240px;
    height: 100%;
}
.feature-icon-s1{
    background-color: var(--gt-bg-04ad832e);
    border-radius: 8px;
    height: 56px;
    width: 56px;
    min-width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-icon-s1 i{
    font-size: 28px;
}
/* ---- */
.badge.bg-success-subtle {
    background-color: rgba(25, 135, 84, 0.1);
}
.badge.bg-danger-subtle {
    background-color: rgba(220, 53, 69, 0.1);
}
/* End All Cards */

/* Start Tabs */
.nav-tabs.tab-s1 .nav-link {
    font-weight: 500;
    color: #6c757d;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    background-color: transparent;
}
.nav-tabs.tab-s1 .nav-link.active {
    color: #000;
    border-bottom: 3px solid var(--gt-bg-theme);
}
/* ---- */
.tab-s2 .watchlist-tab {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
}
.tab-s2 .watchlist-tab .form-check-input[type="radio"] {
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}
.tab-s2 .watchlist-tab label {
    position: relative;
    font-weight: 500;
    text-align: center;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 1;
    font-size: 14px;
    color: #6c757d;
    line-height: normal;
    /* border-bottom: 1px solid #dee2e6; */
}
.form-check-input[type="radio"]:checked {
    ~ label {
        border-bottom: 3px solid var(--gt-bg-theme);
        transition: none;
        font-weight: 500;
        color: var(--gt-text-000000);
    }
}
/* End Tabs */


/* Start Header */
.navbar {
    background-color: var(--gt-bg-ffffff);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}
.nav-logo img{
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 23px;
}
.navbar-nav .nav-link {
    color: var(--gt-text-light) !important;
    font-weight: 500;
    transition: color 0.3s ease;
    line-height: normal;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--gt-text-theme) !important;
}
.navbar .profile-image{
    /* background-color: var(--gt-bg-theme); */
    border: 2px solid var(--gt-text-theme);
    border-radius: 50%;
}
.navbar .profile-image img{
    border-radius: 50%;
}
.navbar  .dropdown-menu.dropdown-s1 .card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar  .dropdown-menu.dropdown-s1{
    width: 250px;
    margin-top: 18px;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    background-color:var(--gt-bg-ffffff);
    -webkit-animation: fade-in-bottom .3s;
    animation: fade-in-bottom .3s;
}
@media (max-width: 575px) {
    .dropdown-menu-end[data-bs-popper]{
        right: -8px;
    }
}
.sign-in-btn{
    padding: 8px 20px;
}
/* Side Menu (mobile) */
.header-s1toggle-btn{
    position: relative;
    height: 40px;
    width: 40px;
    padding: 8px 12px;
}
.header-s1toggle-btn span:nth-child(1) {
    transform: translateY(-8px);
    width: 22px;
    right: 0px;
}
.header-s1toggle-btn span:nth-child(2) {
    transform: translateY(8px);
    width: 15px;
    right: 0px;
}
.header-s1toggle-btn span {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--gt-bg-000000);
    border-radius: 10px;
    transition: 0.3s;
    right: 0px;
}
.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;

    width: 260px;
    background: var(--gt-bg-ffffff);
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
    /* transform: translateX(100%); */
    transition:  0.35s ease-in-out;
    z-index: 1050;
    padding: 2rem 1rem;
}
.side-menu.open {
    right: 0;
    overflow-y: auto;
}
.side-menu .navbar-nav {
    flex-direction: column;
    margin-top: 2rem;
}
.side-menu .navbar-nav {
    gap: 4px;
}
/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.menu-overlay.show {
    opacity: 1;
    visibility: visible;
}
/* End Header */


/* Start Hero-Section  */
.hero-section-s1{
    background-color: #151616b5;
    padding: 202px 0px;
    z-index: 1;
}
.hero-banner-bg{
    top: 0px;
    right: 0px;
    left: 0px;
    mix-blend-mode: overlay;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    filter: blur(2px);
}
.hero-banner-bg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-section-content{
    max-width: 900px;
}
.hero-section-s1 .main-title{
    font-size: 50px;
}
.hero-section-s1 .sub-title{
    color: rgb(235, 234, 234);
}
.hero-section-s1 .search-field {
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    background-color: #fff;
    max-width: 400px; /* optional */
    transition: border-color 0.3s ease;
}
.hero-section-s1 .search-field:hover,
.hero-section-s1 .search-field:focus-within {
    border-color: var(--gt-bg-theme); /* yellow border on hover/focus */
}
.hero-section-s1 .search-field input {
    flex: 1;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
}
.hero-section-image{
    /* border: 1px solid gray; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    animation: floatY 4s ease-in-out infinite;
}
.hero-section-image img {
    border-radius: 8px;
}
@keyframes floatY {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
}
@media (max-width: 991px) {
    .hero-section-s1 .main-title {
      font-size: 40px;
    }
}
.hero-section-s1 .search-s1 .form-group .form-control{
    padding-left: 48px;
    border-radius: 50px;
}
/* End Hero-Section  */

/* Start Info-card-Section */
.recently-viewed-content{
    max-height: 240px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}
.list-bordered:not(:last-child){
    border-bottom: 1px solid #dee2e6;
}
/* End Info-card-Section */


.analytics-banner {
  background-color: #d1e7dd;
}

/* Start Community-Polls Section */
.poll-option-content [type="radio"] {
    display: none;
}
.poll-option-content .poll-label {
    border: 1px solid var(--gt-border-dark);
    border-radius: 6px;
    font-weight: 500;
    padding: 10px;
    font-size: 16px;
}
.poll-option-content [type="radio"]:checked + .poll-label {
    outline: 2px solid var(--gt-bg-theme);
    background-color: var(--gt-bg-04ad832e);
    outline-offset: 2px;
}
.poll-option-content [type="radio"]:checked + .poll-label .poll-label {
    background-color: var(--gt-bg-ffffff);
    color: var(--gt-text-theme) !important;
}
/* End Community-Polls Section */

/* Start Footer Section */
.footer-s1 {
    background-color: var(--gt-bg-f7fafc);
    color: var(--gt-text-light);
    border-top: 2px solid var(--gt-bg-theme);
}
.footer-s1 h5 {
    color: var(--gt-text-000000);
    font-weight: 600;
}
.footer-s1 ul li a {
    color: var(--gt-text-light);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-s1 ul li a:hover {
    color: var(--gt-bg-theme);
}
/* End Footer Section  */



/* Start Watchlist Page */
.watchlist-slider-content{
    width: calc(100% - 192px);
}
@media (max-width:576px) {
    .watchlist-slider-content{
        width: 100%;
    }
}
.watchlist-slider{
    border-bottom: 1px solid #dee2e6;
}
.watchlist-slider .swiper-slide, .search-game-category-slider .swiper-slide{
    width: auto;
}
/* End Watchlist Page */


/* Start News-Page */
.news-banner-s1{
    height: 100%;
    max-height: 302px;
}
.news-banner-s2{
    min-height: 180px;
}
.news-detail-main-img{
    aspect-ratio: 16/9;
    object-fit: cover;
}
/* End News-Page */


/* Start Login Page */
.login-body{
    background: linear-gradient(135deg, #d1e7dd, #9adbc0);
}
.password-addon{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
}
.otp-input{
    width: 100%;
    height: 55px;
    font-size:28px;
    font-weight: 500;
    text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/* End Login Page */

/* Start Forget-Password Page */
/* .forgetpassword-model-main .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
} */
/* End Forget-Password Page */

/* Start Anylysis-detail-table design css start */
.anylysis-detail-table .table-container {
    background-color:var(--gt-bg-ffffff);
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.anylysis-detail-table table {
    width: 100%;
    border-collapse: collapse;
}
.anylysis-detail-table thead {
    background-color: #a3afc9;
}
.anylysis-detail-table th {
    padding: 16px 12px;
    text-align: left;
    font-weight: 600;
    color: var(--gt-text-ffffff);
    border-bottom: 1px solid #e9ecef;
}
.anylysis-detail-table td {
    padding: 16px 12px;
}
.anylysis-detail-table .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa;
    border-radius: 0px 0px 16px 16px;
    flex-direction: row;
}
.anylysis-detail-table .page-info {
    color: #6c757d;
}
.anylysis-detail-table .page-controls {
    display: flex;
    gap: 8px;
}
.anylysis-detail-table .page-btn {
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: var(--gt-text-ffffff);
    cursor: pointer;
}
.anylysis-detail-table .page-btn.active {
    background-color:#a3afc9;
    color:var(--gt-text-ffffff);
}
.anylysis-detail-table .table-container tr:nth-child(even){
    background-color:#F4F6F8;
}
/* End Anylysis-detail-table */

/* trade detail chart css start */
#trade-detail-chart{
    /* height: 650px; */
    margin: 0 auto;
}
.btn-value-title{
    color: #949aa0;
    letter-spacing: 0.5px;
    font-size: 15px;
    border: 1px solid white;
}
.btn-value-title.acive{
    border: 1px solid #04a980 !important;
    border-radius: 4px;
    color: var(--gt-text-theme);
}

.comment-section-s1 .comment-content {
    flex: 1;
    background-color: #f8f9fa;
    padding: 15px 20px;
    position: relative;
}
.comment-section-s1 .comment-content::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -7px;
    width: 14px;
    height: 14px;
    background-color: #f8f9fa;
    transform: rotate(45deg);
    border-radius: 2px;
}
@media (max-width: 575px) {
    .comment-section-s1 .comment-content::before {
        top: -6px;
        left: 14px;
    }
}
.comment-section-s1 .comment-time {
    font-size:12px;
    color: #6c757d;
    margin-left: 6px;
}
.comment-section-s1 .comment-item:not(:last-child){
    margin-bottom: 24px;
}
.comment-section-s1 .comment-text {
    line-height: 22px;
}
.comment-section-s1 .comment-actions a {
    font-size: 12px;
    color:var(--gt-text-theme);
    margin-right: 15px;
    text-decoration: none;
}
.comment-section-s1 .comment-actions a:hover {
    text-decoration: underline;
}
.comment-section-s1 .reply {
    margin-left: 70px;
    /* border-left: 2px solid #dee2e6; */
    padding-left: 20px;
    position: relative;
}
.comment-section-s1 .reply::before{
    content: " ";
    width: 22px;
    height: 43px;
    border-radius: 0px 0px 0px 6px;
    border-left: 2px solid #dee2e68c;
    border-bottom: 2px solid #dee2e68c;
    position: absolute;
    left: -8px;
    top: -16px;
}
.comment-section-s1 .comment-form textarea {
    resize: none;
    padding: 12px 15px;
}
/* ---- */
.market-stats-s1 .market-stats-card {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.market-stats-s1 .market-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.market-stats-s1 .stat-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.2s ease;
    background-color: #fff;
}
.market-stats-s1 .stat-item:hover {
    background-color:#f8f9fa;
    transform: translateY(-2px);
}
.market-stats-s1 .stat-label {
    font-size:14px;
    line-height: normal;
    color: #6c757d;
    margin-bottom: 4px;
}
.market-stats-s1 .stat-value {
    font-weight: 600;
    font-size: 18px;
}
/* ---- */
.key-executive-s1 .executive-card,
.key-executive-s1 .company-info-card{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.16);
    padding: 16px;
    height: 100%;
}
.key-executive-s1 .executive-name {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: var(--gt-text-000000);
    margin-bottom: 4px;
}
.key-executive-s1 .executive-role {
    color: #6c757d;
    font-size: 14px;
}
.key-executive-s1 .executive-icon {
    border-radius: 8px;
    background: #04ad8329;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--gt-text-theme);
    font-size: 20px;
}
.key-executive-s1 .executive-wrapper {
    display: flex;
    gap: 12px;
}
/* ---- */
.category-slider {
    padding: 15px 0;
    background: #f7fafc;
    border-radius: 4px;
    margin-bottom: 24px;
  }
  .category-slider .swiper-slide {
    width: auto;
    text-align: center;
    font-size: 14px;
    background: var(--gt-bg-ffffff);
    border: 1px solid #e3e6ea;
    border-radius: 6px;
    padding: 8px 18px;
    cursor: pointer;
    color: #111;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-weight: 500;
  }
  .category-slider .swiper-slide:hover {
    border-color: #04a980;
  }
  .category-slider .swiper-slide.active {
    color:var(--gt-text-theme);
    border: 1px solid #04a980;
    box-shadow: inset -2px -2px 0 #04a980;
    font-weight: 600;
}
/* Trade details market stats css end */


/* Start Indian-indices Page */
.custom-btn .swiper-button-prev {
    left: -88px;
    position: unset;
    right: auto;
    margin: 0px;
    background-color: #daf1ea;
    color: #03a97f;
    border-radius: 8px;
    /* padding: 0px; */
    height: 36px;
    width: 36px;
}
.custom-btn .swiper-button-next {
    left: auto;
    position: unset;
    margin: 0px;
    background-color: var(--gt-bg-04ad832e);
    color: #03a97f;
    border-radius: 8px;
    height: 36px;
    width: 36px;
}
.custom-btn .swiper-button-prev svg,
.custom-btn .swiper-button-next svg {
    width: 16px;
    height: 16px !important;
}
.custom-btn  .swiper-button-next, .custom-btn .swiper-button-prev {
    &.swiper-button-disabled {
        cursor: auto;
        opacity: 1;
       pointer-events: none;
    }
}
/* ---- */
.top-gainer:hover{
    border: 1px solid #bde892;
    background: linear-gradient(265deg,#efffe2 -19.72%,hsla(0,0%,100%,0) 87.33%);
  }
  .top-looser:hover{
    border: 1px solid #ffc7c7;
    background:linear-gradient(230deg,#fcc4c4 -54.69%,hsla(0,0%,100%,0) 61.05%);
  }
/* End Indian-indices Page */

 /* Start Crypto-Market Page */
.crypto-detail-model-s1 .price-card {
    background-color: var(--gt-bg-04ad832e);
    border: 1px solid var(--gt-bg-theme);
}
.crypto-detail-model-s1 .price-card-head {
    border-bottom: 1px solid #d8d8d8;
}
.crypto-detail-model-s1 .price-value {
    font-size: 2.5rem;
    font-weight: 700;
}
/* ---- */
.progress-s1 {
    height: 10px; /* adjust height as you need */
    border-radius: 10px;
    overflow: visible; /* important to show circle outside bar */
}
.progress-s1 .progress-bar {
    border-radius: 10px;
    position: relative;
}
.progress-s1 .progress-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: calc(75% - 10px); /* 100% - width(25%) = 75% from right */
    position: absolute;
}
.about-crypto-modal .modal-body{
    max-height: 700px;
    overflow-y: auto;
}
/* End Crypto-Market Page */


/* Start User-Profile Page */
.edit-profile-image img{
    object-fit: cover;
}
.edit-profile-image .edit-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: -4px;
    right: -2px;
    background-color: var(--gt-bg-theme);
    opacity: 0.9;
}
.edit-profile-image .edit-icon i{
    font-size: 12px;
}
 /* End User-Profile Page */

 /* Start Error-Pages */
 .error-section .error-image {
    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 340px;
}
 .error-section .error-title{
    font-size: 100px;
 }
 /* End Error-Pages */


/* Start Select-2 Css  */
.select2-container{
    min-width: 170px;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered{
    background-color: white;
    border-radius: 8px;
}
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple{
    border: 1px solid var(--bs-border-color);
    min-height: 42px;
    height: 100% !important;
    border-radius: 8px;
}
.select2-container--default .select2-results__option--selected, .select2-container--classic .select2-results__option--selected{
    background-color: #1275e4ab;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple{
    color: var(--gt-text-dark-1);
    padding: 6px 36px 6px 12px;
    line-height: 28px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
    border-color:rgb(216, 215, 215);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
html[data-bs-theme="dark"] .select2-container--default .select2-selection--single{
    background-color: #1c1c1c;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 8px;
    top: 8px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: var(--gt-bg-04ad832e);
    color: #000000;
}
.select2-container--default .select2-results__option--selected, .select2-container--classic .select2-results__option--selected{
    background-color: #f5f5f5;
}
.select2-dropdown.forminput-s1select2-dropdown{
    border:1px solid rgb(216, 215, 215);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.select2-dropdown{
    border-radius: 8px;
}
.select2-container--open .select2-dropdown--below{
    border-top: none !important;
}
.select2-container--open .select2-dropdown--above{
    border-bottom: none !important;
}
/* End Select-2 Css  */

/* Start DataTable */
.listDatatable tr th, .listDatatable tr td{
    white-space: nowrap;
}
.listDatatable tr:hover{
    background-color: #f7f7f7;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{
    box-shadow: none;
}
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>*{
    box-shadow: none;
}
table.dataTable.display tbody tr:hover>.sorting_1{
    box-shadow: none;
}
table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>*{
    box-shadow: none;
}
.dataTables_wrapper .dataTables_length select{
    border-color: #eee;
    padding: 8px 10px;
    border-radius: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 4px 12px;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background-color: var(--gt-bg-04ad832e);
    color: var(--gt-text-theme) !important;
    border-color: var(--gt-bg-04ad832e);
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{
    scrollbar-width: thin;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: var(--gt-bg-theme) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid var(--gt-bg-theme) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    background: var(--gt-bg-theme) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid var(--gt-bg-theme) !important;
}
/* End DataTable */



.loader-wrap-s1{
 height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.spinner{
  width:56px;height:56px;border:6px solid rgba(0,0,0,0.12);
  border-top-color:var(--gt-bg-theme);
  border-radius:50%;
  animation:spin 0.9s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}



canvas {
    width: 100% !important;
    height: 100% !important;
    min-height: 550px;
    margin: 0 auto;
  }

  @media (max-width:768px) {
    canvas {
        width: 100% !important;
        height: 100% !important;
        min-height: 400px;
        margin: 0 auto;
      }
  }
