.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
  font-family: "Roboto", sans-serif;
}

.logo {
  width: 200px;
}

.top-container {
  border-bottom: 1px solid #f1f3f6;
  padding: 5px 0;
  background: #f7f7f7;
  color: #fff !important;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
}

.links-container {
  background-color: #1877f2;
  border-radius: 2px;
}

.search-container {
  width: 730px;
  border: 4px solid #1877f2;
}

.search-btn {
  color: #1877f2;
}

.bg-main-color {
  background-color: #1877f2;
}

.menu-border {
  border-top: 1px solid #f1f3f6;
  border-bottom: 1px solid #d1d8e4;
}

.footer-border {
  text-align: center;
  padding: 8px 0px;
  border-top: 1px solid #e3e7ee;
  border-bottom: 1px solid #f1f3f6;
}

.side-container {
  width: 228px;
}

@media (max-width: 768px) {
  .logo {
    width: 90%;
    margin: 10px;
  }
  .search-container {
    width: 100%;
    border: 4px solid #1877f2;
  }
  .side-container {
    width: 100%;
  }
}
.box-title-font {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.text-muted {
  color: #777 !important;
}

.lightgray {
  color: #ddd;
}

.text-12px {
  font-size: 12px;
}

.text-13px {
  font-size: 13px;
}

.list-img-box {
  width: 80px;
}

.border-green-tt {
  border-color: #1877f2;
}

.box-header {
  background: rgb(247, 247, 247);
  color: #333;
  margin-right: 0;
  border: 1px solid rgb(221, 221, 221);
  line-height: 14px !important;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0;
  user-select: none;
}

.box-content {
  border-radius: 0;
  border-image: none;
  box-shadow: none;
  background-color: #fff;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  padding: 15px;
}

.torrent-list li:nth-child(odd) {
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.list-bar {
  background: #fbfcfd;
}

.torrent-list li {
  padding-left: 4px;
  padding-right: 4px;
}

.page-list li:nth-child(odd) {
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.list-tab ul li {
  display: block;
  float: left;
  padding: 10px 10px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  background-color: #f7f7f7;
}

.list-tab ul li:first-child {
  border-left: 1px solid #dddddd;
  border-top-left-radius: 2px;
}

.list-tab ul li:last-child {
  border-top-right-radius: 2px;
}

.list-tab ul li a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

.list-tab ul li a:hover {
  color: orangered;
}

.list-tab ul .active {
  border-top-color: #dddddd !important;
  background: #fff;
  border-top: 1px solid #333;
}

.list-tab ul .active a {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
  font-weight: bold;
}

.list-bar {
  /*border-top: 2px solid #5bcacc;*/
  /*border-bottom: 1px solid #dddddd;*/
}

.badge {
  display: inline-block;
  padding: 0.25em 0.25em;
  font-size: 55%;
  line-height: 1;
  min-width: 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*# sourceMappingURL=site.css.map */
