/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/public/assets/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("//fonts.googleapis.com/css?family=Overpass:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");
body {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #18214D;
  background: #FFFFFF;
  font-weight: 400;
  margin-top: 0% !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.mtb15 {
  margin: 15px 0;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.ptb70 {
  padding: 70px 0;
}

.pb70 {
  padding-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb40 {
  padding-bottom: 40px;
}

::-webkit-scrollbar {
  background: transparent;
  width: 3px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.07);
  border: solid rgba(88, 88, 88, 0.12) 2px;
  border-radius: 5px;
}

.dropdown-toggle::after {
  vertical-align: 1px;
}

thead tr th {
  padding: 8px 15px !important;
}

thead th {
  color: #758696 !important;
  font-size: 13px;
  font-weight: 600;
  border: 0 !important;
}

tbody tr {
  color: #4a4a4a;
}

tbody tr:hover {
  background: #f6f8f9;
}

.input-group-text,
.form-control {
  border-radius: 5px;
}

.table tbody + tbody {
  border: none;
}

.heading {
  background: #f5f9fc;
  font-size: 14px;
  font-weight: 400;
  padding: 13px;
  margin: 0;
  color: #4a4a4a;
}

.green {
  color: #26de81 !important;
}

.red {
  color: #ff231f !important;
}

.table td,
.table th {
  border-top: 1px solid #f0f3fa;
}

.light-bb,
.input-group-text {
  border: 1px solid #e0e3eb;
}

.dark-bb {
  border-bottom: 1px solid #2a2e39;
}

#darkDepthChart,
#lightDepthChart {
  width: 100%;
  height: 349px;
}

.sm-gutters {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.sm-gutters > .col,
.sm-gutters > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(24, 33, 77, 0.3490196078);
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(24, 33, 77, 0.3490196078);
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(24, 33, 77, 0.3490196078);
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(24, 33, 77, 0.3490196078);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.slick-slide > div {
  margin: 0 8px;
}

.slick-list {
  margin: 0 -8px;
}

.page-content {
  margin: 40px 0 100px;
}

.page-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.page-content p {
  font-size: 16px;
}

.news-details {
  padding: 100px 0;
}

.news-details h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.news-details p {
  font-size: 16px;
}

.input-group-text,
.form-control {
  border-radius: 5px;
}

.date-cell {
  max-width: 150px; /* adjust to your taste */
  overflow-x: auto;
  white-space: nowrap;
}

.btn-1,
.btn-2 {
  display: inline-block;
  background: transparent;
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 5px;
  padding: 9px 25px;
  margin-left: 15px;
}

.btn-1:hover,
.btn-2:hover {
  background: #0069d9;
  color: #fff;
  text-decoration: none;
}

.btn-2 {
  background: #007bff;
  color: #fff;
}

.bt-none {
  border-top: none !important;
}

@keyframes pulse {
  0% {
    opacity: 1;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }
  95% {
    opacity: 0.1;
    left: -10.5px;
    top: -10.5px;
    width: 28px;
    height: 28px;
  }
  100% {
    opacity: 0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
header nav a {
  color: #18214d !important;
}

header nav a:hover {
  color: #007bff;
}

header .navbar-brand {
  padding: 0;
}

header .navbar-brand img {
  height: 45px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

header nav .nav-item.active a {
  color: #007bff;
}

header .nav-link.btn {
  padding: 5px 0;
}

.circle-pulse {
  background: #0089ff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 8px;
}

.circle-pulse:after {
  background-color: #0089ff;
  content: "";
  display: table;
  border-radius: 50%;
  position: absolute;
  animation-name: pulse;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

.header-custom-icon .nav-link {
  line-height: 0;
  margin-top: 6px;
}

.header-custom-icon button {
  padding: 0 15px;
  margin-top: 5px;
}

.header-img-icon button {
  padding: 0 0 0 15px;
}

.header-custom-icon button:after,
.header-img-icon button:after {
  display: none;
}

.header-custom-icon button:focus,
.header-img-icon button:focus {
  box-shadow: none;
}

.dropdown-item {
  color: #18214d;
  font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: #f8f9fa;
  color: #16181b;
}

.header-img-icon .nav-link.dropdown-toggle {
  padding-right: 0;
}

.header-custom-icon a:after,
.header-img-icon a:after {
  display: none;
}

.header-custom-icon .dropdown-menu,
.header-img-icon .dropdown-menu {
  padding: 0;
  margin-top: 8px;
}

.dropdown-menu {
  max-width: 280px;
  position: absolute;
  right: 0;
  left: auto;
  border-radius: 5px;
  margin-top: 12px !important;
  border: 1px solid #f2f4f9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

.dropdown-menu::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -8px;
  right: 5%;
  transform: rotate(45deg);
  border-top: 1px solid #f2f4f9;
  border-left: 1px solid #f2f4f9;
  z-index: -1;
}

.dropdown-menu p {
  color: #18214d;
  font-weight: 600;
}

.dropdown-menu a:hover {
  text-decoration: none;
}

.dropdown-menu a.text-muted:hover {
  color: #007bff !important;
}

.header-img-icon button img {
  width: 30px;
}

.header-custom-icon i {
  font-size: 20px;
  color: #758696;
}

.dropdown-header {
  padding: 12px 20px;
  font-size: 13px;
  border-bottom: 1px solid #f2f4f9;
}

.dropdown-body {
  padding: 5px;
  max-height: 290px;
  position: relative;
  overflow-y: auto;
}

.dropdown-body .dropdown-item {
  display: flex;
  align-items: center;
  padding: 9px 16px;
}

.dropdown-body .dropdown-item .content {
  margin-left: 15px;
  width: 200px;
  white-space: normal;
}

.dropdown-item .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}

.dropdown-body .dropdown-item .content p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-body .dropdown-item .content p.sub-text {
  font-size: 12px;
}

.dropdown-footer {
  padding: 10px 20px;
  border-top: 1px solid #f2f4f9;
  font-size: 14px;
}

.dropdown-item:nth-child(1) .icon {
  background: rgba(114, 124, 245, 0.1);
}

.dropdown-item:nth-child(1) .icon i {
  color: #727cf5;
}

.dropdown-item:nth-child(2) .icon {
  background: rgba(255, 51, 102, 0.1);
}

.dropdown-item:nth-child(2) .icon i {
  color: #ff5680;
}

.dropdown-item:nth-child(3) .icon {
  background: rgba(102, 209, 209, 0.1);
}

.dropdown-item:nth-child(3) .icon i {
  color: #66d1d1;
}

.dropdown-item:nth-child(4) .icon {
  background: rgba(251, 188, 6, 0.1);
}

.dropdown-item:nth-child(4) .icon i {
  color: #fbbc06;
}

.dropdown-item:nth-child(5) .icon {
  background: rgba(16, 183, 89, 0.1);
}

.dropdown-item:nth-child(5) .icon i {
  color: #10b759;
}

.header-img-icon .dropdown-header {
  padding: 0px 20px;
}

.header-img-icon .profile-nav .nav-item .nav-link {
  font-size: 14px;
  padding: 5px 20px;
}

.header-img-icon .profile-nav {
  padding-bottom: 11px;
}

.header-img-icon .profile-nav .nav-item .nav-link:hover {
  color: #18214d;
  background-color: #f8f9fa;
}

.header-img-icon .profile-nav .nav-item .nav-link.red {
  color: #f74745;
}

.header-img-icon .profile-nav .nav-item .nav-link.red:hover {
  color: #f74745 !important;
}

.header-img-icon .dropdown-body {
  padding: 10px 0 0;
}

.header-img-icon .dropdown-header .name {
  font-size: 16px;
}

.header-img-icon .dropdown-header {
  padding: 20px 20px 0;
}

.header-img-icon .profile-nav .nav-item .nav-link i {
  margin-right: 15px;
}

.selected {
  background-color: rgba(106, 110, 114, 0.5882352941) !important;
}

.market-pairs {
  border: 1px solid #e0e3eb;
  padding-top: 14px;
  border-radius: 2px;
  height: 560px;
  overflow: auto;
}

.market-pairs .input-group {
  padding: 0 14px;
}

.market-pairs .input-group input {
  padding: 6px 20px;
}

.market-pairs span {
  background: transparent;
  color: black;
}

.market-pairs input {
  border-color: #e0e3eb;
  border-left: 0;
  font-weight: 300;
}

.market-pairs input:focus {
  box-shadow: none;
  border-color: #e0e3eb;
}

.market-pairs .nav {
  margin-top: 14px;
  background: #f5f9fc;
  border-bottom: transparent;
}

.market-pairs .nav-link {
  color: #4a4a4a;
  padding: 10px 13px;
}

.market-pairs .nav-link:hover {
  border-color: transparent;
}

.market-pairs .nav-link.active {
  color: #007bff;
  background: transparent;
  border-color: transparent;
}

.table {
  margin-bottom: 0;
}

.table td {
  font-size: 13px !important;
  padding: 10px 18px !important;
}

.market-pairs .date-row {
  margin-top: 2%;
  justify-content: center;
}

.market-pairs .date-row .timefrequency {
  margin-right: 5%;
}

.market-pairs .date-row .hourlytimefrequency {
  margin-left: 10%;
}

.market-pairs .date-row .dayfrequency {
  margin-right: 8%;
  margin-left: 0.5%;
}

.market-pairs tbody tr td i {
  color: rgba(117, 134, 150, 0.5882352941);
}

.star-active tbody tr td i {
  color: #007bff;
}

.market-pairs .sectorFix {
  table-layout: auto !important;
}

.market-pairs tbody tr td:nth-child(4) {
  overflow-x: auto;
}

.market-pairs thead tr th,
.market-pairs tbody tr td {
  font-weight: 400;
}

.market-pairs tbody {
  overflow-y: auto;
  overflow-x: auto;
}

.no-fluid .market-pairs tbody {
  height: 550px;
}

.market-pairs table {
  width: 100%;
  table-layout: auto;
  font-size: 13px !important;
  padding: 10px 18px !important;
}

.market-pairs .favIcon {
  width: 10px;
  white-space: nowrap;
}

.market-pairs .nonrankingtable .favIcon {
  width: 5px;
  white-space: nowrap;
}

.market-pairs tr {
  display: table-row;
  overflow: hidden;
  text-align: center;
}

.market-pairs .strategy td, th {
  text-align: center;
}

.nonrankningtable .number span {
  color: "black";
}

.market-pairs .tableWrap {
  width: 100%;
}

.market-pairs .signalsTable {
  width: max-content;
  border-collapse: collapse;
  table-layout: auto;
}

.market-pairs .signalsTable th, .signalsTable td {
  white-space: nowrap;
  padding: 6px 10px;
}

/* highlights */
.market-pairs .rowReversal {
  font-weight: 700;
  outline: 2px solid rgba(0, 0, 0, 0.15);
}

.market-pairs .rowContinuation {
  font-weight: 600;
}

.market-pairs .rowConflict {
  opacity: 0.7;
}

/* optional: make the signal text pills */
.market-pairs .signalsTable td:nth-last-child(3),
.market-pairs .signalsTable td:nth-last-child(2) {
  font-size: 12px;
}

.market-pairs .rowBullHot {
  background: rgba(0, 180, 90, 0.18);
}

.market-pairs .rowBearHot {
  background: rgba(220, 50, 50, 0.18);
}

.market-pairs .rowBull {
  background: rgba(0, 180, 90, 0.08);
}

.market-pairs .rowBear {
  background: rgba(220, 50, 50, 0.08);
}

.market-pairs .rowConflict {
  background: rgba(255, 200, 0, 0.08);
}

.market-pairs .rowConfirmedStrong {
  background: rgba(80, 140, 255, 0.18);
}

.market-pairs .rowConfirmed {
  background: rgba(80, 140, 255, 0.1);
}

.market-pairs .rowTriggerWatch {
  background: rgba(255, 180, 0, 0.08);
}

.market-pairs .rowSetupWatch {
  background: rgba(120, 120, 120, 0.05);
}

.market-pairs .badge.clusterGood {
  background: rgba(0, 180, 90, 0.18);
  color: #0a8f4d;
}

.market-pairs .badge.clusterWarn {
  background: rgba(255, 170, 0, 0.18);
  color: #b36b00;
}

.market-pairs .badge.bosGood {
  background: rgba(0, 180, 90, 0.18);
  color: #0a8f4d;
}

.market-pairs .badge.bosWarn {
  background: rgba(255, 170, 0, 0.18);
  color: #b36b00;
}

.market-pairs .rowTriggerWatchStrong {
  background: rgba(255, 196, 0, 0.14);
}

.market-pairs .badge.htfBull {
  background: rgba(80, 140, 255, 0.18);
  color: #2a5bd7;
}

.market-pairs .badge.htfBear {
  background: rgba(180, 80, 255, 0.18);
  color: #7c3aed;
}

.landing-hero h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-hero {
  margin: 100px 0;
}

.landing-hero p {
  font-size: 16px;
  margin: 15px 0 40px;
}

.landing-hero input {
  padding: 12px 20px;
}

.input-group input {
  padding: 12px 20px;
}

.input-group button {
  margin-left: -15px;
}

.landing-hero button {
  padding: 13px 20px;
}

.landing-info-one h2 {
  font-size: 30px;
  font-weight: 700;
}

.landing-info-one img {
  margin-top: 25%;
  margin-bottom: 50%;
}

.landing-info-one ul li i {
  color: #26de81;
  font-size: 22px;
  margin-right: 8px;
}

.landing-info-one ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 10px;
}

.landing-info-one p {
  margin: 15px 0 30px;
}

.foote-thing img {
  width: 50px !important;
  height: 30px !important;
}

.visible-mobile {
  display: none;
}

.landing-feature {
  text-align: center;
  border-top: 1px solid #e0e3eb;
  padding: 100px 0;
}

.landing-feature h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.landing-feature-item div {
  position: relative;
}

.landing-feature-item {
  border: 1px solid #f2f4f9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  padding: 40px 20px;
  border-radius: 5px;
  position: relative;
}

.landing-feature-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.landing-feature-item h3 {
  font-size: 20px;
}

.landing-number {
  background: #007bff;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

.landing-number h2,
.landing-number p {
  margin: 0;
}

.landing-number h2 {
  font-size: 60px;
  font-weight: 700;
}

.landing-number p {
  color: rgba(255, 255, 255, 0.6901960784);
  font-size: 16px;
}

.landing-feature-item p {
  margin-top: 15px;
}

.landing-feature.landing-start {
  border: none;
}

.landing-start .landing-feature-item span {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 120px;
  opacity: 0.07;
  line-height: 1;
  text-align: center;
}

.landing-sub {
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.landing-sub-content h2 {
  color: #fff;
  font-size: 36px;
}

.landing-sub:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2392156863);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.landing-sub-content a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 22px;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 30px;
}

.landing-sub-content a:hover {
  background: #0069d9;
  border: 1px solid #0069d9;
}

footer.landing-footer img {
  width: 100%;
  height: 100%;
}

footer.landing-footer ul li {
  display: inline-block;
}

footer.landing-footer ul li a {
  color: #18214d;
  margin-left: 25px;
}

footer.landing-footer {
  padding: 10px 0;
}

footer.landing-footer ul li a:hover {
  color: #007bff;
}

.landing-coin-price {
  padding: 100px 0 80px;
}

footer.landing-footer-two {
  background: #fafbfc;
  padding: 50px 0;
  border-top: 1px solid #e0e3eb;
}

footer.landing-footer-two img {
  width: 50px !important;
  height: 30px !important;
}

footer.landing-footer-two p {
  margin: 20px 0;
}

footer.landing-footer-two .social-icon li {
  display: inline-block;
}

footer.landing-footer-two .social-icon li a {
  color: #18214d;
  font-size: 25px;
  margin-right: 15px;
}

footer.landing-footer-two .social-icon li:last-child a {
  margin-right: 0;
}

footer.landing-footer-two h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

footer.landing-footer-two ul li a {
  color: #18214d;
  margin-top: 5px;
  display: block;
}

footer.landing-footer-two ul li a:hover {
  color: #007bff;
}

body {
  background-color: #f4f7f6;
  margin-top: 20px;
}

.card {
  background: #fff;
  transition: 0.5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: 0.55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.card .body {
  color: #444;
  padding: 20px;
  font-weight: 400;
}

.card .header {
  color: #444;
  padding: 20px;
  position: relative;
  box-shadow: none;
}

.single_post {
  transition: all 0.4s ease;
}

.single_post .body {
  padding: 30px;
}

.single_post .img-post {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px;
}

.single_post .img-post > img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
  max-width: 100%;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.single_post .img-post:hover img {
  transform: scale(1.02);
  opacity: 0.7;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.single_post .img-post:hover .social_share {
  display: block;
}

.single_post .footer {
  padding: 0 30px 30px 30px;
}

.single_post .footer .actions {
  display: inline-block;
}

.single_post .footer .stats {
  cursor: default;
  list-style: none;
  padding: 0;
  display: inline-block;
  float: right;
  margin: 0;
  line-height: 35px;
}

.comment-form button {
  width: 100%;
  margin-top: 2%;
}

.single_post .footer .stats li {
  border-left: solid 1px rgba(160, 160, 160, 0.3);
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 0 2em;
  padding: 0 0 0 2em;
  text-transform: uppercase;
  font-size: 13px;
}

.single_post .footer .stats li a {
  color: #777;
}

.single_post .footer .stats li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.single_post h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.single_post h3 a {
  color: #242424;
  text-decoration: none;
}

.single_post p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}

.single_post .blockquote p {
  margin-top: 0 !important;
}

.single_post .meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single_post .meta li {
  display: inline-block;
  margin-right: 15px;
}

.single_post .meta li a {
  font-style: italic;
  color: #959595;
  text-decoration: none;
  font-size: 12px;
}

.single_post .meta li a i {
  margin-right: 6px;
  font-size: 12px;
}

.single_post2 {
  overflow: hidden;
}

.single_post2 .content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative;
}

.single_post2 .content .actions_sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
}

.single_post2 .content .actions_sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #e4eaec;
}

.single_post2 .content .title {
  font-weight: 100;
}

.single_post2 .content .text {
  font-size: 15px;
}

.right-box .categories-clouds li {
  display: inline-block;
  margin-bottom: 5px;
}

.right-box .categories-clouds li a {
  display: block;
  border: 1px solid;
  padding: 6px 10px;
  border-radius: 3px;
}

.right-box .instagram-plugin {
  overflow: hidden;
}

.right-box .instagram-plugin li {
  float: left;
  overflow: hidden;
  border: 1px solid #fff;
}

.comment-reply li {
  margin-bottom: 15px;
}

.comment-reply li:last-child {
  margin-bottom: none;
}

.comment-reply li h5 {
  font-size: 18px;
}

.comment-reply li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777;
}

.comment-reply .list-inline li {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}

.comment-reply .list-inline li a {
  font-size: 13px;
}

@media (max-width: 640px) {
  .blog-page .left-box .single-comment-box > ul > li {
    padding: 25px 0;
  }
  .blog-page .left-box .single-comment-box ul li .icon-box {
    display: inline-block;
  }
  .blog-page .left-box .single-comment-box ul li .text-box {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .blog-page .single_post .footer .stats {
    float: none;
    margin-top: 10px;
  }
  .blog-page .single_post .body,
  .blog-page .single_post .footer {
    padding: 30px;
  }
}
body {
  background-color: #f4f7f6;
  margin-top: 20px;
}

.card {
  background: #fff;
  transition: 0.5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: 0.55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.card .body {
  color: #444;
  padding: 20px;
  font-weight: 400;
}

.card .header {
  color: #444;
  padding: 20px;
  position: relative;
  box-shadow: none;
}

.single_post {
  transition: all 0.4s ease;
}

.single_post .body {
  padding: 30px;
}

.single_post .img-post {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px;
}

.single_post .img-post > img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
  max-width: 100%;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.single_post .img-post:hover img {
  transform: scale(1.02);
  opacity: 0.7;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
}

.single_post .img-post:hover .social_share {
  display: block;
}

.single_post .footer {
  padding: 0 30px 30px 30px;
}

.single_post .footer .actions {
  display: inline-block;
}

.single_post .footer .stats {
  cursor: default;
  list-style: none;
  padding: 0;
  display: inline-block;
  float: right;
  margin: 0;
  line-height: 35px;
}

.single_post .footer .stats li {
  border-left: solid 1px rgba(160, 160, 160, 0.3);
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 0 2em;
  padding: 0 0 0 2em;
  text-transform: uppercase;
  font-size: 13px;
}

.single_post .footer .stats li a {
  color: #777;
}

.single_post .footer .stats li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.single_post h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.single_post h3 a {
  color: #242424;
  text-decoration: none;
}

.single_post p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}

.single_post .blockquote p {
  margin-top: 0 !important;
}

.single_post .meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single_post .meta li {
  display: inline-block;
  margin-right: 15px;
}

.single_post .meta li a {
  font-style: italic;
  color: #959595;
  text-decoration: none;
  font-size: 12px;
}

.single_post .meta li a i {
  margin-right: 6px;
  font-size: 12px;
}

.single_post2 {
  overflow: hidden;
}

.single_post2 .content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative;
}

.single_post2 .content .actions_sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
}

.single_post2 .content .actions_sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #e4eaec;
}

.single_post2 .content .title {
  font-weight: 100;
}

.single_post2 .content .text {
  font-size: 15px;
}

.right-box .categories-clouds li {
  display: inline-block;
  margin-bottom: 5px;
}

.right-box .categories-clouds li a {
  display: block;
  border: 1px solid;
  padding: 6px 10px;
  border-radius: 3px;
}

.right-box .instagram-plugin {
  overflow: hidden;
}

.right-box .instagram-plugin li {
  float: left;
  overflow: hidden;
  border: 1px solid #fff;
}

.comment-reply li {
  margin-bottom: 15px;
}

.comment-reply li:last-child {
  margin-bottom: none;
}

.comment-reply li h5 {
  font-size: 18px;
}

.comment-reply li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777;
}

.comment-reply .list-inline li {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}

.comment-reply .list-inline li a {
  font-size: 13px;
}

@media (max-width: 640px) {
  .blog-page .left-box .single-comment-box > ul > li {
    padding: 25px 0;
  }
  .blog-page .left-box .single-comment-box ul li .icon-box {
    display: inline-block;
  }
  .blog-page .left-box .single-comment-box ul li .text-box {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .blog-page .single_post .footer .stats {
    float: none;
    margin-top: 10px;
  }
  .blog-page .single_post .body,
  .blog-page .single_post .footer {
    padding: 30px;
  }
}
.order-book table,
.order-book tr,
.order-book td,
.order-book th {
  width: 100%;
  table-layout: fixed;
}

.order-book .option-row {
  justify-content: left;
}

.order-book .option-date {
  justify-content: center;
  margin-top: 2%;
  margin-left: -10%;
}

.order-book tr {
  display: table;
  overflow: hidden;
  text-align: center;
}

.order-book .table thead th {
  font-weight: 400;
  font-size: 12px;
}

.order-book thead tr {
  border-bottom: 1px solid #e0e3eb;
}

.order-book tbody tr,
.order-book tbody td {
  border: none;
}

.order-book {
  border: 1px solid #e0e3eb;
  border-radius: 2px;
}

.red-bg-100,
.red-bg-90,
.red-bg-80,
.red-bg-70,
.red-bg-60,
.red-bg-50,
.red-bg-40,
.red-bg-30,
.red-bg-20,
.red-bg-10,
.red-bg-8,
.red-bg-5,
.red-bg-4,
.red-bg-3,
.red-bg-2,
.red-bg-1,
.red-bg-05,
.red-bg,
.green-bg-100,
.green-bg-90,
.green-bg-80,
.green-bg-70,
.green-bg-60,
.green-bg-50,
.green-bg-40,
.green-bg-30,
.green-bg-20,
.green-bg-10,
.green-bg-8,
.green-bg-5,
.green-bg-4,
.green-bg-3,
.green-bg-2,
.green-bg-1,
.green-bg-05,
.green-bg {
  position: relative;
}

.order-book .red-bg-100:after,
.red-bg-90:after,
.red-bg-80:after,
.red-bg-70:after,
.red-bg-60:after,
.red-bg-50:after,
.red-bg-40:after,
.red-bg-30:after,
.red-bg-20:after,
.red-bg-10:after,
.red-bg-8:after,
.red-bg-5:after,
.red-bg-4:after,
.red-bg-3:after,
.red-bg-2:after,
.red-bg-1:after,
.red-bg-05:after,
.red-bg:after {
  position: absolute;
  content: "";
  background: rgba(222, 38, 38, 0.3882352941);
  right: 0;
  top: 0;
  width: 280px;
  height: 45px;
}

.order-book .red-bg-100:after {
  width: 280px;
}

.order-book .red-bg-90:after {
  width: 252px;
}

.order-book .red-bg-80:after {
  width: 224px;
}

.order-book .red-bg-70:after {
  width: 196px;
}

.order-book .red-bg-60:after {
  width: 168px;
}

.order-book .red-bg-50:after {
  width: 140px;
}

.order-book .red-bg-40:after {
  width: 112px;
}

.order-book .red-bg-30:after {
  width: 84px;
}

.order-book .red-bg-20:after {
  width: 56px;
}

.order-book .red-bg-10:after tr {
  width: 35px;
}

.order-book .red-bg-8:after {
  width: 25px;
}

.order-book .red-bg-5:after {
  width: 14px;
}

.order-book .red-bg-4:after {
  width: 11px;
}

.order-book .red-bg-3:after {
  width: 8px;
}

.order-book .red-bg-2:after {
  width: 5px;
}

.order-book .red-bg-1:after {
  width: 3px;
}

.order-book .red-bg-05:after {
  width: 1.5px;
}

.order-book .red-bg:after {
  width: 30px;
}

.green-bg-100:after,
.green-bg-90:after,
.green-bg-80:after,
.green-bg-70:after,
.green-bg-60:after,
.green-bg-50:after,
.green-bg-40:after,
.green-bg-30:after,
.green-bg-20:after,
.green-bg-10:after,
.green-bg-8:after,
.green-bg-5:after,
.green-bg-4:after,
.green-bg-3:after,
.green-bg-2:after,
.green-bg-1:after,
.green-bg-05:after,
.green-bg:after {
  position: absolute;
  content: "";
  background: rgba(38, 222, 129, 0.3882352941);
  right: 0;
  top: 0;
  width: 280px;
  height: 45px;
}

.green-bg-100:after {
  width: 280px;
}

.green-bg-90:after {
  width: 252px;
}

.green-bg-80:after {
  width: 224px;
}

.green-bg-70:after {
  width: 196px;
}

.green-bg-60:after {
  width: 168px;
}

.green-bg-50:after {
  width: 140px;
}

.green-bg-40:after {
  width: 112px;
}

.green-bg-30:after {
  width: 84px;
}

.green-bg-20:after {
  width: 56px;
}

.green-bg-10:after {
  width: 28px;
}

.green-bg-8:after {
  width: 25px;
}

.green-bg-5:after {
  width: 14px;
}

.green-bg-4:after {
  width: 11px;
}

.green-bg-3:after {
  width: 8px;
}

.green-bg-2:after {
  width: 5px;
}

.green-bg-1:after {
  width: 3px;
}

.green-bg-05:after {
  width: 1.5px;
}

.green-bg:after {
  width: 30px;
}

.ob-heading span {
  color: #4a4a4a;
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.ob-heading td {
  padding: 5px 12px;
  cursor: default;
}

.ob-heading tr {
  border-top: 1px solid #f0f3fa !important;
  border-bottom: 1px solid #f0f3fa !important;
}

.order-book .red-bg-10:after, .red-bg:after {
  position: absolute;
  content: "";
  background: rgba(222, 38, 38, 0.3882352941);
  right: 0;
  top: 0;
  width: 280px;
  height: 45px;
}

.order-book .red-bg-10:after {
  width: 28px;
}

.ob-heading tr:hover {
  background: #fff;
}

.order-book tbody {
  display: block;
  overflow-y: auto;
  height: 225px;
}

tbody.ob-heading {
  height: inherit;
}

.market-trade input {
  border: 1px solid #e0e3eb;
  font-weight: 300;
}

.market-trade input:focus {
  box-shadow: none;
  border-color: #e0e3eb;
}

.market-trade {
  border: 1px solid #e0e3eb;
  border-radius: 2px;
}

.market-trade .tab-content {
  height: 358px;
  overflow-y: auto;
  padding: 14px;
}

.market-trade .nav .nav-item .nav-link.active {
  background: #fff;
  color: #007bff;
}

.market-trade .nav .nav-item .nav-link {
  color: #4a4a4a;
  padding: 0;
}

.market-trade .input-group-text {
  background: #eff2f6;
  color: #4a4a4a;
  font-weight: 300;
}

.market-trade .input-group {
  margin-bottom: 14px;
}

.market-trade .nav-tabs .nav-link.active,
.market-trade .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #007bff;
}

.market-trade .nav-tabs .nav-link {
  color: #4a4a4a;
  padding-bottom: 0px;
  padding-top: 12px;
}

.market-trade .nav-tabs {
  border-bottom: 1px solid transparent;
}

.market-trade-list li a {
  background: #eff2f6;
  color: #4a4a4a;
  font-weight: 300;
  padding: 3px 15px;
  border-radius: 5px;
}

.market-trade-list li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}

.market-trade-list li:last-child {
  margin-right: 0;
}

.market-trade-buy .market-trade-list li a:hover {
  text-decoration: none;
  background: #26a69a;
  color: #fff;
}

.market-trade-sell .market-trade-list li a:hover {
  text-decoration: none;
  background: #ef5350;
  color: #fff;
}

.market-trade button.buy,
.market-trade button.sell {
  background: #26de81;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 30px;
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(38, 222, 129, 0.6784313725);
}

.market-trade button.sell {
  background: #ff231f;
  box-shadow: 0px 0px 15px 0px rgba(255, 35, 31, 0.6784313725);
}

.market-trade p {
  margin: 5px 0;
  font-size: 13px;
  color: #4a4a4a;
}

.market-trade p span {
  float: right;
}

.market-trade-list {
  margin-bottom: 23px;
}

.market-trade-item {
  width: 100%;
}

.market-trade-buy,
.market-trade-sell {
  width: 100%;
}

.market-trade-buy {
  padding: 0 15px 0 0;
}

.market-trade-sell {
  padding: 0 0 0 15px;
  border-left: 1px solid #e0e3eb;
}

.market-history .number-holder {
  text-align: center;
}

.market-history .number {
  color: #000;
  font-size: 25px;
}

.market-history .nav {
  background: #f5f9fc;
}

.market-history .nav-link {
  color: #4a4a4a;
  padding: 10px 13px;
}

.market-history .nav-link.active {
  color: #007bff;
  background: transparent;
}

.market-history thead tr th,
.market-history tbody tr td {
  font-weight: 400;
}

.market-history tbody {
  height: 315px;
  overflow-y: auto;
  display: block;
}

.market-history table,
.market-history tr,
.market-history td,
.market-history th {
  width: 100%;
  table-layout: fixed;
}

.market-history tr {
  float: left;
  clear: both;
  overflow: hidden;
}

.market-history {
  border: 1px solid #e0e3eb;
  border-radius: 2px;
}

.market-news {
  border: 1px solid #e0e3eb;
  border-radius: 2px;
}

.market-news li a {
  color: #4a4a4a;
  font-size: 11px;
  display: block;
  text-decoration: none;
}

.market-news li:hover {
  background: #f6f8f9;
}

.market-news li strong {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
  color: rgba(74, 74, 74, 0.7803921569);
}

.market-news li span {
  display: block;
  margin-top: 5px;
}

.market-news li {
  border-bottom: 1px solid #f0f3fa;
  padding: 10px 13px;
}

.market-news li:last-child {
  border: 0;
}

.market-news ul {
  height: 348px;
  overflow-y: auto;
}

.market-order .number-holder div {
  text-align: center;
}

.market-order .number span {
  color: #000;
  font-size: 25px;
}

.market-order th {
  width: 13%;
}

.no-data {
  position: absolute;
  right: 48%;
  top: 48%;
  text-align: center;
  color: #b9c2ca;
}

.no-data i {
  font-size: 100px;
  display: block;
  line-height: 0px;
  color: #dce1e5;
}

.market-order-item {
  color: #758696;
  padding: 8px 15px;
}

.market-order {
  border-top: 0;
  min-height: 392px;
  border: 1px solid #e0e3eb;
  border-radius: 2px;
}

.markets-chart > div {
  width: 110%;
  margin-left: -16px;
}

.markets-container {
  position: relative;
  overflow: hidden;
  height: 159px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin-bottom: 30px;
}

.markets-chart {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
}

.markets-content span.green,
.markets-content span.red {
  position: absolute;
  right: 0;
  background: #26a69a;
  color: #fff;
  top: 15px;
  padding: 3px 12px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-weight: 600;
}

.markets-content span.red {
  background: #ef5350;
}

.markets-content h2 {
  font-size: 14px;
  top: 14px;
  position: absolute;
  left: 15px;
  color: #4a4a4a;
}

.markets-content p {
  position: absolute;
  top: 32px;
  left: 15px;
  font-size: 16px;
}

.markets-pair-list th,
.markets-pair-list td {
  padding: 15px !important;
  width: 16%;
  font-size: 14px;
}

.markets-pair-list tbody tr td i {
  color: rgba(117, 134, 150, 0.5882352941);
}

.markets-pair-list .nav-link.active {
  color: #007bff;
  background: transparent;
}

.markets-pair-list .star-active tbody tr td i {
  color: #007bff;
}

.markets-pair-list .nav-link {
  color: #4a4a4a;
}

.markets-pair-list .nav {
  background: #f5f9fc;
  padding: 7px 0;
}

.markets-pair-list th {
  font-weight: 400;
}

.markets-pair-list td img {
  width: 18px;
  vertical-align: text-top;
  margin-right: 5px;
}

.markets-pair-list .load-more {
  border: 1px solid #e0e3eb;
  display: inline-block;
  padding: 11px 30px 8px;
  color: #4a4a4a;
  margin-top: 50px;
  transition: 0.3s;
}

.markets-pair-list .load-more i {
  margin-left: 10px;
}

.markets-pair-list .load-more:hover {
  background: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.markets-item {
  margin-bottom: 30px;
}

.markets-capital-item {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  padding: 40px 0 0 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f2f4f9;
  height: 311px;
  margin-bottom: 30px;
}

.markets-capital-chart {
  margin-left: -10px;
}

.markets-capital-item img {
  width: 25px;
  margin-top: -3px;
  margin-right: 2px;
}

.markets-capital-item h4 {
  margin-top: 16px;
  margin-bottom: 15px;
  font-size: 20px;
}

.markets-capital-item h2 {
  font-size: 26px;
}

.markets-capital-details h3 {
  font-size: 18px;
  margin-bottom: 40px;
}

.market-capital-ticker .markets-capital-item {
  height: 96.2%;
  margin-bottom: 5px;
}

.market-carousel {
  overflow: hidden;
}

.market-carousel-item {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #f2f4f9;
  margin: 15px 0;
}

.market-carousel-item-name {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 25px;
}

.market-carousel-item-name strong {
  font-size: 20px;
  font-weight: 400;
}

.market-carousel-item h2 {
  font-size: 26px;
}

.market-carousel-item p {
  font-size: 18px;
  margin-bottom: 30px;
}

.market-carousel-item .btn.buy,
.market-carousel-item .btn.sell {
  background: #26de81;
  color: #fff;
  padding: 8px 20px;
  box-shadow: 0px 0px 15px 0px rgba(38, 222, 129, 0.6784313725);
  font-size: 16px;
  width: 47%;
  margin-right: 6%;
  border: 1px solid transparent;
}

.market-carousel-item .btn.sell {
  background: #ff231f;
  box-shadow: 0px 0px 15px 0px rgba(255, 35, 31, 0.6784313725);
  margin-right: 0px;
}

.market-carousel-item .btn.buy:hover,
.market-carousel-item .btn.sell:hover {
  background: transparent;
  color: #000;
  box-shadow: none;
  border: 1px solid #000;
}

.market-carousel-item-name img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.form-access form {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid #f2f4f9;
  min-width: 350px;
}

.form-access .form-group input,
.form-access input {
  border: 1px solid #e0e3eb;
  height: 45px;
  color: #18214d;
  font-size: 14px;
}

.form-access .form-group input:focus {
  box-shadow: none;
}

.form-access a:hover {
  text-decoration: none;
}

.form-access span {
  text-align: center;
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -5px;
  font-weight: 600;
}

.form-access .text-right {
  margin-top: -5px;
  font-weight: 600;
}

.form-access button {
  width: 100%;
  padding: 12px;
  font-weight: 600;
  margin-top: 20px;
}

.form-access .custom-control-label::before,
.form-access .custom-control-label::after {
  top: 2px;
}

.form-access .custom-control-label::before {
  border: #cbd2df solid 1px;
}

.form-access h2 {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.form-access h2 a {
  font-weight: 600;
}

.error-page h2 {
  font-size: 250px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.error-page p {
  font-size: 16px;
  margin-bottom: 40px;
}

.error-page a {
  border: 1px solid #e0e3eb;
  display: inline-block;
  padding: 11px 30px 8px;
  color: #4a4a4a;
  transition: 0.3s;
}

.error-page a:hover {
  background: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.error-page a i {
  margin-left: 10px;
}

.main-chart {
  height: 550px;
}

.technical-analysis .tradingview-widget-container {
  margin-bottom: 30px;
}

.symbol-info .tradingview-widget-container {
  margin-bottom: 15px;
}

.markets-overview .tradingview-widget-container {
  margin-bottom: 30px;
}

.settings .card {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
}

.settings-nav {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  border-radius: 5px;
}

.settings-nav .nav-item {
  width: 100%;
}

.settings-nav .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  color: #18214d;
  font-weight: 600;
  margin: 2px 0;
  padding: 10px 20px;
}

.settings-nav .nav-link i {
  margin-right: 10px;
}

.wallet .settings-nav .nav-link i {
  margin-right: 5px;
}

.settings .card-title {
  font-size: 16px;
  margin-bottom: 30px;
}

.settings-profile .col-md-6 {
  margin-bottom: 20px;
}

.settings-profile input,
.settings-profile select {
  border: 1px solid #e0e3eb;
  border-radius: 5px;
  font-size: 14px;
  height: 45px;
}

.settings-profile input[type=submit] {
  background: #007bff;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  height: inherit;
  font-size: 16px;
  margin-top: 10px;
}

.settings-profile .custom-file {
  display: inline-block;
  width: 20%;
  margin-left: 20px;
}

.settings-profile .custom-file label {
  border: 1px solid #e0e3eb;
}

.settings-profile .custom-file label:after {
  background: #007bff;
  color: #fff;
  font-weight: 600;
}

.settings .wallet .nav-pills img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.settings .wallet .nav-pills h2 {
  margin-bottom: 0;
  line-height: 1;
  color: #18214d;
  font-size: 22px;
}

.settings .wallet .nav-pills p {
  margin-bottom: 0;
  color: #18214d;
  font-weight: 400;
  text-transform: capitalize;
}

.settings .wallet .nav-pills a.active {
  background: #0f7dff;
}

.settings .wallet .nav-pills a {
  border-top: 1px solid #f0f3fa;
  padding: 15px;
}

.settings .wallet .nav-pills a:first-child,
.settings-nav .nav-link:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.settings .wallet .nav-pills a:last-child,
.settings .settings-nav .nav-link:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.settings .wallet .nav-pills h3 {
  color: #18214d;
  margin-bottom: 0;
}

.settings .wallet .nav-pills {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  border-radius: 5px;
}

.settings .wallet .nav-pills a {
  border-radius: 0;
}

.settings .wallet .nav-pills a.active h2,
.settings .wallet .nav-pills a.active h3,
.settings .wallet .nav-pills a.active p {
  color: #ffffff;
}

.settings .wallet .tab-content li i {
  font-size: 22px;
  color: #0f7dff;
  background: rgba(15, 125, 255, 0.13);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  margin-right: 15px;
}

.settings .wallet .tab-content h2 {
  margin-bottom: 0;
  font-size: 18px;
}

.settings .wallet .tab-content h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.settings .wallet .tab-content li:first-child {
  border-bottom: 1px solid #f0f3fa;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.settings .wallet .tab-content button.green {
  background: #26de81;
  color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(38, 222, 129, 0.6784313725);
}

.settings .wallet .tab-content button.red {
  background: #ff231f;
  box-shadow: 0px 0px 15px 0px rgba(255, 35, 31, 0.6784313725);
  color: #ffffff;
}

.settings .wallet .tab-content button {
  padding: 12px 60px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.settings .wallet .tab-content button:focus {
  box-shadow: none;
}

.settings .wallet .tab-content ul {
  margin: 0 0 40px;
}

.settings .wallet-address input {
  padding: 25px 15px;
  font-size: 14px;
}

.settings .wallet-address .input-group-prepend button {
  padding: 13px 20px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.settings .wallet-address input {
  border: 1px solid #e0e3eb;
}

.settings .wallet-history i {
  margin-left: 14px;
}

.settings .wallet-address .input-group {
  padding-top: 30px;
}

.settings .wallet .tab-content h2.wallet-title {
  color: #18214d;
  font-size: 16px;
}

.settings-notification li {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f0f3fa;
  align-items: center;
}

.settings-notification li:first-child {
  padding-top: 0;
}

.settings-notification li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.settings-notification li span {
  color: rgba(24, 33, 77, 0.3490196078);
}

.settings-notification li p {
  margin-bottom: 0;
}

.settings .custom-control-label {
  cursor: pointer;
}

.wallet-history .ion-md-trash {
  font-size: 16px;
  cursor: pointer;
}

.wallet-history {
  overflow-x: auto;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.support {
  margin-top: 20px;
}

.support h1 {
  text-align: center;
}

.support ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  margin-top: 25px;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  grid-column-gap: var(--col-gap);
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.support ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1/span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/
/* row gaps */
.support ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.support ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.support ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.support ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.support ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.support ul li .title,
.support ul li .descr {
  background: #f5f5f5;
  position: relative;
  padding-inline: 1.5rem;
}

.support ul li .title {
  overflow: hidden;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  font-weight: 500;
}

.support ul li .descr {
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.support ul li .title::before,
.support ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.support ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.support ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .support ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .support ul::before {
    grid-column: 2;
  }
  .support ul li:nth-child(odd) {
    grid-column: 1;
  }
  .support ul li:nth-child(even) {
    grid-column: 3;
  }
  /* start second card */
  .support ul li:nth-child(2) {
    grid-row: 2/4;
  }
  .support ul li:nth-child(odd) .date::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }
  .support ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .support ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}
.credits {
  margin-top: 1rem;
  text-align: right;
}

.credits a {
  color: var(--color);
}

.dark,
.dark header {
  background: #131722;
}

.dark .light-bb,
.dark .input-group-text,
.dark .nav-tabs {
  border: none;
  border-bottom: 1px solid #2a2e39;
}

.dark .market-trade .nav-tabs {
  border: none;
}

.dark header nav a {
  color: #ffffff !important;
}

.dark header nav a:hover {
  color: #007bff;
}

.dark .nav-tabs .nav-link.active {
  background: transparent;
}

.dark header nav a.btn:hover {
  color: #ffffff;
}

.dark header nav .nav-item.active a {
  color: #007bff;
}

.dark .market-pairs {
  border: 1px solid #2a2e39;
  background: #131722;
}

.dark tr {
  background: #131722;
}

.dark .market-pairs .table td,
.dark .market-pairs .table th {
  border-top: 1px solid #2a2e39;
}

.dark .market-history .table td,
.dark .market-history .table th {
  border-top: 1px solid #2a2e39;
}

.dark .order-book thead tr {
  border-bottom: 1px solid #2a2e39;
}

.dark .order-book,
.dark .market-history,
.dark .market-news {
  border: 1px solid #2a2e39;
}

.dark tbody tr:hover {
  background: #2a2e39;
}

.dark .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #69727a;
}

.dark .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #69727a;
}

.dark .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #69727a;
}

.dark .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #69727a;
}

.dark tbody tr {
  color: #ffffff;
}

.dark thead th,
.dark .market-pairs .nav-link {
  color: #4f5966;
}

.dark .market-pairs .nav-link.active,
.dark #STAR i {
  color: #ffffff;
}

.dark .green {
  color: #26de81;
}

.dark .red {
  color: #ff231f;
}

.dark .market-pairs .nav {
  background: #1c2030;
}

.dark .market-pairs input,
.dark .market-pairs span {
  border-color: #2a2e39;
  background: #2a2e39;
}

.dark .market-pairs input {
  color: #ffffff;
}

.dark .heading {
  background: #1c2030;
  color: #ffffff;
}

.dark .ob-heading tr {
  border-top: 1px solid #2a2e39 !important;
  border-bottom: 1px solid #2a2e39 !important;
}

.dark .ob-heading tr:hover {
  background: #131722;
  cursor: default;
}

.dark .ob-heading span {
  color: #4f5966;
}

.dark .dropdown-menu {
  background: #131722;
  box-shadow: 0 0 10px 0 #131722;
  border: 1px solid #2a2e39;
}

.dark .dropdown-item:focus,
.dark .dropdown-item:hover {
  background-color: #2a2e39;
  color: #ffffff;
}

.dark .market-history .nav {
  background: #1c2030;
}

.dark .market-history .nav-link.active {
  color: #ffffff;
}

.dark .market-history .nav-link {
  color: #4f5966;
}

.dark .red-bg-80:after,
.dark .red-bg-60:after,
.dark .red-bg-40:after,
.dark .red-bg-20:after,
.dark .red-bg-10:after,
.dark .red-bg-8:after,
.dark .red-bg-5:after,
.dark .red-bg:after {
  background: rgba(255, 35, 31, 0.3882352941);
}

.dark .market-news {
  background: #131722;
}

.dark .market-news li {
  border-bottom: 1px solid #2a2e39;
}

.dark .market-news li:hover {
  background: #2a2e39;
}

.dark .market-news li strong,
.dark .market-news li a {
  color: #c5cbce;
}

.dark .market-order {
  background: #131722;
}

.dark .no-data i,
.dark .no-data {
  color: #2a2e39;
}

.dark .market-trade {
  border: 1px solid #2a2e39;
  background: #131722;
}

.dark .market-trade .nav .nav-item .nav-link.active {
  background: transparent;
  color: #ffffff;
}

.dark .market-trade .nav .nav-item .nav-link {
  color: #4f5966;
}

.dark .market-trade p {
  color: #c5cbce;
}

.dark .market-trade-list li a {
  background: #2a2e39;
  color: #ffffff;
}

.dark .market-trade input {
  border: 1px solid #2a2e39;
  background: #2a2e39;
  color: #ffffff;
}

.dark .market-trade .input-group-text {
  background: #2a2e39;
  color: #ffffff;
  border-color: #2a2e39;
}

.dark .market-trade-buy .market-trade-list li a:hover {
  background: #26de81;
  color: #fff;
}

.dark .market-trade-sell .market-trade-list li a:hover {
  background: #ff231f;
  color: #fff;
}

.dark #darkDepthChart {
  background: #131722;
}

.dark .markets {
  background: #131722;
}

.dark .table td,
.dark table th {
  border-top: 1px solid #2a2e39;
}

.dark .markets-pair-list .nav {
  background: #1c2030;
}

.dark .markets-pair-list .nav-link.active,
.dark #STAR i {
  color: #ffffff;
}

.dark thead th,
.dark .markets-pair-list .nav-link {
  color: #4f5966;
}

.dark .markets-pair-list .load-more {
  border: 1px solid #2a2e39;
  color: #ffffff;
}

.dark .markets-pair-list .load-more:hover {
  color: #fff;
  border: 1px solid #007bff;
}

.dark .markets-content h2,
.dark .markets-content p {
  color: #ffffff;
}

.dark .markets-content span.green,
.dark .markets-content span.red {
  color: #fff;
}

.dark .market-trade-sell {
  border-left: 1px solid #2a2e39;
}

.dark .markets-container {
  background: #1e222d;
}

.dark .sign-up-form h3 {
  border-top: 0;
  margin-top: 0;
  padding-top: 15px;
}

.dark header nav .nav-item.active a.btn:hover {
  color: #fff;
}

.dark .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.dark .dropdown-menu::before {
  background: #131722;
  border-top: 1px solid #2a2e39;
  border-left: 1px solid #2a2e39;
}

.dark .dropdown-menu p {
  color: #ffffff;
}

.dark .dropdown-header {
  border-bottom: 1px solid #2a2e39;
}

.dark .dropdown-footer {
  border-top: 1px solid #2a2e39;
}

.dark .header-img-icon .profile-nav .nav-item .nav-link:hover {
  background-color: #2a2e39;
  color: #ffffff;
}

.dark .form-control,
.dark .settings-profile select {
  background-color: #2a2e39;
  border: 1px solid #2a2e39 !important;
  color: #ffffff;
}

.dark .form-access form {
  padding: 30px;
  border-radius: 5px;
  min-width: 350px;
  box-shadow: 0 0 10px 0 #131722;
  border: 1px solid #2a2e39;
}

.dark .form-access h2,
.dark .form-access {
  color: #ffffff;
}

.dark .form-access .custom-control-label::before {
  border: #2a2e39 solid 1px;
  background-color: #2a2e39;
}

.dark .error-page a {
  border: 1px solid #2a2e39;
  color: #ffffff;
}

.dark .error-page a:hover {
  border: 1px solid #007bff;
  background: #007bff;
  color: #ffffff;
}

.dark .error-page h2,
.dark .error-page p {
  color: #c5cbce;
}

.dark .wallet .nav-pills a,
.dark .wallet-history {
  border-top: 1px solid #2a2e39;
}

.dark .wallet .nav {
  background: #1e222d;
}

.dark .wallet h2,
.dark .wallet h3,
.dark .wallet h4,
.dark .wallet p {
  color: #ffffff !important;
}

.dark .wallet button.green,
.dark .wallet button.red,
.dark .wallet .nav-pills a.active h2,
.dark .wallet .nav-pills a.active h3,
.dark .wallet .nav-pills a.active p {
  color: #ffffff;
}

.dark .wallet .tab-content li:first-child {
  border-bottom: 1px solid #2a2e39;
}

.dark .wallet-history tr {
  background: #1e222d;
}

.dark .wallet-address input,
.dark .wallet-address input:focus {
  border: 1px solid #2a2e39;
  background: #2a2e39;
  box-shadow: none;
  color: #ffffff;
}

.dark .depth-chart-inner {
  border: 1px solid #2a2e39;
}

.dark .markets-capital-item {
  box-shadow: 0 0 10px 0 #131722;
  border: 1px solid #2a2e39;
}

.dark .markets-capital-item h2,
.dark .markets-capital-item h4 {
  color: #fff;
}

.dark .settings .card {
  background: #1e222d;
}

.dark .settings .card-title {
  color: #fff;
}

.dark .settings-nav {
  background: #1e222d;
}

.dark .settings-nav .nav-link {
  color: #ffffff;
}

.dark .settings-notification li {
  border-bottom: 1px solid #2a2e39;
}

.dark .settings-notification li:last-child {
  border-bottom: 0;
}

.dark .settings-notification p {
  color: #ffffff;
}

.dark .settings-notification span {
  color: #4f5966;
}

.dark .settings label {
  color: #fff;
}

.dark .settings .custom-file-label {
  background: #2a2e39;
  border: 1px solid #2a2e39;
  color: #616d75;
}

.dark .settings-profile input[type=submit] {
  border: 1px solid #007bff;
}

.dark .market-carousel-item {
  border: 1px solid #2a2e39;
}

.dark .market-carousel-item {
  color: #fff;
}

.dark .market-carousel-item .btn.buy:hover,
.dark .market-carousel-item .btn.sell:hover {
  color: #fff;
  border-color: #fff;
}

.dark .news-details,
.dark .page-content {
  color: #fff;
}

.dark .navbar-toggler-icon {
  filter: contrast(0.1);
}

@media only screen and (max-width: 1434px) {
  .market-pairs tbody {
    height: 550px;
  }
  .no-fluid .market-pairs tbody {
    height: 550px;
  }
  .settings-profile .custom-file {
    width: 25%;
  }
}
@media only screen and (max-width: 1300px) {
  .market-pairs tbody {
    height: 550px;
  }
  .no-fluid .market-pairs tbody {
    height: 550px;
  }
}
@media only screen and (max-width: 1200px) {
  .markets-capital-item {
    height: 289px;
  }
}
@media only screen and (max-width: 991px) {
  .error-page h2 {
    font-size: 140px;
  }
  .settings-nav {
    margin-bottom: 15px;
  }
  .settings-profile .custom-file {
    width: 35%;
  }
}
@media only screen and (max-width: 918px) {
  .market-history tbody {
    height: 274px;
  }
}
@media only screen and (max-width: 792px) {
  .market-pairs tbody {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .settings-profile .custom-file {
    width: 45%;
  }
  header button.navbar-toggler i {
    font-size: 30px;
    color: #4a4a4a;
  }
  header button.navbar-toggler:focus {
    outline: none;
  }
  .navbar-collapse .dropdown.menu-avatar-icon {
    margin-top: 10px;
  }
  .no-fluid .market-pairs {
    margin-bottom: 15px;
  }
  .no-fluid .order-book {
    margin-top: 15px;
  }
  .circle-pulse {
    left: 25px;
    right: inherit;
    top: 48px;
  }
  .header-img-icon {
    margin-top: 10px;
  }
  .header-custom-icon button {
    display: block;
  }
  .dropdown-menu::before {
    right: inherit;
    left: 5%;
  }
  .wallet .nav {
    margin-bottom: 30px;
  }
  .wallet-address img {
    margin-top: 40px;
  }
  #dark header button.navbar-toggler i {
    color: #c5cbce;
  }
  .market-order-item {
    padding: 5px 5px;
    overflow: hidden;
  }
  .market-order-item li {
    font-size: 12px;
  }
  .markets-capital-item {
    height: 304px;
  }
}
@media only screen and (max-width: 576px) {
  .markets-capital-item {
    height: 91.4%;
  }
}
