@font-face {
  font-family: "Numbers-Regular";
  src:
    url("/?originalUrl=https%3A%2F%2Fbuybitcoinworldwide.com%2Ffonts%2FNumbers-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Numbers-Medium";
  src:
    url("/?originalUrl=https%3A%2F%2Fbuybitcoinworldwide.com%2Ffonts%2FNumbers-Medium.woff2") format("woff2");
  font-display: swap;
}

body {
  background-repeat: no-repeat;
  border-top: 10px solid #f2a900;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  background: #12151e;
}

#main-navbar-container
{
  background: #090b10;
  box-shadow: 3px 0 10px 0 rgba(3,6,11,.3);
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

#main-navbar-container .navbar.main-navbar
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  color: #fff;
  z-index: 35;
  height: 48px;
  min-height: 0;
  margin: 0 auto;
}

#main-navbar-container .navbar-brand
{
  min-height: unset;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

#main-navbar-container .navbar-item.logo-icon
{
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 0 20px;
  /* height: 30px; */
}

#main-navbar-container .navbar-item.logo-icon .icon
{
  height: 24px;
  max-height: none;
  width: 16px;
}

#main-navbar-container .navbar-item.logo-icon .text
{
  height: 16px;
  /* margin-left: 10px; */
  position: relative;
  opacity: .94;
  /* margin-bottom: 3px; */
  display: inline-block;
}

.auth-links {
  margin-left: auto;
  padding: 0 10px;
}

.auth-links a {
  padding: 0 10px;
  color: white;
  border: 0 !important;
}

.auth-links a:hover {
  color: #f2a900;
  border-bottom: 1px solid #f2a900;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #f2a900;
  text-decoration: none;
  border-bottom: 3px solid #f2a900;
}

a:hover {
  color: white;
  border-bottom: 3px solid #f2a900;
}

#markdown-toc a, .clock-logo-footer {
  border-bottom: 0 !important;
}

.footer-newsletter a::after {
  content: "\f08e";
  font-family: fontawesome;
  margin-left: 10px;
}

.footer-sub {
  background: #2069AF;
  color: #fff;
  padding: 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.footer-sub:hover {
	color: white !important;
	background: #2579c6 !important;
}

img {
  max-width: 100%;
}

.container {
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
}

iframe {
  height: auto;
  max-width: 100%;
  width: 100%;
  height: 410px;
}

h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 72px;
  margin: 3rem 0 0rem 0;
  padding: 0;
}

.path_svg {
  display: none;
}

@media (max-width: 700px) {
  .path {
    display: none;
  }

  .path_svg {
    display: block;
  }

  h1 {
    font-size: 40px;
    margin-top: 3rem;
  }

  .halve {
    align-self: center;
    font-size: 13px !important;
    padding: 1rem 1rem !important;
    display: flex;
    flex-direction: column;
  }
}

.halving p {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.tweet-link {
  background-color: #1DA1F2;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto !important;
    margin-bottom: 0px;
  display: block;
  width: 200px;
  text-align: center;
  margin-bottom: 25px !important;
  border-bottom: 0 !important;
  border: 1px solid #1DA1F2;
}

.tweet-link a:hover {
    color: #1DA1F2;
    background: white;
    border: 1px solid #1DA1F2;
}


.inner_halving {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border: 2px solid white;
  color: white;
  width: 900px;
  margin: 1rem auto;
  max-width: 90%;
  margin-bottom: 15px;
}

.halve {
  display: grid;
  padding: 1rem 0rem;
  border-right: 1px solid white;
  text-align: center;
  font-size: 32px;
}

.halve.mseconds {
  border-right: none;
}

#mseconds_calc,
#seconds_calc,
#minutes_calc,
#hours_calc,
#days_calc,
#years_calc {
  font-size: 46px;
  color: #f2a900;
  font-weight: 500;
}

#calc-content-div {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 1rem 1.5rem;
  font-weight: 500;
}

#date_eta {
  font-size: 22px;
  color: #f2a900;
}

.container_text {
  color: white;
  padding-top: 0rem;
  padding-bottom: 5rem;
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}

b {
  font-weight: 600;
}

.container_text h2 {
  color: #f2a900;
  font-size: 34px;
  line-height: 39px;
  padding-top: 2rem;
  font-weight: 600;
}

.container_text p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}

.path {
  width: 100%;
  height: 60px;
}

.minutes {
  background: #36384e;
  height: 20%;
  left: 49%;
  position: absolute;
  top: 30%;
  transform-origin: 50% 100%;
  width: 2%;
  border-radius: 7px 7px 0 0;
  transform: rotate(342.103deg);
}
.secondsArr {
  height: 30%;
  top: 20%;
}

.minutes-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#grid_background {
  position: absolute;
  z-index: -9999;
  max-width: 90%;
}

.clock.simple::after {
  background-color: #36384e;
  width: 5%;
  height: 5%;
}
.clock.simple:after {
  background: #36384e;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5%;
  height: 5%;
  z-index: 10;
}

@media (max-width: 1000px) {
  .clock {
    width: 100%;
    height: 859px !important;
    padding-bottom: 85px;
  }
}

@media (max-width: 938px) {
  .clock {
    width: 100%;
    height: 679px !important;
    padding-bottom: 85px;
  }
}

@media (max-width: 819px) {
  .clock {
    width: 100%;
    height: 552px !important;
    padding-bottom: 85px;
  }
}

@media (max-width: 768px) {
  #mseconds_calc,
  #seconds_calc,
  #minutes_calc,
  #hours_calc,
  #days_calc,
  #years_calc {
    font-size: 32px;
  }

  .container .halving .halve {
    padding: 0.6rem !important;
  }
}

@media (max-width: 640px) {
  .clock {
    width: 100% !important;
    height: 332px !important;
    padding-bottom: 85px;
    padding-top: 19%;
  }
}

/* @media(max-width: 560px) {
      #mseconds_calc {
        display: inline-block;
        width: 55px;
      }
    } */

@media (min-width: 420px) and (max-width: 500px) {
  .halving p {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 500px) {
  .auth-links .newsletter-link {
    display: none;
  }

  .inner_halving {
    border-width: 1px;
  }

  #date_eta {
    display: block;
  }

  .clock {
    width: 100%;
    height: 315px !important;
    padding-bottom: 85px;
    margin-top: -2rem !important;
  }

  #mseconds_calc,
  #seconds_calc,
  #minutes_calc,
  #hours_calc,
  #days_calc,
  #years_calc {
    font-size: 18px !important;
  }

  .container .halving .halve {
    padding: 0.3rem !important;
  }
}

ul {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #232533;
  margin-top: 6rem;
}

footer p {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin: 2rem;
}

footer span {
  color: #f2a900;
}

.author-box-inner {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  grid-gap: 10px;
}

.author-box-title {
  margin-bottom: 20px;
  font-size: 24px;
}

.author-box {
    margin-bottom: 24px;
  padding: 5px 2px;
  background: transparent;
    clear: both;
  margin-top: 50px;
}

.author-box-name {
  font-weight: 600;
    font-size: 16px;
}

.author-box-name a {
  border-bottom: none !important;
  font-size: 25px;
}

.author-box-description {
  font-size: 16px;
  margin-top: 6px;
}

.author-box-social {
  display: flex;
    grid-gap: 10px;
}

.author-image {
    border-radius: 100%;
  width: 85px !important;
}

.author-tooltip-social-icon {
  filter: grayscale(0.9);
  opacity: 0.7;
}

.author-tooltip-inner {
  display: flex;
  grid-gap: 16px;
}

.author-tooltip-social {
  display: flex;
  grid-gap: 25px;
}
.author-tooltip-link-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.author-tooltip-description {
  margin-bottom: 12px;
}

.author-tooltip-link {
  color: #0064C7 !important;
}
.author-tooltip-divider {
  width: 100%;
  height: 1px;
  background: #666666;
  margin-top: 20px;
  margin-bottom: 15px;
}

.author-tooltip-guidelines-message {
  font-size: 14px;
  margin-bottom: 0px;
}

.author-tooltip-social-icon {
  width: 15px !important;
}

.author-box-social .author-tooltip-link {
  border-bottom: 0 !important;
}

.article-sources {
  max-width: 100%;
  margin-top: 30px;
}

.article-sources-tab {
  text-transform: uppercase;
  border-left: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  padding: 15px;
  outline: none;
  border-bottom: none;
  border-right: none;
  font-size: 16px;
  font-weight: 600;
  cursor: default;
}

.article-sources-inner {
    margin-top: 15px;
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 18px;
    line-height: 1.6;
}

@media(max-width: 800px) {
  .article-sources-inner {
    max-width: 100%;
  }
}

.article-sources-list {
    padding: 0;
}

.article-sources-list-item {
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 20px;
}

.article-sources-link {
  padding-left: 0.5rem;
  text-decoration: none;
  color: #f2a900 !important;
  border-bottom: 0 !important;
}

#arabic {
  direction: rtl;
}

.footer-newsletter {
	text-align: center;
    max-width: 1315px;
    background: rgba(216, 228, 242, 0.2);
    border: 1px solid #3D79C0;
    border-radius: 8px;
    margin: 20px auto 130px auto;
    padding: 28px 60px 33px 60px;
 }

 .footer-newsletter.is--white {
        background: #F7FAFC;
        max-width: 1200px;
        padding-top: 40px;
        padding-bottom: 40px;
 }

 @media(max-width: 1300px) {
     .footer-newsletter.is--white {
         max-width: 90vw;
     }
 }

 .newsletter-wrapper {
   display: flex;
   grid-gap: 90px;
   align-items: center;
 }

 .footer-newsletter-text {
   text-align: left;
 }

 .footer-newsletter-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #3D79C0;
 }

 .footer-newsletter-subtitle {
   font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
 }

.footer-newsletter a::after {
  content: "\f08e";
  font-family: fontawesome;
  margin-left: 10px;
}

.footer-sub {
  background: #2069AF;
  color: #fff;
  padding: 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.25s;
}

.footer-sub.on-white-bg {
    text-decoration: none;
}

.footer-sub:hover {
	color: white !important;
	background: #2579c6 !important;
    text-decoration: underline;
}

@media(max-width: 1360px) {
   .footer-newsletter {
     max-width: 90vw;
     padding: 20px 30px 25px 30px;
   }
   .newsletter-wrapper {
     grid-gap: 50px;
   }
   .footer-newsletter-graphic {
     max-width: 250px;
   }
 }

 @media(max-width: 1000px) {
   .newsletter-wrapper {
     grid-gap: 30px;
   }
   .footer-sub {
     max-width: 250px !important;
   }
   .footer-newsletter-graphic {
     max-width: 200px;
   }
 }

 @media(max-width: 700px) {
   .newsletter-wrapper {
     flex-direction: column;
     grid-gap: 22px;
   }
   .footer-newsletter-text {
     text-align: center;
   }
   .footer-sub {
     margin-top: 0px !important;
   }
 }

/* Reset default margin and padding to zero */
 .calc body, .calc h1, .calc h2, .calc p, .calc button {
     margin: 0;
     padding: 0;
 }

 /* Apply some basic styling to the page */
 .calc body {
     text-align: center;
     padding: 20px;
 }


 /* Style the calculator container */
 .calc .btc-calculator {
     background-color: #fff;
     border-radius: 8px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     padding: 20px;
     max-width: 400px;
     margin: 0 auto;
 }

 /* Style the form elements */
 .calc label {
   display: block;
   margin-bottom: 10px;
   margin-top: 25px;
   font-weight: bold;
 }

 .calc input[type="number"],
 .calc select {
     width: 100px;
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 4px;
     margin-bottom: 10px;
 }

 .calc button {
     background-color: #007BFF;
     color: #fff;
     border: none;
     border-radius: 4px;
     padding: 10px 20px;
     cursor: pointer;
     transition: background-color 0.3s;
 }

 .calc button:hover {
     background-color: #0056b3;
 }

 /* Style the result container */
 .calc #result {
     margin-top: 20px;
 }

.compare-bright-section-toc-list {
   display: flex;
   list-style: none;
   justify-content: center;
   grid-gap: 15px;
   flex-wrap: wrap;
   opacity: 1;
   padding: 0;
 }

 .compare-bright-section-toc-link {
   background: #E0E4EE;
   color: black;
   padding: 5px 10px;
   border-radius: 100px;
   text-decoration: none;
   font-size: 16px;
 }

 /* Style for the table */
 .halvingtable1 {
     width: 100%;
     border-collapse: collapse;
     margin-top: 20px;
 }

 /* Style for table header cells */
 .halvingtable1 th {
     background-color: #f2a900;
     border: 1px solid #ccc;
     padding: 8px;
     text-align: left;
     color: black;
 }

 /* Style for table data cells */
 .halvingtable1 td {
     border: 1px solid #ccc;
     padding: 8px;
 }

 /* Style for table rows */
 .halvingtable1 tr {
     transition: background-color 0.3s;
 }

 /* Hover effect for table rows */
 .halvingtable1 tr:hover {
     background-color: #f2a900;
     color: black;
 }

 .b-unit {
   display: flex;
   height: 95px;
   grid-gap: 10px;
   gap: 10px;
   align-items: center;
   padding: 11px 12px;
   background: rgba(29,34,47,.5);
   border-bottom: 0 !important;
   margin: 20px auto 50px;
 }

 .b-unit:hover {
    background: RGBA(96, 100, 109, 0.5);
  }

 .b-unit .pic img {
   display: block;
   height: 72px;
   max-width: 80px;
   border: 1px solid hsla(0,0%,100%,.05);
 }

 .b-unit .text {
   white-space: pre-line;
   font-size: 20px;
   font-weight: 500;
   color: #fff;
 }

 .b-unit .site {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: .5px;
   color: hsla(0,0%,100%,.5);
   margin-top: 12px;
 }
