html {
  height: fit-content;
}

@font-face {
  font-family: "Rubik";
  src: url("/wp-includes/fonts/Rubik-VariableFont_wght.ttf");
}

body {
  font-family: "Rubik", arial !important;
  height: fit-content;
}

.tr.td.a {
  text-align: start;
}

.inner-cont {
  width: fit-content;
  position: relative;
  display: flex;
  width: 800px;
  height: 236px;
  border-radius: 10px;
  border-width: 1px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  /* box-shadow: 1px 3px 4px 0px #c9cfe0, -1px 0px 4px 0px #00000040; */
  box-shadow: 0px 2px 0px 1px #c9cfe0;
  gap: 10px;
  /* padding-left: 10px; */
}

.tabs-btns-container span {
  font-family: "Rubik", arial;
}

p {
  margin: 0;
  display: inline;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #006bb7;
}

hr {
  width: 100%;
}

.container {
  /* height: 154px; */
  display: flex;
  flex-direction: column;
}

.main {
  width: 100%;
}

.line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

.row {
  display: flex;
  height: 30px;
}

#folder-table,
.follow-table {
  width: 100%;
}

#folder-table td:nth-child(1),
.follow-table td:nth-child(1) {
  text-align: center;
  /* direction: ltr; */
  /* padding-right: 65px; */
  font-weight: normal;
  font-size: 14px;
}
#folder-table td:nth-child(2),
.follow-table td:nth-child(2) {
  text-align: center;
  direction: ltr;
  font-weight: normal;
  font-size: 14px;
}
#folder-table td:nth-child(3),
.follow-table td:nth-child(3) {
  text-align: center;
  direction: ltr;
  font-weight: normal;
  font-size: 14px;
}

.follow-table th:nth-child(1) {
  text-align: center;
  direction: ltr;
  font-size: 14px;
}

.follow-table th:nth-child(2) {
  text-align: center;
  direction: ltr;
  font-size: 14px;
}

.follow-table th:nth-child(3) {
  text-align: center;
  direction: ltr;
  font-size: 14px;
}

#link-page {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab-item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tab-span {
  /* width: 75%; */
  transition: 0.5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  background: transparent;
  /* font-weight: bold; */
  /* font-size: 16px; */
  /* color: #3d7fb8; */
  display: flex;
  gap: 2px;
  width: 109px;
  border-radius: 5px;
  border-width: 1px;
  font-weight: 500;
  font-size: 18px;
  color: #006bb7;
  align-items: center;
  justify-content: center;
}

/* .tab-span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ef9b4b;
  transition: width 0.5s ease, left 0.5s ease;
}

.tab-span:hover::after,
.tab-span.active::after {
  width: 100%;
  left: 0;
} */
.tab-item {
  margin-top: 11px;
  height: 51px;
}
#leading-tab-btn {
  margin-top: 0;
}

.tab-item {
  color: black;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}

.tabs-btns-container {
  display: flex;
  flex-direction: column;
  width: 108px;
  height: 236px;
  border-radius: 5px;
  border-width: 1px;
  border: 1px solid #f5f5f5;
  box-shadow: -1px 0px 4px 0px #00000040;
}

.full-page-link {
  display: flex;
  display: none;
  justify-content: flex-start;
  font-size: 16px;
  margin-right: 5px;
  position: absolute;
  bottom: 7px;
  left: 10px;
}

.green {
  color: seagreen;
}

.red {
  color: tomato;
}

.stars {
  direction: ltr;
  min-width: 80px;
}

.stars > span {
  color: orange;
  font-size: 20px;
  -webkit-text-stroke: 1px orange;
}

.read-more-icon {
  height: 12px;
}

.link{
  direction: rtl;
}

.link:hover {
  color: #006bb7;
  cursor: pointer;
}

.desktop-hide {
  display: none;
}

.forum-list {
  overflow-x: hidden;
}

@media screen and (max-width: 600px) {
  thead#table-head tr th {
    font-size: 0.8em;
  }

  .row {
    flex-direction: column;
  }

  .desktop-hide {
    display: block;
  }
}

#table-head th {
  height: 43px;
}
tr {
  width: 100%;
}
th,
td {
  width: 28%;
}

.isTopSign{
  text-align: center;
}

table {
  border-collapse: collapse;
}

#table tr {
  height: 45px;
}

#table-head th {
  border-bottom: 3px solid #c9cfe080;
}

/* #table-head tr::after{
    content: '';
    background: #C9CFE080;
    height: 3px;
    position: absolute;
    width: 98%;
    height: 3px;
    left: 1%;
    bottom: 0;
} */

.tab-span:hover,
.tab-span.active {
  color: #00367c;
}

.tab-item:has(.tab-span:hover) {
  background: #006bb71a;
  border: 1px solid #00367c1a;
}

.tab-item:has(.tab-span.active) {
  background: #ffffff;
  border: 2px solid #ffa527b2;
  border-radius: 5px;
}

.tab-span.active {
  font-weight: 700;
}

td:nth-child(1),
td:nth-child(2),
td:nth-child(3) {
  border-left: 1px solid #d9d9d9;
}
td:nth-last-child(1) {
  border-left: unset;
}
td,
tr {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.folder-scroll {
  width: 90%;
}

.tab-span svg {
  margin-right: 5px;
}

.tab-span.active svg path {
  fill: #ffa527 !important;
}

.small-column{
  width: 10%;
}

@media screen and (max-width: 800px) {
  .inner-cont {
    width: 99%;
    height: 98%;
  }

  #table tr {
    height: 42px;
  }
  .tabs-btns-container {
    height: 212px;
  }
}

th {
  font-size: 14px;
}
