.partners {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.partners .box {
  width: 200px;
}
.partners .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: 0.3s;
  /* border: 1px solid #eef0ef; */
}
.partners img {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
  width: 160px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img.img-fluid:hover {
  border-color: var(--primary-color-one);
  transform: scale(1.05);
  border-radius: 10px;
}
.partners .img-box:hover {
  border-color: var(--primary-color-one);
  transform: scale(1.2);
}
.thead-dark {
  background-color: var(--primary-color-one);
  color: white;
}
.rates {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #fff !important;
}
.rates table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.rates th {
  text-transform: uppercase;
}

.rates th,
.rates td {
  padding: 5px;
}

.rates th {
  background: linear-gradient(45deg, #1d2e1e, var(--primary-color-one));
}
.thead-dark th{
  border: 1px solid var(--primary-color-one);
}
.thead-light th{
  background: linear-gradient(45deg, #51b661, #f0f3f9) !important;
  color: var(--primary-color-two) !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 0;
}
.tbody-dark{
  background: linear-gradient(45deg, #1d2e1e, var(--primary-color-one));
}

.tfoot tr{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rates .white {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: 900;
  padding-top: 1.5rem;
}

.rates thead th {
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
}

.rates img {
  width: 50px;
  max-width: max-content;
}

.rates-content .title {
  white-space: nowrap;
  font-weight: 800;
}
.rates-content .symbol {
  margin-top: -20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.rates-detail th {
  text-transform: uppercase;
}
