:root {
    --gt-bg-theme: #4F46E5;
    --gt-bg-light-theme: #edecfd;
    --gt-bg-fafaff: #fafaff;
    --gt-bg-eef4ff: #eef4ff;
    --gt-bg-eef2ff: #eef2ff;
    --gt-bg-ffffff: #FFFFFF;
    --gt-bg-000000: #121212;

    --gt-text-theme: #4F46E5;
    --gt-text-212529: #212529;
    --gt-text-dark: #0F172A;
    --gt-text-44475b: #44475b;
    --gt-text-000000: #000000;
    --gt-text-ffffff: #FFFFFF;
    --gt-text-d5d5d5: #d5d5d5;
    --gt-text-light: #424242;
    --gt-text-muted: #757575;

    --gt-border-dark: #efefef;
    --gt-border-theme: #4F46E5;


    /* indian-indices page Start */
    --bg-base:       #f0f2f5;
    --bg-surface:    #ffffff;
    --bg-card:       #ffffff;
    --bg-hover:      #f5f7fa;
    --bg-thead:      #f8f9fc;

    --border:        #e3e7ef;
    --border-active: #1a56db;

    --text-primary:  #111928;
    --text-secondary:#374151;
    --text-muted:    #6b7280;
    --text-dim:      #9ca3af;

    --accent-blue:   #1a56db;
    --accent-blue-lt:#eff3ff;
    --accent-blue-md:#c7d7fd;
    --accent-cyan:   #0891b2;
    --accent-gold:   #d97706;
    --up:            #057a55;
    --up-bg:         #def7ec;
    --up-border:     #84e1bc;
    --down:          #c81e1e;
    --down-bg:       #fde8e8;
    --down-border:   #f8b4b4;
    --neutral-clr:   #6b7280;
    --neutral-bg:    #f3f4f6;
    --neutral-border:#d1d5db;

    --vbull:         #046c4e;  --vbull-bg: #def7ec; --vbull-bd: #84e1bc;
    --bull:          #03543f;  --bull-bg:  #d1fae5; --bull-bd:  #6ee7b7;
    --bear:          #9a3412;  --bear-bg:  #ffedd5; --bear-bd:  #fdba74;
    --vbear:         #c81e1e;  --vbear-bg: #fde8e8; --vbear-bd: #f8b4b4;

    --radius:        6px;
    --radius-lg:     10px;
    --shadow-sm:     0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
    --shadow-md:     0 4px 12px rgba(0,0,0,.08);
    --font-sans:     'Inter', sans-serif;
    --font-mono:     'IBM Plex Mono', monospace;
    --transition:    all .18s cubic-bezier(.4,0,.2,1);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--gt-text-212529);
    background-color: var(--gt-bg-ffffff);
    line-height: 1.6;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--gt-text-dark);
}

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

/* Start Font-Color */
.gt-text-theme{
    color: var(--gt-text-theme);
}
.gt-text-dark{
    color: var(--gt-text-dark);
}
.gt-text-44475b{
    color: var(--gt-text-44475b);
}
.gt-text-ffffff{
    color: var(--gt-text-ffffff);
}
.gt-text-d5d5d5{
    color: var(--gt-text-d5d5d5);
}
.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-light-theme{
    background-color: var(--gt-bg-light-theme);
}
.gt-bg-000000{
    background-color: var(--gt-bg-000000);
}
.gt-bg-fafaff{
    background-color: var(--gt-bg-fafaff);
}
.gt-bg-secondary{
    background-color: var(--gt-bg-eef4ff);
}
.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;
}
.rounded-14{
    border-radius: 14px !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-52px{
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
}
.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 16px;
    font-weight: 500;
    border-radius: 12px !important;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    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: #766aea;
    --bs-btn-hover-border-color: #766aea;
    --bs-btn-focus-shadow-rgb: 99, 102, 241;
    --bs-btn-active-color: var(--gt-text-ffffff);
    --bs-btn-active-bg: #766aea;
    --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-primary:disabled{
    cursor: none !important;
}
.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-eef4ff);
    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);
}
.read-more-btn{
    border: none;
    background-color: transparent;
    padding: 4px 6px;
    color: var(--gt-bg-theme);
    font-weight: 600;
    font-size: 16px;
    transition: 0.2s ease-in-out;
}
.read-more-btn:hover, .read-more-btn:active{
    color: var(--gt-text-theme) !important;
    opacity: 0.8;
    transition: 0.2s ease-in-out;
}
.read-more-btn:disabled{
    background-color: transparent;
    color: var(--gt-text-theme);
    opacity: 0.8;
}
.cursor-pointer{
    cursor: pointer;
}
/* ---- */
.section-s1padding{
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-title-s1{
    max-width: 760px;
    margin: 0 auto;
}
.section-badge-s1{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: var(--gt-bg-eef2ff);
    border: 1px solid #D9E2FF;
    border-radius: 50px;
    color: var(--gt-text-theme);
    font-size: 13px;
    font-weight: 600;
}
.section-title-s1 h2, .section-title-s1 h1{
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--gt-text-dark);
}
.section-title-s1 h2 span, .section-title-s1 h1 span{
    color: var(--gt-text-theme);
    position: relative;
}
.section-title-s1 h2 span::after, .section-title-s1 h1 span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 10px;
    background: rgba(79,70,229,.12);
    border-radius: 20px;
    z-index: 1;
}
.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;
}
.content-title-s1 h2{
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
}
.section-description p{
    color: #64748B;
    line-height: 1.8;
    font-size: 16px;
}
.info-badge-s2{
    display: inline-flex;
    padding: 4px 12px;
    background: var(--gt-bg-eef2ff);
    color: var(--gt-text-theme);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}
/* ---- */
.breadcrumb-section .breadcrumb-item{
    font-weight: 600;
}
.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;
    border-radius: 14px;
}
.form-control:focus {
    border-color: var(--gt-text-theme);
    box-shadow: 0 0 0 .25rem rgb(4 52 173 / 12%);
}
.form-control {
    padding: 10px 16px;
}
.form-label{
    font-weight: 500;
    margin-bottom: 4px;
}
/* -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;
}
/* Start Info-Section:search-bar */
.search-s1dropdown{
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    right:0;
    width:100%;
    z-index:999;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border:1px solid #E8EEF5;
    border-radius:20px;
    overflow:hidden;
    overflow-y:auto;
    min-height:70px;
    max-height:430px;
    box-shadow:
    0 30px 80px rgba(15,23,42,.12),
    0 8px 25px rgba(15,23,42,.05);
    animation:searchDropdown .25s ease;
}
@keyframes searchDropdown{
    from{
        opacity:0;
        transform:translateY(8px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.search-dropdown-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 16px;
    background:#F8FAFC;
    border-bottom:1px solid #EEF2F7;
}
.search-dropdown-header span{
    font-size: 14px;
    font-weight: 600;
    color: var(--gt-text-dark);
}
.search-dropdown-header small{
    font-size:13px;
    color:#64748B;
}
.search-s1dropdown ul{
    padding: 8px 0;
}
.viewed-stock{
    list-style: none;
}
.viewed-stock a{
    display: block;
    text-decoration: none;
    color: inherit;
}
.search-stock-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 16px;
    transition:all 0.2s ease-in-out;
}
.search-stock-item:hover{
    background:#F8FAFC;
}
.stock-avatar{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-weight:700;
    font-size:15px;
    color:var(--gt-bg-ffffff);
    background:linear-gradient(135deg,#5B5BD6,#8B5CF6);
}
.stock-content{
    text-align: start;
}
.stock-content h6{
    margin:0;
    font-size:15px;
    font-weight:600;
    color: var(--gt-text-dark);
}
.search-dropdown-footer{
    padding: 16px 16px;
    background:#F8FAFC;
    border-top:1px solid #EEF2F7;
}
.search-loader{
    padding:40px 20px;
    text-align:center;
    color:#64748B;
    font-size:15px;
}
.search-s1dropdown::-webkit-scrollbar{
    width:8px;
}
.search-s1dropdown::-webkit-scrollbar-track{
    background:transparent;
}
.search-s1dropdown::-webkit-scrollbar-thumb{
    background:#CBD5E1;
    border-radius:20px;
}
.search-s1dropdown::-webkit-scrollbar-thumb:hover{
    background:#94A3B8;
}
/* End Info-Section:search-bar */



/* 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%;
    border-radius: 14px;
    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-eef4ff);
    border-radius: 8px;
    height: 56px;
    width: 56px;
    min-width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}
.feature-icon-s2 {
    width:70px;
    height:70px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EEF4FF;
    color: var(--gt-text-theme);
    font-size:28px;
}
.feature-icon-s3 {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#5B5BD6,#8B5CF6);
    color:var(--gt-bg-ffffff);
    font-size:18px;
    font-weight:700;
    flex-shrink:0;
}
/* -- */
.investment-card-s2{
    background:#FAFBFD;
    border:1px solid #e8eef3;
    border-radius: 14px;
    height:100%;
}
.investment-card-s3 {
    background:var(--gt-bg-ffffff);
    border: 1px solid #EDF2F7;
    border-radius: 14px;
    box-shadow:0 25px 60px rgba(15,23,42,.06);
    overflow:hidden;
    position:relative;
    z-index: 99;
}
.investment-card-s3::before {
    content:"";
    position:absolute;
    right:-120px;
    top:-120px;
    width:300px;
    height:300px;
    z-index: -1;
    background:linear-gradient(135deg,var(--gt-bg-eef2ff),#F8FAFF);
    border-radius:50%;
}
.investment-card-s4 {
    display:block;
    height:100%;
    border-radius: 14px;
    background:var(--gt-bg-ffffff);
    border:1px solid #E8EEF5;
    text-decoration:none;
    transition:.35s;
    position:relative;
    overflow:hidden;
}
.investment-card-s4::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#4F46E5,#06B6D4);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}
.investment-card-s4:hover {
    transform:translateY(-4px);
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    border-color:#D9E3F5;
}
.investment-card-s4:hover::before {
    transform:scaleX(1);
}
.investment-card-s5 {
    background:linear-gradient(135deg,#F8FBFF,#FFFFFF);
    border:1px solid #E8EEF8;
    border-radius: 14px;
    position:relative;
    z-index: 99;
    overflow:hidden;
}
.investment-card-s5::before {
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    right:-120px;
    top:-120px;
    z-index: -1;
    border-radius:50%;
    background:rgba(99,102,241,.06);
}
/* ---- */
.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 */
.market-tabs-wrapper{
    position: relative;
}
.nav-tabs.tab-s1{
    border: 0;
    display: flex;
    gap: 2px;
    margin-bottom: -1px !important;
    position: relative;
    z-index: 5;
    transition: 0.2s ease-in-out;
}
.nav-tabs.tab-s1 .nav-item{
    margin: 0;
    transition: 0.2s ease-in-out;
}
.nav-tabs.tab-s1 .nav-link{
    border: 2px solid transparent;
    background:transparent;
    color:#64748B;
    border-radius: 18px 18px 0 0;
    padding: 10px 18px;
    font-size: 14px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:10px;
    position:relative;
    transition: 0.2s ease-in-out;
}
.nav-tabs.tab-s1 .nav-link:hover{
    color:var(--gt-text-dark);
    transition: 0.2s ease-in-out;
}
.nav-tabs.tab-s1 .nav-link.active{
    background: transparent;
    color:var(--gt-text-dark);
    border:2px solid #CDD8FF;
    border-bottom:2px solid white;
    box-shadow:none;
    z-index:10;
    transition: 0.2s ease-in-out;
}
.nav-tabs.tab-s1 .nav-link.active::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-2px;
    height:3px;
    background:transparent;
    transition: 0.2s ease-in-out;
}
.nav-tabs.tab-s1 .nav-link i{
    font-size:15px;
}
    .tab-content-s1{
    border-top: 2px solid #CDD8FF;
    animation:none;
    transition: 0.2s ease-in-out;
}
@media (max-width: 576px) {
    .tab-content-s1{
        border-top: none;
    }
    .nav-tabs.tab-s1 .nav-item{
        width: 100%;
    }
    .nav-tabs.tab-s1 .nav-link{
        border-radius: 14px;
        width: 100%;
    }
    .nav-tabs.tab-s1 .nav-link.active{
        background-color: transparent !important;
        border-bottom: 2px solid #CDD8FF;
        border-radius: 14px;
    }
    .nav-tabs.tab-s1 .nav-link.active::after{
        display: none;
    }
}
/* ---- */
.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);
    }
}
/* -- */

.nav-tabs.tab-s3 .nav-link {
    font-weight: 500;
    color: #6c757d;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    background-color: transparent;
}
.nav-tabs.tab-s3 .nav-link.active {
    color: #000;
    border-bottom: 3px solid var(--gt-bg-theme);
}
/* 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;
    height: 74px;
    top: 0;
    z-index: 999;
}
.nav-logo img{
    width: 100%;
    height: 100%;
    max-width: 160px;
    /*max-height: 23px;*/
}

.footer-logo{
    width: 200px;
    object-fit: contain;
    height: 42px;
}

.navbar-nav .nav-link {
    color: var(--gt-text-light) !important;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
    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%;
    padding: 2px;
}
.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;
    }
}
.more-nav-dropdownmenu{
    width: 340px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav-custom-border{
    border-right: 1px solid #dee2e6;
}
.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(-4px);
    width: 22px;
    top: -3px;
    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  */
.info-section-s1{
    position:relative;
    overflow:hidden !important;
    padding: 100px 0px;
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.info-section-content{
    max-width:820px;
    position:relative;
    z-index:5;
}
/* -- */
.info-bg-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    opacity:.35;
}
.info-bg-shape-1{
    width:420px;
    height:420px;
    background:#6D7CFF;
    top: 50px;
    left:-100px;
}
.info-bg-shape-2{
    width:380px;
    height:380px;
    background:#00C2A8;
    right:-80px;
    bottom:-120px;
}
/* -- */
.info-badge-s1{
    display:inline-flex;
    align-items:center;
    padding: 6px 14px;
    border-radius: 50px;
    background:var(--gt-bg-eef2ff);
    font-size: 12px;
    color: var(--gt-text-theme);
    font-weight:600;
    border: 1px solid #D9E2FF;
}
.info-section-s1 .info-main-title{
    font-size: clamp(46px,6vw,72px);
    line-height:1.1;
    font-weight:700;
    color: var(--gt-text-dark);
}
.info-section-s1 .info-main-title span{
    color:#4F46E5;
}
.info-section-s1 .sub-title{
    color:#64748B;
    max-width:720px;
}
.info-search-wrapper{
    max-width:680px;
}
.info-search-wrapper .form-control{
    height:64px;
    border-radius:60px;
    padding-left:28px;
    padding-right:75px;
    border:1px solid #E2E8F0;
    box-shadow:0 20px 60px rgba(15,23,42,.08);
    font-size:17px;
}
.info-search-wrapper .form-control:focus{
    border-color:#4F46E5;
    box-shadow:0 4px 40px rgba(79,70,229,.18);
}
.search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    right:8px;
    top:8px;
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:#4F46E5;
    color:var(--gt-bg-ffffff);
}
.popular-stocks{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.popular-stocks span{
    color:#64748B;
    font-weight:600;
}
.popular-stocks a{
    text-decoration:none;
    color: var(--gt-text-dark);
    background:var(--gt-bg-ffffff);
    border:1px solid #E2E8F0;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 14px;
    transition:all 0.2s ease-in-out;
}
.popular-stocks a:hover{
    background:var(--gt-text-theme);
    color: var(--gt-text-ffffff);
    transition:all 0.2s ease-in-out;
}
.floating-wrapper {
    position:absolute;
    z-index:2;
}
.f-card-1 {
    left:-40px;
    top:100px;
}
.f-card-2 {
    right:-40px;
    top:20px;
}
.f-card-3 {
    left:15px;
    bottom:25px;
}
.f-card-4 {
    right:15px;
    bottom:45px;
}
/* Card */
.info-floating-card {
    min-width:170px;
    padding: 16px;
    background:#fff;
    border-radius:18px;
    border:1px solid rgba(79,70,229,.08);
    box-shadow:
        0 12px 30px rgba(15,23,42,.08),
        0 2px 8px rgba(15,23,42,.04);
    backdrop-filter:blur(18px);
    transition:.35s;
}
.info-floating-card:hover {
    transform:translateY(-5px) scale(1.02);
    box-shadow:
        0 20px 50px rgba(79,70,229,.15);
}
.info-floating-card p {
    margin-bottom:4px;
}
.info-floating-card h4 {
    margin:4px 0;
}
.info-floating-card span {
    font-size:14px;
    font-weight:600;
}
.float-1 {
    animation:float1 6s ease-in-out infinite;
}
.float-2 {
    animation:float2 7s ease-in-out infinite;
}
.float-3 {
    animation:float3 5.5s ease-in-out infinite;
}
.float-4 {
    animation:float4 6.5s ease-in-out infinite;
}
@keyframes float1 {
    0%,100% {
        transform:translateY(0);
    }
    50% {
        transform:translateY(-14px);
    }
}
@keyframes float2 {
    0%,100% {
        transform:translateY(0);
    }
    50% {
        transform:translateY(12px);
    }
}
@keyframes float3 {
    0%,100% {
        transform:translateY(0);
    }
    50% {
        transform:translateY(-10px) translateX(5px);
    }
}
@keyframes float4 {
    0%,100% {
        transform:translateY(0);
    }
    50% {
        transform:translateY(10px) translateX(-5px);
    }
}
@media(max-width:992px) {
    .floating-wrapper {
        display:none;
    }
}
/* End Hero-Section  */

/* Start Recently-Search Section */
.stat-box {
    background: var(--gt-bg-ffffff);
    border: 1px solid #EEF2F7;
}
.recent-widget {
    background: var(--gt-bg-ffffff);
    border-radius: 14px;
    border:1px solid #E8EEF8;
    box-shadow:0 20px 50px rgba(15,23,42,.06);
    height: 100%;
    min-height: 440px;
}
.recent-list {
    display:flex;
    flex-direction:column;
    gap:16px;
}
.recent-item {
    display:flex;
    align-items:center;
    gap: 16px;
    padding: 12px;
    border-radius: 14px;
    text-decoration: none;
    background: #F8FAFC;
    transition: all 0.2s ease-in-out;
}
.recent-item:hover {
    background:var(--gt-bg-eef2ff);
    transform:translateX(6px);
}
.empty-state {
    text-align:center;
    padding:50px 20px;
}
.empty-icon {
    width:90px;
    height:90px;
    border-radius:50%;
    background:var(--gt-bg-eef2ff);
    color:#6366F1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin:0 auto 20px;
}
@media (max-width: 992px) {
    .recent-widget {
        min-height: auto;
    }
}
/* End Recently-Search 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 */

/* Start Investment-idea Section */
 .investment-idea-section .nav-tabs.tab-s1 .nav-link.active{
    border-bottom: 2px solid var(--gt-bg-fafaff);
 }
.feature-icon-s1.purple {
    background:#EEF4FF;
    color:#4F46E5;
}
.feature-icon-s1.green {
    background:#ECFDF5;
    color:#16A34A;
}
.feature-item p {
    margin:0;
    color:#475569;
}
.stock-tile {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 12px;
    border-radius: 14px;
    background:var(--gt-bg-ffffff);
    border:1px solid #EEF2F7;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}
.stock-tile:hover {
    transform: translateY(-4px);
    border-color:#4F46E5;
    box-shadow:0 15px 35px rgba(79,70,229,.10);
}
/* End Investment-idea Section */

/* Start Stock-Market-For-beginers  */
.learning-illustration {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
.learning-circle {
    width:260px;
    height:260px;
    border-radius:50%;
    background:linear-gradient(135deg,#EEF4FF,#F8FAFF);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:80px;
    color:#4F46E5;
}
.learning-card {
    background: var(--gt-bg-ffffff);
    border-radius: 14px;
    border:1px solid #EDF2F7;
    height:100%;
    transition: 0.2s ease-in-out;
}
.learning-card:hover {
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
}
/* End Stock-Market-For-beginers  */


/* Start Powerfull-stock Section */
.analysis-arrow {
    width:42px;
    height:42px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F8FAFC;
    color:#64748B;
    transition: all 0.2s ease-in-out;
}
.analysis-tool-card .analysis-arrow i{
    transition: all 0.2s ease-in-out;
}
.analysis-tool-card:hover .analysis-arrow {
    background:#4F46E5;
    color:var(--gt-bg-ffffff);
    transform:rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.analysis-tool-card:hover .analysis-arrow i{
    transform:rotate(-45deg);
    transition: all 0.2s ease-in-out;
}
.analysis-footer {
    border-top:1px solid #EEF2F7;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
    font-weight:600;
}
/* End Powerfull-stock Section */

/* Start Community-Polls Section */
.poll-card-s2 {
    border:none;
    border-radius: 14px;
    background:var(--gt-bg-ffffff);
    overflow:hidden;
    box-shadow: 0 20px 60px rgb(125 125 125 / 6%);
    transition: all 0.2s ease-in-out;
    height:100%;
}
.poll-card-s2:hover {
    transform:translateY(-4px);
    box-shadow:0 30px 80px rgba(79,70,229,.14);
}
.poll_option {
    display:none;
}
.poll-option-card {
    display:block;
    border: 1px solid #E8EDF6;
    border-radius: 12px;
    padding: 16px;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
    background:var(--gt-bg-ffffff);
}
.poll-option-card:hover {
    border-color: var(--gt-border-theme);
    transform:translateX(5px);
}
.poll_option:checked + .poll-option-card {
    border-color: var(--gt-border-theme);
    background:#F6F5FF;
    box-shadow:0 12px 30px rgba(91,91,214,.12);
    box-shadow: 0 4px 16px rgba(91,91,214,.12);
}
.poll-progress {
    height:10px;
    background:#EEF2F6;
    border-radius:30px;
    overflow:hidden;
}
.poll-progress-fill {
    height:100%;
    border-radius:30px;
    background:linear-gradient(90deg,#5B5BD6,#8B5CF6);
}
.poll-footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top: 1px solid #EEF2F6;
}
.poll-total {
    color:#64748B;
    font-size:14px;
    display:flex;
    gap:8px;
    align-items:center;
}
.poll-total i {
    color:#5B5BD6;
}
/* End Community-Polls Section */

/* Start CTA-Banner Section */
.analytics-wrapper{
    position:relative;
    background:linear-gradient(135deg,#4F46E5,#6D5DF6);
    border-radius: 12px;
    overflow:hidden;
    color:var(--gt-bg-ffffff);
}
.analytics-wrapper::before{
    content:"";
    position:absolute;
    width:340px;
    height:340px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-120px;
    right:-100px;
}
.analytics-wrapper::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    bottom:-120px;
    left:-60px;
}
.analytics-feature-card{
    padding: 12px;
    border-radius: 14px;
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.15);
    transition: all 0.2s ease-in-out;
}
.analytics-feature-card:hover{
    transform:translateY(-4px);
    background:rgba(255,255,255,.18);
}
.analytics-icon{
    width: 36px;
    height: 36px;
    flex-shrink:0;
    border-radius: 8px;
    background:var(--gt-bg-ffffff);
    color: var(--gt-text-theme);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}
/* End CTA-Banner Section */


/* Start Footer Section */
.footer-s1 {
    background-color: #6c5cf50d;
    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: 200px;
    max-height: 200px;
}
.news-banner-s2 img{
    width: 100%;
    height: 100%;
}
.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);
}
.login-banner-content{
    border-radius: 14px 0px 0px 14px;
}
.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;
}
@media (max-width: 992px) {
    .login-banner-content{
        border-radius: 14px;
    }
}
/* End Login Page */

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

/* Start Contact-us Page */
.contact-feature {
    border-top:1px solid #EEF2F7;
}
.contact-feature:first-of-type {
    border-top:none;
}
.contact-feature .c-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background:#EEF4FF;
    color:var(--gt-bg-theme);
    display:flex;
    align-items:center;
    justify-content:center;
}
/* -- */
.contact-form-card .form-label {
    font-weight:600;
    margin-bottom:8px;
}
.contact-form-card .form-control {
    border-radius:14px;
    border:1px solid #D7E0EC;
    min-height:54px;
    transition:.25s;
}
.contact-form-card textarea.form-control {
    min-height:170px;
    resize:none;
}
.contact-form-card .form-control:focus {
    border-color:var(--gt-bg-theme);
    box-shadow:
    0 0 0 4px rgba(86,73,255,.10);
}
.contact-bottom-card {
    padding:32px 38px;
}
.contact-bottom-card h4 {
    font-size:24px;
    font-weight:700;
}
/* End Contact-us 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-body{
    height: 100%;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.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: var(--gt-bg-ffffff);
    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: var(--gt-bg-ffffff);
}
.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: var(--gt-bg-ffffff);
    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: var(--gt-bg-fafaff);
    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-eef4ff);
    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-eef4ff);
    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: 308px;
    max-height: 328px;
}
 .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-eef4ff);
    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-eef4ff);
    color: var(--gt-text-theme) !important;
    border-color: var(--gt-bg-eef4ff);
}
.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;
      }
  }


/* Start Main Loader */
#pageLoader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
#pageLoader.hide {
    opacity: 0;
    visibility: hidden;
}
.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #eee;
    border-top: 4px solid var(--gt-border-theme);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.loader-spinner-text{
    background-color: var(--gt-bg-ffffff);
    color: var(--gt-text-theme);
    padding: 0px 6px;
    line-height: normal;
    position: absolute;
    left: 49.5%;
    font-weight: 600;
}
/* End Main Loader */

/* Indian indices page start */
.mkt-section {
    padding: 40px 0;
}
.mkt-section + .mkt-section {
    border-top: 1px solid var(--border);
}
.section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 5px;
}
.section-desc {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.6;
}
/* -- */
.mkt-tabs {
    display: flex;
    gap: 4px;
    background: var(--bg-thead);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding:8px;
    width: fit-content;
}
.mkt-tab-btn {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    background: transparent;
    border: none;
    padding: 7px 18px;
    border-radius: 7px;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}
.mkt-tab-btn:hover {
    color: var(--text-primary);
    background: var(--gt-bg-ffffff);
    box-shadow: var(--shadow-sm);
}
.mkt-tab-btn.active {
    color: var(--gt-text-theme);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    font-weight: 700;
}
/* -- */
.market-group-label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.market-group-label::after {
    content: '';
    flex: 1;
    border-bottom: 1px dashed #dfd6ff;
}
/* -- */
.mkt-card {
    border: 1px solid var(--gt-border-dark);
    border-radius: 14px;
    overflow: hidden;
}
.mkt-table {
    width: 100%;
    border-collapse: collapse;
}
.mkt-table thead tr {
    background: var(--gt-bg-fafaff);
    border-bottom: 1px solid #dfd6ff;
}
.mkt-table thead th {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--text-muted);
    padding: 11px 14px;
    text-align: left;
    white-space: nowrap;
}
.mkt-table tbody tr {
    border-bottom: 1px solid #f1f3f7;
    transition: var(--transition);
}
.mkt-table tbody tr:last-child {
    border-bottom: none;
}
.mkt-table tbody tr:hover {
    background: var(--bg-hover);
}
.mkt-table tbody td {
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--text-secondary);
    padding: 11px 14px;
    white-space: nowrap;
}
.mkt-table .td-name {
    font-weight: 600;
    font-size: 13px;
    color: var(--text-primary);
}
.mkt-table .td-ltp {
    font-family: var(--font-mono);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-primary);
}
.mkt-table .td-muted {
    color: var(--text-muted);
    font-family: var(--font-mono);
    font-size: 12px;
}
/* -- */
.chg-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-mono);
    font-size: 11.5px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.badge-up {
    color: var(--up);
    background: var(--up-bg);
    border-color: var(--up-border);
}
.badge-down {
    color: var(--down);
    background: var(--down-bg);
    border-color: var(--down-border);
}
.badge-neutral {
    color: var(--neutral-clr);
    background: var(--neutral-bg);
    border-color: var(--neutral-border);
}
/* -- */
.rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid transparent;
}
.rating-vbull {
    color: var(--vbull);
    background: var(--vbull-bg);
    border-color: var(--vbull-bd);
}
.rating-bull {
    color: var(--bull);
    background: var(--bull-bg);
    border-color: var(--bull-bd);
}
.rating-neutral {
    color: var(--neutral-clr);
    background: var(--neutral-bg);
    border-color: var(--neutral-border);
}
.rating-bear {
    color: var(--bear);
    background: var(--bear-bg);
    border-color: var(--bear-bd);
}
.rating-vbear {
    color: var(--vbear);
    background: var(--vbear-bg);
    border-color: var(--vbear-bd);
}
/* -- */
.table-scroll {
    overflow-x: auto;
}
.table-scroll::-webkit-scrollbar {
    height: 4px;
}
.table-scroll::-webkit-scrollbar-track {
    background: var(--bg-thead);
}
.table-scroll::-webkit-scrollbar-thumb {
    background: var(--border-active);
    border-radius: 2px;
}
/* -- */
.perf-pos {
    color: var(--up);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
}
.perf-neg {
    color: var(--down);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
}
/* -- */
.pivot-cell {
    font-size: 11.5px;
    font-family: var(--font-mono);
    color: var(--text-muted);
}
.pivot-r {
    color: var(--up);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
}
.pivot-s {
    color: var(--down);
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
}
/* -- */
.flag-pair {
    display: flex;
    align-items: center;
    gap: 8px;
}
.flag-pair img {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    border: 1px solid var(--border);
}
.empty-state {
    text-align: center;
    padding: 48px 24px;
    color: var(--text-dim);
    font-size: 13px;
}
/* -- */
@keyframes pulse {
    0%,100% {
    opacity:1;
}
50% {
    opacity:.35;
}
}
@keyframes fadeUp {
    from {
    opacity:0;
    transform:translateY(14px);
}
to {
    opacity:1;
    transform:translateY(0);
}
}
.animate-in {
    animation: fadeUp .45s ease both;
}
.delay-1 {
    animation-delay: .08s;
}
.delay-2 {
    animation-delay: .16s;
}
.delay-3 {
    animation-delay: .24s;
}
.delay-4 {
    animation-delay: .32s;
}
/* -- */
.mkt-pane {
    display: none;
}
.mkt-pane.active {
    display: block;
    animation: fadeUp .28s ease both;
}
/* -- */
@media(max-width:768px) {
    .mkt-tabs {
        flex-wrap: wrap;
        width: 100%;
    }
    .mkt-tab-btn {
        flex: 1;
        text-align: center;
        font-size: 11px;
        padding: 8px 8px;
    }
}
@media (max-width: 576px) {
    .mkt-tabs{
        flex-direction: column;
    }
    .mkt-tab-btn{
        width: 100%;
    }
}
