/* Webkit browsers like Chrome, Safari */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4a4a4a;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #3a3a3a #1a1a1a;
}


.trending_links a,
a {
  text-decoration: none;
}
.slide,
.tweet {
  min-width: 300px;
}

.list_title,
.tweet-name {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
body {
    background-color: #1a1625;
  background: linear-gradient(to bottom right, #1a1625, #090e1e);
  color: #e0e0e0;
}
html {
  scroll-behavior: smooth;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
a {
  color: rgb(56 189 248/7);
}
.list_title {
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: #e0e0e0;
  padding: 2rem 0;
}
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.search-overlay.show {
  display: flex;
}
.search-overlay input {
  width: 80%;
  max-width: 600px;
}
.image_container {
  position: relative;
  text-align: center;
  color: #fff;
}
.bottom-left,
.bottom-right,
.centered,
.top-left,
.top-right {
  position: absolute;
}
.bottom-left {
  bottom: 8px;
  left: 9px;
  background-color: rgba(227, 186, 1, 0.835);
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #000;
}
.top-left {
  top: 8px;
  left: 16px;
}
.top-right {
  top: 8px;
  right: 16px;
  background-color: rgba(9, 14, 30, 0.81);
  padding: 1px 3px;
  border-radius: 5px;
  font-size: 12px;
}
.centered,
.play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom-right {
  bottom: 8px;
  right: 16px;
}
.trending_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.copy,
.play-button {
  align-items: center;
  display: flex;
}
.trending_links a {
  color: bisque;
}
.trending_links a:hover {
  text-decoration: none;
  color: #0ff;
}
.adbg {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.264);
  padding: 1em;
  margin-top: 1.1em;
}
.adbg a,
.tag {
  padding: 2px 10px;
  text-decoration: none;
  text-align: center;
}
.adbg a {
  background-color: rgba(0, 0, 0, 0.669);
  border: 1px solid #050811;
  font-size: 13px;
  color: #c5c5c5;
  border-radius: 5px;
}
.adbg a:hover,
.tag:hover {
  text-align: center;
  background-color: rgba(8, 11, 19, 0.902);
}
.tag {
  background-color: rgba(14, 17, 30, 0.902);
  border: 1px solid #131d3a;
  font-size: 14px;
  color: #d9d9d9;
  border-radius: 5px;
  margin: 2px;
}
#goToTopBtn,
.play-button {
  color: #fff;
  cursor: pointer;
}
.video-container {
  position: relative;
  width: 100%;
}
.video-thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.play-button {
  position: absolute;
  font-size: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  justify-content: center;
}
.info,
.main_box,
.sidebar_box {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1em;
}
.info {
  margin-top: 1em;
  border-radius: 10px;
}
.codehap_IMG {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#goToTopBtn {
  width: 50px;
  background: #050811;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  height: 50px;
  border: 1px solid #222;
  border-radius: 50%;
}
#goToTopBtn:hover {
  background-color: #131d3a;
}
.main_box,
.sidebar_box {
  border-radius: 10px;
}
.small_text {
  color: #caccd1;
  font-size: 12px;
}
.nav_btn {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  color: #fff;
}
.copy,
.custom-modal .modal-body,
.custom-modal .modal-footer,
.custom-modal .modal-header {
  background-color: #050811;
}
.table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table td,
.table th {
  border: 1px solid #121212;
  padding: 8px;
}
.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.custom-modal .modal-content {
  background-color: #050811;
  border: 2px solid #131d3a;
  overflow: hidden;
}
#map {
  height: 400px;
  border-radius: 10px;
}
.copy {
  border: 1px solid #131d3a;
  justify-content: center;
  gap: 5px;
  padding: 3px 0;
  width: 80px;
  color: #c5c5c5;
  border-radius: 10px;
}
.copy svg {
  width: 15px;
  height: 15px;
}
.cur {
  cursor: pointer;
}
.blink {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  display: flex;
  animation: 1s step-start infinite blink;
}
.live {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 6px;
  font-size: 20px;
  font-weight: 700;
  background-color: #1a1625;
  border-radius: 5px;
  width: 80px;
}
@keyframes blink {
  50% {
    opacity: 0.1;
  }
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px;
}
.next-btn,
.prev-btn {
  position: absolute;
  top: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prev-btn {
  left: 10px;
}
.next-btn {
  right: 10px;
}
.tweet {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #222;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.tweet-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tweet-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
}
.tweet-user-info {
  flex-grow: 1;
}
.tweet-name {
  font-weight: 700;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.livesearch,
.tweet-content {
  overflow-y: scroll;
  scrollbar-width: none;
}
.tweet-date,
.tweet-username {
  color: #657786;
  font-size: 0.9em;
  margin: 0;
}
.tweet-content {
  margin-bottom: 10px;
  line-height: 1.4;
  height: 83px;
}
.tweet-content::-webkit-scrollbar {
  display: none;
}
.tweet-actions {
  display: flex;
  justify-content: space-between;
  color: #657786;
  font-size: 0.9em;
}
.tweet-action,
main .tweet-desk .tweet .head .title {
  display: flex;
  align-items: center;
}
.tweet-action svg {
  margin-right: 5px;
}
main {
  flex: 1;
  width: 100%;
  margin: auto;
  padding: 32px 16px;
  display: flex;
  align-items: flex-start;
}
main .form {
  flex: 1;
}
main .form h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 32px;
}
main .form .ch_form {
  margin-bottom: 24px;
}
main .form .ch_form:last-child {
  margin-bottom: 2px;
}
main .form .ch_form label {
  display: block;
  font-weight: 500;
}
main .form .ch_form input,
main .form .ch_form textarea {
  display: block;
  font: inherit;
  width: 100%;
  padding: 10px 14px;
  margin: 4px 0;
  border: 1px solid #595959;
  border-radius: 6px;
  outline: 0;
  background-color: #000;
  color: #fff;
  transition: border-color 0.2s ease-in;
}
main .form .ch_form input:focus,
main .form .ch_form textarea:focus {
  border-color: #1da1f2;
}
main .form .ch_form input::placeholder,
main .form .ch_form textarea::placeholder {
  color: #9ca1a5;
}
main .form .ch_form textarea {
  resize: vertical;
}
main .form .ch_form small {
  font-size: 13px;
  color: #8c9094;
}
main .form .ch_form .username_input {
  display: block;
  background-color: #000;
  color: #8c9094;
  font: inherit;
  width: 100%;
  padding: 0 14px;
  margin: 4px 0;
  border: 1px solid #595959;
  border-radius: 6px;
  outline: 0;
  transition: border-color 0.2s ease-in, color 0.2s ease-in;
  display: flex;
  align-items: center;
}
main .form .ch_form .username_input:focus-within {
  border-color: #1da1f2;
  color: #fff;
}
main .form .ch_form .username_input::placeholder {
  color: #9ca1a5;
}
main .form .ch_form .username_input input {
  display: inline;
  margin: 0 0 0 2px;
  padding: 10px 0;
  border: none;
}
main .form .ch_form input[type="radio"] {
  display: inline;
  width: fit-content;
}
main .form .ch_form input[type="radio"] + label {
  display: inline;
}
main .form .ch_form p {
  font-weight: 500;
}
main .form .ch_form .group {
  margin-top: 10px;
  display: flex;
}
main .form .ch_form .group .radio_container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .form .ch_form .group .radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
main .form .ch_form .group .radio_mark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #aab8c2;
  border-radius: 50%;
  background-color: #fff;
}
main .form .ch_form .group .radio_container input:focus ~ .radio_mark {
  box-shadow: 0 0 0 3px rgba(29, 161, 242, 0.4);
}
main .form .ch_form .group .radio_container input:checked ~ .radio_mark {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
main .form .ch_form .group .radio_mark:after {
  content: "";
  position: absolute;
  display: none;
}
main .form .ch_form .group .radio_container input:checked ~ .radio_mark:after,
main .form .ch_form.upload .file-name.show {
  display: block;
}
main .form .ch_form .group .radio_container .radio_mark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
main .form .ch_form.upload {
  display: flex;
  position: relative;
}
main .form .ch_form.upload label {
  display: inline-block;
  position: relative;
  border-radius: 99px;
  background-color: #1da1f2;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
  cursor: pointer;
}
main .form .ch_form.upload .file {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: -10;
}
main .form .ch_form.upload .file-name {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  bottom: -29px;
  background-color: #eef3f7;
  color: #0f1419;
  border-radius: 99px;
  padding: 4px 16px;
  display: none;
}
main .form .ch_form.upload .reset {
  border: 1px solid #1da1f2;
  border-radius: 99px;
  background-color: #fff;
  color: #1da1f2;
  font: inherit;
  cursor: pointer;
  padding: 10px 30px;
  margin-left: 12px;
}
@media (hover: hover) {
  main .form .ch_form.upload .reset,
  main .form .ch_form.upload label {
    transition: background 0.2s ease-in;
  }
  main .form .ch_form.upload label:hover {
    background-color: #1a90d9;
  }
  main .form .ch_form.upload .reset:hover {
    background-color: #e6e8eb;
  }
}
@media (hover: none) {
  main .form .ch_form.upload label:active {
    background-color: #1a90d9;
  }
  main .form .ch_form.upload .reset:active {
    background-color: #e6e8eb;
  }
}
@media (max-width: 890px) {
  main .form {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  main .form {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  main .form {
    width: 95%;
    margin: 0 auto;
  }
}
main .tweet-desk {
  margin-left: 16px;
  position: sticky;
  top: 16px;
  z-index: 10;
}
main .tweet-desk h2 {
  font-size: 22px;
  font-weight: 500;
}
main .tweet-desk .tweet_box {
  border: 1px solid #eff3f4;
  background-color: #fff;
  margin: 32px 0 34px;
  width: 440px;
  color: #0f1419;
}
main .tweet-desk .tweet_box.dim {
  border: 1px solid #15202b;
  background-color: #15202b;
}
main .tweet-desk .tweet_box.dark {
  border: 1px solid #000;
  background-color: #000;
}
@media (max-width: 940px) {
  main .tweet-desk .tweet_box {
    width: 400px;
  }
}
@media (max-width: 890px) {
  main .tweet-desk .tweet_box {
    max-width: 440px;
    width: 100%;
    margin: 32px auto;
  }
}
main .tweet-desk .tweet {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 0 16px;
  font-size: 15px;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .tweet-desk .tweet .head {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
main .tweet-desk .tweet .head .title img {
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
}
main .tweet-desk .tweet .head .title .text .top {
  font-weight: 700;
  display: flex;
  align-items: center;
}
main .tweet-desk .tweet .head .title .text .top .tweet_name {
  margin-right: 2px;
}
main .tweet-desk .tweet .head .title .text .top .verified {
  font-weight: 400;
  color: #1da1f2;
}
main .tweet-desk .tweet .head .title .text .top .verified.hide,
main .tweet-desk .tweet .stats .stat.hide {
  display: none;
}
main .tweet-desk .tweet .head .dots,
main .tweet-desk .tweet .head .title .text .bottom,
main .tweet-desk .tweet .tail svg {
  color: #536471;
}
main .tweet-desk .tweet .content .message {
  padding-top: 16px;
  font-size: 23px;
}
main .tweet-desk .tweet .content .message .highlight,
main .tweet-desk .tweet.dark .content .tweet_info .tweet_client,
main .tweet-desk .tweet.dim .content .tweet_info .tweet_client {
  color: #1b95e0;
}
main .tweet-desk .tweet .content .tweet_info {
  color: #536471;
  padding: 16px 0;
  display: flex;
}
main .tweet-desk .tweet .stats {
  border-top: 1px solid #eff3f4;
  color: #536471;
  padding: 16px 4px;
  display: flex;
  flex-wrap: wrap;
}
main .tweet-desk .tweet .stats .stat {
  margin-right: 24px;
}
main .tweet-desk .tweet .stats .stat .count {
  font-weight: 700;
  color: #0f1419;
}
@media (max-width: 520px) {
  main .form {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 24px 0;
  }
  main .tweet-desk .tweet .stats .stat {
    margin-right: 12px;
  }
}
main .tweet-desk .tweet .tail {
  border-top: 1px solid #eff3f4;
  padding: 12px 0;
  display: flex;
  justify-content: space-around;
}
main .tweet-desk .tweet.dim {
  background-color: #15202b;
  color: #fff;
}
.tweetContainer[theme="dim"] .name,
.tweetContainer[theme="dim"] .tl-main,
.tweetContainer[theme="dim"] .verified,
main .tweet-desk .tweet.dim .head .title .text .top .verified,
main .tweet-desk .tweet.dim .stats .stat .count {
  color: #fff;
}
main .tweet-desk .tweet.dim .content .tweet_info,
main .tweet-desk .tweet.dim .head .title .text .bottom,
main .tweet-desk .tweet.dim .head .title .text .dots,
main .tweet-desk .tweet.dim .tail svg {
  color: #798a96;
}
main .tweet-desk .tweet.dim .stats {
  border-top: 1px solid #38444d;
  color: #798a96;
}
main .tweet-desk .tweet.dim .tail {
  border-top: 1px solid #38444d;
}
main .tweet-desk .tweet.dark {
  background-color: #000;
  color: #d9d9d9;
}
.tweetContainer[theme="dark"] .name,
.tweetContainer[theme="dark"] .tl-main,
.tweetContainer[theme="dark"] .verified,
main .tweet-desk .tweet.dark .head .title .text .top .verified,
main .tweet-desk .tweet.dark .stats .stat .count {
  color: #d9d9d9;
}
main .tweet-desk .tweet.dark .content .tweet_info,
main .tweet-desk .tweet.dark .head .title .text .bottom,
main .tweet-desk .tweet.dark .head .title .text .dots,
main .tweet-desk .tweet.dark .tail svg {
  color: #6e767d;
}
main .tweet-desk .tweet.dark .stats {
  border-top: 1px solid #2f3336;
  color: #6e767d;
}
main .tweet-desk .tweet.dark .tail {
  border-top: 1px solid #2f3336;
}
@media (max-width: 395px) {
  main .tweet-desk .tweet {
    font-size: 14px;
  }
  main .tweet-desk .tweet .content .message {
    font-size: 21px;
  }
  main .tweet-desk .tweet .stats {
    padding: 16px 0;
  }
  main .tweet-desk .tweet .stats .stat {
    margin-right: 8px;
  }
}
main .tweet-desk .btn {
  display: block;
  border: none;
  border-radius: 99px;
  background-color: #1da1f2;
  color: #fff;
  font: inherit;
  margin: auto;
  padding: 11px 33px;
  cursor: pointer;
}
.tweetContainer {
  width: 495px;
  margin: 10px auto;
}
.tweetContainer[theme="light"] .name,
.tweetContainer[theme="light"] .tl-main {
  color: #141619;
}
.tweetContainer[theme="light"] .tl-sub,
.tweetContainer[theme="light"] .username {
  color: #687684;
}
.tweetContainer[theme="dim"] .tl-sub,
.tweetContainer[theme="dim"] .username {
  color: #8794a0;
}
.tweetContainer[theme="dark"] .tl-sub,
.tweetContainer[theme="dark"] .username {
  color: #7d8289;
}
.tweetContainer[theme="light"] .fakelink,
.tweetContainer[theme="light"] a {
  color: #4692da;
}
.tweetContainer[theme="dark"] .fakelink,
.tweetContainer[theme="dark"] a,
.tweetContainer[theme="dim"] .fakelink,
.tweetContainer[theme="dim"] a {
  color: #4c9eeb;
}
.tweetContainer[theme="dim"] .profile-canopy {
  height: 39px;
  background-color: #415364;
}
.tweetContainer[theme="light"] .profile-canopy {
  height: 39px;
  background-color: #ced5dc;
}
.tweetContainer[theme="dark"] .profile-canopy {
  height: 39px;
  background-color: #2f3235;
}
.tweetContainer .pfp-container {
  bottom: -10px;
  left: 15px;
  position: relative;
}
.tweetContainer[theme="light"] .pfp {
  height: 89px;
  width: 89px;
  background-color: #ced5dc;
  border: 5px solid #fff;
  border-radius: 50%;
  position: relative;
}
.tweetContainer[theme="dim"] .pfp {
  height: 89px;
  width: 89px;
  background-color: #415364;
  border: 5px solid #171f2a;
  border-radius: 50%;
  position: relative;
}
.tweetContainer[theme="dark"] .pfp {
  height: 89px;
  width: 89px;
  background-color: #2f3235;
  border: 5px solid #000;
  border-radius: 50%;
  position: relative;
}
.tweetContainer img.pfp-image {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.tweetContainer[theme="light"] .namebar {
  height: 166px;
  background-color: #fff;
  padding: 75px 25px 25px 18px;
}
.tweetContainer[theme="dim"] .namebar {
  height: 166px;
  background-color: #171f2a;
  padding: 75px 25px 25px 18px;
}
.tweetContainer[theme="dark"] .namebar {
  height: 166px;
  background-color: #000;
  padding: 75px 25px 25px 18px;
}
.tweetContainer .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  overflow: hidden;
}
.tweetContainer .verified {
  fill: currentColor;
  font-weight: 400;
  vertical-align: middle;
  height: 25px;
  width: 25px;
}
.tweetContainer .verified svg {
  position: relative;
  vertical-align: baseline;
}
.tweetContainer[theme="light"] .verified {
  color: #1da1f2;
}
.tweetContainer .username {
  font-size: 16px;
  margin-top: 8px;
}
.tweetContainer[theme="light"] .timeline {
  background-color: #e7ecf0;
}
.tweetContainer[theme="dim"] .timeline {
  background-color: #11161d;
}
.tweetContainer[theme="dark"] .timeline {
  background-color: #15171b;
}
.tweetContainer .tl-text-container {
  padding: 50px;
}
.tweetContainer .tl-main {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 1.1;
}
.tweetContainer .tl-sub {
  color: #687684;
  font-size: 17px;
  margin-top: 22px;
  text-align: center;
  line-height: 25px;
}
.inputinfo {
  font-size: 12px;
}
.buttonlink {
  border: none;
  background: 0 0;
  color: grey;
}
#livesearch {
  position: absolute;
}
.livesearch {
  position: relative;
  background-color: #000;
  padding: 10px;
  max-height: 300px;
  max-width: 800px;
  width: 100%;
  z-index: 999999999;
  border-radius: 10px;
  border: 5px solid rgb(56 189 248);
}
.livesearch::-webkit-scrollbar {
  display: none;
}

@media (max-width: 320px) {
  .slide,
  .tweet {
    min-width: 280px;
  }
  .vs {
    display: none;
  }
  .table {
    font-size: 13px;
  }
}

.image-wrapper img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.block_dark table {
  border-collapse: collapse;
  width: 100%;
}

.block_dark table td,
.block_dark table th {
  border: 1px solid #000915;
  padding: 8px;
}

.block_dark table tr:nth-child(even) {
  background-color: #0f131a;
}

.block_dark table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgba(3, 10, 30, 2);
  color: white;
}

.cat_list {
  display: block;
  text-decoration: none;
  border: 1px solid #121212;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}

.post_list {
  display: block;
  text-decoration: none;
  border: 1px solid #121212;
  color: #fff;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
  border-radius: 4px;
}

.cat_list:hover,
.post_list:hover {
  border: 1px solid #52565e;
  color: #52565e;
}

.blog_home_list {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 5px;
}

.blog_home_list_title {
  color: #fff;
  padding: 0.3em;
}

.slide a {
  color: #fff;
}

.social {
  display: flex;
  align-items: center;
  gap: 1em;
}

.social_link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.twitter {
  background-color: #505050;
}

.facebook {
  background-color: #1877f2;
}

.youtube {
  background-color: #ff0000;
}

.instagram {
  background-color: #e1306c;
}

.social_link:hover {
  transform: scale(1.1);
}

.tebtn {
  background-color: #1da1f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  font-weight: 500;
  gap: 10px;
  transition: transform 0.9s ease-in-out;
}

.tebtn2 {
  background-color: #caccd1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  font-weight: 500;
  gap: 10px;
  transition: transform 0.9s ease-in-out;
}

.tebtn:hover,
.tebtn2:hover {
  scale: 1.1;
  transition: transform 0.9s ease-in-out;
}

.table2 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table2 td,
.table2 th {
  border: 1px solid #0c0f1a;
  padding: 3px 8px;
}
.table2 th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.desc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.showMobile{
    display:none;
}


:root {
  --bs-body-bg: #000;
}

.fav {
  min-height: 60px;
}

.favlist {
  background-color: #000915;
  border: 1px solid #090e1e;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 1em;
}

.favlist a {
  color: #fff;
}

.favimg {
  border-radius: 50%;
  width: 80px;
}

.favtitle {
  font-size: 20px;
}

.favsmall {
  font-size: 13px;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
}

@media (min-width: 900px) and (max-width: 1400px) {
  .hide-on-medium {
    display: none;
  }
}


 .datePickerlabel {
            display: block;
            margin-bottom: 10px;
        }
       .datePicker input[type="date"] {
            padding: 9px 8px;
            font-size: 20px;
            background-color: #000;
            color: #fff;
            border: 1px solid #3a3a3a;
            border-radius: 6px;
            width:100%;
        }
        .datePicker input[type="date"]::-webkit-calendar-picker-indicator {
            filter: invert(0.8);
            cursor: pointer;
        }
        


.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #1da1f2;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap:10px;
  justify-content: center;
  min-height: 3rem;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width:100%;
  margin-top:1em;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}


.button-5:disabled,
.button-5[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: none;
}


@keyframes blinkAnimation {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

.blink2 {
    animation: .5s linear infinite blinkAnimation
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loading_icon {
    animation: .5s linear infinite rotateAnimation
}

      .radio-group {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }
        .radio-button {
            display: inline-block;
            position: relative;
        }
        .radio-button input[type="radio"] {
            display: none;
        }
        .radio-button label {
            display: inline-block;
            padding: 10px 20px;
            background-color: #000;
            border: 1px solid #222;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .radio-button input[type="radio"]:checked + label {
            background-color: #4a67e8;
            color: white;
            border-color: #4a67e8;
        }
        
 .tweetbox{
     display: flex;
align-items: center;
justify-content: center;
     max-width:700px;
     min-height:200px;
     background: rgba(0, 0, 0, 0.5);
     border-radius: 5px;
     padding:1em;
     margin:1em auto;
     font-size:1.5em;
     position: relative;
 }       
       
       .copy-btn {
     
    border: 1px solid #222; 
    color: #fff; 
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size:14px;
    background: rgba(197,197,198, 0.1);
    width:90px;
}

.copy-btn:focus {
    outline: none;
}

.copy-btn.copied {
    color: #00ff00; 
    border-color: #00ff00; 
}

 @media only screen and (max-width: 600px) {
     .tweetbox{
 padding:5px 1em;
     font-size:1.1em;
 }   
     .radio-button label {
            
            padding: 5px 10px;
            font-size:13px;
            
        }
        
  .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
.showMobile{
    display:block;
}
  .hb,
  .main_box {
    padding: 0;
  }
  .noMobile {
    display: none;
  }
  .hb {
    width: 50px;
    margin: 2px auto 0;
    display: block;
  }
  .trending_links {
    justify-content: start;
    gap: 0.8em;
  }
  body {
    background: #090e1e;
    color: #e0e0e0;
  }
  .list_title {
    color: #fff;
    padding: 5px 6px;
    font-size: 14px;
  }
  .adbg {
    background-color: rgba(20, 30, 62, 0.301);
    padding: 1em 0.3em;
  }
  .bottom-left {
    padding: 1px 4px;
    font-size: 12px;
  }
  .cur {
    width: 200px;
  }

  .tweetContainer {
    width: 100%;
    margin: 10px auto;
  }

  main {
    flex-direction: column;
  }

  main .tweet-desk {
    margin-left: 0px;
  }

  .liveh1 {
    font-size: 18px;
  }
}
   .nav-link{
       display:flex;
       align-items: center;
       color:#fff;
   }    
.nav-link svg{
    fill:#fff;
    width:20px;
    height:20px;
    color:#fff;
    margin-right:2px;
}     
        
        
        
        
        
        
        








.chch_title{
    font-size:30px;
    font-weight:bold;
}

@media only screen and (max-width: 600px) {
.chch_title{
    font-size:18px;
    font-weight:bold;
}
}

.ytin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.codehap_contry1 {
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  padding: 5px 10px;
}

.codehap_contry1 a {
  color: #fff;
}

.trendslist {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 10px;
}

.trendslist a {
  text-decoration: none;
  color: #fff;
}

.codehap_yt {
  display: flex;
  align-items: center;
  gap: 5px;
}
