@charset "utf-8";
/* CSS Document */
/**************************** Global ****************************************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
   padding:0;
   margin:0;
}
body{
   background:#fff;
   color:#383838;
   font-size:16px;
   line-height:28px;
   font-weight:400;
   letter-spacing:0.14px; 
   font-family: "Inter", sans-serif;
}
input, select, textarea, .form-control{
   outline:none;
   font-family: "Inter", sans-serif;
   font-size:16px;
   color:#383838;
}
 .form-control:focus{
   box-shadow:none;
 }
a{
   outline:none;
   color:#383838;
}
a:hover, .btn:hover{
   color:#001D3D;
}

.contact-bubble{
   position:fixed;
   bottom:20px;
   right:20px;
   z-index:1050;
}
.contact-bubble a{
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background-color:#002D76 !important;
   color: white;
   justify-content: center;
   text-align: center;
   position: relative;
   box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.contact-bubble a:hover{
  background-color:#0056b3;
}
.contact-bubble svg{
  width:28px;
  height:28px;
}
.contact-bubble .lets_chat {
  display: none; /* Hide the text inside circle */
}
p{
   padding-bottom:20px;
}
select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background:url(../images/select_arrow.svg) no-repeat right 10px center #fff !important;
   background-size:13px !important;
}
.fs-8{font-size:8px !important;}
.fs-10{font-size:10px !important;}
.fs-11{font-size:11px !important;}
.fs-12{font-size:12px !important;}
.fs-13{font-size:13px !important;}
.fs-14{font-size:14px !important;}
.fs-15{font-size:15px !important;}
.fs-18{font-size:18px !important;}
.text-danger{color:#FF2020 !important;}
.text-dark{color:#0a1b33 !important;}
.text-primary{color:#4672b1 !important;}
.text-warning{color:#f1c40f !important;}
.text-secondary{color:#6E7191 !important;}
.text-gray{color:#808080 !important;}
.text-yellow{color:#FED809 !important;}
.btn-warning{background:#f1c40f !important; border-color:#f1c40f !important;}
.btn-warning:hover{background:#d9ae00 !important; border-color:#d9ae00 !important;}
.btn-primary{background: linear-gradient(158.83deg, #0A1B33 27.04%, #698AB7 90.64%) !important;}
.btn-primary:hover{background:#034099 !im#6E7191portant; border-color:#034099 !important;}
.validate-fields{border-right:3px solid #ff0000 !important;}
.bg-light{background-color:#f5f8fd !important;}
.bg-primary-light{background-color:#bfd9ff !important;}
.bg-success-light{background-color:#aaf6d3 !important;}
.bg-warning-light{background-color:#ffe9a9 !important;}
.bg-danger-light{background-color:#fdbac1 !important;}
.bg-primary{background-color:#405189 !important;}
.btn{border-radius:4px;}
.v-scrollbar{max-height:450px; overflow:auto;}
.container{
   max-width:1920px;
   padding:0 75px;
}

/*=====Top Logo and menu section===*/
.wrapper{
  padding:0;
}
.header-logo-img{
   max-width:220px;
}
.top_bar{
    position:sticky;
    top:0;
    z-index:999;
    background:#0a1b33; /* required to avoid transparency */
}
.top_bar ul li a{
   text-decoration:none;
   padding:10px 20px;
   border-radius:30px;
   color:white;
}
.top_bar ul li a:hover, .top_bar ul li a.active{
   color:#0a1b33;
   background:#fff;
}
.top_bar .dropdown-menu{
   min-width:270px;
}
.top_bar .dropdown-menu li{
   border-bottom:1px solid #eee;
   padding:10px 15px;
}
.top_bar .dropdown-menu li:last-child{
   border-bottom:0;
}
.top_bar .dropdown-menu li a{
   color:#0a1b33;
   padding:0;
}
.top_bar .dropdown-menu li a:hover{
   color:#0047a7;
}
.header_section{
   /*background: linear-gradient(158.83deg, #766CFF 27.04%, #7922D8 90.64%);*/
   background:#0a1b33;
   padding:50px 0;
}
.header_section .header_title{
   font-size:52px;
   text-shadow:0 4px 5px #000;
}
.search_text .form-control{
   height:50px;
   padding-left:40px;
}
.search_text .search_icon{
   top:10px;
   left:15px;
}
.commodity_slider .price_icon img{
   width:50px;
}

/*=====Login Page======*/
.login_wrap{
   padding:80px 16px;
}
.login_background {
   width: 100%;
   height: 100vh;
   background: url(../images/login-back.png) no-repeat top center;
   background-size: cover;
}
.login_wrap .login_form .form-control{
   height:50px;
}
.login_wrap .login_container {
   width:100%;
   max-width:450px;
   border:1px solid #ccc;
   padding:40px;
   background:#fff;
}
/*.login_wrap .login_form .btn{
   height:50px;
}*/
.view-pass{
   position:absolute;
   top:17px;
   right:16px;
   font-size:18px;
   color:#666;
   cursor:pointer;
}
.mandatory, .validate-fields {
   border-right:3px solid #ff0000 !important;
}
/*=====Login Page======*/

/*====slider section=====*/
.slider-container {
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    padding: 10px 0;
}
.slider-track {
    display: flex;
    gap: 20px;
    width: max-content;
}
/*FIXED WIDTH HERE */
.slide {
   width:300px;
   min-height:130px;
   min-width:260px;
   flex-shrink:0;
   background:#fff;
   padding:12px 16px;
   border-radius:8px;
   box-shadow:0 2px 6px rgba(0,0,0,0.1);
   font-weight:bold;
}
/*====slider section=====*/
/*======Our Service=====*/
.video_section_wrap{
   background:#b2e9fb;
}
.our_service_section{
   padding:150px 0;
}
.our_service_section .our_service_grid{
   display:grid;
   grid-template-columns:repeat(5, 1fr);
   gap:15px;
   margin:0 auto;
}
.our_service_grid .grid_item .service_icon{
   border:2px solid #50bbe0;
   width:160px;
   height:160px;
   background:#fff;
   margin:0 auto;
}
.our_service_grid .grid_item .service_icon{
   overflow:hidden;
}
.our_service_grid .grid_item .service_icon img{
   max-width:80px;
   transition: transform .3s;
}
.our_service_grid .grid_item:hover .service_icon{
   transition: transform .3s;
   border-color:#004da8 !important;
}
.our_service_grid .grid_item:hover a{
   color:#004da8 !important;
}
.our_service_grid .grid_item:hover img{
   transition: transform .3s;
   transform: scale(1.3);
}
.animated-box{
   opacity: 0;
   transform: translateY(30px);
   transition: all 0.5s ease;
}
.animated-box.visible{
   opacity:1;
   transform:translateY(0);
}
@keyframes slideUp{
  from {
   opacity: 0;
   transform: translateY(40px);
  }
  to {
   opacity: 1;
   transform: translateY(0);
  }
}
/*======Our Service=====*/

/*====footer====*/
footer{
   background:#0A1B33 !important;
   padding:30px 0 0;
}
footer .footer_logo{
   max-width:230px;
}
footer .footer_links li{
   list-style-type:none;
   margin-bottom:4px;
}
footer .footer_links li a{
   font-size:15px;
   color:#fff;
   text-decoration:none;
}
footer .footer_links li a:hover, .footer_contact a:hover{
   text-decoration:underline !important;
   color:#f1c40f;
}
footer .copy_right{
   border-top:1px solid #444;
}
footer .social_icon img:hover {
   filter: invert(0%) sepia(100%) saturate(93%) hue-rotate(362deg) brightness(224%);
   -webkit-filter: invert(0%) sepia(100%) saturate(93%) hue-rotate(362deg) brightness(224%);
}
/*====footer====*/

.form-group{
   position:relative;
}
.form-group .valid-msg{
   position:absolute;
   top:15px;
   right:5px;
   background:#ff0000;
   color:#fff;
   font-size:11px;
   line-height:18px;
   padding:0 5px;
   border-radius:3px;
   z-index:1;
}
.form-group .chksucc-msg{
	position:absolute;
    top:17px;
    right:5px;
    background:#009900;
    color:white;
    font-size:11px;
    line-height:18px;
    padding:0 5px;
    border-radius:3px;
	z-index:1;
}
.login_wrap .view-pass{
   top:15px;
   right:15px;
   cursor:pointer;
   width:20px;
   height:20px;
   background:url(../images/remove_red_eye.svg) no-repeat center;
}
.login_wrap .view-pass.fa-eye-slash{
   background:url(../images/eye-slash.svg) no-repeat center;
}
.login_wrap .view-pass:before{
   display:none;
}
.login_wrap .view-pass-conf{
   top:15px;
   right:15px;
   cursor:pointer;
   width:20px;
   height:20px;
   background:url(../images/remove_red_eye.svg) no-repeat center;
}
.login_wrap .view-pass-conf.fa-eye-slash{
   background:url(../images/eye-slash.svg) no-repeat center;
}
.login_wrap .view-pass-conf:before{
   display:none;
}

/* Sidebar clean look */
.list-group-item {
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    background: transparent;
}

.list-group-item a {
    color: #333;
    display: block;
}

.list-group-item:hover a {
    color: #0a1b33;
}

/* Modern slim active style */
.list-group-item.active {
    background: #0a1b33 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 14px;
    border: none !important;
}

.list-group-item.active a {
    color: #fff !important;
    font-weight: 600;
}

.list-group-item.active:hover a {
    color: #fff !important;
}
.faded-disabled {
    opacity: 0.45;
    filter: grayscale(100%);
    pointer-events: none;
    user-select: none;
    cursor: not-allowed;
    transition: 0.3s ease;
}

/* Card container */
.report-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    border: 1px solid #e5e5e5;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.06);

    transition: all 0.3s ease;
}

/* Hover effect */
.report-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0,0,0,0.12);
    border-color: #ffffffff;
}

/* Gradient glow border */

/* Title Text */
.report-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

/* Disabled link tooltip (optional) */
.faded-disabled:hover::after {
    content: "Login to Access";
    position: absolute;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 4px;
    top: -10px;
    right: 10px;
    white-space: nowrap;
}

/* Clean UI styles */
.sidebar a {
    font-size: 15px;
    color: #333;
}

.sidebar a:hover {
    color: #0d6efd;
}

.template_wrap{
    background:#F0EBEB;
    padding:24px;
}
.template_wrap .logo-img{
   margin:0 0 0 auto;
}
.template_table table{
   margin-bottom:0;
}
.template_table table tr th{
   background:#0a1b33;
   color:#fff;
   padding:6px 12px;
}
.template_table table tr td{
   padding:4px 12px;
   background:transparent;
   border:1px dashed #353247;
}
.template_table .table-bordered > :not(caption) > *{
   border-width:0;
}
.template_table .border{
   border-color:#353247 !important;
   border-style:dashed !important;
}
.commodity-cell.multiple-commodity {
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
}
#linechart {
    padding-top: 30px;
    width: 700px;
    margin: 0 auto;
    position: relative;
    font-family: 'Inter', sans-serif;
}
.chart-source {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
}

/*====Dashboard======*/
.dashboard_links ul{
   gap:10px;
}
.dashboard_links ul li a{
   padding:7px 20px;
   border:1px solid #0a1b33;
   background:#fff;
   display:block;
   text-decoration:none;
}
.dashboard_links ul li a:hover, .dashboard_links ul li a.active{
   background:#0a1b33;
   color:#fff;
}
.dashboard_body .dashboard_sidebar_tab{
   flex:0 0 auto;
   width:300px;
   background:#fff;
   padding:12px;
}
.dashboard_body .dashboard_sidebar_tab ul li{
   border-bottom:1px solid #ddd;
   border-top:1px solid #fff;
   width:100%;
}
.dashboard_body .dashboard_sidebar_tab ul li:last-child{
   border-bottom:0;
}
.dashboard_body .dashboard_sidebar_tab ul li a{
   text-decoration:none;
   padding:12px 16px;
   display:block;
}
.dashboard_body .dashboard_sidebar_tab ul li a:hover, .dashboard_body .dashboard_sidebar_tab ul li a.active{
   background:#0a1b33;
   color:#fff;
}
.dashboard_body .dashboard_right_side{
   flex:1;
   padding:0 0 0 24px;
   width:calc(100% - 300px);
}
.dashboard_grid{
   display:grid;
   grid-template-columns:repeat(4, 1fr);
   gap:16px;
}
/*====Dashboard======*/

/*====user page====*/
.user_form .form-control{
   height:44px;
}
.password-toggle{
   position:absolute;
   top:8px;
   right:16px;
   font-size:18px;
   color:#666;
   cursor:pointer;
}
.sidebar-menu li{
   border-bottom:1px solid #ddd;
}
.sidebar-menu li a{
   text-decoration:none;
   display:block;
   padding:12px 15px;
}
.sidebar-menu li a i{
   color:#014ca6;
   margin-right:5px;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active{
   background:#0a1b33;
   color:#fff;
}
.sidebar-menu li a:hover i, .sidebar-menu li a.active i{
   color:#fff;
}
/*====user page====*/

/* Main header wrapper */
#headid {
    align-items: center;
}

/* Report text section */
#reportinfo span:first-child {
    font-size: 20px;          /* Report Name */
    letter-spacing: 1px;
}

#reportinfo span {
    font-size: 14px;          /* Dates text */
    line-height: 1.6;
}

#forexBarChart{
    background:#fff1dc;
    border-radius:16px;
    padding:24px;
}

/* Default tab */
#reportTabs .nav-link {
    color: #000 !important;      /* text color */
    text-decoration: none;       /* remove underline */
    transition: color 0.2s ease, background-color 0.2s ease;
}

/* Hover state */
#reportTabs .nav-link:hover {
    color: #0a1b33 !important;   /* hover text color (Bootstrap primary blue) */
    background-color: #f0f4ff;   /* optional hover background */
}

/* Active tab */
#reportTabs .nav-link.active {
    color: #fff !important;      /* active tab text color */
    background-color: #0a1b33;   /* active background */
    
}
.pdf-box {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    height: 100%;
}

.pdf-box:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.pdf-icon {
    font-size: 40px;
    color: #d32f2f;
}

.pdf-date {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
}
.trend-up {
    color: #28a745; /* green */
    font-weight: bold;
}

.trend-down {
    color: #dc3545; /* red */
    font-weight: bold;
}

.trend-stable {
    color: #000;
    font-weight: bold;
}
    .dashboard-menu {
    width: 100%;
}

.dashboard-menu li {
    flex: 1 1 0;          /* all items same width */
    text-align: center;
}

.dashboard-menu li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    white-space: nowrap;
}


/* Optional scrollbar styling */
#previous_day::-webkit-scrollbar {
    width: 3px;
}

#previous_day::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}s
.tab-content {
    height: 100vh;        /* fixed height */
    overflow: hidden;    /* prevent outer scroll */

}
.scroll-tab-content {
    max-height: 600px;        /* set fixed height */
    overflow-y: auto;     /* vertical scrollbar */
    overflow-x: hidden;  /* prevent horizontal scroll */
}
/* Logo Image */
.logo-img {
  width: 150px;
  display: block;
  margin-top:-17px;
  margin-left:170px;
 
}
.col-sm-8 span:first-child {
    color:#002060 !important;
    font-size: 20px !important;
    text-transform: none !important; /* removes uppercase */
}

.col-sm-8 span:not(:first-child) {
    font-size: 15px !important;
    font-weight: 700;
    color:#002060 !important;
}


.group-heading {
    border: 2px solid #002060 !important;
    color: #002060 !important;
    padding: 8px 12px;
    text-shadow: 1px 1px 2px rgba(0, 32, 96, 0.4);
}
.border.rounded-3.px-3.py-2.mb-4.mb-md-0.w-100 {
    border: 1.5px solid #b5b5b5 !important; /* solid gray border */
    box-shadow: 0 9px 10px -6px rgba(0, 0, 0, 0.35); /* gray shadow */
}
/* Price text */
.border.rounded-3.px-3.py-2.mb-4.mb-md-0.w-100 b {
    font-size: 19px !important;
}

/* Arrow + value inside .down */
.border.rounded-3.px-3.py-2.mb-4.mb-md-0.w-100 .down b span {
    font-size: 16px !important;
}
.col-md-3.d-flex {
    padding-left: 4px;
    padding-right: 4px;
}
.col-sm-8 span.status {
    color: red !important;
}
/* Vertical scroll for report tabs */
#reportTabs {
	display: block;
	max-height: 500px;          /* adjust height as needed */
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
}
/* Spacing between list items */
#reportTabs li {
	margin-bottom: 6px;
}
/* Optional: full-width tab links */
#reportTabs li a,
#reportTabs li button {
	width: 100%;
	text-align: left;
}
/* Custom scrollbar - WebKit (Chrome, Edge, Safari) */
#reportTabs::-webkit-scrollbar {
	width: 6px;
}
#reportTabs::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
#reportTabs::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 10px;
}
#reportTabs::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}
/* Firefox scrollbar */
#reportTabs {
	scrollbar-width: thin;
	scrollbar-color: #c1c1c1 #f1f1f1;
}

/* ================================
   GLOBAL FIXES (MOST IMPORTANT)
================================ */
#graphdata {
    background: #F0EBEB;
    padding: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
#graphdata canvas,
#graphdata svg {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.contact_info .contact_icon{
   width:40px;
   height:40px;
   border:1px solid #fff;
   border:1px solid #116DF4;
   border-radius:50%;
   color:#bd9a68;
}
.contact_us_form .form-control{
   height:48px;
   border:1px solid #D9D9D9;
   background:#FFF;
   color:#18181B;
   font-size:16px;
}
.contact_us_form textarea.form-control{
   height:100px;
   resize:none;
}


/*=====Responsive Style======*/
@media (max-width:1399.98px){
.top_bar ul li a{padding:10px 16px;}

}

@media (max-width:1199.98px){
.container{padding:0 24px;}
.top_bar ul li a{padding:8px 12px; font-size:15px; border-radius:0;}
.top_bar ul li i{width:25px;}
.top_bar .dropdown-menu{min-width:auto; border:0; margin-left:35px !important;}
.top_bar .dropdown-menu li{border:0;}
.top_bar .dropdown-menu li a:hover{background:#fff !important; color:#0a1b33 !important;}
.header-logo-img{max-width:220px;}
.commodity_wrap .container{padding:0 55px;}
.header_section .header_title{font-size:48px;}
footer .footer_logo{max-width:200px;}
/*====mobile menu====*/
.menuButton{top:28px; right:0;}
.mobile_menu{max-width:320px;}
.mobile_menu ul li{display:block; border-top:1px solid #eee;}
.mobile_menu ul li a{
   color:#3a3a3a;
   display:block;
   font-size:18px;
   min-width:130px;
   padding:15px 20px;
   text-decoration:none;
   border:0;
}
.mobile_menu li a:hover, .mobile_menu li a.active{
   color:#fff !important;
   background:#0a1b33 !important;
   border-radius:0;
}
/*====mobile menu====*/
}

@media (max-width:991.98px){
.header_section{padding:40px 0 50px;}
.header_section .header_title{font-size:42px;}
.login_wrap .login_form{padding: 60px 20px;}
.login_wrap .border_radius{border-radius:16px !important; border:1px solid #ddd !important;}
.header-logo-img{max-width:180px;}
.dashboard_body .dashboard_sidebar_tab, .dashboard_body .dashboard_right_side{width:100%;}
.dashboard_body .dashboard_right_side{padding-left:0; margin-top:24px;}
.tab-content{border-radius:12px;}
.dashboard-menu li{flex: 0 0 49%;}
.our_service_section .our_service_grid{grid-template-columns: repeat(3, 1fr);}

}


@media (max-width:767.98px){
.commodity_slider .price_icon img{width:40px;}
.commodity_item .text-demand{font-size:14px;}
.login_wrap .login_form{padding:30px 20px;}
.header-logo-img{max-width:160px;}
.header_section .header_title{font-size:32px;}
.header_section .fs-4{font-size:18px !important;}
.our_service_section{padding:80px 0;}
.our_service_grid .grid_item .service_icon{width:140px; height:140px;}
.our_service_grid .grid_item .service_icon img{max-width:60px;}
.our_service_grid .grid_item .fs-5{font-size:18px !important;}
.signup_note{position:relative !important;}
}

@media (max-width:575.98px){
.dashboard-menu li{flex: 0 0 100%;}
.our_service_section .our_service_grid{grid-template-columns: repeat(2, 1fr);}
.our_service_grid .grid_item .service_icon{width:120px; height:120px;}
.our_service_grid .grid_item .service_icon img{max-width:50px;}
.our_service_grid .grid_item .fs-5{font-size:16px !important;}
.login_wrap .login_container{padding:30px 20px;}
.login_wrap .login_form{padding:0;}
.cards-container .card-item{flex:0 0 auto !important;}

}