@font-face {
  font-family: "rubik";
  src: url("/wp-includes/fonts/Rubik-VariableFont_wght.ttf");
}

body {
  margin: 0;
  font-family: "rubik", arial;
}

.bond-reports,
.short-reports {
  font-size: 14px;
  text-align: center;
  margin: 0px auto;
}

h1 {
  text-align: center;
}

table > * {
  font-size: 14px;
}

th,
td {
  width: 9%;
}

#short-results {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#bond-results {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.link-info {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 710px;
  display: block;
}

#title-results {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  color: #01549d;
  justify-content: space-around;
}

.name-field {
  text-decoration: underline;
  cursor: pointer;
}

#display-results {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  position: relative;
}

#display-results > li {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  direction: rtl;
}

.bond-val {
  list-style-type: none;
  padding-inline-start: 0px;
  text-align: center;
  direction: ltr;
  margin: 0;
}

#world-content td {
  height: 25px;
}

#world-content p {
  margin: 0;
  margin-right: 5px;
}

.fas.green {
  transform: translateY(3px);
}

ul#title-results li:first-child div .fas.green {
  transform: translateY(4px);
}

ul#title-results li:first-child div .fas.red {
  transform: translateY(-2px);
}

.fas.green,
.fas.red {
  font-size: 16px;
}

.green {
  color: #008000; /*#239B56*/
  font-weight: bold;
}

.red {
  color: #ff0000; /*#CB4335*/
  font-weight: bold;
}

.bond-val > li:nth-child(1) {
  font-size: 14px;
}

.bond-content {
  list-style-type: none;
  margin: 5px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  width: 98%;
  background-color: #ffebcd80;
  display: flex;
  align-items: center;
}

.shorts-content {
  list-style-type: none;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  background-color: #ffebcd80;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
li {
  list-style-type: none;
}
.time-content {
  list-style-type: none;
  padding: 15px 0px 10px 0px;
}
.time-content > span {
  background-color: #242424;
  color: white;
  font-size: 0.8em;
  padding: 5px;
  border-radius: 3px;
}

.bond-title,
.short-title {
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background-color: #e3f0ff80;
  color: #01549d;
  position: relative;
}

.bond-title {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 2px 0;
  padding-right: 1.2rem;
}

.short-title > li {
  display: inline-block;
  box-sizing: border-box;
  width: 9%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.shorts-content > li:first-child {
  padding: 7px 0px;
}

.shorts-content > li {
  display: inline-block;
  box-sizing: border-box;
  width: 10%;
  padding: 7px;
  text-align: center;
  vertical-align: middle;
  direction: ltr;
}

.short-title > li:first-child {
  width: 20%;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.bond-name {
  width: 30%;
  padding-left: 5px;
  text-align: right;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 195px;
  display: block;
}

.bond-report,
.short-report {
  display: inline-block;
  width: 750px;
  text-align: right;
}

.bond-title > .bond-report {
  text-align: center;
}

.bond-tab {
  list-style-type: none;
  cursor: pointer;
  margin: 0;
  padding-inline-start: 0px;
  white-space: nowrap;
  width: 100%;
}

.bond-tab > li {
  font-size: 16px;
  display: inline-block;
  padding: 10px;
  margin: 5px 0px 0px 5px;
  background-color: silver;
}

#world-content > tr > td:nth-child(1),
th:nth-child(n + 2) {
  /* background-color: #e3f0ff80; */
  background-color: #ffffff;
  /* color:#01549d; */
  color: #000000;
}

tr:nth-child(even) td:not(:first-child) {
  /* background: #ffebcd80; */
  /* background-color: #ffffff; */
}

#world-government-bonds thead tr {
  border-bottom: 1px solid #d9d9d9;
}

#world-government-bonds {
  border-collapse: collapse;
  border: 2px solid #d9d9d9;
  width: -webkit-fill-available;
}

#world-government-bonds #world-content tr {
  border-bottom: 1px solid #d9d9d9;
  height: 30px;
}

#world-government-bonds #world-content tr:hover,
#world-content tr td:first-child:hover {
  background-color: #e9e9e9;
}

#world-government-bonds thead tr th #dropDownBar {
  height: 34px;
  margin: 0;
  border: 2px solid #00367c;
}
#world-content tr td:first-child {
  border-left: 1px solid #d9d9d9;
}

/* td:nth-child(even):not(:first-child) {
    background: #ffebcd80;
} */

#world-content > tr > .bond-country-title {
  /* background: #e3f0ff80 !important; */
  background-color: #ffffff;
}

#short-results::-webkit-scrollbar-track {
  background-color: transparent;
}

#short-results::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

#short-results::-webkit-scrollbar-thumb {
  background-color: #476b6b;
}

#bond-results::-webkit-scrollbar-track {
  background-color: transparent;
}

#bond-results::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

#bond-results::-webkit-scrollbar-thumb {
  background-color: #476b6b;
}

.read-more-icon {
  height: 12px;
}

.bond-full-page-link {
  /* position: fixed;
  left:0;
  bottom:0; */
  position: relative;
  float: left;
}

.arrows {
  display: flex;
  flex-direction: column;
}

.countries {
  font-weight: bold;
}

.shorts-content li:first-child {
  text-align: right;
  width: 20%;
}

.name-field a {
  color: black;
}

@media (min-width: 600px) and (max-width: 900px) {
  .bond-name {
    width: 20%;
  }
  .bond-report {
    width: 60%;
  }

  .bond-content li:last-child,
  .bond-title li:last-child {
    width: 20%;
  }

  .link-info {
    width: 100%;
  }

  .bond-title {
    padding-right: 0;
  }
  .bond-content {
    margin: 5px 0;
    padding: 5px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #short-results,
  #bond-results {
    overflow-y: hidden;
  }

  .link-info {
    max-width: 150px;
  }

  .bond-report {
    width: 100%;
  }

  .bond-content {
    width: 96%;
  }

  .bond-title {
    padding: 0;
  }

  .bond-title > .bond-report {
    text-align: initial;
  }

  #short-results {
    overflow-x: scroll;
  }

  /* .name-field, */
  ul#title-results li:first-child {
    position: sticky;
    background: #f1f7ff;
    right: 0;
  }

  .name-field {
    position: fixed;
    background: #f1f7ff;
    right: 0;
  }

  .short-title > li:first-child {
    width: fit-content;
  }

  .bond-reports,
  .short-reports {
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    overflow-x: scroll;
  }

  #short-results,
  #title-results {
    width: 700px;
  }
}
