.f2 .black-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.frame2 {
  height: 850px;
  min-height: 850px;
}

#bg-video,
#bg-video-mobile {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.f1 .title-wrapper {
  background-image: url('../img/new/f1/textbg.png');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 70px;
}

.f1 .container {
  z-index: 2;
}

.f1 .cborder {
  position: absolute;
  z-index: 1;
}

#infoPopupContent {
  height: 100%;
}

.f1 .cborder.left-top {
  left: 0;
  top: 0;
  width: 275px;
  height: 187px;
  background: url('../img/new/f1/topleft.png') no-repeat;
  background-size: 100% 100%;
}

.f1 .cborder.left-bottom {
  left: 0;
  bottom: 0;
  width: 579px;
  height: 306px;
  background: url('../img/new/f1/gridbot.png') no-repeat;
  background-size: 100% 100%;
}

.f1 .cborder.right-top {
  top: 0;
  right: 0;
  width: 579px;
  height: 306px;
  background: url('../img/new/f1/gridtop.png') no-repeat;
  background-size: 100% 100%;
}

.f1 .cborder.right-bottom {
  right: 0;
  bottom: 0;
  width: 322px;
  height: 390px;
  background: url('../img/new/f1/bottomright.png') no-repeat;
  background-size: 100% 100%;
}

.f1 .text-1 {
  font-size: 29px;
  font-family: 'GS3 Druk Text Wide', sans-serif;
  color: #fff;
  text-transform: uppercase;
  /* font-weight: bold; */
}

.f1 .text-2 {
  font-size: 21px;
  font-family: 'GS3 Druk Text Wide', sans-serif;
  color: #ff4655;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 200px;
}

.f1 .main-logo {
  margin-top: -50px;
  margin-bottom: -31px;
  height: 440px;
}

.btn-download-app {
  padding: 0 23px;
  height: 65px;
  width: 423px;
  background-image: url('../img/f1/CTA.png');
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  /* align-content: center; */
  align-items: center;
  padding-top: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #0d776f;
  margin-top: 10px;
}

.btn-download-app:hover {
  background-image: url('../img/f1/CTA_hover.png');
}

a.btn-chien-ngay:hover:after {
  width: 100%;
}

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

#frame-intro {
  background-image: url(../img/new/f3/bg.png);
  background-size: 100% 100%;
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  position: relative;
}

#frame-bxh {
  background-image: url(../img/new/f2/bg.png);
  background-size: 100% 100%;
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  position: relative;
}

.f3 {
  height: 1099px;
  min-height: 1080px;
}

.f3 .bxh-wrapper {
  margin-right: 100px;
}

#frame-creators {
  background-image: url(../img/new/f5/bg.png);
  background-size: 100% 100%;
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  position: relative;
}

#f4-search-box {
  color: #fff;
}

#f4-search-box:focus {
  color: #000;
}

#f4-search-box::placeholder {
  color: #fff;
}

#frame-benefits {
  background-image: url(../img/new/f4/bg.png);
  background-size: 100% 100%;
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  position: relative;
}

.benefit-top {
  background-image: url(../img/f4/border.png);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 350px;
}

#block-quarter .benefit-top {
  background-image: url(../img/f4/border2.png);
}
#block-year .benefit-top {
  background-image: url(../img/f4/border3.png);
}

.benefit-rows>div {
  display: flex;
  padding: 0 40px;
}

.benefit-tags {
  margin-top: 40px;
}

.benefit-tag.active {
  background: #fff;
  /* Replace with your desired background color */
}

.f5 .main-title {
  height: 99px;
  width: 1150px;
  margin-bottom: 20px;
}

.benefit-tag {
  padding: 5px 20px;
  background: #ffffff70;
  /* Replace with your desired background color */
  clip-path: polygon(0 20%,
      10% 0,
      100% 0,
      100% 80%,
      90% 100%,
      0% 100%);
  min-width: 100px;
  margin: 0 20px;
  cursor: pointer;
  white-space: nowrap;
}

.benefit-content {
  padding: 0 50px;
  position: relative;
}

.zalo-info {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}

.benefit-content p {
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}

.benefit-content p:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 996;
  bottom: -15px;
  left: calc(50% - 16px);
  width: 32px;
  height: 5px;
  background: url('../img/f4/line.png') no-repeat;
  background-size: contain;
  background-position: center;
  /* margin-top: 10px; */
}

.f2 .title {
  margin-top: 25px;
}

.profile {
  border: 1px solid #4c4c4c;
  border-radius: 4px;
  margin-left: 10px;
  padding: 2px 10px;
}

.btn-timeline-wrapper {
  position: relative;
  margin-top: 20px;
  /* margin-bottom: 20px; */
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  max-width: 622px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.btn-event-creator {
  /* z-index: 2; */
  /* position: relative; */
  /* left: 0; */
  /* top: 0; */
}

.btn-join-wrapper {
  position: relative;
  /* margin-top: -50px; */
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.f3 .select-wrapper {
  margin-top: 5px;
  position: absolute;
  right: 100px;
  border: solid 1px #fff;
  padding: 2px 10px;
  border-radius: 5px;
}

.card-custom .card-body {
  color: #000;
  padding-left: 100px;
  text-align: left;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f5 .cta-button {
  position: relative;
  margin-top: -170px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.form-select.lang-select {
  background-color: transparent;
  /* border: solid 1px #9db9ae; */
  /* border-radius: 20px; */
}

.profile-area {
  /* border: solid 1px #7ebfc6; */
  border-radius: 30px;
  padding: 0 10px;
}

.profile {
  color: #fff;
}

.lang-select {
  color: #fff;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  padding: .375rem 0 .375rem 10px;
  width: auto;
  /* overflow: hidden; */
}

:lang(id) .lang-select {
  padding: .375rem 2.25rem .375rem .75rem;
}

.lang-select option {
  color: #000;
}

.user-name {
  color: #fff;
  /* line-height: 36px; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.profile img {
  margin-right: 13px;
}

.popup-header {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -19px;
  text-align: center;
  top: 0;
}

.popup.full-height,
.full-height .popup-content {
  height: 100%;
  min-height: 100%;
}

.glightbox-clean .gslide-media {
  -webkit-box-shadow: none !important;
  ;
  box-shadow: none !important;
}

.popup-content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.btn-login {
  border: solid 1px #E53E57;
  /* border-radius: 40px; */
  padding: 10px 20px;
  min-width: 350px;
  max-width: 100%;
  text-align: center;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background-color: #E53E57;
  /* Adjust color as needed */
  color: white;
  /* Text color */
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}

.popup .popup-content {
  /* border: 1px solid #95dec7; */
}

.submission-tab .submit-link .form-control {
  background-color: #f2f2f2;
  color: #3b3b3b;
  font-weight: bold;
  margin-top: 10px;
}

.popup-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  /* Allow the body to take up remaining space */
}

.ginlined-content,
.gslide-inline {
  overflow: visible !important;
}

.close-popup {
  right: 15px;
  position: absolute;
  top: 30px;
}

/* .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.submission-tab {
  padding: 0 100px;
}

.register-tab .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: none;
}

.register-tab input.form-control {
  /* padding-left: 0; */
  background-color: #f2f2f2;
}

.register-tab .form-control:focus {
  box-shadow: 0px 15px 10px -15px rgba(13, 110, 253, .25);
}

.register-tab .form-group {
  margin-bottom: 25px;
  border: 1px solid #bababa;
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 5px 10px;
}

.register-tab .form-group label {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  /* line-height: 12px; */
}

.rank-badge {
  background-image: url(../images/f3/badge.png);
  background-size: 100% 100%;
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  /* position: relative; */
  width: 33px;
  height: 33px;
  display: inline-block;
}

label.error {
  color: red !important;
}

/* body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
} */

.yoru-main {
  height: 906px;
  width: auto;
}


.modal .header-img {
  max-width: 100%;
}

.modal {
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefit-tag-line {
  padding: 0 20px;
}

.table-rank {
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
}

.table-rank th {
  background-color: transparent;
  color: #000;
  vertical-align: middle;
  border-bottom: unset;
  font-family: 'GS3 Druk Wide', sans-serif;
  font-weight: 400;
}

.table-rank>tbody>tr:nth-of-type(odd)>* {
  background-color: transparent;
  color: #000;
  --bs-table-bg-type: unset;
}

.table-rank>tbody>tr:nth-of-type(even)>* {
  background-color: transparent;
  color: #000;
}

.table-rank>tbody>tr>td {
  border-bottom-width: 0;
}

.carousel-item {
  min-height: 400px;
}

/* .table-rank>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
  color: #000;
  --bs-table-bg-type: unset;
}

.table-rank>tbody>tr:nth-of-type(even) {
  background-color: #dff5ed;
  color: #000;
} */

.table-rank td.rank-col {
  /* display: flex; */
  /* justify-content: center; */
  /* text-align: center; */
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.btn-agree {
  /* background: none; */
  /* border: none; */
  /* padding-top: 30px; */
  /* padding-bottom: 30px; */
}



.f3 .select-wrapper .form-select {
  max-width: 30%;
  color: #fff;
}

.f3 .select-wrapper .form-select option {
  color: #000;
}

.f3 .campaign-month {
  margin-left: 20px;
}

.f3 .top1 {
  margin: 0 20px;
  margin-top: -15px;
}

.f3 .top-wrapper {
  margin-top: 30px;
}

.f4 .select-wrapper .form-select {
  max-width: 30%;
}

.f4 .title {
  /* margin-top: 30px; */
  /* margin-bottom: 20px; */
  font-size: 41px;
  font-family: 'GS3 Druk Wide', sans-serif;
  color: #ff4655;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}

.f3 .title {
  position: relative;
  margin: 0 100px;
}

.f1 .info-logo {
  position: absolute;
  left: 100px;
  top: 0;
}

.f1 .receieve-news {
  position: absolute;
  left: 50px;
  top: 150px;
  z-index: 3;
}

.f1 .bcgt {
  position: absolute;
  right: 20px;
  top: 120px;
  z-index: 3;
}

.f2 .info-logo {
  position: absolute;
  left: 50px;
  top: 20px;
}

.f1 .event-creator {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 2;
}

.f4 .row-container {
  margin-top: 60px;
}

.f4 .card-custom {
  /* width: 258px;
  display: block;
  background: #fff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  height: 120px;
  width: 100%;
  background-image: url('../img/f5/box.png');
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: pointer;
}

.f4 .card-custom:hover {
  filter: drop-shadow(4px 5px 13px #fe5d5d99);
}

.f4 .tiktok-profile-image {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: -25px;
  box-shadow: rgb(255 0 66 / 49%) 0px 0px 20px;
  background-color: #fff;
  object-fit: cover;
}

.creator-info .creator-profile-followers::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 12px);
  right: 0;
  width: 4px;
  height: 24px;
  background: url('../img/popup/seperate_line.png') no-repeat;
  background-size: contain;
  background-position: center;
}

.creator-videos-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  max-width: 100%;
}

.creator-videos-wrapper .card-wrapper {
  padding: 10px 30px;
}

.creator-videos-wrapper .card-custom {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.creator-videos-wrapper .card-custom .card-body {
  padding-left: 0;
  justify-content: flex-start;
  position: absolute;
  bottom: 40px;
  left: 2px;
}

#submission-table th {
  position: sticky;
  top: 0;
  z-index: 10;
  /* background: rgba(255, 255, 255, 0); */
  backdrop-filter: blur(4px);
}

.submission-table-wapper::-webkit-scrollbar {
  width: 5px;
}

.submission-table-wapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.submission-table-wapper::-webkit-scrollbar-thumb {
  background: #ff4655;
}

.submission-table-wapper::-webkit-scrollbar-thumb:hover {
  background: #8f2f37;
}

.creator-videos-wrapper .card-custom .icon-text {
  color: #fff;
}

.creator-videos-wrapper .popup-creator-video {
  width: 150px;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
}

.creator-videos-wrapper .card-custom .card-footer {}

.f4 .view-text {
  font-size: 14px;
  color: #737373;
}

.f4 .tiktok-profile-id {
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f4 .tiktok-view-count {
  font-size: 22px;
}

.f4 .filter-box {
  margin-bottom: calc(45px - 17px);
  /* width: 100%; */
}

.f5 .title {
  margin-top: 37px;
  margin-bottom: 90px;
}

.f5 .block {
  padding: 0 45px;
}

.top-reward-creator {
  position: relative;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}

.reward-top-creator {
  position: relative;
  padding: 0 40px;
}

.reward-top-creator.top1 {
  zoom: 120%;
}

.top-reward-creator-content {
  position: absolute;
  display: flex;
  bottom: 53px;
}

.top23-badge {
  height: 291px;
  width: auto;
}

.top1-badge {
  height: 338px;
  width: auto;
}

.top-title {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 5px;
  font-size: 18px;
  font-weight: bold;
}

.reward-top-creator .image-quantity {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 500;
  padding: 3px 5px;
}

.reward-top-creator .image-item {
  position: relative;
  margin: 0 3px;
  /* margin-bottom: 40px; */
  background-color: #000;
  border-radius: 10px;
}

.reward-top-creator .image-item img {
  border-radius: 10px;
}

.f2 .top-wrapper {
  background-image: url('../images/f2/reward-top-bg.png');
  /* background-size: 100% 100%; */
  background-position: top;
  background-repeat: no-repeat;
  background-position-y: 62px;
}

.f2 .top-wrapper .image-item img {
  height: 40px;
}

.reward-top-creator .top1 {
  margin-left: 40px;
  margin-right: 40px;
}

.top-creator {
  position: relative;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.top1 .top-creator-content {
  top: 47px;
  width: 205px;
}

.top2 .top-creator-content,
.top3 .top-creator-content {
  top: 42px;
  width: 186px;
}

.top-creator-content {
  position: absolute;
  top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-creator-content .top-content-id {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-creator-content .player-avatar {
  height: 80px;
  width: 80px;
  /* padding: 5px 5px 5px 0; */
  border-radius: 50%;
  background-color: #000;
  object-fit: cover;
}

.top1 .top-creator-content .top-content-id {
  margin-bottom: 10px;
  /* height: 55px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.top1 .top-creator-content .player-avatar {
  height: 90px;
  width: 90px;
  /* padding: 5px 5px 5px 0; */
}

.top-creator-content .top-content-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1 .top-creator-content .top-content-name {
  margin-bottom: 5px;
}

.top-creator-content .top-content-point {
  font-weight: bold;
  /* font-size: 18px; */
}

.top-creator-content .top-content-point .total-point {
  font-size: 18px;
  margin-bottom: -4px;
  display: block;
}

.top1 .total-point {
  color: #000;
}

.top2 .total-point {
  color: #000000;
}

.top3 .total-point {
  color: #000;
}

.carousel-control-prev {
  left: -200px;
}

.carousel-control-next {
  right: -200px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}

.carousel-indicators [data-bs-target] {
  width: 50px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
}

.sub-menu:hover .games-menu {
  display: block;
}

.dropdown-item:hover~.dropdown-menu {
  display: block;
}

.dropdown-menu.child:hover {
  display: block;
}

.table-rank tr:last-child td {
  /* padding-bottom: 20px; */
}

.creator-rank-table {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
  /* overflow: auto; */
  background-image: url(../img/f2/table_bg.png);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.creator-rank-table-inner {
  padding: 10px 10px 10px 10px;
  overflow: auto;
  height: 97%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.creator-rank-table-inner::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.creator-rank-table-inner::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.creator-rank-table-inner::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.creator-rank-table-inner::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.top-wrapper .view-text {
  color: #737373;
  font-size: 14px;
  /* padding-top: 5px; */
}

.card-custom .icon-text {
  background-color: rgb(22 22 22 / 60%);
  padding: 0 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.card-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  padding: 10px 35px;
  max-width: 100%;
}

#submission-list {
  margin-top: 30px;
}

.card-custom .icon-text img {
  margin-right: 5px;
}

.f4 .main-container {
  max-width: 1600px;
}

/* :lang(vi) .logo18 {
  visibility: visible !important;
} */

.program_image_1,
.program_image_2 {
  height: 567px;
  width: auto;
}

.f3 .hero-wrapper {
  height: 100% !important;
}

.f3 .top-creator-content {
  cursor: pointer;
}

.f2 .main-title {
  font-family: 'GS3 Druk Wide', sans-serif;
  font-size: 40px;
  font-style: italic;
  color: #ff4655;
  text-shadow: 4px 3px 12px rgba(255, 102, 102, 0.59);
  margin-bottom: 40px;
}

#creatorInfoPopupContent {
  max-width: 100%;
}

.f5 .benefit-class {
  height: 200px;
}

.f5 .benefit-content {
  font-size: 16px;
}

.f1 {
  height: 100%;
  min-height: 900px;
}

.f5 {
  height: 850px;
  min-height: 850px;
}

@media (min-width: 1400px) {}

@media only screen and (min-width: 4001px) {}

@media only screen and (max-width: 3001px) {}

@media only screen and (max-width: 2501px) {}

@media only screen and (max-width: 2301px) {}

@media only screen and (max-width: 2000px) {
  
}

@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1600px) {

  .full-frame {
    height: 800px;
    min-height: 800px;
  }

  .f1 {
    height: 100%;
    min-height: 700px;
  }

  .f5 {
    height: 800px;
    min-height: 800px;
  }

  .f4 {
    height: auto;
    min-height: 700px;
  }

  .f2 {
    height: 700px;
    min-height: 700px;
  }

  .f3 {
    height: 800px;
    min-height: 800px;
  }

  .header .container-fluid,
  .f1 .container,
  .f2 .container,
  /* .f3 .container, */
  .f4 .container,
  .f4 .container-md,
  .f5 .container,
  .sticky-social-icons,
  .f1 .receieve-news,
  .f1 .bcgt {
    zoom: 73%;
  }

  .f1 .cborder.left-top {
    width: 235px;
    height: 151px;
  }

  .f1 .cborder.left-bottom {
    width: 464px;
    height: 247px;
  }

  .f1 .cborder.right-top {
    width: 464px;
    height: 247px;
  }

  .f1 .cborder.right-bottom {
    width: 262px;
    height: 262px;
  }

  .yoru-main {
    height: 651px;
    width: auto;
  }

  .top23-badge {
    height: 250px;
    width: auto;
  }

  .top1-badge {
    height: 280px;
    width: auto;
  }

  .top1 .top-creator-content {
    width: 175px;
  }

  .top2 .top-creator-content, .top3 .top-creator-content {
    width: 160px;
  }

  .title-gs-bg {
    font-size: 40px;
  }

  .f3 .select-wrapper {
    margin-top: 5px;
    position: absolute;
    right: 50px;
  }

  .f3 .top-wrapper {
    margin-top: 15px;
  }

  .table-rank th {
    font-size: 15px;
  }

  .table.table-rank>:not(caption)>*>* {
    padding: .1rem .1rem;
  }

  .table-rank>tbody>tr>td {
    font-size: 14px;
  }

  .creator-rank-table {
    margin-bottom: 10px;
    height: 360px;
  }

  .table-rank {
    margin-top: 0;
  }

  .top-creator-content .player-avatar {
    height: 50px;
    width: 50px;
  }

  .top1 .top-creator-content .player-avatar {
    height: 60px;
    width: 60px;
  }

  .f4 .main-container {
    max-width: 1500px;
  }

  .f4 .tiktok-profile-image {
    height: 70px;
    width: 70px;
    top: 17px;
    left: -23px;
  }

  .card-custom .card-body {
    padding-left: 80px;
  }

  .f4 .card-custom {
    height: 105px;
  }

  .f4 .tiktok-profile-id {
    font-size: 16px;
  }

  #submission-list {
    margin-top: 20px;
  }

  .card-wrapper {
    margin-bottom: 0px;
  }

  .top-creator-content .top-content-name {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .f5 .benefit-content {
    font-size: 16px;
  }
}


@media only screen and (max-width: 1400px) {
  .yoru-main {
    height: 650px;
    width: auto;
  }

  .f1 .info-logo {
    left: 0;
  }

  .f1 .receieve-news {
    left: 20px;
  }
  
  .f1 .bcgt {
    right: 20px;
  }

  .f1 .event-creator {
    left: 0;
  }

  .top1-badge {
    height: 260px;
    width: auto;
  }

  .top23-badge {
    height: 240px;
    width: auto;
  }

  .top1 .top-creator-content {
    top: 36px;
  }

  .top2 .top-creator-content,
  .top3 .top-creator-content {
    top: 36px;
  }

  .title-gs-bg {
    font-size: 34px;
  }

  .f3 .top1 {
    margin-top: -12px;
  }

  .f3 .select-wrapper {
    margin-top: 5px;
    position: absolute;
    right: 50px;
  }

  .f3 .top-wrapper {
    margin-top: 15px;
  }

  .table-rank th {
    font-size: 15px;
  }

  .table>:not(caption)>*>* {
    padding: .1rem .1rem;
  }

  .table-rank>tbody>tr>td {
    font-size: 14px;
  }

  .creator-rank-table {
    margin-bottom: 10px;
  }

  .table-rank {
    margin-top: 0;
  }

  .top-creator-content .player-avatar {
    height: 50px;
    width: 50px;
  }

  .top1 .top-creator-content .player-avatar {
    height: 60px;
    width: 60px;
  }

  .f4 .main-container {
    max-width: 1500px;
  }

  .f4 .tiktok-profile-image {
    height: 80px;
    width: 80px;
    top: 17px;
    left: -23px;
  }

  .card-custom .card-body {
    padding-left: 80px;
  }

  .f4 .card-custom {
    height: 116px;
  }

  .f4 .tiktok-profile-id {
    font-size: 16px;
  }

  #submission-list {
    margin-top: 20px;
  }

  .card-wrapper {
    margin-bottom: 0px;
  }

  .f2 .info-logo {
    left: 0px;
  }

  .f5 .benefit-content {
    font-size: 16px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

  .btn-download-app {
    /* height: 90px; */
    /* width: 380px; */
    /* font-size: 18px; */
    /* padding-top: 21px; */
  }

  .f5 .cta-button {
    margin-top: -129px;
  }

  .profile-area .dropdown-toggle {
    padding: 0 10px 0 0;
  }

  .f1 .text-2 {
    margin: 20px 100px;
  }

  .f1 .info-logo {
    position: absolute;
    left: -180px;
    top: 0;
  }

  .footer-social-item {
    width: 60px;
    height: 60px;
  }

  .footer-social-item.tt {
    width: 61px;
    height: 60px;
  }

  .footer .more-text {
    height: 12px;
  }

  .yoru-main {
    height: 400px;
    width: auto;
  }

  .f3 .rank-container {
    /* zoom: 41%; */
  }

  .f2 .info-logo {
    left: -210px;
    top: 20px;
  }

  .f5 .benefit-rows {
    zoom: 55%;
  }

  /* .top23-badge {height: 150px;}

  .top1-badge {height: 250px;}

  .f3 .title {
    font-size: 30px;
  } */

  .f5 .benefit-class {
    height: 200px;
  }

  .f5 .benefit-content {
    font-size: 12px;
  }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 992px) {

  .header .container-fluid,
  .f1 .container,
  .f2 .container,
  .f4 .container,
  .f4 .container-md,
  .f5 .container,
  .sticky-social-icons,
  .f1 .receieve-news,
  .f1 .bcgt {
    zoom: unset;
  }

  .f1 .receieve-news {
    left: 10px;
    height: 50px;
    /* top: 170px; */
  }

  .f1 .bcgt {
    top: 50px;
    height: 120px;
  }

  .f1 .main-logo {
    height: 250px;
    width: auto;
    margin-top: -20px;
  }

  .f1 .info-logo {
    left: 10px;
    top: -40px;
  }

  .f1 .text-1 {
    font-size: 24px;
  }

  .f1 .seperate-line {
    height: 15px;
  }

  .f1 .title-wrapper {
    padding-top: 20px;
  }

  .f1 .cborder {
    zoom: 60%;
  }

  .f3 .bxh-wrapper {
    margin: auto;
  }

  .f2 .carousel-item img {
    height: 300px;
  }

  .f3 .container-fluid {
    align-items: center !important;
  }

  .f1 .event-creator {
    height: 45px;
    left: 10px;
    top: 12px;
  }

  .f1 .container {
    max-width: 100%;
  }

  .submission-tab {
    padding: 0 10px;
  }

  .social-containter .float-btn-join {
    width: 97px;
    height: 55px;
  }

  .f2 .info-logo {
    left: -45px;
    top: 16px;
  }

  .carousel-control-prev {
    left: -100px;
  }

  .carousel-control-next {
    right: -100px;
  }

  .carousel-item {
    min-height: 250px;
  }

  .btn-download-app {
    height: 60px;
    width: 330px;
    font-size: 14px;
    padding-top: 16px;
  }

  .f5 .cta-button {
    margin-top: -94px;
  }

  .f5 .container {
    max-width: 100%;
  }

  .yoru-main {
    height: 450px;
    width: auto;
  }

  .top23-badge {
    height: 190px;
    width: auto;
  }

  .top1-badge {
    height: 220px;
    width: auto;
  }

  .title-gs-bg {
    font-size: 24px;
  }

  .f3 .select-wrapper {
    margin-top: 5px;
    position: absolute;
    right: 10px;
  }

  .f3 .top-wrapper {
    margin-top: 15px;
  }

  .table-rank th {
    font-size: 12px;
  }

  .table>:not(caption)>*>* {
    padding: .1rem .1rem;
  }

  .table-rank>tbody>tr>td {
    font-size: 13px;
  }

  .creator-rank-table {
    margin-bottom: 15px;
  }

  .table-rank {
    margin-top: 0;
  }

  .top-creator-content .player-avatar {
    height: 50px;
    width: 50px;
  }

  .top1 .top-creator-content .player-avatar {
    height: 55px;
    width: 55px;
  }

  .f4 .main-container {
    max-width: 98%;
  }

  .f4 .tiktok-profile-image {
    height: 80px;
    width: 80px;
    top: 17px;
    left: -23px;
  }

  .card-custom .card-body {
    padding-left: 50px;
  }

  .f4 .card-custom {
    height: 94px;
  }

  .f4 .tiktok-profile-id {
    font-size: 14px;
  }

  #submission-list {
    margin-top: 20px;
  }

  .card-wrapper {
    margin-bottom: 0px;
  }

  .top-creator-content .top-content-name {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .f1 .text-2 {
    margin: 20px 0px;
    padding: 0 20px;
    font-size: 16px;
  }

  .popup.join .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0 20px;
  }

  .popup.join .modal-dialog {
    max-width: 600px;
  }

  .f3 {
    height: 600px;
    min-height: 800px;
  }

  #frame-bxh {
      background-size: auto;
      background-position-x: left;
  }

  .f3 .top1 {
    margin-top: -12px;
    margin: 0 0px;
  }

  .f3 .rank-container {
    /* margin-left: -40px; */
  }

  .top-creator-content .top-content-point .total-point {
    font-size: 14px;
  }

  .top-wrapper .view-text {
    font-size: 10px;
  }

  .top1 .top-creator-content {
    top: 30px;
    width: 130px;
  }

  .top2 .top-creator-content,
  .top3 .top-creator-content {
    top: 30px;
    width: 123px;
  }

  .top-creator-content .top-content-id {
    margin-bottom: 5px;
  }

  .top1 .top-creator-content .top-content-id {
    margin-bottom: 5px;
  }

  .top-creator-content .top-content-point .total-point {
    margin-bottom: -8px;
  }

  .f2,
  .f5 {
    height: 650px;
    min-height: 650px;
  }

  .f5 .main-title {
    height: 55px;
    width: auto;
  }

  .f4 .title {
    font-size: 25px;
  }

  .f4 .tiktok-profile-image {
    height: 60px;
    width: 60px;
  }

  .f4 .tiktok-view-count {
    font-size: 18px;
  }

  .f4 {
    height: auto;
    min-height: 700px;
  }

  .f5 .benefit-class {
    height: 180px;
  }



  .creator-videos-wrapper .popup-creator-video {
    width: 110px;
    height: 150px;
  }

  .creator-videos-wrapper .card-wrapper {
    padding: 10px 10px;
  }

  .creator-videos-wrapper {
    margin-top: 20px;
  }

  .creator-info .creator-profile-name {
    margin: 10px 0;
  }

  .card-custom .card-footer {
    font-size: 14px;
    padding: 5px 2px;
  }

  .f5 .benefit-content {
    font-size: 10px;
  }

  .modal {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {

  .header .container-fluid,
  .f1 .container,
  .f2 .container,
  .f4 .container,
  .f4 .container-md,
  .f5 .container,
  .sticky-social-icons {
    zoom: unset;
  }

  .f1 .main-logo {
    height: 220px;
    width: auto;
    margin-top: -20px;
  }

  .f1 .info-logo {
    left: 10px;
    top: -40px;
  }

  .f1 .text-1 {
    font-size: 20px;
  }

  .f1 .seperate-line {
    height: 15px;
  }

  .f2 .carousel-item img {
    height: 300px;
  }

  .f1 .event-creator {
    height: 39px;
    left: 10px;
    top: 12px;
  }

  .f1 .container {
    max-width: 100%;
    margin-top: 40px;
  }

  .social-containter .float-btn-join {
    width: 97px;
    height: 55px;
  }

  .f2 .info-logo {
    left: -45px;
    top: 13px;
    height: 20px;
  }

  .carousel-control-prev {
    left: -100px;
  }

  .carousel-control-next {
    right: -100px;
  }

  .carousel-item {
    min-height: 250px;
  }

  .btn-download-app {
    height: 50px;
    width: 295px;
    font-size: 14px;
    padding-top: 16px;
  }

  .f5 .cta-button {
    margin-top: -94px;
  }

  .f5 .container {
    max-width: 100%;
  }

  .f5 .benefit-content {
    font-size: 10px;
  }

  .yoru-main {
    height: 320px;
    width: auto;
  }

  .top23-badge {
    /* height: 183px; */
    /* width: auto; */
  }

  .top1-badge {
    /* height: 184px; */
    /* width: auto; */
  }

  .title-gs-bg {
    font-size: 24px;
  }

  .f3 .select-wrapper {
    margin-top: 5px;
    position: absolute;
    right: 10px;
  }

  .f3 .top-wrapper {
    margin-top: 15px;
  }

  .table-rank th {
    font-size: 12px;
  }

  .table>:not(caption)>*>* {
    padding: .1rem .1rem;
  }

  .table-rank>tbody>tr>td {
    font-size: 13px;
  }

  .creator-rank-table {
    margin-bottom: 15px;
  }

  .table-rank {
    margin-top: 0;
  }

  .top-creator-content .player-avatar {
    height: 50px;
    width: 50px;
  }

  .top1 .top-creator-content .player-avatar {
    height: 55px;
    width: 55px;
  }

  .f4 .main-container {
    max-width: 98%;
  }

  .f4 .tiktok-profile-image {
    height: 80px;
    width: 80px;
    top: 17px;
    left: -23px;
  }

  .card-custom .card-body {
    padding-left: 50px;
  }

  .f4 .card-custom {
    height: 94px;
  }

  .f4 .tiktok-profile-id {
    font-size: 12px;
  }

  #submission-list {
    margin-top: 20px;
  }

  .card-wrapper {
    margin-bottom: 15px;
    padding: 5px 20px;
  }

  .top-creator-content .top-content-name {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .f1 .text-2 {
    margin: 20px 0px;
    padding: 0 20px;
    font-size: 13px;
  }

  .popup.join .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0 20px;
  }

  .popup.join .modal-dialog {
    max-width: 600px;
  }

  .f3 {
    height: 1100px;
    min-height: 1100px;
  }

  .f3 .top1 {
    margin-top: -12px;
    margin: 0 0px;
    margin-top: -7px;
  }

  .f3 .rank-container {
    margin-left: 0;
  }

  .top-creator-content .top-content-point .total-point {
    font-size: 14px;
  }

  .top-wrapper .view-text {
    font-size: 10px;
  }

  .top1 .top-creator-content {
    top: 30px;
    width: 130px;
  }

  .top2 .top-creator-content,
  .top3 .top-creator-content {
    top: 30px;
    width: 123px;
  }

  .top-creator-content .top-content-id {
    margin-bottom: 5px;
  }

  .top1 .top-creator-content .top-content-id {
    margin-bottom: 5px;
  }

  .top-creator-content .top-content-point .total-point {
    margin-bottom: -8px;
  }

  .f2,
  .f5 {
    height: 550px;
    min-height: 550px;
  }

  .f5 .main-title {
    height: 50px;
    width: auto;
  }

  .f4 .title {
    font-size: 22px;
  }

  .f4 .tiktok-profile-image {
    height: 60px;
    width: 60px;
  }

  .f4 .tiktok-view-count {
    font-size: 16px;
  }

  .f4 {
    height: 700px;
    min-height: 700px;
  }

  .f5 .benefit-class {
    height: 180px;
  }

  .creator-videos-wrapper .popup-creator-video {
    width: 110px;
    height: 150px;
  }

  .creator-videos-wrapper .card-wrapper {
    padding: 10px 10px;
  }

  .creator-videos-wrapper {
    margin-top: 20px;
  }

  .creator-info .creator-profile-name {
    margin: 10px 0;
  }

  .card-custom .card-footer {
    font-size: 14px;
    padding: 5px 2px;
  }

  .f3 .hero-wrapper {
    height: auto !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .common-form {
    font-size: 12px;
    padding: 5px 20px;
  }

  #submission-table th {
    white-space: nowrap;
    font-size: 12px;
  }

  #terms-checkbox {
    margin-right: 0;
  }

  .form-check-label {
    font-size: 13px;
  }

  #submission-table tr {
    font-size: 12px;
  }

  .f1 {
    height: 650px;
    min-height: 650px;
  }

  .modal.show .modal-dialog {
    max-width: none;
    margin: 0;
    width: 100%;
  }

  #agree-error,
  #terms-checkbox-error {
    font-size: 13px;
  }

  .benefit-tag {

    font-size: 11px;

    margin: 0 10px;
  }

  .benefit-content p {
    font-size: 10px;
  }

  #infoPopup .modal-content {
    max-width: 95%;
  }

  #joinPopup .modal-content {
    max-width: 99%;
  }
}

@media only screen and (max-width: 850px) {

  .f1 .text-1 {
    font-size: 22px;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 375px) {}