.homeTab .tab-content {
  background-color: #161520;
  padding: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.homeTab .nav-tabs {
  border: none;
}
.homeTab .nav-link {
  color: #ffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  align-items: center;
}
.homeTab .nav-link img {
  width: 14px;
  height: 14px;
}
.homeTab .nav-link.active {
  background-color: transparent;
  color: #ff315b;
  border-bottom: 1px solid #ff315b;
}
.homeTab .nav-link:hover {
  border-bottom: 1px solid #ff315b;
  transition: 0.5s;
}
.homeTab .productcard {
  padding: 10px;
  width: 100%;
}
.homeTab .productcard-main {
  box-shadow: 0 5px 5px 0 rgb(33 33 33/9%);
  background: #272636;
  position: relative;
  padding-top: 230px;
  padding-bottom: 5px;
  border-radius: 15px;
}
.homeTab .productcard-image {
  width: 100%;
  height: 225px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
}
.homeTab .productcard-small {
  font-size: 12px;
  padding: 0 15px;
  color: #a5a5a5;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.homeTab .productcard-title {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  padding-top: 6px;
  height: 26px;
  overflow: hidden;
  color: #ffff;
}
.homeTab .productcard-price {
  display: flex;
  padding-inline: 15px;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: flex-end;
}
.homeTab .productcard-price-1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 5px;
}
.homeTab .productcard-price-2 {
  font-size: 16px;
  font-weight: 500;
  color: #31ff9f;
}
.homeTab .productcard-price-3 {
  font-size: 12px;
  text-decoration: line-through;
}
.homeTab .productcard-price-4 span {
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  padding: 6px 10px;
  text-align: center;
  border-radius: 5px;
  color: rgb(255 255 255);
  font-size: 15px;
  line-height: 12px;
  text-shadow: 1px 1px 0 #681d1d;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.homeTab .btn-block {
  width: calc(100% - 20px);
  color: rgb(236 238 255);
  margin-inline: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.ggslider {
  position: relative;
}

.ggslider .slider-bottom {
  height: 80px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.ggslider .carousel-thumb-images {
  list-style: none;
  padding: 0;
  margin: 5px;
  position: absolute;
  width: 100%;
}

.ggslider .carousel-thumb-images li {
  margin: 5px;
  cursor: pointer;
  display: inline-block;
}

.ggslider .carousel-thumb-images li img,
.ggslider .carousel-thumb-images li video {
  border: 1px solid #272636;
  border-radius: 10px;
  width: 76px;
  height: 51px;
  object-fit: cover;
  vertical-align: middle;
}

.ggslider .carousel-thumb-images li img:hover {
  border: 1px solid #ff315b;
}

.ggslider .carousel-thumb-images li video:hover {
  border: 1px solid #ff315b;
}

.ggslider .carousel-thumb-images li.active img {
  border: 1px solid #ff315b;
}

.ggslider .carousel-thumb-images li.active video {
  border: 1px solid #ff315b;
}

.blogBox .blog-box {
  background-color: #161520;
  border: 1px solid #161520;
  border-radius: 6px;
  display: block;
  box-shadow: 0 5px 30px rgb(0 0 0/5%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogBox .blog-content {
  padding: 20px;
  min-height: 154px;
}

.blogBox .blog-title {
  margin-bottom: 10px;
  font-size: 17px;
}

.blogBox .blog-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.blogBox .blog-title a {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ff315b;
  line-height: 22px;
  font-weight: 500;
}

.blogBox p.blog-desc {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #979aae;
}

.blogBox .extra.content {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #f5f5f5;
  color: #979aae;
  font-size: 12px;
  border-color: #393c50;
}

.blogBox .extra.content a {
  color: #ff315b;
}

.storiesArea {
  background: #161520;
  height: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-inline: 10px;
  margin-top: 15px;
  border-left: 2px solid #ff315b;
  border-right: 2px solid #ff315b;
}

.border-gradient {
  border-color: #08aeea;
}

.storiesArea .storiesArea-item {
  padding: 13.5px 10px;
  border-bottom: 2px solid transparent;
  flex: 0 0 7.68%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.storiesArea .storiesArea-item-image img {
  height: 35px;
}

.storiesArea .storiesArea-item:hover {
  background-color: #272636;
  border-bottom: 2px solid #ff315b;
  border-top: 2px solid #ff315b;
}

.storiesArea .storiesArea-item:hover.border-gradient {
  border-bottom: 2px solid #08aeea;
  border-top: 2px solid #2af598;
}

@media screen and (max-width: 767px) {
  .storiesArea {
    overflow-x: auto;
  }
  .storiesArea .storiesArea-item {
    flex: 0 0 calc(22% - 10px);
  }
  .storiesArea::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .storiesArea::-webkit-scrollbar-thumb {
    background: #ff315b;
  }
  .storiesArea .storiesArea-item-image img {
    object-fit: contain;
  }
}

.slider-side-right {
  transition: all 0.3s;
  height: 100%;
}

.slider-side-right a:first-child .slider-right-side {
  margin-bottom: 10px !important;
}

.slider-right-side video {
  width: 100%;
  height: 192px;
  object-fit: cover;
  border-radius: 4px;
}

.slider-right-side img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.pinazula > .start-icon {
  margin-right: 0;
  min-width: 20px;
  text-align: center;
}

.pinazula > .start-icon {
  margin-right: 5px;
}

.greencross {
  font-size: 18px;
  color: #25ff0b;
  text-shadow: none;
}

.pinazula-simple.pinazula-success {
  border: 1px solid rgba(36, 241, 6, 0.46);
  background-color: rgba(7, 149, 66, 0.12156862745098039);
  box-shadow: 0px 0px 2px #259c08;
  color: #0ad406;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.pinazula-success:hover {
  background-color: rgba(7, 149, 66, 0.35);
  transition: 0.5s;
}

.pinazula-simple.pinazula-info {
  border: 1px solid rgba(6, 44, 241, 0.46);
  background-color: rgba(7, 73, 149, 0.12156862745098039);
  box-shadow: 0px 0px 2px #0396ff;
  color: #0396ff;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.pinazula-info:hover {
  background-color: rgba(7, 73, 149, 0.35);
  transition: 0.5s;
}

.blue-cross {
  font-size: 18px;
  color: #0bd2ff;
  text-shadow: none;
}

.pinazula-simple.pinazula-warning {
  border: 1px solid rgba(241, 142, 6, 0.81);
  background-color: rgba(220, 128, 1, 0.16);
  box-shadow: 0px 0px 2px #ffb103;
  color: #ffb103;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.pinazula-warning:hover {
  background-color: rgba(220, 128, 1, 0.33);
  transition: 0.5s;
}

.warning {
  font-size: 18px;
  color: #ffb40b;
  text-shadow: none;
}

.pinazula-simple.pinazula-danger {
  border: 1px solid rgba(241, 6, 6, 0.81);
  background-color: rgba(220, 17, 1, 0.16);
  box-shadow: 0px 0px 2px #ff0303;
  color: #ff0303;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.pinazula-danger:hover {
  background-color: rgba(220, 17, 1, 0.33);
  transition: 0.5s;
}

.danger {
  font-size: 18px;
  color: #ff0303;
  text-shadow: none;
}

.pinazula-simple.pinazula-primary {
  border: 1px solid rgba(6, 241, 226, 0.81);
  background-color: rgba(1, 204, 220, 0.16);
  box-shadow: 0px 0px 2px #03fff5;
  color: #03d0ff;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.pinazula-primary:hover {
  background-color: rgba(1, 204, 220, 0.33);
  transition: 0.5s;
}

.alertprimary {
  font-size: 18px;
  color: #03d0ff;
  text-shadow: none;
}

.square_box {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-left-radius: 45px;
  opacity: 0.302;
}

.square_box.box_three {
  background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  opacity: 0.059;
  left: -80px;
  top: -60px;
  width: 500px;
  height: 500px;
  border-radius: 45px;
}

.square_box.box_four {
  background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  opacity: 0.059;
  left: 150px;
  top: -25px;
  width: 550px;
  height: 550px;
  border-radius: 45px;
}

.pinazula:before {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% - 44px);
  border-left: 1px solid;
  border-right: 2px solid;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 20px;
}

.fa-times {
  -webkit-animation: blink-1 2s infinite both;
  animation: blink-1 2s infinite both;
}

/**
* ----------------------------------------
* animation blink-1
* ----------------------------------------
*/
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.CodeLogin div#swal2-content {
  padding-inline: 20px;
}

.swal2-popup {
  background: #161520;
  box-shadow: 0 0 70px #161520;
  border: 1px solid #272636;
}

.swal2-content {
  color: #9b9cc3;
}

.swal2-title {
  color: #cecfec;
}

.swal2-container.swal2-shown {
  background-color: rgb(75 78 105/51%);
}