@font-face {
  font-family: "rubik";
  src: url("/wp-includes/fonts/Rubik-VariableFont_wght.ttf");
}

body {
  font-family: "rubik", arial;
  margin: 0;
  /* max-width: 1080px; */
  max-width: 1180px;
}

.fx-container {
  display: flex;
}

button {
  font-family: inherit;
}

.page-container {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: 0px;
}

table {
  width: 100%;
}

th,
td {
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  width: 11%;
  direction: ltr;
  animation: fadeIn 1s;
}

td:hover {
  cursor: pointer;
}

#forex-graph {
  position: absolute;
  clip: rect(5px, 800px, 300px, 5px);
  animation: fadeIn 1s;
}

.widget-header,
.header-commodity-technical-analysis {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
}

/* #header-commodity-technical-analysis{
  display:flex;
  flex-direction: row;
} */

#select-forex-dropdownlist {
  width: 88px;
  pointer-events: auto;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 10px;
  text-align: center;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 14.9px;
  padding: 8px 0px;
  font-family: "rubik", arial;
}

#select-forex-dropdownlist:focus {
  outline: none;
}

#dropdown-forex-title {
  margin: 4px;
  font-size: 18.5px;
}

#select-forex-dropdownlist > option {
  text-align: center;
}

#select-commodity-dropdownlist {
  width: 126px;
  direction: rtl;
  pointer-events: auto;
  text-align: center;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 17.1px;
  font-family: "rubik", arial;
  /* appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 25px; */
}

#forex-technical-analysis-container {
  margin-top: -13px;
}

#fx-container-element {
  margin-top: 57px;
  margin-bottom: 80px;
}

#closure-history {
  margin-top: 5px;
  margin-bottom: 5px;
}

#etf-on-commodities-and-analysis-commodity {
  margin-top: 56px;
  width: 1180px;
  justify-content: space-between;
  margin-bottom: 35px;
}

#select-commodity-dropdownlist:focus {
  outline: none;
}

#title-commodities-dropdown {
  margin: 5px;
  font-size: 17.5px;
}

#commodities-graph {
  position: absolute;
  width: 100%;
  clip: rect(5px, 800px, 485px, 5px);
  animation: fadeIn 1s;
}

ul.tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  height: 53px;
  margin-top: 8px;
  margin-bottom: 0;
}

/* div.content {
  border: 1px solid black;
} */

ul {
  padding: 0;
}

ul {
  overflow: auto;
}

div.content {
  clear: both;
}

.tabs-btns-container {
  display: flex;
  justify-content: center;
  /* background: #f7f7f7; */
  height: 46px;
  direction: rtl;
  width: 100%;
  list-style-type: none;
  margin-top: 1px;
  max-width: 802px;
  position: relative;
}

#open-tab-btn.active::after,
#open-tab-btn:hover:after,
#open-tab-btn:focus:after {
  left: 535% !important;
  right: 34% !important;
  width: 130px !important;
}

#close-tab-btn.active::after {
  left: 9% !important;
  right: 39% !important;
  width: 92px !important;
}

.tab-btn {
  font-size: 18.5px;
  color: #006bb7;
  /*#3d7fb8*/
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
  border: none;
  background: none;
  text-transform: uppercase;
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#close-tab-btn {
  background-color: transparent !important;
}

.tab-btn:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0%;
  height: 3px;
  /*1.5px*/
  background-color: #ffa527;
  /*#e5b485*/
  transition:
    width 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: none;
}

/* chnged from px to % after the css broke - for future - try to change back to pixles */
.tab-btn.active::after {
  left: 40%;
  width: 20%;
  /* width: 63px;
  right: 168px; */
}

.tab-btn.active {
  color: #00367c;
}

#forex-commodity-btns-container {
  position: relative;
}

#forex-commodity-btns-container:after {
  content: "";
  position: absolute;
  background-color: #00367c21;
  right: 2px;
  width: 858px;
  height: 3px;
  bottom: -1px;
}

.tab-btn:hover:after,
.tab-btn:focus:after {
  width: 20%;
  /* width: 63px;
  right: 168px; */
  left: 40%;
}

/* .tab-btn {
  padding: 10px;
  width: 50%;
  border: none;
  cursor: pointer;
  border-bottom: 3px solid #eaeaea;
  background: #efeded;
  font-size: 18px;
} */

/* .tab-btn { */
/* position: relative; */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
/* border-radius: 5px; */
/* background: #fadaba; */
/* box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2); */
/* overflow: hidden; */
/* border: none; */
/* } */

/* .tab-btn {
  padding: 10px;
  width: 50%;
  border: none;
  cursor: pointer;
  font-size: 18px;
} */

/* .tab-btn:after { */
/* content: " "; */
/* width: 0%; */
/* height: 100%; */
/* background: #01459d; */
/* position: absolute; */
/* transition: all 0.4s ease-in-out; */
/* right: 0; */
/* left: 0; */
/* } */

/* .tab-btn.right-btn:after {
  right: 0;
} */

/* .tab-btn.right-btn.active::after {
  right: 0;
  left: auto;
  width: 100%;
} */

/* .tab-btn.active::after {
  left: 0;
  right: auto;
  width: 100%;
} */

/* .tab-btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.tab-btn.active span {
  color: #ffd5aa;
  animation: scaleUp 0.3s ease-in-out;
} */

.forex-summary-container > *,
.commodities-summary-container > * {
  pointer-events: auto;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

img.reset-zoon-icon {
  width: 25px;
  height: 25px;
}

#reset-button {
  position: absolute;
  z-index: 1;
  margin-left: 11px;
  top: -25px;
  right: 10px;
}

@keyframes fadeIn {
  /* flame pulses */
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#more-display,
#more-display2 {
  display: none;
}

.full-page-link {
  display: flex;
  justify-content: flex-end;
}

#graph {
  /* background-color: rgb(171 188 188); */
  border-radius: 5px;
}

.graph-container {
  height: 137px;
}

.conversion-container {
  display: flex;
  align-items: center;
  margin: 2px;
  padding: 5px;
  /* border: 1px solid #ccc; */

  /* background-color: #f5f5f5; */
  direction: rtl;
  justify-content: space-between;
  flex-direction: row;
}

.conversion-container input[type="number"],
.conversion-container select {
  height: 20px;
  padding: 5px 5px;
  border: 2px solid rgba(0, 0, 0, 1);
  border-radius: 5px;
  font-size: 14px;
  flex: 1;
  width: 85%;
  display: flex;
}

.conversion-container select {
  height: 32px;
  width: 60px;
}

svg {
  padding: 5px;
}

.conversion-container select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 25px;
}

.conversion-container #amountTo,
.conversion-container #amountFrom {
  font-weight: bold;
}

.from-container,
.to-container {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.from-container input,
.to-container input {
  width: 50px;
}

canvas {
  background-image: url("/wp-content/uploads/2023/08/weinvest-logo.png");
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.tab-item {
  width: 100%;
}

.tab-span {
  width: 100%;
  height: auto;
  float: left;
  /* transition: 0.5s linear; */
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 2px;
  text-align: center;
  background: transparent;
  font-size: 15px;
  font-weight: bold;
}

.tab-span {
  min-width: 95px;
}

.tab-span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  /* border-bottom: 2px solid transparent; */
  /* border-left: 2px solid transparent; */
  box-sizing: border-box;
  transform: translateX(100%);
}

.tab-span:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  /* border-top: 2px solid transparent; */
  /* border-right: 2px solid transparent; */
  box-sizing: border-box;
  transform: translateX(-100%);
}

/* .tab-span.active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} */

.tab-span.active:before {
  border-color: #262626;
  height: 100%;
  transform: translateX(0);
  transition:
    0.3s transform linear,
    0.3s height linear 0.3s;
}

.tab-span.active:after {
  border-color: #262626;
  height: 100%;
  transform: translateX(0);
  transition:
    0.3s transform linear,
    0.3s height linear 0.5s;
}

.tab-item {
  color: black;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}

.calculator-title {
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: center;
}

.read-more-icon {
  height: 12px;
}

.full-page-link {
  position: fixed;
  left: 0;
}

.tab-span.forex {
  font-size: 14px;
}

/* maintainance popup*/
#user-notice-popup {
  position: fixed;
  transform: translate(-32%, -50%);
  left: 46.9%;
  top: 50%;
  box-shadow:
    0px 8px 32px rgba(30, 58, 95, 0.08),
    0px 0px 0px 1px rgba(30, 58, 95, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, rgba(0, 107, 183, 1), rgba(0, 54, 124, 1))
      border-box;

  border: 3px solid transparent;
  height: 411px;
  width: 593px;
  padding: 0 4em;
  z-index: 1;
}
#main-popup-content {
  direction: rtl;
  display: grid;
  grid-template-rows: 0.2fr 0.5fr 0.5fr;
  grid-template-columns: 1.1fr;
  padding: 0.5em;
  row-gap: 0.1em;
}
.popup-text {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: right;
}

#patience-message {
  color: rgba(0, 54, 124, 1);
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  line-height: 2em;
}

#close-popup-button {
  display: flex;
  justify-content: end;
  /* padding: 0.5em 0.5em 0 0; */
  font-size: 1.5em;
  position: relative;
  margin-right: -2em;
  cursor: pointer;
}

#close-popup-button #close-icon {
  position: absolute;
  right: 0;
}
#image-logo-container,
#container-footer-image {
  display: flex;
  justify-content: center;
}
#image-logo-container {
  padding-bottom: 2em;
}
#container-footer-image {
  padding: 0 0 1em 0;
}
#user-notice-popup.hide-notice-popup {
  display: none;
}

@media only screen and (max-width: 1000px) {
  ul.tabs {
    flex-wrap: wrap;
  }
}

.table-head {
  background: #e3f0ff80 !important;
  color: #01549d;
}

#commodities-table-body tr:nth-child(odd) {
  text-align: center;
  background-color: #ffebcd80;
}

.field-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.red {
  color: red;
}

.green {
  color: green;
}

.fas.fa-caret-up,
.fas.fa-caret-down {
  cursor: pointer;
}

.arrows {
  display: flex;
  flex-direction: column;
}

.field-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  gap: 10px;
}

.title {
  text-align: center;
  margin: 0;
}

.commodities-etf-table {
  max-width: 720px;
  height: 415px;
  border-collapse: collapse;
}

#commodities-etf-table-body > tr {
  /* height: 25px; */
  height: 34px;
}

.commodities-etf-chart-title {
  margin: 3px 0;
}

.graph-time-btn {
  /* background-color: #fff9f4;
  border: 1px solid #97133f;
  cursor: pointer;
  color: black; */
  /* background-color: transparent; */
  color: #3199f4;
  border-radius: 5px;
  border: 0px;
  box-shadow: 0 2px 4px gray;
  background-color: white;
  width: auto;
  /* font-size: 0.65rem; */
  font-size: 13px;
  cursor: pointer;
  width: auto;
  height: 20px;
  margin: 6px;
  flex: 1;
  text-wrap-mode: nowrap;
  font-family: "rubik";
}

.graph-time-btn.active {
  /* background-color: #97133f;
  color: white; */
  background-color: #3199f4;
  color: white;
}

.apexcharts-tooltip-marker {
  display: none;
}

.apexcharts-canvas {
  /* background-image: url("/wp-content/uploads/2023/08/weinvest-10.png") !important; */
  background-size: 87% 30%;
  background-position: center;
  background-repeat: no-repeat;
}

.apexcharts-tooltip-y-group {
  direction: rtl;
}

.apexcharts-tooltip-text-y-value {
  direction: ltr;
}

#SvgjsG1106 path {
  stroke-width: 0;
}

.apexcharts-tooltip {
  text-align: right;
}

.apexcharts-tooltip-title {
  padding: 3px !important;
  margin-bottom: 0 !important;
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group.apexcharts-active {
  padding: 0 !important;
  justify-content: flex-end;
  height: 20px;
}

.commotidies-table td,
.commotidies-table th,
.commotidies-table td,
.commotidies-table th {
  padding: 0;
  font-size: 14px;
  width: 25%;
  cursor: default;
}

.commotidies-table {
  border-collapse: collapse;
  border: solid 1px #cbcbcb;
  margin: 0 auto;
  width: 100%;
  transform: translate(8px, 0px) scale(0.95, 0.95);
}

.commotidies-table .table-title {
  background: #e3f0ff80;
  font: bold 11px arial;
  color: #01549d;
  text-align: center;
}

.commotidies-table .symbol {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  direction: rtl;
}

.commotidies-table .table-title th {
  height: 20px;
  line-height: 20px;
}

.commotidies-table #commodities-table-body tr,
.commodities-summary-table #commodities-summary-table-body tr,
#commodities-etf-table-body tr:not(:first-child) td,
#commodities-etf-table-body tr:not(:last-child) td {
  /* border-bottom: solid 1px #cbcbcb; */
  border-bottom: 1px solid #d9d9d9;
  /* height: 25px; */
  height: 27px;
}

/* #commodities-etf-table-body tr:first-child td, */
#commodities-etf-table-body tr:last-child td {
  border-bottom: none;
}

.commodities-etf-table #commodities-etf-table-body tr td {
  padding: 0;
}

.commodities-etf-table #commodities-etf-table-body tr:nth-child(odd),
.commotidies-table #commodities-table-body tr:nth-child(odd) {
  text-align: center;
  /* background-color: #ffebcd80; */
  background-color: #ffffff;
}

.commodities-etf-table #commodities-etf-table-body tr:nth-child(even),
.commotidies-table #commodities-table-body tr:nth-child(even) {
  text-align: center;
  background-color: #ffffff;
}

.commotidies-table .table-row td:not(:first-child) {
  font: 14px arial;
  color: #000000;
}

.commotidies-table .table-row td {
  height: 23px;
}

.commotidies-table .flag-image {
  vertical-align: middle;
  padding-bottom: 3px;
}

.commotidies-table .symbol-img {
  height: 11px;
  width: 14px;
  transform: scale(1.5);
}

.commotidies-table .active {
  background: #e3f0ff80;
}

/* .commotidies-table .clicked {
    background: #e3f0ff80;
} */

.commodities-summary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: default;
  transform: translate(8px, 0px) scale(0.95);
}

.tradingview-widget-container-summary {
  display: flex;
}

.forex-summary-container {
  pointer-events: none;
  direction: ltr;
  margin-top: -21px;
}

.forex-summary-container h3,
.commodities-summary-container h3 {
  text-align: center;
  margin: 5px 0;
  font-size: 14px;
}

.forex-summary-container h3,
.forex-summary-headline {
  padding: 0;
  margin-top: 0;
  margin-bottom: 5px;
  color: #0154bd;
}

.forex-summary-table,
.commodities-summary-table {
  border-collapse: collapse;
  width: 259px;
  font-size: 11px;
  text-align: center;
  /* border: solid 1px #cbcbcb; */
  border: 2px solid #d9d9d9;
}

#tradingeconomics-commodities-map {
  margin-top: 1px;
  margin-bottom: 68px;
}

#tradingeconomics-commodities-table {
  margin-bottom: 56px;
}

#etf-on-commodities-title {
  margin-bottom: 15px;
}

.forex-summary-table th,
.forex-summary-table td,
.commodities-summary-table th,
.commodities-summary-table td {
  text-align: left;
  height: 20px;
  line-height: 20px;
  cursor: default;
}

.forex-summary-table thead td,
.commodities-summary-table thead td {
  text-align: center;
  width: 80px;
  /* font: 700 11px arial; */
  font-family: "rubik";
}

.forex-summary-table-body td:first-child,
.commodities-summary-table-body td:first-child {
  /* color: #0059b0; */
  padding-left: 10px;
  text-align: center;
}

.forex-summary-table-body td:first-child {
  color: black;
}

.forex-summary-table-body td:nth-child(2),
.commodities-summary-table-body td:nth-child(2) {
  text-align: center;
}

.forex-summary-table-body td:nth-child(3),
.commodities-summary-table-body td:nth-child(3) {
  padding-right: 3px;
  text-align: center;
}

.forex-summary-table td,
.commodities-summary-table td {
  font-weight: normal;
  font-size: 13px;
}

.forex-summary-table thead

/*,.commodities-summary-table thead  */ {
  /* background: #8e8e8e; */
  background-color: #ffffff;
  color: #fff;
  border: 2px solid #d9d9d9;
}

.commodities-summary-table thead {
  /* background: #e3f0ff80; */
  background-color: #ffffff;
  color: #0154bd;
}

td.Buy {
  font-weight: bold;
  color: #008000;
  /*#05a007*/
}

td.Sell {
  font-weight: bold;
  color: #ff0000;
  /*d80100*/
}

.forex-summary-table-body tr:nth-child(even),
.commodities-summary-table-body tr:nth-child(even) {
  /* background-color: #f6f6f6; */
  background-color: #ffffff;
}

.forex-summary-table-body tr:nth-child(odd),
.commodities-summary-table-body tr:nth-child(odd) {
  background-color: #fff;
}

/* TODO: DELETE DUPLICATES */
.forex-table td,
.forex-table th {
  padding: 0;
  width: 25%;
  font-size: 14px;
  cursor: default;
}

.forex-table {
  border-collapse: collapse;
  border: solid 1px #cbcbcb;
  margin: 0 auto;
  /* width: 259px; */
  width: 300px;
  transform: translate(-7px, 0px) scale(0.95, 0.95);
}

/* .forex-summary-table thead, */
.table-title {
  background: #e3f0ff80;
  font: bold 11px arial;
  color: #0154bd;
  text-align: center;
}

.forex-table .symbol {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  direction: rtl;
}

.forex-table .table-title th {
  height: 20px;
  line-height: 20px;
}

.forex-table-body tr,
#forex-summary-table-body tr {
  /* border-bottom: solid 1px #cbcbcb; */
  border-bottom: 1px solid #d9d9d9;
}

.forex-summary-table tbody tr:nth-child(odd),
.forex-table-body tr:nth-child(odd) {
  height: 20px;
  text-align: center;
  /* background-color: #ffebcd80; */
  background-color: #ffffff;
}

.forex-summary-table tbody tr:nth-child(even),
.forex-table-body tr:nth-child(even) {
  height: 20px;
  text-align: center;
  background-color: #ffffff;
}

.forex-table-body .table-row td:not(:first-child) {
  font: 14px arial;
  color: #000000;
}

.forex-table-body .table-row td {
  height: 23px;
  padding: 3px 0;
}

.forex-table-body .table-row:hover,
#forex-summary-table-body tr:hover,
#commodities-table #commodities-table-body tr:hover,
.commodities-summary-table #commodities-summary-table-body tr:hover,
.commodities-etf-table #commodities-etf-table-body tr:not(.graph):hover {
  background-color: #e9e9e9;
}

.forex-summary-table tr {
  height: 34px;
}

.forex-table-body .flag-image {
  vertical-align: middle;
  padding-bottom: 3px;
}

.forex-table-body .symbol-img {
  height: 11px;
  width: 14px;
}

.forex-table-body .image-text {
  width: 30px;
}

.forex-table-body .active {
  background: #e3f0ff80;
}

.forex-summary-table thead tr td,
.forex-summary-table tr td,
.commodities-summary-table .commodities-summary-table-body tr td {
  font-size: 14px !important;
}

#commodities-table-body tr td {
  font-family: "rubik";
}

#forex-table,
#commodities-table,
.commodities-etf-table {
  border: 2px solid #d9d9d9;
}

#forex-table thead tr th,
.forex-summary-table thead tr td,
#commodities-table thead tr th,
.commodities-summary-table thead tr td,
.commodities-etf-table thead tr th {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  font-family: "rubik";
}

#forex-table thead tr:first-child,
#commodities-table thead tr:first-child,
.commodities-summary-table thead tr,
.commodities-etf-table thead tr th {
  background-color: #ffffff !important;
  border-bottom: 2px solid #d9d9d9;
}

/* #forex-table tr, */
#forex-table thead tr,
.forex-summary-table thead tr,
#forex-summary-table-body tr,
#commodities-table-body tr {
  height: 34px;
  font-family: "rubik";
}

#forex-table-body tr {
  height: 31px;
  font-family: "rubik";
}

#commodities-page-side-tables {
  position: relative;
  top: 32px;
  transform: translate(28px, 0px) scale(0.85, 0.85);
}

.clicked {
  background: #e3f0ff80;
}

.unclicked {
  background: "transparent";
}

.main {
  direction: rtl;
}

.commodities-sidebar,
.forex-sidebar {
  display: flex;
  flex-direction: column;
  /* max-width: 278px; */
  /* max-width: 300px; */
  max-width: 359px;
  left: 17px;
  position: relative;
}

.forex-sidebar {
  gap: 10px;
}

.commodities-top-container,
.forex-top-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

#forex-container {
  /* max-width: 1080px; */
  max-width: 1180px;
}

.full-width {
  width: 100%;
  /* max-width: 1080px; */
  max-width: 1180px;
}

.etf-on-commodities-and-analysis,
.forex-quick-view-and-analysis-container {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

/* #forex-quick-view.tradingview-widget-container {
    pointer-events: none;
} */

.tradingview-widget-copyright {
  display: none;
}

.calculators-container {
  display: flex;
  justify-content: space-between;
}

.forex-summary-table {
  width: 430px;
  height: 370px !important;
}

.forex-summary-table-body td:first-child,
.forex-summary-table-body td:nth-child(2),
.forex-summary-table-body td:nth-child(3) {
  padding: 3px 3px;
}

.forum-section-title,
.title {
  font-weight: normal;
  font-size: 19.5px;
  color: #333333;
}

.forum-section-title {
  max-width: 802px;
  text-align: center;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  height: 23px;
  width: 166px;
  background-color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip,
.apexcharts-tooltip-marker {
  display: none !important;
}

.overlay {
  position: absolute;
  width: 500px;
  height: 50px;
}

.interfere {
  width: 95%;
  height: 520px;
  position: absolute;
  bottom: 20px;
}

.overlay-fibs {
  height: 25px;
  top: -2px;
  background: white;
}

.test {
  height: 16px;
  top: 2px;
  background: white;
}

.overlay-continaer {
  position: relative;
}

.floating-btns-container {
  position: sticky;
  top: 50px;
  z-index: 1000;
}

.tab-btn-float {
  height: 50px;
  width: 115px;
}

.calc-container-div {
  display: flex;
  flex-direction: column;
}

tbody#commodities-etf-table-body td:first-child {
  width: 20%;
  max-width: 30px;
}

.etf-forex-body,
.etf-forex-html {
  max-width: 100%; /*prevoisly 720px*/
}

.etf-forex-body .container {
  max-width: 100%;
  padding: 0px 5px;
}

.tab-btn-option {
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  font-size: 20px;
  font-family: "rubik", arial;
}

.tab-btn-option.active:after,
.tab-btn-option:focus:after,
.tab-btn-option:hover:after {
  width: 100%;
  left: 0%;
}

.tab-btn-option.active {
  font-weight: bold;
}

.tab-btn-option:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #0d1040;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
  z-index: 10;
}

#commodities-page-side-tables,
#commodities-page-side-tables .commodities-summary-table {
  width: 350px;
}

@media (min-width: 600px) and (max-width: 900px) {
  /* .main{
    width:100%;
  } */

  tbody#commodities-etf-table-body td:first-child {
    width: 20%;
    max-width: none;
  }

  .container {
    max-width: 720px;
  }

  .commodities-etf-table {
    max-width: 100%;
  }

  .forex-summary-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .calc-container-div {
    display: block;
    margin: auto;
    width: 75%;
  }

  body {
    width: 100% important;
  }

  #commodities-container,
  #forex-container {
    max-width: 100%;
  }

  .tabs-btns-container {
    width: 100%;
  }

  .forex-top-container {
    flex-direction: column;
    align-items: center;
    direction: rtl;
  }

  .commodities-sidebar,
  .forex-sidebar {
    max-width: none;
    width: 100%;
  }

  .forex-table {
    width: 100%;
  }

  .commodities-main-container,
  .forex-main-container {
    max-width: 100%;
  }

  ul#forex-tabs {
    height: 3.75rem;
  }

  #forex-quick-view {
    flex-direction: column;
    width: 100%;
  }

  .title {
    text-align: center;
  }

  #forex-quick-view {
    width: 100% !important;
  }

  .forex-swapp-widget-container {
    width: 100%;
  }

  div#forex-trading-analysis {
    width: 98% !important;
    margin: 0 auto;
  }

  .calculators-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .etf-on-commodities-and-analysis,
  .commodities-top-container {
    flex-direction: column;
    align-items: center;
  }

  .commodities-summary-table {
    width: 100%;
  }

  .title {
    width: 100%;
  }

  .overlay-continaer {
    width: 100% !important;
  }

  .overlay {
    /* width: 215px; */
    width: 100%;
  }

  .main {
    width: 100%;
  }

  iframe#fibs-calculator-iframe {
    /* width: 100%; */
    height: 763px;
    width: 150vw;
  }

  iframe#fibo-iframe {
    width: 100%;
  }

  iframe#insurance-calculator {
    width: 100%;
    height: 100%;
  }

  ul.tabs {
    flex-wrap: wrap;
    height: fit-content;
  }

  /* WP SIDEBAR STYLES */

  .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-right: 0;
  }

  .wp-block-latest-posts__post-author,
  .wp-block-latest-posts__post-date {
    display: block;
    font-size: 0.8125em;
  }

  .wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
    clear: both;
  }

  .wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em;
  }

  .wp-block-latest-posts__featured-image a {
    display: inline-block;
  }

  .wp-block-latest-posts__post-title {
    font-size: 13px;
  }

  .latest-posts-widget-class li:not(:last-child) {
    margin-bottom: 50px;
  }

  .wp-block-latest-posts__featured-image img {
    height: 70px;
    width: 70px;
  }

  .wp-block-latest-posts li {
    text-align: center;
  }

  .wp-block-latest-posts {
    font-size: 13px;
    color: #000;
    text-align: center;
    text-decoration: none;
  }

  .wp-block-latest-posts__post-title {
    font-size: 13px;
    color: #444444;
    text-decoration: none;
  }

  .wp-block-latest-posts__post-date {
    font-size: 0.7125rem;
    color: #000000;
  }

  .commodities-trading-analysis-container {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  tbody#commodities-etf-table-body td:first-child {
    width: 20%;
    max-width: none;
  }

  /* .container {
    overflow-x: auto;
  } */

  .commodities-etf-table td,
  .commodities-etf-table th {
    padding: 5px;
  }

  .forex-summary-table {
    width: 100%;
  }

  .commodities-etf-table thead tr th:first-child,
  .commodities-etf-table tbody tr td:first-child {
    position: sticky;
    right: 0;
    background-color: #f1f7ff !important;
  }

  body {
    width: 100% important;
  }

  #forex-container {
    max-width: 100%;
  }

  .tabs-btns-container {
    width: 100%;
  }

  .forex-top-container {
    flex-direction: column;
    align-items: center;
    direction: rtl;
  }

  .commodities-sidebar,
  .forex-sidebar {
    max-width: none;
    width: 100%;
  }

  .forex-table {
    width: 100%;
  }

  .forex-main-container {
    max-width: 100%;
  }

  ul#forex-tabs {
    height: fit-content;
  }

  iframe#open-positions-iframe {
    height: 35rem;
  }

  #forex-quick-view {
    flex-direction: column;
    width: 100%;
  }

  .title {
    text-align: center;
  }

  #forex-quick-view {
    width: 100% !important;
  }

  .forex-swapp-widget-container {
    width: 100%;
  }

  div#forex-trading-analysis {
    width: 98% !important;
    margin: 0 auto;
  }

  .calculators-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .etf-on-commodities-and-analysis,
  .commodities-top-container {
    flex-direction: column;
  }

  .commodities-summary-table {
    width: 100%;
  }

  .title {
    width: 100%;
  }

  .overlay-continaer {
    width: 100% !important;
  }

  .overlay {
    /* width: 215px; */
    width: 100%;
  }

  .main {
    width: 100%;
  }

  iframe#fibs-calculator-iframe {
    /* width: 100%; */
    height: 763px;
  }

  iframe#fibo-iframe {
    /* width: 100%; */
    /* transform: scale(0.9); */
    /* width: 170vw; */
  }

  iframe#insurance-calculator {
    /* width: 100%; */
    /* height: 100%; */
    /* transform: scale(0.9); */
    width: 27rem;
    transform: translatex(0vw) scale(1);
  }

  #fibo-iframe-wrapper ~ .calc-container-div {
    transform: scale(1) translate(0%, -2%);
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #calc-savings-container::-webkit-scrollbar,
  #fibo-iframe-wrapper::-webkit-scrollbar,
  .calc-container-div::-webkit-scrollbar {
    display: none;
  }

  ul.tabs {
    flex-wrap: wrap;
    height: fit-content;
  }

  .forex-summary-container {
    width: 100%;
  }

  /* WP SIDEBAR STYLES */

  .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-right: 0;
  }

  .wp-block-latest-posts__post-author,
  .wp-block-latest-posts__post-date {
    display: block;
    font-size: 0.8125em;
  }

  .wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
    clear: both;
  }

  .wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em;
  }

  .wp-block-latest-posts__featured-image a {
    display: inline-block;
  }

  .wp-block-latest-posts__post-title {
    font-size: 13px;
  }

  .latest-posts-widget-class li:not(:last-child) {
    margin-bottom: 50px;
  }

  .wp-block-latest-posts__featured-image img {
    height: 70px;
    width: 70px;
  }

  .wp-block-latest-posts li {
    text-align: center;
  }

  .wp-block-latest-posts {
    font-size: 13px;
    color: #000;
    text-align: center;
    text-decoration: none;
  }

  .wp-block-latest-posts__post-title {
    font-size: 13px;
    color: #444444;
    text-decoration: none;
  }

  .wp-block-latest-posts__post-date {
    font-size: 0.7125rem;
    color: #000000;
  }

  .commodities-trading-analysis-container {
    width: 100%;
  }
}

.export-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
}

.export-buttons {
  display: flex;
  justify-content: center;
}

.export-buttons > button {
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background-color: transparent;
  padding: 5px 5px 3px 5px;
  margin: 0 10px;
  background-size: 18px;
}

.export-buttons > button > span {
  font-size: 18px;
}

.fb-icon,
.twitter-icon,
.whatsapp-icon {
  height: 40px;
  width: 40px;
}

.fb-icon {
  background: url("https://weinvest.co.il/wp-includes/images/fb-icon.svg");
}

.twitter-icon {
  background: url("https://weinvest.co.il/wp-includes/images/x-icon-black.svg");
}

.whatsapp-icon {
  background: url("https://weinvest.co.il/wp-includes/images/whatsapp-icon.svg");
}

.social-icons {
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.logo-image {
  opacity: 1;
  position: relative;
  width: 17%;
  height: 20%;
  left: 40%;
  bottom: 73px;
  z-index: 100;
}

.calculator {
  margin: 5px;
  box-shadow:
    3px 0px 4px 0px rgba(201, 207, 224, 1),
    0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  transform: translate(-7px, 15px) scale(0.95, 0.95);
}

#dropDownBar-currencyFrom {
  border-bottom: 2px solid #00367c;
}

#commodities-analysis-section {
  width: 30%;
}

@media (max-width: 768px) {
  #forex-commodity-floating-btns-container .banner-component-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-shadow: none;
    justify-content: center;
    padding: 10px;
    gap: 30px;
    position: relative;
    right: 0px;
    height: auto !important;
  }

  #forex-commodity-floating-btns-container {
    position: fixed;
    width: 100%;
    top: 7em;
    z-index: 10;
    transition: top 0.5s ease-out;
  }

  #forex-commodity-floating-btns-container.fixed-to-page-top {
    top: 3.3em;
  }

  #forex-commodity-floating-btns-container .banner-component-container::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 54, 124, 0.44);
    right: 2px;
    width: 100%;
    height: 3px;
    bottom: -0.2em;
  }

  #forex-commodity-floating-btns-container
    .banner-component-container
    #banner-1,
  #forex-commodity-floating-btns-container
    .banner-component-container
    #banner-2 {
    width: 34%;
  }
  #forex-tabs {
    margin-bottom: 2em;
    max-width: 100%;
    padding: 0px 10px;
    flex-wrap: nowrap;
    direction: rtl;
    justify-content: start;
    margin-top: 5em;
  }

  #forex-types-buttons-container {
    overflow-x: auto;
    direction: rtl;
  }

  .tradingview-widget-container #tradingview_35682 div:first-child,
  .tradingview-widget-container #tradingview_9246a div:first-child {
    max-width: 100%;
  }

  #forex-quick-view {
    margin-top: 22px;
    gap: 33px;
  }

  #selectedRegionDisplay + svg {
    padding: 0;
  }

  /* #closure-history {
    overflow-x: auto;
  } */

  .forex-sidebar .calculator {
    width: 100%;
  }

  #forex-tabs .tab-item {
    padding: 0px 17px;
  }

  #forex-page-articles,
  #commodities-articles-container {
    width: 100%;
  }

  #forex-articles-iframe,
  #commodities-articles-iframe {
    height: 27rem;
    width: 100%;
    border: none;
  }

  #closure-history-container,
  /* #calc-savings-container, */
  #commodities-tabs-container {
    overflow-x: auto;
  }

  /* #calc-savings-container .calc-savings {
    aspect-ratio: 16/9;
    overflow-x: auto;
  } */
  #closure-history {
    width: 100%;
  }

  /* #calc-savings-container {
    width: 100vw;
  } */

  #commodities-container .commodities-top-container {
    align-items: flex-start;
  }

  #commodities-tabs {
    justify-content: flex-start;
    gap: 1em;
    flex-wrap: nowrap;
    margin-top: 5em;
    margin-bottom: 2em;
  }

  /* #commodities-tabs li {
    padding: 0px 11px;
  } */

  #commodities-container .commodities-main-container {
    max-width: 100%;
  }

  #forex-tabs::-webkit-scrollbar,
  #commodities-tabs::-webkit-scrollbar,
  #trading-view-symbol-data-wrapper::-webkit-scrollbar {
    display: none;
  }

  .selectDropDown.forex-dropdown-hidden#forex-pair-technical-analysisDropDown,
  .selectDropDown.commodities-dropdown-hidden#commodities-technical-analysisDropDown {
    opacity: 0;
    visibility: hidden;
  }
  .calc-container-div {
    transform: scale(0.75) translate(17%, -42%);
    width: 123vw;
    overflow-x: auto;
  }
  #fibs-calculator-iframe {
    transform: scale(0.75, 0.75) translate(107px, -273px);
  }
  #etf-on-commodities-and-analysis-commodity {
    max-width: 100%;
    gap: 2em;
  }
  #commodities-analysis-section,
  #commodities-trading-analysis,
  #commodities-page-side-tables.commodities-sidebar {
    width: 100% !important;
  }
  #selectedRegionDisplay {
    white-space: nowrap;
  }
  #header-commodity-technical-analysis #dropDownBar {
    border-bottom: 2px solid #00367c;
  }
  #commodities-page-side-tables.commodities-sidebar {
    position: relative;
    top: 0px;
    transform: translate(-20px, 0px);
  }
  #commodities-page-side-tables .commodities-summary-container {
    transform: translate(2px, 0px) scale(1);
    margin: 20px 0px;
  }
  #forex-commodities-page-container {
    width: 100vw;
    padding: 0px 1em;
  }
  #amountFrom,
  #amountTo {
    border: 2px solid rgba(0, 0, 0, 1) !important;
    background-color: white !important;
  }
  /* #trading-view-symbol-data {
    width: 34em;
  } */
  #trading-view-symbol-data-wrapper,
  #calculators-container #calc-savings-container {
    overflow-x: auto;
  }

  #fx-container-element {
    margin-bottom: 1em;
  }
  #commodities-tabs li {
    white-space: nowrap;
  }

  /* #commodities-on-etf-table-container {
    border: 2px solid #d9d9d9;
  } */

  /* #commodities-on-etf-table-container .commodities-etf-table {
    border: none;
  } */
  #slide-show75 #slide-show75-track #slide-show75-list {
    overflow: visible;
  }

  #slide-show75 #slide-show75-track #slide-show75-list > li {
    width: auto !important;
  }

  #slide-show75
    #slide-show75-track
    #slide-show75-list
    > li
    .post-thumbnail-new
    .attachment-tie-medium {
    width: 160px !important;
    height: 120px !important;
  }

  #slide-show75 #slide-show75-track #slide-show75-list > li .post-box-title {
    display: flex;
    justify-content: center;
  }

  #slide-show75 #slide-show75-track #slide-show75-list > li .post-box-title a {
    max-width: 200px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    font-size: 15px !important;
    color: #00367c;
    font-weight: 500;
  }

  #slide-show75 #slide-show75-track #slide-show75-list > li {
    border-bottom: none;
  }

  #slide-show75
    #slide-show75-track
    #slide-show75-list
    > li
    .post-thumbnail-new
    a {
    display: block;
    line-height: 0;
  }

  #main-content.container.full-width
    .content
    section.cat-box.scroll-box.tie-cat-75 {
    justify-self: self-start !important;
    padding-right: 0.3em;
  }

  #main-content .cat-box.scroll-box.tie-cat-75 .cat-box-content {
    justify-self: self-start !important;
  }

  #slide-show75-track.splide__track.splide__track--loop {
    padding-right: 0;
  }

  #slide-show75 .splide__pagination.splide__pagination--rtl {
    width: 100vw;
    display: flex;
  }

  #main-content.container.full-width
    .cat-box.scroll-box.tie-cat-75
    .cat-box-title
    h2
    a {
    margin-right: 0;
  }

  #main-content.container.full-width
    .cat-box.scroll-box.tie-cat-75
    .cat-box-title
    h2
    a::before {
    width: 0px;
    margin-left: 0px;
  }
}
.bos-icon-continer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bos-icon {
  display: flex;
  direction: rtl;
  align-items: center;
  height: 41px;
  margin-right: 18px;
  background-color: #1a2727;
  margin: 10px;
  width: fit-content;
  display: flex;
  border-radius: 10px;
}

.bos-icon span {
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-right: 15px;
}

.bos-icon a {
  color: black;
  width: fit-content;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}

.bos-icon a img {
  height: 35px;
  width: fit-content;
}

/*maintainance icon*/
.popup-text {
  font-size: clamp(15px, 5vw, 25px);
}
#patience-message {
  white-space: nowrap;
}
#user-notice-popup {
  scale: 0.9;
  width: auto;
  right: 0;
  left: 0;
  top: 20%;
  transform: unset;
  z-index: 6;
}
