@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Thin.ttf);
  src: url(fonts/Montserrat-Light.ttf);
  src: url(fonts/Montserrat-Regular.ttf);
  src: url(fonts/Montserrat-Medium.ttf);
}
:root {
  --body-font: "Roboto";
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 16px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.custom-hover:hover {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
* {
  font-family: "Roboto";
}
.site-font {
  font-family: "Montserrat", sans-serif;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.apexcharts-title-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800 !important;
}
.site-bg1 {
  background-color: #1732a4 !important;
}
.site-bg2 {
  background-color: #f5f5f5 !important;
}
.water_glass_bg {
  background: rgb(255 255 255 / 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(255 255 255 / 0.3);
}
.water_glass_bg .tgl_nav_style {
  color: #1732a4 !important;
}
.color1 {
  color: #284389 !important;
}
.color2 {
  color: #f5f5f5 !important;
}
.site-btn {
  background-color: #6980df;
  border-radius: 0.25rem;
  padding: 4px 9px !important;
  font-weight: 500;
}
.site-btn2 {
  border-radius: 0.25rem;
  padding: 4px 9px !important;
  font-weight: 500;
}
.site-btn-outline {
  border: 1px solid #f5f5f557;
  border-radius: 0.25rem !important;
  padding: 4px 9px !important;
}
.site-border {
  border: 1px solid #284389;
}
.filter-btn {
  border-radius: 0.25rem;
  padding: 4px 9px !important;
  background: #e0e0e0;
  font-weight: 500;
}
.fs-1 {
  font-size: 1px;
}
.fs-2 {
  font-size: 2px;
}
.fs-3 {
  font-size: 3px;
}
.fs-3 {
  font-size: 3px;
}
.fs-4 {
  font-size: 4px;
}
.fs-5 {
  font-size: 5px;
}
.fs-6 {
  font-size: 6px;
}
.fs-7 {
  font-size: 7px;
}
.fs-8 {
  font-size: 8px;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-15 {
  font-size: 15px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.fs-30 {
  font-size: 30px;
}
.has-search {
  z-index: -1;
}
.has-search .form-control {
  padding-left: 1rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 4px;
  background: #fff0;
  border-radius: 10px;
  color: #5e5e5e;
  font-size: 14px;
  right: 18px;
}
.search-box .form-control {
  padding-right: 2.375rem;
}
a.login_reg_btn {
  line-height: 34px;
  width: 100px;
  height: 50px;
  border-radius: 10px;
}
div#navbarSupportedContent a.login_reg_btn.login {
  border-radius: 10px;
  border: 0.2px solid #797b87;
  transition: 0.4s;
  background-color: #fff;
  color: #1732a4 !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 3px 4px 25px 1px rgb(23 50 163 / 10%);
}
div#navbarSupportedContent a.login_reg_btn.login:hover {
  background-color: #1732a4;
  color: #ffffff !important;
}
div#navbarSupportedContent a.login_reg_btn.register {
  background-color: #1732a4 !important;
  color: white !important;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 3px 4px 25px 1px rgb(23 50 163 / 10%);
}
div#navbarSupportedContent a.login_reg_btn.register:hover {
  background-color: white !important;
  border: 0.2px solid #1732a4;
  color: #1732a4 !important;
}
button#search-desktop {
  border: 0.2px solid #797b87;
  height: 50px;
  width: 56px;
  border-radius: 10px;
  background-color: #fff;
}
button#search-desktop:hover {
  border: 0.2px solid #1732a4;
  color: #fff;
  background-color: #1732a4;
}
.hero_area_new {
  height: 100vh;
  position: relative;
}
.hero_area_new .hero_area_image {
  height: 100%;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.hero_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
p.hero_p span {
  background: #1732a4;
  padding: 5px 15px;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
}
.clear {
  clear: both;
}
button#search-desktop:hover .search_black {
  display: none;
}
button#search-desktop:hover .search_white_new {
  display: block !important;
  margin: 4px !important;
}
.fixed_top_nav {
  position: fixed;
  z-index: 9;
  top: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.trendy {
  font-weight: 400;
}
.search-box {
  width: 400px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 999;
}
.dash_search_box {
  width: 400px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 15px;
  top: 3px;
  z-index: 999;
}
#search-box-close {
  position: absolute;
  z-index: 2 !important;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  right: 10px;
  top: 7px;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ecedee;
}
.search-box .form-control {
  padding-right: 2.375rem;
  border: 1px solid #ecedee;
  height: 38px;
}
.has-search .form-control-feedback {
  height: 2.4rem;
}
div#watchlist_search-box .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 4px;
  background: #fff0;
  border-radius: 10px;
  color: #5e5e5e;
  font-size: 14px;
  right: 18px;
}
span#search-box-close_watchlist {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 9px;
  margin-right: 8px;
  border: 1px solid #ecedee;
}
.search-box #search-box-close_watchlist {
  position: absolute;
  z-index: 2 !important;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  right: 10px;
  top: 7px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ecedee;
  background-color: #fff;
}
.search-box input:focus {
  border-color: transparent !important;
  box-shadow: none;
}
.search-box input {
  border: none;
}
.search-box .list-group a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #284389;
}
.search-box .list-group li:hover {
  background-color: #f8fafd;
}
p.hero_p {
  font-size: 20px;
  color: #858688;
  font-family: "Open Sans", sans-serif;
}
p.hero_p.details {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
h2.hero_heading {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  margin-top: 20px;
}
h2.hero_heading span {
  color: #33c79a;
  font-weight: 700;
}
p.hero_p.details {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
}
a.btn.hero_btn {
  border-radius: 10px;
}
a.btn.hero_btn.whats_going {
  width: auto;
  height: 60px;
  border: 1px solid #33c79a9e;
  line-height: 50px;
  font-size: 16px;
  color: #33c79a;
  font-weight: 600;
  box-shadow: 1px 1px 8px 1px #33c79a40;
  margin-right: 10px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
a.btn.hero_btn.resister {
  background: #33c79a;
  color: #fff;
  width: 168px;
  height: 60px;
  border: 1px solid #33c79a;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 1px 1px 8px 1px #33c79a40;
}
.hero_buttons {
  margin-top: 30px;
}
.sponsord {
  margin-top: 3rem;
}
.home_sponsord_carousel {
  height: 110px;
  position: relative;
}
.home_sponsord_carousel img {
  max-width: 50px;
  margin: 0 auto;
}
.home_sponsord_carousel a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #858688;
  text-decoration: none;
  transition: 0.4s;
  font-size: 18px;
  font-weight: 500;
}
.home_sponsord_carousel a:hover {
  color: #000;
  text-decoration: none;
}
.text-center.home_sponsord_carousel.first_single img {
  margin: 0;
  height: 75px;
  max-width: 70px;
}
.text-center.home_sponsord_carousel.first_single {
  display: flex;
  align-content: space-between;
  justify-content: center;
  padding-top: 15px;
}
.text-center.home_sponsord_carousel.first_single span {
  text-align: left;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.coindrive_algo_number h3 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.coindrive_algo_num_item {
  border: 0.5px solid #858688;
  padding: 40px 60px;
  text-align: center;
  height: 200px;
  border-radius: 15px;
  box-shadow: 0 18px 40px 0 #1732a414;
}
.coindrive_algo_num_item span {
  color: #858688;
  font-size: 20px;
}
.coindrive_algo_num_item h4 {
  font-size: 40px;
  font-weight: 700;
  color: #1732a4;
}
.why_need_tab button {
  padding: 20px 30px;
}
.why_need_tab#myTab {
  text-align: center;
  margin: 0 auto;
  border-bottom: none;
  justify-content: center;
}
button#profile-tab {
  border-radius: 0;
}
button#home-tab {
  border-radius: 0;
  border-right: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #858688;
  background-color: #fff;
  color: #858688;
}
button#profile-tab {
  border-left: 0;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #858688;
  background-color: #fff;
  color: #858688;
}
button#home-tab.active {
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #1732a4;
  color: #fff;
  border-color: #1732a4;
  position: relative;
}
button#home-tab.active::after {
  position: absolute;
  height: 100%;
  content: "";
  width: 10px;
  background-color: #1732a4;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 0;
  right: -9px;
}
button#profile-tab.active {
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1732a4;
  color: #fff;
  border-color: #1732a4;
  position: relative;
}
button#profile-tab.active::after {
  position: absolute;
  height: 100%;
  content: "";
  width: 10px;
  background-color: #1732a4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 0;
  left: -9px;
}
.why_need_p {
  color: #858688;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
}
.why_need h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
.why_need_items .item {
  text-align: center;
  border: 0.2px solid #eff0f1;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 15px;
  transition: 0.4s;
  background: #fff;
}
.why_need_items .item:hover {
  border-color: #fff;
  box-shadow: 0 0 14px -1px #1732a433;
}
.why_need_items .item h4 {
  font-size: 16px;
  color: #1732a4;
  font-weight: 700;
}
.why_need_items .item p {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 65px;
  color: #858688;
}
.why_need_items .item img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.feature_overview .item {
  margin-bottom: 40px;
}
.text-center.pt-3.process_feature-heading p {
  font-size: 20px;
  color: #858688;
  font-family: "Open Sans", sans-serif;
}
.text-center.pt-3.process_feature-heading h3 {
  font-size: 48px;
  font-weight: 700;
}
.text-center.pt-3.process_feature-heading {
  margin-bottom: 50px;
}
.process_featur-right h4 {
  font-size: 36px;
  font-weight: 700;
}
.process_featur-right p {
  font-size: 20px;
  color: #858688;
  line-height: 36px;
  margin-top: 20px;
}
.footer_details p {
  font-size: 18px;
  line-height: 32px;
}
.app-button h6 {
  font-size: 22px;
  margin-bottom: 20px;
}
.app_contact {
  color: #fff;
}
.app_contact h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.app_contact p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.col-md-12.text-center.my-3.footer_details a img {
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}
.footer_nav a {
  color: #fff;
  margin-right: 10px;
}
.footer_nav a:hover {
  text-decoration: none;
  color: #afb2d9;
}
.footer_bottom_content {
  padding-top: 7px;
}
.footer_social a i {
  background: #fff0;
  margin-right: 10px;
  padding: 8px 8px;
  font-size: 18px;
  border-radius: 10px;
  border: 1.6px solid #fff;
  color: #fff;
  transition: 0.4s;
}
.footer_socialI_bottom hr {
  background: #6c89e1;
  margin-top: 40px;
}
.footer_social a i:hover {
  background: #fff;
  color: #1732a4;
}
@media only screen and (max-width: 991px) {
  .site-border-bottom {
    border-bottom: 1px solid #f5f5f557;
  }
  .site-border-top {
    border-top: 1px solid #f5f5f557 !important;
  }
  .search-box-mobile {
    width: 97%;
  }
}
.home-title {
  font-weight: 300 !important;
}
.follower-number,
.follower-text {
  line-height: 5px;
}
@media only screen and (max-width: 991px) {
  .home-title {
    font-size: 24px;
  }
  .home-title-text {
    font-size: 15px;
  }
  .follower-number {
    font-size: 20px;
  }
  .follower-text {
    font-size: 13px;
  }
  .follower-number,
  .follower-text {
    line-height: -5px !important;
  }
  .fs-18 {
    font-size: 16px;
  }
}
.card-element {
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 1px 3px 4px 2px rgb(0 0 0 / 0.7);
  -webkit-box-shadow: 1px 3px 4px 2px rgb(0 0 0 / 0.7);
  -moz-box-shadow: 1px 3px 4px 2px rgb(0 0 0 / 0.7);
  transition: 0.3s;
}
.card-element:hover {
  border: 2px solid #6980df !important;
  box-shadow: 1px 3px 4px 2px rgba(#6980df);
  -webkit-box-shadow: 1px 3px 4px 2px rgba(#6980df);
  -moz-box-shadow: 1px 3px 4px 2px rgba(#6980df);
  transition: 0.3s;
}
.horizontal-scrollable > .row {
  overflow-x: auto;
  white-space: nowrap;
}
.table-border-bottom {
  border-bottom: 2px solid #000;
}
.table-border {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
.footer-nav {
  line-height: 0;
}
#accordionExample .collapseHeader {
  border: 2px solid #ddd;
  border-radius: 10px;
}
#accordionExample .collapseHeader i {
  cursor: pointer;
  padding: 8px;
  color: #fff;
  background-color: #837c7c;
  border-radius: 100%;
}
#accordionExample .collapseBody {
  border: 2px solid #ddd;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.faq-contact-btn {
  background-color: #284389 !important;
  padding: 7px 15px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 10px !important;
}
.contactForm {
  border-radius: 20px;
  border: 2px solid #ddd;
}
.contactForm label {
  font-size: 18px;
  font-weight: 500;
}
.contactForm input[type="text"] {
  height: 60px;
  border: 1px solid #aaa;
  border-radius: 15px;
  background-color: #f5f5f5;
  font-size: 18px;
}
.contactForm input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
.contactForm textarea {
  border: 1px solid #aaa;
  border-radius: 15px;
  background-color: #f5f5f5;
  font-size: 18px;
}
.contactForm textarea:focus {
  outline: none;
  box-shadow: none;
}
.contactForm select {
  height: 60px;
  border: 1px solid #aaa;
  border-radius: 15px;
  background-color: #f5f5f5;
  font-size: 18px !important;
}
.contactForm select:focus {
  outline: none;
  box-shadow: none;
}
.contact-btn {
  background-color: #284389 !important;
  padding: 10px 10px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 0.25rem !important;
  border: none;
}
.card.shadow-lg {
  border-radius: 0.25rem !important;
}
.lr-card {
  border-radius: 0.25rem !important;
  border-top: none;
}
.lr-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.lr-form .form-control {
  height: 40px;
  font-size: 20px;
  border: 0;
  border-bottom: 2px solid #ddd;
}
.lr-form label {
  font-size: 22px;
  font-weight: 500;
}
.lr-form .form-check .form-check-input {
  font-size: 22px;
}
.lr-form .password-icon {
  font-size: 23px;
  position: relative;
}
.lr-form .icon {
  position: absolute;
  content: "";
  right: 2%;
  top: 51px;
  cursor: pointer;
}
.header-border-bottom {
  position: relative;
}
.header-border-bottom::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  margin-top: 10px;
}
.header-border-bottom::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  margin-top: 20px;
}
.google-btn {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  outline: none;
  font-size: 20px;
}
.hideScrollbar::-webkit-scrollbar {
  display: none;
}
.lr-form label {
  cursor: pointer;
}
input[type="checkbox"] {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  padding: 20px;
}
.hover:hover {
  transform: scale(1.1) !important;
  transition: 0.5s !important;
  overflow: hidden !important;
}
.simpleMenu:hover {
  color: #6980df !important;
  transform: scale(1.1) !important;
  transition: 0.5s !important;
  overflow: hidden !important;
}
.simpleMenu.simpleMenuActive {
  color: #6980df !important;
  transform: scale(1.1) !important;
  transition: 0.5s !important;
  overflow: hidden !important;
}
.advanceMenu {
  position: relative;
}
.advanceMenu::after {
  content: "";
  position: absolute;
  width: 0;
  background-color: #6980df;
  height: 3px;
  top: 100%;
  left: 0;
  transition: 0.5s;
}
.advanceMenu:hover::after {
  width: 100%;
  color: #6980df;
  transition: 0.5s;
}
.advanceMenu:hover {
  color: #6980df !important;
  transition: 0.5s;
}
.advanceMenu.advanceMenuActive {
  color: #6980df !important;
}
.advanceMenu.advanceMenuActive::after {
  width: 100%;
  color: #6980df;
  transition: 0.5s;
}
.advanceMobileMenu {
  position: relative;
  text-align: center;
}
.advanceMobileMenu:hover::after {
  width: 100%;
  color: #6980df;
  transition: 0.5s;
}
.advanceMobileMenu:hover {
  color: #6980df !important;
  transition: 0.5s;
}
.advanceMobileMenu.advanceMobileMenuActive {
  color: #6980df !important;
}
.advanceMobileMenu.advanceMobileMenuActive::after {
  width: 100%;
  color: #6980df;
  transition: 0.5s;
}
.search-box-mobile .form-control {
  padding-right: 2.375rem;
}
#search-box-close-mobile {
  position: absolute;
  z-index: 2 !important;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  right: 10px;
  top: 7px;
  font-size: 20px;
  cursor: pointer;
}
.search-box-mobile {
  min-height: 250px;
  background-color: #fff;
  border-radius: 10px;
  position: fixed;
  right: 0;
  left: 0;
  top: 15px;
  z-index: 999;
  margin: 0 auto;
}
.search-box-mobile input:focus {
  border-color: transparent !important;
  box-shadow: none;
}
.search-box-mobile input {
  border: none;
}
.search-box-mobile .list-group a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #284389;
}
.search-box-mobile .list-group li:hover {
  background-color: #f8fafd;
}
.login_reg_for_mobile {
  position: absolute;
  top: 22px;
  right: 10px;
  display: none;
}
.login_reg_for_mobile a {
  border: 1px solid #fff;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}
.login_reg_for_mobile a:first-child {
  background-color: #fff;
  color: #002bff;
}
.card-body.login_model_form {
  padding-top: 40px;
}
.card-body.login_model_form h4 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 600;
}
div#exampleModalCenter .modal-dialog.modal-dialog-centered {
  max-width: 600px;
}
div#exampleModalCenter2 .modal-dialog.modal-dialog-centered {
  max-width: 600px;
}
.pop_up_login {
  padding: 30px 25px;
  margin-top: 20px;
}
.pop_up_login .form-control {
  height: 55px;
  font-size: 18px;
  border: 0;
  border-bottom: 0;
  border-radius: 10px;
  color: #8391a1;
  border-radius: 5px;
  border: 1px solid #ecedee;
  background: #f6f6f6 !important;
}
.pop_up_login input::placeholder {
  color: #888;
  color: #b8b8b8;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pop_up_login .icon {
  top: 18px;
}
.pop_up_login a {
  font-weight: 600;
  font-size: 18px;
}
.reg_accept_lable {
  font-size: 13px;
}
.reg_accept_lable a {
  font-size: 13px;
}
.reg_accept_lable2 {
  font-size: 13px;
}
.reg_accept_lable2 a {
  font-size: 13px;
}
.pop_up_login button {
  width: 200px;
  height: 43px;
  line-height: 0;
  margin: 0 auto;
  padding: 12px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
  margin-top: 2px;
  display: inline-flex;
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #1732a4;
  width: 100%;
}
.pop_up_login button:hover {
  box-shadow: -7px -7px 5px 0 rgb(91 206 194 / 0.2),
    7px 7px 5px 0 rgb(23 50 164 / 0.2);
}
#remember:checked ~ #remember::before {
  border: 2px solid #d9d9d9;
}
.pop_up_login .login_sign_up_link label {
  font-size: 20px;
  margin-top: 40px;
  text-align: left;
  color: #a3a3a3;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.pop_up_login label a {
  font-weight: 600;
  color: #1732a4;
}
.pop_up_login h4 {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
p.details_login {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.pop_up_login label {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-group.password-icon {
  position: relative;
}
.form-group.password-icon i {
  position: absolute;
  right: 15px;
  line-height: 70px;
  cursor: pointer;
}
.text-center.or_login p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  z-index: 99999;
  margin-bottom: 30px;
  color: #6a707c;
}
.text-center.or_login p::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #ecedee;
  left: 0;
  top: 15px;
  z-index: -1;
}
.text-center.or_login {
  position: relative;
  z-index: 999999;
}
.text-center.or_login p span {
  background: #fff;
  padding: 0 10px;
  color: #5e5e5e;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.social_login a {
  padding-left: 25px;
}
.social_login {
  justify-content: center;
  display: flex;
  gap: 20px;
}
.card-body.login_model_form label {
  font-size: 20px;
}
.card-body.login_model_form button {
  margin-top: 25px;
}
button.close_modal {
  position: absolute;
  right: 5px;
  border: 0;
  top: 8px;
  background-color: #fff0;
}
button.close_modal svg {
  height: 18px;
  width: 18px;
}
button.close_modal i {
  font-size: 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: red;
}
a.btn.hero_btn.whats_going:hover {
  background: #33c79a;
  color: #fff;
}
a.btn.hero_btn.whats_going {
  transition: 0.4s;
}
a.btn.hero_btn.resister {
  transition: 0.4s;
}
a.btn.hero_btn.resister:hover {
  background: #fff;
  color: #33c79a;
}
.dash_content {
  margin-left: 105px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dash_sidebar {
  width: auto;
  float: left;
  height: 100vh;
  position: fixed;
  background-color: #fff;
}
.sidebar-logo {
  margin-top: 30px;
}
.sidebar-collups_btn button {
  border: none;
  background-color: #fbfaff;
  float: right;
  z-index: 9999;
}
.sidebar-collups_btn {
  margin-top: 25px;
  position: relative;
}
.sidebar-collups_btn:before {
  content: "";
  height: 1px;
  width: 60%;
  background: #6f8ee4;
  top: 16px;
  left: 25px;
  z-index: -1;
  position: absolute;
}
ul.nav_sidebar .nav-link {
  text-decoration: none;
  color: #718096;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 16px;
  display: flex;
  transition: 0.2s;
  border-radius: 12px;
  align-items: center;
  gap: 5px;
}
ul.nav_sidebar .nav-link img {
  margin-right: 12px;
}
ul.nav_sidebar {
  padding-left: 0;
  margin-top: 30px;
}
.sidebar-img-b {
  display: initial;
}
.sidebar-img-w {
  display: none;
}
ul.nav_sidebar .nav-link:hover .sidebar-img-b {
  display: none;
}
ul.nav_sidebar .nav-link:hover .sidebar-img-w {
  display: initial;
}
ul.nav_sidebar .nav-link:hover {
  background: #1732a4;
  color: #fff;
  font-weight: 700;
}
ul.nav_sidebar {
  padding-left: 25px;
  padding-right: 25px;
}
ul.nav_sidebar li {
  list-style: none;
}
.sidebar-footer img {
  margin-right: 12px;
}
.sidebar-footer li {
  margin-right: 12px;
  list-style: none;
}
.sidebar-footer .nav-link {
  text-decoration: none;
  color: #718096;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 16px;
  transition: 0.2s;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar-footer ul {
  padding-left: 0;
}
.sidebar-footer {
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  bottom: 0;
  transition: 0.2s;
  width: 100%;
}
.sidebar-footer .nav-link:hover {
  background: #1732a4;
  color: #fff;
  font-weight: 700;
}
.sidebar-footer .nav-link:hover .sidebar-img-b {
  display: none;
}
.sidebar-footer .nav-link:hover .sidebar-img-w {
  display: initial;
}
.hide_text {
  display: none;
}
.show_text {
  display: initial;
}
button.btn_arrow_left {
  float: left;
  display: none;
}
.login_li a.loginbtn {
  padding: 12px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
}
.login_li a.loginbtn.top_login {
  background-color: #1732a4;
  color: #fff;
}
.login_li a.loginbtn.top_login:hover {
  background-color: #fff;
  text-decoration: none;
  color: #1732a4;
  box-shadow: 0 1px 15px 5px rgb(0 123 255 / 5%);
}
.login_li {
  text-align: right;
}
a.loginbtn.top_register {
  box-shadow: 0 1px 15px 5px rgb(0 123 255 / 5%);
  margin-left: 20px;
  color: #1732a4;
}
a.loginbtn.top_register:hover {
  box-shadow: none;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #1732a4;
}
.dashboard_top_nav form {
  margin-top: 2px;
}
.dashboard_top_nav form input {
  padding-left: 48px !important;
  background-color: #fbfaff;
  font-size: 14px;
  border-radius: 15px !important;
  background: white !important;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #a6a6a6;
  width: 280px;
  height: 52px;
}
.dashboard_top_nav .has-search .form-control-feedback {
  margin-top: 4px;
  right: 20px;
  line-height: 2rem;
  background-color: transparent !important;
}
.dashboard_top_nav .has-search .form-control-feedback.d_search {
  margin-top: 9px;
  left: 6px !important;
  left: inherit;
  line-height: 2rem;
  background-color: transparent !important;
}
.dashboard_text h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 11px;
  padding: 0;
}
.dahsboard_container {
  padding-top: 28px;
  padding-bottom: 21px;
}
.minimize_logo_mobile {
  display: none;
}
.dashboard_nav_style {
  display: grid;
  grid-template-columns: 40% 60%;
}
.dashboard_nav_style .dropdown-menu.show {
  border: none;
  box-shadow: 0 1px 5px 0 #dddddd91;
}
.dashboard_nav_style .dropdown-menu.show {
  border-radius: 10px;
  box-shadow: 0 1px 5px 1px #dddddd87;
  border: none;
}
.dashboard_nav_style hr {
  background: #edf2f7;
}
.dashboard_nav_style .dropdown-menu.show {
  padding: 16px 20px;
}
.dashboard_nav_style .dropdown-menu.show {
  padding: 16px 20px;
  width: 272px;
  margin-left: -125px;
}
.user_name {
  font-size: 16px;
  font-weight: 700;
  color: #1a202c;
}
.account_type {
  color: #718096;
  font-size: 12px;
}
.dashboard_nav_style .dropdown-item {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard_nav_style .dropdown-item:focus,
.dashboard_nav_style .dropdown-item:hover {
  background-color: #fff0;
}
.dashboard_nav_style hr {
  background: #edf2f7;
  margin-bottom: 10px;
  background-color: #edf2f7;
}
button.ball_icon {
  border: 0;
  background-color: #fff0;
  position: relative;
  margin-right: 15px;
  position: relative;
}
img.dot_red {
  position: absolute;
  right: 12px;
  top: 12px;
}
.app-button.dashboard_app_button a img {
  width: 150px;
}
.dashboard_footer_details p {
  font-size: 16px;
  line-height: 25px;
}
.dashboard_footer_bottom {
  margin-left: 250px;
}
.watch_empty-content h2 {
  font-size: 20px;
  color: gray;
  margin-top: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
.watch_empty-content p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.watch_empty-content .btn {
  font-size: 14px;
  width: 178px;
  height: 40px;
  background: #1833a4;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 63px;
  line-height: 27px;
  border-radius: 10px;
}
.watch_empty-content .btn:hover {
  border: 1px solid #1732a4;
  background-color: #fff0;
  color: #1732a4;
}
.watch_empty img {
  margin-top: 78px;
}
.dashboard_nav_style button.btn.profileName.dropdown-toggle.btn-sm.m-0.p-0 {
  background: #fbfaff;
  border-radius: 20px;
}
.dashboard_nav_style button.btn.profileName.dropdown-toggle.btn-sm.m-0.p-0 {
  background: #fbfaff;
  border-radius: 40px;
  padding: 5px 8px !important;
}
.new_watchlist_card {
  border: 1px solid #edf2f7;
  border-radius: 16px;
  padding: 10px 15px;
}
.new_watchlist_card h2 {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 700;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -8px;
}
.new_watchlist_card small {
  font-size: 14px;
}
.new_watchlist_card h2 button {
  border: none;
  background: #fff0;
  float: right;
}
.watchlist_table {
  background-color: #fbfaff;
}
.row.watchlist_table {
  margin-right: 0;
  margin-left: 0;
  padding: 16px 26px;
  border-radius: 20px;
  background: #fff;
}
.row.watchlist_table .filter-btn {
  background-color: #fff;
  border-radius: 10px;
  border-radius: 5px;
  background: #e0e0e0;
  box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 0.15);
  color: #343a40;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.row.watchlist_table #filter-section span,
.row.watchlist_table label {
  color: #718096;
  font-weight: 600;
  font-size: 12px;
}
.row.watchlist_table #filter-section input,
.row.watchlist_table #filter-section select {
  border: none;
  border-radius: 12px;
  color: #a0aec0;
  font-size: 16px;
  width: 108px;
  padding: 10px !important;
  line-height: 15px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px !important;
}
.row.watchlist_table #filter-section input,
.row.watchlist_table #filter-section select {
  border: none;
  border-radius: 12px;
  color: #a0aec0;
  font-size: 16px;
}
.row.watchlist_table .watch_filte_submit {
  background-color: #1732a4;
  color: #f9fbff;
}
.row.watchlist_table #filter-section.form-control::placeholder,
.row.watchlist_table #filter-section.form-control:-ms-input-placeholder,
.row.watchlist_table #filter-section.form-control::-ms-input-placeholder {
  color: #a0aec0;
}
.row.watchlist_table .table-responsive {
  border-radius: 10px;
  background: #fff;
  border: none;
}
div#exampleModalCenter3 .modal-dialog.modal-dialog-centered {
  max-width: 900px;
}
div#custom_alert_setting .modal-dialog.modal-dialog-centered {
  max-width: 900px;
}
.alert_heading h3 {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.alert_heading p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
div#exampleModalCenter3 .card {
  padding: 36px 50px;
}
.alert_heading {
  margin-bottom: 15px;
}
.alert_switch_single label {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.alert_switch_single {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 50% 50%;
  margin-bottom: 25px;
  align-items: center;
}
.alert_switch_single .form-control {
  height: 50px;
  font-size: 16px;
  border: 0;
  border-bottom: none;
  border: 1px solid;
  align-items: center;
  border-radius: 12px;
  border-color: #e2e8f0;
  color: #718096;
  border-radius: 5px;
  border: 1px solid #ecedee;
  background: #f6f6f6;
  color: #7a7a7a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  content: "×";
  padding: 0 4px;
  background-color: #ff7676 !important;
  border-radius: 50%;
  font-size: 12px !important;
  color: white !important;
}
div#exampleModalCenter3 button.close_modal {
  position: absolute;
  right: -12px;
  border: 0;
  top: -7px;
  z-index: 999;
  margin-top: 30px;
  margin-right: 30px;
}
div#exampleModalCenter3 button.close_modal i {
  font-size: 20px;
  border: none;
  border-radius: 50px;
  color: #fff;
  margin-top: 5px;
}
.alert_plateform_single label {
  font-size: 14px;
  font-weight: 600;
}
.alert_plateform_single {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-bottom: 20px;
}
.alert_plateform_single .form-control {
  font-size: 14px;
  border-bottom: none;
  border: 1px solid;
}
.alert_plateform_single button {
  width: 175px;
  height: 48px;
  background: #1732a4;
  color: #fff;
  transition: 0.3s;
}
.alert_plateform_single button:hover {
  border: 1px solid #1732a4;
  color: #fff;
}
.dashboard_nav_style {
  align-items: center;
}
.ctw_price {
  background: #fbfaff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-size: 12px;
}
span.ctw_price_p {
  font-weight: 600;
  color: #000000 !important;
}
span.ctw_price_pp {
  font-weight: 500;
}
.ctw_price span {
  color: #718096;
}
.coinTheDaymain h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.coinTheDaymain a img {
  height: 30px;
  width: 30px !important;
}
.coinTheDaymain {
  border-radius: 16px;
  background-color: #fff;
}
.new_watchlist_card {
  height: 555px;
  margin-top: 16px;
}
.nwc_scroll_able {
  overflow-y: scroll;
  height: 90%;
}
.ac_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ac_header_label {
  display: flex;
  align-items: center;
}
.ac_header_label img {
  margin-right: 10px;
}
.ac_header_label span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #212529;
}
.alert_time img {
  margin-right: 3px;
}
.alert_time span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  text-align: right;
  color: #858688;
}
.alert_content {
  display: grid;
  justify-items: self-start;
  align-items: center;
  grid-template-columns: 100%;
}
.alert_content span {
  font-size: 14px;
  font-weight: 600;
  color: #718096;
}
.alert_measurevalu {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 16px;
}
.alerts_card {
  border: 0;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.alert_measurevalu {
  font-size: 12px;
  font-weight: 500;
  color: #155724;
}
.nac_update {
  display: flex;
  align-items: start;
  text-align: left;
  gap: 10px;
}
div#exampleModalCenter3 .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 44px;
  height: 24px;
  pointer-events: all;
  border-radius: 16px;
  border-color: #edf2f7;
}
div#exampleModalCenter3 .custom-switch .custom-control-label::after {
  top: 6px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50px;
}
div#exampleModalCenter3 .custom-control-label::before {
  background-color: #edf2f7;
}
div#exampleModalCenter3
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #1732a4;
}
div#exampleModalCenter3
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  margin-left: 8px;
}
div#exampleModalCenter3 .bootstrap-tagsinput {
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  display: inline-block;
  padding: 4px 6px;
  vertical-align: middle;
  width: 100%;
  cursor: text;
  border-radius: 5px;
  background: #f6f6f6;
  color: #7a7a7a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #ecedee;
}
div#exampleModalCenter3 .alert_plateform select {
  border-radius: 5px;
  border: 1px solid #ecedee;
  background: #fff;
  color: #495057;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 50px;
}
div#exampleModalCenter3 .bootstrap-tagsinput .badge {
  background-color: #fbfaff;
  border: none;
  color: #718096;
  padding: 8px 8px;
  border-radius: 12px;
}
.alert_measurevalu i {
  margin-left: 5px;
}
.new_alerts_parent {
  position: absolute;
  width: 400px;
  background: #fff;
  z-index: 9999;
  right: 0;
  box-shadow: 0 0 5px 1px rgb(102 102 102 / 28%);
  border: 1px solid rgb(102 102 102 / 28%);
}
.top_bar_banner {
  padding: 10px;
  text-align: center;
}
.top_bar_banner p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.top_bar_banner p a {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
}
.alert_scrollable {
  max-height: 300px;
  overflow-y: scroll;
  max-height: 300px;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  scrollbar-width: thin;
}
.new_alert_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_alert_header img {
  height: 25px;
}
.new_alert_time img {
  height: 15px;
  margin-right: 3px;
}
.new_alert_title {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.new_alert_time {
  font-size: 12px;
  color: #000;
}
.new_alert_content span {
  font-size: 12px;
  word-break: break-word;
  color: #000;
}
.new_alert_content img {
  height: 15px;
}
.new_alert_content {
  margin-top: 8px;
}
.new_alert_content {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}
.new_alert_content {
  line-height: 14px;
}
.new_alerts {
  border: 1px solid #66666669;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.new_alerts_parent {
  border-radius: 16px;
  display: none;
}
.radar_chart_img {
  width: 100%;
}
.ac_header_label img {
  height: 24px;
  width: 24px;
}
.dahsboard_container .form-group.has-search {
  margin-bottom: 0;
}
.coin_track {
  padding: 20px;
  height: 114px;
  border-radius: 16px;
  border-radius: 20px;
  background: #fff;
}
.coin_fear_alternative {
  margin-top: 4px;
}
.total_followers_status {
  margin-top: 4px;
}
.coin_track h4 {
  font-size: 12px;
  color: #718096;
  margin-bottom: 0;
}
.coin_track-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coin_track h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1a202c;
  display: flex;
  gap: 5px;
  align-items: center;
}
.coin_fear-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total_followers_status {
  font-size: 12px;
  color: #f9857a;
}
.coin_fear_alternative {
  font-size: 12px;
  color: #718096;
}
.coin_track h3 .btc_fear_greed {
  background: #d17339;
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 6px;
  color: #fff;
  padding-bottom: 1px;
}
.top_posts {
  padding: 20px;
  border-radius: 16px;
  border-radius: 20px;
  background: #fff;
  margin-top: 30px;
}
.tp_head-top h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
}
.tp_head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp_head-bottom p {
  color: #718096;
  font-size: 12px;
}
.tp_posts-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp_posts-head-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.tp_posts-head-content p {
  margin-bottom: 0;
  font-size: 12px;
  color: #718096;
}
.tp_posts-content {
  font-size: 14px;
  color: #718096;
  margin-top: 20px;
}
.tp_post_content {
  padding: 15px 20px;
  background-color: #f7f9fe;
  border-radius: 16px;
  margin-top: 15px;
}
.tp_post_like_comment {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.tp_post_like {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.tp_post_like p {
  margin-bottom: 0;
  color: #718096;
  font-size: 14px;
}
.coin_track .coin2 {
  display: none;
}
.coin_track:hover .coin2 {
  display: block;
}
.coin_track:hover .coin1 {
  display: none;
}
.progress-color1 {
  background-color: #f9857a !important;
}
.progress-color2 {
  background-color: #33c79a !important;
}
.progress.welcome_color {
  height: 3px;
}
.table-responsive.explor_table {
  border: 1px solid #edf2f7;
  padding: 30px 25px;
  border-radius: 15px;
  background-color: #fff;
}
.table-responsive.explor_table h2 {
  font-size: 28px;
}
.table-responsive.explor_table .subtitle {
  font-size: 15px;
  margin-top: 6px;
}
table#searchTable thead tr td {
  border: none;
  font-weight: 600;
}
table#searchTable tbody tr td {
  border-color: #edf2f7;
}
.csh_box img {
  width: 30px;
}
.cotd_bottom img {
  width: 14px;
}
.close_alert_ {
  background: #fbfaff;
  width: 44px;
  height: 42px;
  line-height: 43px;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 999;
  display: none;
}
div#exampleModalCenter5 h4 {
  color: #33c79a;
  font-size: 14px;
  font-weight: 600;
}
div#exampleModalCenter5 h4 span {
  background: #e5fff7;
  padding: 15px 20px;
  border-radius: 40px;
  color: #33c79a;
}
div#exampleModalCenter5 .modal-dialog.modal-dialog-centered {
  width: 40%;
  max-width: 80%;
}
div#exampleModalCenter5 h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
div#exampleModalCenter5 h3 span {
  color: #3641b7;
}
div#exampleModalCenter5 p {
  font-size: 14px;
  font-weight: 400;
  color: #858688;
  text-align: center;
  margin-bottom: 0;
}
div#exampleModalCenter5 .modal-content {
  text-align: center;
}
.offer_frame_box button {
  width: 180px;
  border-radius: 41px;
  height: 50px;
  border: 1px solid #3641b7;
  background: #3641b7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.offer_frame_box {
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 20%;
  padding-right: 20%;
}
span#cotd_timer {
  margin-right: 5px;
}
span#cotw_timer {
  margin-right: 5px;
}
.new_watchlist_card.most_controversial_tranding {
  height: 317px;
}
.dashboard_first_container {
  margin-top: 20px;
}
.dashboard_hilight label {
  font-size: 12px;
}
.new_frame_for_alertbtn {
  position: absolute;
  width: 400px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-align: center;
  z-index: 999;
  padding-bottom: 50px;
  display: none;
}
.new_frame_for_alertbtn i {
  background: #8080801a;
  padding: 15px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.new_frame_for_alertbtn h4 {
  font-size: 18px;
  font-weight: 700;
}
.new_frame_for_alertbtn p {
  font-size: 14px;
}
.nffa_head {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  margin-bottom: 50px;
}
.new_alerts_parent .nffa_head {
  margin-bottom: 0;
  border: 0;
  margin-bottom: 0;
  border: 0;
  padding-left: 10px;
  border-bottom: 1px solid #c0c0c07d;
}
.new_alerts_parent.d-block {
  padding-top: 5px;
}
.alert_plateform {
  background: #fbfaff;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px 25px;
  margin-bottom: 30px;
  border-radius: 16px;
}
.alert_plateform_single.aps_push_content .form-check label {
  margin-left: 10px;
  font-weight: 400;
}
.alert_plateform_single .not_for_mobile {
  display: block;
}
.alert_plateform_single .only_for_mobile {
  display: none;
}
#exampleModalCenterPushAlert .modal-dialog.modal-dialog-centered {
  width: 70% !important;
  margin-left: 15% !important;
}
.app_notifi_content_area {
  padding: 10px 20px;
  text-align: center;
}
.app_notifi_content_area h4 {
  font-size: 14px;
  font-weight: 600;
}
.app_notifi_content_area p {
  font-size: 12px;
}
.app_notifi_button_area {
  display: flex;
  background-color: #d3e0e5;
  border-top: 1px solid #d3e0e5;
  gap: 1px;
}
.app_notifi_button_area button {
  width: 100%;
  border-radius: 0;
  background: #f0fbff;
  color: #0bc7e5 !important;
  border: 0;
}
#exampleModalCenterPushAlert .modal-content {
  background: #f0fbff;
  border-radius: 0;
  border: 1px solid #d3e0e5;
}
.coinTheDaymain:hover {
  background: rgb(128 128 128 / 5%);
}
.table-responsive.explor_table h2 {
  font-size: 20px;
}
.explorer_excited {
  align-items: center;
}
.table-responsive.explor_table h2 {
  font-size: 20px;
  color: #282828;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
ul.eec_list li {
  color: #8d8d8d;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.explorer_not_found {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.explorer_form_btn span {
  position: relative;
}
.explorer_form_btn span i {
  position: absolute;
  right: 0;
  top: 5px;
}
.contact_bottom {
  padding: 20px 20px;
  background: #1732a414;
  border-radius: 16px;
  margin-top: 20px;
}
.contact_bottom h4 {
  font-size: 18px;
  font-weight: 600;
}
.contact_bottom button {
  padding: 10px 20px;
  border: 0;
  background: #1732a4;
  border-radius: 8px;
  color: #fff;
}
.contact_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
a.contact_bottom_btn {
  text-decoration: none;
  background: #1732a4;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  margin-right: 100px;
}
a.contact_bottom_btn:hover {
  background: #fff0;
  border: 1px solid #1732a4;
  color: #1732a4;
  text-decoration: none;
}
.asi_content_area {
  margin-top: 60px;
}
.asi_content_area h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a202c;
}
.asi_content_area p {
  font-size: 14px;
  color: #718096;
}
.app_dash_logo_border {
  width: 80%;
  height: 1px;
  background: #7c9fe8;
  margin-left: 10%;
  margin-top: 29px;
}
img.minimize_logo {
  margin: 0 auto;
}
.dash_sidebar {
  width: 105px;
  z-index: 999;
}
.sidebar-logo.text-center {
  text-align: center;
}
.sidebar-logo.text-center a {
  display: block;
  width: 100%;
  text-align: center;
}
.asi_content_area {
  margin-top: 300px;
}
.dsi_single_time {
  text-align: right;
  font-size: 13px;
}
.dsi_single_time img {
  margin-right: 5px;
}
.sidebar-logo.text-center a {
  text-decoration: none;
}
.dsi_single_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dsi_single_time a {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans";
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #718096;
}
.like span {
  font-family: "Open Sans", sans-serif;
  align-items: center;
  display: flex;
}
.dsi_single_time a:hover {
  color: #4e5a6b;
  text-decoration: none;
}
.dsi_single_time h4 {
  margin-bottom: 4px;
}
img.channel_image {
  margin-right: 0;
}
.dsi_image_title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dsi_image_title h3 {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  color: #1a202c;
}
.comment span {
  font-family: "Open Sans", sans-serif;
  align-items: center;
  display: flex;
}
.dsi_time_date {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #718096;
}
.dsi_right span {
  font-family: "Open Sans", sans-serif;
}
.dsi_head_top p {
  font-family: "Open Sans", sans-serif;
}
.nffa_head span {
  color: #1a202c;
}
.new_frame_for_alertbtn i {
  color: #1a202c;
}
.new_frame_for_alertbtn h4 {
  color: #1a202c;
}
.new_frame_for_alertbtn p {
  color: #1a202c;
  margin-bottom: 55px;
}
.ac_single {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.ac_single img {
  margin-top: 2px;
}
.new_watchlist_card.nwc_coin_alert small {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #858688;
}
.ac_single span {
  font-family: "Open Sans", sans-serif;
}
.alert_time span {
  font-family: "Open Sans", sans-serif;
}
.alert_measurevalu {
  font-family: "Open Sans", sans-serif;
}
.row.watchlist_table th {
  font-family: "Open Sans", sans-serif;
}
.row.watchlist_table tr td {
  font-family: "Open Sans", sans-serif;
}
.cs-title-value span {
  font-weight: 400;
}
.ca-title-value span {
  font-weight: 400;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #718096;
  width: 21px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 5px;
  margin: 5px 2px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.show_only_mobile_ctw {
  display: none;
}
.explorer_table_info .name {
  display: none;
}
.explorer_table_info {
  flex-direction: column;
  gap: 10px;
}
.mc_four.add_border_left:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #edf2f7;
}
.col-md-12.bottom_lottie_style {
  margin-top: -80px;
  z-index: 1;
}
.hero_lottie {
  z-index: 22;
}
.col-md-12.bottom_lottie_style lottie-player {
  width: 70%;
  margin: 0 auto;
}
.sentiment_score_bar {
  display: grid;
  grid-template-columns: 50% 50%;
}
.sentiment_score_bar div:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: flex-end;
}
.sentiment_score_bar div:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.explorer_form_btn span {
  width: 56px;
}
.nffa_footer {
  padding: 10px;
  border-top: 1px solid #ddd;
  position: absolute;
  width: 100%;
  padding-top: 12px;
}
.nffa_footer img {
  float: left;
}
.nffa_footer2 {
  text-align: left;
  padding: 10px 0;
  padding-left: 10px;
  border-top: 1px solid #c0c0c07d;
}
.coin_of_the_day {
  padding: 20px 22px;
  border-radius: 16px;
  margin-top: 16px;
  border-radius: 20px;
  background: #fff;
}
.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b)
      var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
  mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
  background-color: #edf2f7;
}
.tp_posts-head-content h4 a {
  color: #212529;
}
.tp_post_share a {
  color: #7e8ca0;
}
.sentiment_score_bar .progress:first-child {
  border-right: 1px solid #000;
  position: relative;
}
.sentiment_score_bar::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 1px;
  background: #000;
  left: 0;
  margin-left: calc(50% - 1px);
  top: 0;
}
.sentiment_score_bar::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 1px;
  background: #000;
  left: 0;
  margin-left: calc(50% - 1px);
  bottom: 0;
}
.sentiment_score_bar {
  position: relative;
}
.share_post i {
  color: #758295;
}
.aps_wrap .alert_plateform_single.aps_phone {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.aps_wrap .alert_plateform_single.aps_phone p {
  color: #9d9d9d;
}
a.nav-link.advanceMobileMenu.advanceMobileMenuActive i {
  box-shadow: 0 1px 4px 6px rgb(0 0 0 / 4%);
}
div#navbarSupportedContent .nav-item .nav-link {
  color: #797b87 !important;
  font-size: 18px;
}
.login_reg_for_mobile a:hover {
  text-decoration: none;
}
.login_reg_for_mobile a.login {
  color: #1732a4;
}
.login_reg_for_mobile a.login:hover {
  border: 1px solid #fff;
  background-color: #fff0;
  color: #fff;
}
.login_reg_for_mobile a.signup:hover {
  background-color: #fff;
  color: #1732a4;
}
.profileName.dropdown-toggle::after {
  color: #1732a3;
}
.table-border-bottom {
  border-bottom: 1px solid #edf2f7;
}
.price_description h4 {
  margin: 3px;
  font-size: 18px;
  font-weight: 600;
}
.price_description p {
  font-weight: lighter;
  font-size: 14px;
}
h4.card-title {
  color: #606060;
  font-size: 22px;
}
.card-deck.card_pricing h2 small {
  font-size: 16px;
}
.pricing_table .card {
  border: 0;
}
.card_pricing button {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  width: 75%;
  font-size: 16px;
  font-weight: 700;
  color: #1732a4;
  background-color: #fff;
  border-color: #1732a4;
}
.card_pricing button.btn-primary {
  color: #fff;
  background-color: #5bcec2;
  border-color: #5bcec2;
}
.card_pricing button.btn-primary:hover {
  color: #5bcec2;
  background-color: #fff;
  border-color: #5bcec2;
}
.card_pricing button.btn-outline-primary:hover {
  color: #fff;
  background-color: #1732a4;
  border-color: #1732a4;
}
.card-deck.card_pricing .card {
  padding: 20px;
  padding-bottom: 50px;
  text-align: left;
  border-radius: 0;
}
.card_pricing ul li i {
  background: #d1d6ed;
  border-radius: 50%;
  padding: 4px 5px;
  color: #1732a4;
  font-size: 10px;
  margin-right: 10px;
}
.card-deck.card_pricing li {
  margin: 15px 0;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-deck.card_pricing li span {
  font-size: 12px;
  font-weight: lighter;
}
.card-deck.card_pricing li div {
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  transform: translateX(-50%);
}
.pkg_style .card {
  transform: scale(1.1);
  background-color: #617bd738 !important;
  transition: 0.4s;
}
.pkg_transition .card {
  transition: 0.4s;
}
.pricing_table ul li button {
  background-color: #fff;
  border: 1px solid #1732a4 !important;
  border-radius: 0 !important;
}
#month-tab {
  border-right: 0 !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
#year-tab {
  border-left: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.pricing_table ul li button.active {
  border-radius: 0 !important;
  background-color: #1732a4 !important;
  color: white !important;
}
.year_percent_style {
  background: #1732a4;
  width: 80px;
  text-align: center;
  margin-left: 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
.thankyou_page {
  height: 60vh;
}
.cf_button a.add_to_watchlist_style11:hover {
  border: none !important;
}
.stay_up_to_date {
  margin-top: 109px;
}
.sutd_head h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
}
.sutd_head h3 span {
  color: #33c79a;
  font-weight: 700;
}
.sutd_head p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
}
.sutd_single {
  box-sizing: border-box;
  border: 1px solid rgb(121 123 135 / 0.15);
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgb(121 123 135 / 0.15);
  height: 450px;
  transition: 0.4s;
}
.sutd_single:hover {
  background: #fff;
  box-shadow: 0 30px 90px rgb(54 65 183 / 0.08);
  border-radius: 20px;
}
.sutd_single h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #1732a4;
  margin-bottom: 11px;
}
.sutd_single p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #858688;
}
.sutd_single_img {
  margin-top: 25px;
  margin-bottom: 15px;
  height: 197px;
}
.catk_single {
  display: flex;
  gap: 15px;
}
.catk_content h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #212529;
}
.catk_content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #858688;
}
.catk_buttons {
  margin-top: 40px;
}
.catk_buttons span {
  border-radius: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  box-sizing: border-box;
  padding: 18px 24px;
  color: #1732a4;
  border: 1px solid rgb(121 123 135 / 0.15);
  background: #fff;
  transition: 0.4s;
  box-shadow: 0 20px 50px rgb(23 50 164 / 0.1);
}
.ywwsr_head h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}
.ywwsr_head h3 span {
  color: #33c79a;
  font-weight: 700;
}
.ywwsr_head p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #858688;
}
.ywwsr_head p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
}
.ywwsr_list li {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  color: #858688;
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}
ul.ywwsr_list {
  list-style: none;
  padding-left: 0;
}
ul.ywwsr_list li img {
  margin-top: 8px;
}
.ywwsr_area {
  margin-top: 100px;
}
.ywwsr_button .btn {
  width: 246px;
  height: 58px;
  background: #1732a4;
  box-shadow: 0 20px 50px rgb(23 50 164 / 0.1);
  border-radius: 10px;
  margin-top: 40px;
  display: block;
  line-height: 45px;
  transition: 0.4s;
  border-color: #1732a4;
}
.ywwsr_button .btn:hover {
  background-color: #fff0;
  border: 1px solid #1732a4;
  color: #1732a4;
}
.wcco_area h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 137.5%;
  color: #212529;
}
.wcco_area h4.btc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 137.5%;
  color: #33c79a;
}
.wcco_area p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #858688;
}
.why_need h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
}
.why_need h3 span {
  color: #33c79a;
  font-weight: 700;
}
.process_featur-right h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}
.process_featur-right h4 span {
  color: #33c79a;
  font-weight: 700;
}
.process_featur-right p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
}
.process_featur-right .ywwsr_list li {
  margin-bottom: 15px;
}
.process_featur-left h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}
.process_featur-left h4 span {
  color: #33c79a;
  font-weight: 700;
}
.process_featur-left p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
}
.dcts_button a.btn {
  padding: 18px 24px;
  background: #1732a4;
  box-shadow: 0 20px 50px rgb(23 50 164 / 0.1);
  border-radius: 10px;
}
.catk_area {
  margin-top: 100px;
}
.dtcs_area {
  margin-top: 100px;
}
.uvci_area {
  margin-top: 100px;
}
.etmbk_area {
  margin-top: 100px;
}
.dcts_button {
  margin-top: 40px;
  transition: 0.4s;
}
.dcts_button a:hover {
  border: 1px solid #1732a4;
  background: #fff0;
  color: #1732a4;
}
.dtcs_area ul.ywwsr_list {
  margin-top: 40px;
}
.sutd_content {
  margin-top: 70px;
}
.sutd_single {
  position: relative;
  text-align: center;
}
.primium_tag {
  position: absolute;
  width: 112px;
  height: 21px;
  left: 50%;
  top: 0;
  background: #c55a11;
  border-radius: 0 0 6px 6px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  transform: translateX(-50%);
}
.mining_lottie {
  position: relative;
  overflow: hidden;
}
.etmbk_area lottie-player {
  width: 150%;
  position: absolute;
  left: -90px;
}
footer.footer_area {
  background-color: #212529;
}
.tbos_area {
  margin-top: 100px;
}
.tbos_head {
  margin-bottom: 50px;
}
.tbos_head h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 42px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
}
.tbos_head h3 span {
  color: #33c79a;
  font-weight: 700;
}
.upcc_header h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 42px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
  margin-bottom: 80px;
}
.upcc_header h3 span {
  color: #33c79a;
  font-weight: 700;
}
.tbos_head p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #858688;
}
.tbos_single {
  border: 1px solid rgb(121 123 135 / 0.25);
  padding: 15px;
  border-radius: 15px;
}
.tbos_single p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #858688;
  margin-bottom: 20px;
}
.btos_user {
  display: flex;
  gap: 10px;
  align-items: self-start;
}
.btos_user_content h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #2b363c;
  margin-bottom: 0;
}
.btos_user_content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #858688;
}
.faq_landing_content .card-header {
  background: #fff;
  border-bottom: 0;
  border-radius: 10px;
}
.faq_landing_content .card-header a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #2b363c;
}
.faq_landing_content .card-body {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  color: #858688;
  border-radius: 10px;
}
.faq_landing_content .card-header a:hover {
  text-decoration: none;
}
.faq_header_landing h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 42px;
  line-height: 137.5%;
  color: #212529;
}
.faq_header_landing h3 span {
  color: #33c79a;
  font-weight: 700;
}
.faq_landig_area {
  margin-top: 100px;
}
.faq_header_landing {
  margin-bottom: 32px;
}
.jtcc_area {
  margin-top: 100px;
  margin-bottom: 100px;
}
.utpocc_area {
  margin-top: 100px;
}
.jtcc_header h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 42px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
}
.jtcc_header {
  margin-bottom: 40px;
}
.jtcc_header h3 span {
  color: #33c79a;
  font-weight: 700;
}
.jtcc_header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
  text-align: center;
}
.jtcc_single h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  margin-top: 10px;
}
.jtcc_single p {
  width: 281.33px;
  height: 46px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #e9e8e8;
  margin-top: 16px;
}
.jtcc_single a:hover {
  text-decoration: none;
}
.mobile-curve {
  background: #fff;
  box-shadow: 0 -4px 28px rgb(0 0 0 / 0.1);
  z-index: 9;
}
.mobile-menu li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #c5c5c5;
}
.mb_line {
  background: #1732a4;
  border-radius: 20px;
  width: 138px;
  height: 5px;
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
}
.mobile-menu li a img {
  padding-bottom: 5px;
}
.mobile-menu li .menu_deactive {
  display: block;
}
.mobile-menu li .menu_active {
  display: none;
}
.advanceMobileMenu.advanceMobileMenuActive .menu_active {
  display: block;
}
.advanceMobileMenu.advanceMobileMenuActive .menu_deactive {
  display: none;
}
.menu_image_div {
  display: flex;
  justify-content: center;
}
.blog_head h2 {
  font-size: 28px;
  font-weight: 600;
  color: #284389;
  margin-bottom: 12px;
}
.blog_head p {
  font-size: 14px;
  color: #1f1f1f;
}
.blog_page {
  padding: 30px 25px;
  margin-bottom: 50px;
}
.blog_head {
  text-align: center;
  margin-bottom: 50px;
}
img.img-fluid.wcco_img {
  height: 400px;
}
.process_feature-left img {
  height: 520px;
}
.process_feature-left.new_imgae_pfl img {
  box-shadow: 0 0 14px 2px #a0a7c136;
  border-radius: 15px;
  padding: 20px;
  background: #fff;
}
.uvci_img img {
  height: 500px;
}
.why_need_items .item {
  height: 405px;
}
.blog_body {
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 0 5px -1px #0000002e;
}
.add_new {
  background-color: #1732a4;
  border: 1px solid #1732a4;
  color: #fff;
  transition: 0.4s;
}
.add_new:hover {
  background-color: #fff0;
  color: #1732a4;
}
img.blog_preview {
  border-radius: 5px;
  box-shadow: 0 0 3px #8080807a;
}
.blog_date {
  font-size: 12px;
  color: #6e6e6e;
}
h3.blog_title {
  font-size: 16px;
  font-weight: 700;
  color: #1732a4;
}
.author {
  font-size: 12px;
  color: #000;
}
.blog_image {
  background: #000;
  text-align: center;
}
.blog_image img {
  margin: 0 auto;
}
.blogs_area .card {
  box-shadow: 0 0 7px 0 #80808040;
  border: none;
  border-radius: 5px;
}
a.blog_link:hover {
  text-decoration: none;
}
.blog_tags {
  margin-top: 25px;
}
.blog_tags a {
  text-decoration: none;
  color: #7a7a85;
  font-size: 10px;
  font-weight: 700;
  background: #eff3f8;
  border-radius: 12px;
  padding: 4px 10px;
  margin-right: 10px;
}
.author_date {
  font-size: 12px;
  margin-bottom: 40px;
}
.blog_image {
  background: #000;
  text-align: center;
  height: auto;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.blog_image img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.positive {
  font-size: 12px;
  font-weight: lighter;
  border: 1px solid #02a859;
  padding: 2px 10px;
  border-radius: 10px;
  color: #02a859;
  margin-left: 10px;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #e9f5ec;
}
.negative {
  font-size: 12px;
  font-weight: lighter;
  border: 1px solid red;
  padding: 2px 10px;
  border-radius: 10px;
  color: red;
  margin-left: 10px;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: rgb(255 0 0 / 0.15);
}
.bullish {
  font-size: 12px;
  font-weight: lighter;
  border: 1px solid #02a859;
  padding: 2px 10px;
  border-radius: 10px;
  color: #02a859;
  margin-left: 10px;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.neutral {
  font-size: 12px;
  font-weight: lighter;
  border: 1px solid gray;
  padding: 2px 10px;
  border-radius: 10px;
  color: gray;
  margin-left: 10px;
  background: rgb(128 128 128 / 15%);
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.badge_color {
  background-color: #1732a4;
  color: #fff;
}
.btn_color {
  background-color: #1732a4;
  border-color: #1732a4;
  color: #fff;
}
.btn_color:hover {
  background-color: #fff0;
  color: #1732a4;
}
.tooltip_style {
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: #fff0;
}
button.tooltip_style.get_alert_by_btn {
  width: auto;
  height: auto;
  background: #fff0;
}
button.tooltip_style.get_alert_by_btn:hover {
  border: 0;
}
span.active_parent_dot {
  position: absolute;
  margin-left: 22px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
}
span.active_color {
  background: #58dd29;
  height: 15px;
  width: 15px;
  display: inherit;
  border-radius: 50%;
  margin-right: 10px;
}
span.inactive_color {
  background: red;
  height: 15px;
  width: 15px;
  display: inherit;
  border-radius: 50%;
  margin-right: 10px;
}
.ywwsr_button.watch_port_event .btn {
  margin-top: 20px;
  width: auto;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 5px;
  height: 50px;
}
.watchlist_create_btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.watchlist_popup {
  padding: 30px 25px;
}
.watchlist_create_btn button.btn {
  margin-top: 0;
}
.btn_skip {
  border: 1px solid #1732a4;
  color: #1732a4;
  flex-basis: 150px;
}
#watchlist_search-box {
  position: absolute;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px 2px #b9b9b959;
  margin-top: -55px;
  background: #fff;
  top: 175px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: #fafbff;
  border-radius: 10px;
  border: 1px solid #d1daff !important;
  background: #fafbff;
  box-shadow: 4px 4px 20px 0 rgb(0 0 0 / 0.1);
}
.search-box {
  background: #fafbff;
  border-radius: 10px;
  border: 1px solid #d1daff !important;
  background: #fafbff;
  box-shadow: 4px 4px 20px 0 rgb(0 0 0 / 0.1);
}
.search-box li {
  background: #fff0;
}
ul#searchCoins_cw li {
  background: #fff0;
  border-top: 1px solid #ecf0ff !important;
}
ul#searchCoins_cw .fa-fire {
  color: #fe6535;
}
.search-box .fa-fire {
  color: #fe6535;
}
ul#searchCoins_cw li a {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search-box li a {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#watchlist_search-box .text-muted {
  color: #222 !important;
}
ul#searchCoinsId li a .text-muted {
  color: #222 !important;
}
input#searchvalue_watch {
  outline: none;
  border: none;
  width: 83%;
  background: #fff;
  color: #b8b8b8;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #ecedee !important;
  height: 38px;
  margin-left: 18px;
}
input#searchvalue_watch {
  outline: none;
  border: none;
}
input#searchvalue_watch:focus {
  border-color: transparent !important;
  box-shadow: none;
}
a.btn.btn_search_wc {
  background: #1732a414;
  border-radius: 50px;
  padding: 0 7px;
  color: #1732a4;
}
div.coin_array_max {
  text-align: center;
  background: #ff00001c;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cal_badge {
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 12px;
  color: #1732a4;
  padding-right: 1px;
  position: relative;
  margin-right: 10px;
}
.cal_badge i {
  background: #718096;
  padding: 2px 5px;
  border-radius: 50px;
  color: #fff;
  padding-top: 3px;
  cursor: pointer;
  margin-top: 0;
  position: absolute;
  top: -3px;
  right: -8px;
}
div.coin_array_list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.search-box .form-control {
  padding-right: 2.375rem;
  width: 82%;
  margin-left: 10px;
  border-radius: 5px;
}
.spacific_coin_list {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  background: #1732a40a;
  padding: 20px 15px;
  border-radius: 15px;
}
.owl_single_watchlist_c {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  background: #1732a40a;
  padding: 20px 15px;
  border-radius: 15px;
}
.scl_single .coin_img {
  width: 50px !important;
  margin: 0 auto;
}
.scl_single h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}
.scl_single p {
  font-size: 14px;
  font-weight: lighter;
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.scl_single a.btn {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d2d7ed;
  background: #fff;
}
.scl_single_btn {
  height: 40px;
}
.watchlist_create_btn .btn {
  box-shadow: 0 20px 50px rgb(23 50 164 / 0.1);
  border-radius: 10px;
  margin-top: 40px;
  display: block;
  line-height: 45px;
  transition: 0.4s;
  font-size: 16px;
  display: flex;
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
}
.watchlist_popup label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: gray;
}
.btn_wc_create:hover {
  background: transparent !important;
  color: #1732a4 !important;
  border-color: #1732a4;
}
button.btn.btn_skip:hover {
  background: #1732a4;
  color: #fff;
}
button.add-watchlist {
  padding: 0;
  margin: 0;
  border: none;
  background: #fff0;
  color: #fff;
}
.watchlist_popup h4 {
  margin-bottom: 30px;
}
.chart_single ul {
  justify-content: center;
  margin-bottom: 15px;
}
.chart_single ul li button {
  border: none;
  background-color: #edf2f7;
  color: #718096 !important;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  border-radius: 10px !important;
  width: 155px;
  height: 35.3px;
}
.chart_single .nav-pills .nav-link#pills-home-tab {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.chart_single .nav-pills .nav-link#pills-profile-tab {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.chart_single .nav-pills .nav-link#pills-analysis-tab {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.chart_single .nav-pills .nav-link#pills-social-tab {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.chart_single .nav-pills .nav-link#pills-home-tab-desktop {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.chart_single .nav-pills .nav-link#pills-profile-tab-desktop {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.chart_single .nav-pills .nav-link#pills-analysis-tab-desktop {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.chart_single .nav-pills .nav-link#pills-social-tab-desktop {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.chart_single .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #1833a4;
}
.new_wordcloud_info {
  margin-top: 17px;
}
.new_wordcloud_info .ct_left {
  padding: 15px 15px;
  border-radius: 16px;
  background-color: #fff;
}
.sentiment_badge {
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 14px;
}
.coindive_btn {
  background: #1732a4;
  box-shadow: 0 20px 50px rgb(23 50 164 / 0.1);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
  transition: 0.4s;
  font-size: 16px;
}
.coindive_btn:hover {
  background: #fff0;
  color: #1732a3;
}
a.readmore {
  color: #1833a4;
  text-decoration: none;
  font-weight: 700;
}
.display_desk_des {
  display: block;
}
.display_desk_sm {
  display: none;
}
.tooltip .tooltip-inner {
  text-align: left;
}
.name-link:hover {
  color: #1732a4;
}
.social_login a:hover {
  background: rgb(23 50 164 / 10%);
}
.container_watchlist_new .nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.container_watchlist_new .nav-item.show .nav-link,
.container_watchlist_new .nav-link.active {
  background: #fff0;
  border: 0;
  color: #1732a4;
  text-align: center;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-radius: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #212529;
}
.container_watchlist_new .nav-link {
  margin-bottom: -1px;
  border: 1px solid #fff0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #718096;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.container_watchlist_new .add_new_watchlist a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #858688;
}
.container_watchlist_new .nav-link:focus,
.container_watchlist_new .nav-link:hover {
  text-decoration: none;
  border-color: #fff0;
}
.container_watchlist_new {
  border-radius: 43px;
  padding: 7px 12px;
  display: inline-flex;
  flex-direction: row;
  border-bottom: 0;
}
.dubble_column_muk_chart ul {
  background: #fff0;
}
.mywatchlist_area_content .mywatchlist_ac_details {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2.76726px 2.21381px 0 rgb(178 183 219 / 0.01),
    0 6.6501px 5.32008px 0 rgb(178 183 219 / 0.02),
    0 12.52155px 10.01724px 0 rgb(178 183 219 / 0.03),
    0 22.33631px 17.86905px 0 rgb(178 183 219 / 0.03),
    0 41.77761px 33.42209px 0 rgb(178 183 219 / 0.04),
    0 100px 80px 0 rgb(178 183 219 / 0.05);
}
.mywatchlist_area_content .mywatchlist_ac_details p {
  color: #9a9aaf;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 13px 20px;
  margin-top: 20px;
}
.Overwhelmingly_section .progress {
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.5rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  fill: #9a9aaf;
  filter: drop-shadow(
      0 2.767256498336792px 2.2138051986694336px rgb(38 5 239 / 0.08)
    )
    drop-shadow(0 6.650102138519287px 5.32008171081543px rgb(5 71 239 / 0.11))
    drop-shadow(
      0 12.521552085876465px 10.017241477966309px rgb(5 56 239 / 0.14)
    );
}
.Overwhelmingly_section .over_sec_item {
  border-radius: 8px;
  background: var(--white-theme-gray-0, #fff);
  box-shadow: 0 2.76726px 2.21381px 0 rgb(178 183 219 / 0.01),
    0 6.6501px 5.32008px 0 rgb(178 183 219 / 0.02),
    0 12.52155px 10.01724px 0 rgb(178 183 219 / 0.03),
    0 22.33631px 17.86905px 0 rgb(178 183 219 / 0.03),
    0 41.77761px 33.42209px 0 rgb(178 183 219 / 0.04),
    0 100px 80px 0 rgb(178 183 219 / 0.05);
  padding: 17px 15px;
  width: 100%;
}
.dubble_column_muk_chart {
  display: flex;
  gap: 20px;
}
.dc_muk_box {
  width: 100%;
  border-radius: 8px;
  background: var(--white-theme-gray-0, #fff);
  box-shadow: 0 2.76726px 2.21381px 0 rgb(188 186 228 / 0.02),
    0 6.6501px 5.32008px 0 rgb(188 186 228 / 0.03),
    0 12.52155px 10.01724px 0 rgb(188 186 228 / 0.04),
    0 22.33631px 17.86905px 0 rgb(188 186 228 / 0.04),
    0 41.77761px 33.42209px 0 rgb(188 186 228 / 0.05),
    0 100px 80px 0 rgb(188 186 228 / 0.07);
  padding: 25px;
  margin-top: 20px;
}
.dc_muk_box h3 {
  color: var(--white-theme-gray-8, #2e2e3a);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 13px;
}
.dc_muk_box h4 {
  color: #9a9aaf;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.dc_chart_box {
  width: 100%;
  border-radius: 8px;
  background: var(--white-theme-gray-0, #fff);
  box-shadow: 0 2.76726px 2.21381px 0 rgb(188 186 228 / 0.02),
    0 6.6501px 5.32008px 0 rgb(188 186 228 / 0.03),
    0 12.52155px 10.01724px 0 rgb(188 186 228 / 0.04),
    0 22.33631px 17.86905px 0 rgb(188 186 228 / 0.04),
    0 41.77761px 33.42209px 0 rgb(188 186 228 / 0.05),
    0 100px 80px 0 rgb(188 186 228 / 0.07);
  padding: 25px;
  margin-top: 20px;
  height: 420px;
}
.over_sec_item_list {
  display: flex;
  row-gap: 10px;
  gap: 20px;
}
.Overwhelmingly_section .over_sec_item span {
  color: #9a9aaf;
  background: #f5f5f7;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
}
.Overwhelmingly_section .over_sec_item span.success {
  color: #24ca49;
  background: #eafaed;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
}
.Overwhelmingly_section .over_sec_item span.error {
  color: #fb3b02;
  background: #f5e7eb;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
}
.Overwhelmingly_section .over_sec_item span.warning {
  color: gray;
  background: #80808038;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
}
.Overwhelmingly_section .over_sec_item h3 {
  color: var(--white-theme-gray-8, #2e2e3a);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 1px;
}
.Overwhelmingly_section .over_sec_item h4 {
  color: #9a9aaf;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 14px;
}
.progress_bar_text {
  justify-content: space-between;
  display: flex;
  margin-top: 14px;
  margin-bottom: 10px;
  color: var(--white-theme-gray-8, #2e2e3a);
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.avp_success {
  color: #24ca49;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.avp_error {
  color: #9a9aaf;
  line-height: 150%;
}
.progress_bar_text.avp_style {
  justify-content: space-between;
  display: flex;
  margin-top: 14px;
  margin-bottom: 10px;
  color: var(--white-theme-gray-8, #2e2e3a);
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  float: right;
}
.avarage_performance {
  display: flex;
  align-items: center;
}
.dc_muk_progress_bar_text .coin {
  color: #2e2e3a;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.dc_muk_progress_bar_text .value {
  color: #9a9aaf;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.dc_muk_progress_bar_text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dc_muk_progerss_bar .progress {
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.watchlist_event {
  border-radius: 8px;
  background: #fff;
  padding: 16px 28px;
}
.watchlist_event h3 {
  color: #2e2e3a;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  padding-top: 20px;
}
.watchlist_event h4 {
  color: #9a9aaf;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.watchlist_event .alert_measurevalu {
  padding: 10px 16px;
  border-radius: 8px;
  background: red;
  line-height: 10px;
  color: #155724;
  font-family: Open Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
.dc_muk_progerss_bar {
  margin-bottom: 18px;
}
.dc_muk_progerss_bar .progress-bar {
  border-radius: 5px;
  background: #1732a4;
}
.over_sec_item_list .progress-bar {
  border-radius: 100px;
  background: #24ca49;
  box-shadow: 0 2.76726px 2.21381px 0 rgb(38 5 239 / 0.08),
    0 6.6501px 5.32008px 0 rgb(5 71 239 / 0.11),
    0 12.52155px 10.01724px 0 rgb(5 56 239 / 0.14);
}
.overflow-x-scroll {
  overflow-x: auto;
  white-space: nowrap;
}
.container_watchlist_new {
  width: 800px;
}
.overflow-x-scroll::-webkit-scrollbar {
  height: 6px;
}
.overflow-x-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 0.2);
  border-radius: 6px;
}
.overflow-x-scroll::-webkit-scrollbar-track {
  background-color: #fff0;
}
.dc_muk_list {
  height: 275px;
  overflow-y: auto;
  padding-right: 10px;
}
.watchlist_righ_bar {
  margin-top: -60px;
}
.mywatchlist_area .nav {
  flex-wrap: inherit;
  padding-bottom: 35px;
}
.desing_mobile {
  margin-top: 20px;
}
.desing_mobile .nav-tabs .nav-item .nav-link {
  color: #d2d2d2;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.desing_mobile .nav-tabs .nav-item.show .nav-link,
.desing_mobile .nav-tabs .nav-link.active {
  color: #1934a5;
  background-color: #fff0;
  border-color: #fff0;
  border-bottom-color: #1934a5;
}
.desing_mobile #myTabs {
  justify-content: space-evenly;
  text-align: center;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-content: center;
}
.watchlist_mobile_design #myTabs {
  display: grid;
  grid-template-columns: 50% 50%;
}
.desing_mobile a#tab2-tab {
  justify-content: center;
}
.desing_mobile {
  display: none;
}
.pricing_header h1 {
  color: #1732a4;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pricing_header h2 {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pricing_header p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
span.position-absolute.year_percent_style {
  border-radius: 100px;
  background: #1732a4;
  box-shadow: 4px 4px 0 0 rgb(23 50 164 / 0.15);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-top: -6px;
}
div#pricing_year .card {
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
}
div#pricing_month .card {
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
}
.card.mb-4.box-shadow.pricing_trader {
  border-radius: 20px;
  border: 1px solid rgb(23 50 164 / 0.5);
  background: #fff;
  box-shadow: 7px 37px 95px 0 rgb(0 0 0 / 0.2);
}
span.Pricing_betch {
  display: flex;
  position: absolute;
  top: -22px;
  right: 0;
  border-radius: 100px;
  border: 1px solid #ecedee;
  background: #fff;
  margin-right: 20px;
  width: 155px;
  height: 44px;
  flex-shrink: 0;
  line-height: 44px;
  text-align: center;
  justify-content: center;
  color: #1732a4;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
button.btn.btn_free {
  display: flex;
  width: 216px;
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #222;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.4s;
}
button.btn.btn_free:hover {
  box-shadow: -7px -7px 5px 0 rgb(91 206 194 / 0.2),
    7px 7px 5px 0 rgb(23 50 164 / 0.2);
}
.card.mb-4.box-shadow.position-relative.pricing_free h4 {
  color: #222;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card.mb-4.box-shadow.position-relative.pricing_free h2 {
  color: #222;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
span.recommended_betch {
  position: absolute;
  top: -22px;
  right: 0;
  margin-right: 20px;
  border-radius: 100px;
  background: #1732a4;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 155px;
  height: 44px;
  flex-shrink: 0;
  justify-content: center;
  line-height: 44px;
  text-align: center;
}
.pricing_trader h4 {
  color: #1732a4;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}
.pricing_pro h4 {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}
.card.mb-4.box-shadow.position-relative.pricing_trader h2 {
  color: #9d9d9d;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card.mb-4.box-shadow.position-relative.pricing_trader h2 span {
  color: #1732a4;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
button.btn.trading_btn {
  display: flex;
  width: 216px;
  padding: 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #1732a4;
  transition: 0.4s;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
button.btn.trading_btn:hover {
  box-shadow: -7px -7px 5px 0 rgb(91 206 194 / 0.2),
    7px 7px 5px 0 rgb(23 50 164 / 0.2);
}
.card.mb-4.box-shadow.pricing_pro .Pricing_betch {
  width: 209px;
  height: 44px;
  flex-shrink: 0;
}
.card.mb-4.box-shadow.pricing_pro .Pricing_betch {
  width: 209px;
  height: 44px;
  flex-shrink: 0;
}
.card.mb-4.box-shadow.pricing_pro h4 {
  color: #222;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card.mb-4.box-shadow.pricing_pro h2 span {
  color: #222;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card.mb-4.box-shadow.pricing_pro h2 {
  color: #9d9d9d;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.switch_area.justify-content-center {
  margin-bottom: 80px;
}
.row.pricing_faq {
  margin-top: 100px;
}
.faq_head.pricing_faq_head {
  margin-bottom: 80px;
}
.faq_head.pricing_faq_head h2 {
  color: #282828;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.faq_head.pricing_faq_head p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq_item h4 {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-bottom: 15px;
}
.faq_item p {
  color: #8d8d8d;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.new_watchlist_card.nwc_coin_alert.watchlist_event {
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 0;
}
#pills-home-tab_price {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#pills-social-tab_analysis {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.active_parent_dot {
  display: flex;
  align-items: center;
}
.top_channel {
  background: #fff;
}
.alert_plateform_single_new {
  display: flex;
  align-items: center;
  gap: 30px;
}
.alert_measurevalue {
  background: #fdfcff;
  border-radius: 7px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #5b944d;
  width: 103px;
  display: flex;
  height: 26px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #fdfcff;
}
button#pills-home-tab_price_new {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
button#pills-social-tab_analysis_new {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.container_watchlist_new li {
  position: relative;
  transition: 0.3s;
}
.delete_watchlist {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  margin-right: -4px;
}
.delete_watchlist i {
  background: #728198;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 4px;
  color: #fff;
  padding-bottom: 1px;
  cursor: pointer;
}
div#pricing_month {
  display: -ms-flexbox;
  display: grid;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -30px;
  margin-left: -20px;
  grid-template-columns: 33% 33% 33%;
  align-items: start;
}
div#pricing_year {
  display: grid;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -30px;
  margin-left: -20px;
  grid-template-columns: 33% 33% 33%;
  align-items: start;
}
.logo_login.text-center {
  margin-bottom: 15px;
}
.pop_up_login a {
  font-weight: 400;
  font-size: 16px;
  color: #1732a4;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
}
.pop_up_login .social_login a {
  font-weight: 400;
  font-size: 16px;
  color: #1732a4;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid #ecedee !important;
}
div#exampleModalCenter2 .form-group.password-icon i {
  position: absolute;
  right: 15px;
  line-height: 79px;
  cursor: pointer;
}
.watchlist_popup input {
  background: #f6f6f6;
  border: 1px solid #ecedee;
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.watchlist_popup select {
  background: #f6f6f6;
  border: 1px solid #ecedee;
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.watchlist_popup label {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.intro_video_area .embed-responsive.embed-responsive-16by9 {
  box-shadow: -15px -15px 5px 0 rgb(91 206 194 / 0.2),
    15px 15px 5px 0 rgb(23 50 164 / 0.2);
}
.w3m-overlay {
  z-index: 999999999 !important;
}
.modal-content {
  border-radius: 20px;
}
.explorer_form_btn a.btn {
  transition: 0.1s;
  padding: 12px 40px;
  border-radius: 20px;
}
h3.dc_h3 {
  color: #1732a4;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 40px;
}
.text-center.lineImageTwitter {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 425px) {
  .active_parent_dot {
    display: flex;
    align-items: center;
    margin-left: 0;
    left: 0;
    justify-content: center;
  }
  span.position-absolute.year_percent_style {
    border-radius: 100px;
    background: #1732a4;
    box-shadow: 4px 4px 0 0 rgb(23 50 164 / 0.15);
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    width: 66px;
    height: 30px;
    line-height: 30px;
    margin-top: -4px;
  }
  .pricing_header h2 {
    font-size: 30px;
  }
}
div#exampleModalCenter .modal-dialog.modal-dialog-centered {
  max-width: 700px;
}
.pop_up_login {
  padding: 30px 57px 24px;
  margin-top: 20px;
}
.water_glass_bg .tgl_nav_style {
  color: #1732a4 !important;
  border-radius: 3px;
  background: rgb(23 50 164 / 0.1);
  padding: 7px 7px !important;
}
.explor_table_content {
  text-align: center;
}
.search_box_text_style {
  color: #57a8ff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search_box_text_style .search_box_abb {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tending_test {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.mobile-menu li svg {
  margin-bottom: 5px;
}
ul.pagination li {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 2px !important;
  border-radius: 2px;
  border: 1px solid #1732a4 !important;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1732a4;
  border-color: #1732a4;
  border-left: 1px solid #1732a4;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #262626;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-left: 1px solid #1732a4;
}
.rotate-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
button.btn.btn-link.toggle-button.d-block.d-md-none {
  float: right;
}
button.close.watchlist_close {
  right: 15px;
  position: absolute;
  top: 12px;
}
.desing_mobile .nav-link.active .active {
  display: block;
  justify-content: center;
}
.desing_mobile .nav-link.active {
  justify-content: center;
}
.desing_mobile .nav-link.active .not_active {
  display: none;
}
.desing_mobile .nav-link {
  align-items: center;
  flex-direction: row;
  display: flex;
  gap: 5px;
}
.desing_mobile .nav-link .not_active {
  display: block;
}
.desing_mobile .nav-link .active {
  display: none;
}
.desing_mobile .nav-tabs .nav-item.show .nav-link,
.desing_mobile .nav-tabs .nav-link.active {
  color: #1934a5;
  background-color: #fff0;
  border-color: #fff0;
  border-bottom-color: #1934a5;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0);
}
.community_header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.community_header h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #212529;
  text-align: left;
}
.community_header h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #858688;
  text-align: left;
}
.explorer_excited h2 {
  color: #282828;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.explorer_excited .ec_subtitle {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.aps_mobile {
  display: grid;
  gap: 20px;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.ass_first {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.bootstrap-tagsinput input {
  height: 38px;
}
.custom-checkbox {
  width: 0.7rem;
  height: 0.7rem;
}
.alert_plateform_single_new button {
  border-radius: 50px;
  width: 150px;
}
.alert_plateform_single_new button:hover {
  box-shadow: 4px 4px 0 0 rgb(23 50 164 / 0.15);
}
.row.pricing_faq .card {
  background: #fff0;
}
ul.pagination li a {
  border-left: 1px solid #1732a4;
}
ul.pagination li a:hover {
  border-left: 1px solid #1732a4;
}
.tp_head-top a {
  text-decoration: underline;
  color: #212529;
  font-size: 14px;
}
.tp_post_content {
  padding: 15px 20px;
  background-color: #f7f9fe;
  border-radius: 16px;
  margin-top: 15px;
  height: 284px;
  overflow-y: scroll;
}
.ctw_head-righ a {
  text-decoration: none;
  background: #fafafa;
  font-size: 12px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212529;
  font-size: 12px;
  margin-left: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  isolation: isolate;
  width: 96px;
  height: 31px;
  background: #f1f1f1;
  border-radius: 7px;
}
.twitter_trand_single_top .ttst_item {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  gap: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 3px;
  isolation: isolate;
  margin: 0 auto;
  background: #f1f1f1;
  border-radius: 7px;
}
.twitter_trand_single_top .ttst_item span {
  font-weight: 400;
}
.tp_posts button {
  position: absolute;
  right: 16px;
  top: 22px;
}
.tooltip_custom {
  position: absolute;
  right: 0;
  width: 250px;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px 2px #00000029;
  padding: 5px 8px;
  display: none;
  transition: 0.4s;
}
button.tooltip_style:hover .tooltip_custom {
  display: block;
}
button.tooltip_style:focus .tooltip_custom {
  display: block;
}
.activity_chart_1 {
  position: absolute;
  top: 0;
  opacity: 1;
  width: 100%;
}
.pricing_chart_1 {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 320px !important;
}
.activity_chart_11 {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
}
.pricing_chart_11 {
  position: absolute;
  top: 0;
  opacity: 1;
  width: 100%;
}
.chart_single .tab-content {
  position: relative;
}
#phone_number_style {
  display: none;
}
.ncd_follower {
  margin-top: 36px;
}
.ncd_follower .title {
  color: #222;
  font-size: 14px;
}
.ncd_follower .days_style {
  color: #858688;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 3px;
  font-size: 10px;
  font-weight: 600;
  margin-left: 6px;
}
.ncd_follower .ncd_details {
  color: #243477;
  font-size: 18px;
  font-weight: 600;
}
.ncd_follower .ncd_details span {
  color: #718096;
  font-size: 14px;
}
.cm_single {
  margin-bottom: 15px;
}
.cm_single_title {
  font-size: 14px;
  font-weight: 700;
  color: #1732a4;
  margin-bottom: 8px;
  background-color: #e5e7f2;
  font-family: "Montserrat", sans-serif;
  padding: 4px 6px;
  border-radius: 6px;
}
.community_matrix {
  padding: 20px;
  border-radius: 20px;
  background-color: #fafbff;
  margin-top: 24px;
}
.cm_single p {
  font-size: 14px;
  font-weight: 400;
}
.community_score .dropdown-menu.show {
  display: block;
  box-sizing: border-box;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
  box-shadow: 0 4px 34px rgb(0 0 0 / 0.15);
  border-radius: 0 0 5px 5px;
  padding: 10px;
  margin-left: -36px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.community_score .dropdown-item:focus,
.community_score .dropdown-item:hover {
  color: #222;
  text-decoration: none;
  background-color: #f4f4f4;
  font-weight: 600;
  border-radius: 5px;
}
.community_score .dropdown-item {
  color: #555;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.community_matrix_bottom {
  margin-top: 30px;
  text-align: center;
}
.community_matrix_bottom p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  color: #718096;
  margin-bottom: 0;
}
.community_matrix_bottom a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #1732a4;
}
.community_score .new_cs_head h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 135%;
  align-items: center;
  letter-spacing: 0.2px;
  color: #222;
}
.new_cs_details {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.new_cs_head_filter {
  width: 106px;
}
.community_score .dropdown-item {
  padding-left: 10px;
}
.community_score .dropdown-item img {
  margin-right: 6px;
}
.cpaha_header h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #212529;
}
.cpaha_header h3 span {
  position: relative;
  color: #33c79a;
  font-family: "Montserrat";
}
.cpaha_header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #71717a;
}
.cpaha_offer_area_percent {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  color: #000;
}
.cpaha_offer_area {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cpaha_offer_area_store {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  gap: 20px;
  width: 403px;
  height: 60px;
  margin-top: 20px;
}
.bottom_mobile_app_screens {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}
.coindive_price_alert_home_area {
  margin-top: 100px;
}
.app_screen_notification {
  position: absolute;
  height: 950px;
  left: -60px;
}
.row.cpaha_bg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100%;
}
h2.hero_heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
}
.sutd_head h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 137.5%;
}
.sutd_head h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
}
.ywwsr_head h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
}
.why_need h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
}
.upcc_header h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 50px;
  line-height: 137.5%;
  font-weight: 700;
}
.process_featur-right h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 137.5%;
  color: #212529;
}
.process_featur-left h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 137.5%;
  color: #212529;
}
.process_featur-left h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 137.5%;
  color: #212529;
}
.process_featur-right h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 137.5%;
  color: #212529;
}
.faq_header_landing h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 50px;
  line-height: 137.5%;
  color: #212529;
  font-weight: 700;
}
.jtcc_header h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 50px;
  line-height: 137.5%;
  text-align: center;
  color: #212529;
  font-weight: 700;
}
.cc_main_container {
  padding: 32px;
  box-shadow: 3px 4px 25px 1px rgb(23 50 163 / 10%);
  margin-top: 100px;
  border-radius: 10px;
  background: #fff;
}
.cc_main_container .col-md-7 {
  display: flex;
  align-items: center;
}
.cc_left_content h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #000;
}
.cc_left_content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #7b7b7b;
}
.cc_coingego_tweet {
  height: 300px;
  overflow-y: scroll;
}
.cc_coingego_tweet::-webkit-scrollbar {
  width: 4px;
}
.cc_coingego_tweet::-webkit-scrollbar-track {
  background: rgb(23 50 164 / 0.1);
}
.cc_coingego_tweet::-webkit-scrollbar-thumb {
  background: #1732a4;
}
li.nav-item .delete_watchlist {
  display: none;
}
.container_watchlist_new li.nav-item:hover .delete_watchlist {
  display: block;
}
li.nav-item.active_new .delete_watchlist {
  display: block;
}
.overwhelmingl_3rd_box .avg_coin {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 6px;
  gap: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 68px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.overwhelmingl_3rd_box .avg_bitcoin {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 6px;
  gap: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 68px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.overwhelmingl_3rd_box.d-flex {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
}
.market_stats h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
button.market_tooltip_style {
  border: 0;
  padding: 0;
  background: #fff0;
  margin-right: 5px;
}
button.market_tooltip_style img {
  height: 16px;
}
.mc_one p {
  margin-bottom: 7px;
  font-size: 12px;
  color: #718096;
}
.trending_ads img {
  width: 100%;
  margin-bottom: 20px;
}
.watchlist_header_new h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #212529;
  margin-bottom: 0;
  margin-top: 15px;
}
.watchlist_header_new span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #858688;
}
.watchlist_header_new {
  margin-bottom: 30px;
}
.container_watchlist_new .watchlist_item_list {
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.container_watchlist_new li.active_new {
  background-repeat: no-repeat;
  background-size: 110% 110%;
  background-position: left;
}
.container_watchlist_new li:hover {
  box-shadow: 0 0 4px 0 #80808069;
}
.dropdown.watchlist_option_btn button::after {
  display: none;
}
.dropdown.watchlist_option_btn button {
  padding-left: 0;
}
.wob_hover_need_toggle {
  display: none;
}
.watchlist_item_list:hover .wob_hover_need_toggle {
  display: block;
}
.container_watchlist_new .dropdown-menu.show {
  border-radius: 10px;
  border-color: #f1f1f1;
}
.container_watchlist_new {
  padding-left: 0;
}
.container_watchlist_new .dropdown-item:focus,
.container_watchlist_new .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6980df;
}
.container_watchlist_new .dropdown-item.active,
.container_watchlist_new .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6c87e1;
}
.container_watchlist_new .dropdown-menu.show {
  padding-left: 10px;
  padding-right: 10px;
}
.container_watchlist_new .dropdown-item {
  border-radius: 10px;
  border: 1px solid #6980df;
}
.watchlist_new_discription {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}
.watchlist_new_discription h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #858688;
  margin-bottom: 18px;
}
.wnd_b_item {
  border-radius: 7px;
  justify-content: baseline;
  background-color: #e1efdf;
  display: flex;
  padding: 6px 10px;
  gap: 3px;
  align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.watchlist_description_content {
  margin-top: 18px;
}
.watchlist_description_content p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #212529;
}
.watchlist_new_average_sentiment_activity {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.watchlist_new_average_sentiment_activity > div {
  width: 100%;
  background: #fff;
  padding: 30px 0;
  text-align: center;
  border-radius: 15px;
}
.watchlist_new_average_sentiment_activity p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #858688;
  margin-bottom: 18px;
}
.watchlist_new_average_sentiment_activity span {
  padding: 6px 14px;
  border-radius: 7px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.watchlist_new_average_sentiment_activity span img {
  margin-right: 4px;
  margin-top: -2px;
}
.sba_chart_categoriea {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 2%;
}
.spa_category_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #212529;
}
.spa_category_values {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.sba_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #e6e6e6;
}
.sba_category:last-child {
  border-bottom: 0;
}
span.spa_category_value_performence {
  border-radius: 7px;
  padding: 6px 9px;
  min-width: 50px;
  text-align: center;
}
.sba_header h3 {
  height: 16px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #858688;
  margin-bottom: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.sector_main_area {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 15px;
}
.sba_chart_area {
  margin-top: 17px;
  padding-right: 15px;
}
.watchlist_table .table td,
.watchlist_table .table th {
  border-top: 0 solid #dee2e6;
  background: #fff;
}
table.table.table-hover.watchlist_table thead tr td {
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #858688;
  text-align: left;
}
table.table.table-hover.watchlist_table tbody tr td {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #212529;
  text-align: left;
  z-index: 1;
  background-color: #fff;
}
.v_m_container .volume {
  position: relative;
  text-align: left;
  padding-left: 7px;
}
.v_m_container .volume::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #52c2e7;
  border-radius: 50%;
  left: 0;
  position: absolute;
  margin-top: 4px;
}
.v_m_container .marketcap {
  position: relative;
  text-align: left;
  padding-left: 7px;
}
.v_m_container .marketcap::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e14fdc;
  border-radius: 50%;
  left: 0;
  position: absolute;
  margin-top: 4px;
}
.v_m_container_v .volume {
  position: relative;
  text-align: left;
  padding-left: 7px;
}
.v_m_container_v .volume::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #52c2e7;
  border-radius: 50%;
  left: 0;
  position: absolute;
  margin-top: 7px;
}
.v_m_container_v .marketcap {
  position: relative;
  text-align: left;
  padding-left: 7px;
}
.v_m_container_v .marketcap::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e14fdc;
  border-radius: 50%;
  left: 0;
  position: absolute;
  margin-top: 7px;
}
td.text-nowrap.align-middle.v_m_container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.partners_list_img img {
  border-radius: 50%;
}
.partners_list_images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 150px;
}
.partners_list {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 6px;
}
.partners_list_img {
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
  position: relative;
}
.partners_list_img:hover {
  z-index: 999;
}
.partners_total_followers {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #858688;
}
.partner_tooltip {
  width: 300px;
  word-break: break-word;
  position: absolute;
  display: none;
  word-wrap: break-word;
  background: #fff;
  border-radius: 7px;
  padding: 10px;
  margin-top: 4px;
  box-shadow: 0 0 10px 2px #80808024;
  text-wrap: balance;
  right: 0 !important;
}
.partners_list_img:hover .partner_tooltip {
  display: block;
}
span.text-nowrap.watchlist_detsils_main {
  display: flex;
  align-items: center;
  gap: 10px;
}
span.watchlist_detsils {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
span.wd_number {
  background-color: #e4e4e4;
  border-radius: 5px;
  padding: 4px 3px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #212529;
}
span.text-nowrap.watchlist_detsils_main .name {
  margin-right: 4px;
}
span.text-nowrap.watchlist_detsils_main .name {
  margin-right: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #212529;
}
span.watchlist_detsils .star {
  font-size: 13px;
}
table.table.table-hover.watchlist_table tbody tr td {
  z-index: 1;
}
.watchlist_filter_btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #212529;
  padding: 3px;
  margin-left: 4px;
}
.watchlist_table .dropdown-menu.show .dropdown-item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #212529;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.watchlist_table .dropdown-menu.show {
  z-index: 5;
  border-radius: 7px;
  padding: 2px;
  width: 70px;
  min-width: 70px;
}
.watchlist_table_dropdown {
  display: flex;
  align-items: center;
}
.price_dev_value_24h,
.price_dev_value_7d,
.price_dev_value_30d {
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  padding: 4px 2px;
  border-radius: 7px;
}
.follower_dev_value_24h,
.follower_dev_value_7d,
.follower_dev_value_30d {
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  padding: 4px 2px;
  border-radius: 7px;
}
.positive_style {
  color: #5b944d;
  background-color: #e1efdf;
}
.negative_style {
  color: #a04848;
  background-color: #f1e3e3;
}
.zero_style {
  color: gray;
  background-color: #e9e9e9;
}
.watchlist_event_filter {
  display: flex;
  font-size: 12px;
  align-items: center;
  background-color: #f1f1f1;
  padding: 5px 20px;
  border-radius: 7px;
}
.watchlist_event_filter_container {
  display: flex;
  align-items: center;
}
.watchlist_event_filter .dropdown-menu.show {
  right: 0 !important;
}
.watchlist_ac_description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #858688;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.watchlist_event_setting_btn {
  background: #f1f1f1;
  padding: 6px;
  border-radius: 7px;
  margin-left: 10px;
}
.alert_type_list {
  position: absolute;
  background: #fff;
  border-radius: 7px;
  right: 0;
  top: 0;
}
.watchlist_event_filter {
  position: relative;
  cursor: pointer;
}
.alert_type_list {
  position: absolute;
  background: #fff;
  border-radius: 7px;
  right: 0;
  top: 0;
  margin-top: 30px;
  border: 1px solid #6d8ae259;
  padding: 10px;
  width: 230px;
}
.sba_categories {
  overflow-y: auto;
}
.social_activity_percent {
  font-weight: 400;
  font-size: 11px;
}
.sba_category_time {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  text-align: right;
  color: #858688;
}
.nwc_scroll_able::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.nwc_scroll_able {
  scrollbar-width: none;
}
span.spa_category_value_percent {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #858688;
}
.water_glass_bg.fixed_top_nav {
  width: 100%;
}
.dashboard_table .v_m_container_v .volume::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #52c2e7;
  border-radius: 50%;
  left: 0;
  position: absolute;
  margin-top: 6px;
}
.dashboard_table .v_m_container_v .marketcap::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e14fdc;
  border-radius: 50%;
  left: 0;
  position: absolute;
  margin-top: 6px;
}
.social_new_class {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: left;
  gap: 50px;
}
.footer_mobile {
  display: none;
}
.social_new_class {
  border-bottom: 1px solid #6c89e1;
  padding-bottom: 20px;
  overflow: hidden;
}
iframe.tweet-iframe {
  width: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  height: 10px;
}
.wna_activity img {
  width: 20px;
}
button.btn.profileName.dropdown-toggle.btn-sm img {
  margin-right: 12px;
}
.dashboard_nav_style button.btn.profileName.dropdown-toggle.btn-sm span {
  margin-right: 10px;
}
.profileName.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: -8px;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%206L8%2010L12%206%22%20stroke%3D%22%23A6A6A6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff0;
  margin: 0;
}
#watchlist_list_popup .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  width: 250px;
  text-align: left;
}
#watchlist_list_popup
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
#watchlist_list_popup
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px;
  right: 1px;
  width: 20px;
}
div#watchlist_list_popup .btn.coindive_btn {
  color: #fff;
  height: 40px;
  line-height: 28px;
}
div#watchlist_list_popup .btn.coindive_btn:hover {
  color: #1633ab;
  border-color: #1633ab;
}
div#watchlist_list_popup span.select2-search.select2-search--dropdown {
  display: none;
}
.sectors_section_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #858688;
  margin-top: 27px;
  margin-bottom: 8px;
}
.sectors_section_tags {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.sectors_section_tags div {
  padding: 6px 4px;
  box-sizing: border-box;
  background: #f1f1f1;
  border-radius: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #212529;
}
.sector_section_partners_title {
  margin-top: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-size: 12px;
  line-height: 120%;
  color: #212529;
  margin-bottom: 3px;
}
.sectors_sections .partner_tooltip {
  left: 0 !important;
}
.sectors_sections .partners_list_images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 15px;
}
.watchlist_2_left h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #000;
}
.watchlist_2_left h4 span {
  font-weight: 700;
  font-size: 30px;
}
.container_watchlist_new .dropdown-item {
  border-radius: 10px;
  border: 1px solid #6980df;
  padding: 5px 10px;
  font-size: 12px;
}
.process_featur-lottie lottie-player {
  width: 115%;
}
.jtcc_single {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 16px;
  gap: 10px;
  width: 313.33px;
  height: 187px;
  background: #212529;
  box-shadow: 10px 14px 0 rgb(0 0 0 / 0.05),
    -10px -16px 14px rgb(51 199 154 / 0.3);
}
.cf_button a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 179px;
  height: 44px;
  background: #f1f1f1;
  border-radius: 7px;
}
.cf_button a:hover {
  border: 1px solid #f1f1f1;
}
.sectors_sections .partners_list_images {
  max-width: 500px;
}
.nft_promo_section {
  display: grid;
  align-items: center;
  grid-template-columns: 71% 29%;
  background: #000;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}
.nps_content h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 10px;
}
.nps_content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.nft_promo_section {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.nps_svg {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.nps_svg img {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  transition: top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
}
.badge_section,
.badge_section2,
.badge_section3,
.badge_section4 {
  padding: 0 0 0 12px;
  background: #212529;
  border: 2px solid #f4eb07;
  box-shadow: inset 0 4px 24px rgb(255 3 154 / 0.55);
  border-radius: 30px;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.badge_section img,
.badge_section2 img,
.badge_section3 img,
.badge_section4 img {
  margin-left: 2px;
  width: 34px;
  border-radius: 50%;
}
.dashboard_market_sentiment {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.dashboard_market_sentiment h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #858688;
}
.dashboard_market_sentiment-box {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  gap: 10px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  margin-top: 16px;
  margin-bottom: 16px;
  height: 86px;
}



.dmsb-left_title h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #212529;
  margin-bottom: 12px;
}
.dmsb-left_title .dlt_h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #212529;

}.dmsb-left_title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.dmsb-left_title span {
  padding: 5px 6px;
  background: #a04848;
  border-radius: 7px;
  color: #fff;
  height: 30px;
  gap: 8px;
}
.dmsb-left_data {
  display: flex;
  gap: 8px;
}
.dmsb-left_days {
  padding: 3px;
  background: #f1f1f1;
  border-radius: 3px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  color: #858688;
}
.dmsb-left_percent {
  align-items: center;
  gap: 3px;
  padding-left: 0;
  display: flex;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  background: #f1e3e3;
  border-radius: 7px;
}
span.dmsb-left_percent_btc {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  gap: 5px;
  height: 27px;
  background: #f1f1f1;
  border-radius: 7px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #212529;
}
.dmsb_bitcoin_analysis {
  display: flex;
  gap: 10px;
}
.tsa_head h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tsa_head h3 span {
  padding: 3px;
  width: 38px;
  height: 18px;
  background: #e4e4e4;
  border-radius: 3px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #212529;
  margin-left: 10px;
}
.tsa_slider_item_title h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212529;
}
.tsa_head p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #858688;
}
.tsa_slider {
  display: flex;
  align-items: center;
  gap: 20px;
}
.trending_sectors_area {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
}
.tsa_slider_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}
.tsiv_score {
  display: flex;
  align-items: center;
}
.tsiv_percent {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tsa_slider_item_values {
  display: flex;
  gap: 10px;
}
.tsiv_percent {
  display: flex;
  align-items: center;
  gap: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  border-radius: 7px;
  flex: none;
  flex-grow: 0;
  font-size: 12px;
}
.dmsb_content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #212529;
  flex: none;
}
.trending_sectors_area.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 14px;
  padding-bottom: 0;
}
.dash_nts_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dni_left_item a img {
  width: 24px !important;
}
.dash_nts_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  margin-bottom: 12px;
}
.dni_left_item a {
  display: flex;
  gap: 8px;
  align-items: center;
}
span.coin_name_style {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212529;
  flex: none;
}
.ctw_head h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #212529;
  flex: none;
}
.tp_head-top h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #212529;
  flex: none;
}
.ctw_head-righ {
  display: flex;
  align-items: center;
}
.trending_sectors_area.owl-carousel .owl-item img {
  width: 23px;
}
.custom_alert_area select {
  font-size: 14px !important;
  border: 2px solid #eaeaea !important;
}.custom_alert_style {
  background: #1833a4;
}.table-responsive.dashboard_table {
  overflow-x: unset;
}.row.watchlist_table .table-responsive{
  overflow-x: unset;
}