@font-face {
  font-family: 'geistB';
  src: url('/static/fonts/Geist-Bold.ttf');
}

@font-face {
  font-family: 'geistR';
  src: url('/static/fonts/Geist-Regular.ttf');
}
@font-face {
  font-family: 'geistM';
  src: url('/static/fonts/Geist-Medium.ttf');
}
body{
  margin: 0;
  padding: 0;
  background-color: #f9fafb;
  padding-bottom: 100px;
}
*{
  box-sizing: border-box;
}

header{
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 57px;
  border-bottom: 1px solid #e5e7eb;
}

.youtube-header{
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  background-color: #e7000b;
  padding: 4px 8px;
  font-family: 'geistb';
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.to-right-img{
  width: 20px;
  height: 13px;
}
.saldo-header{
  font-family: 'geistb';
  color: #155dfc;
  font-size: 16px;
  background-color: #dbeafe;
  padding: 4px 8px;
  border-radius: 4px;
}

.container{
  padding: 16px;
  max-width: 672px;
  width: 100%;
  margin: 0 auto;
}

.card-video{
  background-color: #fff;
  padding: 24px 0px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}

.card-video video{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.card-content{
  margin-top: 20px;
  padding: 16px;
}

.card-video-title{
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'geistb';
  color: #101828;
}

.card-video-views{
  margin-bottom: 16px;
  color: #4a5565;
  font-family: 'geistr';
}

.card-video-channel{
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-video-channel-info{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.card-video-channel-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.card-video-channel-name{
  font-family: 'geistm';
  color: #101828;
}

.card-video-channel-verified{
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'geistr';
  font-size: 14px;
  background-color: #000;
  padding: 4px 12px;
  gap: 5px;
  border-radius: 18px;
  height: 28px;
}

.circle-check{
  width: 18px;
  height: 18px;
  background-color: #2b7fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-img{
  width: 14px;
  height: 14px;
}

.question-container{
  padding: 16px;
  background-color:#eff6ff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.question-title{
  margin-bottom: 12px;
  color: #4a5565;
  font-family: 'geistr';
  font-size: 16px;
}

.question-text{
  margin-bottom: 16px;
  color: #101828;
  font-family: 'geistb';
  font-size: 18px;
}

.question-buttons{
  display: flex;
  gap: 12px;
}

.question-buttons button{
  height: 36px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 12px;
}

.question-buttons-img{
  width: 16px;
  height: 16px;
}

.question-buttons-no{
  background-color: #fff;
  border: 1px solid #c5c5c5;
  color: #000;
  font-family: 'geistm';
  font-size: 14px;
}

.question-buttons-no:hover{
  background-color: #f5f5f5;
}

.question-buttons-yes{
  background-color: #155dfc;
  color: #fff;
  font-family: 'geistm';
  font-size: 14px;
  border: none;
}
.question-buttons-yes:hover{
  background-color: #1447e6;
}

.card-bottom{
  position: relative;
  margin-top: 24px;
  background-color: #fff;
  padding: 24px 0px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
}

.blocked-content{
  top: 10%;
  position: absolute;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 128px;
  gap: 10px;
}

.lock-blur-img{
  filter: blur(8px);
  object-fit: cover;
  background-repeat: repeat;
  width: 100%;
  height: 32px;
}

.lock-img{
  width: 32px;
  height: 32px;
}

.blocked-content-title{
  font-family: 'geistb';
  font-size: 18px;
}

.blocked-content-text{
  font-family: 'geistr';
  font-size: 14px;
}

.card-bottom-info{
  padding: 12px;
  margin-top: 100px;
}

.card-bottom-info-title{
  font-family: 'geistm';
  color: #101828;
}

.card-bottom-info-channel{
  margin-top: 4px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #6a7282;
  font-family: 'geistr';
}

.card-bottom-info-img{
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.counter-modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.counter-modal.active{
  display: flex;
}

.counter-modal-content{
  position: relative;
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close-modal{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  font-family: 'geistb';
  color: #000;
  cursor: pointer;
}

.close-modal-img{
  width: 16px;
  height: 16px;
}

.counter-value{
  font-family: 'geistb';
  font-size: 36px;
  color: #155dfc;
}

.counter-modal-title{
  margin: 16px 0px;
  font-size: 20px;
  font-family: 'geistb';
}

.counter-modal-balance{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.counter-modal-balance-value{
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-modal-balance-value-plus{
  font-size: 20px;
  margin-left: 8px;
  color: #00a63a;
  font-family: 'geistb';
}

.counter-modal-subtitle{
  color: #4a5565;
  font-family: 'geistr';
}

.counter-modal-subtitle2{
  color: #4a5565;
  font-family: 'geistr';
  text-align: center;
}

.counter-modal-button-img{
  width: 16px;
  height: 16px;
}

.button-withdraw{
  margin-top: 16px;
  height: 36px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center ;
  gap: 6px;
  font-family: 'geistb';
  border-radius: 8px;
  background-color: #f6f3f4;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.button-watch-more{
  margin-top: 16px;
  height: 36px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center ;
  gap: 6px;
  color: #fff;
  font-family: 'geistb';
  border-radius: 8px;
  background-color: #155dfc;
  border: none;
  font-size: 14px;
}

.button-watch-more-step3{
  margin-top: 16px;
  height: 36px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center ;
  gap: 6px;
  font-family: 'geistb';
  border-radius: 8px;
  background-color: #f6f3f4;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.button-withdraw-step3{
  margin-top: 16px;
  height: 36px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center ;
  gap: 6px;
  color: #fff;
  font-family: 'geistb';
  border-radius: 8px;
  background-color: #155dfc;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.close-modal-withdraw{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  font-family: 'geistb';
  color: #000;
  cursor: pointer;
}

.button-continue{
  margin-top: 16px;
  height: 36px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  color: #fff;
  font-family: 'geistb';
  border-radius: 8px;
  background-color: #155dfc;
  border: none;
  font-size: 14px;
  cursor: pointer;
}


/*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*/
/*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*/
/*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*/
/*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*//*INDEX 5*/

.header{
  height: 84px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

@media (max-width: 768px) {
  .header{
    padding: 12px;
    height: 64px;
  }
}

.youtube-header5{
  color: #101828;
  font-size: 24px;
  font-family: 'geistb';
  display: flex;
  align-items: center;
  gap: 12px;
}

.youtube-square{
 width: 36px;
 height: 36px;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: #FF2B00;
 border-radius: 10px;
}

.youtube-square-img{
  width: 13px;
  height: 13px;

}

.saldo-header5{
  padding: 12px 24px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: 'geistb';
  height: 53px;
  background: linear-gradient(to right, #155DFC, #2b7fff);
  border-radius: 14px;
}

@media (max-width: 768px) {
  .saldo-header5{
    font-size: 18px;
    height: 44px;
  }
}

.container5{
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .container5{
    padding: 16px 12px;
  }
}

.video-container{
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 1100 / 620;
  border-radius: 16px;
  background-color: #1e2939;
  margin-bottom: 32px;
}

.video-description-container{
  padding: 32px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 16px;
  max-width: 1100px;

}

@media (max-width: 768px) {
  .video-description-container{
    padding: 16px;
  }
}

.video-description-title{
  font-family: 'geistb';
  font-size: 24px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .video-description-title{
    font-size: 20px;
  }
}

.video-description-views{
  color: #4a5565;
  font-family: 'geistm';
  font-size: 16px;
}

.comment-container{
  background-color: #fff;
  max-width: 1100px;
  width: 100%;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

@media (max-width: 768px) {
  .comment-container{
    padding: 16px;
  }
}

.comment-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-header-title{
  font-family: 'geistb';
  font-size: 24px;
  color: #101828;
}

.comment-header-count{
  color: #4a5565;
  font-family: 'geistm';
  font-size: 18px;
}

.comment-item{
  display: flex;
  padding: 16px;
  margin-bottom: 24px;
  gap: 16px;
}

.profile-picture-img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comment-item-header{
  display: flex;
  gap: 12px;
  text-align: center;
  margin-bottom: 8px;
}

.comment-item-username{
  font-family: 'geistb';
  font-size: 16px;
  color: #101828;
}

.comment-item-time{
  color: #4a5565;
  font-family: 'geistm';
  font-size: 14px;
}

.comment-item-text{
  margin-bottom: 12px;
  font-family: 'geistr';
  font-size: 16px;
  color: #101828;
}

@media (max-width: 768px) {
  .comment-item-text{
    font-size: 14px;
  }
}

.comment-item-thumbs{
  display: flex;
  font-family: 'geistm';
  gap: 24px;
  color: #6a7282;
}

@media (max-width: 768px) {
  .comment-item-thumbs{
    font-size: 12px;
  }
}

.thumbs-img{
  width: 20px;
  height: 20px;
}

.load-more-comments-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.load-more-comments-button{
  height: 36px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  font-family: 'geistm';
  border-radius: 8px;
  background-color: #eeeeee;
  border: none;
  font-size: 16px;
}