.bg-main-color {
  background-color: #2c3d47;
}

.border-main-color {
  border-color: #2c3d47;
}

.header-top {
  background-image: linear-gradient(to top, #909090 0, #b7b7b7 50%, #c1c1c1 100%);
  height: 30px;
}

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

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

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

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

.download-btn-bg {
  background-color: orangered;
}

.menu-container {
  background-image: linear-gradient(to top, #cacaca 0, #b7b7b7 50%, #8e8d8d 100%);
}

.menu-box {
  background-color: #2c3d47;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bolder;
  color: #fff;
}

.sub-menu-box {
  color: #000;
}

.header-box {
  background-color: #e6e6e8;
}

.side-left {
  width: 200px;
}

.side-right {
  width: 260px;
}

@media (max-width: 768px) {
  .side-left {
    width: 100%;
  }
  .side-right {
    width: 100%;
  }
}
#menu li > div {
  display: none;
}

#menu li {
  /* border-bottom: 2px solid #0f0; */
}

.list-bar {
  background: #fbfcfd;
}

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

.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 {
  color: #2c3d47;
  font-weight: bold;
}

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

.badge {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  min-width: 22px;
  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;
}

.drop-menu {
  --tw-bg-opacity: 1;
  /*background-color: rgba(30, 64, 175, var(--tw-bg-opacity));*/
  border-top: 4px solid rgba(254, 60, 23, var(--tw-bg-opacity));
}

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