.dt-length {
    display: none;
  }
  
  td.hidden {
    display: none;
}
  
  .tr-click >th {
    color: #fff;
  }
  
  .tr-txt-color>th {
    color: #000 !important;
    font-weight: 500;
  }
  
  .accordion {
     --bs-accordion-border-color: unset !important;
  }
  
  .accordion-button:not(.collapsed)::after {
    margin-top: -32px !important;
    display: none;
  }
  
  .accordion-button::after {
    margin-top: -30px !important;
    display:none;
  }
  
  .tooltip-inner {
    max-width: none; /* Prevents Bootstrap from restricting the tooltip width */
    width: 600px; /* Set your desired width */
    height: auto; /* Set your desired height */
    white-space: normal; /* Allows the text to wrap to multiple lines */
  }
  
  .dt-search {
    display: none;
  }
  .dt-info {
    display: none;
  }
  .dt-paging{
    display: none;
  }
  .table.dataTable {
    width: 100% !important;
	font-size: 13px;
  }
  .row.c-border {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 2rem;
    background:#fff;
  }
  
  .btn-sm {
    --bs-btn-padding-x: -0.5rem !important;
    font-size: 11px;
    padding: 5px;
    font-weight: 400;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: unset !important;
  }

  .global_search tr td.FULL_DISCRIPTION {
    overflow: visible !important;
}

.global_search tr td {
    max-width: 650px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.global_search.table th {
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 7px; 
}

::-webkit-scrollbar-track {
   background: #f1f1f1; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #065b91; 
    border-radius: 10px; 
    border: 2px solid #065b91; 
}

::-webkit-scrollbar-thumb:hover {
    background-color: #065b91; 
}

.custom-scrollbar::-webkit-scrollbar {
    height: 7px; 
}
.country-scroll {
    overflow-y: auto; /* Enables both horizontal and vertical scrolling */
    max-height: 200px; /* Example: Limit container height */
}
.country-scroll::-webkit-scrollbar {
    width: 0; /* Hide vertical scrollbar */
    height: 0; /* Hide horizontal scrollbar */
}

.chart-container {
    position: relative; /* Ensure the ::before element is positioned relative to this container */
}

.right-label-container::before {
  content: "IN USD";
    writing-mode: vertical-rl;
    display: block;
    position: absolute;
    top: 4.5rem;
    left: 12px;
    font-size: 12px;
    background-color: #fff;
    transform: rotate(180deg);
    padding: 12px 0;
}

.left-label-container::before {
  content: "IN USD";
    writing-mode: vertical-rl;
    display: block;
    position: absolute;
    top: 4.5rem;
    left: 1rem;
    font-size: 12px;
    background-color: #fff;
    transform: rotate(180deg);
    padding: 12px 0;
}

*,:after, :before {
    box-sizing: border-box;
}

.make-new-search{
      height: 36px;padding: 8px 0px;background: #065b91;font-weight: 600;margin-left:10px;color:#fff;
}

@media (max-width: 768px) {
   .no-margin{
      margin-right:unset !important;
      margin-left:unset !important; 
   }
}
