
  
  .clamped-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  
  .main {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .section {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  :where(.css-uhnxn6).ant-flex {
    display: flex;
  }
  :where(.css-uhnxn6).ant-flex-vertical {
    flex-direction: column;
  }
  :where(.css-uhnxn6).ant-flex-align-stretch {
    align-items: stretch;
  }
  .tool-section-wrapper .tool__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }
  .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
  }
  .ant-tabs-top {
      overflow-x: hidden;
  }
  :where(.css-uhnxn6).ant-tabs-top,
  :where(.css-uhnxn6).ant-tabs-bottom {
    flex-direction: column;
  }
  
  :where(.css-uhnxn6)[class^="ant-tabs"],
  :where(.css-uhnxn6)[class*=" ant-tabs"] {
    font-family: "__Inter_800a0f", "__Inter_Fallback_800a0f";
    font-size: 14px;
    box-sizing: border-box;
  }
  
  .tool-section-wrapper .tool__tabs {
    flex: 1 1;
  }
  
  :where(.css-uhnxn6).ant-tabs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4285714285714286;
    list-style: none;
    font-family: "__Inter_800a0f", "__Inter_Fallback_800a0f";
    display: flex;
  }
  
  .tool-section-wrapper .tool__view-more {
    display: inline-flex;
    align-items: center;
    margin: 22px auto 0;
    gap: 8px;
  }
  
  .tool__view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 22px auto 0;
    padding: 8px 16px;
    background: linear-gradient(45deg, #1e90ff, #4169e1);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  :where(.css-uhnxn6).ant-tabs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4285714285714286;
    list-style: none;
    font-family: "__Inter_800a0f", "__Inter_Fallback_800a0f";
    display: flex;
  }
  :where(.css-uhnxn6).ant-tabs-top,
  :where(.css-uhnxn6).ant-tabs-bottom {
    flex-direction: column;
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
  }
  :where(.css-uhnxn6).ant-tabs-top > .ant-tabs-nav::before,
  :where(.css-uhnxn6).ant-tabs-top > div > .ant-tabs-nav::before {
    bottom: 0;
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
    position: relative;
    display: flex;
    flex: auto;
    align-self: stretch;
    overflow: hidden;
  
    transform: translate(0);
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
    pointer-events: none;
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
    position: relative;
    display: flex;
    transition: opacity 0.3s;
    padding:4px 0 0 0;
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
    pointer-events: none;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #fff;
  }
  :where(.css-uhnxn6).ant-tabs
    .ant-tabs-tab.ant-tabs-tab-active
    .ant-tabs-tab-btn {
    color: #fff;
    text-shadow: 0 0 0.25px currentcolor;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab-remove:focus:not(:focus-visible),
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab-btn:active,
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab-remove:active {
    /* color: #0041d9; */
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab-btn {
    outline: none;
    transition: all 0.3s;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab + .ant-tabs-tab {
    margin: 0 0 0 0px;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #fff;
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
    pointer-events: none;
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
    pointer-events: none;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-content-holder {
    flex: auto;
    min-width: 0;
    min-height: 0;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-content {
    position: relative;
    width: 100%;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tabpane {
    outline: none;
  }
  :where(.css-uhnxn6).ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
  }
  :where(.css-uhnxn6).ant-col-lg-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
  }
  :where(.css-uhnxn6).ant-col-sm-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  :where(.css-uhnxn6).ant-col-xs-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
  }
  :where(.css-uhnxn6).ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
  }
  .link,
  .link:hover {
    color: #fff;
  }
  .link {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px;
  }
  :where(.css-uhnxn6) a {
    color: #1677ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
  }
  .tool-card {
    padding: 12px;
    background-color: #1d2939;
    border-radius: 16px;
    position: relative;
    max-width: 286px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.1);
  }
  .tool-card__icon {
    position: absolute;
    top: 20px;
    right: 26px;
    z-index: 1;
    transition: transform 0.3s ease;
  }
  .tool-card__image-container {
    position: relative;
    transition: transform 0.3s ease-in-out;
  }
  .tool-card__desc,
  .tool-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Inter";
  
  }
  .tool-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 24px;
    -webkit-line-clamp: 1;
    margin-bottom: 0px !important;
  }
  .tool-card__desc {
    color: #98a2b3;
    -webkit-line-clamp: 2;
      font-size: 0.8rem !important;
    color: #ffffff99 !important;
  }
  .tool-card__desc,
  .tool-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600 !important;
  }
  .text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
  }
  .tool-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  :where(.css-uhnxn6).ant-flex-justify-space-between {
    justify-content: space-between;
  }
  :where(.css-uhnxn6).ant-flex-align-center {
    align-items: center;
  }
  .tool-card__image {
    border-radius: 12px !important;
    overflow: hidden;
    aspect-ratio: 3/2;
    transition: filter 0.3s ease;
  }
  :where(.css-uhnxn6).ant-image {
    position: relative;
    display: inline-block;
  }
  :where(.css-uhnxn6).ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .tool-card__image-img {
    aspect-ratio: 3/2;
  }
  .tool-card__price {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 28px;
    color: #27f2f2;
    position: relative;
    overflow: hidden;
    text-shadow: 0 0 5px #27f2f2;
  }
  .tool-card__image-icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
  }
  .tool-card__desc {
    color: #98a2b3;
    -webkit-line-clamp: 2;
  }
  .tool-card__desc,
  .tool-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tool-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 24px;
    -webkit-line-clamp: 1;
  }
  .tool-card__price:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #27f2f2;
    transform: translateX(-100%);
    animation: wave 5s ease-in-out infinite;
    text-shadow: 2px 0 5px #27f2f2, -2px 0 5px #27f2f2;
    z-index: -1;
  }
  .tool__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }
  :where(.css-uhnxn6).ant-tabs
    .ant-tabs-tab.ant-tabs-tab-active
    .ant-tabs-tab-btn {
    color: #fff;
    text-shadow: 0 0 0.25px currentcolor;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-tab-btn {
    outline: none;
    transition: all 0.3s;
  }
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  :where(.css-uhnxn6).ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
    pointer-events: none;
  }
  :where(.css-uhnxn6).ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs-top
    > div
    > .ant-tabs-nav
    .ant-tabs-nav-wrap::before,
  :where(.css-uhnxn6).ant-tabs-bottom
    > div
    > .ant-tabs-nav
    .ant-tabs-nav-wrap::before {
    left: 0;
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  }
  :where(.css-uhnxn6).ant-tabs-top > .ant-tabs-nav::before,
  :where(.css-uhnxn6).ant-tabs-top > div > .ant-tabs-nav::before {
    bottom: 0;
  }
  :where(.css-uhnxn6).ant-tabs-top > .ant-tabs-nav::before,
  :where(.css-uhnxn6).ant-tabs-bottom > .ant-tabs-nav::before,
  :where(.css-uhnxn6).ant-tabs-top > div > .ant-tabs-nav::before,
  :where(.css-uhnxn6).ant-tabs-bottom > div > .ant-tabs-nav::before {
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 0px solid #f0f0f0;
    content: "";
  }
  :where(.css-uhnxn6).ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
  :where(.css-uhnxn6).ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
    bottom: 0;
  }
  :where(.css-uhnxn6).ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  :where(.css-uhnxn6).ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  :where(.css-uhnxn6).ant-tabs-top
    > div
    > .ant-tabs-nav
    .ant-tabs-ink-bar-animated,
  :where(.css-uhnxn6).ant-tabs-bottom
    > div
    > .ant-tabs-nav
    .ant-tabs-ink-bar-animated {
    transition: width 0.3s, left 0.3s, right 0.3s;
  }
  :where(.css-uhnxn6).ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
  :where(.css-uhnxn6).ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
  :where(.css-uhnxn6).ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
  :where(.css-uhnxn6).ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
    height: 2px;
  }
  :where(.css-uhnxn6).ant-tabs .ant-tabs-ink-bar {
    position: absolute;
    background: #27f2f2;
    pointer-events: none;
  }
  
  .tabs {
    font-family: Arial, sans-serif;
  }
  
  .ant-tabs-nav-list {
    position: relative;
  }
  
  .ant-tabs-tab {
    opacity: 0.6;
    transition: all 0.5s ease;
  }
  
  .ant-tabs-tabpane {
    display: none;
  }
  
  .ant-tabs-tabpane.ant-tabs-tabpane-active {
    display: block;
  }
  .line {
    position: absolute;
    width: 0px;
    left: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  
  .tool-card--shadow:hover {
    box-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.25);
  }
  .tool-card:hover {
    cursor: pointer;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.2);
    border: 1px solid #27f2f2;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #838491 !important;
  }
  .tool-card__title_session {
    font-size: 1.2rem;
    text-align: left;
  }
  .swiper-wrapper-custom {
    gap: 30px;
    display: block;
  }
  .tool-card__price-session {
    font-size: 1rem !important;
    margin: 0 !important;
  }
  .tool-card__desc-session {
    font-size: 0.8rem !important;
    text-align: left;
    opacity: 0.8;
    color: #ffffff99 !important;
    
  }
  .text--title-session {
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
  }
  :where(.css-uhnxn6).ant-flex-justify-center {
    justify-content: center;
  }
  
  .top-buyer {
    width: 100%;
    padding: 42px 0;
  }
  .top-buyer__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #fff;
  }
  .top-buyer .slide-card {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #1d2939;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  :where(.css-uhnxn6).ant-image {
    position: relative;
    display: inline-block;
  }
  .top-buyer .slide-card__image {
    border-radius: 12px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    transition: transform 0.3s ease-out;
  }
  :where(.css-uhnxn6).ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .top-buyer .slide-card__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin-left: 2px;
  }
  .top-buyer .slide-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 4px;
    text-align: left;
  }
  :where(.css-uhnxn6).ant-image {
    position: relative;
    display: inline-block;
  }
  .top-buyer .slide-card__rank-icon-title {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.75);
    animation: pulsate-blue 1.5s ease-in-out infinite;
  }
  :where(.css-uhnxn6).ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  :where(.css-uhnxn6).ant-image .ant-image-mask {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
  }
  :where(.css-uhnxn6).ant-image .ant-image-mask .ant-image-mask-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 4px;
  }
  :where(.css-uhnxn6).ant-image .ant-image-mask .ant-image-mask-info .anticon {
    margin-inline-end: 4px;
  }
  .anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .top-buyer .slide-card__rank {
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    color: gold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 2px rgba(0, 123, 255, 0.75);
    white-space: nowrap;
    animation: blink 1s infinite;
  }
  .top-buyer .slide-card__rank-icon-title {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.75);
    animation: pulsate-blue 1.5s ease-in-out infinite;
  }
  :where(.css-uhnxn6).ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .top-buyer .slide-card {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #1d2939;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  .top-buyer .slide-card__rank-icon-title {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.75);
    animation: pulsate-blue 1.5s ease-in-out infinite;
  }
  @keyframes blink {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  @keyframes pulsate-blue {
    0%,
    100% {
      transform: scale(1);
      filter: brightness(100%);
      box-shadow: none;
    }
    50% {
      transform: scale(1.05);
      filter: brightness(130%);
      box-shadow: 0 0 15px rgba(0, 0, 255, 0.7);
    }
  }
  .decorated-rank-custom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .recent-buyer .slide-card__desc {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #98a2b3;
  }
  .recent-buyer .slide-card--has-bg {
    background-color: #1d2939;
    border-radius: 16px;
    padding: 16px;
    transition: all 0.3s ease-in-out;
  }
  .recent-buyer .slide-card__image {
    border-radius: 100%;
    transition: transform 0.3s;
    animation: pulsate-blue 2s ease-in-out infinite;
  }
  .recent-buyer .slide-card__title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 24px;
  }
  :where(.css-uhnxn6).ant-image {
    position: relative;
    display: inline-block;
  }
  
  :where(.css-uhnxn6).ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .recent-buyer--has-padding {
    padding: 42px 0;
  }
  .recent-buyer {
    width: 100%;
  }
  .recent-buyer .slide-card__desc {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #98a2b3;
  }
  .slide-card__desc-custom {
    text-align: left;
  }
  .slide-card__title-custom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .baiviet-section .slide-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1d2939;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 100%;
  }
  .baiviet-section .slide-card__image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease-out;
  }
  .baiviet-section .slide-card__text {
    padding: 10px;
    text-align: left;
    color: #fff;
    width: 100%;
  }
  
  .baiviet-section .slide-card__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    min-height: 42px;
  }
  .baiviet-section .slide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  }
  .baiviet-section {
    width: 100%;
    padding: 40px 0;
  }
  :where(.css-uhnxn6).ant-flex:empty {
    display: none;
  }
  :where(.css-uhnxn6).ant-image {
    position: relative;
    display: inline-block;
  }
  .recent-buyer .slide-card--has-bg:hover {
    transform: scale(1.05);
    box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.15);
  }
  .top-buyer .slide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  }
  .baiviet-section .slide-card__image:hover {
    transform: scale(1.05);
  }
  .tool-card-custom {
    max-width: none !important;
  }
  swiper-container {
    width: 100%;
    height: 100%;
  }
  
  
  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .section-custom {
    max-width: 90% !important;
    font-size: 10px;
  }
  .slide-info-custom {
    margin-left: 24px;
  }
  .rank-icon-custom {
    width: 20xp;
    height: 20px;
    display: flex;
  }
  .ant-image-blog {
    width: 100% !important;
  }
  .slide-card__blog {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .top-view {
    width: 100%;
    padding: 42px 0;
  }
  .footer {
    margin-left: 0 !important;
  }
  .section-tool {
    max-width: 100% !important;
  }
  .ant-tabs-nav-custom {
    background: #212529;
    margin-bottom: 12px;
    border-radius: 4px;
    text-transform: capitalize;
    overflow-x: scroll;
    scrollbar-width: none;
     -ms-overflow-style: none;
  }
  .ant-tabs-nav-custom::-webkit-scrollbar{
   display: none;
      
  }
  .ant-tabs-tab-btn {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #fff;
    font-family: sans-serif;
    font-weight: 500;
  }
  .ant-tabs-tab {
    padding: 12px 16px !important;
  }
  .baiviet-section .swiper-pagination-horizontal {
    bottom: 0 !important;
  }
  .product-box .product-img {
    height: 320px;

  }
  .product-box .product-img .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;

  }
   .social-profile {
    background-color: rgb(38 41 50) !important;
   }
   body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).social-profile {
    background-blend-mode: normal !important;
    background: rgb(38 41 50) !important;
}
.pricingtable-header .title {
  margin-top: 12.6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #00e5ff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.rank-card__icon {
  margin-top: 12px;
  margin-bottom: 16px;
  width: 100px;
  height: 100px;
  animation: gentle-bounce 3s ease-in-out infinite;
  object-fit: contain;
}
@keyframes gentle-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  
  50% {
    transform: translateY(-10px);
  }
}
.pricing-content  {
  text-align: center;
  padding: 0 16.8px;
  font-size: 1.2rem;
  color: #00e5ff;
}
.price-title {
  font-size: 1.6rem;
    font-weight: 700;
    line-height: 31.5px;
    margin-bottom: 16px;
    margin-top: 12px;
}
.card-custom {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}
.btn-soft-primary {
  color:  #405189 !important;
  background-color: #40518926 !important;
}

.btn-soft-primary:hover {
    color: #fff !important;
    background-color: #405189 !important;
    /* border-color: #000 !important; */
}
.title-feed-custom {
  color: #ced4da !important;
}
.icon-computer {
  display: flex;
  /* justify-content: ; */

  gap: 8px;

}
.icon-computer .icon-custom {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-bottom: 4px;
}
.icon-computer .icon-custom .fa-file-archive-o{
  font-size: 36px;
}

  .file-box {
  border: 1px solid rgba(0, 157, 181, 0.15);
  background-color: #333843;
}
 .file-box:nth-child(1) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 100000ms;
}
 .file-box {
  border: 1px solid rgb(0 157 181 / 15%);
  border-radius: 5px;
  padding: 10px;
  background-color: #333843;

  display: inline-block;
  position: relative;
}

  .file-top {
  background-color: #262932;
  border: 1px solid rgba(0, 157, 181, 0.15);
}
  .file-top {
  height: 80px;
  background-color: #262932;
  border: 1px solid rgb(0 157 181 / 15%);
  border-radius: 5px;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.file-bottom h6{
  font-size: 16px !important;
}
.file-manager .files h6 {
  margin-top: 10px;
  margin-bottom: 0;
}
.file-bottom {
  text-align: center;
}
.files h6, .folder h6 {
  opacity: 0.9;
  font-weight: 500 !important;
  font-size: 16px;
}
.file-manager p {
  opacity: 0.9;
  font-size: 12px;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.card .card-body p:last-child {
    margin-bottom: 0;
}
 .ellips {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.7;
}
.txt-primary {
  color: #009DB5 !important;
}
.custom-column {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.btn-delete-custom {
 display: flex;
 justify-content: center;
}
.status-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-tab__card {
  background-color: #1d2939;
  border-radius: 12.6px;
  padding: 25.2px 16.8px;
  height: 105%;
  transition: all .3s ease-in-out;
  animation: fadeIn .5s ease-out;
}
:where(.css-uhnxn6).ant-flex-align-center {
  align-items: center;
}
:where(.css-uhnxn6).ant-flex-vertical {
  flex-direction: column;
}
.contact-tab__card-img {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }

}
:where(.css-uhnxn6) a {
  color: #1677ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
.ant-btn-primary-custom {
    color: #fff !important;
    background: #0156ff !important;
    box-shadow: 0 2px 0 rgba(5, 125, 255, 0.1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
:where(.css-uhnxn6).ant-btn {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 36px;
    padding: 6px 15px;
    border-radius: 6px;
}
:where(.css-uhnxn6).ant-btn {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    color: #FFF;
}
:where(.css-uhnxn6).ant-btn {
    font-family: '__Inter_800a0f', '__Inter_Fallback_800a0f';
    font-size: 14px;
    box-sizing: border-box;
}
.contact-tab__card-desc, .contact-tab__card-title {
  text-align: center;
  transition: color .3s ease-in-out;
}
.text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
}
.contact-tab__card-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 25.2px;
}
.contact-tab__card-desc {
  flex: 1 1;
  color: #98a2b3;
}
.contact-tab__card:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
  animation: swing 3s ease-in-out infinite;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
}
20% {
    transform: rotate(3deg);
}
40% {
    transform: rotate(-3deg);
}
60% {
    transform: rotate(3deg);
}
80% {
    transform: rotate(-3deg);
}
100% {
    transform: rotate(0deg);
}
  
}
.contact-custom {
  min-width: 120px;
  display: flex;
}

@media (min-width: 576px) {
  :where(.css-uhnxn6).ant-col-sm-6 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 25%;
      max-width: 25%;
  }
}
.header-faq-custom {
  margin-top: 20px;
}
.number-view {
  position: absolute;
  font-size: 14px;
  color: #00e5ff;
  top: 22px;
  right: 32px;
  z-index: 1;
  transition: transform 0.3s ease;
}

.product-page-main .product-slider {
  margin-bottom: 20px;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.product-page-main .owl-item .item {
  border: 1px solid #F2F3F7;
  border-radius: 5px;
  background-color: #f8f8f8;
}.product-page-main .product-slider img {
  height: 400px;
  object-fit: cover;
}.product-page-main .product-slider img {
  object-position: top;
}.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}.owl-carousel.owl-loaded {
  display: block;
}
#sync2 .owl-stage {
  display: flex;
}

#sync2 .owl-item {
  align-self: stretch;
  display: flex;
}

#sync2 img {
  height: 100%;
}
.tab-pane video {
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
  
}

.ant-tabs-nav-wrap {
    position: relative;
    display: flex;
    flex: none !important;
    align-self: stretch;
    overflow: hidden;
  
    transform: translate(0);
}

.ant-tabs-nav-list {
    display: flex;
    align-items: center;
    list-style-type: none;
    overflow-x: auto;
    max-width: 100%;

}

/*@media (max-width: 768px) {*/
/*    .tab-pane-custom > * {*/
/*    width: 100% !important;*/
/*    }*/


/*    .tab-pane-custom img {*/
/*     width: 100% !important;*/
    
/*    }*/

/*}*/
  .editor-content img {
      max-width: 100%;  /* Ảnh sẽ không vượt quá chiều rộng của container */
      height: auto;     /* Giữ tỷ lệ gốc của ảnh */
      display: block;   /* Đảm bảo ảnh không bị bao quanh bởi khoảng trắng do inline element */
      margin: 0 auto;   /* Căn giữa hình ảnh nếu cần */
  }
  .editor-content video {
      max-width: 100%;  /* Ảnh sẽ không vượt quá chiều rộng của container */
      height: auto;     /* Giữ tỷ lệ gốc của ảnh */
      display: block;   /* Đảm bảo ảnh không bị bao quanh bởi khoảng trắng do inline element */
      margin: 0 auto;   /* Căn giữa hình ảnh nếu cần */
  }

  .d-block {
    display: block;
  }


