@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Regular.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-SemiBold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins-Bold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
body {
  margin: 0;
  padding: 0;
  background-color: #101c2c;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #252e3a;
}
body::-webkit-scrollbar-track {
  background-color: #252e3a;
}
body::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
  border-radius: 5px;
  border: 1px solid #252e3a;
}

.product-guide-area, .product-buy-area {
  width: 100%;
  transition: 0.5s ease-in-out;
  transition-property: opacity;
  opacity: 1;
}
.product-guide-area.hidden, .product-buy-area.hidden {
  opacity: 0;
}
.product-guide-area.notvisible, .product-buy-area.notvisible {
  display: none;
}

.main-smile-videos-container, .main-smile-video-playback-container {
  background-color: #101c2c;
}

.smile-videos-filtering-area {
  /* padding-top: 12px; */
  padding-bottom: 12px;
  background-color: #252e3a;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.smile-videos-filtering-area .smile-videos-filtering {
  max-width: 768px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 8px;
}
.smile-videos-filtering-area .smile-videos-filtering #game-id + .select2-container {
  margin: 0;
  margin-right: 8px;
  width: 100% !important;
  max-width: 45%;
  margin-left: 5%;
}
.smile-videos-filtering-area .smile-videos-filtering #order-by + .select2-container {
  margin: 0;
  margin-left: 8px;
  width: 100% !important;
  max-width: 45%;
  margin-right: 5%;
}

.filter-dropdown > .select2-search--dropdown {
  padding: 7px;
}

.smile-videos-filtering-area #game-id, .smile-videos-filtering-area #order-by {
  width: calc(50% - 8px);
  visibility: hidden;
}

#smile-videos-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  box-sizing: border-box;
  background-color: #101c2c;
  margin: 0;
  padding: 0;
}
#smile-videos-container + #video-list-bottom {
  width: 100%;
}
#smile-videos-container .main-smile-videos-container + .footer-container {
  height: 82px;
  background-color: #101c2c;
  width: 100%;
}
#smile-videos-container #smile-video-error-container h1 {
  color: #fff;
  font-size: 16px;
}

.smile-video-container,
.smile-video-wrapper,
.smile-video-post-wrapper {
  max-width: 768px;
  min-width: 280px;
  width: 100%;
}

.smile-video-container {
  padding: 20px;
  width: calc(100% - 48px);
  text-decoration: none;
  border-bottom: 1px solid #293648;
}

.smile-video-post-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 8px;
  width: calc(100% - 16px);
}
.smile-video-post-wrapper .smile-video-post-header {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  max-height: 32px;
  margin-bottom: 15px;
}
.smile-video-post-wrapper .smile-video-post-header div.icon {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #A9ACAF;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.smile-video-post-wrapper .smile-video-post-header h3.title {
  color: #A9ACAF;
  font-size: 15px;
  display: block;
  margin-right: 12px;
  flex: 0 0 calc(100% - 80px);
}
.smile-video-post-wrapper .smile-video-post-header div.share {
  height: 24px;
  width: 24px;
  color: #8F8F8F;
  font-size: 24px;
}
.smile-video-post-wrapper .smile-video-title-container {
  text-decoration: none;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.smile-video-post-wrapper .smile-video-title-container h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #F5F6F6;
}
.smile-video-post-wrapper .smile-video-post-description-container {
  text-decoration: none;
  width: 100%;
  display: block;
}
.smile-video-post-wrapper .smile-video-post-description-container h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #F5F6F6;
}
.smile-video-post-wrapper .smile-video-post-description-container > .post-description-container {
  display: flex;
  margin-top: 12px;
  /* @media screen and (min-width: 501px) {
    align-items: center;
  } */
}
.smile-video-post-wrapper .smile-video-post-description-container > .post-description-container > .smile-video-description {
  flex: 2 1 auto;
}
.smile-video-post-wrapper .smile-video-post-description-container > .post-description-container > .smile-video-description > span {
  max-height: 46px;
  color: #A9ACAF;
  font-size: 13.5px;
  width: calc(100% - 10px);
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.smile-video-post-wrapper .smile-video-post-description-container > .post-description-container > .smile-video-post-picture {
  flex: 0 0 30%;
  /* > img {
    width: 100%;
  } */
}
.smile-video-post-wrapper .smile-video-post-description-container > .post-description-container > .smile-video-post-picture > .post-pic {
  height: 0;
  padding-bottom: 64%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}
.smile-video-post-wrapper .smile-video-description-container {
  text-decoration: none;
  display: flex;
  padding-bottom: 11px;
  max-height: 400px;
  transition: 0.3s ease-in-out;
  transition-property: max-height height;
}
.smile-video-post-wrapper .smile-video-description-container .smile-video-description {
  color: #A9ACAF;
  font-size: 13.5px;
  width: calc(100% - 10px);
  padding-right: 16px;
}
.smile-video-post-wrapper .smile-video-description-container.hidden {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 16px;
  overflow: hidden;
}
.smile-video-post-wrapper .smile-video-description-container.hidden .smile-video-description.hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.smile-video-post-wrapper .smile-video-description-container.hidden .smile-video-description-action .collapse-icon {
  transform: rotate(0deg);
}
.smile-video-post-wrapper .smile-video-description-container .smile-video-description-action {
  width: 10px;
}
.smile-video-post-wrapper .smile-video-description-container .smile-video-description-action .collapse-icon {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("./../../image/video-guide/collapse-btn.png");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-180deg);
}

.smile-video-wrapper {
  position: relative;
  display: block;
}
.smile-video-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.smile-video-wrapper .video-container iframe, .smile-video-wrapper .video-container object, .smile-video-wrapper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smile-video-wrapper .smile-video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101c2c;
}
.smile-video-wrapper .smile-video-img:hover > .smile-video-control > div {
  opacity: 0.8;
}
.smile-video-wrapper .smile-video-img.hidden {
  display: none;
}
.smile-video-wrapper .smile-video-img > .smile-video-thumbnail {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  background-color: #252f3b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.smile-video-wrapper .smile-video-img > .smile-video-thumbnail > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.smile-video-wrapper .smile-video-img > .smile-video-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.smile-video-wrapper .smile-video-img > .smile-video-control > div {
  transition: opacity 0.4s ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
}
.smile-video-wrapper .smile-video-img > .smile-video-control > div.play {
  background-image: url("./../../image/video-guide/play-btn.png");
}
.smile-video-wrapper .smile-video-img > .smile-video-control > div.play.hidden {
  display: none;
}
.smile-video-wrapper .smile-video-img > .smile-video-control > div.loading {
  background-image: url("./../../image/video-guide/loading.svg");
}
.smile-video-wrapper .smile-video-img > .smile-video-control > div.loading.hidden {
  display: none;
}
.smile-video-wrapper .smile-video-img > .smile-video-control > div.pause {
  background-image: url("./../../image/video-guide/pause-btn.png");
}
.smile-video-wrapper .smile-video-img > .smile-video-control > div.pause.hidden {
  display: none;
}
.smile-video-wrapper .player-wrapper {
  width: 100%;
  text-align: center;
}
.smile-video-wrapper .player-wrapper > .video-player {
  min-width: 260px;
  max-width: 767.9px;
  width: 100%;
  height: 55.9895833333vw;
}
@media screen and (max-width: 280px) {
  .smile-video-wrapper .player-wrapper > .video-player {
    height: 156px;
  }
}
@media screen and (min-width: 768px) and (min-height: 800px) {
  .smile-video-wrapper .player-wrapper > .video-player {
    height: 430px;
  }
}
@media screen and (min-width: 768px) and (max-height: 799.9px) {
  .smile-video-wrapper .player-wrapper > .video-player {
    height: 280px;
  }
}

#smile-videos-container > .smile-video-container .player-wrapper .video-player {
  min-width: 260px;
  max-width: 767.9px;
  width: 100%;
  height: 46.875vw;
}
@media screen and (max-width: 280px) {
  #smile-videos-container > .smile-video-container .player-wrapper .video-player {
    height: 130px;
  }
}
@media screen and (min-width: 768px) {
  #smile-videos-container > .smile-video-container .player-wrapper .video-player {
    height: 360px;
  }
}

.smile-product-top-menu {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #252e3a;
}
@media screen and (min-width: 768px) {
  .smile-product-top-menu {
    background-color: unset;
  }
}
.smile-product-top-menu > .product-top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item {
  font-size: 16px;
  color: #7C7E98;
  float: left;
  display: flex;
  align-items: center;
  margin: 12px 24px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item:hover {
  color: #03DBA5;
  transition: 0.5s ease-in-out;
  transition-property: color;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item:after {
  transition: width 0.3s ease-in-out;
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0%;
  background: #03DBA5;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item.active {
  color: #03DBA5;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item.active:after, .smile-product-top-menu > .product-top-menu > .product-top-menu-item:hover:after {
  width: 100%;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item > .product-top-menu-icon {
  height: 16px;
  width: 16px;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  background-repeat: no-repeat;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item > .product-top-menu-icon.shop {
  background-image: url("./../../image/video-guide/shop0.png");
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item > .product-top-menu-icon.videos {
  background-image: url("./../../image/video-guide/videos0.png");
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item.active > .product-top-menu-icon, .smile-product-top-menu > .product-top-menu > .product-top-menu-item:hover > .product-top-menu-icon {
  transition: background-image 0.3s ease-in-out;
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item.active > .product-top-menu-icon.shop, .smile-product-top-menu > .product-top-menu > .product-top-menu-item:hover > .product-top-menu-icon.shop {
  background-image: url("./../../image/video-guide/shop1.png");
}
.smile-product-top-menu > .product-top-menu > .product-top-menu-item.active > .product-top-menu-icon.videos, .smile-product-top-menu > .product-top-menu > .product-top-menu-item:hover > .product-top-menu-icon.videos {
  background-image: url("./../../image/video-guide/videos1.png");
}

#smile-product-videos-container {
  background-color: #101d2c;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  max-width: 768px;
}

#smile-product-video-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
#smile-product-video-loading .loading-icon {
  width: 48px;
  height: 48px;
  background-image: url("./../../image/video-guide/inline-loading.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.smile-product-video-container {
  margin: 0;
  padding: 14px 0px;
  min-width: 240px;
  width: calc(100% - 28px);
  max-width: 880px;
  display: block;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid #3E4A5A;
}
@media screen and (max-width: 500px) {
  .smile-product-video-container {
    align-items: initial;
  }
}
.smile-product-video-container :focus {
  outline: none !important;
}
.smile-product-video-container > .smile-product-video-top {
  display: flex;
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area {
  flex: 0 0 calc(30% - 14px);
  margin-right: 14px;
  border-radius: 6px;
  max-width: 180px;
  /* @media screen and (max-width: 340px) {
    flex: 0 0 calc(50% - 14px);
  } */
}
@media screen and (max-width: 500px) {
  .smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area {
    flex: 0 0 100px;
    min-width: 100px;
  }
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area > .smile-product-video-img {
  height: 0;
  background-color: #202E3B;
  padding-bottom: 55.56%;
  position: relative;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area > .smile-product-video-img > .smile-product-post-img-count {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: #FEFEFE;
  opacity: 0.6;
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area > .smile-product-video-img > .smile-product-post-img-count > .img-count {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #131D2B;
  font-weight: 700;
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area > .smile-product-video-img > .smile-product-video-img-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area > .smile-product-video-img > .smile-product-video-img-shadow > .smile-product-video-img-action {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  height: 48px;
  width: 48px;
  background-image: url("./../../image/video-guide/play-btn.png");
  background-size: 48px 48px;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .smile-product-video-container > .smile-product-video-top > .smile-product-video-img-area > .smile-product-video-img > .smile-product-video-img-shadow > .smile-product-video-img-action {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    height: 32px;
    width: 32px;
    background-size: 32px 32px;
  }
}
.smile-product-video-container:hover > .smile-product-video-top > .smile-product-video-img-area > .smile-product-video-img > .smile-product-video-img-shadow > .smile-product-video-img-action {
  opacity: 0.7;
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-details-area {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* @media screen and (max-width: 340px) {
    flex: 0 0 50%;
  } */
}
@media screen and (max-width: 500px) {
  .smile-product-video-container > .smile-product-video-top > .smile-product-video-details-area {
    flex: 0 0 calc(100% - 100px);
    justify-content: space-between;
  }
}
.smile-product-video-container > .smile-product-video-top > .smile-product-video-details-area > .smile-product-video-details-title {
  padding-right: 14px;
  margin-bottom: 6px;
  font-family: Arial, Helvetica, sans-serif;
  color: #EDEDED;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .smile-product-video-container > .smile-product-video-top > .smile-product-video-details-area > .smile-product-video-details-title {
    margin-bottom: 18px;
  }
}
.smile-product-video-container > .smile-product-video-bottom {
  padding: 0px 4px;
}
@media screen and (min-width: 501px) {
  .smile-product-video-container > .smile-product-video-bottom {
    padding: 0px 6px;
  }
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions {
  margin-top: 14px;
  /* @media screen and (min-width: 501px) {
    margin-bottom: 12px;
  } */
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item {
  display: flex;
  flex: 1;
  align-items: center;
  /* @media screen and (max-width: 500px) {
    margin: 6px 0;
  } */
  justify-content: center;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item:first-of-type {
  justify-content: left;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item:nth-of-type(3) {
  flex: 1 0 auto;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item:last-of-type {
  flex: 0 0 16px;
  justify-content: right;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item > .action-item-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #A5AEC8;
  font-size: 12px;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 320px) {
  .smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item > .action-item-text .view-count {
    display: none;
  }
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item > .action-item-icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  margin-right: 4px;
  transition: filter 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item > .action-item-icon.time {
  background-image: url("./../../image/video-guide/time1.png");
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item > .action-item-icon.views {
  background-image: url("./../../image/video-guide/views.png");
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item > .action-item-icon.likes {
  background-image: url("./../../image/video-guide/likes0.png");
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item > .action-item-icon.share {
  background-image: url("./../../image/video-guide/share.png");
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item.liked > .action-item-text {
  color: #F94438;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item.liked > .action-item-icon.likes {
  background-image: url("./../../image/video-guide/likes1.png");
  animation: growth 0.4s linear 1;
}
@keyframes growth {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item:hover > .action-item-text {
  color: #EDEDED;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item.liked:hover > .action-item-text {
  color: #F94438;
}
.smile-product-video-container > .smile-product-video-bottom > .smile-product-video-details-actions > .smile-product-video-details-actions-list > .smile-product-video-details-actions-item:hover > .action-item-icon {
  filter: brightness(1.5);
}

.smile-videos-shadow-area {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}

#smile-videos-share-panel {
  position: absolute;
  bottom: 0;
  background-color: #252e3a;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 32px 16px;
  box-sizing: border-box;
  animation: slideup 0.2s linear 1;
}
@keyframes slideup {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#smile-videos-share-panel > h2 {
  color: #EDEDED;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
#smile-videos-share-panel .close-area {
  margin-top: -24px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#smile-videos-share-panel .close-area > .close-btn {
  color: #EDEDED;
  width: 24px;
  height: 24px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
#smile-videos-share-panel .smile-video-share-options {
  width: 100%;
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list li.smile-video-share-option {
  margin-right: 18px;
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > div.btn-image {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > div.btn-image.copylink {
  background-image: url("./../../image/video-guide/share-link.png");
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > div.btn-image.ws {
  background-image: url("./../../image/video-guide/share-whatsapp.png");
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > div.btn-image.fb {
  background-image: url("./../../image/video-guide/share-facebook.png");
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > div.btn-image.tw {
  background-image: url("./../../image/video-guide/share-twitter.png");
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > div.btn-image.linkedin {
  background-image: url("./../../image/video-guide/share-linkedin.png");
}
@media screen and (max-width: 500px) {
  #smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > div.btn-image {
    width: 32px;
    height: 32px;
  }
}
#smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > p {
  font-family: Arial, Helvetica, sans-serif;
  color: #A5AEC8;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #smile-videos-share-panel .smile-video-share-options ul.smile-video-share-options-list > li.smile-video-share-option > a > p {
    font-size: 12px;
  }
}

#smile-video-playback-root-container {
  position: relative;
}
#smile-video-playback-root-container.static {
  max-height: 430px;
}
@media screen and (min-width: 768px) and (max-height: 799.9px) {
  #smile-video-playback-root-container.static {
    height: 280px;
  }
}

#smile-video-details-container {
  background-color: #101c2c;
  font-family: Arial, Helvetica, sans-serif;
  color: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
#smile-video-details-container.hidden {
  display: none;
}
#smile-video-details-container .smile-video-player-info {
  width: 100%;
  max-width: 768px;
  padding: 20px 20px 16px 20px;
  box-sizing: border-box;
  /* > .smile-video-player-actions-list > .smile-product-video-details-actions-item:hover > .action-item-text{
    color: #A5AEC8;
  } */
}
#smile-video-details-container .smile-video-player-info > h1 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #EDEDED;
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 12px;
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item {
  display: flex;
  align-items: center;
  margin: 6px 0 12px 0;
}
@media screen and (max-width: 500px) {
  #smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item {
    margin: 6px 0;
  }
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #EDEDED;
  font-size: 12px;
  margin-right: 48px;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-text {
    margin-right: 32px;
  }
}
@media screen and (max-width: 500px) {
  #smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-text {
    margin-right: 18px;
  }
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  margin-right: 4px;
  transition: filter 0.3s ease-in-out;
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-icon.time {
  background-image: url("./../../image/video-guide/time.png");
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-icon.views {
  background-image: url("./../../image/video-guide/views1.png");
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-icon.likes {
  cursor: pointer;
  background-image: url("./../../image/video-guide/likes2.png");
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-icon.likes + div.action-item-text {
  cursor: pointer;
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item > .action-item-icon.share {
  cursor: pointer;
  background-image: url("./../../image/video-guide/share1.png");
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item.liked > .action-item-text {
  color: #F94438;
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item.liked > .action-item-icon.likes {
  background-image: url("./../../image/video-guide/likes1.png");
  animation: growth 0.4s linear 1;
}
@keyframes growth {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item.liked:hover > .action-item-text {
  color: #F94438;
}
#smile-video-details-container .smile-video-player-info > .smile-video-player-actions-list > .smile-product-video-details-actions-item:hover > .action-item-icon {
  filter: brightness(1.5);
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container {
  margin: 0;
  display: flex;
  max-height: 400px;
  transition: 0.3s ease-in-out;
  transition-property: max-height height;
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container .smile-video-description {
  color: #A9ACAF;
  font-size: 13.5px;
  width: calc(100% - 10px);
  padding-right: 16px;
  overflow: hidden;
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container .smile-video-description.post {
  padding-right: 0;
  width: 100%;
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container.hidden {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 48px;
  overflow: hidden;
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container.hidden .smile-video-description.hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container.hidden .smile-video-description-action .collapse-icon {
  transform: rotate(0deg);
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container .smile-video-description-action {
  width: 10px;
}
#smile-video-details-container .smile-video-player-info .smile-video-description-container .smile-video-description-action .collapse-icon {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("./../../image/video-guide/collapse-btn.png");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-180deg);
}
#smile-video-details-container .smile-video-player-game-tag {
  background-color: #202E3B;
  display: flex;
  padding: 12px;
  align-items: center;
  border-radius: 5px;
  margin: 0 8px;
  width: calc(100% - 16px);
  max-width: 752px;
  box-sizing: border-box;
  text-decoration: none;
}
#smile-video-details-container .smile-video-player-game-tag.top {
  margin-top: 20px;
}
#smile-video-details-container .smile-video-player-game-tag .smile-video-player-game-icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border: 1px solid #6D6C6A;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#smile-video-details-container .smile-video-player-game-tag .smile-video-player-game-info {
  width: calc(100% - 60px);
}
#smile-video-details-container .smile-video-player-game-tag .smile-video-player-game-info .smile-video-player-game-title {
  font-size: 13px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
#smile-video-details-container .smile-video-player-game-tag .smile-video-player-game-info .smile-video-player-game-desc {
  font-size: 12px;
  font-weight: 400;
  color: #92989F;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}
#smile-video-details-container .smile-video-player-game-tag + hr {
  width: 100%;
  height: 1px;
  background-color: #293648;
  border: none;
  max-width: 768px;
  margin: 0;
  margin-top: 28px;
}

#smile-video-playback-tabs,
#smile-video-playback-tabs-scrollable {
  background-color: #111c2d;
  width: 100%;
  border-bottom: 1px solid #2d3849;
  max-width: 768px;
  min-width: 280px;
  /* .playback-tabs-container li:hover {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transition-property: font-weight;
    transition-property: font-weight;
  } */
}
#smile-video-playback-tabs .playback-tabs-container,
#smile-video-playback-tabs-scrollable .playback-tabs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto !important;
  height: auto !important;
  border: none;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
}
#smile-video-playback-tabs .playback-tabs-container li,
#smile-video-playback-tabs-scrollable .playback-tabs-container li {
  font-size: 16px;
  color: #EDEDED;
  float: left;
  display: flex;
  align-items: center;
  margin: 12px 24px 8px 24px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 500px) {
  #smile-video-playback-tabs .playback-tabs-container li,
  #smile-video-playback-tabs-scrollable .playback-tabs-container li {
    font-size: 14px;
    margin: 12px 16px 8px 16px;
  }
}
@media screen and (max-width: 360px) {
  #smile-video-playback-tabs .playback-tabs-container li,
  #smile-video-playback-tabs-scrollable .playback-tabs-container li {
    font-size: 12px;
    margin: 10px 14px 8px 14px;
  }
}
@media screen and (max-width: 300px) {
  #smile-video-playback-tabs .playback-tabs-container li,
  #smile-video-playback-tabs-scrollable .playback-tabs-container li {
    margin: 10px 10px 8px 10px;
  }
}
#smile-video-playback-tabs .playback-tabs-container li.active,
#smile-video-playback-tabs-scrollable .playback-tabs-container li.active {
  font-weight: 700;
  border-bottom: unset !important;
}
#smile-video-playback-tabs .playback-tabs-container li.active > span:after, #smile-video-playback-tabs .playback-tabs-container li:hover > span:after,
#smile-video-playback-tabs-scrollable .playback-tabs-container li.active > span:after,
#smile-video-playback-tabs-scrollable .playback-tabs-container li:hover > span:after {
  width: 100%;
}
#smile-video-playback-tabs .playback-tabs-container li > span,
#smile-video-playback-tabs-scrollable .playback-tabs-container li > span {
  position: relative;
  white-space: nowrap;
}
#smile-video-playback-tabs .playback-tabs-container li > span:after,
#smile-video-playback-tabs-scrollable .playback-tabs-container li > span:after {
  transition: width 0.3s ease-in-out;
  position: absolute;
  content: "";
  height: 3px;
  bottom: -8px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0%;
  background: #03dba5;
}

#smile-video-playback-tabs {
  display: none;
}

#smile-video-playback-tabs.show {
  display: block;
}
#smile-video-playback-tabs.show.replies-open {
  display: none;
}

#smile-video-comments-filter {
  display: flex;
  justify-content: flex-end;
  padding: 8px 20px;
}
#smile-video-comments-filter button {
  background-color: #101c2c;
  border: none;
  display: flex;
  font-size: 14px;
  color: #028AE5;
  gap: 4px;
  cursor: pointer;
  outline: none;
}

#smile-video-playback-tab1,
#smile-video-playback-tab2,
#smile-video-playback-tab3 {
  min-height: 150px;
  display: block;
  transition: 0.25s ease-in-out;
  transition-property: opacity;
  opacity: 1;
  max-width: 768px;
  width: 100%;
}
#smile-video-playback-tab1.hidden,
#smile-video-playback-tab2.hidden,
#smile-video-playback-tab3.hidden {
  opacity: 0;
  display: none;
}
#smile-video-playback-tab1.notvisible,
#smile-video-playback-tab2.notvisible,
#smile-video-playback-tab3.notvisible {
  display: none;
}

#smile-video-comments-reply-bar {
  position: fixed;
  bottom: 0;
  background-color: #101c2c;
  width: 100%;
  padding: 16px 20px;
  box-sizing: border-box;
  z-index: 12;
  display: flex;
  justify-content: center;
}
#smile-video-comments-reply-bar .reply-bar-container {
  display: flex;
  align-items: center;
  max-width: 768px;
  width: 100%;
  justify-content: center;
}
#smile-video-comments-reply-bar .reply-bar-button {
  background-color: #101c2c;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px;
  outline: none;
}
#smile-video-comments-reply-bar .video-action-area {
  margin-left: 16px;
}
#smile-video-comments-reply-bar .reply-bar-button.comment {
  margin-left: 0px;
  background-image: url("./../../image/video-guide/comment.png");
}
#smile-video-comments-reply-bar .reply-bar-button.like {
  background-image: url("./../../image/video-guide/likes2.png");
}
#smile-video-comments-reply-bar .reply-bar-button.like.liked {
  background-image: url("./../../image/video-guide/likes1.png");
  animation: growth 0.4s linear 1;
}
@keyframes growth {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#smile-video-comments-reply-bar .reply-bar-button.share {
  margin-right: 0px;
  background-image: url("./../../image/video-guide/share1.png");
}
#smile-video-comments-reply-bar .video-comment-input-container {
  width: calc(100% - 118px);
  border-radius: 18px;
  background-color: #DCDDDE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 12px;
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
#smile-video-comments-reply-bar .video-comment-input-container .in-reply-to {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  /* max-width: 80px; */
  /* width: fit-content; */
  /* flex: 1 1 auto; */
  /* min-width: 50px; */
}
#smile-video-comments-reply-bar .video-comment-input-container .in-reply-to.hidden {
  display: none;
}
#smile-video-comments-reply-bar .video-comment-input-container .in-reply-to > .name {
  display: inline-block;
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#smile-video-comments-reply-bar .video-comment-input-container .in-reply-to > .close {
  display: inline-block;
  padding: 0px 4px;
}
#smile-video-comments-reply-bar #video-comment-input {
  background-color: #DCDDDE;
  border: none;
  padding: 8px 6px;
  outline: none;
  width: 100%;
  flex: 1 1 auto;
}
#smile-video-comments-reply-bar #video-comment-input::-moz-placeholder {
  color: #92989F;
  opacity: 1;
}
#smile-video-comments-reply-bar #video-comment-input::placeholder {
  color: #92989F;
  opacity: 1;
}
#smile-video-comments-reply-bar #video-comment-input:-ms-input-placeholder {
  color: #92989F;
}
#smile-video-comments-reply-bar #video-comment-input::-ms-input-placeholder {
  color: #92989F;
}

#smile-video-comment-replies-container {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  background-color: #101c2c;
  position: fixed;
  z-index: 11;
  bottom: -1000px;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
  transition-property: bottom;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  overflow-x: hidden;
}
#smile-video-comment-replies-container::-webkit-scrollbar {
  width: 10px;
  background-color: #252e3a;
}
#smile-video-comment-replies-container::-webkit-scrollbar-track {
  background-color: #252e3a;
}
#smile-video-comment-replies-container::-webkit-scrollbar-thumb {
  background-color: #8e8e8e;
  border-radius: 5px;
  border: 1px solid #252e3a;
}
#smile-video-comment-replies-container .all-replies-header {
  display: flex;
  padding: 16px 20px;
  border-bottom: #293648 solid 1px;
  position: sticky;
  top: 0;
  background-color: #101c2c;
  max-width: 768px;
  width: 100%;
}
#smile-video-comment-replies-container .all-replies-header .header-content {
  width: 100%;
  color: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
#smile-video-comment-replies-container #close-replies-container {
  position: absolute;
  right: 20px;
  font-size: 32px;
  color: #7a94ab;
  background-color: #101c2c;
  border: none;
  cursor: pointer;
}

#smile-video-comments-container {
  min-height: 300px;
}

#smile-video-comments-container,
#smile-video-replies-container {
  margin-bottom: 65px;
  max-width: 768px;
  width: 100%;
}
#smile-video-comments-container + #comment-list-bottom,
#smile-video-replies-container + #comment-list-bottom {
  width: 100%;
}
#smile-video-comments-container .comment-container,
#smile-video-replies-container .comment-container {
  display: flex;
  margin: 0px 20px;
  gap: 12px;
  padding-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #293648;
}
#smile-video-comments-container .comment-container .comment-left,
#smile-video-replies-container .comment-container .comment-left {
  flex: 0 0 38px;
}
#smile-video-comments-container .comment-container .comment-left > .user-avatar,
#smile-video-replies-container .comment-container .comment-left > .user-avatar {
  background-color: #273847;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
#smile-video-comments-container .comment-container .comment-right,
#smile-video-replies-container .comment-container .comment-right {
  flex: 1;
  max-width: calc(100% - 50px);
}
#smile-video-comments-container .comment-container .comment-right .comment > .author,
#smile-video-replies-container .comment-container .comment-right .comment > .author {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7A94AB;
  font-weight: 600;
  margin: 8px 0;
}
#smile-video-comments-container .comment-container .comment-right .comment > .author > .author-divider,
#smile-video-replies-container .comment-container .comment-right .comment > .author > .author-divider {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #E6E8EB;
  display: block;
  margin: 0 6px;
}
#smile-video-comments-container .comment-container .comment-right .comment > .author > .author-divider.hidden,
#smile-video-replies-container .comment-container .comment-right .comment > .author > .author-divider.hidden {
  display: none;
}
#smile-video-comments-container .comment-container .comment-right .comment > .author > .author-b.hidden,
#smile-video-replies-container .comment-container .comment-right .comment > .author > .author-b.hidden {
  display: none;
}
#smile-video-comments-container .comment-container .comment-right .comment > .message,
#smile-video-replies-container .comment-container .comment-right .comment > .message {
  color: #E6E8EB;
  font-size: 12px;
  padding-bottom: 8px;
  overflow: hidden;
  word-break: break-word;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar {
  display: flex;
  justify-content: space-between;
  margin: 4px 0px 8px 0px;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-date,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-date {
  color: #7A94AB;
  font-size: 12px;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions {
  display: flex;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions.hidden,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions.hidden {
  display: none;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .common-btn,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .common-btn {
  background-color: #101c2c;
  border: none;
  color: #E6E8EB;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .reply-btn,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .reply-btn {
  outline: none;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .reply-btn > .icon,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .reply-btn > .icon {
  background-image: url("./../../image/video-guide/comment.png");
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .like-btn,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .like-btn {
  outline: none;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .like-btn > .icon,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .like-btn > .icon {
  background-image: url("./../../image/video-guide/likes2.png");
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .like-btn.liked > .icon,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .like-btn.liked > .icon {
  background-image: url("./../../image/video-guide/likes1.png");
  animation: growth 0.4s linear 1;
}
@keyframes growth {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .delete-btn,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .delete-btn {
  padding-right: 0px;
  outline: none;
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .delete-btn > .icon,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .delete-btn > .icon {
  background-image: url("./../../image/video-guide/delete.png");
}
#smile-video-comments-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .common-btn > .icon,
#smile-video-replies-container .comment-container .comment-right .comment > .comment-action-bar > .comment-actions .common-btn > .icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 4px;
  display: inline-block;
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container {
  background-color: #202E3B;
  padding: 12px;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  #smile-video-comments-container .comment-container .comment-right .comment-replies-container,
  #smile-video-replies-container .comment-container .comment-right .comment-replies-container {
    padding: 8px;
  }
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container > .comment-all,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container > .comment-all {
  color: #E6E8EB;
  font-size: 12px;
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7A94AB;
  font-weight: 600;
  margin: 8px 0;
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author > .author-divider,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author > .author-divider {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #E6E8EB;
  display: block;
  margin: 0 6px;
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author > .author-divider.hidden,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author > .author-divider.hidden {
  display: none;
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author > .author-b.hidden,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container > .comment-reply > .author > .author-b.hidden {
  display: none;
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container > .comment-reply:first-child > .author,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container > .comment-reply:first-child > .author {
  margin-top: 0px;
}
#smile-video-comments-container .comment-container .comment-right .comment-replies-container > .comment-reply > .message,
#smile-video-replies-container .comment-container .comment-right .comment-replies-container > .comment-reply > .message {
  color: #E6E8EB;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#smile-video-replies-container .comments-count {
  padding: 16px 20px 8px 20px;
  color: #EDEDED;
  font-size: 12px;
  font-weight: 600;
}
#smile-video-replies-container .comments-threading .comment-container {
  border: none;
  padding-bottom: 8px;
}

#smile-video-likes-container {
  width: 100%;
  margin-top: 20px;
  min-height: 300px;
}
#smile-video-likes-container + #likes-list-bottom {
  width: 100%;
}
#smile-video-likes-container .like-container {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  color: #7A94AB;
}
@media screen and (max-width: 500px) {
  #smile-video-likes-container .like-container {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  #smile-video-likes-container .like-container {
    font-size: 12px;
  }
}
#smile-video-likes-container .like-container .like-details {
  display: flex;
  align-items: center;
}
#smile-video-likes-container .like-container .like-details .avatar {
  background-color: #273847;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  #smile-video-likes-container .like-container .like-details .avatar {
    width: 36px;
    height: 36px;
  }
}
#smile-video-likes-container .like-container .like-date {
  display: flex;
  align-items: center;
}
#smile-video-likes-container .like-guest-container {
  background-color: #202E3B;
  text-align: center;
  padding: 8px 16px;
  font-size: 15px;
  color: #7A94AB;
}
#smile-video-likes-container .like-guest-container > .like-guest-details {
  display: flex;
  align-items: center;
  justify-content: center;
}
#smile-video-likes-container .like-guest-container > .like-guest-details > .icon {
  width: 16px;
  height: 12px;
  background-image: url("./../../image/video-guide/guest-like.png");
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}

#smile-video-playback-container {
  background-color: #101c2c;
  font-family: Arial, Helvetica, sans-serif;
  color: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #smile-video-playback-container {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 10;
  }
}
#smile-video-playback-container #smile-video-player {
  width: 100%;
  max-width: 768px;
}
#smile-video-playback-container #smile-video-player .smile-video-wrapper .smile-video-img > .smile-video-thumbnail {
  border-radius: 0px;
}
#smile-video-playback-container .smile-video-related-title {
  width: 100%;
  max-width: 768px;
  padding: 20px 20px 12px 20px;
  box-sizing: border-box;
}
#smile-video-playback-container .smile-video-related-title > h2 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
#smile-video-playback-container + #smile-product-videos-container {
  width: 100%;
  box-sizing: border-box;
  background-color: #101c2c;
  justify-content: center;
  align-content: center;
  min-height: 300px;
}
#smile-video-playback-container + #smile-product-videos-container > .smile-product-video-container {
  width: calc(100% - 16px);
  max-width: 752px;
  box-sizing: border-box;
}

#smile-video-scrolable-area {
  background-color: #101c2c;
  font-family: Arial, Helvetica, sans-serif;
  color: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.main-container:has(#smile-video-playback-root-container) + .footer-container {
  margin-bottom: 64px;
}

.smileone-product-header-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 1;
}

.no-comments-container {
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .no-comments-container {
    padding: 32px 18px;
  }
}

.no-comments-container .no-comments-illustration {
  width: 128px;
  height: 128px;
  margin-bottom: 18px;
  background-image: url("./../../image/video-guide/no-comments.png");
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .no-comments-container .no-comments-illustration {
    width: 84px;
    height: 84px;
  }
}

.no-comments-container .no-comments-desc {
  color: #4F565E;
  margin-bottom: 48px;
  text-align: center;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
}

#no-comments-btn {
  display: inline-block;
  padding: 8px 24px;
  background-color: #48525E;
  opacity: 0.8;
  border-radius: 4px;
  color: #34917D;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.4s ease-in-out;
}

#no-comments-btn:hover {
  opacity: 1;
}

.smile-video-description img {
  width: 100%;
}

.smile-video-description p,
.smile-video-description p span {
  font-family: Poppins, sans-serif !important;
  line-height: 27px;
  font-size: 13.5px !important;
}
@media screen and (max-width: 1023.99px) {
  .smile-video-description p,
  .smile-video-description p span {
    line-height: 20px;
  }
}/*# sourceMappingURL=style.css.map */