.sl-tyel {
  padding: 80px 0 0;
}

.sl-tyel .rates {
  margin-bottom: 40px;
}

.sl-tyel .rates-header {
  max-width: 600px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.sl-tyel .rates-title {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.sl-tyel .rates .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -30px;
}

.sl-tyel .rates .row:not(.no-results) .no-results-text {
  display: none;
  text-align: center;
}

.sl-tyel .rates .row.no-results {
  justify-content: center;
}

.sl-tyel .rates .row.no-results .col {
  display: none;
}

.sl-tyel .rates .col {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  padding: 30px;
}

.sl-tyel .rate-description {
  color: #213F5F;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #D0D0D0;
}

.sl-tyel .rates .col table td {
  font-weight: bold;
  color: #213F5F;
  border: none;
}

.sl-tyel .rates .col table tr:nth-child(even) {
  background-color: #F4F4F4;
}

.sl-tyel .rp .rp-title {
  margin-bottom: 30px;
  text-align: center;
}

.sl-tyel .rp .rp-controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  max-width: 600px;
  margin: auto;
}

.sl-tyel .rp .rp-years {
  width: 100%;
  margin-bottom: 30px;
}

.sl-tyel .rp .rp-years th,
.sl-tyel .rp .rp-years td {
  font-size: 14px;
  padding: 4px;
  text-align: center;
  border: 1px solid #ccc;
}

.sl-tyel .rp .rp-date-control {
  text-align: center;
}

.sl-tyel .rp-choose-range {
  display: block;
  margin-bottom: 8px;
}

.sl-tyel .rp-controls input,
.sl-tyel .rp-controls button {
  font-size: 16px;
  border-radius: 4px;
}

.sl-tyel .rp-controls input {
  width: 33.3333%;
  padding: 5px 10px;
  border-color: #ccc;
  border-radius: 4px;
}

.sl-tyel .rp-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  margin-left: 10px;
  padding: 3px 10px;
  border: none;
  background-color: #213F5F;
  transition: background-color .2s ease-in-out;
}

.sl-tyel .rp-controls button:hover {
  background-color: #BFB185;
}

.sl-tyel .rp-chart-holder {
  padding: 30px 0;
  height: 360px;
}

@media screen and (min-width: 768px) {
  .sl-tyel .rp-chart-holder {
    padding: 60px 0;
    height: 640px;
  }
}

#ui-datepicker-div {
  display: none;
  background-color: white;
}

.ui-datepicker {
  margin: 20px 0;
}

.ui-datepicker-calendar {
  width: 100%;
  margin: 0;
  border-spacing: 5px;
  border-collapse: separate;
}

.ui-datepicker-header {
  position: relative;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ui-datepicker-prev i,
.ui-datepicker-next i {
  font-size: 32px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #213F5F;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 24px;
  font-weight: normal;
  color: #213F5F;
  margin: 0;
  border: none;
  background-color: transparent;
}

.ui-datepicker .select-wrap {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.ui-datepicker .select-wrap select {
  padding-right: 20px;
}

.ui-datepicker .select-wrap::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  content: '\f078';
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ui-datepicker-calendar thead {
  border-bottom: 1px solid black;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  border: none;
}

.ui-datepicker-calendar td {
  text-align: center;
}

.ui-datepicker-calendar td {
  background-color: #213F5F;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
  background-color: #CBCBCB;
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #BFB185;
}

.ui-datepicker-calendar td:hover {
  cursor: pointer;
  background-color: #BFB185;
}

.ui-datepicker-calendar td a {
  color: white;
}

@media (max-width: 767px) {
  .sl-tyel .rates .col {
    flex-basis: 100%;
  }
}
