body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.historical-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.range-btns{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    
    
}
.range-btns a,.range-btns button {
    text-decoration: none;
    color: #000;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;

    
}
.range-btns .active{
    color: #106c37;
}
.historydiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin : 0 auto;
    padding-bottom: 10px;
}
.historydiv h4{
    margin: 0;
}
.historydiv button{
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    background-color: #106c37;
    cursor: pointer;
    color: #fff;
}
.matrix{
    position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.heading {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  margin: 0 0 30px 0;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  background-color: #fff;
  width: 60%;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.popup h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #106c37;
  text-align: center;
}

.popup form {
  margin-top: 10px;
}

.popup label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}
.popup .updatebrokerage {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 25px;
  background-color: #106c37;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.popup .updatebrokerage:hover {
  background-color: #0056b3;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
}

.close-popup:hover {
  color: #ff0000;
}

form {
  max-width: 840px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

label {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
.input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
input[type="text"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: none;
}
#profile-form {
  margin-bottom: 80px;
}

input[type="submit"],
.record {
  width: 130px;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-decoration: none;
}

input[type="submit"]:hover,
.record:hover {
  background-color: #45a049;
}
.form-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.field {
  max-width: 840px;
  width: 100%;
}
.date-field {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.date-sub-field {
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  text-decoration: underline;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

th {
  background-color: #f2f2f2;
}

/*tbody tr:first-child {*/
/*  background-color: #f5f5f5;*/
/*}*/
.Summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
}
.Summarydivmobile {
  display: none;
}
.Summarydivmobile h4 {
  margin-bottom: 0;
}

.Summarydiv {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -130px;
    max-width: 64%;
    margin-left: 14%;
}

@media screen and (max-width: 1024px) {
  .Summarydiv {
    margin: 0 auto;
    margin-bottom: -80px;
    max-width: 1160px;
  }
}
@media screen and (max-width: 600px) {
  .Summarydivmobile {
    display: block;
    margin-bottom: -80px;
    margin-top: -30px;
  }
  .Summarydiv {
    display: none;
  }
}

.Summary h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
#example_paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#example_paginate span a {
  margin: 0 5px;
}
.paginate_button.previous,
.paginate_button.next {
  text-decoration: underline;
}
.paginate_button {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.paginate_button:hover {
  color: #106c37;
}
#example_info {
  font-size: 12px;
  margin-bottom: 10px;
}
/*#example_length, #example_filter{*/
/*    display: none;*/
/*}*/
#example_length label {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -30px;
}
#example_filter label {
  width: max-content;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#example_filter label input,
#example_length label select {
  margin-left: 10px;
  border: 1px solid #106c37;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  outline: none;
  background: none;
}
#example_length label select {
  margin: 0 5px !important;
}

.logo {
  max-width: 120px;
  margin-top: 20px;
}
.stock-details {
  padding: 5px 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.stock-details:hover {
  background-color: #45a049;
}
.matrix {
  max-width: 1160px;
  width: 100%;
  display: block;
  margin: 100px auto;
  position: relative;
  /* padding: 0 10px; */
}
@media screen and (max-width: 870px) {
  .matrix {
    overflow-x: scroll;
  }
}
.relative {
  position: relative;
}
.Symbol-select,
.Company-select,
.Brokerage-select {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: white;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  border-radius: 6px;
  left: 0;
  max-height: 100px;
  overflow-y: scroll;
  padding: 10px 0;
  display: none;
}
.filter-select {
  width: 100%;
  background: white;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  border-radius: 6px;
  padding: 10px 0;
  display: none;
  position: absolute;
}
.header-container .record {
  margin-top: 0 !important;
}
.dropdown {
  width: 150px;
  position: relative;
}
.Symbol-select ul,
.Company-select ul,
.filter-select ul,
.Brokerage-select ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Symbol-select ul li,
.Company-select ul li,
.Brokerage-select ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #9b9b9b;
  margin-left: 20px;
}
.filter-select ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #9b9b9b;
  /*margin-left: 20px;*/
}
.Symbol-select ul li:last-child,
.Company-select ul li:last-child,
.filter-select ul li:last-child,
.Brokerage-select ul li:last-child {
  border-bottom: none;
}
.Symbol-select ul li:hover,
.Company-select ul li:hover,
.filter-select ul li:hover,
.Brokerage-select ul li:hover {
  background-color: #4caf50;
}
.Symbol-select ul li:hover button,
.Company-select ul li:hover button,
.Brokerage-select ul li:hover button,
.filter-select ul li:hover a {
  text-decoration: none;
  color: white;
}
.Symbol-select ul li button,
.Company-select ul li button,
.Brokerage-select ul li button,
.filter-select ul li a {
  border: none;
  background: none;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.filter-select ul li a {
  display: block;
}
.Symbol-select::-webkit-scrollbar,
.Company-select::-webkit-scrollbar,
.Brokerage-select::-webkit-scrollbar {
  width: 4px !important;
}
/* Track*/
.Symbol-select::-webkit-scrollbar-track,
.Company-select::-webkit-scrollbar-track,
.Brokerage-select::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 1px;
}
/* Handle */
.Symbol-select::-webkit-scrollbar-thumb,
.Company-select::-webkit-scrollbar-thumb,
.Brokerage-select::-webkit-scrollbar-thumb {
  background: #4caf50;
  border-radius: 1px;
}
.Symbol-select::-webkit-scrollbar-thumb:hover,
.Company-select::-webkit-scrollbar-thumb:hover,
.Brokerage-select::-webkit-scrollbar-thumb:hover {
  background: #45a049;
}
.reset {
  width: 130px;
  padding: 10px;
  background-color: #ffa500;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
}
.reset:hover {
  opacity: 1;
}
.thanku {
  margin: 50px 0;
  display: none;
}
.thanku h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: center;
  color: green;
  font-weight: 500;
}
.thanku a {
  margin: 10px auto;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: #4caf50;
  text-decoration: none;
  color: white;
  border-radius: 4px;
}
.thanku a:hover {
  background-color: #45a049;
}
.detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  /*border-bottom: 1px solid #ccc;*/
}
.detail:last-child {
  border-bottom: none;
}
.detailBox {
  border: 1px solid #fff;
  max-width: 800px;
  margin: 0 auto 50px auto;
  box-shadow: 0 10px 30px -6px rgb(0 0 0 / 0.1);
  border-radius: 10px;
}
.detailBox .Heading-name {
  font-weight: 600;
}
.edit-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 20px auto 20px auto;
  flex-wrap: wrap;
  gap: 20px;
}
.edit-btns button{
    border: none;
    background: none;
}
.edit-btns a{
    text-decoration: none;
}
.edit-btns span{
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    line-height: 20px;
    color: #000;
}
table td a {
    color: #000;
}
.edit-btns svg{
    width: 40px;
    display: block;
    margin: 0 auto;
}
.close-btn {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: none;
  text-decoration: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  background-color: #106c37;
  text-decoration: none;
}
/*.edit-btn {*/
/*  background-color: #106c37;*/
/*}*/
/*.delete-btn {*/
/*  background-color: #ffa500;*/
/*}*/
.header-container,
.heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-container h2,
.header-container h2,
.headerlink {
  font-size: 22px;
  line-height: 38px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  color: #106c37;
  text-decoration: none;
}
.heading-container a {
  text-decoration: none;
}
.heading-container {
  margin: 20px auto 10px auto;
  max-width: 800px;
}
.heading-new {
  font-size: 26px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  color: #106c37;
}
@media screen and (max-width: 600px) {
  .heading-new {
    font-size: 24px;
  }
}
.qty-price,
.brokerage-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.form-layout .half {
  width: 50%;
}
.recordreset {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brokerageFee-div {
  width: 40%;
}
.brokerage-div {
  width: 60%;
}
@media screen and (max-width: 780px) {
  .form-layout {
    display: block;
  }
  .form-layout .half {
    width: 100%;
  }
  .quantity-div,
  .price-div {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .qty-price,
  .brokerage-fee {
    display: block;
  }
  .brokerageFee-div {
    width: 100%;
  }
  .brokerage-div {
    width: 100%;
  }
  .recordreset {
    display: flex;
    flex-direction: column;
  }
  .reset {
    width: 100%;
    order: 2;
  }
  .record {
    width: 100%;
    order: 1;
  }
  .Privacy-btns a {
    font-size: 16px !important;
  }
  .header-container a img {
    max-width: 80px;
  }
  .icons-flex svg,
  .Privacy-btns svg {
    max-width: 30px;
  }
  .icons-flex a span,
  .Privacy-btns a h4 {
    font-size: 16px !important;
  }
  #example_length label {
    margin-bottom: 20px;
  }
}
#stock-form label span,
#profile-form label span {
  color: red;
}
.login {
  color: #4caf50;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
/*.create-account {*/
/*  color: #4caf50;*/
/*  text-decoration: none;*/
/*  font-size: 22px;*/
/*  font-weight: 600;*/
/*  text-align: center;*/
/*  display: block;*/
/*}*/
.Privacy-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 30px auto;
}
.Privacy-btns img {
  width: 60px;
  margin: 0 auto;
}
.Privacy-btns a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #4caf50;
  text-align: center;
}
.Privacy-btns h4 {
  margin: 0;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* Styling for the popup box */
.popup-box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
.popup-box a {
  text-decoration: none;
  width: auto !important;
  display: block;
}
.close-button {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #106c37;
  font-size: 25px;
}
.nodata {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #106c37;
}
/*.form-container {*/
/*  border: 1px solid #ccc;*/
/*  padding: 0 0 0 10px;*/
/*  display: inline-block;*/
/*}*/

/* Hides the checkboxes */
input[type="checkbox"] {
  display: none;
}

/* Styles for the label */
.checkbox-label {
  color: #000;
  cursor: pointer;
}

/* Style the label when the checkbox is selected */
input[type="checkbox"]:checked + .checkbox-label {
  color: #106c37; /* Change color when selected */
}

select {
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 18px;
}

select option {
  background-color: #fff;
}
select option:checked {
  color: #106c37;
}

select:focus {
  outline: none;
}

.filter-button {
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: none;
  text-decoration: none;
  color: white;
  /*border-radius: 4px;*/
  cursor: pointer;
  background-color: #106c37;
}

/* Add border between fields */
#filterForm label {
  display: inline-block;
  margin-right: 10px !important;
  border-right: 1px solid #ccc;
  padding-right: 5px;
  margin: auto;
}

/* Remove right border from the last label */
#filterForm label:last-child {
  border-right: none;
}
#filterForm {
  display: flex;
  align-items: center;
}
.icons-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 25px;
}

.icons-flex a {
  /*margin: 0px 20px;*/
  text-decoration: none;
  /*color:#4caf50;*/
}

.icons-flex a span {
  color: #4caf50;
  font-size: 20px;
  font-weight: 500;
}

.icons-flex a img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .form-container {
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box; 
  }

  /* Use flexbox to create a responsive layout */
  /*#filterForm {*/
  /*  display: flex;*/
  /*  flex-wrap: wrap;*/
  /*  justify-content: space-between;*/
  /*}*/

  /* Adjust the label width to fit two labels in a row on mobile */
  /*#filterForm label {*/
    /*width: 49%;*/
    /*box-sizing: border-box; /* Ensure padding doesn't add to the width */
  /*  margin-bottom: 10px;*/
  /*  margin-right: auto !important;*/
  /*  border-right: none;*/
  /*}*/
  

  /* Remove the right border from the last label in each row */
  /*#filterForm label:nth-child(2n) {*/
  /*  border-right: none;*/
  /*}*/

  /* Center the filter button and make it take full width on mobile */
  .filter-button {
    width: 100%;
    margin: 0;
  }
}
.desktop-title{
    margin: 0; font-size: 28px; font-weight: 700; text-align: center; padding-bottom: 20px; color: #106c37; 
}
.detailtitle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-desktop{
    display: none;
}
.background {
  background-image: url("/assets/images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(
    255,
    255,
    255,
    0.5
  ); /* Set the background color with opacity (0.7 in this example) */
  background-blend-mode: overlay;
}
.logindiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mission {
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
  color: #000;
  margin-bottom: 20px;
}
.social-buttons {
  display: flex;
  flex-direction: column;
}
.social-buttons a svg {
  margin-right: 5px;
  fill: #fff;
}
.social-buttons a {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.google-button {
  background-color: #db4437; /* Google Red */
}

.facebook-button {
  background-color: #3b5998; /* Facebook Blue */
}

.social-buttons a:hover {
  opacity: 0.8;
}

/* Center the buttons horizontally */
.social-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}
.radio-group {
  display: flex;
  flex-direction: column;
}

input[type="radio"] {
  margin-right: 10px;
}

.radio-btn label {
  margin-bottom: 0;
}
.radio-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#interfaceColor {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#interfaceColor::-webkit-color-swatch {
  border-radius: 15px;
  border: none;
}
#interfaceColor::-moz-color-swatch {
  border-radius: 15px;
  border: none;
}

/* CSS for the loading overlay */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-container {
  width: 80%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader-bar {
  width: 100%;
  height: 5px;
  background-color: white;
  position: relative;
  border-radius: 2px;
}

.loader-progress {
  width: 20%;
  height: 100%;
  background-color: green;
  position: absolute;
  top: 0;
  left: -100%;
  animation: progressAnimation 2s linear infinite;
}

.loader-text {
  text-align: center;
  line-height: 30px;
  color: green;
  font-weight: bold;
  margin-top: 5px;
}

@keyframes progressAnimation {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.addassettop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .addassettop {
    flex-direction: column;
    gap: 20px;
  }
}

#scrollToTopButton {
  z-index: 1;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #106c37;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
}
.selldata{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Show the button only on screens with a maximum width of 768px (mobile) */
@media (max-width: 768px) {
  #scrollToTopButton {
    display: block;
  }
}

.sell-form {
  max-width: 760px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #106c37;
  text-align: center;
  border-radius: 20px;
}

.sell-form h3 {
  font-size: 24px;
  color: #106c37;
}

.quantity-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border: 1px solid #106c37;
  border-radius: 5px;
}

.quantity-controls button {
  width: 40px;
  height: 40px;
  background-color: #106c37;
  color: white;
  border: none;
  /*border-radius: 5px;*/
  cursor: pointer;
  font-size: 20px;
}

.quantity-controls input {
  width: 50px;
  text-align: center;
}

#sellStock {
  background-color: #106c37;
  color: white;
  border: none;
  border-radius: 10px;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  /*padding: 10px 25px;*/

  cursor: pointer;
}

.current-value,
.total-value {
  color: #106c37;
  font-size: 20px;
}

.current-value span,
.total-value span {
  color: #000000;
}
.value{
    text-align: right;
}
.favorite #example_filter label {
  width: max-content;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.buystock {
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  background-color: #106c37;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}
.mobile-nav {
  display: none;
}
/*.mobile-filter-button {*/
/*    display: none;*/
/*}*/
#closeFilterButton{
    display: block;
    background-color: red;
    color: #fff;
    border-radius: 5px;
    right: 15px;
    position: absolute;
    border: none;
}
.sellpricediv{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.selldiv{
    padding-top: 10px;
}
.sellpricediv p{
    margin: 5px 0;
}
#mobileFilterButton svg{
      max-width: 30px;
      width: 100%;
  }
   #mobileFilterButton span{
      font-size: 16px; 
   }
   #mobileFilterButton{
      display: block;
      margin: 0 auto;
      margin: 0 auto;
    cursor: pointer;
    color: #106c37;
    border: none;
    background: none;
        position: absolute;
    top: 0;
    left: 75px;
  }
  .filter-panel {
    position: fixed;
    top: 0;
    transition: right 0.3s ease-in-out;
    right: -100%; /* Initially hidden outside the screen */
    width: 300px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1;
}
#filterForm label{
      display: block;
      border: none;
      width: 100%;
      margin: 5px;
  }
  #filterForm label select{
      width: 100%;
      overflow: hidden !important;
  }
  #filterForm {
      display: block;
  }
  #allLabel{
      padding-left: 5px;
  }
  #example_filter label input {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .heading-container h2{
      margin: 0;
  }
  .transactions.matrix{
      margin: 20px auto 80px auto !important;
  }
  .accountingnumber{
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-width: 100px;
      max-width: 150px;
      margin: 0 auto;
  }
  .accountingnumber.value{
      margin: 0 !important;
  }
  .desktop-title{
      text-transform: capitalize ;
  }
@media screen and (max-width: 600px) {
    .detail-desktop{
        display: flex;
    }
    /*.dynamic-title{*/
    /*    font-size: 2px !important;*/
    /*}*/
    .heading-new{
    margin-bottom: 10px;    
    }
    .selldiv{
        width: 100%;
    }
    .sellpricediv{
        justify-content: space-between;
    }
    #sellStock{
        margin-top: 10px;
    }
    
  .buystock {
    padding: 10px 15px;
  }
  .selldata{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
  .desktop-title{
      display: none;
      font-size: 24px;
  }
  .favorite{
      margin-top: 40px;
  }
  .matrix{
      margin-bottom: 50px;
  }
  /*#mobileFilterButton{*/
  /*    display: block;*/
  /*    margin: 0 auto;*/
  /*    margin: 0 auto;*/
  /*  cursor: pointer;*/
  /*  color: #106c37;*/
  /*  border: none;*/
  /*  background: none;*/
  /*      position: absolute;*/
  /*  top: 0;*/
  /*  left: 75px;*/
  /*}*/
  .heading-container h2,
.header-container h2,
.headerlink{
    font-size: 18px;
    line-height: 28px;
}
.detail-back{
    display: none !important;
}
  /*.form-container {*/
  /*    padding: 0;*/
  /*}*/
  /*#mobileFilterButton svg{*/
  /*    max-width: 30px;*/
  /*    width: 100%;*/
  /*}*/
  /* #mobileFilterButton span{*/
  /*    font-size: 16px; */
  /* }*/
/*  #closeFilterButton {*/
/*    display: block;*/
/*}*/
  /*#filterForm label{*/
  /*    display: block;*/
  /*    border: none;*/
  /*    width: 100%;*/
  /*    margin: 5px;*/
  /*}*/
  /*#filterForm label select{*/
  /*    width: 100%;*/
  /*    overflow: hidden !important;*/
  /*}*/
  /*#filterForm {*/
  /*    display: block;*/
  /*}*/
  /*#allLabel{*/
  /*    padding-left: 5px;*/
  /*}*/
  /*#example_filter label input {*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*  margin-left: 0;*/
  /*}*/
  #example_filter label, .favorite #example_filter label {
    width: max-content; 
    display: block;
    padding-top: 10px;
    margin-right: 0;
  }
  .portfolio-matrix{
      margin: 20px auto 50px auto;
  }
  .transactions #example_filter label{
      margin-left: auto;
      margin-right: 0;
  }
  
  .icons-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 5px; 
}

.icons-flex > a:last-child {
    grid-column: span 4; /* Span all 4 columns */
    justify-self: center;
}
.icons-flex a span{
    text-align: center;
    display: block;
}
  .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav .logo{
      margin-top: 0;
      max-width: 80px;
  }
  .container {
      padding: 0 15px;
  }
  .header-container a{
      text-decoration: none;
  }
  .header-container a svg{
      max-width: 30px;
  }
  .logindiv{
      display: block;
  }
  .logindiv a{
      margin-bottom: 10px;
  }
  .mission{
      font-size: 18px;
      margin-bottom: 40px;
  }
  .Privacy-btns{
      margin-top: 0;
  }
  #filterForm{
      margin-top: 30px;
  }
/*  .filter-panel {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    transition: right 0.3s ease-in-out;*/
    right: -100%; /* Initially hidden outside the screen */
/*    width: 300px;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    border: 1px solid #ccc;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
/*    padding: 10px 20px;*/
/*    transition: right 0.3s ease-in-out;*/
/*    z-index: 1;*/
/*}*/

.close-filter-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
.form-container{
    border: none;
}
  #example_length label{
      margin-bottom: -40px;
  }
}
.portfoliolist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-text{
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 12px;
}
#portfolio-form label span{
    color: red;
}
.portfolio-matrix{
    margin-top: 30px !important;
}

