@charset "UTF-8";

html {
    width: 100%;
    overflow-x: hidden !important;
}

html {
    scrollbar-width: thin; /* "thin" hoặc "auto" */
    scrollbar-color: #6950c2 #f1f1f1; /* màu con trượt và màu rãnh */
  }
  
  /* --- Dành cho Chrome, Safari, Edge, Opera --- */
  body::-webkit-scrollbar {
    width: 8px; /* Chiều rộng thanh cuộn */
  }
  
  body::-webkit-scrollbar-track {
    background: #f1f1f1; /* Màu rãnh */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #6950c2; /* Màu con trượt */
    border-radius: 4px;   /* Bo tròn con trượt */
    border: 1px solid #f1f1f1; /* Tùy chọn: tạo viền nhỏ */
  }
  
  body::-webkit-scrollbar-thumb:hover {
    background-color: #6950c2; /* Màu con trượt khi hover */
  }

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}
a {
    color: rgba(0, 220, 154, 1)
}
a:hover {
    color: #fff !important;
}
::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

a {
    cursor: pointer;
}

.mb-2 {
    margin-bottom: 20px !important;
}

@font-face {
    src: url("../fonts/Lexend/LexendDeca-Bold.ttf");
    font-family: "Archivo";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Lexend/LexendDeca-SemiBold.ttf");
    font-family: "Archivo";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/Lexend/LexendDeca-Regular.ttf");
    font-family: "Archivo";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/Lexend/LexendDeca-Light.ttf");
    font-family: "Archivo";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/tektur/Tektur-Bold.ttf");
    font-family: "Tektur";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/tektur/Tektur-SemiBold.ttf");
    font-family: "Tektur";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/tektur/Tektur-Regular.ttf");
    font-family: "Tektur";
    font-weight: 300;
}

:root {
    --primary-color: rgb(100, 71, 163);
    --primary: #CD3939;
    --dark: #333;
    --darker: #1c1e1f;
    --darkest: #111;
    --light: #999;
    --lighter: #e2e2e2;
    --lightest: #fff;
    --green-1: #00ef86;
    --green-2: #008eb9;
    --blue-2: #3d00cc;
    --blue-1: #008cff;
    --purple-1: #5f36f4;
    --purple-2: #3d2aa4;
    --red-1: #ec3258;
    --red-2: #c000b6;
    --yellow-1: #fcda00;
    --yellow-2: #ec3258;
    --bs-gradient: linear-gradient(0deg, #CD3939, #CD3939),
    linear-gradient(284.65deg, #ED4250 -1.7%, #FF9E00 95.67%);
    --font-family: 'Archivo';
    --font-head: 'Tektur';
    --weight-300: 300;
    --weight-500: 500;
    --weight-700: 700;
    --bs-gradient2: linear-gradient(90deg, #240448 0%, #6950A0 72.5%, #AA4196 100%);
    --bs-gradient3: linear-gradient(90deg, #553C96 0%, #648996 72.5%, #00CABB 100%);
    --blue: #0f78ff;
    --blue-text: #0d3f77;
    --blue-bg: #deeafd;
    --white: #ffffff;
    --secondary: #d9e3eb;
    --secondary-text: #c3d1de;
}

body {
    font-family: "Archivo";
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: "Archivo";
    font-weight: 500;
}

a {
    text-decoration: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none !important;
    -webkit-box-shadow: inset 0 -1px 0 #ddd !important;
    box-shadow: inset 0 -1px 0 #ddd !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 5px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-15 {
    padding: 0px 7.5px !important;
}

.pd-15 {
    padding: 0px 7.5px 15px 7.5px !important;
}

.row-10 {
    padding: 0px 10px !important;
}

.pd-10 {
    padding: 0px 10px 20px 10px !important;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 9px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.button_home {
    font-weight: var(--weight-300) !important;
    text-transform: unset !important;
    letter-spacing: 2px !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    padding: 0px 15px !important;
    text-decoration: none;
    color: #fff;
    position: relative;
    border: none;
    border-radius: 50px;
    background: var(--bs-gradient2);
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.button_home:hover {
    transition: 0.3s ease-in-out;
    background: var(--bs-gradient3) !important;
    color: rgba(0, 202, 187, 1);
}

.button_home_large {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 2px #cccccc;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

.noPadding {
    padding-bottom: 0px !important;
}

body {
    background-color: #000027;
    color: #fff !important;
}

/**header**/
header#header {
    padding: 10px 0;
    width: 100%;
    background: #6447a370;
    backdrop-filter: blur(30px);
    box-shadow: 0px 4px 5.3px 0px rgba(0, 0, 0, 0.14);
    z-index: 99999;
    position: fixed;
    left: 0;
}

div#logo a {
    text-align: center;
    display: flex;
}

div#logo img {
    height: 50px;
}

header#header .header-flex {
    display: flex;
    justify-content: end;
    gap: 12px;
}

/**menu**/
.main-menu-container ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
}

.main-menu-container ul li {
    list-style: none;
    margin: 0 !important;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}

.main-menu-container ul li a {
    font-weight: normal;
    text-transform: unset;
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: 16px;
    transition: all .1s ease;
    padding: 2px 14px;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.main-menu-container ul li a:hover {
    color: rgba(113, 83, 244, 1)
}

.main-menu-container ul li > .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 300px;
    height: unset;
    z-index: 999;
}

.main-menu-container ul li .sub-menu li {
    height: unset !important;
    display: block;
}

.main-menu-container ul li .sub-menu li a {
    color: #000;
}

.main-menu-container ul li:hover > .sub-menu {
    display: block;
}

.main-menu-container ul li .sub-menu li a:hover {
    color: rgba(113, 83, 244, 1);
}

/**login**/
.header-right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.header-right .button_login {
    font-weight: var(--weight-300);
    text-transform: unset;
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: 13px;
    transition: all .1s ease;
    padding: 12px 15px;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.header-right .button_login:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 2px;
    border-bottom: 2px solid transparent;
    animation: menu_hover 15s ease infinite;
    opacity: 0
}

.header-right .button_login:hover:after {
    opacity: 1
}

.header-right .button_register {
    font-weight: var(--weight-300);
    text-transform: unset;
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: 13px;
    padding: 0px 15px;
    text-decoration: none;
    color: #fff;
    position: relative;
    border: none;
    border-radius: 50px;
    background: var(--bs-gradient2);
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: 0.3s ease-in-out;
}

.header-right .button_register:hover {
    background: var(--bs-gradient3) !important;
    transition: 0.3s ease-in-out;
    color: rgba(0, 202, 187, 1);
}

/**banner**/
section.sec-slide {
    position: relative;
    width: 100%;
}

section.sec-slide:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 39, 0) 0%, #000027 67.5%);
    height: 226px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
}

section.sec-slide .banner-images {
    position: relative;
    width: 100%;
    height: 880px;
}

.banner-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_hero_info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 999;
    transform: translateY(-50%);
}

.banner_hero_info p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}

.banner_hero_info h3 {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 75px;
    line-height: 85px;
}

/**slide**/
.swiper-container {
    position: relative;
}

body .swiper-button-next::after, body .swiper-button-prev::after {
    display: none;
}

body .swiper-button-next, body .swiper-button-prev {
    height: 40px;
    width: 40px;
    background: transparent;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}

body .swiper-button-next img, body .swiper-button-prev img {
    width: 35px;
}

body .swiper-button-prev {
    left: -70px !important;
}

body .swiper-button-next {
    right: -70px !important;
}

/**home title**/
.home-title {
    margin-bottom: 30px;
}

.home-title h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
}

.home-title p {
    margin: 15px auto 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

/**footer**/
footer#footer {
    backdrop-filter: blur(168.46665954589844px);
    box-shadow: 0px -12px 16.8px 0px rgba(0, 0, 0, 0.11);
    background: rgba(217, 217, 217, 0.1);
    color: #fff;
    font-size: 16px;
    padding: 50px 0;
    position: relative;
    z-index: 999;
}

footer#footer .footer-title {
    font-size: 16px;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    margin: 0 0 15px 0;
    color: #fff;
    line-height: 30px;
}

footer#footer .footer-description {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

footer#footer .footer-logo {
    text-align: center;
    display: flex;
    gap: 40px;
    align-items: center;
}

footer#footer .footer-logo img {
    width: 180px;
}

footer#footer .footer-social {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin: 20px 0 0 0;
}

footer#footer .footer-social a img {
    width: 30px;
    filter: brightness(50%);
}

footer#footer .footer-menu ul {
    margin: 0;
    padding: 0;
}

footer#footer .footer-menu ul li {
    margin: 0 0 8px 0 !important;
    list-style: none;
}

footer#footer .footer-menu ul li a {
    color: #fff;
    font-size: 16px;
}

footer#footer .footer-menu ul li a:hover {
    color: rgba(113, 83, 244, 1)
}

footer#footer .dropdown {
    position: relative;
    display: inline-block;
}

footer#footer .dropdown-toggle {
    background-color: #fff;
    color: #333;
    padding: 4px 25px;
    font-size: 16px;
    border-radius: 99px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

footer#footer .dropdown-menu {
    position: absolute;
    bottom: 110%;
    left: 0;
    background-color: #fff;
    backdrop-filter: blur(8px);
    min-width: 160px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    width: 100%;
}

footer#footer .dropdown-menu a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

footer#footer .dropdown-menu a {
    color: var(--primary-color);
    padding: 4px 10px;
    font-size: 16px;
    display: flex;
    text-decoration: none;
    transition: background-color 0.2s;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

footer#footer .dropdown-menu a:hover {
    background-color: #f0f0f0;
}

footer#footer .dropdown.show .dropdown-menu {
    display: block;
}

footer#footer .footer-language {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
}

/**mobile menu**/
#nav-mobile {
    display: none;
}

#nav-mobile .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

#nav-mobile .nav-mobile_bg {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    height: 100%;
    width: 100%;
}

#nav-mobile .nav-mobile_main {
    backdrop-filter: blur(50px);
    box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.05);
    background: rgba(217, 217, 217, 0.123);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding: 15px;
}

#nav-mobile .custom-scrollBar_y {
    overflow-y: scroll;
    width: 100%;
}

#nav-mobile .nav-mobile_main__exit {
    color: #678;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    text-shadow: 1px 1px 1px #e9ecef;
    top: 0;
}

#nav-mobile .nav-mobile_main > ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

#nav-mobile .nav-mobile_main > ul li {
    list-style: none;
}

#nav-mobile .nav-mobile_main > ul li ul {
    margin-left: 0px !important;
}

#nav-mobile .nav-mobile_main > ul > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15.5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#nav-mobile .nav-mobile_main > ul > li:not(:last-child) {
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #000000 -0.81%, #666666 48.14%, #000000 99.1%);
}

#nav-mobile .nav-mobile_main > ul > li a, #nav-mobile .nav-mobile_main > ul > li .nav-mobile_main > ul li > div {
    color: #fff !important;
    display: block;
    padding: 10px 0;
    width: calc(100% - 40px);
}
.uppy-Dashboard-Item-statusSize {
    display: none !important;
}

#nav-mobile .nav-mobile_main > ul > li span {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 25px;
    text-align: center;
    width: 25px;
    color: #fff;
}

#nav-mobile .nav-mobile_main > ul > li > ul {
    display: none;
    padding-left: 20px;
    width: 100%;
}

/**login**/
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.5;
    object-fit: cover;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-container {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    width: 100%;
    /* transform: translateY(-50%); */
}

.login-form {
    width: 80%;
    backdrop-filter: blur(70px);
    box-shadow: -9px 4px 23.4px 0px rgba(0, 0, 0, 0.12);
    padding: 40px;
    border-radius: 25px;
    margin: 0 auto;
}

.login-form .input_user {
    font: inherit;
    color: #000;
    padding: 8px 12px;
    box-sizing: border-box;
    background: #fff;
    height: 40px;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 99px;
}

.line-through {
    gap: 10px;
    margin: 20px auto 0;
}

.login-form .sign-up {
    color: rgba(255, 255, 255, 0.8);
}

.line-through p {
    margin: 0 5px;
    white-space: nowrap;
    font-size: 18px;
    text-transform: uppercase;
}

.line-through hr {
    background-color: rgba(255, 255, 255, 0.25);
    height: 1px;
    width: 100%;
}

.login-social {
    display: flex;
    gap: 15px;
    margin: 30px 0;
}

.login-social a {
    background: rgba(255, 255, 255, 1);
    height: 40px;
    display: inline-block;
    border-radius: 99px;
    line-height: 40px;
    text-align: center;
    color: rgba(187, 187, 187, 1);
    font-size: 16px;
    padding: 0 10px;
}

.login-social a img {
    width: 33px;
}

.login-form label {
    margin-bottom: 5px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

.login-form .logo-login {
    margin: 0 0 40px 0;
    text-align: center;
}

.login-form .logo-login img {
    width: 250px;
}

.login-form p.forgotpass a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

.login-form .sign-up {
    text-align: center;
}

p.forgotpass {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

p.forgotpass a {
    color: #fff;
    text-decoration: unset;
}

.login-form .link {
    color: #fff !important;
    text-decoration: unset !important;
    font-size: 16px !important;
}

.login-form .context-label {
    margin-bottom: 15px;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8)
}

.terms-and-conditions-label {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.28rem;
    font-size: 0.75rem;
    color: #000;
}

.smaller-grey {
    color: rgba(255, 255, 255, 0.8) !important;
}

.link--smaller-grey {
    font-size: 0.75rem;
    color: #00ff62;
    text-decoration: underline;
}

.login-form .select_user {
    font: inherit;
    height: 40px;
    box-sizing: border-box;
    background-color: #fff !important;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    border: 0;
    color: #000 !important;
    border-radius: 99px;
}

.menu-login {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-account {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    FONT-WEIGHT: 700;
}

.header-login {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-login a {
    font-size: 16px !important;
    color: #fff;
}

.header-login a.btn_login:hover {
    color: rgba(113, 83, 244, 1);
}

.header-login a.button_register {
    font-size: 14px !important;
}

/**category**/
.category-entry {
    padding: 120px 0 60px 0px;
    background-size: cover !important;
    background-position: top center !important;
    position: relative;
}

.cat-title h1 {
    text-align: center;
    color: #fff;
    letter-spacing: -2px;
    font-size: 60px;
    text-decoration: none;
    background: linear-gradient(-45deg, var(--green-1), var(--blue-1), var(--red-1), var(--yellow-1));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**post item**/
.post-item {
    backdrop-filter: blur(50px);
    box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.05);
    background: rgba(217, 217, 217, 0.123);
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 99;
}

.post-item:not(:last-child) {
    margin-bottom: 30px;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content h4 a {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-content h4 a:hover {
    color: rgba(113, 83, 244, 1)
}

.post-item .post-excerpt {
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-content {
    padding: 20px;
}

.post-item .post-attribute {
    color: hsla(0, 0%, 100%, .8);
}

article.entry-content {
    font-size: 16px;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 15px;
    color: #000;
}

article.entry-content ul, article.entry-content ol {
    margin: 0 0 0 25px;
    padding: 0px;
}

article.entry-content p, article.entry-content ul li, article.entry-content ol li {
    margin: 0 0 10px 0;
}

article.entry-content img {
    max-width: 100%;
}

.wp_post .post-thumbnail {
    width: 150px;
    height: 100px;
    border: 1px solid #f2f2f2;
}

.wp_post .post-content {
    width: calc(100% - 150px);
}

.post-content.text-left h4 a {
    text-align: left;
}

.single-thumb {
    margin: 10px 0 20px 0;
    width: 100%;
    height: 420px;
    border-radius: 15px;
}

.single-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}

/**promotion item**/
.promotion-item {
    background: hsla(0, 0%, 100%, .05);
    margin: 0 0 20px 0;
    border-radius: 18px;
    padding: 15px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.dot:last-child {
    display: none;
}


.promotion-item a:hover {
    text-decoration: unset !important;
}

.promotion-item .promotion-images {
    border-radius: 8px;
    width: 60px;
    height: 60px;
}

.promotion-item .promotion-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.promotion-item .promotion-left, .promotion-item .promotion-right {
    width: 50%;
}

.promotion-item .promotion-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotion-item .promotion-right {
    display: flex;
    justify-content: end;
    gap: 15px;
    color: #fff;
    font-size: 18px;
    align-items: center;
}

.promotion-item .promotion-right span.date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
    background: rgb(124, 128, 140);
    border-radius: 99px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.promotion-item .promotion-content h4 {
    font-size: 20px;
    color: #fff !important;
    font-weight: 700;
}

.promotion-item .promotion-content p {
    margin: 0;
    font-size: 14px;
}

.promotion-item .promotion-right a {
    padding: 3px 15px;
    font-size: 15px;
}


/**social**/
.box-social {
    border-radius: 44px;
    width: 100%;
    position: relative;
}

.box-social img {
    width: 100%;
    border-radius: 44px;
}

.box-social .social-info {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.box-social .social-info a {
    color: rgba(37, 161, 215, 1);
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
}

.box-social .social-info p {
    color: rgba(45, 45, 45, 1);
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
}

.box-social .social-info h3 {
    color: rgba(45, 45, 45, 1);
    font-size: 48px;
    text-align: center;
    line-height: 54px;
}

.circle-text h3 {
    font-size: 48px;
    text-align: center;
    line-height: 54px;
}

.circle-text p {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}

.box-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 44px;
    background: radial-gradient(2304.16% 50% at 50% 50%, #FF9E00 0%, #ED4250 100%);
}

.circle-body {
    background: radial-gradient(51.91% 51.91% at 50% 50%, #ED4250 0%, rgba(237, 66, 80, 0) 100%);
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 1) inset;
    width: 500px;
    height: 500px;
    padding: 0 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.azmazing img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.azmazing {
    position: absolute;
    top: 120px;
    width: 87px;
}

.z_left {
    left: 0;
}

.z_right {
    right: 0
}


.blue h3 {
    background: linear-gradient(90deg, #0097B4 0%, #00E070 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.store-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.store-item .store-images {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.store-item .store-images img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.store-item:hover .store-images img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.store-item .store-content {
    padding: 15px 0 0 0;
}

.store-item .store-content h4 {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.store-item .store-content p {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/**abouts**/
section.sec-abouts {
    width: 100%;
    margin: 30px 0;
    position: relative;
    z-index: 999;
}

section.sec-abouts .abouts-thumbnail img {
    width: 100%;
}

section.sec-abouts .abouts-title {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
}

section.sec-abouts .number-counter {
    font-family: var(--font-head);
    font-weight: var(--weight-700);
    font-size: 200px;
    line-height: 200px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #553C96 0%, #704A9E 30.5%, #00CABB 50%);
}

section.sec-abouts .number-desc {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 50px;
    line-height: 50px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #553C96 0%, #704A9E 30.5%, #00CABB 50%);
}

section.sec-abouts .abouts-content {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
}

section.sec-abouts .abouts-galleries {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}

section.sec-abouts .abouts-galleries .about-gallery-item {
    width: calc(100% / 4);
    height: 50px;
    object-fit: contain;
}

section.sec-abouts .abouts-galleries .about-gallery-item img {
    width: 80px;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
}

.abouts-item {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.about-240 {
    width: 240px;
}

.abouts-item .abouts-icon {
    width: 178px;
    height: 196px;
    position: relative;
    border-radius: 47px;
}

.abouts-item .abouts-ic {
    position: absolute;
    right: -65px;
    border-radius: 50%;
    bottom: -35px;
}

.abouts-item .abouts-ic .abouts-ict {
    position: relative;
    background: linear-gradient(180deg, rgba(117, 83, 255, 0) 0%, rgba(70, 50, 153, 0.2) 74.18%);
    backdrop-filter: blur(26.600000381469727px);
    box-shadow: -3px 9px 9.5px 0px rgba(0, 0, 0, 0.25);
    width: 130px;
    height: 130px;
    right: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouts-item:hover .abouts-ic .abouts-ict {
    transition: 0.3s ease-in-out;
    background: rgba(70, 50, 153, 1);

}
.uppy-Dashboard-Item-name {
    font-size: 14px !important;
}

.abouts-item .abouts-ic .abouts-ict:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(24, 15, 94, 0) 99%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.abouts-item .abouts-ic img {
    width: 54px !important;
    height: 54px !important;
    object-fit: contain !important;
}

.abouts-item .abouts-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 47px;
    padding: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(190, 190, 190, 0.44) 100%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.abouts-item .abouts-icon img {
    width: 100%;
    height: 100%;
    border-radius: 47px;
    object-fit: cover;
}

.abouts-item .about-content {
    width: 100%;
    margin: 40px 0 0 0;
}

.abouts-item h4 {
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
    width: 100%;
}

.abouts-item .sub_title {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 16px;
    line-height: 24px;
}

.abouts-item .about-item-content {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

/**analytic*/
.sec-analytic {
    width: 100%;
    padding: 30px 30px 80px 30px;
    position: relative;
}

.analytic-item {
    width: 100%;
    height: 100%;
    border-radius: 19px;
    padding: 8px;
    transition: 0.3s ease-in-out;
    backdrop-filter: blur(19px);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    display: block;
    background: rgba(217, 217, 217, 0.123);
    position: relative;
    z-index: 9;
    /*background: linear-gradient(#d9d9d91f 0 0) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 39, 0) 100%) border-box;*/
}

.analytic-item .analytic-thumbnail {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.analytic-item .analytic-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.analytic-item:hover .analytic-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.analytic-item .analytic-content {
    padding: 20px 0 10px 0;
    text-align: center;
}

.analytic-item .analytic-content h4 {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 16px;
    line-height: 24px;
}

.analytic-item .analytic-content p {
    font-size: 16px;
    line-height: 24px;
}

.analytic-icon {
    width: 300px;
    position: absolute;
    z-index: -1;
    filter: brightness(50%);
}

.thumb1 {
    bottom: -100px;
    left: 180px;
    transform: rotate(45deg);
}

.thumb2 {
    top: -70px;
    right: -50px;
}

/**sec-money**/
.sec-money {
    width: 100%;
    padding: 30px;
    position: relative;
}

.sec-money .money-bg {
    background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.sec-money .money-bg img {
    width: 100%;
}

.sec-money .money-row {
    width: 750px;
    margin-left: -220px;
}

.sec-money h3 {
    text-align: right;
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    font-size: 75px;
    line-height: 85px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #553C96 0%, #704A9E 72.5%, #00CABB 100%);;
}
.text-right {
    text-align: right;
}
.money-item {
    background: rgba(217, 217, 217, 0.123);
    backdrop-filter: blur(50px);
    box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: start;
}

.money-item .money-title {
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    font-size: 16px;
    line-height: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    width: 160px;
}

.money-item .money-content {
    width: calc(100% - 160px);
    padding-left: 30px;
}

/**sec artist**/
.artist-item {
    transition: 0.3s ease-in-out;
    backdrop-filter: blur(19px);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    display: block;
    background: rgba(217, 217, 217, 0.123);
    position: relative;
    z-index: 9;
    border-radius: 25px;
    width: 100%;
    padding: 8px;
}

.artist-item .artist-thumbnail {
    width: 100%;
    height: 240px;
    border-radius: 22px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.artist-item .artist-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.artist-item:hover .artist-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.artist-item .artist-content {
    padding: 15px 0;
}

.artist-item .artist-title a {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 45px;
}

.artist-item .artist-flag {
    display: flex;
    gap: 10px;
    font-size: 13px;
    filter: brightness(50%);
}

.artist-item .artist-flag img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/**register**/
.sec-register {
    padding: 100px 0;
    width: 100%;
}

.sec-register .register-title h3 {
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    font-size: 69px;
    line-height: 85px;
    margin: 0;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #03dc9a 0%, #03dc9a 57.5%, #00CABB 71%);
}

.sec-register .register-title p, .sec-register .register-desc {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0 0;
}

.sec-register .register-flex {
    display: flex;
    margin: 20px 0 0;
    gap: 20px;
}

.sec-register .register-email {
    height: 45px;
    border-radius: 99px;
    border: 0;
    box-shadow: unset;
}

/**dashboard**/
.body-dashboard {
    /* background: url('../images/dashboard.webp') no-repeat; */
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
    min-height: 100vh;
}

.dashboard-bg {
    background: url('../images/dashboard-bg.webp') no-repeat;
    border-radius: 25px;
    padding: 15px;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

.height-100 {
    height: 100%;
}

.dashboard-grid {
    background: rgba(217, 217, 217, 0.1);
    backdrop-filter: blur(134.60000610351562px);
    border-radius: 15px;
    padding: 25px;
    position: relative;
    z-index: 99;
}

.dashboard-user {
    text-align: center;
}

.dashboard-user h4 {
    color: rgba(105, 80, 160, 1);
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0 0;
}

.dashboard-user .user-avatar {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(70px);
    box-shadow: -9px 4px 23.4px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    padding: 10px;
    margin: auto;
}

.dashboard-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.dashboard-box {
    padding: 120px 0 80px 0;
}
#saveDraft:hover {
    color: #fff !important;
    background: var(--Color-1, rgba(85, 60, 150, 1)) !important;
    border: unset !important;
}

.dashboard-body {
    z-index: 0;
    position: relative;
    padding: 40px 0;
}

.dashboard-total {
    backdrop-filter: blur(40px);
    box-shadow: -9px 4px 23.4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 25px;
    background: linear-gradient(81.6deg, rgba(36, 4, 72, 0.12) 0%, rgba(105, 80, 160, 0.12) 71.99%, rgba(170, 65, 150, 0.12) 99.29%);
    width: 100%;
    height: 100%;
}

.dashboard-total .dashboard-total-title {
    font-size: 16px;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    line-height: 24px;
    margin-bottom: 40px;
}

.dashboard-total .dashboard-total-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.dashboard-total .dashboard-total-value {
    font-size: 32px;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    line-height: 38px;
    margin: 0;
}

.dashboard-total .dashboard-total-text {
    font-size: 32px;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    line-height: 38px;
    margin: 0;
}

.dashboard-total a.button_text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

section.dashboard-box h1 {
    text-transform: uppercase;
    font-size: 54px;
    line-height: 64px;
    margin: 0;
    font-weight: 700;
}

.header-dashboard .header-account {
    display: flex;
    gap: 20px;
}

.header-dashboard a img {
    border-radius: 0 !important;
    width: 25px;
}

.header-dashboard a.button_home {
    font-size: 15px;
    padding: 0px 20px;
}

.btn-white {
    background: #fff !important;
    padding: 6px 0 !important;
    width: 80% !important;
    margin: auto;
    color: #4e73df !important;
    text-align: center !important;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 5px !important;
    border-radius: 99px !important;
}

.btn-white i {
    color: #4e73df !important;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.author-info .author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.author-info .author-photo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.dot:last-child {
    display: none;
}

.form-group label b {
    color: #ff3333 !important;
}


/* Choose File */
.card-images {
    max-width: 768px;
    padding: 32px;
    text-align: center;
    margin: auto;
    margin-top: 90px;
    border-radius: 32px;
    background: var(--white);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.02);
}

.card-images .card__content {
    padding: 56px;
    border: medium dashed var(--secondary);
    border-radius: 16px;
}

.card-images .card__content svg {
    width: 100px;
    color: var(--blue);
}

.card-images .card__content h1 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--blue-text);
}

.card-images .card__content h1 label {
    color: var(--blue);
    cursor: pointer;
    user-select: none;
}

.card-images .card__content p {
    font-size: 14px;
    color: var(--secondary-text);
}

#loadingCus {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 9999;
    text-align: center;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
}

#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingIcon {
    width: 100%;
    height: 100%;
}

.modal-create a {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: center;
    padding: 20px;
    transition: all .2s;
    width: 320px;
    border-radius: 20px;
}

.modal-create {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
    gap: 15px;
}

.modal-create a p strong {
    text-align: center;
    color: #000;
}

.modal-create a p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.modal-create a p strong {
    text-align: center;
    color: #000;
}

.modal-create a img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    margin: 0 auto 30px;
}

.releases-link {
    padding: 0;
}

.releases-link a {
    color: #fff;
    padding: 15px !important;
}

.releases-link ul li.active a {
    background: rgba(255, 255, 255, 0.2);
}

.collapse.show {
    visibility: visible !important;
}

.group-tabs ul.nav.nav-tabs li a {
    color: #000;
    font-size: 16px;
}

.group-tabs ul.nav.nav-tabs li a.active {
    color: #4e73df;
}

.select2-container {
    width: 100% !important;
}

.uploadCheck {
    text-align: center;
    color: green;
    font-weight: 700;
    font-size: 20px;
}

.btn-default {
    background: #fff !important;
    color: #000 !important;
}

.btn-default:hover {
    background: #6447a3 !important;
    color: #fff !important;
}
.artist-icon {
    width: 20px !important;
    height: 20px !important;
    display: flex;
}
.artist-icon img {
    width: 100% !important;
    height: 100% !important;
}
section.support-bg {
    background: linear-gradient(to right, var(--blue), var(--blue-text));
    background-size: 400% 400%;
    color: #fff;
    padding: 30px 40px;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    20% {
        background-position: 20% 50%;
    }
    40% {
        background-position: 40% 50%;
    }
    60% {
        background-position: 60% 50%;
    }
    80% {
        background-position: 80% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}


section.support-bg h1.support-website {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
}

section.support-bg .support-desc {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 30px;
}

.support-bg form {
    position: relative;
}

input.form-control.form-search::placeholder {
    color: #fff;
}

input.form-control.form-search {
    height: 45px !important;
    border: 0 !important;
    border-radius: 0px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    color: #fff;
    padding-left: 40px;
}

button.btn.button_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
}

.category-item {
    width: 100%;
    display: flex;
    background: #fff;
    align-items: center;
    flex-flow: wrap;
    border-radius: 6px;
}

.category-item .category-icon {
    width: 100px;
    height: 80px;
    padding: 15px 0;
}

.category-item .category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-item .category-content {
    width: calc(100% - 100px);
    padding: 15px;
}

.category-item .category-title a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.category-item .category-overview p {
    font-size: 15px;
    margin: 0;
}

.category-item .category-counter {
    margin: 10px 0 0 0;
    color: var(--blue);
    font-size: 15px;
}

.text-author {
    color: #fff;
    font-weight: normal;
    margin: 0 !important;
}

.text-author b {
    color: #777;
}

.btn-outline {
    width: 150px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 11px;
    align-items: center;
    font-size: 15px !important;
    font-weight: 700;
}

.btn-outline img {
    width: 31px;
}

.track-thumbnail img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2 sease -in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2 sease -in-out;
}

.uppy-Dashboard-AddFiles.is-invalid {
    color: #dc3545 !important;
    border: 1px dashed #dc3545 !important;
}
.uppy-Dashboard-AddFiles.is-invalid .uppy-note, .uppy-Dashboard-AddFiles.is-invalid i, .uppy-Dashboard-AddFiles.is-invalid .uppy-Dashboard-AddFiles-title {
    color: #dc3545 !important;
}

.listContainer {
    display: inline-block;
    text-align: initial;
}

.info-table td {
    padding: 0 5px;
    vertical-align: top;
    color: #fff;
}

.info-table .info-cell-label {
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.column-checkbox {
    min-width: 38px;
    text-align: center;
    vertical-align: middle !important;
    font-size: 0.8em;
}

.column-player, .column-support-number, .column-track-number, .column-duration, .column-isrc, .column-price, .column-action, .column-igt {
    width: 1%;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle !important;
}


.column-genre, .column-genre2 {
    text-align: center;
    width: 8%;
    vertical-align: middle !important;
}

.table-hover thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e6f0;
    font-size: 14px;
    color: #fff;
}

.card-fonts {
    font-size: 13px;
}

.card {
    color: #fff;
    font-size: 14px;
}

.flex-lag {
    display: flex;
    align-items: center;
    gap: 3px;
}

.flex-lag img {
    width: 20px !important;
    max-width: 20px !important;
}

.store-container {
    padding: 8px;
    border-bottom: solid 1px #DDD;
}

.store-table-cell-center {
    width: 100%;
    text-align: center;
}

.store-table-cell-left, .store-table-cell-right {
    width: 1%;
    min-width: 100px;
}

.store-table-icons {
    font-size: 1.3em;
    text-align: right;
    white-space: nowrap;
}

.store-table-icons, .store-table-label {
    height: 1.3em;
}

.store-table {
    width: 100%;
}

.store-table-cell-left, .store-table-cell-right {
    width: 1%;
    min-width: 100px;
}

.store-table-icons a, .store-table-icons a:hover {
    color: #333;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px !important;
    position: relative;
    opacity: .5
}

.dropify-wrapper .dropify-message p {
    font-size: 15px !important
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px
}

.user-profile-header {
    margin-top: -125px;
    padding: 0 20px;
}

.user-profile-header .user-profile-img {
    border: 5px solid;
}

.user-profile-header .user-profile-img {
    border-color: #fff
}

div#accordion img {
    width: 100% !important;
}

.formGroupOverride {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
    overflow: auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.platform-label {
    padding-top: 0px !important;
    line-height: 30px;
    text-align: left !important;
}

.social-network {
    width: 40px;
    float: left;
    text-align: center;
}

.social-network-icon {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 15px;
    -webkit-text-stroke: 1px white;
    cursor: pointer;
}

.bg-promotion {
    background-color: rgb(255, 255, 255);
    color: rgb(31, 31, 40);
    position: relative;
    width: 100%;
    box-shadow: none;
    background-image: linear-gradient(23deg, rgb(82, 109, 190) 0%, rgb(36, 18, 105) 100%);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 28px;
    overflow: hidden;
    padding: 20px;
}

.bg-promotion .bg-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.05;
    z-index: 0;
}

.bg-promotion .product-images {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px 0px;
    background-color: rgb(221, 221, 235);
}

.bg-promotion .product-images img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
    border-radius: 20px;
}

.bg-promotion .product-view {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bg-promotion .product-content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-promotion .product-content p {
    color: #fff;
    font-size: 16px;
}

.text-flex {
    display: flex;
    justify-content: end;
    color: #fff;
    align-items: center;
    gap: 15px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}

/** promotion item**/
.promotion-item {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: #fff;
    margin: 0 0 20px 0;
    border-radius: 18px;
    padding: 10px;
}

.promotion-item:hover {
    cursor: pointer;
    background-color: rgb(246, 248, 255);
    transition: background-color 0.3s ease-out
}

.promotion-item a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.promotion-item a:hover {
    text-decoration: unset !important;
}

.promotion-item .promotion-images {
    border-radius: 8px;
    width: 60px;
    height: 60px;
}

.promotion-item .promotion-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.promotion-item .promotion-left, .promotion-item .promotion-right {
    width: 50%;
}

.promotion-item .promotion-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotion-item .promotion-right {
    display: flex;
    justify-content: end;
    gap: 15px;
    color: #000;
    font-size: 15px;
}

.promotion-item .promotion-right span.date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
    background: rgb(124, 128, 140);
    border-radius: 99px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.promotion-item .promotion-content h4 {
    font-size: 0.75rem;
    color: #000 !important;
    font-weight: 700;
}

.card.card-radius {
    border-radius: 28px;
}

.card.card-radius .card-header {
    border-radius: 28px 28px 0 0 !important;
}

.promotion-factory {
    width: 100%;
    height: 180px;
}

.promotion-factory img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.progress-container {
    width: 100%;
    height: 15px;
    background-color: #444;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.progress-container .progress-bar {
    height: 100%;
    display: flex;
    flex-direction: unset;
    background: gainsboro !important;
    justify-content: left;
}

.segment {
    height: 100%;
    transition: width 1.5s ease-in-out;
}

/* Màu sắc cho từng phần */
.segment-1 {
    background: var(--primary-color);
}

.segment-2 {
    background: var(--primary-color);
}

.segment-3 {
    background: rgb(38, 153, 251);
}

.segment-4 {
    background: rgb(92, 180, 255);
}

.segment-5 {
    background: rgb(125, 196, 255);
}

.progress-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    color: white;
    mix-blend-mode: difference;
}

.country-process {
    display: flex;
    width: 100%;
    align-items: center;
}

.catalog-analytic {
    display: flex;
    align-items: center;
    gap: 20px;
}

.catalog-analytic .catalogLabel {
    width: 200px;
}

.catalog-analytic .catalogLabel p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.country-process .country-label {
    width: 200px;
}

.country-process .country-bar {
    width: calc(100% - 400px);
    padding: 0 15px;
}

.country-flex {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 0 40px 0;
}

.country-flex .country-bg {
    width: 180px;
    border-radius: 99px;
    padding: 5px;
    text-align: center;
    color: #fff;
}

.country-process .country-label p {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}

.data-header > * {
    font-weight: 700;
}

.card {
    background: rgba(255, 255, 255, 0.2);
}

.card .card-header {
    background: transparent !important;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, transparent 0%, #666 20%, #666 80%, transparent 100%);
    border-radius: 0px !important;
}

.card .card-header h6, .card .card-header h5 {
    font-weight: 500 !important;
    margin-bottom: 0;
}

.primary-color {
    color: #6447a3 !important;
}

label.form-label {
    color: #fff !important;
}

.chart-link .nav-link {
    position: relative;
}

.chart-link .nav-link {
    background: #3c3c647a !important;
}

.nav-link.active {
    color: #fff !important;
    background: #3c3c65 !important;
    backdrop-filter: blur(132.3000030517578px);
    border-radius: 15px 15px 0 0 !important;
    border: 1px solid #3c3c65 !important;
}
.uppy-StatusBar.is-complete {
    display: none !important;
}

.nav-link {
    background: rgba(94, 51, 146, 0.1) !important;
    backdrop-filter: blur(40px)
}

table#kt_datatable th, table#kt_datatable td {
    color: #fff !important;
    font-size: 15px;
    font-family: "Archivo" !important;
    font-weight: 300 !important;
}

table#kt_datatable,
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_filter label {
    color: #fff !important;
    font-family: "Archivo" !important;
}

@media screen and (max-width: 768px) {
    .info-table {
        margin-bottom: 10px;
    }

    .info-table .info-cell-label {
        text-align: start;
    }

    .catalog-product-name {
        width: fit-content !important;
    }

    .promotion-item .promotion-left {
        width: 100%;
    }

    .promotion-item .promotion-right {
        display: flex;
        justify-content: start;
        flex-flow: wrap;
        gap: 15px;
        color: #000;
        font-size: 15px;
        width: 100%;
        padding: 10px;
    }

    .bg-promotion .product-images {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .text-flex {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .bg-promotion .product-content h4 {
        font-size: 20px;
        margin: 0;
    }

    section.dashboard-box h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .dashboard-total .dashboard-total-footer .dashboard-total-value {
        font-size: 28px;
        line-height: 34px;
    }
}

h5.modal-title {
    color: #000 !important;
}

.modal label {
    color: #000 !important;
}

div#releaseCover a {
    color: var(--primary-color);
    font-size: 15px;
    text-align: left;
    font-weight: 700;
}

div#releaseCover {
    text-align: center;
}

#preview {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    display: none;
}

#imageInfo {
    margin-top: 10px;
    display: none;
    font-size: 14px;
}

.modal-body p {
    margin: 0 0 10px 0;
}

.modal-body > * {
    color: #000;
    font-size: 14px;
}

div#uploadModal .modal-footer {
    display: flex;
    justify-content: space-between;
}

.upload-thumbnail img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
}

.form-group label {
    color: #fff;
    font-size: 15px;
}

.search-boxes {
    width: calc(100% - 40px);
}

.group-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}
.icon-channel {
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.icon-channel .fa-apple {
    color: #fb5066;
}
.button_home:disabled {
    background: gray !important;
}
.tooltip > .tooltip-inner {
    text-align: left;
    white-space: pre-line; /* nếu bạn dùng \n xuống dòng */
}
.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
#terms {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd; /* Default border color */
    background-color: #fff; /* Default background */
    cursor: pointer;
    position: relative;
    border-radius: 3px;
}
input[type="checkbox"].boolean#terms:checked {
    border-color: #553c8c; /* Change border color when checked */
    background-color: #6447a3; /* Change background color when checked */
}

/* Optional: Add a checkmark using pseudo-element */
input[type="checkbox"].boolean#terms:checked::after {
    content: '\2713'; /* Unicode for checkmark */
    color: #fff; /* Checkmark color */
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.button_home:disabled:hover {
    background: #616161 !important;
}
.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    padding: 5px 5px 5px 2px;
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 99px;
    height: 40px;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.search-container .search {
    background: transparent;
    color: #000;
    font-weight: 300 !important;
}

.search-container .selected-img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    display: none;
    object-fit: cover;
    border: 2px solid #ddd;
    cursor: pointer;
    min-width: 35px;
}

.search-container .search {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
}

.search-container .clear-selection {
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
    color: var(--primary-color);
    display: block;
}

.search-container .suggestions {
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background: #f2f2f2;
    width: 100%;
    top: 100%;
    left: 0;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.search-container .suggestion-item {
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    color: #000
}

.search-container .suggestion-item i.fa-spotify {
    color: #4caf50;
}

.search-container .suggestion-item img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
}

.search-container .suggestion-item:hover {
    background: #f0f0f0;
}

.add-input {
    cursor: pointer;
    padding: 5px 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 99px !important;
    color: #6447a3;
    border: 1px dashed #6447a3 !important;
    background: none;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.add-input:hover {
    background-color: #6447a30d !important;
    color: #6447a3 !important;
}

.d-flex.search-flex {
    width: 100%;
    align-items: center;
    gap: 10px;
}

.search-flex .fa-spotify {
    color: #4caf50;
}

.uploader-details p {
    margin: 0 0 10px 0;
    color: var(--primary-color)
}

.uploader-details {
    font-size: 15px;
    color: var(--primary-color)
}

.table-responsive.table-file tr th, .table-responsive.table-file tr td {
    color: #fff;
}

.fileInfo {
    margin: 15px 0 0 0;
    font-style: italic;
    color: #0d6efd;
}

.fileInfo p {
    margin: 0;
}

.hidden {
    display: none;
}

div#trackEditFormBody .search-container .search,
div#trackEditFormBody .search-container .clear-selection {
    color: #000 !important;
}

.flex-lag {
    display: flex;
    align-items: center;
    gap: 3px;
}

.flex-lag img {
    width: 20px !important;
    max-width: 20px !important;
}

.store-container {
    padding: 8px;
    border-bottom: solid 1px #DDD;
}

.store-table-cell-center {
    width: 100%;
    text-align: center;
}

.store-table-cell-left, .store-table-cell-right {
    width: 1%;
    min-width: 100px;
}

.store-table-icons {
    font-size: 1.3em;
    text-align: right;
    white-space: nowrap;
}

.store-table-icons, .store-table-label {
    height: 1.3em;
}

.store-table {
    width: 100%;
}

.store-table-cell-left, .store-table-cell-right {
    width: 1%;
    min-width: 100px;
}

.store-table-icons a, .store-table-icons a:hover {
    color: #333;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px !important;
    position: relative;
    opacity: .5
}

.dropify-wrapper .dropify-message p {
    font-size: 15px !important
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px
}

.user-profile-header .user-profile-img {
    border: 5px solid;
}

.user-profile-header .user-profile-img {
    border-color: #fff
}

div#accordion img {
    width: 100% !important;
}

.formGroupOverride {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
    overflow: auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.platform-label {
    padding-top: 0px !important;
    line-height: 30px;
    text-align: left !important;
}

.social-network {
    width: 40px;
    float: left;
    text-align: center;
}

.social-network-icon {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 15px;
    -webkit-text-stroke: 1px white;
    cursor: pointer;
}

.bg-promotion {
    background-color: rgb(255, 255, 255);
    color: rgb(31, 31, 40);
    position: relative;
    width: 100%;
    box-shadow: none;
    background-image: linear-gradient(23deg, rgb(82, 109, 190) 0%, rgb(36, 18, 105) 100%);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 28px;
    overflow: hidden;
    padding: 20px;
}

.bg-promotion .bg-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.05;
    z-index: 0;
}

.bg-promotion .product-images {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px 0px;
    background-color: rgb(221, 221, 235);
}

.bg-promotion .product-images img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
    border-radius: 20px;
}

.bg-promotion .product-view {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bg-promotion .product-content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-promotion .product-content p {
    color: #fff;
    font-size: 16px;
}

.text-flex {
    display: flex;
    justify-content: end;
    color: #fff;
    align-items: center;
    gap: 15px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}

/** promotion item**/
.promotion-item {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: #fff;
    margin: 0 0 20px 0;
    border-radius: 18px;
    padding: 10px;
}

.promotion-item:hover {
    cursor: pointer;
    background-color: rgb(246, 248, 255);
    transition: background-color 0.3s ease-out
}

.promotion-item a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.promotion-item a:hover {
    text-decoration: unset !important;
}

.promotion-item .promotion-images {
    border-radius: 8px;
    width: 60px;
    height: 60px;
}

.promotion-item .promotion-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.promotion-item .promotion-left, .promotion-item .promotion-right {
    width: 50%;
}

.promotion-item .promotion-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotion-item .promotion-right {
    display: flex;
    justify-content: end;
    gap: 15px;
    color: #000;
    font-size: 15px;
}

.promotion-item .promotion-right span.date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 8px;
    background: rgb(124, 128, 140);
    border-radius: 99px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.promotion-item .promotion-content h4 {
    font-size: 0.75rem;
    color: #000 !important;
    font-weight: 700;
}

.card.card-radius {
    border-radius: 28px;
}

.card.card-radius .card-header {
    border-radius: 28px 28px 0 0 !important;
}

.promotion-factory {
    width: 100%;
    height: 180px;
}

.promotion-factory img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.progress-container {
    width: 100%;
    height: 15px;
    background-color: #444;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .info-table {
        margin-bottom: 10px;
    }

    .info-table .info-cell-label {
        text-align: start;
    }

    .catalog-product-name {
        width: fit-content !important;
    }

    .promotion-item .promotion-left {
        width: 100%;
    }

    .promotion-item .promotion-right {
        display: flex;
        justify-content: start;
        flex-flow: wrap;
        gap: 15px;
        color: #000;
        font-size: 15px;
        width: 100%;
        padding: 10px;
    }

    .bg-promotion .product-images {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .text-flex {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .bg-promotion .product-content h4 {
        font-size: 20px;
        margin: 0;
    }
}

td.store-table-cell-left img {
    width: 80px;
}

.table-view tr th, .table-view tr td {
    color: #fff !important;
}

.header-dashboard .header-account a i {
    color: #000;
    font-size: 25px;
}


.custom-tooltip .tooltip-inner {
    background-color: #ff5733;
    color: white;
    font-size: 14px;
}

.custom-tooltip .tooltip-arrow::before {
    border-right-color: #ff5733;
}

.promotion-form h4 {
    color: #fff !important;
}

.promotion-form table {
    color: #fff !important;
}

.platform-label {
    color: #fff;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.form-control > option {
    color: #000 !important;
}

.desc, .control-label {
    color: #fff;
}

.control-label {
    color: var(--primary-color)
}

.custom-control.custom-checkbox {
    display: flex;
    color: #fff;
    gap: 5px;
    margin: 0 0 10px 0;
}

.image-user {
    background: #fff;
    padding: 5px;
    width: 100%;
}

.image-user img {
    width: 100%;
}

.dashboard-title {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 32px;
    font-family: var(--font-head);
    font-weight: var(--weight-500);
}

.col-w-2 {
    flex: 0 0 auto;
    width: 20%;
}

.catalog-item {
    position: relative;
    border-radius: 12px;
    backdrop-filter: blur(134.60000610351562px);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: -9px 4px 23.4px 0px rgba(0, 0, 0, 0.06);
    transition: all .15s ease;
    padding: 10px;
    width: 100%;
    margin-bottom: 25px;
}

.catalog-item .catalog-icon {
    width: 100%;
    height: 220px;
    border: 1px dashed #fff;
    padding: 20px;
}

.catalog-item .catalog-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-item .catalog-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.catalog-item .catalog-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    overflow: hidden;
}

.sidebar-step .accordion-item {
    grid-template:
        "icon title" auto
        "line subs " auto / auto minmax(50px, 1fr);
    column-gap: 12px;
}

.sidebar-step .step-number {
    background: #fff;
    color: #a9a7a7;
    padding: 0px 7px;
    font-size: 14px;
    border-radius: 100%;
}
.add-new-artist:hover {
    background-color: #e9ecef;
}
.cursor-pointer {
    cursor: pointer;
}
.sidebar-step .accordion-button:not(.collapsed) {
    color: #6347a3;
    font-weight: 500 !important;
}

.sidebar-step .accordion-line {
    background: #fff;
    box-sizing: border-box;
    grid-area: line;
    height: 100%;
    place-self: center;
    width: 2px;
}
.accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 5px;
}

.accordion-button {
    background-color: transparent;
    color: #6f6f6f;
    padding: 10px 0;
    box-shadow: none;
    font-weight: normal;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-image: unset !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset !important;
}

.accordion-body {
    padding: 0 0 0 10px;
}

.timeline-children {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.step-child {
    font-size: 14px;
    color: #6f6f6f;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.step-child:hover {
    color: #fff;
}

/* Style cho step-number active */
.step-number {
    transition: all 0.3s ease;
}

.step-number.active {
    background-color: #6347a3 !important;
    color: white !important;
}

.step-child.active {
    color: #6347a3;
}

#sub-menu-name {
    background: var(--bs-gradient2);
    line-height: 27px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.catalog-item:hover .catalog-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.catalog-item a.catalog-plus {
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 24px;
}

.catalog-item .category-title {
    padding-top: 10px;
}

.catalog-item .category-title a {
    color: var(--primary-color);
    font-size: 16px;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.catalog-item .catalog-label {
    margin: 15px 0 0 0;
    width: auto;
    display: inline-block;
}

.catalog-item .catalog-label i {
    font-size: 6px;
    line-height: normal;
}
.catalog-label .label i {
    font-size: 6px;
}
.catalog-label .label {
    width: max-content;
    border-radius: 99px;
    padding: 3px 10px;
    font-weight: var(--weight-300);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    display: inline-block;
}

.catalog-label .label-success {
    color: #fff;
    background: #03dc9a;
}

.catalog-label .label-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.catalog-label .label-danger {
    color: #b4182d;
    background-color: #ffaab5;
    border-color: #980d20;
}

.catalog-label .label-info {
    color: #3788ff;
    background-color: #b1f2ff;
    border-color: #ffeeba;
}

.catalog-label .label-default {
    color: #fff;
    background-color: #8e8e8e;
    border-color: #000000;
}

.format img {
    width: 25px;
}

.catatalog-action {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.catatalog-action a {
    text-align: center;
    cursor: pointer;
    padding: 0px !important;
    display: inline;
}

.catatalog-action a:hover {
    background: transparent !important;
}

.catatalog-action a img {
    width: 15px;
}

.nav-tabs .nav-link {
    font-size: 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-width: 150px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
}

.card-custom {
    background: transparent !important;
}

.card-custom .card-body {
    padding-left: 0;
    padding-right: 0;
}

.dashboard-box2 {
    padding: 20px 0;
}

section.dashboard-box2 .dashboard-total {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    box-shadow: 4px 0px 0px 0px var(--8, rgba(0, 224, 112, 1)) inset;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.dashboard-total:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(24, 15, 94, 0) 99%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.dashboard-body2 .card {
    background: #fff;
}

.dashboard-body2 .card {
    color: #000 !important;
}

.dashboard-body2 .card .card-header h6 {
    color: #000 !important;
}

.author-name {
    color: #fff;
}

td.text-nowrap.fw-semibold {
    color: #fff;
}

.custom-control.custom-checkbox {
    margin: 0 10px 10px 0;
}

label.form-check-label {
    color: var(--primary-color) !important;
}

.financial-top {
    padding-top: 40px;
}
.text-gray-500 {
    color: #c6c7c8 !important;
}
.financial-top .card {
    box-shadow: -10.52px 10.52px 10.52px 0px rgba(174, 174, 174, 0.4) inset,
    -5.26px 5.26px 5.26px 0px rgba(255, 255, 255, 0.4) inset,
    10.52px -10.52px 10.52px 0px rgba(255, 255, 255, 0.4) inset,
    5.26px -5.26px 5.26px 0px rgba(174, 174, 174, 0.4) inset;
    border-radius: 20px;
}

.financial-top .card .card-header {
    background: rgba(0, 86, 103, 1) !important;
    border-radius: 20px 20px 0 0 !important;
}

.btn {;
    font-size: 15px;
    border: 0;
    border-radius: 10px;
    padding: 8px 20px !important;
}

button.btn.btn-sm.btn-primary {
    background: var(--primary-color) !important;
}

.promotion-tav {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.promotion-tav ul {
    padding: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 10px !important;
}

.promotion-tav ul li {
    list-style: none;
}

.promotion-tav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 8px 20px;
    display: block;
    border-radius: 8px;
}

.promotion-tav ul li a:hover, .promotion-tav ul li.active a {
    background: rgba(1, 184, 150, 1);
}

.table-promotion tr th {
    color: #fff !important;
    text-transform: uppercase;
}

.table-promotion tr td, .table-promotion tr th {
    color: rgba(158, 158, 158, 1);
    font-size: 16px;
    padding: 10px;
}

.table-promotion a {
    color: #fff;
}

.promotion-flex {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.promotion-flex .promotion-images {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.promotion-flex .promotion-images img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.promotion-flex .promotion-content a {
    color: #fff;
}

.promotion-flex .promotion-content {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.promotion-flex .promotion-content h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.disabled {
    color: rgba(158, 158, 158, 1) !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #000 !important;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #999 !important;
}

input.form-control.date-picker {
    height: 43px;
    color: #000 !important;
    border-radius: 0;
}

.dashboard-body2 .card-body {
    position: relative;
}

#loadingCus {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
}

#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingIcon {
    width: 100%;
    height: 100%;
}

span.mr-2 {
    margin-right: 10px;
}

#chartBody {
    position: relative;
    margin-top: -1px;
}
#chartBody .progress-bar {
    border-radius: 0 10px 10px 0;
}

.text-right {
    text-align: right;
}

#new-item-id::placeholder {
    color: #000 !important;
}

.creatives-link {
    font-size: 25px;
    font-weight: 700;
    display: flex;
    gap: 10px;
}

.product-link {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.product-link .product_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: var(--weight-500) !important;
    font-family: var(--font-head);
}

.product-link .link-thumbnail {
    width: 50px;
    background: #fff;
    height: 50px;
    border-radius: 5px;
    padding: 2px;
}

.product-link .link-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.product-link .link_info {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.product-link .product_artis {
    font-size: 15px;
    margin: 5px 0 0 0;
    color: #fff;
    font-weight: var(--weight-300) !important;
    font-family: var(--font-head);
}

.product-link .product_artis span:last-child {
    display: none;
}

.creative-item {
    box-shadow: -10.52px 10.52px 10.52px 0px rgba(174, 174, 174, 0.4) inset,
    -5.26px 5.26px 5.26px 0px rgba(255, 255, 255, 0.4) inset,
    10.52px -10.52px 10.52px 0px rgba(255, 255, 255, 0.4) inset,
    5.26px -5.26px 5.26px 0px rgba(174, 174, 174, 0.4) inset;
    border-radius: 15px;
    width: 80%;
}

.creative-item .creative-img {
    width: 100%;
    border: 1px dashed #fff;
    padding: 5px;
}

.creative-item .creative-thumbnail {
    padding: 10px;
}

.creative-item .creative-thumbnail img {
    width: 100%;
    height: 100%;
}

.creative-item .creative-thumbnail label {
    text-align: center;
    display: block;
    margin: 15px 0 0 0;
    font-size: 15px;
}

.creative-item .creative-title {
    text-align: center;
    font-weight: 700;
    padding: 10px 10px 15px 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select2-results__option--selectable {
    color: #000 !important;
}

.divAppend {
    color: #fff;
}

select.form-control > option:disabled {
    background: #f2f2f2 !important;
}

.exclusive-icon img {
    width: 100px;
    object-fit: contain;
}

.form-control > option {
    color: #000 !important;
}

.form-control option, .form-control optgroup {
    color: #000 !important;
}

.dashboard-counter .counter-item {
    margin: 15px 0 0 0;
    border: 1px solid transparent;
    color: var(--primary-color);
    font-weight: var(--weight-300);
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 99px;
    position: relative;
}

.dashboard-counter .counter-item:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 99px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(24, 15, 94, 0) 99%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.footer-dashboard {
    background: rgb(26 4 77 / 32%);
    box-shadow: 0px 20px 6.8px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(40px);
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 25px 0;
    position: fixed;
    width: 100%;
}

.footer-dashboard .footer-label {
    font-size: 16px;
    line-height: 24px;
}

.footer-dashboard .footer-label img {
    width: 41px;
}

.footer-dashboard .footer_button {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.button_home2 {
    background: rgba(0, 220, 154, 1);
    color: var(--primary-color)
}

.button_home2:hover {
    background: rgba(85, 60, 150, 1) !important;
    color: #fff;
}

.modal-backdrop.fade {
    backdrop-filter: blur(40px);
    background: rgba(85, 60, 150, 0.5);
}

.modal .modal-content {
    backdrop-filter: blur(70px) !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12) !important;
    border-radius: 25px !important;
    background: rgb(255 255 255 / 59%) !important;
}

.modal h5.modal-title {
    color: var(--primary-color) !important;
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    font-size: 16px;
    line-height: 24px;
}

.modal .modal-header {
    border: 0 !important;
}

.form-group label {
    color: var(--primary-color) !important;
    margin: 0 0 10px 0 !important;
}

.form-group .form-control, .snBlock .form-control, #prmtn .form-control {
    border-radius: 99px;
    height: 40px !important;
    border: 1px solid #f1f1f1;
    background: #fff !important;
    font-weight: normal !important;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.form-check-inline {
    height: 40px !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
}

.dashboard-right {
    display: flex;
    align-items: end;
    width: 100%;
}

.date_flex {
    display: flex;
    gap: 20px;
}

.date_flex .date_item {
    width: 100%;
}

.date_flex input {
    width: 100%;
    height: 30px;
    border: 0;
    border-radius: 99px;
    padding: 0 30px 0 15px;
}

.dashboard-right .row {
    width: 100%;
}


.date_flex .date_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    position: relative;
}

.date_item img {
    width: 15px;
    position: absolute;
    right: 13px;
}

.chart-link ul {
    border: 0px !important;
}

.box-chart .card {
    background: rgba(217, 217, 217, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: -9px 4px 23.4px 0px rgba(0, 0, 0, 0.06) !important;
    border: 0px !important;
    border-radius: 0 15px 15px 15px !important;
}

.box-chart.radius .card .card-header {
    border-radius: 15px 15px 0 0 !important;
}

.box-chart.radius .card {
    height: 100%;
    border-radius: 15px !important;
}

.data-header, .data-row {
    color: #fff !important;
}

.progress-bar {
    background: var(--primary-color) !important;
}

.col-lex-7 {
    display: flex;
    gap: 7px;
}

.col-lex-7 > header, .col-lex-7 > div {
    width: calc(100% / 7);
    gap: 6px;
}


.col-lex-6 {
    display: flex;
    gap: 10px;
}

.col-lex-6 > header, .col-lex-6 > div {
    width: calc(100% / 6);
    gap: 10px;
}

.col-flex-5 {
    display: flex;
    gap: 7px;
}

.col-flex-5 > div, .col-flex-5 > header {
    width: calc(100% / 5);
    gap: 6px;
}

.textarea_user {
    border-radius: 18px !important;
    min-height: 120px !important;
}

.box-chart label {
    color: #fff !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 99px !important;
    border: 0 !important;
}

div.dataTables_wrapper div.dataTables_length select {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 99px !important;
    margin: 0 5px !important;
    text-align: center;
}

div#kt_datatable_wrapper {
    font-family: var(--font-head);
}

.badge {
    padding: 10px;
    border-radius: 99px !important;
    font-weight: var(--weight-300) !important;
    font-size: 14px !important;
}

span.badge.bg-primary {
    background: rgba(217, 217, 217, 0.25) !important;
}

table#kt_datatable th {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

table#kt_datatable td {
    border: 0 !important;
    background: transparent !important;
}

table#kt_datatable tr {
    background: transparent !important;
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
    backdrop-filter: blur(40px);
    background: rgba(85, 60, 150, 0.5);
}

.swal2-modal {
    backdrop-filter: blur(70px) !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12) !important;
    border-radius: 25px !important;
    background: rgba(223, 223, 223, 0.5) !important;
}

.swal2-success-circular-line-left {
    background: transparent !important;
}

.swal2-success-circular-line-right, .swal2-success-fix {
    background: transparent !important;
}

h2#swal2-title {
    color: var(--primary-color);
    font-weight: var(--weight-500) !important;
    font-family: var(--font-head);
}

div#swal2-html-container {
    color: #fff !important;
}

.padding-100 {
    padding-bottom: 150px;
}

.modal-footer {
    border: 0px !important;
    padding-top: 0 !important;
}

p#deleteMes {
    color: #fff !important;
}

/*8sec-bring**/
.sec-bring {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}

.bring-body {
    padding: 50px 50px 0 50px;
}

.box-bring {
    background-size: 100% !important;
    position: relative;
}
.bg-bring{
    position: absolute;
    width: 100%;
    max-width: 100%;
}
.box-bring .bring-title {
    text-align: right;
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    font-size: 72px;
    line-height: 85px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #553C96 0%, #704A9E 72.5%, #00CABB 100%);
}

.box-bring .bring-thumbnail {
    width: 95%;
    float: right;
    margin-top: -100px;
}

.box-bring .bring-thumbnail img {
    width: 100%;
}

.box-bring .bring-next {
    text-align: right;
}

.box-bring .bring-next img {
    width: 163px;
}

.box-bring .bring-desc {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.box-bring .bring-view .sub {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 40px;
    line-height: 50px;
}

.box-bring .bring-info {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 30px 0;
}
.swiper.swiper-analytic {
    width: 540px;
    height: auto;
  }
.swiper-analytic .swiper-slide {
}
.swiper-analytic .swiper-slide img {
    width: 100%;
}
.box-bring .bring-star {
    margin: 0 0 60px 0;
}

.box-bring .bring-star img {
    width: 150px;
}

.box-bring .bring-star2 {
    position: absolute;
    bottom: 0;
    right: -140px;
}

.box-bring .bring-star2 img {
    width: 49px;
}

.bring-item {
    backdrop-filter: blur(50px);
    box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.05);
    background: rgba(217, 217, 217, 0.123);
    border-radius: 33px;
    padding: 20px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    min-height: 215px;
    position: relative;
}

.bring-item:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 33px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(24, 15, 94, 0) 99%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.bring-item .bring-left {
    width: calc(100% - 124px);
    padding-right: 15px;
}

.bring-item .bring-right {
    width: 124px;
    height: 124px;
}

.bring-item .bring-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bring-item .bring-left h4 {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.bring-item .bring-left .bring-item-desc {
    font-size: 16px;
    line-height: 24px;
}


/**step**/
.sidebar-step {
    width: 100%;
}
.warning {
    color: #ffc107 !important;
}
.success {
    color: rgba(0, 220, 154, 1) !important;
}
.default {
    color: #6c757d !important;
}
.danger {
    color: #dc3545 !important;
}
.sidebar-step .timeline {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    position: relative;
}

.sidebar-step .timeline::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 1);
}

.sidebar-step .timeline li {
    position: relative;
    margin-left: 18px;
    margin-bottom: 40px !important;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    padding-left: 20px;
}

.sidebar-step .timeline li::before {
    content: attr(data-step);
    position: absolute;
    left: -24px;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    text-align: center;
    line-height: 25px;
    color: rgba(218, 218, 218, 1);
    font-weight: normal;
    font-size: 13px;
}

.sidebar-step .timeline li.active {
    color: var(--primary-color);
}

.sidebar-step .timeline li.active::before {
    background: var(--primary-color);
    color: #fff;
}

.sidebar-step .timeline li.completed::before {
    background: #4f46e5aa;
}

.step-heading {
    font-family: var(--font-head);
    font-weight: var(--weight-500);
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color)
}

.form-step {
    display: none;
    flex: 1;
}

.form-step.active {
    display: block;
}

div#releaseCover .d-flex {
    display: flex;
    align-items: center;
}

div#releaseCover .upload-thumbnail {
    width: 80px;
    height: 80px;
    margin: auto;
}

div#releaseCover .upload-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

div#releaseCover .upload_cover_detail p {
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 0 0;
}

div#releaseCover .upload_cover_detail h4 {
    font-size: 16px;
    margin: 0;
}

div#releaseCover .upload_cover_detail p, .upload_cover_detail h4 {
    color: var(--primary-color);
    text-align: left;
}

.btn-circle {
    background: var(--primary-color) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 !important;
    line-height: 40px;
}

.form-step-view .form-control {
    border: 1px solid #f2f2f2 !important;
    font-size: 15px;
    font-weight: normal !important;
    border-radius: 99px;
}

span.label-tip {
    margin-left: 5px !important;
}

span.label-tip i, span.label-tip span {
    color: var(--primary-color)
}

.step-next {
    display: flex;
    gap: 10px;
    justify-content: end;
}

label.error {
    color: #ED4250 !important;
    margin: 10px 0 0 0;
}

.form-control.error {
    border-color: #ED4250 !important;
}

.search-container .search:focus {
    border: 0 !important;
}

.button_home3 {
    background: #A3A3A3 !important;
    color: #fff;
}

.grid-heading {
    border-bottom: 2px solid #ffff;
    padding: 0 0 10px 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.file-item {
    height: 50px;
    margin: 20px 0 0 0;
}

.file-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
}

.file-item .name-title {
    color: var(--primary-color);
    font-size: 14px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 80%;
}

.button_home4 {
    background: #553C96;
    color: #DC0000;
    font-size: 14px;
}

.file-item:not(:last-child) {
    border-bottom: 1px solid #D3C9F0;
}

.file-item .checkFile {
    background: #FFFFFF;
    border-radius: 99px;
    padding: 3px;
    text-align: center;
    color: #333;
}

.file-item .checkFile.success {
    color: #00DC9A;
}

.file-item .checkFile.danger {
    color: #DC0000
}

.file-item .checkFile.process {
    color: var(--primary-color)
}

.file-item .checkFile.wating {
    color: #D9D9D9
}

.button_home5 {
    background: var(--Color-2, rgba(105, 80, 160, 1)) !important;
    color: #fff;
}

.button_home5:hover {
    background: var(--Color-1, rgba(85, 60, 150, 1)) !important;
    color: #fff !important;
}

.dashboard-grid2 {
    backdrop-filter: blur(40px);
    border-radius: 15px;
    padding: 15px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 0%, rgba(115, 115, 115, 0.1) 100%);
}

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

.form-group.text-right {
    text-align: right;
}

label.custom-control-label {
    color: var(--primary-color) !important;
    font-size: 15px;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 2.25rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.5rem;
    height: 1.471875rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    border-color: #733AEA;
    background-color: #733AEA;
    box-shadow: none;
    font-size: 13px;
    text-align: center;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(115, 58, 234, 0.1);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: var(--primary-color);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #3c4d62;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label:before, .custom-control-label:after {
    z-index: 1;
}

.custom-control-label::before {
    position: absolute;
    left: -2.25rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #dbdfea solid 2px;
    box-shadow: inset 0 1px 1px rgba(16, 25, 36, 0.075);
    border-radius: 4px;
}

.custom-control-label::after {
    position: absolute;
    top: -0.028125rem;
    left: -2.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.text-primary {
    color: var(--primary-color) !important;
    font-size: 16px;
}

.form-step-view textarea {
    height: 120px !important;
    min-height: 120px !important;
    border-radius: 15px !important;
}

.promotion-banner {
    margin: 0 0 30px 0;
}

.promotion-banner img {
    width: 100%;
    border-radius: 15px;
}

.button_home6 {
    background: rgba(217, 217, 217, 0.25) !important;
    font-family: var(--font-family) !important;
}

.button_home6 img {
    width: 15px;
    margin-right: 2px;
}

.button_flex {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 120px;
}

.label_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.chart-link a .badge {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 !important;
    text-align: center;
    background: #5050a6 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff !important;
    background: #3c3c65 !important;
    border-color: transparent !important;
}

/*.modal {*/
/*    z-index: 10000 !important;*/
/*}*/

.menu-login ul {
    display: flex;
    gap: 20px;
    padding: 0;
}

.menu-login ul li {
    list-style: none;
    position: relative;
    z-index: 999;
    height: 70px;
    display: flex;
    align-items: center
}

.menu-login ul li a {
    font-size: 16px;
    cursor: pointer;
}

.menu-login ul li a:hover {
    color: rgba(113, 83, 244, 1)
}

.pointer-events-none {
    pointer-events: none !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.main-menu-container ul li.active a {
    background: var(--bs-gradient2);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
}

.menu-login ul li > .sub-menu, .header-right ul.mobile-menu-right li > .sub-menu {
    position: absolute;
    top: 50px;
    right: 0px;
    background: rgb(75 71 115 / 90%) !important;
    backdrop-filter: blur(40px) !important;
    -webkit-backdrop-filter: blur(40px) !important;
    line-height: 40px;
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 250px;
    height: unset;
    z-index: 99999;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.menu-login ul li .sub-menu li, .header-right ul.mobile-menu-right li > .sub-menu li {
    height: unset !important;
    display: block;
    padding: 0 20px;
}

.menu-login ul li .sub-menu li a, .header-right ul.mobile-menu-right li > .sub-menu li a {
    color: #fff;
    text-align: right !important;
    display: block;
}

.menu-login ul li .sub-menu li:hover, .header-right ul.mobile-menu-right li > .sub-menu li:hover {
    background: rgba(217, 217, 217, 0.129);
}

.login-form label {
    color: #fff !important;
}

.mt-top {
    margin-top: -242px;
}

.col-first .bring-item {
    width: 97.5%;
    margin-left: 5px;
}

.col-three {
    padding-left: 0 !important;
}

.col-three .bring-item {
    margin-right: 10px;
}

a#nextStep {
    background: var(--Color-2, rgba(105, 80, 160, 1));
}

a#nextStep:hover {
    background: var(--Color-1, rgba(85, 60, 150, 1)) !important;
    color: #fff !important;
}

.form-control {
    font-weight: normal !important;
    border-radius: 99px;
    border: 0;
}

a.delete-row {
    color: var(--primary-color) !important;
}

.height-scroll {
    height: 500px;
    overflow-y: scroll;
}

.height-scroll2 {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.height-scroll::-webkit-scrollbar, .height-scroll2::-webkit-scrollbar {
    width: 0;
}

table#kt_datatable td a {
    font-size: 14px !important;
}

table#kt_datatable td {
    border: 0 !important;
    background: transparent !important;
    font-size: 14px !important;
    font-family: "Archivo" !important;
    padding: 15px 8px;
    vertical-align: middle;
}

.page-item .page-link {
    background: transparent !important;
    color: #fff !important;
    font-family: "Archivo" !important;
    border: 0 !important;
}

.page-item.active .page-link {
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 15px !important;
}

div#kt_datatable_wrapper .row:nth-child(3) .col-md-5:nth-child(1) {
    display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start !important;
}

.bring-icon {
    width: 300px;
    position: absolute;
    z-index: -1;
}

.thumb4 {
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.thumb3 {
    width: 200px;
    bottom: 100px;
    position: absolute !important;
    left: 47%;
    transform: translateX(-50%);
}

.table-height .card {
    min-height: 800px;
}

.box-chart.radius {
    height: 100%;
}

.body-blog {
    background: url("../images/bg_blog.webp") no-repeat;
    background-size: cover !important;
    background-position: top center !important;
}

.post-large {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail {
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.post-large:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-large .post-content {
    padding: 20px 0 0 0;
}

.post-large .post-content h4 {
    margin: 0 0 15px;
}

.post-large .post-excerpt {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.post-large .post-content h4 a {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
    bottom: 8px !important;
}

.post-large .post-content h4 a:hover {
    color: rgba(113, 83, 244, 1)
}

.post-list {
    margin-bottom: 30px;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail {
    width: 340px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.post-list:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content {
    width: calc(100% - 340px);
    padding-left: 20px;
}

.post-list .post-content h4 a {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-list .post-content h4 a:hover {
    color: rgba(113, 83, 244, 1)
}
#analytics-content .box-chart .card-body {
    min-height: 200px !important;
}
.no-data {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-line {
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #000000 -0.81%, #666666 48.14%, #000000 99.1%);
    width: 100%;
    margin: 30px 0 20px;
    display: inline-block;
}

.post-list .post-content .post-meta {
    margin: 20px 0;
    display: flex;
    gap: 15px;
    font-size: 16px;
    line-height: 24px;
}

.post-list .post-content .post-meta .date {
    color: rgba(113, 83, 244, 1)
}

.post-list .post-content .post-meta .author {
    font-weight: 700;
}

header#header-single h1 {
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}

header#header-single .post-meta {
    display: flex;
    gap: 15px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
}

header#header-single .post-meta .date {
    color: rgba(113, 83, 244, 1)
}

header#header-single .post-meta .author {
    font-weight: 700;
}

header#header-single .post-meta span.share {
    background: rgba(217, 217, 217, 0.25);
    font-size: 14px;
    border-radius: 99px;
    padding: 1px 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
}

header#header-single .post-meta span.share img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.category-title2 {
    background: transparent !important;
    color: #fff !important;
    border-bottom: 1px solid;
    border-image-slice: 1;
    font-family: var(--font-head);
    font-weight: var(--weight-300);
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
    border-image-source: linear-gradient(90deg, #000000 -0.81%, #666666 48.14%, #000000 99.1%);
    margin-bottom: 30px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.height-240 .post-thumbnail {
    height: 240px;
}

img.bg_right {
    width: 600px;
    position: fixed;
    right: 0;
    top: 147px;
    z-index: 0;
    pointer-events: none;
}

img.bg_left {
    position: fixed;
    left: 0;
    top: 147px;
    width: 400px;
    z-index: 0;
    pointer-events: none;
}

.message-primary {
    position: relative;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 0%, rgba(115, 115, 115, 0.1) 100%);
    backdrop-filter: blur(134.60000610351562px);
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    padding: 10px 20px;
}

.message-primary:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 99%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.user-profile-header-banner img {
    border-radius: 15px !important;
    border: 1px solid #fff !important;
}

.user-profile-info h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px !important;
}

.user-profile-info {
    color: #fff;
    font-size: 16px;
}

.user-profile-header .user-profile-img {
    border-color: #fff;
    border-radius: 50% !important;
    width: 250px;
    height: 250px !important;
    object-fit: cover;
}

.user-profile-info {
    color: #fff;
    font-size: 16px;
    padding-top: 80px;
}

.dashboard-total-title span {
    color: rgba(0, 220, 154, 1);
    font-family: var(--font-family);
}

.Artist-channel img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.form-control::placeholder {
    color: rgba(237, 237, 237, 1) !important;
}

.box-chart.radius .card-body {
    color: #fff !important;
}

.tooltip-inner {
    background-color: var(--primary-color) !important;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
    max-width: 400px !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--primary-color) !important;
}
.bg_right, .bg_left {
    pointer-events: none;
}
.coming-soon-badge {
    font-size: 10px !important;
    padding: 3px 5px;
    top: 15px !important;
    left: 80% !important;
}
.form-release label > i {
    color: #aaa !important;
}
.select2-container {
    width: 100% !important;
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    background: #fff;
    display: flex;
    align-items: center;
}
.icon-channel .fa-spotify {
    color: #4caf50;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 15px;
    color: var(--primary-color);
    font-weight: 300;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 10px;
}

.select2-dropdown {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 99px;
    border: 1px solid #f1f1f1;
    padding: 8px 15px;
    outline: none;
}

.select2-results__option {
    padding: 8px 15px;
    transition: all 0.2s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(85, 60, 150, 0.1);
    color: var(--primary-color);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(85, 60, 150, 0.2);
}

.form-group.has-error .form-control,
.form-group.has-error .select2-container--default .select2-selection--single,
.form-group.has-error .select2-container--default .select2-selection--multiple {
    border-color: #ED4250 !important;
}

.is-invalid {
    border-color: #ED4250 !important;
}

/* Error confirmation modal styling */
#errorConfirmationModal .modal-content {
    border-radius: 12px;
}

#errorConfirmationModal .modal-header {
    border-bottom: 1px solid rgba(237, 66, 80, 0.2);
}

#errorConfirmationModal .modal-title {
    color: #ED4250;
    font-weight: 500;
}

#errorConfirmationModal .alert-danger {
    background-color: rgba(237, 66, 80, 0.1);
    border-color: rgba(237, 66, 80, 0.2);
    color: #ED4250;
    border-radius: 8px;
}

#errorConfirmationModal .alert-danger ul {
    padding-left: 20px;
}

#errorConfirmationModal .btn-secondary {
    background-color: #f5f5f5;
    color: #333;
    border: none;
    border-radius: 6px;
}

#errorConfirmationModal .btn-primary {
    background-color: var(--primary-color);
    border: none;
    border-radius: 6px;
}

#errorConfirmationModal .btn-primary:hover {
    background-color: #553C96;
}
.step-number.error {
    background-color: #ED4250 !important;
    color: white !important;
}

.step-number.success {
    color: white !important;
}

.accordion-line.error-line {
    background-color: #ED4250 !important;
}

.form-group.has-error label {
    color: #ED4250;
}
.sidebar-step .accordion-button:not(.collapsed).error {
    color: #ED4250 !important;
}
.accordion-button.error {
    color: #ED4250 !important;
}
.cover-art-upload-box.is-invalid i {
    color: #ED4250 !important;
}
.add-input.is-invalid i {
    color: #ED4250 !important;
}
#notification-count {
    top: -10px;
    right: -10px;
    font-size: 10px;
    min-width: 18px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
    background: linear-gradient(135deg, #ff416c, #ff4757); 
    color: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(255, 65, 108, 0.3);
}
ul li.create-button {
    margin: 0 20px !important;
}
ul li.create-button a {
    height: unset !important;
    padding: 8px 15px !important;
    font-size: 16px !important;
}
.text-hover-primary:hover {
    color: var(--primary-color) !important;
}
.pagination-wrapper span {
    background: none !important;
    border: none !important;
}
.pagination-wrapper a {
    background: none !important;
    border: none !important;
}
.main-color {
    color: var(--primary-color) !important;
}
#notification-count-mobile {
    top: -8px;
    right: -10px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;background: linear-gradient(135deg, #ff416c, #ff4757); 
    color: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(255, 65, 108, 0.3);
}
.swiper-partners .about-gallery-item {
    height: 50px !important;
    width: auto !important;
}
.swiper-partners .about-gallery-item img {
    height: 100% !important;
    object-fit: contain;
}
.start-now {
    background: #00db9a;
    padding: 7px 30px;
    height: unset;
    color: #6447a3;
}
@media (max-width: 1280px) {
    .box-bring .bring-title {
        font-size: 55px;
    }
    .mt-top {
        margin-top: -220px;
    }
    .bring-item {
        min-height: 175px;
    }
    .banner_hero_info {
        top: 44%;
    }
    .sec-money .money-row {
        margin-left: -300px;
    }
}
@media (max-width: 1024px) {
    section.sec-abouts .number-counter {
        font-size: 150px;
    }
    section.sec-abouts .number-desc {
        font-size: 48px;
    }
    .mt-top {
        margin-top: -210px;
    }
    .sec-money .money-row {
        margin-left: -373px;
    }
    .box-bring .bring-next img {
        display: none;
    }
    .header-right ul.mobile-menu-right {
        padding: 0;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .header-right ul.mobile-menu-right li {
        list-style: none;
    }
    .header-right ul.mobile-menu-right li a {
        color: #fff;
        font-size: 18px;
    }
    ul li.create-button a {
        padding: 6px 12px !important;
        font-size: 16px !important;
    }
    ul li.create-button {
        margin: 0 !important;
    }
}
@media (max-width: 820px) {
    section.sec-abouts .number-counter {
        font-size: 110px;
        line-height: 110px;
    }
    section.sec-abouts .number-desc {
        font-size: 35px;
    }
    .box-bring .bring-star img {
        width: 90px;
    }
    .box-bring .bring-title {
        font-size: 40px;
        line-height: 52px;
    }
    .bring-body {
        padding: 30px 30px 0 30px;
    }
    .mt-top {
        margin-top: -172px;
    }
    .bring-item .bring-right {
        width: 50px;
        height: 50px;
    }
    .bring-item .bring-left {
        width: calc(100% - 55px);
    }
    .sec-money .money-row {
        margin-left: -460px;
        /* width: 100% !important; */
    }
    img.bg_right, img.bg_left {
        display: none;
    }
}
@media (max-width: 768px) {
    #kt_datatable_wrapper > .row {
        gap: .5rem !important;
    }
    .swiper.swiper-analytic {
        width: unset !important;
    }
    .col-first .bring-item, .col-three .bring-item {
        display: none !important;
    }
    .sec-money .money-row {
        width: unset !important;
        margin-left: -460px !important;
    }
    .swiper-partners .about-gallery-item {
        height: 30px !important;
    }
}

@media (max-width: 480px) {
    .box-bring .bring-view .sub {
        font-size: 30px;
    }
    section.sec-abouts .number-desc {
        font-size: 35px;
    }
    section.sec-abouts .number-counter {
        font-size: 110px !important;
    }
    .box-bring .bring-star {
        margin-bottom: 0px;
    }
    .sec-money .money-row {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .col-first .bring-item, .col-three .bring-item {
        display: block !important;
    }
    .bring-item .bring-right {
        width: 120px;
        height: 120px;
    }
    .mt-top {
        margin-top: 85px !important;
    }
    .col-first .bring-item {
        width: 100%;
    }
    .header-right ul.mobile-menu-right li a {
        font-size: 13px !important;
    }
    .header-right .button_login {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* CD Album Cover Styling */
.album-cover {
    position: relative;
    display: inline-block;
    perspective: 1000px;
}

.album-cover img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 50% !important;
    position: relative;
    background: linear-gradient(45deg, #e8e8e8 0%, #f5f5f5 25%, #e0e0e0 50%, #f8f8f8 75%, #e8e8e8 100%);
    border: 4px solid #d0d0d0;
    box-shadow: 
        0 0 0 2px #c0c0c0,
        0 0 0 4px #b8b8b8,
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 15px 35px rgba(0, 0, 0, 0.2),
        inset 0 0 60px rgba(255, 255, 255, 0.4),
        inset 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    animation: cd-spin 7s linear infinite;
}

.album-cover img:hover {
    transform: rotateY(5deg) rotateX(5deg) scale(1.05);
    box-shadow: 
        0 0 0 2px #d5d5d5,
        0 0 0 4px #c8c8c8,
        0 12px 35px rgba(0, 0, 0, 0.4),
        0 20px 45px rgba(0, 0, 0, 0.3),
        inset 0 0 60px rgba(255, 255, 255, 0.5),
        inset 0 0 20px rgba(0, 0, 0, 0.1);
    animation: cd-spin 4s linear infinite;
}

.album-cover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 20%;
    background: radial-gradient(circle, transparent 30%, #b0b0b0 31%, #d0d0d0 32%, transparent 33%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.album-cover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8%;
    height: 8%;
    background: #333;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.8),
        0 0 0 1px #555;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

/* CD spinning animation */
@keyframes cd-spin {
    from {
        transform: rotateY(5deg) rotateX(5deg) scale(1.05) rotateZ(0deg);
    }
    to {
        transform: rotateY(5deg) rotateX(5deg) scale(1.05) rotateZ(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .album-cover img {
        max-width: 250px;
    }
    
    .album-cover::before {
        width: 18%;
        height: 18%;
    }
    
    .album-cover::after {
        width: 7%;
        height: 7%;
    }
}

@media (max-width: 480px) {
    .album-cover img {
        max-width: 200px;
    }
    
    .album-cover::before {
        width: 16%;
        height: 16%;
    }
    
    .album-cover::after {
        width: 6%;
        height: 6%;
    }
}
