@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
 
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

* {
  outline: none;
}

a {
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}

p {
  color: #7c859f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0px;
}

@keyframes ticker {
  0% {
    transform:translate(0)
  }
  to {
    transform:translate(-50%)
  }
}
.animate-ticker {
  animation:ticker 10s linear infinite;
  min-width:100%
}

.price_ticker_slider {
  display: flex;
}

.price_ticker_slider .pricetickerbox {
  white-space: nowrap;
}

.container-fluid {
  padding: 0px 20px !important;
}

.container {
  max-width: 1300px !important;
  padding: 0px 20px !important;
}

.top_market_info {
  position: relative;
  padding: 5px 0px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.top_market_info .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.top_market_info .container .market_info {
  width: 100%;
}

.top_market_info ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.top_market_info ul li .titlebox {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-right: 5px;
}

.top_market_info ul li .resulttxt {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.price_ticker {
  padding: 8px 0px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.price_ticker > .container-fluid {
  padding: 0px !important;
}

.pricetickerbox {
  text-align: center;
}

.pricetickerbox .boxsec {
 /* background-color: #59e9ef; */
  border-radius: 50px;
  padding: 2px 15px;
  display: inline-block;
}

.price_ticker .pricetickerbox .coinname {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.price_ticker .pricetickerbox .lucide-arrow-right {
  color: #000;
  width: 16px;
}

.price_ticker .pricetickerbox .pricetxt {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.price_ticker .pricetickerbox .updown_price {
  padding-left: 5px;
}

.price_ticker .pricetickerbox .updown_price {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 5px;
}

.price_ticker .pricetickerbox .updown_price svg {
  width: 18px;
  margin-right: 5px;
}

.lucide-trending-down {
  color: red;
}

.updown_price.downprice {
  color: red !important;
}

.updown_price.upprice {
  color: green !important;
}

.lucide-trending-up {
  color: green;
}

.top_market_info .searchbox {
  width: 20%;
}

.searchbox .inputbox input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  padding: 6px 20px 6px 40px;
  width: 100%;
  outline: none;
  box-shadow: none;
  background-image: url(../img/magnifying-glass.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 10px;
}

.header_mainsec {
  position: relative;
  z-index: 99999;
  border-bottom: 1px solid #ececec;
}

.header_mainsec.stick {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #fff;
}

body.dark-mode .header_mainsec.stick {
  background-color: #111827;
}

.header_mainsec .navbar .navbar-brand {
  width: 260px;
}

.header_mainsec .navbar .navbar-brand img {
  width: 250px;
  height: auto;
}

.light-mode .header_mainsec .navbar-brand img.whitelogo {
  display: none;
}

.header_mainsec .navbar .navbar-collapse {
  justify-content: center;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  padding: 10px 15px;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #f97316;
}

.header_mainsec .navbar .navbar-nav .nav-item .nav-link.active {
  color: #f97316;
}

.header_mainsec .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0px;
  width: 230px;
  overflow: hidden;
  border-radius: 6px;
}

.header_mainsec .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  transition: 0.3s ease-in-out;
}

.header_mainsec .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
  color: #000;
  background-color: #f97316;
  border-bottom: 1px solid #ddd;
}

.header_mainsec .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none
}

.header_mainsec .navbar .nav-item:hover .nav-link.dropdown-toggle + .dropdown-menu {
  display: block;
}

.header_mainsec .rightbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: 260px;
}

.searchbox .searchicon {
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.searchbox .searchicon:hover {
  background-color: #f97316;
}

.searchbox .searchicon i {
  color: #000;
  font-size: 15px;
}

.theme-toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-track {
  width: 60px;
  height: 30px;
  background: #e5e5e5;
  border-radius: 30px;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
  transition: background 0.3s ease;
}

.toggle-track.active {
  background: #f97316;
}

.toggle-thumb {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: left 0.3s ease;
  font-size: 14px;
}

.toggle-track.active .toggle-thumb {
  left: calc(100% - 27px); /* 60 - 24 - 3 = 33px */
}

.footer_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ececec;
  background-color: #f3f4f6;
}

.footer_mainsec .about_contnt .logobox {
  margin-bottom: 25px;
}

.footer_mainsec .about_contnt .logobox img {
  width: 70%;
  height: auto;
}

.footer_mainsec .about_contnt .logobox img.whitelogo {
  display: none;
}

.footer_mainsec .about_contnt .contntbox {
  margin-bottom: 30px;
}

.social_media ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.social_media ul li a {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 16px;
  background-color: #f97316;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.social_media ul li a:hover {
  color: #fff;
  background-color: #000;
}

.footer_mainsec .menu_mainsec {
  padding-left: 50px;
}

.footer_mainsec .title_box {
  margin-bottom: 15px;
}

.footer_mainsec .title_box h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
}

.footer_mainsec .menu_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.footer_mainsec .menu_box ul li {
  margin-bottom: 5px;
}

.footer_mainsec .menu_box ul li a {
  color: #6d799b;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.footer_mainsec .menu_box ul li a:hover {
  color: #f97316;
}

.footer_newsbox .articals_mainbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 12px;
}

.footer_newsbox .articals_mainbox .articals_imgbox {
  width: 85px;
  height: 85px;
}

.footer_newsbox .articals_mainbox .articals_imgbox img {
  height: 100%;
}

.footer_newsbox .articals_mainbox .articals_contntbox {
  padding-top: 0px;
  padding-left: 15px;
  width: 78%;
}

.footer_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 20px;
}

.footer_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.footer_newsbox .articals_mainbox .articals_contntbox .artical_info {
  position: static;
  padding: 0px;
  margin-bottom: 0px;
}

.copyright_mainsec {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ededed;
  background-color: #ededed;
}

.copyright_mainsec .copyright_sec {
  text-align: center;
}

.copyright_mainsec .copyright_sec p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.toprecent_newsbox .titlebox h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 15px;
}

.category_listbox {
  margin-top: 20px;
}

.category_listbox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.category_listbox ul li {
  color: #6d799b;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.category_listbox ul li a {
  color: #6d799b;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  padding: 3px 8px;
  border-radius: 5px;
  background-color: transparent;
}

.category_listbox ul li a:hover {
  color: #000;
  background-color: #f97316;
}

.category_listbox ul li.active a {
  background-color: #f97316;
  color: #000;
}

.toppagetitle {
  padding-top: 40px;
  padding-bottom: 10px;
}

.toppagetitle .pagetitle h1 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0px;
}

.crypto_price_table {
  padding-top: 15px;
  padding-bottom: 30px;
}

.table thead tr th {
  color: #f97316;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  text-align: right;
  border-top: 1px solid;
  border-color: inherit;
  padding: 10px;
}

.table thead tr th:first-child,
.table thead tr th:nth-child(2),
.table thead tr th:nth-child(3) {
  text-align: left;
}

.table tbody tr td {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-align: right;
  padding: 10px;
}

.table tbody tr td:first-child,
.table tbody tr td:nth-child(2),
.table tbody tr td:nth-child(3) {
  text-align: left;
}

.table tfoot tr td {
  border-bottom: none;
  padding-top: 20px;
  padding-left: 0px;
}

.table tbody tr td a {
  color: #000;
}

.table tbody tr td a:hover {
  color: #f97316;
}

.table tbody tr td a .verified {
  margin-left: 6px;
}

.table tbody tr td .cryptoname img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.table tbody tr td .cryptoname .coinname .cointxt {
  color: #f97316;
  font-size: 12px;
  text-transform: uppercase;
}

.cryptonamebtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.crypto_price_table .cryptonamebtn .cryptoname {
  width: 80%;
}

.cryptonamebtn a {
  color: #000;
}

.cryptonamebtn .buybtn a {
  background-color: transparent;
  border: 1px solid #00c600;
  border-radius: 5px;
  color: #00c600;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0px 8px;
  outline: none;
  box-shadow: none;
}

.cryptonamebtn .buybtn a:hover {
  background-color: #00c600;
  border: 1px solid #00c600;
  color: #fff;
}

.articals_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.articals_mainsec.blog_mainsec {
  padding-top: 0px;
}

.title_mainsec h2 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
}

.articals_mainbox {
  position: relative;
  margin-bottom: 25px;
}

.articals_mainbox .articals_imgbox {
  width: 100%;
  height: 265px;
  border-radius: 10px;
  overflow: hidden;
}

.articals_mainbox .articals_imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.6s ease-in-out;
  object-fit: cover;
}

.articals_mainbox:hover .articals_imgbox img {
  transform: scale(1.1);
}

.articals_mainbox .articals_contntbox {
  padding-top: 10px;
  padding-bottom: 10px;
}

.articals_mainbox .articals_contntbox .artical_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 0px 10px;
}

.articals_mainbox .articals_contntbox .artical_info span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  background-color: #f97316;
  border-radius: 5px;
  padding: 1px 10px;
}

.articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 27px;
}

.articals_mainbox .articals_contntbox .artical_contnt h3 a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.articals_mainbox .articals_contntbox .artical_contnt h3 a:hover {
  color: #f97316;
}

.articaldetails_mainsec {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

.breadcrumb_mainsec ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  gap: 35px;
  row-gap: 3px;
  position: relative;
}

.breadcrumb_mainsec ul li {
  position: relative;
}

.breadcrumb_mainsec ul li {
  position: relative;
  color: #7c859f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.breadcrumb_mainsec ul li::after {
  content: "››";
  color: #7c859f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -2px;
  position: absolute;
  top: 0px;
  right: -21px;
}

.breadcrumb_mainsec ul li:last-child::after {
  content: "";
}

.breadcrumb_mainsec ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.breadcrumb_mainsec ul li a:hover {
  color: #f97316;
}

.articaldetails_mainsec .detailspage_contnt .imgbox {
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.author_info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 99;
  margin-bottom: 35px;
}

.author_info .iconbox i {
  color: #f97316;
  font-size: 20px;
  margin-right: 10px;
}

.author_info .iconbox span {
  color: #7c859f;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box > div {
  color: #7c859f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 strong {
  font-weight: 600;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p {
  margin-bottom: 25px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p a {
  color: #6d799b;
  text-decoration: underline !important;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p a:hover {
  color: #f97316;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li {
  color: #6d799b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li a {
  color: #6d799b;
  text-decoration: underline !important;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li a:hover {
  color: #f97316;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li > strong {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  display: block;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
}

.share_social_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
}

.share_social_sec .titletxt {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.share_social_sec ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.share_social_sec ul li a {
  width: 40px;
  height: 40px;
  background-color: #f97316;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.share_social_sec ul li a:hover {
  background-color: #000;
  color: #fff;
}

.artical_sidebar {
  padding-left: 30px;
  margin-top: 38px;
}

.artical_sidebar .searchbox {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar .category_box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

.artical_sidebar .category_box ul {
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
}

.artical_sidebar .category_box ul li {
  color: #6d799b;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.artical_sidebar .category_box ul li::before {
  content: "";
  background-image: url("../img//right-double-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.artical_sidebar .latest_newsbox {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar .latest_newsbox .articals_mainbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}

.artical_sidebar .latest_newsbox .articals_mainbox:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox {
  width: 85px;
  height: 85px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox img {
  height: 100%;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox {
  padding-top: 0px;
  padding-left: 15px;
  width: 70%;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 20px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_info {
  position: static;
  padding: 0px;
  margin-bottom: 0px;
}

.pagination_box button {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd !important;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.pagination_box button:hover {
  background-color: #f97316;
  color: #000;
  border: 1px solid #f97316 !important;
}

.pagination_box button.text-white {
  background-color: #f97316;
  border: 1px solid #f97316 !important;
  color: #000 !important;
}

@keyframes ldio-f7lmvrvmq5 {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.sgwp_loader_mainsec {
  position: fixed;
  top: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  align-content: center;
}
.ldio-f7lmvrvmq5 div {
  left: 50.26px;
  top: 10.96px;
  position: absolute;
  animation: ldio-f7lmvrvmq5 linear 1s infinite;
  background: #fff;
  width: 10.48px;
  height: 10.48px;
  border-radius: 4.192px / 4.192px;
  transform-origin: 5.24px 44.54px;
}
 
.ldio-f7lmvrvmq5 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9333333333333333s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(2) {
  transform: rotate(24deg);
  animation-delay: -0.8666666666666667s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(3) {
  transform: rotate(48deg);
  animation-delay: -0.8s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(4) {
  transform: rotate(72deg);
  animation-delay: -0.7333333333333333s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(5) {
  transform: rotate(96deg);
  animation-delay: -0.6666666666666666s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(6) {
  transform: rotate(120deg);
  animation-delay: -0.6s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(7) {
  transform: rotate(144deg);
  animation-delay: -0.5333333333333333s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(8) {
  transform: rotate(168deg);
  animation-delay: -0.4666666666666667s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(9) {
  transform: rotate(192deg);
  animation-delay: -0.4s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(10) {
  transform: rotate(216deg);
  animation-delay: -0.3333333333333333s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(11) {
  transform: rotate(240deg);
  animation-delay: -0.26666666666666666s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(12) {
  transform: rotate(264deg);
  animation-delay: -0.2s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(13) {
  transform: rotate(288deg);
  animation-delay: -0.13333333333333333s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(14) {
  transform: rotate(312deg);
  animation-delay: -0.06666666666666667s;
  background: #fff;
}
 
.ldio-f7lmvrvmq5 div:nth-child(15) {
  transform: rotate(336deg);
  animation-delay: 0s;
  background: #fff;
}
 
.loadingio-spinner-spinner-vqzomyh53zk {
  width: 110px;
  height: 110px;
  display: inline-block;
  overflow: hidden;
}
 
.ldio-f7lmvrvmq5 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
 
.ldio-f7lmvrvmq5 div { box-sizing: content-box; }
 
.loader_mainsec .logo_sec {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
 
.loader_mainsec .logo_sec img {
  width: 100%;
  height: auto;
}

.coindetails_mainsec {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.coinprice_sidebar {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.coinprice_sidebar > div {
  width: 100%;
}

.coinprice_sidebar .coin_infobox .cryptoname {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.coinprice_sidebar .coin_infobox .cryptoname img {
  width: 25px;
  height: auto;
  margin-right: 8px;
}

.coinprice_sidebar .coin_infobox .cryptoname .coinname {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.coinprice_sidebar .coin_infobox .cryptoname .coinname .cointxt {
  color: #f97316;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.coinprice_sidebar .coin_infobox .pricebox h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.coinprice_sidebar .coin_infobox .pricebox h2 .updown_txt {
  color: red;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.coinprice_sidebar .coin_infobox .pricebox h2 .updown_txt i {
  font-size: 18px;
}

.coinprice_sidebar .coin_infobox .pricebox .btcprice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.coinprice_sidebar .coin_infobox .pricebox .btcprice span {
  color: #6d799b;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.coinprice_sidebar .coin_infobox .pricebox .btcprice .priceup_txt {
  color: green;
}

.coinprice_sidebar .coin_infobox .pricebox .btcprice .priceup_txt span {
  color: green;
  margin-left: 6px;
}

.coinprice_sidebar .coin_infobox .pricebox .btcprice .priceup_txt i {
  vertical-align: bottom;
}

.coinprice_sidebar .coinmarket_info ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.coinprice_sidebar .coinmarket_info ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #ececec;
  padding: 15px 0px;
}

.coinprice_sidebar .coinmarket_info ul li:first-child {
  border-top: 1px solid #ececec;
}

.coinprice_sidebar .coinmarket_info ul li span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.coinprice_sidebar .coinmarket_info ul li .title_txt {
  color: #6d799b;
}

.coinprice_sidebar .titlebox h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.coinprice_sidebar .btc_converter .btcinput_box {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  position: relative;
}

.coinprice_sidebar .btc_converter .btcinput_box .inputbox {
  border-bottom: 1px solid #dedede;
  position: relative;
}

.coinprice_sidebar .btc_converter .btcinput_box .inputbox:last-child {
  border-bottom: none;
}

.coinprice_sidebar .btc_converter .btcinput_box .inputbox input {
  background-color: #fff;
  border: none;
  width: 100%;
  padding: 10px 55px 10px 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
}

.coinprice_sidebar .btc_converter .btcinput_box .inputbox .txt {
  position: absolute;
  top: 11px;
  right: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.coinprice_sidebar .btc_converter .btcinput_box .inputbox .select_input {
  position: absolute;
  top: 11px;
  right: 10px;
}

.coinprice_sidebar .btc_converter .btcinput_box .inputbox .select_input select {
  background-color: transparent;
  border: none;
  padding: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.btc_historicalprice_sec .priceinfo ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.btc_historicalprice_sec .priceinfo ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #ececec;
  padding: 15px 0px;
}

.btc_historicalprice_sec .priceinfo ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.btc_historicalprice_sec .priceinfo ul li span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.btc_historicalprice_sec .priceinfo ul li .title_txt {
  color: #6d799b;
}

.btc_historicalprice_sec .priceinfo ul li span h2 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}

.btc_historicalprice_sec .priceinfo ul li span h2 .updown_txt {
  color: red;
}

.btc_historicalprice_sec .priceinfo ul li span p {
  font-size: 14px;
}

.tabbtn_mainsec {
  margin-bottom: 20px;
}

.tabbtn_mainsec ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.tabbtn_mainsec ul li {
  margin-bottom: -1px;
}

.tabbtn_mainsec ul li a {
  color: #7c859f;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding: 8px 15px;
  display: inline-block;
}

.tabbtn_mainsec ul li a:hover {
  color: #f97316;
}

.tabbtn_mainsec ul li.active a {
  border-bottom: 3px solid #f97316;
  color: #000;
  font-weight: 600;
}

.coinprice_change {
  padding-top: 25px;
  padding-bottom: 25px;
}

.coinprice_change .table {
  border: 1px solid #ececec;
  margin-bottom: 0px;
}

.coinprice_change .table thead tr th {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  background-color: #e3eaff;
  border-right: 1px solid #fff;
  padding: 10px 15px;
  text-align: center;
}

.coinprice_change .table tbody tr td {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  padding: 10px 15px;
  text-align: center;
  border-right: 1px solid #ececec;
}

.downcoin {
  color: red !important;
}

.upcoin {
  color: green !important;
}

.about_mainsec {
  padding-top: 20px;
  padding-bottom: 20px;
}

.about_mainsec .contntbox h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.about_mainsec .contntbox h4 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 10px;
}

.about_mainsec .contntbox p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.bitcoin_markets_info {
  padding-top: 40px;
  padding-bottom: 20px;
}

.bitcoin_markets_info .titlebox h4 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 10px;
}

.bitcoin_markets_info .table .cryptonamebtn {
  width: 230px;
}

.bitcoin_markets_info .table .cryptonamebtn .cextxt {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.bitcoin_markets_info .table tbody tr td:last-child {
  text-align: center;
}

.bitcoin_markets_info .table tbody tr td .trustscore.green i {
  color: green;
  font-size: 14px;
}

.bitcoin_markets_info .table tbody tr td .trustscore.red i {
  color: red;
  font-size: 14px;
}

.coindetails_mainsec .pageinfo_mainsec .articals_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.coindetails_mainsec .pageinfo_mainsec .articals_mainsec .articals_mainbox {
  margin-bottom: 0px;
}

.relatedcoin_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.relatedcoin_mainsec .titlebox h2 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 20px;
}

.coindetails_mainsec .articals_mainsec .title_mainsec h2 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 20px;
}

.relatedcoin_mainsec .relatedcoin_boxsec {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  row-gap: 15px;
}

.relatedcoin_boxsec .relatedcoin_box {
  width: 19%;
  min-height: 270px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 4px 5px 1px 0px #e5e5e5;
  position: relative;
}

.relatedcoin_boxsec .relatedcoin_box .imgbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.relatedcoin_boxsec .relatedcoin_box .imgbox img {
  width: 30px;
  height: auto;
}

.relatedcoin_boxsec .relatedcoin_box .imgbox .starbox i {
  color: #000;
  font-size: 20px;
}

.relatedcoin_boxsec .relatedcoin_box .namebox {
  margin-bottom: 20px;
}

.relatedcoin_boxsec .relatedcoin_box .namebox h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 0px;
}

.relatedcoin_boxsec .relatedcoin_box .pricupdown {
  margin-bottom: 15px;
}

.relatedcoin_boxsec .relatedcoin_box .pricupdown h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 0px;
}

.relatedcoin_boxsec .relatedcoin_box .pricupdown h2 .upcoin {
  font-size: 18px;
}

.pricupdown h2 i {
  font-size: 14px;
  padding: 0px 6px;
}

.downcoin i {
  font-size: 14px;
  padding: 0px 6px;
}

.upcoin i {
  font-size: 14px;
  padding: 0px 6px;
}

.relatedcoin_boxsec .relatedcoin_box .sparkline_img img {
  width: 100%;
  height: auto;
}

.articals_mainsec .btn_mainsec {
  margin-top: 20px;
  text-align: center;
}

.btn_mainsec .btn_style {
  background-color: #f97316;
  border: 1px solid #f97316;
  border-radius: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px;
  outline: none;
  box-shadow: none;
  display: inline-block;
}

.btn_mainsec .btn_style:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}


.price_overview .dashboard {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  margin-top: 20px;
  width: 100%;
}

.price_overview .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  overflow-x: auto;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
}

.price_overview .tab {
  padding: 5px 12px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: none;
  flex-shrink: 0;
  font-weight: 500;
}

.price_overview .tab.active {
  background-color: #00C853;
  color: white;
  border-color: #00C853;
}

.price_overview .chart-container {
  position: relative;
  height: 300px;
  width: 100%;
  margin-bottom: 10px
}

.price_overview .time-scales {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  width: 100%;
}

/* Add these styles to your CSS file */
.markets-table-container {
  margin-top: 20px;
}

.markets-table-container .table tbody tr td {
  padding: 20px 10px !important;
}

.markets-table-container .pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.markets-table-container .pagination-container .page-numbers {
  display: flex;
  gap: 0px;
}

.markets-table-container .pagination-container .page-numbers .pagination-button {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
}

.markets-table-container .pagination-container .page-numbers .pagination-button:hover {
  border: 1px solid #f97316;
  background: #f97316 !important;
  color: #000;
}

.markets-table-container .pagination-container .page-numbers .pagination-button.active {
  background: #f97316;
  color: #000;
  border-color: #f97316;
}

.markets-table-container .pagination-container .pagination-button:hover:not(:disabled) {
  background: #f5f5f5;
}

.markets-table-container .pagination-container .pagination-button:disabled {
  color: #aaa;
  cursor: not-allowed;
}

.markets-table-container .pagination-container .pagination-button:hover:disabled {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #aaa;
}

.markets-table-container .pagination-container .pagination-button {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.3s;
  height: 40px;
  width: auto;
}

.markets-table-container .pagination-container .pagination-button:hover {
  border: 1px solid #f97316;
  background: #f97316;
  color: #000;
}

.markets-table-container .pagination-container .page-ellipsis {
  padding: 5px 10px;
}

.markets-table-container .pagination-container .page-info {
  color: #666;
  font-size: 14px;
}

.toprecent_newsbox {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.toprecent_newsbox .toprecent_slider .slick-list .slick-slide {
  padding: 0px 2px;
}

.toprecent_newsbox .toprecent_slider .newsbox .contntbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.toprecent_newsbox .toprecent_slider .newsbox .contntbox::after {
  content: "";
  background: linear-gradient(0deg, #212429f0 10.54%, rgba(33, 36, 41, 0.00) 85%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.toprecent_newsbox .toprecent_slider .newsbox .contntbox .contnt_secbox {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  padding: 0px 30px 30px;
  width: 100%;
}

.toprecent_newsbox .toprecent_slider .contnt_secbox .categorybox {
  margin-bottom: 20px;
}

.detailspage_contnt .categorybox {
  margin-bottom: 10px;
}

.categorybox .categorytxt span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  background-color: #f97316;
  border-radius: 5px;
  padding: 1px 10px;
}

.toprecent_newsbox .toprecent_slider .contnt_secbox .author_info .iconbox span {
  color: #fff;
}

.toprecent_newsbox .toprecent_slider .contnt_secbox .titlebox h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 10px;
}

.toprecent_newsbox .toprecent_slider .contnt_secbox .titlebox h2 a {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 10px;
}

.toprecent_newsbox .toprecent_slider .contnt_secbox .titlebox h2 a:hover {
  color: #f97316;
}

.topnews_mainsec .titlebox h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}

.topnews_mainsec .articals_mainbox .articals_imgbox {
  height: 120px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .categorytxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 0px 10px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .artical_info {
  position: static;
  padding: 0px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .categorytxt span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  background-color: #37d8de;
  border-radius: 5px;
  padding: 1px 10px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 22px;
  margin-bottom: 0px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 a:hover {
  color: #37d8de;
}

.time_box .time_txt {
  color: #7c859f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.launchpad_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.launchpad_mainsec .toptitle_sec {
  text-align: center;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 20px;
}

.launchpad_mainsec .toptitle_sec h1 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 20px;
}

.launchpad_mainsec .value_infobox .box_mainsec {
  background-color: #fff6e6;
  border: 1px solid #ffdb9b;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 3px 0px #00000017;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.launchpad_mainsec .value_infobox .box_mainsec .contntbox h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 5px;
}

.launchpad_mainsec .value_infobox .box_mainsec .contntbox p {
  color: #f3b649;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 0px;
}

.launchpad_mainsec .value_infobox .box_mainsec .iconbox {
  width: 40px;
  height: 40px;
  background-color: #f3b649;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.launchpad_mainsec .value_infobox .box_mainsec .iconbox svg {
  color: #fff;
  width: 22px;
}

.launchpad_mainsec .available_airdrops_box {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.available_airdrops_box .title_box h1 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
}

.available_airdrops_box .search_airdrops {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0px #d0d0d0;
  padding: 15px;
  gap: 15px;
}

.available_airdrops_box .search_airdrops .search_box {
  flex-grow: 1;
}

.available_airdrops_box .search_airdrops .search_box .inputbox {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 20px 10px 45px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  background-image: url("../img/magnifying-glass.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 10px;
}

.available_airdrops_box .search_airdrops .btn_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.available_airdrops_box .search_airdrops .btn_box .filter_btn {
  background-color: #f97316;
  border: 1px solid #f97316;
  border-radius: 5px;
  padding: 9px 17px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  outline: none;
  box-shadow: none;
}

.available_airdrops_box .search_airdrops .btn_box .filter_btn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #f97316;
}

.available_airdrops_box .search_airdrops .btn_box .filter_btn svg {
  width: 18px;
  margin-right: 8px;
}

.available_airdrops_box .search_airdrops .btn_box .selectbox select {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 9px 17px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  outline: none;
  box-shadow: none;
}

.airdrops_mainsec .airdrops_boxsec {
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  min-height: 435px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  box-shadow: 4px 4px 70px 0px #74747426;
}

.airdrops_mainsec .airdrops_boxsec .imgbox {
  width: 100%;
  height: 130px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.airdrops_mainsec .airdrops_boxsec .imgbox img {
  width: 110px;
  height: auto;
  border-radius: 50%;
}

.airdrops_mainsec .airdrops_boxsec .contntbox {
  padding: 20px;
  border-top: 1px solid #dfdfdf;
}

.airdrops_mainsec .airdrops_boxsec .contntbox > div:last-child {
  margin-bottom: 0px;
}

.airdrops_mainsec .airdrops_boxsec .contntbox .titlebox {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.airdrops_mainsec .airdrops_boxsec .contntbox .titlebox h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
}

.airdrops_mainsec .airdrops_boxsec .contntbox .titlebox h3:hover {
  color: #f97316;
}

.launchpaddetails_wrapper .airdrops_mainsec .airdrops_boxsec .contntbox .titlebox h3:hover {
  color: #000;
}

.statusbox .active {
  background-color: #c5ffc5;
  border-radius: 50px;
  padding: 2px 12px;
  color: green;
  font-size: 14px;
  font-weight: 400;
}

.statusbox span svg {
  width: 14px;
  margin-right: 4px;
  vertical-align: top;
}

.airdrops_mainsec .airdrops_boxsec .contntbox .airdrops_info {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}

.airdrops_info span {
  background-color: #e5e5e5;
  border-radius: 50px;
  padding: 2px 12px;
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.airdrops_info span.redtxt {
  background-color: #ffc9c9;
  color: #860909;
}

.airdrops_info span.greentxt {
  background-color: #c5ffc5;
  color: green;
}

.airdrops_boxsec .contntbox .contntsec {
  margin-bottom: 40px;
}

.airdrops_boxsec .contntbox .contntsec p {
  font-size: 14px;
  line-height: 22px;
}

.airdrops_boxsec .contntbox .date_value_sec {
  margin-bottom: 40px;
}

.airdrops_boxsec .contntbox .date_value_sec .boxsec {
  margin-bottom: 8px;
}

.airdrops_boxsec .contntbox .date_value_sec .boxsec svg {
  width: 18px;
  color: rgb(235, 69, 151);
  margin-right: 6px;
  vertical-align: top;
}

.airdrops_boxsec .contntbox .date_value_sec .boxsec span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.airdrops_mainsec .airdrops_boxsec .high_low_data {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
}

.airdrops_mainsec .airdrops_boxsec .high_low_data .boxsec .title_txt {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  display: block;
}

.airdrops_mainsec .airdrops_boxsec .high_low_data .boxsec > span {
  display: block;
}

.airdrops_mainsec .airdrops_boxsec .high_low_data .boxsec h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 4px;
}

.airdrops_boxsec .contntbox .requirments_box h5 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 6px;
}

.airdrops_boxsec .contntbox .requirments_box ul {
  padding-left: 20px;
  margin-bottom: 6px;
}

.airdrops_boxsec .contntbox .requirments_box ul li {
  color: #6d799b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}

.launchpaddetails_wrapper .launchpad_mainsec .airdrops_mainsec {
  width: 80%;
  margin: 0px auto;
}

.backbtn {
  margin-bottom: 30px;
}

.backbtn a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.backbtn a:hover {
  color: #f97316;
}

.backbtn a i {
  margin-right: 4px;
}

.launchpaddetails_wrapper .airdrops_boxsec .imgbox {
  height: 200px;
}

.launchpaddetails_wrapper .airdrops_boxsec .contntbox .titlebox h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.launchpaddetails_wrapper .airdrops_boxsec .contntsec h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 5px;
}

.launchpaddetails_wrapper .airdrops_boxsec .contntsec p {
  font-size: 14px;
  line-height: 27px;
}

.launchpaddetails_wrapper .airdrops_boxsec .contntbox .btn_mainsec {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 35px;
  text-align: right;
}

.status_sharebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.status_sharebox .sharebox {
  width: 35px;
  height: 35px;
  background-color: #f97316;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.status_sharebox .sharebox i {
  color: #000;
  font-size: 18px;
}

.articals_mainsec.news_mainsec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news_mainsec.list_main_sec > .container > .row > .col-sm-12.col-md-6.col-lg-6.col-xl-6 {
  width: 100%;
}

.news_mainsec.list_main_sec .articals_mainbox .articals_imgbox {
  width: 200px;
  height: 160px;
}

.news_mainsec.list_main_sec .articals_mainbox .articals_contntbox {
  width: 80%;
}

.news_mainsec .articals_mainbox {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.news_mainsec .articals_mainbox .articals_imgbox {
  width: 30%;
  height: 160px;
}

.news_mainsec .articals_mainbox .articals_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_mainsec .articals_mainbox .articals_contntbox {
  width: 70%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info {
  position: static;
  padding: 0px;
  justify-content: inherit;
  gap: 15px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_info .time_txt {
  background-color: transparent;
  padding: 0px;
  color: #6d799b;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 28px;
}

.news_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.toprecent_slider .slick-dots li {
  margin: 0px 2px;
}

.toprecent_slider .slick-dots li button::before {
  font-size: 10px;
  color: #000;
}

.toprecent_slider .slick-dots li.slick-active button::before {
  font-size: 10px;
  opacity: 1;
}

.news_mainsec .optionbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.news_mainsec .optionbox .listgrid_box select {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 3px 11px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  outline: none;
  box-shadow: none;
  width: 110px;
}

.searchbox-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}
 
.search-input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 1rem;
}
 
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  border: 1px solid #ccc;
  border-top: none;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
 
.search-results li {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
 
.search-results li:hover {
  background: #f7f7f7;
}
 
.coin-name {
  margin-left: 10px;
  font-weight: bold;
}
 
.coin-symbol {
  margin-left: auto;
  color: gray;
  font-size: 0.9em;
}

.search-popup {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 600px;
  padding: 30px;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.search-popup .inner_popup {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  width: 600px;
}

.search-popup .inner_popup .search-header {
  margin-bottom: 20px;
}
 
.search-header input {
  width: 100%;
  padding: 9px 15px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #000;
}

.search-popup .inner_popup .trending-section > h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.search-popup .inner_popup .trending-section .searchitems {
  overflow-y: scroll;
  height: 450px;
  scrollbar-color: #BBBFC4 #FFF;
  scrollbar-width: thin;
}

.search-popup .inner_popup .trending-section .searchitems::-webkit-scrollbar {
  width: 3px;
}

.search-popup .inner_popup .trending-section .searchitems::-webkit-scrollbar-track {
  background: #fff;
}
 
.search-popup .inner_popup .trending-section .searchitems::-webkit-scrollbar-thumb {
  background: #BBBFC4; 
}
 
.trending-item, .result-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
 
.trending-item img, .result-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.search-popup .inner_popup .trending-section .trending-item span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}


.popup {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 500px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  z-index: 1000;
  padding: 1rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
 
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.searchbox .popup .popup-header button {
  background-color: #f97316;
  border: 1px solid #f97316;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  width: 30px;
  height: 30px;
}

.searchbox .popup .popup-header button:hover {
  background-color: #ffa160;
  border: 1px solid #ffa160;
  color: #000;
}
 
.results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.result-item {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 10px;
  cursor: pointer;
  border-radius: 8px;
  background: #f9f9f9;
  transition: background 0.2s;
}

.result-item:hover {
  background-color: #eaeaea;
}

.popup .results .result-item span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.popup-search-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.popup-search-input:focus {
  border-color: #999;
}

.topbanner_mainsec {
  padding-top: 40px;
  padding-bottom: 8px;
  position: relative;
}

.topbanner_mainsec > .container > .row {
  margin: 0px;
}

.topbanner_mainsec .topnews_mainsec {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 1px 2px 10px 0px #c1c1c1;
}

.topbanner_mainsec .news_mainsec {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.topbanner_mainsec .news_mainsec .imgbox {
  width: 50%;
  height: 324px;
  overflow: hidden;
  border-radius: 8px;
}

.topbanner_mainsec .news_mainsec .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topbanner_mainsec .news_mainsec .contntbox {
  width: 50%;
  padding-left: 20px;
  padding-top: 10px;
}

.topbanner_mainsec .news_mainsec .contntbox h2 {
  line-height: 27px;
}

.topbanner_mainsec .news_mainsec .contntbox h2 a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.topbanner_mainsec .news_mainsec .contntbox h2 a:hover {
  color: #f97316;
}

.topbanner_mainsec .news_mainsec .contntbox .time_box .time_txt {
  color: #7c859f;
}

.topbanner_mainsec .side_newsbox {
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}

.topbanner_mainsec .side_newsbox .small_newsbox {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.topbanner_mainsec .side_newsbox .small_newsbox:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.topbanner_mainsec .small_newsbox .contntbox h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.topbanner_mainsec .small_newsbox .contntbox h2 a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.topbanner_mainsec .small_newsbox .contntbox h2 a:hover {
  color: #f97316;
}

.marketprice_mainsec {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.marketprice_mainsec .coinbox {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 10px 0px #c1c1c1;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 325px;
}

.marketprice_mainsec .marketprice_volume {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.marketprice_mainsec .marketprice_volume > .row {
  width: 100%;
  margin: 0px;
}

.marketprice_mainsec .marketprice_volume > .row .col-sm-12.col-md-6.col-lg-12.col-xl-12 {
  padding-left: 0px;
}

.marketprice_mainsec .marketcap.coinbox {
  min-height: 152px;
  width: 100%;
}

.marketprice_mainsec .coinbox .titlebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.marketprice_mainsec .coinbox .titlebox h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
}

.marketprice_mainsec .coinbox .titlebox a {
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.marketprice_mainsec .coinbox .titlebox a:hover {
  color: #f97316;
}

.marketprice_mainsec .coinbox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.marketprice_mainsec .coinbox ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.marketprice_mainsec .coinbox ul li:last-child {
  margin-bottom: 0px;
}

.marketprice_mainsec .coinbox .coinname {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}

.marketprice_mainsec .coinbox .coinname img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.marketprice_mainsec .coinbox .coinname span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.coinbox .pricebox h2 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px;
}

.marketprice_mainsec .marketcap.coinbox .pricebox h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.marketprice_mainsec .marketcap.coinbox .price_graphbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}

.marketprice_mainsec .marketcap.coinbox .price_graphbox .graphimg img {
  width: 95px;
  height: auto;
}

body.dark-mode {
  background-color: rgb(17, 24, 39);
}

body.dark-mode p {
  color: #bcc0cb;
}

body.dark-mode .top_market_info {
  background-color: #15203b;
  border-bottom: 1px solid #fff;
}

body.dark-mode .top_market_info ul li .titlebox {
  color: #fff;
}

body.dark-mode .top_market_info ul li .resulttxt {
  color: #fff;
}

body.dark-mode .price_ticker {
  background-color: #15203b;
  border-bottom: 1px solid #fff;
}

body.dark-mode .price_ticker .pricetickerbox .coinname {
  color: #fff;
}

body.dark-mode .price_ticker .pricetickerbox .lucide-arrow-right {
  color: #fff;
}

body.dark-mode .price_ticker .pricetickerbox .pricetxt {
  color: #fff;
}

body.dark-mode .header_mainsec {
  border-bottom: 1px solid #fff;
}

body.dark-mode .category_listbox ul li a {
  color: #fff;
}

body.dark-mode .header_mainsec .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}

body.dark-mode .header_mainsec .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #f97316;
}

body.dark-mode .header_mainsec .navbar .navbar-nav .nav-item .nav-link.active {
  color: #f97316;
}

body.dark-mode .footer_mainsec {
  border-top: 1px solid #2e384c;
  background-color: rgb(28, 38, 59);
}

body.dark-mode .footer_mainsec .about_contnt .logobox img.blacklogo {
  display: none;
}

body.dark-mode .footer_mainsec .about_contnt .logobox img.whitelogo {
  display: block;
}

body.dark-mode .social_media ul li a:hover {
  color: #f97316;
  background-color: #fff;
}

body.dark-mode .footer_mainsec .title_box h3 {
  color: #fff;
}

body.dark-mode .footer_mainsec .menu_box ul li a {
  color: #bcc0cb;
}

body.dark-mode .footer_mainsec .menu_box ul li a:hover {
  color: #f97316;
}

body.dark-mode .copyright_mainsec {
  border-top: 1px solid #2e384c;
  background-color: #101a2e;
}

body.dark-mode .copyright_mainsec .copyright_sec p {
  color: #fff;
}

body.dark-mode .topbanner_mainsec .topnews_mainsec {
  background-color: #202a39;
  box-shadow: none;
}

body.dark-mode .header_mainsec .navbar-brand img.blacklogo {
  display: none;
}

body.dark-mode .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  color: #fff;
}

body.dark-mode .articals_mainbox .articals_contntbox .artical_contnt h3 a:hover {
  color: #f97316;
}

body.dark-mode .time_box .time_txt {
  color: #9b9b9b;
}

body.dark-mode .topbanner_mainsec .news_mainsec .contntbox h2 a {
  color: #fff;
}

body.dark-mode .topbanner_mainsec .news_mainsec .contntbox h2 a:hover {
  color: #f97316;
}

body.dark-mode .topbanner_mainsec .news_mainsec .contntbox .time_box .time_txt {
  color: #717171;
}

body.dark-mode .topbanner_mainsec .side_newsbox {
  background-color: #323f54;
}

body.dark-mode .topbanner_mainsec .small_newsbox .contntbox h2 a {
  color: #fff;
}

body.dark-mode .topbanner_mainsec .small_newsbox .contntbox h2 a:hover {
  color: #f97316;
}

body.dark-mode .marketprice_mainsec .coinbox {
  background-color: #202a39;
  box-shadow: none;
}

body.dark-mode .marketprice_mainsec .coinbox .titlebox h3 {
  color: #fff;
}

body.dark-mode .marketprice_mainsec .coinbox .titlebox a {
  color: #f97316;
}

body.dark-mode .marketprice_mainsec .coinbox .titlebox a:hover {
  color: #fff;
}

body.dark-mode .marketprice_mainsec .coinbox .coinname span {
  color: #fff;
}

body.dark-mode .coinbox .pricebox h2 {
  color: #fff;
}

body.dark-mode .table {
  border-radius: 8px;
  overflow: hidden;
}

body.dark-mode .table tr th {
  background-color: #202a39;
  padding: 10px 10px;
  color: #f97316;
}

body.dark-mode .table tr td {
  background-color: #202a39;
  padding: 10px 10px;
  color: #fff;
}

body.dark-mode .table tbody tr td a {
  color: #fff;
}

body.dark-mode .markets-table-container .table {
  border-radius: 0px;
}

body.dark-mode .bitcoin_markets_info .table .cryptonamebtn .cextxt {
  color: #fff;
}

body.dark-mode .pagination_box button {
  background-color: #111827;
  border: 1px solid #1d263b !important;
  color: #fff;
}

body.dark-mode .pagination_box button:hover {
  background-color: #f97316;
  border: 1px solid #f97316 !important;
  color: #000;
}

body.dark-mode .pagination_box button.text-white {
  background-color: #f97316;
  border: 1px solid #f97316 !important;
  color: #000;
}

body.dark-mode .breadcrumb_mainsec ul li {
  color: #fff;
}

body.dark-mode .breadcrumb_mainsec ul li::after {
  color: #fff;
}

body.dark-mode .breadcrumb_mainsec ul li a {
  color: #fff;
}

body.dark-mode .breadcrumb_mainsec ul li a:hover {
  color: #f97316;
}

body.dark-mode .author_info .iconbox span {
  color: #fff;
}

body.dark-mode .articaldetails_mainsec .detailspage_contnt .contnt_box h2 {
  color: #fff;
}

body.dark-mode .articaldetails_mainsec .detailspage_contnt .contnt_box p a {
  color: #bcc0cb;
}

body.dark-mode .articaldetails_mainsec .detailspage_contnt .contnt_box p a:hover {
  color: #f97316;
}

body.dark-mode .articaldetails_mainsec .detailspage_contnt .contnt_box ul li > strong {
  color: #fff;
}

body.dark-mode .articaldetails_mainsec .detailspage_contnt .contnt_box ul li {
  color: #bcc0cb;
}

body.dark-mode .articaldetails_mainsec .detailspage_contnt .contnt_box ul li a {
  color: #bcc0cb;
}

body.dark-mode .articaldetails_mainsec .detailspage_contnt .contnt_box ul li a:hover {
  color: #f97316;
}

body.dark-mode .share_social_sec .titletxt {
  color: #fff;
}

body.dark-mode .share_social_sec ul li a:hover {
  background-color: #fff;
  color: #f97316;
}

body.dark-mode .artical_sidebar .latest_newsbox {
  background-color: rgb(32, 42, 57);
}

body.dark-mode .artical_sidebar h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

body.dark-mode .launchpad_mainsec .toptitle_sec h1 {
  color: #fff;
}

body.dark-mode .available_airdrops_box .title_box h1 {
  color: #fff;
}

body.dark-mode .available_airdrops_box .search_airdrops {
  background-color: rgb(32, 42, 57);
  box-shadow: none;
}

body.dark-mode .available_airdrops_box .search_airdrops .btn_box .filter_btn {
  background-color: #f97316;
  border: 1px solid #f97316;
  box-shadow: none;
}

body.dark-mode .available_airdrops_box .search_airdrops .btn_box .filter_btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #f97316;
}

body.dark-mode .airdrops_mainsec .airdrops_boxsec {
  background-color: rgb(32, 42, 57);
  border: 1px solid rgb(43, 56, 77);
  box-shadow: none;
}

body.dark-mode .airdrops_mainsec .airdrops_boxsec .contntbox .titlebox h3 {
  color: #fff;
}

body.dark-mode .airdrops_mainsec .airdrops_boxsec .contntbox .titlebox h3:hover {
  color: #f97316;
}

body.dark-mode .airdrops_boxsec .contntbox .date_value_sec .boxsec span {
  color: #fff;
}

body.dark-mode .status_sharebox .sharebox {
  background-color: #f97316;
}

body.dark-mode .launchpaddetails_wrapper .airdrops_boxsec .contntsec h4 {
  color: #fff;
}

body.dark-mode .airdrops_boxsec .contntbox .requirments_box h5 {
  color: #fff;
}

body.dark-mode .backbtn a {
  color: #fff;
}

body.dark-mode .backbtn a:hover {
  color: #f97316;
}

body.dark-mode .title_mainsec h2 {
  color: #fff;
}

body.dark-mode .airdrops_mainsec .airdrops_boxsec .high_low_data .boxsec .title_txt {
  color: #fff;
}

body.dark-mode .airdrops_mainsec .airdrops_boxsec .high_low_data .boxsec h3 {
  color: #fff;
}

body.dark-mode .launchpaddetails_wrapper .airdrops_mainsec .airdrops_boxsec .contntbox .titlebox h3:hover {
  color: #fff;
}

body.dark-mode .toprecent_slider .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
}

body.dark-mode .airdrops_mainsec .airdrops_boxsec .contntbox {
  border-top: 1px solid rgb(43, 56, 77);
}

body.dark-mode .news_mainsec .optionbox .listgrid_box select {
  background-color: rgb(32, 42, 57);
  border: 1px solid rgb(43, 56, 77);
  color: #fff;
}

body.dark-mode .searchbox .popup {
  background-color: #202a39;
  border-color: #36455c;
}

body.dark-mode .searchbox .popup .popup-header span {
  color: #fff;
}

body.dark-mode .searchbox .popup .popup-search-input {
  background-color: #35465e;
  border-color: #475e7e;
  color: #fff;
}

body.dark-mode .searchbox .popup .results .result-item {
  background-color: #35465e;
}

body.dark-mode .searchbox .popup .results .result-item span {
  color: #fff;
}

body.dark-mode .tabbtn_mainsec ul li a {
  color: #fff;
}

body.dark-mode .tabbtn_mainsec ul li a:hover {
  color: #f97316;
}

body.dark-mode .tabbtn_mainsec ul li.active a {
  border-bottom: 3px solid #f97316;
  color: #f97316;
}

body.dark-mode .coinprice_sidebar {
  background-color: #202a39;
}

body.dark-mode .price_overview .dashboard {
  background-color: #202a39;
}

body.dark-mode .price_overview .tab {
  border: 1px solid #fff;
  color: #fff;
}

body.dark-mode .price_overview .tab.active {
  background-color: #00C853;
  color: white;
  border-color: #00C853;
}

body.dark-mode .coinprice_change .table {
  border: 1px solid #4a5971;
  border-radius: 0px;
}

body.dark-mode .coinprice_change .table thead tr th {
  color: #fff;
  background-color: #323f54;
  border-right: 1px solid #4a5971;
}

body.dark-mode .coinprice_change .table tbody tr td {
  color: #fff;
  border-right: 1px solid #384559;
  background-color: #202a39;
}

body.dark-mode .coinprice_sidebar .coin_infobox .cryptoname .coinname {
  color: #fff;
}

body.dark-mode .coinprice_sidebar .coin_infobox .pricebox h2 {
  color: #fff;
}

body.dark-mode .coinprice_sidebar .coinmarket_info ul li .title_txt {
  color: #fff;
}

body.dark-mode .coinprice_sidebar .coinmarket_info ul li span {
  color: #fff;
}

body.dark-mode .coinprice_sidebar .titlebox h4 {
  color: #fff;
}

body.dark-mode .btc_historicalprice_sec .priceinfo ul li .title_txt {
  color: #fff;
}

body.dark-mode .btc_historicalprice_sec .priceinfo ul li span {
  color: #fff;
}

body.dark-mode .btc_historicalprice_sec .priceinfo ul li span h2 {
  color: #fff;
}

body.dark-mode .about_mainsec .contntbox h3 {
  color: #fff;
}

body.dark-mode .about_mainsec .contntbox h4 {
  color: #fff;
}

body.dark-mode .bitcoin_markets_info .titlebox h4 {
  color: #fff;
}

body.dark-mode .bitcoin_markets_info .table .cryptonamebtn .cextxt {
  font-size: 14px;
}

body.dark-mode .markets-table-container .pagination-container .page-ellipsis {
  color: #fff;
}

body.dark-mode .markets-table-container .pagination-container .page-info {
  color: #fff;
}

body.dark-mode .coindetails_mainsec .articals_mainsec .title_mainsec h2 {
  color: #fff;
}

body.dark-mode .markets-table-container .pagination-container .pagination-button:hover:disabled {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #aaa;
}

body.dark-mode .relatedcoin_mainsec .titlebox h2 {
  color: #fff;
}

body.dark-mode .relatedcoin_boxsec .relatedcoin_box {
  background-color: rgb(32, 42, 57);
  border: 2px solid rgb(50, 63, 84);
  box-shadow: 4px 5px 1px 0px rgb(50, 63, 84);
}

body.dark-mode .relatedcoin_boxsec .relatedcoin_box .imgbox .starbox i {
  color: #fff;
}

body.dark-mode .relatedcoin_boxsec .relatedcoin_box .namebox h4 {
  color: #fff;
}

body.dark-mode .relatedcoin_boxsec .relatedcoin_box .pricupdown h2 {
  color: #fff;
}

/* SkeletonCard.css */
 
.skeleton {
  background-color: #eee;
  border-radius: 4px;
  margin-bottom: 0px;
  animation: shimmer 1.5s infinite linear;
  background-image: linear-gradient(
    to right,
    #eeeeee 0%,
    #dddddd 20%,
    #eeeeee 40%,
    #eeeeee 100%
  );
  background-repeat: no-repeat;
  background-size: 1000px 100%;
}
 
.skeleton-thumbnail {
  height: 150px;
  width: 100%;
}
 
.skeleton-title {
  height: 20px;
  width: 100%;
}
 
.skeleton-text {
  height: 14px;
  width: 75%;
}

.skeleton-small-text {
  height: 14px;
  width: 30%;
}
 
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.topbanner_mainsec .skeleton-card.news_mainsec {
  padding: 0px;
  box-shadow: none;
}

.skeleton-card .topbanner_mainsec .topnews_mainsec .news_mainsec .contntbox .skeleton-title {
  margin-bottom: 15px;
}

.skeleton-card .topbanner_mainsec .topnews_mainsec .news_mainsec .contntbox .skeleton-text {
  width: 100%;
  margin-bottom: 5px;
}

.skeleton-card .topbanner_mainsec .topnews_mainsec .news_mainsec .contntbox .skeleton-small-text {
  width: 25%;
  margin-top: 15px;
}

.skeleton-card .topbanner_mainsec .topnews_mainsec .news_mainsec .imgbox .skeleton-thumbnail {
  height: 100%;
}

.skeleton-card .topbanner_mainsec .topnews_mainsec .side_newsbox .small_newsbox .contntbox .skeleton-title {
  margin-bottom: 10px;
}

.skeleton-card .marketprice_mainsec .coinbox ul li .skeleton-title {
  width: 45%;
}

.skeleton-card .marketprice_mainsec .coinbox ul li .skeleton-text {
  width: 30%;
}

.skeleton-card .marketprice_mainsec .marketcap.coinbox .price_graphbox .pricebox {
  width: 40%;
}

.skeleton-card .marketprice_mainsec .marketcap.coinbox .price_graphbox .graphimg {
  width: 40%;
}

.skeleton-card .marketprice_mainsec .marketcap.coinbox .price_graphbox .graphimg .skeleton-thumbnail {
  height: 65px;
}

.skeleton-card .marketprice_mainsec .tranding_coins.coinbox {
  min-height: 324px;
}

.skeleton-card .crypto_price_table {
  margin-top: 10px;
}

.topbanner_mainsec .side_newsbox .skeleton-card {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
}

.marketprice_mainsec .coinbox .skeleton-card {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
}

.marketprice_mainsec .coinbox .skeleton-card .titlebox .skeleton-title {
  width: 45%;
}

.marketprice_mainsec .coinbox .skeleton-card .titlebox .skeleton-text {
  width: 25%;
}

.marketprice_mainsec .coinbox .skeleton-card ul li .coinname {
  width: 45%;
}

.marketprice_mainsec .coinbox .skeleton-card ul li .pricebox {
  width: 45%;
}

.marketprice_mainsec .coinbox .skeleton-card ul li .pricebox .skeleton-text {
  float: right;
}

.marketprice_mainsec .coinbox .skeleton-card .price_graphbox .pricebox {
  width: 45%;
}

.marketprice_mainsec .coinbox .skeleton-card .price_graphbox .graphimg {
  width: 45%;
}

.marketprice_mainsec .coinbox .skeleton-card .price_graphbox .graphimg .skeleton-thumbnail {
  height: 55px;
}

.launchpad_mainsec .toptitle_sec .skeleton-card .skeleton-title {
  width: 45%;
  margin: 15px auto;
}

.launchpad_mainsec .toptitle_sec .skeleton-card .skeleton.skeleton-text {
  width: 98%;
  margin: 4px auto;
}

.launchpad_mainsec .available_airdrops_box .skeleton-card .title_box .skeleton-title {
  width: 25%;
  margin-bottom: 15px;
}

.available_airdrops_box .search_airdrops .search_box .skeleton-thumbnail {
  height: 42px;
}

.launchpad_mainsec .available_airdrops_box .skeleton-card .search_airdrops .btn_box {
  width: 23%;
}

.launchpad_mainsec .available_airdrops_box .skeleton-card .search_airdrops .btn_box .skeleton-title {
  width: 48%;
  height: 42px;
}

.airdrops_mainsec .skeleton-card .airdrops_boxsec {
  min-height: 350px;
}

.airdrops_mainsec .skeleton-card .airdrops_boxsec .imgbox .skeleton-thumbnail {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.airdrops_mainsec .skeleton-card .airdrops_boxsec .contntbox .titlebox .skeleton-title {
  width: 45%;
}

.airdrops_mainsec .skeleton-card .airdrops_boxsec .contntbox .titlebox .statusbox {
  width: 35%;
}

.airdrops_mainsec .skeleton-card .airdrops_boxsec .contntbox .titlebox .statusbox .skeleton-text {
  float: right;
}

.airdrops_mainsec .skeleton-card .airdrops_boxsec .contntbox .date_value_sec .boxsec .skeleton-small-text {
  width: 100%;
  margin-bottom: 8px;
}

.toprecent_newsbox .toprecent_slider .skeleton-card .newsbox {
  position: relative;
}

.toprecent_newsbox .toprecent_slider .skeleton-card .newsbox > .imgbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.toprecent_newsbox .toprecent_slider .skeleton-card .newsbox > .imgbox .skeleton-thumbnail {
  height: 100%;
}

.toprecent_newsbox .toprecent_slider .skeleton-card .newsbox .contntbox::after {
  content: none;
}

.toprecent_newsbox .toprecent_slider .skeleton-card .newsbox .contntbox .contnt_secbox .categorybox .skeleton-small-text {
  width: 10%;
  background-color: #dbdbdb;
  background-image: linear-gradient( to right, #d0d0d0 0%, #e9e9e9 20%, #d4d4d4 40%, #e3e3e3 100% );
}

.toprecent_newsbox .toprecent_slider .skeleton-card .newsbox .contntbox .contnt_secbox .author_info .skeleton-text {
  width: 20%;
  background-color: #dbdbdb;
  background-image: linear-gradient( to right, #d0d0d0 0%, #e9e9e9 20%, #d4d4d4 40%, #e3e3e3 100% );
}

.toprecent_newsbox .toprecent_slider .skeleton-card .newsbox .contntbox .contnt_secbox .titlebox .skeleton-title {
  background-color: #dbdbdb;
  background-image: linear-gradient( to right, #d0d0d0 0%, #e9e9e9 20%, #d4d4d4 40%, #e3e3e3 100% );
}

.articals_mainsec.news_mainsec .skeleton-card .title_mainsec {
  margin-bottom: 30px;
}

.articals_mainsec.news_mainsec .skeleton-card .title_mainsec .skeleton-title {
  width: 25%;
}

.articals_mainsec.news_mainsec .skeleton-card .optionbox .skeleton-text {
  width: 30%;
}

.news_mainsec .skeleton-card .articals_mainbox .articals_contntbox .artical_contnt {
  margin-bottom: 10px;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .imgbox {
  height: 200px;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .skeleton-thumbnail {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .titlebox .skeleton-title {
  width: 25%;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .titlebox .status_sharebox {
  width: 40%;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .titlebox .status_sharebox .statusbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .contntsec .skeleton-title {
  width: 15%;
  margin-bottom: 15px;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .contntsec .skeleton-text {
  width: 100%;
  margin-bottom: 5px;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .date_value_sec .skeleton-small-text {
  width: 50%;
  margin-bottom: 8px;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .high_low_data .boxsec {
  width: 25%;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .high_low_data .boxsec span .skeleton-title {
  margin-bottom: 5px;
}

.skeleton-card .airdrops_mainsec .airdrops_boxsec .contntbox .btn_mainsec .skeleton-thumbnail {
  width: 180px;
  height: 40px;
  border-radius: 5px;
  float: right;
  margin-bottom: 25px;
}

.skeleton-card .coindetails_mainsec .breadcrumb_mainsec ul {
  gap: 10px;
}

.skeleton-card .coindetails_mainsec .breadcrumb_mainsec ul .skeleton-small-text {
  width: 10%;
}

.skeleton-card .coindetails_mainsec .coinprice_sidebar .btc_converter .titlebox {
  margin-bottom: 20px;
}

.skeleton-card .coindetails_mainsec .coinprice_sidebar .btc_converter .btcinput_box .inputbox .skeleton-thumbnail {
  height: 40px;
}

.skeleton-card .coindetails_mainsec .coinprice_sidebar .btc_historicalprice_sec .priceinfo ul li .skeleton-text {
  width: 50%;
}

.skeleton-card .coindetails_mainsec .tabbtn_mainsec ul {
  padding-bottom: 10px;
}

.skeleton-card .coindetails_mainsec .tabbtn_mainsec ul .skeleton-small-text {
  width: 10%;
  margin-right: 8px;
}

.skeleton-card .coindetails_mainsec .price_overview .skeleton-thumbnail {
  height: 300px;
}

.skeleton-card .coindetails_mainsec .coinprice_change .table .skeleton-thumbnail {
  height: 13px;
}

.skeleton-card .coindetails_mainsec .about_mainsec .contntbox .skeleton-title {
  width: 20%;
  margin-bottom: 15px;
}

.skeleton-card .coindetails_mainsec .about_mainsec .contntbox .skeleton-text {
  width: 30%;
  margin-bottom: 10px;
}

.skeleton-card .coindetails_mainsec .about_mainsec .contntbox .skeleton-small-text {
  width: 100%;
  margin-bottom: 5px;
}

.skeleton-card .coindetails_mainsec .bitcoin_markets_info .titlebox .skeleton-title {
  width: 20%;
  margin-bottom: 15px;
}

.skeleton-card .coindetails_mainsec .bitcoin_markets_info .titlebox .skeleton-text {
  width: 15%;
  margin-bottom: 10px;
}

.skeleton-card .coindetails_mainsec .bitcoin_markets_info .table .skeleton-thumbnail {
  height: 15px;
}

.skeleton-card .coindetails_mainsec .articals_mainsec .title_mainsec .skeleton-title {
  width: 20%;
  margin-bottom: 10px;
}

.skeleton-card .coindetails_mainsec .articals_mainsec .articals_mainbox .articals_imgbox .skeleton-thumbnail {
  height: 300px;
}

.skeleton-card .coindetails_mainsec .articals_mainsec .articals_mainbox .articals_contntbox .artical_contnt .skeleton-title {
  margin-bottom: 10px;
}

.skeleton-card .coindetails_mainsec .articals_mainsec .articals_mainbox .articals_contntbox .artical_contnt .skeleton-text {
  margin-bottom: 5px;
}

.skeleton-card .detailspage_contnt .breadcrumb_mainsec ul {
  gap: 10px;
}

.skeleton-card .detailspage_contnt .breadcrumb_mainsec ul .skeleton-small-text {
  width: 15%;
}

.skeleton-card .detailspage_contnt .categorybox {
  margin-bottom: 15px;
}

.skeleton-card .detailspage_contnt .categorybox .skeleton-small-text {
  width: 12%;
}

.skeleton-card .detailspage_contnt .imgbox .skeleton-thumbnail {
  height: 500px;
}

.skeleton-card .detailspage_contnt .author_info .iconbox {
  width: 100%;
}

.skeleton-card .detailspage_contnt .author_info .iconbox .skeleton-small-text {
  width: 20%;
}

.skeleton-card .detailspage_contnt .contnt_box .skeleton-title {
  width: 100%;
  margin-bottom: 15px;
}

.skeleton-card .detailspage_contnt .contnt_box .skeleton-text {
  margin-bottom: 5px;
  width: 100%;
}

.skeleton-card .detailspage_contnt .share_social_sec .skeleton-title {
  width: 15%;
}

.skeleton-card .detailspage_contnt .share_social_sec ul .skeleton-thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.skeleton-card .articaldetails_mainsec .artical_sidebar .latest_newsbox .title_box .skeleton-title {
  width: 50%;
  margin-bottom: 25px;
}

.skeleton-card .articaldetails_mainsec .artical_sidebar .latest_newsbox .articals_sec .articals_mainbox .articals_contntbox .artical_contnt {
  margin-bottom: 10px;
}

.skeleton-card .articaldetails_mainsec .artical_sidebar .latest_newsbox .articals_sec .articals_mainbox .articals_contntbox .artical_info .skeleton-small-text {
  width: 50%;
}



/* =============== Responsive Css Start =============== */

@media only screen and (max-width: 767px) {
.top_market_info ul {
  row-gap: 4px;
  justify-content: center;
}

.top_market_info .container .market_info {
  width: 100%;
}

.top_market_info .searchbox {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}

.header_mainsec .navbar {
  padding-bottom: 15px;
}

.header_mainsec .navbar .navbar-brand {
  width: 70%;
}

.header_mainsec .navbar .navbar-brand img {
  width: 100%;
  height: auto;
}

.header_mainsec .navbar .navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0px;
  outline: none;
  box-shadow: none;
}

.header_mainsec .navbar .navbar-toggler .navbar-toggler-icon {
  filter: contrast(2);
}

.header_mainsec .navbar .navbar-collapse {
  position: absolute;
  top: 108px;
  left: 0px;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 8px 10px 0px #00000014;
}

.header_mainsec .rightbox {
  margin-top: 8px;
}

.header_mainsec .rightbox .searchbox {
  flex: 1;
}

.popup {
  top: 100px;
  right: 50%;
  width: 96%;
  transform: translate(-50%,0%);
  left: 50%;
}

.topbanner_mainsec .news_mainsec .imgbox {
  width: 100%;
  height: auto;
}

.topbanner_mainsec .news_mainsec .contntbox {
  width: 100%;
  padding-left: 0px;
  padding-top: 15px;
}

.topbanner_mainsec .side_newsbox {
  margin-top: 15px;
  height: auto;
}

.marketprice_mainsec .coinbox .coinname {
  width: 47%;
}

.marketprice_mainsec .coinbox ul li .pricebox {
  width: 48%;
}

.coinbox .pricebox h2 {
  font-size: 14px;
  justify-content: end;
}

.marketprice_mainsec .marketcap.coinbox .pricebox h2 {
  font-size: 16px;
}

.crypto_price_table .cryptonamebtn {
  width: 220px;
}

.category_listbox ul {
  row-gap: 10px;
}

.articals_mainsec {
  padding-top: 20px;
  padding-bottom: 20px;
}

.articals_mainbox {
  margin-bottom: 20px;
}

.articals_mainbox .articals_imgbox {
  width: 100%;
  height: auto;
}

.footer_mainsec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_mainsec .about_contnt {
  margin-bottom: 30px;
}

.footer_mainsec .menu_mainsec {
  padding-left: 0px;
  margin-bottom: 30px;
}

.footer_newsbox .articals_mainbox .articals_contntbox {
  width: 69%;
}

.footer_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 16px;
  line-height: 24px;
}

.author_info {
  gap: 15px;
  margin-bottom: 25px;
}

.artical_sidebar {
  padding-left: 0px;
  margin-top: 38px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox {
  width: 70px;
  height: 70px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox {
  padding-top: 0px;
  padding-left: 15px;
  width: 69%;
}

.news_wrapper .articals_mainsec {
  padding-bottom: 40px;
}

.blogs_wrapper .articals_mainsec {
  padding-bottom: 40px;
}

.relatedcoin_boxsec .relatedcoin_box {
  width: 100%;
}

.topnews_mainsec .articals_mainbox .articals_imgbox {
  height: auto;
}

.launchpad_mainsec .toptitle_sec {
  width: 100%;
  margin-bottom: 20px;
}

.launchpad_mainsec .toptitle_sec h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.launchpad_mainsec .value_infobox .box_mainsec {
  margin-bottom: 10px;
}

.launchpad_mainsec .available_airdrops_box {
  padding-top: 30px;
}

.available_airdrops_box .title_box h1 {
  font-size: 26px;
  line-height: 37px;
}

.available_airdrops_box .search_airdrops .btn_box {
  width: 100%;
}

.available_airdrops_box .search_airdrops .btn_box .filter_btn {
  width: 100%;
}

.available_airdrops_box .search_airdrops .btn_box .selectbox {
  width: 100%;
}

.available_airdrops_box .search_airdrops .btn_box .selectbox select {
  width: 100%;
}

.launchpaddetails_wrapper .launchpad_mainsec .airdrops_mainsec {
  width: 100%;
}

.launchpaddetails_wrapper .airdrops_boxsec .imgbox {
  height: auto;
  padding: 10px 10px;
}

.launchpaddetails_wrapper .airdrops_boxsec .imgbox img {
  object-position: inherit;
}

.launchpaddetails_wrapper .airdrops_boxsec .contntbox .btn_mainsec {
  text-align: center;
}

.airdrops_mainsec .airdrops_boxsec {
  margin-bottom: px;
}

.pagination-container {
  flex-direction: column;
  gap: 10px;
}

.coinprice_sidebar {
  gap: 5px;
}

.coinprice_sidebar .btc_historicalprice_sec {
  margin-top: 20px;
}

.tabbtn_mainsec {
  margin-top: 20px;
  margin-bottom: 0px;
}

.price_overview .dashboard {
  margin-top: 0px;
}

.about_mainsec {
  padding-top: 0px;
}

.bitcoin_markets_info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.markets-table-container .pagination-container {
  margin-top: 0px;
}

.coindetails_mainsec .pageinfo_mainsec .articals_mainsec {
  padding-top: 10px;
}

.coindetails_mainsec .pageinfo_mainsec .articals_mainsec .articals_mainbox {
  margin-bottom: 15px;
}

.relatedcoin_mainsec {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer_newsbox .articals_mainbox:last-child {
  margin-bottom: 0px;
}

.toprecent_newsbox .toprecent_slider .newsbox .contntbox {
  min-height: 410px;
}

.toprecent_newsbox .toprecent_slider .newsbox .contntbox .contnt_secbox {
  padding: 0px 20px 20px;
}

.toprecent_newsbox .toprecent_slider .contnt_secbox .titlebox h2 {
  line-height: 33px;
}

.toprecent_newsbox .toprecent_slider .contnt_secbox .titlebox h2 a {
  font-size: 24px;
  line-height: 33px;
}

.articals_mainsec.news_mainsec > .container > .row > .col-sm-8.col-md-8.col-lg-8.col-xl-8 {
  width: 60%;
}

.articals_mainsec.news_mainsec > .container > .row > .col-sm-4.col-md-4.col-lg-4.col-xl-4 {
  width: 40%;
}

.news_mainsec .optionbox {
  margin-top: 5px;
}

.news_mainsec .articals_mainbox .articals_imgbox {
  width: 100%;
  height: 225px;
}

.news_mainsec .articals_mainbox .articals_contntbox {
  width: 100%;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.articals_mainsec.news_mainsec > .container > .row > .col-sm-12.col-md-6.col-lg-6.col-xl-6:last-child .articals_mainbox {
  margin-bottom: 0px;
}

.articaldetails_mainsec {
  padding-bottom: 30px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 {
  margin-top: 0px;
}

.share_social_sec {
  margin-top: 30px;
}

body.dark-mode .header_mainsec .navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(10);
}

body.dark-mode .header_mainsec .navbar .navbar-collapse {
  background-color: #202a39;
  border-top: 1px solid #35445a;
  border-bottom: 1px solid #35445a;
}

.marketprice_mainsec .marketprice_volume > .row .col-sm-12.col-md-6.col-lg-12.col-xl-12 {
  padding-left: 0px;
  padding-right: 0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
.top_market_info ul {
  row-gap: 4px;
  justify-content: center;
}

.top_market_info .container .market_info {
  width: 100%;
}

.top_market_info .searchbox {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}

.header_mainsec .navbar .navbar-brand {
  width: 45%;
}

.header_mainsec .navbar .navbar-brand img {
  width: 220px;
  height: auto;
}

.header_mainsec .navbar .navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0px;
  outline: none;
  box-shadow: none;
  order: 3;
}

.header_mainsec .navbar .navbar-toggler .navbar-toggler-icon {
  filter: contrast(2);
}

.header_mainsec .navbar .navbar-collapse {
  position: absolute;
  top: 56px;
  left: 0px;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 8px 10px 0px #00000014;
}

body.dark-mode .header_mainsec .navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(10);
}

.crypto_price_table .cryptonamebtn {
  width: 250px;
}

.category_listbox ul {
  row-gap: 10px;
}

.articals_mainsec {
  padding-top: 20px;
  padding-bottom: 20px;
}

.articals_mainbox {
  margin-bottom: 20px;
}

.articals_mainbox .articals_imgbox {
  width: 100%;
  height: 140px;
}

.articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 20px;
  line-height: 28px;
}

.articals_mainbox .articals_contntbox .artical_contnt p {
  font-size: 15px;
  line-height: 27px;
}

.articals_mainbox .articals_contntbox .artical_info span {
  font-size: 12px;
}

.footer_mainsec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_mainsec .about_contnt {
  margin-bottom: 30px;
}

.footer_mainsec .menu_mainsec {
  padding-left: 30px;
  margin-bottom: 30px;
}

.footer_newsbox .articals_mainbox .articals_contntbox {
  width: 65%;
}

.footer_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 20px;
}

.footer_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 16px;
  line-height: 20px;
}

.footer_newsbox .articals_mainbox .articals_imgbox {
  width: 70px;
  height: 70px;
}

.artical_sidebar {
  padding-left: 5px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox {
  width: 60px;
  height: 60px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox {
  padding-left: 10px;
  width: 70%;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 21px;
  font-size: 16px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  line-height: 21px;
  font-size: 16px;
}

.news_wrapper .articals_mainsec {
  padding-bottom: 40px;
}

.blogs_wrapper .articals_mainsec {
  padding-bottom: 40px;
}

.relatedcoin_mainsec .relatedcoin_boxsec {
  justify-content: start;
  column-gap: 15px;
}

.relatedcoin_boxsec .relatedcoin_box {
  width: 48%;
  min-height: 280px;
}

.topbanner_mainsec .news_mainsec {
  height: 100%;
}

.topbanner_mainsec .news_mainsec .imgbox {
  height: 100%;
}

.topnews_mainsec .articals_mainbox .articals_imgbox {
  height: 70px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 18px;
}

.topnews_mainsec .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 15px;
  line-height: 18px;
}

.toprecent_newsbox .toprecent_slider .newsbox .contntbox {
  height: 430px;
}

.launchpad_mainsec .value_infobox .box_mainsec {
  margin-bottom: 25px;
}

.launchpaddetails_wrapper .launchpad_mainsec .airdrops_mainsec {
  width: 100%;
}

.coinprice_sidebar .coin_infobox .pricebox h2 {
  font-size: 26px;
  line-height: 33px;
}

.coinprice_sidebar .coin_infobox .pricebox h2 .updown_txt {
  font-size: 18px;
  line-height: 27px;
}

.marketprice_mainsec .marketprice_volume > .row .col-sm-12.col-md-6.col-lg-12.col-xl-12:last-child {
  padding-left: 12px;
  padding-right: 0px;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1699px)  {
.container {
  max-width: 1350px !important;
  padding: 0px 20px !important;
}
}


@media only screen and (min-width: 1700px) and (max-width: 3000px)  {
.container {
  max-width: 1500px !important;
  padding: 0px 20px !important;
}
}

/* =============== Responsive Css End =============== */

























































