.border_bottom{
	border-bottom: 1px solid #f4f4f4;
}
.dataTables_processing{
	border:0px;
	/*background-color :#337ab7;
	z-index: 100*/
}
.pointer{
      cursor:pointer;
    }
.header-custom{
  background-image: -webkit-gradient(linear, left top, right top, from(#20b9ae), to(#006fd6)); color: white;
}
.ui-autocomplete-loading {
    background: white url("../../plugins/autocomplete/loader2.gif") right center no-repeat;
}
.ui-autocomplete-loader-center {
    background: white url("../../plugins/autocomplete/loader1.gif") center center no-repeat;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  /* padding-right: 20px; */
}
.font-italic{
	font-style: italic !important;
}
.bg-dream-blue{	
	background-image: -webkit-gradient(linear, left top, right top, from(#20b9ae), to(#006fd6));
	color:white;
}
.bg-dream-red{
	background-color: #f40404d6;
	color:white;
}
.bg-dream-green {
	background-color: green;
	color:white;
}
.bg-dream-purple {
	background-color: #a612a6;
	color:white;
}
.bg-dream-pink {
	background-color: #D81B60;
	color:white;
}
.bg-dream-maroon {
  background-color: #058ef2;
  color:white;
}
/**/
/* Simple Sidebar toggles */
.sidebar-simple {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sidebar-simple > li {
  margin: 4px 0;
}
.sidebar-simple summary {
  cursor: pointer;
  padding: 10px 12px;
  color: #cfd8dc;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  position: relative;
  transition: background 160ms ease, color 160ms ease;
}
.sidebar-simple summary .pull-right {
  float: right;
}
.sidebar-simple summary::-webkit-details-marker {
  display: none;
}
.sidebar-simple details:hover > summary {
  background: rgba(255,255,255,0.05);
}
.sidebar-simple details[open] > summary {
  background: rgba(255,255,255,0.08);
}
.sidebar-simple summary .fa-angle-down {
  margin-left: auto;
  transition: transform 160ms ease;
}
.sidebar-simple details[open] summary .fa-angle-down {
  transform: rotate(180deg);
}
.sidebar-simple ul {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0 8px;
}

/* Welcome Card Styles */
.welcome-card {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.welcome-card .greeting {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.welcome-card .sub-greeting {
  color: #888;
  font-size: 14px;
}
.welcome-card .action-buttons .btn {
  margin-left: 10px;
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 500;
}
.welcome-card .action-buttons .btn-import {
  background-color: #e0e7ff;
  color: #4338ca;
  border: none;
}
.welcome-card .action-buttons .btn-price {
  background-color: #f3f4f6;
  color: #374151;
  border: none;
}

/* Balance Card Styles */
.balance-card {
  background-color: #f3f4f6;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.balance-info h4 {
  margin: 0;
  font-size: 16px;
  color: #555;
  font-weight: 600;
}
.balance-info .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  display: block;
}
.balance-info .amount {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.balance-actions .btn {
  background-color: #6366f1;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 15px;
  margin-left: 5px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.balance-actions .btn:hover {
  background-color: #4f46e5;
  color: white;
}

/* Currencies Balance Styles */
.currency-section {
  margin-top: 20px;
}
.currency-section h4 {
  font-size: 16px;
  color: #555;
  font-weight: 600;
  margin-bottom: 15px;
}
.currency-card {
  background-color: #e0e7ff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.currency-card .primary-amount {
  font-size: 18px;
  font-weight: 600;
  color: #4338ca;
  display: block;
}
.currency-card .secondary-amount {
  font-size: 14px;
  color: #6b7280;
  display: block;
}

@media (min-width: 768px) {
  .content-wrapper, .main-footer {
    margin-left: 230px; /* Default is 230px */
  }
}

.dashboard-section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  background-color: #f9f9f9; /* Light background to distinguish sections if needed, or transparent */
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd; /* Subtle border to define the section */
  background: white;
  overflow: hidden; /* Clears floats */
}
