.exchange-container {
  background-color: #fef9f0;
  border-radius: 10px;
  padding: 20px;
}

.rate-box {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.eod_data_div {
  color: #64748b;
  font-weight: 400;
  font-size: 14px;
}

.eod-data {
  color: #1e293b;
  font-weight: 600;
}

.table thead.tableHeader > tr > th {
  background-color: #dc8513 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem !important;
}

.table tbody > tr > td {
  font-size: 12px;
  font-weight: 500;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem !important;
}

.tableEODExchangeData {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

table thead tr :first-child {
  border-top-left-radius: 10px;
}

table thead tr :last-child {
  border-top-right-radius: 10px;
}

.pagination .page-item.active .page-link {
  background-color: #dc8513 !important;
  border-color: #dc8513 !important;
  color: white !important;
}

.pagination .page-item .page-link {
  color: #37474f !important;
  box-shadow: none;
}

.eod_btn {
  cursor: pointer;
  color: #dc8513;
  background-color: #fef9f0;
  border: 1px solid #dc8513;
}

.eod_btn:hover {
  background-color: #dc8513;
  color: #fff;
  border: 1px solid #dc8513;
}

.breadcrumb-item a {
  color: #1e293b;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #dc8513;
}

.eod_exchange_container {
  background-color: #fef9f0;
  border: 1px solid #dc8513;
}

#filterDate:focus,
#exchangeName:focus {
  box-shadow: none;
}
