﻿@font-face 
{
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.TTF');
  src: local("?"), url('../fonts/Poppins-Regular.woff') format("woff"), url('../fonts/Poppins-Regular.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.TTF');
  src: local("?"), url('../fonts/Poppins-SemiBold.woff') format("woff"), url('../fonts/Poppins-SemiBold.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.TTF');
  src: local("?"), url('../fonts/Roboto-Regular.woff') format("woff"), url('../fonts/Roboto-Regular.TTF') format("truetype"); 
}
.ellipse {
    width: 200px;
    display: inline-block;
}
html, body{font-family:Roboto-Regular, Calibri, Arial; color:#000; font-size:16px; line-height: 22px; background:#f0f3f4;}

a{color: #000;; text-decoration:none; transition:color 0.3s ease-in-out;}
a:hover{color:#242b3e; text-decoration:none;}

.clearfix{width:100%;}

/* Back to top button */
.back-to-top{position:fixed; display:none; background: #242b3e; color:#fff; width:44px; height:44px; text-align:center; line-height:1; font-size:16px; border-radius:50%; right:15px; bottom:15px; transition:background 0.5s; z-index:999;}
.back-to-top i{padding-top:12px; color:#fff;}


.header{margin:0; padding:0;}
.header-upper{background: #242b3e; height:35px;}
.Login_btn{background:#fcae39; color:#fff !important; }

.logo{padding:0; display:inline-block; font-size:30px; font-weight:bold; text-transform:uppercase; color:#333;}
.logo img{margin-top: -6px; height: 50px;}
.logo a{color:#242b3e; text-decoration:none;}
.logo a:hover{color: #242b3e; text-decoration:none;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav, .main-nav * {margin:1px 2px 0; padding:0; list-style:none; }
.main-nav > ul > li{position: relative; white-space: nowrap; float: left; margin: 0 1px 0;}
.main-nav a{display:block; color:#242b3e; position:relative; margin:0; padding:10px 5px; margin:0 1px; text-decoration:none; transition:0.3s; font-weight:normal; line-height:20px; font-size:16px; }
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {color:#ffbb09; text-decoration:none;}
.main-nav li a:focus{color:#242b3e; text-decoration:none;}
.main-nav .drop-down ul {display:block; position:absolute; left:0; top:calc(100% + 30px); z-index:999; opacity 0; visibility:hidden; padding:0; background:#fff; box-shadow:0px 0px 30px rgba(127, 137, 161, 0.25); transition:ease all 0.3s;}
.main-nav .drop-down:hover > ul {opacity:1; top:100%; visibility:visible;}
.main-nav .drop-down li {min-width:180px; position:relative;}
.main-nav .drop-down ul a {padding:10px 20px;font-size: 13px;color: #242b3e; border-right:none;}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {color:#000000; background:#ffbb09;}
.main-nav .drop-down > a:after {content:"\f107"; font-family:FontAwesome; padding-left:5px;}
.main-nav .drop-down .drop-down ul {top:0; left:calc(100% - 30px);}
.main-nav .drop-down .drop-down:hover > ul {opacity:1; top:0; left:100%;}
.main-nav .drop-down .drop-down > a {padding-right:35px;}
.main-nav .drop-down .drop-down > a:after {content:"\f105"; position:absolute; right:15px;}

/* Mobile Navigation */
.mobile-nav {position:fixed; top:0; bottom:0; z-index:9999; overflow-y:auto; left:-260px; width:260px; padding-top:18px; background:rgba(19, 39, 57, 0.8); transition:0.4s;}
.mobile-nav * {margin: 0;padding: 0;list-style: none;}
.mobile-nav a {display:block; position:relative; color:#fff; padding:5px 10px; font-weight:500; font-size:13px;}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {color:#ffbb09; text-decoration:none;}
.mobile-nav .drop-down > a:after {content:"\f078"; font-family:FontAwesome; padding-left:10px; position:absolute; right:15px;}
.mobile-nav .active.drop-down > a:after {content:"\f077";}
.mobile-nav .drop-down > a {padding-right:35px;}
.mobile-nav .drop-down ul {display:none; overflow:hidden;}
.mobile-nav .drop-down li {padding-left:20px;}
.mobile-nav-toggle{position:absolute; right:0; top:8px; z-index:9998; border:0; background:none; font-size:24px; transition:all 0.4s; outline:none !important; line-height:1; cursor:pointer; text-align:right;}
.mobile-nav-toggle i {margin:10px 10px 0 0; color: #242b3e;}
.mobile-nav-overly{width:100%; height:100%; z-index:9997; top:0; left:0; position:fixed; background:rgba(19, 39, 57, 0.8); overflow:hidden; display:none;}
.mobile-nav-active {overflow:hidden;}
.mobile-nav-active .mobile-nav {left:0;}
.mobile-nav-active .mobile-nav-toggle i {color: #374469;}

.nav-justified > .nav-link, .nav-justified .nav-item{margin: 0 2px;}
.fixed-top{top:-40px; transform:translateY(40px); transition:transform .3s; background:#fff; box-shadow: 0 0 10px #ccc;}
.master-wrapper-content{margin:0;}
.nav_bar{background:#e8eff0  ; padding:5px 0;}  /* updated on 09/05/2025 at 11.50 am */


.main_container{width:100%; min-height:400px; margin:10px 0;}


.btn-primary{background: #242b3e  ; border:1px solid #242b3e  ;}
.btn-primary:hover{background:#374469  ; border:1px solid #374469  ;}
.btn-primary:focus{background: #242b3e  ; border:1px solid #242b3e  ;}

.nav-link{color:#333;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color:#242b3e;}


.Login_btn{background-color: #242b3e; border-radius:10px; padding: 10px 25px !important;}
.Login_btn:hover {background-color: #084c61  ;}
.save-btn{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF; border-radius: 5px; padding: 2px 5px;}
.save-btn:hover{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF;}
.Blue-heading{ color: #242b3e;}


.form_head{font-size:25px; text-transform:uppercase; text-align:center; color: #242b3e; font-weight:bold; margin:0 0 20px;}
.form_tab{width:100%; margin:0 0 20px;}
.form_tab ul{margin:0; padding:0;}
.form_tab ul li{margin:0 0 10px; padding:0 20px 0 0; list-style-type:none; display:inline-block;}
.form_tab ul li a{color:#7c7c7c; text-decoration:none;}
.form_tab ul li.active{color: #242b3e;}
.form_tab ul li.active .no{background: #242b3e; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}

.form_tab ul li .no{background:#7c7c7c; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}
.form_tab ul li .line{width:150px; height:1px; border-bottom:1px solid #7c7c7c; margin: 17px 0 0; float: left;}
.form_tab ul li.active .line{width:150px; height:1px; border-bottom:1px solid #242b3e; margin: 17px 0 0; float: left;}


/*--------------------------------------------------------------
# Error msg
--------------------------------------------------------------*/
.error_msg{color:#cd1414; position:absolute; font-size:11px; display:block; margin:15px 0 0;}
.mandatory{color:#cd1414;}

.form-label{margin:0;}
.form-check-label{font-size: 16px;}

.form_heading{font-size:20px; text-transform:uppercase; color:#18ca96; border-bottom:1px solid #18ca96;}
.DatePick{background: #fff url(../images/CalIcon.png) right center no-repeat; background-position: right; background-repeat: no-repeat;}

.form-control {font-size: 12px;}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer{background: #242b3e  ; color:#fff; padding:40px 0 20px;}
.footer_logo{height:50px;}
.footer_head{font-size:20px; font-weight:bold; margin:0 0 10px;}
.footer_link{width:100%; margin:0; padding:0 0 20px;}
.footer_link ul{margin:0; padding:0;}
.footer_link ul li{margin:0; padding:0 0 5px; display:block; list-style-type:none;}
.footer_link ul li a{color:#fff;}
.footer .sociallink{width:100%;}
.footer .sociallink a{color:#fff; font-size:30px; margin:0 5px 0 0;}
.footer .sociallink a:hover{color:#fcae39;}
.footer .AddressDiv{margin:0 0 20px;}
.footer .AddHead{font-size:15px; letter-spacing:1px; font-weight:bold;}
.copyright{font-size:14px; color:#fff; text-align:center; padding:5px 0; margin:10px 0 0; border-top:1px solid #ccc;}

/*--------------------------------------------------------------
# Start Datatable CSS
--------------------------------------------------------------*/
.table {color: #333;border: 1px solid rgb(225, 225, 225);}
.table tr {border-bottom: 1px solid #ffffff;border-bottom: 1px solid rgb(225, 225, 225);}
.table thead {background: #fff8e6;color: #000000;border-bottom: 1px solid rgb(225, 225, 225);font-weight: normal;}
table.dataTable.no-footer {border-bottom: 0;}
table.dataTable thead th {padding: 5px;}
table.dataTable tbody td {padding: 5px;}
.dataTables_wrapper .dataTables_paginate .paginate_button {padding: 0px 8px; border-radius:10px;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {background: #242b3e; border-radius: 10px;color: #fff !important;}
.dataTables_length {display: none;}
.dataTables_length select {border: 1px solid #242b3e; padding: 2px 8px;border-radius: 6px; outline: none;}
.dataTables_info {display: none;}
.dataTables_filter {display: block;margin-bottom: 7px;border-radius: 10px;border-color: #242b3e !important; }
.dataTables_filter input {
        padding: 8px 8px;
        border: 1px solid #d1d1d1;
        width: 225px;
    }
.table .fa {font-size: 13px; }
/*.responsive_table{overflow-x:scroll;}*/
/*--------------------------------------------------------------
# End Datatable CSS
--------------------------------------------------------------*/
.inner-container {
    background: #fff;
    padding: 10px;
    margin: 10px 0 0;
    min-height: 480px;
}
.info {float: right;position: absolute;right: -5px;top: 5px;color: #242b3e;}
.action_icon a {margin: 0 3px;}
.search_icon {background: #fff;border: 1px solid #ccc;border-radius: 3px;padding: 3px;width: 35px;height: 31px;text-align: center;cursor: pointer;}
.Features_Section {width: 100%;position: relative;overflow-x: hidden;overflow-y: auto;max-height: 600px;margin: 10px 0;  padding: 0 5px;}
.Features_box {background: #fff;-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);padding: 10px;margin: 5px 0 15px 0;}
.Feature_img {width: 60px;height: 60px;border: 1px solid #ccc;margin: 15px auto;}
.Feature_img img {width: 100%;}
.PlusIcon {background: #fff;padding: 5px;margin: 0;color: #242b3e;border-radius: 50%;width: 30px;height: 30px;display: inline-block;box-shadow: 0 2px 1px #ccc;cursor: pointer;text-align: center;}
.DeleteIcon {background: #fff;padding: 5px;margin: 0;color: #f00;border-radius: 50%;width: 30px;height: 30px;display: inline-block;box-shadow: 0 2px 1px #ccc;cursor: pointer;text-align: center;}
.tags {margin: 0;padding: 0;}
.tags li {margin: 5px 0 !important;padding: 0 10px !important;list-style-type: none !important;display: inline-block !important;background: #efefef;   border-radius: 10px;color: #999;-webkit-transition: .5s !important;transition: .5s !important;width: auto !important;}

/*.tags li:hover{background:#3f90b7; color:#fff;}*/

.tag_list.tag_list_hide {display: none;}
.tag_list span {cursor: pointer;margin: 0 0 0 5px;background: #ccc;padding: 0 4px;border-radius: 50%;color: #333;}
.createdby {margin: 5px 0;font-size: 12px;color: #999;}
.createdby .name {color: #242b3e;}
.SourceCode_Section {padding: 2px 5px;border-top: 1px solid #ccc;margin: 5px 0 0;}
.free {background: #242b3e;color: #fff;padding: 2px 10px;margin: 0 10px;border-radius: 20px;font-weight: bold;}
.paid {background: #ffbb09;color: #fff;padding: 2px 10px;margin: 0 10px;border-radius: 20px;font-weight: bold;}

.project_list_box {background: #fff;-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);padding: 10px;margin: 5px 0 15px 0;height: 440px;overflow: hidden;}
.project_img {width: 100%;height: auto;margin: 0 0 10px;}
.project_img img {width: 100%;}

/*-------------------------- Start Dashboard CSS -----------------*/
.box {position: relative;border-top: 0;margin-bottom: 20px;width: 100%; background: #fff;padding: 0px;-webkit-transition: .5s;display: flex;transition: .5s;display: -ms-flexbox;-ms-flex-direction: column;flex-direction: column;border-radius: 4px;-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);}
.box-body { padding: 1.25rem;-ms-flex: 1 1 auto;flex: 1 1 auto;}
.box-header {color: #455a64;display: block;padding: 0.5rem 1.25rem;position: relative;border-bottom: 1px solid rgba(97, 106, 120, 0.07);}
.box-title {line-height: 22px;font-size: 18px;color: #c6c6c6;}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {color: #fff;background-color: #242b3e;border-color: #dee2e6 #dee2e6 #242b3e;}
.dp-highlighter {background-color: #E7E5DC;width: 100%;overflow: auto;}
.dp-highlighter ol {list-style: decimal;background-color: #fff;margin: 0px 0px 1px 45px !important;padding: 0px;color: #5C5C5C;}
.dp-highlighter ol li,
.dp-highlighter .columns div {list-style: cimal-leading-zero; list-style-position: outside !important;border-left: 3px solid #242b3e;background-color: #F8F8F8;color: #666;padding: 0 3px 0 10px !important;margin: 0 !important;line-height: 25px;border-right: 1px solid #ddd;}
.dp-highlighter ol li.alt {background-color: #FFF;color: inherit;}
.tooltip-inner {max-width: 200px;padding: .25rem .5rem;color: #fff;text-align: center;background-color: #3f90b7;}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {top: -1px;border-width: .4rem .4rem 0;border-top-color: #3f90b7;}

/*-------------------------- End Dashboard CSS -------------------*/

.nav-logo {height: 40px;margin-top: -1px;}
.fa-icon {color: #343a40;}
.fa-search {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);color: #58069b;cursor: pointer;}
.bot-message {  background-color: #e7ebf0;color: #000000;align-self: flex-start;margin-right: auto;}
.input-area {border-radius: 10px;background-color: #e7ebf0;position: sticky;bottom: 0;z-index: 100;color: #333;}
.bg-chat-input {background-color: #ffffff;border-radius: 15px;color: #333;}
#userInput:focus {outline: none;box-shadow: none;}
.search_bar {padding: 8px;border: 1px solid #242b3e;border-radius: 10px;margin: 5px;width: 96%;margin-left: 7px;}

.input-group {padding: 20px 10px;border-radius: 15px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);overflow: hidden;background-color: white;}
.input-group-text {background-color: transparent;border: none;}
.form-control {border: block;box-shadow: none !important;border-radius: 6px;}
#chat-container {min-height: 70vh;height: auto;display: flex;flex-direction: column;justify-content: flex-end;padding: 16px;box-sizing: border-box;}
.center-screen {display: flex;align-items: center;justify-content: center;min-height: 45vh;}
.chat-logo {width: 50px;height: 50px;object-fit: contain;}
.chat-messages {flex: 1;overflow-y: auto;}
.fa-paper-plane {margin-top: 10px;}
.chat-message {max-width: 70%;padding: 10px 15px;border-radius: 12px;margin-bottom: 10px;}
.chat-message.user {align-self: flex-end;background-color: #e9edf8;text-align: right;}
.chat-message.bot {align-self: flex-start;background-color: #f8f9fa;text-align: left;}

.center-screen {transition: opacity 0.3s ease;}
.center-screen.dimmed {opacity: 0.2;}

/*--- Footer Start ---*/
.footer {background: #242b3e;color: #fff;padding: 40px 0 20px;}
.footer_logo {height: 50px;}
.footer_head {font-size: 20px;font-weight: bold;margin: 0 0 10px;}
.footer_link {width: 100%;margin: 0;padding: 0 0 20px;}
.footer_link ul {margin: 0;   padding: 0;}
.footer_link ul li {margin: 0;padding: 0 0 5px;display: block;list-style-type: none;}
.footer_link ul li a {color: #fff;}
.footer .sociallink {width: 100%;}
.footer .sociallink a {color: #fff;font-size: 30px;margin: 0 5px 0 0;}
.footer .sociallink a:hover {color: #ffbb09;}
.footer .AddressDiv {margin: 0 0 20px;}
.footer .AddHead {font-size: 15px;letter-spacing: 1px;font-weight: bold;}
.copyright {font-size: 14px;color: #fff;text-align: center;padding: 5px 0;margin: 10px 0 0;border-top: 1px solid #ccc;}

/*--- Footer End ---*/

/*--- card ---*/
.card {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);padding: 5px;}
/*--- All Button---*/
.btn {font-size: 14px;}
.btn-primary {padding: 8px 14px;border-radius: 10px;color: #fff;background-color: #374469;border-color: #374469;}
.btn-primary:hover {color: #fff;background-color: #374469;border-color: #374469;}
.btn-light {transition: none !important;border: 1px solid #242b3e;  padding: 7px 18px;border-radius: 10px;color: #242b3e;background-color: transparent;box-shadow: none;}
.btn-light:hover {border: 1px solid#17c3b2; padding: 7px 18px; background-color: #374469;color: white;box-shadow: none; }

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {color: #fff;background-color: #242b3e;border-color: #242b3e;}

.card-table {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);}
.card-table-body {padding: 0;}
.card-table table {width: 100%;border-collapse: separate;border-spacing: 0;}
.card-table th,
.card-table td {padding: 12px 16px;text-align: left;vertical-align: middle;}
.card-table th {color: #64748b;}
.table>:not(:last-child)>:last-child>* {border-bottom: 1px solid rgba(100, 116, 139, 0.1);font-weight: normal;}
.card-table tr {border-bottom: 1px solid #e0e0e0;}
.card-table thead tr {background-color: #f8f9fa;}


#favicon {border-radius: 20px;}

.label {color: black !important;}
.custom-contact-field {display: flex;gap: 10px;}

.custom-contact-field select,
.custom-contact-field input {flex: 1;}
.custom-contact-field select {flex: 0 0 130px;}

#back-to-home {font-size: 16px; font-weight: 500; color:  #242b3e;}
.btn-add { font-size: 16px;padding: 8px 16px;  border-radius: 10px;color: #fff;background-color: #242b3e;border-color: #242b3e;}
.btn-add:hover {color: #fff;background-color: #374469;border-color: #374469;}

.form-check .form-check-input {border: 1px solid rgb(205, 205, 205);box-shadow: none;}
.form-card {border: 1px solid rgb(205, 205, 205);border-radius: 6px;}
.form-card:hover {border-color: #242b3e;}
.dropdown-icon {pointer-events: none;font-size: 1rem;color: #6c757d}
select.form-control {appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.navbar-toggler-icon{margin-left: 24px !important;margin-top: 7px !important;}
.user_image{height: 20px;width: 20px;border-radius: 50px;} 
.main-heading{color: #000; font-size: 32px; font-weight: 700;}
.card-metric {min-height: 100px;}
.portfolio-growth {background: linear-gradient(180deg, #ffffff, #f7f8ff);border-radius: 10px;height: 300px;}
.donut-chart {width: 200px;height: 200px;margin: auto;}
.legend {font-size: 0.9rem;}
.card-d-heading{ font-size: 16px; color: #000; font-weight: 600;}
.price-d{color: #000; font-weight: 700;}
.fa-arrow-up{transform: rotate(45deg);}
.card-heading{color: #000; font-size: 24px; font-weight: 600;}
.btn-grey {padding: 8px 14px;border-radius: 10px;color: #000000;background-color: #f1f1f1;border-color: #c2c2c2;}
.btn-grey:hover {color: #000000;background-color: #ffbb09;border-color: #c2c2c2;}
.donut-chart {width: 100%;max-width: 320px;margin: auto;}
.transaction-item i {font-size: 1rem;}

.step-container {background: #f5f8fa;padding-bottom: 40px;position: relative;}
.step-nav {position: relative;z-index: 2;}
.step-btn {background: none;border: none;text-align: center;flex-direction: column;display: flex;align-items: center;justify-content: center;width: 50%;font-weight: 500;color: #333;position: relative;z-index: 2;}
.step-btn i {background-color: #242b3e;color: white;border-radius: 50%;padding: 14px;font-size: 16px;margin-bottom: 5px;}
.progress-line-wrapper {position: relative;height: 8px;background-color: #ddd;width: 100%;top: 0px;z-index: 1;border-radius: 2px;}
.progress-line {height: 100%;background-color: #242b3e;width: 0%;transition: width 0.3s ease-in-out;border-radius: 2px;}
  
.risk-card {border: 2px solid transparent;border-radius: 10px;background: #fff;padding: 20px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);transition: box-shadow 0.3s, border-color 0.3s;}
.risk-card:hover {border-color: #242b3e;cursor: pointer;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.risk-card.selected {border: 2px solid #374469;box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);background-color: #f0f8ff;}
.chart-container {height: 250px;}
.pie-chart-heading{ color: #000; font-weight: 600; text-align: left;}
.pie-chart-sub-heading{text-align: left; font-size: 13px;}
.investment-heading{ color: #000; font-weight: 600;}

.info-line {display: flex;justify-content: space-between;margin-bottom: 0.25rem;}
.info-line strong {text-align: left;}
.info-value {text-align: right;}
.investment-box {background: #f8f9fa;border-radius: 10px;padding: 20px;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.value-display {font-size: 1.5rem;font-weight: bold;margin-bottom: 0;}
.btn-option {min-width: 70px;}
.btn-option.selected {background-color: #25a7da;color: white;}
.slider {width: 100%;;}
.note {font-size: 12px;color: #6c757d;}
.confirm-heading{ font-size: 20px; font-weight: 600; color: #000;}
  
.chart-box {min-height: 250px;}
.asset-chart {max-width: 400px;margin: auto;}
.tab-nav {display: flex;gap: 1.5rem;margin-top: 2rem;border-bottom: 1px solid #dee2e6;padding-bottom: 0.5rem;}
.tab-btn {cursor: pointer;color: #6c757d;position: relative;padding-bottom: 6px;}
.tab-btn.active {color: #000;font-weight: 600;}
.tab-btn.active::after {content: '';display: block;height: 2px;background-color: #242b3e;width: 100%;position: absolute;bottom: 0;left: 0;}
.tab-content {margin-top: 2rem;}

.portfolio-value{font-weight: 700;color: #000;}
.portfolio-heading5{color: #000;}
.hold-heading{font-weight: 700; color: #000;}
.recommendation-heading{color: #000; font-weight: 500;}
.text-performance{font-size: 18px;}

.transaction-card {border: 1px solid #e2e8f0;border-radius: 10px;background-color: white;padding: 20px;}
.transaction-item1 {border-radius: 10px;display: flex;justify-content: space-between;align-items: center;padding: 15px;margin-bottom: 10px;background-color: #ffffff;border: 1px solid #e2e8f0;}
.transaction-item1:nth-child(odd) {background-color: #f9fbfc;}
.transaction-icon {width: 40px;height: 40px;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right: 15px;  font-size: 18px;}
.icon-buy {background-color: #e6f9f0;color: #34a853;}
.icon-sell {background-color: #fcebea;  color: #ea4335;}
.icon-dividend {background-color: #e7f0fd;color: #4285f4;}
.transaction-details {flex-grow: 1;}
.transaction-title {font-weight: 600;font-size: 1rem;margin: 0;}
.transaction-amount {font-weight: 600;font-size: 1rem;}
.view-all {text-align: center;padding: 15px;border-top: 1px solid #e2e8f0;}
.view-all a {text-decoration: none;font-weight: 600;color: #0d6efd;}
.view-all a:hover {text-decoration: underline;}
.icon-transaction{height: 20px;}

.blue-card{background-color: #242b3e;}
.small-text{font-size: 13px;}
.wallet-value{font-size: 26px; font-weight: 600; color: #fff;}
.value-wallet{font-size: 26px; color: #000; font-weight: 600;}

.nav-tabs .nav-link {border: none;border-bottom: 3px solid transparent;color: #333;font-weight: 500;margin-right: 20px;}
.nav-tabs .nav-link.active {border-color: #242b3e;color: #242b3e;}
.form-select{ border-radius: 6px; font-size: 12px;}
.input-dollar-wrapper {position: relative;}
.input-dollar-wrapper .dollar-symbol {position: absolute;top: 50%;left: 12px;transform: translateY(-50%);color: #6c757d;pointer-events: none;font-size: 1rem;}
.input-dollar-wrapper input {padding-left: 28px; }
.auto-heading{ font-weight: 600; color: #000;}

.info-box {background-color: #f5f8fa;border-radius: 10px;padding: 20px;margin: 20px 0;box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.info-icon { width: 25px;height: 25px;margin-right: 10px;}
.info-title {font-weight: bold;font-size: 24px; color: #000;}
.card-container {max-width: 800px;margin: auto;background-color: #fff;border-radius: 10px;padding: 1.5rem;box-shadow: 0 2px 8px rgba(0,0,0,0.05);}
.payment-card {border: 1px solid #dee2e6;border-radius: 10px;padding: 1rem;margin-bottom: 1rem;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.payment-left {display: flex;align-items: center;gap: 12px;}
.icon-box {background-color: #e5f0fb;padding: 10px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.icon-box img {width: 20px;height: 20px;}
.payment-details {display: flex;flex-direction: column;}
.payment-details span:first-child {font-weight: 500;color: #000;}
.payment-details span:last-child {font-size: 14px;color: #6c757d;}
.action-links {display: flex;gap: 1rem;margin-top: 0.5rem;}
.action-links a {font-weight: 500;text-decoration: none;}
.action-links a:first-child {color: #000000;}
.action-links a:last-child {  color: #000000;}
.btn-actionp {padding: 8px 14px;border-radius: 10px;color: #000000;background-color: transparent; text-align: center;}
.btn-actionp:hover {color: #000000;background-color: #ffbb09;}
.ellipsis {display: inline-block;max-width: 150px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;}

/* Status and Priority Badge */
#badge-open {display: inline-block;padding: 0px 14px;background-color: #eff6ff;color: #3f65ee;border:1px solid #3f65ee; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-InProgress {display: inline-block;padding: 0px 14px;background-color: #fefce8;color: #ca9955;border: 1px solid #ca9955; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Closed {display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-High {display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Medium {display: inline-block;padding: 0px 14px;background-color: #fff7ed;color: #ef740c;border: 1px solid #ef740c; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Low {display: inline-block;padding: 0px 14px;background-color: #f0fdf4;color: #16a670;border: 1px solid #16a670; font-size: 10px;border-radius: 15px;font-weight: 500;}0
.status-icon {width: 14px;height: 14px;border-radius: 50%;display: inline-block;margin-right: 10px;vertical-align: middle;}
.open { background-color: #c7d7fa; }
.progress { background-color: #ffe18f; }
.resolved { background-color: #a5f0c5; }
.resource-card {background-color: #f3f7f9;border-radius: 12px;padding: 20px;text-align: center;height: 100%;transition: 0.2s ease;}
.resource-card:hover {background-color: #ffd569;}                 /* 05/05/2025 after 03:30 PM */
.resource-icon {background-color: rgba(217, 240, 247, 0.3); border-radius: 50%;width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;margin: 0 auto 10px auto;font-size: 18px;}     /* 05/05/2025 after 03:30 PM */
  
.floating-btn {position: fixed;bottom: 20px;right: 20px;background-color: #242b3e;color: white;width: 48px;height: 48px;border-radius: 50%;display: flex;justify-content: center;align-items: center;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);font-size: 24px;border: none;}
.icon-circle {width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 16px;}

/* 05/05/2025 after 03:30 PM */
.form-label {font-weight: 600;}
#badge-Verified{display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Pending{display: inline-block;padding: 0px 14px;background-color: #fefce8;color: #ca9955;border: 1px solid #ca9955; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Rejected{display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Completed{display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Flagged{display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 15px;font-weight: 500;}
.arrow-sort{height: 15px;margin-top: -4px;}
#badge-Urgent {
    display: inline-block;
    padding: 0px 14px;
    background-color: #fef2f2;color: #e3266e;
    border: 1px solid #e3266e;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 500;
}

/* 07/05/2025 after 02:20 PM */

/*.dataTables_length {display: none;}
.dataTables_wrapper .dataTables_filter {float: left;text-align: left;}
.dataTables_wrapper .dataTables_filter input {padding: 8px 8px;border: 1px solid #d1d1d1;width: 225px; border-radius:10px;} */

/* Website 07/05/2025 Time: 03.00 PM */
.Login_btn_nav{background-color: transparent;border-radius: 10px;font-weight: bold; padding: 10px 25px !important; border: 1px solid #ffbb09;color: #ffbb09 !important;}
.Login_btn_nav:hover {background-color: #ffbb09; color: #fff !important;}
.btn-signup{background-color: #ffbb09;color: white !important;font-weight: bold; border-radius: 10px;font-weight: bold; padding: 10px 25px !important; border: 1px solid #ffbb09;}
.btn-signup:hover {background-color: transparent;border: 1px solid #ffbb09;color: #ffbb09 !important;}
.btn-skyblue{background-color: transparent;color: #62bee1 !important;border-radius: 10px;padding: 10px 25px !important; border: 1px solid #62bee1; font-weight: bold;}
.btn-skyblue:hover{background-color: #ffbb09;border: 1px solid #a5a5a5;color: #000 !important;}


.hero {background: #e8eff0;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding: 2rem;position: relative;z-index: 2;} /* 08/05/2025 Time: 09.24 AM */
.left-section h1 {font-weight: 700;font-size: 2.5rem;}
.highlight {background: linear-gradient(90deg, #23aad5, #19c1b2, #f7ca77);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}
.buttons .btn {margin-right: 1rem;margin-top: 1rem;}
.features {margin-top: 2rem;font-size: 0.9rem;display: flex;gap: 1rem;flex-wrap: wrap;}
.right-section {position: relative;display: flex;justify-content: center;align-items: center;padding-top: 2rem;z-index: 2; }
.right-section img {max-width: 100%;height: auto;animation: floatImage 4s ease-in-out infinite; border-radius: 10px;} /* 12/05/2025  Time 12.25 PM*/
@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.icon-wrapper {position: absolute;width: 60px;height: 60px;border-radius: 50%;background: white;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);animation: floatIcons 4s ease-in-out infinite;}
.icon-wrapper img {width: 30px;animation: floatIcons 4s ease-in-out infinite;}
.icon-dollar-wrapper {background-color: rgb(238, 250, 255);top: 43%;right: 23%;} /* 12/05/2025  Time 12.25 PM*/
.icon-signal-wrapper {background-color: rgb(238, 250, 255);bottom: 29%;left: 22%;} /* 12/05/2025  Time 12.25 PM*/
@keyframes floatIcons {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Infinite Loop Animated Waves */
.wave-container {position: absolute;  bottom: 0;left: 0;width: 100%;height: 200px;overflow: hidden;z-index: -1;}  /* 08/05/2025  Time 04.40 PM*/
.wave {position: absolute;bottom: 0;width: 200%;height: 100%;animation: infiniteWave 10s linear infinite;}  /* 12/05/2025  Time 12.25 PM*/
.wave.back {animation-delay: -3s;opacity: 0.7;}
@keyframes infiniteWave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.badge-sky {background-color: #cae2ec;padding: 6px 20px;border-radius: 20px;color: #4fb6de;width: auto; }
.fa-sky{color: #43b2dd;}
.fw-bold {font-weight: 900 !important;}


.feature-box {border-radius: 10px;border-top: 4px solid transparent;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);padding: 25px 20px;margin: 10px 0;transition: transform 0.3s ease;background-color: #fff;text-align: center;}
.feature-box:hover {transform: translateY(-5px);}
.feature-icon {  font-size: 30px;width: 60px;height: 60px;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 15px auto;}
.icon-red {background-color: #ffe8e8;color: #f06565;border-top-color: #f06565 !important;}
.icon-teal {background-color: #e6f7f5;color: #00b894;border-top-color: #00b894 !important;}
.icon-blue {background-color: #e7f0f8;color: #2980b9;border-top-color: #2980b9 !important;}
.icon-yellow {background-color: #fff3d6;color: #f1c40f;border-top-color: #f1c40f !important;}

/* 07/05/2025 05:45PM */
.section-heading { font-size: 34px;font-weight: 600;text-align: center;line-height: 1;} 
/* 07/05/2025 05:45PM */

.section-subtext {text-align: center;color: #666;margin-bottom: 30px;}

.validation {color: rgb(216, 4, 4);font-size: 13px;position: absolute;margin: 0;top: inherit !important;left: inherit !important;}

/*---07/05/2025 Time 16:57 PM----*/
.step-card {background: white;border-radius: 12px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);padding: 20px;transition: transform 0.3s ease; text-align: left;}   /* 08/05/2025  Time 04.40 PM*/
.step-card:hover {transform: translateY(-5px);}
.step-number {width: 40px;height: 40px;border-radius: 50%;color: white;display: flex;align-items: center;justify-content: center;font-weight: bold;margin:15px 0;font-size: 18px;}
.step-number-1 {background-color: #0db2de;}
.step-number-2 {background-color: #242b3e;}
.step-number-3 {background-color: #ffc107;}
.step-title {font-weight: 600;margin-bottom: 10px;text-align: left; font-size: 20px;}  /* 09/05/2025  Time 11.41 AM*/
.step-desc {font-size: 14px;color: #555;text-align: left;} /* 08/05/2025  Time 04.40 PM*/
.step-image {width: 100%;max-height: 150px;object-fit: contain;margin-top: 20px;}
.footer-note {margin: 30px auto 0 auto;display: inline-block;padding: 6px 20px;font-size: 14px;color: #888;border-radius: 20px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);background: white;text-align: center;}


.password-container {position: relative;}
#Login_Password {padding-right: 40px; }
#togglePassword {position: absolute;top: 50%;right: 10px;transform: translateY(-50%);cursor: pointer;}
.testimonial-card {background-color: #fff;border-radius: 12px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);padding: 20px;transition: transform 0.3s ease;display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.testimonial-text {font-style: italic;color: #555;flex-grow: 1;}
.star-rating {color: #f5a623;}
.profile-img {width: 48px;height: 48px;border-radius: 50%;object-fit: cover;margin-right: 10px;}
.zoom-shield {animation: zoomInOut 2s infinite ease-in-out;width: 200px;height: 200px;background: rgb(224, 253, 255);border-radius: 50%;box-shadow: 0 0 0 5px rgba(0, 137, 151, 0.5);display: flex;justify-content: center;align-items: center;margin: auto;}
  @keyframes zoomInOut {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }
.card-custom {border: none;border-radius: 10px;background: #fff;box-shadow: 0 2px 8px rgba(0,0,0,0.2);transition: all 0.3s ease;}
.card-custom:hover {transform: translateY(-4px);box-shadow: 0 6px 16px rgba(0,0,0,0.08);}
.card-icon {width: 32px;height: 32px;border-radius: 50%;background-color: #e0f7fa;color: #00a7b3;display: flex;align-items: center;justify-content: center;font-size: 14px;margin-right: 12px;flex-shrink: 0;}
.card-body-text {font-size: 14px;color: #555;}
.trusted-partners .btn {margin: 5px;padding: 6px 16px;font-size: 14px;}
.trusted-partners {gap: 10px;}

.btn-investment {font-size: 16px;padding: 8px 16px;border-radius: 10px;color: #7d7979;background-color: #ffffff;border-color: #d1d1d1;}
.btn-investment:hover {background-color: #ffbb09;}
.invest-opt-btn{float: right; position: relative; top:40px; z-index: 12;}
.btn-filter{font-size: 16px;padding: 8px 16px;border-radius: 10px;color: #7d7979;background-color: #ffffff;border-color: #d1d1d1;}
.btn-filter:hover {background-color: #ffbb09;}

.auto-search{font-size: 16px;padding: 8px 16px;border-radius: 10px;color: #7d7979;background-color: #ffffff;border-color: #d1d1d1;}
/*---07/05/2025 Time 16:57 PM----*/
/*---08/05/2025 Time 16:41 PM----*/
.badge-accordian {
    padding: 14px 18px;
    border-radius: 50%;
    background-color: #242b3e;
}
.filter-container {text-align: left;}
.advanced-filter-row {display: none;margin-top: 10px;gap: 20px;align-items: flex-start;}
.advanced-filter-row .filter-group {display: flex;flex-direction: column;}
.filter-group label {margin-bottom: 5px;font-weight: bold;font-size: 14px;}
.filter-group input,
.filter-group select {padding: 8px;font-size: 16px;width: 150px;border-radius: 8px;border: 1px solid #d1d1d1 !important;}
.toggle-btn {padding: 8px 16px; border-radius: 8px;border: 1px solid #d1d1d1 !important;background-color: transparent;color: rgb(0, 0, 0);border: none;cursor: pointer;}
.toggle-btn:hover {background-color: #ffbb09;}
.search-btn {margin-top: 24px; border-radius: 8px;padding: 8px 16px;background-color: #242b3e;color: white;border: none;cursor: pointer;}
.search-btn:hover {background-color: #374469;}
.row-flex {display: flex;flex-wrap: wrap;}
/*--- END 08/05/2025 Time 06.30 PM----*/


/*---09-05-2025 Time 9.45 AM----*/
.footer-logo{height: 40px; display: flex; align-items: center;}
.footer-logo-img{max-height: 100%; max-width: 100%; object-fit: contain;}
.benefit-title {font-weight: 600;margin-bottom: 10px;text-align: center;font-size: 22px; color: #242b3e; } 
.yellow-icon{color: #ffbb09;}
.step-1 { border: 1px solid #0db2de;}
.step-2 {  border: 1px solid #00c9a7;}
.step-3 {  border: 1px solid #ffc107;}
.about-heading{text-align: left !important;}
#about-image{max-height: 350px; border-radius: 10px;}
/*---09-05-2025 Time 06.30 PM ----*/

/*---12-05-2025 Time 12.00PM ----*/
.investment-section , .Benefit-section , .secure-section{background-color: #fff;}
.step-section , .HowIsWork-section{background-color: #e6ecf0;}
.Benefit-section-operator{background-color: #f1f1ee;}
.btn-close{font-size:12px;}

    .thank-you-wrapper {
        min-height: 80vh;
        padding: 40px 20px;
    }

    .thank-you-card {
        background: #fff;
        padding: 40px 30px;
        border-radius: 16px;
        max-width: 600px;
        width: 100%;
        animation: fadeIn 1s ease-out;
    }

    .thank-you-icon {
        font-size: 80px;
        color: #28a745;
        animation: bounceIn 1s ease;
    }

    .thank-you-title {
        font-size: 3rem;
        color: #28a745;
        font-weight: 700;
    }

    .thank-you-subtitle {
        font-size: 1.1rem;
        color: #555;
        margin-top: 20px;
        line-height: 1.6;
    }

}
/*---12-05-2025 END ----*/
/*---media----*/
@media (max-width: 768px) {
    .donut-chart {max-width: 260px;}
    .intro-info {margin: 150px 0 0;}
    .table-responsive td {white-space: normal !important;}
    .content-header>.breadcrumb,
    .content-header>.container>.breadcrumb {top: 15px;}
    .responsive_table {width: 100%;overflow-x: scroll;overflow-y: hidden;}
    .main-contener {margin: 0;}
    .login-bg {display: none;}
    .Mobile {display: none;}
    .chart-container {height: 360px;}
    .support-resources .col-6 {width: 100%;}


    /* 05/05/2025 after 03:30 PM */
    .left-section h1 {font-size: 2rem;}
    .right-section img {width: 100%;height: auto;}
    .trusted-partners {flex-direction: column;align-items: center;}
    .card-custom {width: 100%; margin-bottom: 10px; }
    .zoom-shield {width: 100px;height: 100px;}
 }

@media (max-width: 576px) {
        .transaction-item {flex-direction: column;align-items: flex-start !important;}
        .transaction-item > div:last-child {align-self: flex-end;margin-top: 0.5rem;}
        .info-title {font-size: 1rem;}
        .action-links {margin-top: 0;}

        /* 05/05/2025 after 03:30 PM */
        .navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
        .nav-logo {margin-left: 14px;}
        .nav-right{float: right;}
        .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {float: left;}


        /* 08/05/2025 after 04:40 PM */

      }
      

@media (max-width: 480px) {
    .donut-chart {max-width: 220px;}
    .px-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
    .footer-text {text-align: center !important;}
    /* 05/05/2025 after 03:30 PM */

    .navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
    .nav-logo {margin-left: 14px;}
    .nav-right{float: right;}
    .footer {text-align: center;}
    .invest-opt-btn { margin-top: -40px;float: left !important; margin-bottom: 44px;position: relative; margin-right: 192px;z-index: 12;}

    /* 09/05/2025 after 10:15 AM */
    .footer-logo{justify-content: center;}
    .section-heading {font-size: 24px;}
    /* 09/05/2025 after 10:15 AM */


    /* 12/05/2025  Time 12.30 PM*/
    .icon-wrapper {width: 40px;height: 40px;}
    .icon-signal-wrapper {bottom: 25%;left: 20%;}
    .icon-dollar-wrapper {top: 45%;right: 23%;}
      /* 12/05/2025  Time 12.30 PM*/

      .main-heading{font-size:22px;}

  }