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

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 7px;
  background-color: #f3f3f3;
  font-family: 'Roboto Condensed', 'Roboto', Arial !important;
}

.content {
  padding: 35px 25px 35px 25px;
  font-size: 23px;
  color: #333;
  margin-bottom: 20px;
}

.clearfix:after {
  display: table;
  content: '';
  clear: both;
}

h1 {
  text-align: center;
  font-weight: 800 !important;
  font-size: 30px !important;
  font-style: normal;
  color: #131313;
  margin: 0 0 20px 0;
  padding: 0;
}

h1 a {
  color: #131313;
  text-decoration: none;
}

h2 {
  font-size: 25px;
  color: #121212;
  margin: 0 0 20px 0;
  padding: 0;
}

h3 {
  font-size: 25px;
}

header, .content {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  #box-shadow: 0 2px 4px 0 #BDBDBD;
  width: 100%;
  min-width: 320px;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto 10px auto;
  position: relative;
}

.main {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  filter: brightness(0.9);
}

.main-div {
  position: relative;
  min-height: 180px;
  display: block;
}

.main-div-yt-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

li {
  line-height: 28px;
}

footer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px auto;
  padding: 0 10px 0 10px;
  font-size: 12px;
  color: #626262;
  text-align: center;
}

footer span {
  font-family: Avenir-Book;
  font-size: 13px;
  color: #AFAFAF;
}

footer span a {
  color: #AFAFAF;
  text-decoration: none;
}

footer span a:hover {
  text-decoration: underline;
}

.m-show {
  display: none;
}

.thumb {
  float: left;
  width: 50px;
  margin-right: 10px;
}

.name {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  color: #1F599D;
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}

.stat {
  font-family: 'Cabin', sans-serif;
  font-size: 13px;
  color: #818181;
  display: inline-block;
  padding-right: 15px;
}

.advertorial {
  position: absolute;
  top: 0;
  right: 25px;
  text-align: right;
  font-size: 19px;
  color: #9B9B9B;
}

.advertorial img {
  display: inline-block;
}

#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  width: 300px;
  background: #0866ff;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  padding: 18px 30px 18px 30px;
  margin: 0 auto 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.button_txt {
  width: 300px;
  background: #228B22;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  padding: 18px 30px 18px 30px;
  display: table;
  margin: 0 auto 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

.button:hover {
  background: #019CFE;
}

.button_txt:hover {
  background: #32CD32;
}

@media screen and (max-width: 500px) {
  body {
    padding: 0;
  }

  .m-show {
    display: block;
  }

  .m-hide {
    display: none;
  }

  .advertorial {
    right: 10px;
  }

  .name {
    display: inline-block;
    padding-right: 5px;
  }

  .stat.first {
    padding-right: 50px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .main {
    margin-bottom: 10px;
  }

  footer {
    font-size: 13px;
  }

  .button {
    width: 250px;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
  }

  .button_txt {
    width: 250px;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
  }
}

#fda {
  font-size: 12px;
}

#fda a {
  color: #4A4A4A;
}

#adver p {
  text-align: center;
  margin: 0;
  padding: 0;
  position: 0;
  font-size: 14pt;
  color: #4A4A4A
}

.post-footer-option li {
  float: left;
  margin-right: 50px;
  padding-bottom: 15px;
}

.post-footer-option li a {
  color: #AFB4BD;
  font-weight: 500;
  font-size: 1.3rem;
}

.photo-profile {
  border: 1px solid #DDD;
  border-radius: 100px;
}

.anchor-username h4 {
  font-weight: bold;
}

.anchor-time {
  color: #ADB2BB;
  font-size: 1.2rem;
}

.post-footer-comment-wrapper {
  #background-color: #F6F7F8;
}

.comment .media {
  display: flex;
  align-items: stretch;
  font-family: 'Roboto', Arial !important;
  font-size: 14px;
  font-weight: 500;
}

.comment .media a {
  color: rgb(54, 88, 153);
  text-decoration: none;
}

.comment .media-left {
  padding: 10px;
}

.comment .media-body {
  width: 100%;
  background-color: rgb(245, 245, 244);
  border-radius: 18px;
  border: 0px solid #000;
  padding: 10px;
}

.comment .media-body .anchor-username {
  font-weight: bold;
  color: rgb(54, 88, 153);
}

.comment .media-body .anchor-comment {
  font-weight: 400;
}

.comment .media-footer {
  #display: flex;
  align-items: stretch;
  padding: 3px;
}

.comment .media-footer .ftr-left {
  float: left;
}

.comment .media-footer .ftr-left span {
  padding-left: 10px;
  color: rgb(144, 148, 156);
  font-size: 12px;
  font-weight: 400;
}

.comment .media-footer .ftr-right {
  float: right;
  margin-top: -15px;
}

.comment .media-footer .ftr-right .like-bg {
  background-color: rgb(248, 250, 252);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.19);
  border: 0px solid #000;
  border-radius: 8px;
  padding: 3px;
  font-size: 12px;
  font-weight: 400;
}

.sym-heart {
  fill: rgb(255, 255, 255);
  background-color: rgb(239, 41, 69);
  border-radius: 100px;
  padding-top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
}

.sym-thumb {
  fill: rgb(255, 255, 255);
  background-color: rgb(27, 103, 244);
  border-radius: 100px;
  padding-top: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  z-index: 100;
  position: sticky;
}

.testimonial {
  border: 1px solid #E5E5E5;
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 10px;
}