@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  font-family: "Roboto", sans-serif;
}
header#site-header {
  display: none !important;
}
header.page-header {
  display: none !important;
}
div#top-bar-wrap {
  display: none !important;
}
:root {
  --gold-color: #f7d37a;
}
::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: var(--gold-color);
}

#members .devider:last-of-type {
  display: none !important;
}

::selection {
  color: black;
  background: var(--gold-color);
}
body {
  background: #2b2d31 !important;
}
/* Custom CSS for two sidebars */
.sidebar {
  height: 100vh;
  background-color: #2b2d31;
  color: white;
  text-align: center;
}
.side-bar-hash-tag-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-right: 6px;
}
.sidebar-left > h2 {
  color: var(--gold-color);
  font-weight: 800;
  font-size: 32px;
}
.side-bar-channel {
  padding: 1px 0;
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 20px;
}
.side-bar-channel img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.active-fill svg {
  fill: var(--gold-color) !important;
}
.active-color {
  color: var(--gold-color) !important;
}
.side-bar-channel:hover svg,
.side-bar-channel:hover a {
  scale: 1.09;
  transition: 0.2s;
  fill: var(--gold-color);
  color: var(--gold-color);
}

.side-bar-channel a {
  text-decoration: none;
  color: white;
  letter-spacing: 1px;
  font-size: 16px;
}

.main-content {
  padding: 20px;
  background-color: #313338;
}
.sidebar-left {
  flex: 1;
}

.sidebar-right {
  flex: 1;
}
a.forum-list-text {
  font-size: 22px;
  padding: 9px;
}

.sidebar-right > h2 {
  color: var(--gold-color);
  font-weight: 800;
  font-size: 32px;
  margin-top: -30px;
  margin-bottom: 25px;
}

.sidebar-left > h2 {
  color: var(--gold-color);
  font-weight: 800;
  font-size: 32px;
  margin-top: -30px;
  margin-bottom: 25px;
}
#channels,
#members {
  margin-top: 40px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#channels::-webkit-scrollbar,
#members::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#channels,
#members {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.video-content {
  max-width: 21vw;
}
.video-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  color: var(--gold-color);
  font-size: 18px;
  margin: 5px 5px 5px 2px;
}
.pagination > a,
.pagination > span {
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}
.pagination > a:hover,
.pagination span:hover {
  color: var(--gold-color);
  transition: 0.2s;
  scale: 1.2;
}
.member-content img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
}
.member-name {
  margin-left: 8px !important;
  color: white;
}
.member-content {
  margin-bottom: 18px;
}

a.next.page-numbers,
a.prev.page-numbers {
  display: none;
}

span.page-numbers.current {
  background-color: transparent;
  color: white;
}

.page-numbers.current:hover {
  color: var(--gold-color);
  background-color: transparent;
}
video {
  min-height: 200px;
}
#footer-widgets {
  display: none;
}

#categoryTrailer .video-content {
  max-width: 27vw !important;
}

#hideTrailerBtn {
  background: #ff0000a1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 30px !important;
  right: -10px !important;
  top: -10px !important;
  z-index: 999 !important;
}
.active-channel img {
  filter: brightness(1.5);
}
.btnShowTrailer {
  background: #f3d274 !important;
  color: black !important;
  position: absolute;
  font-size: 15px !important;
  border: 1px solid black !important;
  top: 45px;
  padding: 10px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#searchResults {
  width: 300px;
  height: 300px;
  position: absolute;
  border: 1px solid #f7d37a;
  left: 0;
  top: 60px;
  border-radius: 5px;
  z-index: 999;
  background: #313338;
}

#orderSelect {
  max-width: 140px !important;
}

/* Style for the select dropdown */
.custom-dropdown-emma {
  position: relative;
  display: inline-block;
  width: 200px;
  /* Adjust width as needed */
  overflow: hidden;
  /* Hide the overflow to contain the arrow */
}

/* Style for the select dropdown arrow */
.custom-dropdown-emma::after {
  content: "\25BC";
  /* Unicode for down arrow */
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #f7d37a !important;
  /* Color of the arrow */
  z-index: 1;
  /* Ensure the arrow appears above the select box */
}

/* Style for the select element */
.form-select-emma {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #2b2d31;
  border: 2px solid #f7d37a;
  padding: 0px 0px 0px 10px;
  border-radius: 5px;
  font-size: 13px;
  width: 100%;
  color: #f7d37a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/* Style for selected option */
.form-select-emma option:checked {
  background-color: #2b2d31;
}

/* Style for options */
.form-select-emma option {
  background-color: #2b2d31;
  /* Dark grey options */
}

/* Optional hover effect for options */
.form-select-emma option:hover {
  background-color: #383b3f;
}

/* Additional styling for form */
#formSort {
  margin: 20px 0;
  /* Adjust margin as needed */
}
.searchDiv input {
  transition: 0.5s !important;
  background-color: transparent;
  border: 2px solid #f7d37a;
}

.searchDiv input:focus {
  transition: 0.5s;
  color: #f7d37a;
  background-color: transparent;
  border-color: #f7d37a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(247 211 122 / 33%);
}

.searchDiv {
  transition: 0.5s !important;
}

.searchDiv input:not(:placeholder-shown) ~ label {
  background-color: #313338;
  top: 18px;
  padding-left: 3px;
  padding-right: 3px;
  transition: 0.5s !important;
}

.searchDiv input:focus ~ label {
  background-color: #313338;
  top: 18px;
  padding-left: 3px;
  padding-right: 3px;
  transition: 0.5s !important;
}

.searchDiv input {
  color: #f7d37a !important;
}
.list-group-item {
  font-size: 14px;
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  color: #feffff;
  text-decoration: none;
  background-color: #fff0;
  border: none;
}

.modal-body {
  padding: 0;
  margin: -5px;
}
.text-dark {
  font-size: 13px !important;
  color: rgb(243 210 116) !important;
}
.p-2 {
  padding: 0.9rem !important;
}
a.font-weight-bold {
  font-size: 16px !important;
}
.toggleChannels button {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 2px solid #f7d37a;
  color: rgb(243 210 116) !important;
}
.toggleChannels button:hover {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 2px solid #f7d37a;
  border-color: #f7d37a !important;
  color: rgb(243 210 116) !important;
}
@media (max-width: 576px) {
  #videoRowOne,
  #videoRowTow {
    flex-direction: column;
  }
  #videoRowOne .video-content,
  #videoRowTow .video-content {
    max-width: 100%;
  }

  .sidebar-left {
    height: auto;
  }
  #categoryTrailer .video-content {
    max-width: 100% !important;
  }
  .card-body {
    padding: 0px !important;
  }
}

@media (max-width: 768px) {
  #videoRowOne,
  #videoRowTow {
    flex-direction: column;
  }
  #videoRowOne .video-content,
  #videoRowTow .video-content {
    max-width: 100%;
  }

  .sidebar-left {
    height: auto;
  }
  #categoryTrailer .video-content {
    max-width: 100% !important;
  }
  .card-body {
    padding: 0px !important;
  }
}
