/* General Style */
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Inter";
    color: white;
}

@font-face {
    font-family: "Orbitron";
    src: url(../fonts/lustra/lustra.ttf);
}
@font-face {
    font-family: "Inter";
    src: url(../fonts/inter/Inter.ttf);
}
@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: "Poppins-Light";
    src: url(../fonts/poppins/Poppins-Light.ttf);
}

:root {
    --main_color: #964b00;
    --second_color: #ada2ff;
}

a {
    text-decoration: none !important;
    color: inherit;
}
html {
    overflow-x: hidden;
}
.slick-slider {
    overflow: hidden;
}

select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

select option {
    color: black !important;
}

.header {
    background: transparent;
    height: 80px;
}
.homepage {
    background: linear-gradient(
        360deg,
        #080103 16.39%,
        #010206 20.51%,
        #040008 24.79%,
        #010101 30.46%,
        #010101 34.11%,
        #010101 36.21%,
        #010101 100%
    );
    box-shadow: 14px 31px 38px 0px rgba(24, 23, 55, 0.58);
    margin-top: -80px;
}
.homepageContentArea {
    padding-top: 175px;
}
.navbar {
    gap: 15px;
}
.navbar .navbarItem {
    font-family: "Poppins-Regular";
    color: white;
    font-weight: 500;
    font-size: 13px;
}
.navbar .navbarItem .dot {
    display: none;
}
.navbar .navbarItemActive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.navbar .navbarItemActive .dot {
    display: block;
    width: 24px;
    height: 4px;
    background: linear-gradient(134deg, #f10000 0%, #c54b8c 100%);
    position: absolute;
    bottom: -5px;
    border-radius: 5px;
}
.navbar .loginBtn {
    padding: 10px 20px;
    color: white;
    background: linear-gradient(134deg, #f10000 0%, #c54b8c 100%);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}
.navbar .loginBtn:hover {
    background: linear-gradient(270deg, #f10000 0%, #c54b8c 100%);
    transition: 0.2s ease;
}
.logoArea {
    width: 275px;
    height: 100%;
    z-index: 2;
}
.logoArea img {
    height: 100%;
    object-fit: contain;
}
.shadowTop {
    left: 20%;
    top: 0;
}
.homepageMainTitle {
    font-size: 32px;
    font-weight: 900;
    font-family: "Orbitron";
    line-height: 48px;
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 3s steps(60) 1s 1 normal both;
}
.homepageMainTitle2 {
    animation-delay: 2s;
}
.homepageMainTitle3 {
    animation-delay: 3s;
}
.homepageMainContent {
    width: 75%;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    animation: typing75 2s steps(60) 3s 1 normal both;
}
.homepageMainContent1 {
    font-weight: 400;
    width: 75%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    animation: typing75 2s steps(60) 4s 1 normal both;
}
.homepageContentBtn {
    text-decoration: none;
    color: white;
    border-radius: 5px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
}
.homepageContentBtn:hover {
    background: linear-gradient(
        45deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    color: white;
}
.homepageContentBtnsWrapper {
    gap: 25px;
}
.homepageContentBtnsWrapper .homepageContentWhiteBtn {
    color: white;
    font-weight: 500;
}
.bannerArea {
    height: 350px;
}
.bannerArea img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    rotate: 355deg;
    animation: animateColor 5s linear infinite;
}
@keyframes animateColor {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}
.platformsAreaWrapper {
    margin-top: -450px;
}
.platformsContent {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.platformsContentAreaTitle {
    font-family: "Orbitron";
    font-size: 32px;
    font-weight: 500;
}
.membershipCardAreaTitle {
    font-family: "Orbitron";
    font-size: 32px;
    font-weight: 600;
}
.membershipCardsArea {
    margin-top: 125px;
}
.memhershipCardWrapper {
    margin-top: 50px;
    border-radius: 7px;
    padding: 50px 25px;
    margin-bottom: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: linear-gradient(
        180deg,
        #f10000 0%,
        #f10000 0%,
        rgba(0, 0, 0, 0) 0%,
        rgba(255, 17, 0, 0) 0.01%,
        rgba(241, 0, 0, 0.18) 32.92%,
        rgba(151, 60, 68, 0.05) 99.99%,
        rgba(241, 0, 0, 0) 100%,
        rgba(241, 0, 0, 0) 100%
    );
}
.membershipCardIcon {
    width: 128px;
    height: 96px;
}
.membershipCardIcon img {
    height: 100%;
    object-fit: contain;
}
.membershipCardItem {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: "Poppins-Light";
}
.membershipCardRightSide {
    padding: 0 45px;
    flex: 1;
}
.membershipCardPrice {
    font-size: 32px;
    font-weight: 500;
    font-family: "Orbitron";
}
.membershipCardPrice .month {
    font-size: 24px;
    font-family: "Orbitron";
}
.membershipCardPrice .slash {
    font-size: 28px;
}
.memberShipCardBtn {
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.memberShipCardBtn:hover {
    background: linear-gradient(
        45deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    transition: 0.2s ease;
}
.bannerVideoArea .videoWrapper video {
    filter: brightness(0.6);
}
.videoSloganArea {
    margin-top: 50px;
}
.videoSloganTitle {
    font-size: 96px;
    font-weight: 600;
    font-family: "Orbitron";
    margin-bottom: 50px;
    text-transform: capitalize;
    user-select: none;
}
.videoSloganSubtitle {
    font-size: 22px;
    padding: 0 65px;
    user-select: none;
}
.homepageShadow {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 45%,
        rgba(0, 91, 181, 0) 100%
    );
    width: 100%;
    height: 20vh;
    position: absolute;
    top: 0;
    z-index: 2;
}
.footerArea {
    padding-bottom: 45px;
    min-height: 45vh;
    background: linear-gradient(
        30deg,
        #080103 16.39%,
        #010206 20.51%,
        #040008 24.79%,
        #010101 30.46%,
        #010101 34.11%,
        #010101 36.21%,
        #010101 100%
    );
    box-shadow: 14px 31px 38px 0px rgba(24, 23, 55, 0.58);
}
.footerShadow {
    background: rgb(1, 1, 1);
    background: linear-gradient(
        360deg,
        rgba(1, 1, 1, 1) 45%,
        rgba(0, 91, 181, 0) 100%
    );
    width: 100%;
    height: 20vh;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.footerSubTitle {
    font-size: 18px;
    font-family: "Poppins-Regular";
    font-weight: 500;
}
.footerTitle {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Orbitron";
}
.footerSubtext {
    font-family: "Poppins-Light";
    font-weight: 400;
}
.footerContactBtn {
    padding: 15px 45px;
    border-radius: 30px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    user-select: none;
    font-family: "Poppins-Regular";
}
.footerContactBtn:hover {
    background: linear-gradient(
        45deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: 0.3s ease;
}
.footerCopyright {
    font-family: "Poppins-Light";
}
.footerBorderLine {
    height: 1px;
    width: 100%;
    background: linear-gradient(
        139deg,
        rgb(0 0 0 / 47%) 0%,
        #280e0e 100%,
        #000000 100%
    );
}
.footerLogoArea {
    width: 250px;
}
.footerLogoArea img {
    height: 100%;
    object-fit: contain;
}
.footerSocialMedia {
    gap: 25px;
}
.footerSocialMedia .socialMediaIcon {
    cursor: pointer;
}
.footerSocialMedia i {
    font-size: 24px;
}
.footerMenu .footerMenuItem {
    color: white;
    font-family: "Poppins-Regular";
}
/* Preloader Area */
.preloader_outer {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: linear-gradient(
        90deg,
        #080103 16.39%,
        #010206 20.51%,
        #040008 24.79%,
        #010101 30.46%,
        #010101 34.11%,
        #010101 36.21%,
        #010101 100%
    );
}
.wrapper {
    width: auto;
    height: auto;
}
.preloaderLogo {
    width: 325px;
    position: absolute;
    top: 15%;
    animation: tilt-shaking 0.5s infinite;
}
.preloaderLogo img {
    height: 100%;
    object-fit: contain;
}
@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0eg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.preloader_close {
    width: 0% !important;
    height: 0% !important;
}
/* Preloader End */

.customModalOuter {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #0000009e;
    z-index: 999;
    display: none;
}

.customModalBody {
    position: relative;
    width: 100%;
    margin: auto;
    height: 25vh;
    border-radius: 17px;
    z-index: 1000;
    padding: 20px;
    /* background: linear-gradient(
    269deg,
    rgb(0 0 0 / 74%) 0.01%,
    rgb(30 2 2) 32.92%,
    rgb(113 113 113 / 18%) 99.99%,
    rgba(241, 0, 0, 0) 100%,
    rgba(241, 0, 0, 0) 100%
  ); */
    /* background: linear-gradient( 269deg, rgb(0 0 0 / 74%) 0.01%, rgb(84 10 10) 32.92%, rgb(113 113 113 / 18%) 99.99%, rgba(241, 0, 0, 0) 100%, rgba(241, 0, 0, 0) 100% ); */

    background: linear-gradient(
        270deg,
        rgb(0 0 0 / 74%) 0.01%,
        rgb(84 10 10) 32.92%,
        rgb(74 2 2 / 18%) 99.99%,
        rgba(241, 0, 0, 0) 100%,
        rgba(241, 0, 0, 0) 100%
    );
}
@media (min-width: 576px) {
    .customModalBody {
        max-width: 500px;
    }
}
.customPage {
    background: linear-gradient(
        180deg,
        #080103 16.39%,
        #010206 20.51%,
        #040008 24.79%,
        #010101 30.46%,
        #010101 34.11%,
        #010101 36.21%,
        #010101 100%
    );
    box-shadow: 14px 31px 38px 0px rgba(24, 23, 55, 0.58);
    margin-top: -80px;
    min-height: 100vh;
    padding-bottom: 45px;
}
.customPageContent {
    padding-top: 175px;
}
.loginTitle {
    font-family: "Orbitron";
    font-size: 32px;
    font-weight: 600;
}
.loginSubtitle {
    font-family: "Poppins-Light";
    font-weight: 400;
    font-size: 13px;
}
.loginBoxWrapper input {
    color: black;
    padding: 12px 16px;
    margin-bottom: 10px;
    width: 95%;
    border-radius: 7px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    outline: none;
    transition: 0.3s ease;
}
.loginBoxWrapper input:focus {
    width: 100%;
}
.loginPageBtn {
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    padding: 10px 20px;
    font-family: "Poppins-Regular";
    width: 95%;
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
}
.loginPageBtn:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: 0.3s ease;
}
.loginPageLine img {
    rotate: 180deg;
    width: 32px;
    height: 32px;
    background-color: #010101;
    padding: 3px;
}
.loginPageLine {
    height: 1px;
    background: rgb(1, 1, 1);
    background: linear-gradient(
        90deg,
        rgba(1, 1, 1, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(1, 1, 1, 1) 100%
    );
    width: 95%;
}
.loginPageSocialMediaBtns {
    width: 95%;
}
.signBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins-Regular";
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    user-select: none;
}
.signBtn:hover {
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    color: white;
    transition: 0.3s ease;
}
.aboutPageTitle {
    font-size: 32px;
    font-weight: 600;
    font-family: "Orbitron";
}
.aboutPageContent {
    font-family: "Poppins-Light";
    font-weight: 400;
    text-align: center;
    margin-bottom:250px;
}
.accordionItem {
    border: 1px solid #fff;
    border-radius: 33px;
    margin-bottom: 15px;
}
.accordionHeader {
    padding: 20px;
    cursor: pointer;
    border-radius: 17px;
    font-family: "Poppins-Regular";
}
.accordionContent {
    overflow: hidden;
    background-color: transparent;
    max-height: 0;
}
.accordionContent p {
    padding: 20px;
    font-family: "Poppins-Regular";
}
.accordion-item-active .accordionContent {
    max-height: max-content;
}
.accordionItem i {
    transition: 0.3s ease;
}
.accordion-item-active i {
    rotate: 180deg;
}
.customPage .homepageShadowsRow {
    margin-top: -250px;
    z-index: 1;
}
.container {
    position: relative;
    z-index: 2;
}
header {
    position: relative;
    z-index: 3;
}
.platformsAreaWrapper img {
    animation: imageHoverEffect 8s infinite;
}

@keyframes imageHoverEffect {
    0% {
        transform: rotate3d(1, 1, 1, 320deg);
    }
    25% {
        transform: rotate3d(1, 1, 1, 310deg);
    }
    50% {
        transform: rotate3d(1, 1, 1, 320deg);
    }
    75% {
        transform: rotate3d(1, 1, 1, 310deg);
    }
    100% {
        transform: rotate3d(1, 1, 1, 320deg);
    }
}

@keyframes typing {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@keyframes typing75 {
    from {
        width: 0%;
    }
    to {
        width: 75%;
    }
}
#preloader_outer {
    display: flex;
}
.forgotPasswordArea {
    width: 95%;
}
.forgotPasswordArea a {
    color: white;
}
.forgotPasswordArea a:hover {
    color: #ededed;
    transition: 0.2s ease;
}
.userPanelSideMenu {
    /* background: rgb(40, 40, 40);
  background: linear-gradient(
    270deg,
    rgba(40, 40, 40, 0.6) 0%,
    rgba(18, 0, 0, 0.6) 2%,
    rgba(14, 0, 0, 0.5970763305322129) 50%,
    rgba(18, 0, 0, 0.6) 98%,
    rgba(40, 40, 40, 1) 100%
  ); */
    background-color: #080808;
    min-height: 100vh;
    height: 100%;
    border-right: 3px solid rgba(40, 40, 40, 0.6);
}
.userPanel {
    background-color: #060606;
    min-height: 100vh;
}
.userPanelContentRow {
    margin: 0 !important;
}
.userPanelContentArea {
    padding: 25px;
    height: 100%;
}
.userPanelContentWrapper{
    position: relative;
    z-index: 2;
}
.userProfileName {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins-Regular";
    padding: 25px;
}
.userPanelSideMenuItem {
    padding: 12px 25px;
    color: white;
    font-family: "Poppins-Regular";
    font-weight: 400;
    cursor: pointer;
    gap: 10px;
}
.userPanelSideMenuActiveItem {
    background-color: rgb(16, 16, 16);
}
.userPanelSideMenuItem:hover {
    background-color: rgb(16, 16, 16);
    color: white;
    transition: 0.3s ease;
}
.userPanelSideMenuItem .icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.userPanelSideMenuItem .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.userPanelContentArea .logo {
    opacity: 0.25;
}
.userPanelLogoWrapper {
    top: 45%;
}
.userPanelIndexTitle {
    font-size: 28px;
    font-family: "Poppins-Regular";
    font-weight: 600;
}
.mySongWrapper .imageArea {
    width: 125px;
    height: 125px;
}
.mySongWrapper .imageArea img {
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.mySongWrapper {
    padding: 15px;
    background-color: rgb(16, 16, 16);
    gap: 15px;
    margin-bottom: 15px;
    border-radius: 7px;
    flex-wrap: wrap;
}
.mySongWrapper .songTitle {
    font-size: 18px;
    font-family: "Poppins-Regular";
    font-weight: 600;
    margin-bottom: 10px;
}
.mySongWrapper .songSubtxt {
    font-family: "Poppins-Regular";
    font-weight: 500;
}
.mySongWrapper .songSubtxt span {
    font-family: "Poppins-Light";
    font-weight: 400;
}
.mySongWrapperAbsBtn {
    font-family: "Poppins-Regular";
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    position: absolute;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    border: none;
}
.profileDetailsInputsArea .profileDetailsInputWrapper textarea,
.profileDetailsInputsArea .profileDetailsInputWrapper select,
.profileDetailsInputsArea .profileDetailsInputWrapper input {
    color: black;
    padding: 10px 16px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 7px;
    border: none;
    outline: none;
    transition: 0.3s ease;
    font-family: "Poppins-Regular";
}
.profileDetailsInputsArea .profileDetailsInputWrapper textarea{
    height: 125px;
    resize: none;
}
.profileDetailsInputsArea .profileDetailsInputWrapper {
    margin-bottom: 10px;
}
.profileDetailsInputsArea .profileDetailsInputWrapper label {
    padding-left: 5px;
    font-family: "Poppins-Regular";
    font-weight: 500;
    margin-bottom: 5px;
}
.profileDetailsBtn {
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    padding: 10px 20px;
    font-family: "Poppins-Regular";
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
    border: none;
}
.profileDetailsBtn:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: 0.3s ease;
}
.profileBalanceBox {
    padding: 15px;
    background-color: rgb(16, 16, 16);
    border-radius: 7px;
}
.profileBalance {
    font-size: 32px;
    font-weight: 500;
    font-family: "Poppins-Regular";
}
.balanceBoxLeft .subTitle {
    font-family: "Poppins-Light";
}
.balanceBtn .icon {
    width: 16px;
    height: 16px;
}
.balanceBtn .icon img {
    height: 100%;
    object-fit: contain;
}
.balanceBtn {
    padding: 8px 16px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    border-radius: 17px;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}
.footerSubtext {
    width: 50%;
}
.footerMenu {
    display: flex;
}
.addNewSongBtn {
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid white;
    margin-left: 10px;
}
.addNewSongBtn:hover {
    color: #060606;
    background-color: #ffffff;
    transition: 0.3s ease;
}
.formContentWrapper {
    background-color: rgb(16, 16, 16);
    padding: 10px 20px;
    border-radius: 7px;
    border: 2px solid #1c1c1c;
    position: relative;
    z-index: 2;
}
.formContentWrapper .formBoxTitle {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins-Regular";
    padding-bottom: 5px;
    border-bottom: 1px solid #1c1c1c;
}
.formContentWrapper input[type="radio"],
.formContentWrapper input[type="checkbox"] {
    accent-color: #e30000;
    width: 16px;
    height: 16px;
}
.formContentWrapper .checkboxWrapper {
    gap: 5px;
    margin-bottom: 10px;
    font-family: "Poppins-Light";
}

.addNewNextBtn {
    font-family: "Poppins-Regular";
    border-radius: 5px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
}
.addNewNextBtn:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
}

.formBoxBody .customSelect {
    width: 250px;
}
.radioButtonsWrapper {
    gap: 10px;
}
.radioButtonsWrapper .radioButtonWrapper {
    font-family: "Poppins-Light";
    gap: 5px;
}
.customDateSelectsWrapper {
    gap: 15px;
}
.customDateSelectsWrapper select:nth-child(3),
.customDateSelectsWrapper select:nth-child(1) {
    width: 75px;
}
.customDateSelectsWrapper select:nth-child(2) {
    width: 125px;
}
.formBoxSubContentArea {
    padding-left: 15px;
    margin-top: 10px;
    display: none;
}
.formBoxSubContentArea .subContentTitle {
    font-family: "Poppins-Regular";
    margin-bottom: 5px;
}
.customInputWidth {
    width: 50% !important;
}
.addNewDetailsWrapper .detail img {
    width: 16px;
    height: 16px;
}
.addNewDetailsWrapper .detail {
    gap: 5px;
    font-family: "Poppins-Light";
    font-size: 12px;
}
.formBoxLogoHeader {
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1c1c1c;
}
.formBoxLogoHeader img {
    width: max-content;
    height: 100%;
    object-fit: contain;
}
.formBoxPlatformSubTitle {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins-Regular";
}
.artistWrapper {
    gap: 10px;
}
.artistImage {
    width: 125px;
    height: 125px;
}
.artistImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artistWrapper .artistName {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins-Regular";
}
.artistFollowers {
    font-family: "Poppins-Light";
}
.artistInputArea {
    padding-left: 20px;
    display: none;
}
.artistInputArea label {
    margin-bottom: 5px;
    font-family: "Poppins-Regular";
}
.radioButtonWrapper span {
    font-weight: 600;
    font-family: "Poppins-Regular";
}
.subCategoryWrapper {
    display: none;
}
.formAlertArea {
    display: none;
    margin: 20px 0;
    padding: 15px 10px;
    border-radius: 7px;
    gap: 10px;
    background-color: rgb(199, 186, 0);
    font-family: "Poppins-Regular";
}
.coverAlert {
    margin: 20px 0;
    padding: 15px 10px;
    border-radius: 7px;
    gap: 10px;
    background-color: rgb(199, 186, 0);
    font-family: "Poppins-Regular";
    display: flex;
}
.imageWrapper {
    width: 350px;
    height: 350px;
    border-radius: 5px;
    border: 2px solid #1c1c1c;
}
.imageWrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.selectImage {
    font-size: 15px;
    font-weight: 500;
}
.selectImage i {
    font-size: 18px;
    margin-bottom: 10px;
}
.selectImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    display: none;
}
.photoDetailsTitle {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins-Regular";
}
.photoDetailItem .icon img {
    width: 16px;
    height: 16px;
}
.photoDetailItem {
    gap: 10px;
    margin-bottom: 5px;
    font-family: "Poppins-Light";
}
.customTitleFormBox {
    font-size: 16px;
    font-family: "Poppins-Regular";
    font-weight: 600;
}
.formBoxBody .inputWrapper label {
    font-family: "Poppins-Light";
    margin-bottom: 5px;
    font-size: 13px;
}
.customSubtextsWrapper .customSubtext .icon img {
    width: 16px;
    height: 16px;
}
.customSubtext span {
    font-family: "Poppins-Regular";
    font-weight: 600;
    font-size: 13px;
}
.customSubtext {
    gap: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}
.addGuestArea {
    gap: 15px;
    display: none;
}
.addNewGuestBtn {
    gap: 5px;
    font-family: "Poppins-Regular";
    cursor: pointer;
    user-select: none;
    display: none;
}
.doUhaveCodeBtn {
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    width: max-content;
}
.coverSongDetailsWrapper,
.uploadDolbySoundArea,
.addVersionArea,
.enterISRC {
    display: none;
}
.uploadSoundArea {
    border: 2px solid #1c1c1c;
    border-radius: 5px;
    width: 250px;
    height: 125px;
}
.uploadSoundArea input[type="file"] {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.customTitleFormBox span {
    font-family: "Poppins-Light";
    font-weight: 400;
}
.subTitleAddVersion {
    font-size: 13px;
    font-family: "Poppins-Regular";
    margin-bottom: 3px;
}
.previewSongTitle,
.customDolbySoundTitle {
    font-size: 15px;
    font-family: "Poppins-Regular";
    font-weight: 600;
}
.customDolbySubText {
    font-family: "Poppins-Light";
    font-size: 13px;
}
.customDolbySoundTitle span {
    color: yellowgreen;
}
.previewSongArea .songImage {
    width: 50px;
    height: 50px;
}
.previewSongArea .songImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.previewSong .songNumber {
    width: 50px;
    height: 50px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 600;
}
.previewSong {
    gap: 10px;
}
.previewSong {
    background-color: #1c1c1c;
    padding: 15px 0;
    border-radius: 5px;
}
.previewSong .songName {
    font-family: "Poppins-Regular";
    font-weight: 600;
}
.previewSong .songSubtext {
    font-family: "Poppins-Light";
    font-size: 12px;
    color: #707070;
}
.coverSongDetailsWrapper {
    padding: 15px;
    border-radius: 12px;
    background-color: #1c1c1c;
}
.coverSongTitle {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins-Regular";
    margin-bottom: 25px;
    margin-top: 10px;
}
.coverSongSubtitles {
    font-family: "Poppins-Regular";
    gap: 5px;
    font-weight: 600;
    margin-bottom: 5px;
}
.coverSongSubtitles i {
    background-color: #f5f5f5;
    border-radius: 50%;
    font-size: 16px;
}
.coverSongSubtitles .iconGreen i {
    color: #61c300;
}
.coverSongSubtitles .iconRed i {
    color: #f10000;
}
.coverSongSubtitles .iconGreen,
.coverSongSubtitles .iconRed {
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.coverSongContent {
    font-family: "Poppins-Light";
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 21px;
}
.coverSongDetailsWrapper .customList li {
    font-family: "Poppins-Light";
    font-size: 13px;
}
.coverSongInputsArea label {
    font-family: "Poppins-Regular";
    margin-bottom: 5px;
}
.coverSongDetailsWrapper .checkBoxWrapper {
    gap: 5px;
    font-family: "Poppins-Regular";
}
.alertCloseBtn {
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 16px;
}
.previewStartTimeSelector {
    gap: 10px;
    font-size: 22px;
    padding-left: 21px;
    display: none;
}
.previewStartTimeSelector select {
    width: max-content;
}
.subtextforSelect,
.bottomtextforSelect {
    font-family: "Poppins-Light";
    font-size: 13px;
}
.extraChexkboxWrapper {
    gap: 10px;
}
.extraChexkboxWrapper input[type="checkbox"] {
    margin-top: 3px;
}
.extraChexkboxWrapper .cbTitle {
    font-family: "Poppins-Regular";
    font-size: 15px;
    font-weight: 600;
}
.extraChexkboxWrapper .cbTitle span {
    font-family: "Poppins-Light";
    font-weight: 400;
}
.extraChexkboxWrapper .cbSubtext {
    font-family: "Poppins-Light";
}
.extraChexkboxWrapper .customCbList li {
    font-size: 13px;
    font-family: "Poppins-light";
}
.linksWrapper {
    gap: 5px;
}
.linksWrapper a {
    text-decoration: underline !important;
}
.youtubeContentIdDetails {
    padding: 20px;
    background-color: #1c1c1c;
    border-radius: 12px;
    margin: 20px;
    display: none;
}
.ytContentIDTitle {
    font-family: "Poppins-Regular";
    font-weight: 600;
    margin-bottom: 10px;
}
.ytContentIDText {
    font-family: "Poppins-Regular";
    font-size: 13px;
}
.ytContentIdCbWrapper {
    gap: 5px;
    margin-bottom: 10px;
}
.ytContentCbAreaContent {
    font-family: "Poppins-Light";
    font-size: 13px;
}
.ytContentIdCbWrapper input[type="checkbox"] {
    margin-top: 1px;
}
.musicStatusSelectArea {
    padding-left: 21px;
    margin-bottom: 15px;
    display: none;
}
.musicStatusSelectArea select {
    width: max-content !important;
    margin-top: 5px;
}
.totalPriceAreaWrapper {
    padding: 21px;
    margin-top: 15px;
    border-top: 1px solid #1c1c1c;
    gap: 8px;
}
.totalPriceAreaWrapper .totalPrice {
    font-family: "Poppins-Regular";
    font-size: 14px;
}
.totalPriceAreaWrapper .totalPrice span {
    font-family: "Poppins-Regular";
    font-size: 16px;
}
.totalPriceAreaWrapper .cardArea {
    font-family: "Poppins-Regular";
    gap: 5px;
}
.totalPriceAreaWrapper .cardArea a {
    font-family: "Poppins-Regular";
    text-decoration: underline !important;
}
.importantDetailsContent {
    font-family: "Poppins-Regular";
}
.importantDetailsWrapper input[type="checkbox"] {
    margin-top: 3px;
}
.creditCardArea {
    width: 350px;
    height: 220px;
    margin-top: 20px;
    border-radius: 12px;
    background: linear-gradient(45deg, #080c17 0%, #151c29 100%);
    box-shadow: 8px 10px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
}
.creditCardArea .lastDate,
.creditCardArea .cardNumber,
.creditCardArea .name {
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    font-weight: 600;
    font-size: 16px;
    color: #e3e3e3;
    letter-spacing: 2px;
    user-select: none;
}
.creditCardArea .cardEditBtn {
    gap: 5px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-family: "Poppins-Regular";
    font-weight: 600;
    cursor: pointer;
}
.creditCardArea .cardNumber {
    font-size: 21px;
}
.creditCardArea .lastDate {
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.customBalanceTitle {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins-Regular";
}
.modal-content {
    background-color: #1c1c1c !important;
    border: 1px solid rgba(45, 45, 45, 1) !important;
}
.modal-footer,
.modal-header {
    border-color: rgba(45, 45, 45, 1) !important;
}
.modalClosetn i {
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.modalBtn {
    padding: 8px 24px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    font-family: "Poppins-Regular";
}
.modalBtnPrimary {
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
}
.modalBtnSecondary {
    background: linear-gradient(
        206deg,
        rgb(255 255 255 / 50%) 0%,
        #636363 100%,
        #979797 100%
    );
}
.prevBtn{
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    font-family: "Poppins-Regular";
    background: linear-gradient(
        206deg,
        rgb(255 255 255 / 50%) 0%,
        #636363 100%,
        #979797 100%
    );
}
.modalInputsArea input {
    color: black;
    padding: 10px 16px;
    margin-bottom: 12px;
    width: 100%;
    border-radius: 7px;
    border: none;
    outline: none;
}
.noticesWrapper {
    border-radius: 5px;
    background-color: #1c1c1c;
}
.noticesWrapper .noticesDetails,
.noticesWrapper .noticesImage {
    width: 50%;
    height: 250px;
}
.noticesWrapper .noticesDetails {
    padding: 10px 15px;
}
.noticesWrapper .noticesImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.noticesWrapper .noticesTitle {
    font-family: "Poppins-Regular";
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.noticesWrapper .noticesContent {
    font-family: "Poppins-Light";
    font-size: 13px;
}
.mobilMenuBtn i {
    font-size: 18px;
}
.mobileMenu {
    background-color: #1c1c1c !important;
    width: 100% !important;
}
.faqAreaBox {
    width: 50%;
}
.mobileMenuCloseBtn i {
    font-size: 28px;
}
.mobileMenuItem {
    text-align: center;
    font-size: 22px;
    font-family: "Orbitron";
    font-weight: 600;
    padding: 10px 0;
    color: #f5f5f5;
}
.mobileMenuItem:hover {
    color: #f10000;
    transition: 0.3s ease;
}
.dropdownMenu {
    position: absolute;
    padding-top: 15px;
    left: -20px;
    top: 15px;
    display: none;
}
.dropdownMenuBody {
    padding: 0px 10px;
    border-radius: 7px;
}
.dropdownItem{
    padding: 8px;
    border-radius: 7px;
}
.dropdownItem:hover{
    background: linear-gradient(134deg, #f10000 0%, #c54b8c 100%);
    transition: 0.3s ease;
}
.menuItemWrapper:hover .dropdownMenu{
    display:block;
}
.modalContentArea .modalIcon i{
    font-size: 64px;
    color: #f5f5f5;
    margin-bottom: 15px;
}
.modalTitle{
    font-family: "Poppins-Regular";
    font-size: 18px;
}
.referanceCode{
    font-weight: 500;
    font-size: 12px;
}
.modalInputsArea textarea{
    color: black;
    padding: 10px 16px;
    margin-bottom: 12px;
    width: 100%;
    border-radius: 7px;
    border: none;
    outline: none;
    height: 100px;
}
/* Responsive Start */
@media (max-width: 991px) {
    .bannerArea {
        margin-bottom: 50px;
    }
    .photoDetails {
        margin-top: 25px;
    }
    .platformsImage {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
    }
    .m991Order3 {
        order: 3;
    }
    .m991Order2 {
        order: 2;
    }
    .m991Order1 {
        order: 1;
    }
    .videoSloganTitle {
        font-size: 56px;
    }
    .videoSloganSubtitle {
        font-size: 18px;
    }
    .customFooterRow {
        row-gap: 20px;
    }
    .bannerVideoArea .videoWrapper video {
        height: 720px;
    }
    .homepageShadow,
    .footerShadow {
        height: 25vh;
    }
    .faqAreaBox {
        width: 100% !important;
    }
    .userPanelSideMenu {
        height: auto;
        min-height: auto;
    }
    .userPanelLogoWrapper {
        display: none;
    }
}

@media (max-width: 820px) {
    .homepageShadow,
    .footerShadow {
        height: 32vh;
    }
}

@media (max-width: 767px) {
    .memhershipCardWrapper {
        flex-wrap: wrap;
        row-gap: 25px;
        justify-content: center;
    }
    .videoSloganTitle {
        font-size: 42px;
    }
    .videoSloganSubtitle {
        font-size: 16px;
    }
    .homepageShadow {
        height: 20vh;
        margin-top: 50px;
    }
    .footerShadow {
        height: 35vh;
    }
    .footerTitle {
        font-size: 32px;
    }
    .footerSubtext {
        width: 75%;
    }
    .customInputWidth {
        width: 100% !important;
    }
}

@media (max-width: 660px) {
    .mySongWrapperAbsBtn {
        position: relative !important;
        bottom: inherit;
        right: inherit;
    }
}

@media (max-width: 500px) {
    .homepageContentArea {
        padding-top: 125px;
    }
    .homepageContentArea {
        margin-bottom: 125px;
    }
    .platformsImage {
        margin-bottom: 75px;
    }
    .memhershipCardWrapper {
        flex-direction: column;
    }
    .membershipCardLeftSide {
        justify-content: center;
    }
    .bannerVideoArea .videoWrapper {
        height: 820px;
    }
    .bannerVideoArea .videoWrapper video {
        height: 100%;
        object-fit: cover;
    }
    .homepageShadow {
        margin-top: 0;
    }
    .footerSlogansArea {
        padding-top: 50px;
    }
    .homepageMainContent{
        width:100%;
        white-space: wrap;
    }
    .homepageMainTitle {
        font-size: 20px;
        line-height: 30px;
    }
    .footerTitle,
    .membershipCardAreaTitle,
    .platformsContentAreaTitle {
        font-size: 24px;
    }
    .videoSloganTitle {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .videoSloganSubtitle {
        font-size: 14px;
        padding: 0 45px;
    }
    .footerSubTitle {
        font-size: 16px;
    }
    .footerShadow {
        margin-bottom: -5px;
    }
    .footerMenu {
        display: none;
    }
    .logoArea,
    .footerLogoArea {
        width: 175px;
    }
    .footerSocialMedia i {
        font-size: 18px;
    }
    .membershipCardRightSide {
        padding: 0;
    }
    .noticesWrapper {
        flex-direction: column;
    }
    .noticesWrapper .noticesDetails {
        height: max-content;
    }
    .noticesWrapper .noticesDetails,
    .noticesWrapper .noticesImage {
        width: 100%;
    }
    .preloaderLogo {
        top: 45%;
    }
}

.userPanelSubtitle{
    font-size: 16px;
    color: #f2f2f2;
    font-family: 'Poppins-Regular';
}

.musicDetailImage{
    width: 100%;
    max-width: 375px;
    height: 250px;
}

.musicDetailImage img{
    object-fit: cover;
    border-radius: 7px;
}

.musicInfo .musicInfoItem{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.musicInfo .musicInfoItem span{
    font-weight: 600;
}

.musicSubtext{
    background: white;
    padding: 6px 12px;
    border-radius: 12px;
}

.musicSubtext i{
    color: #61c300;
}

.musicSubtext span{
    font-family: "Poppins-Regular";
    color: black;
}

.musicInfoEditBtn{
    text-decoration: none;
    width: max-content;
    color: white;
    border-radius: 5px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    display: flex;
    align-items: ceter;
    gap: 5px;
}

.musicInfoEditBtn:hover{
    background: linear-gradient(
        45deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
}

.musicInfoEditBtn i{
    color: white;
    font-size: 18px;
}

.musicDetailItemHeader{
    background: linear-gradient( 3deg, rgba(255, 17, 0, 0.5) 0%, #c64c85 100%);
    padding: 12px 16px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-family: "Poppins-Regular";
}

.musicDetailItemBody{
    padding: 12px 16px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #242424;
}

.musicDetailItemBody .musicDetailItemDottedText{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Poppins-Regular";
}

.musicDetailItemBody .musicDetailItemDottedText::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #61c300;
    border-radius: 50%;
    display: block;
}

.musicDetailItem{
    margin-bottom: 10px;
}

.musicDetailItemBodyLeft .downloadBtn::before{
    content: '\f0ab';
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    color: #61c300;
}

.musicDetailItemBodyLeft .downloadBtn{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Poppins-Regular";
}

.musicDetailItemBodyLeft .aLinksWithIcon::before{
    content: '\f03d';
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
}

.musicDetailItemBodyLeft .aLinksWithIcon{
    display: flex;
    align-items: center;
    gap:5px;
}

.isrcWrapper{
    border: 1px solid #e1e1e150;
}

.isrcWrapper .left{
    background: linear-gradient( 139deg, rgba(255, 17, 0, 0.5) 0%, #c64c85 100%, #c54b8c 100% );
    padding: 6px 12px;
    border-right: 1px solid #e1e1e150;
}

.isrcWrapper .isrcNumber{
    padding: 6px 12px;
}

.musicDetailItemText{
    font-family: "Poppins-Regular";
    font-size: 15px;
}

.musicDetailItemSubtext{
    font-family: "Poppins-Light";
}

.editShareBtn{
    display: flex;
    align-items: center;
    padding: 6px 12px;
    gap: 5px;
    border-radius: 5px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
}

.storeParagraph a{
    color: #c64c85 ;
}

.addNewStoresBtn{
    text-decoration: underline!important;
    text-underline-offset: 4px;
    font-family: "Poppins-Light";
}

.storesSubtext{
    font-family: "Poppins-Light";
    font-size: 13px;
    display: flex;
    gap: 5px;
}

.storesSubtext::before{
    content: '\f06a';
    font-family: "Font Awesome 6 Free";
    font-weight: 800;

}
.followLinkBtn{
    font-family: "Poppins-Regular";
    text-decoration: underline!important;
    text-underline-offset: 4px;
    margin-top: 10px;
}

.hyperFollow{
    width: 100%;
    height:100%;
}

.userPanelSideMenuItemRed{
    color: #d10000;
    font-weight: 600;
}

.hyperFollowContentWrapper{
    background-image: url('../images/system/background.jpg');
    background-size: cover;
    background-repeat: repeat;
    min-height: 100vh;
    width: 100%;
    filter: brightness(0.5);
}

.hyperFollotwContentBox{
    position: absolute;
    width: 100%;
    max-width: 500px;
    z-index: 3;
    padding: 0 25px;
}

.hyperFollowContent{
    width: 100%;
    max-width: 475px;
    background: linear-gradient(180deg, rgba(44,44,44,0.65) 0%, rgba(64,64,64,0.65) 50%, rgba(44,44,44,1) 100%);
    border: 1px solid #c7c7c726;
    border-radius: 17px;
    padding-bottom: 30px;
}

.hyperFollowImage{
    width: 150px;
    height: 150px;
    margin-top: -75px;
}

.hyperFollowImage img{
    object-fit: cover;
    border-radius: 12px;
}

.hyperFollowTitle{
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
    font-family: "Poppins-Regular";
}

.hyperFollowSubtitle{
    font-family: "Poppins-Regular";
    font-size: 18px;
    margin-top: 8px;
}

.platformLinkWrapper .platformItemLeft{
    gap: 10px;
}

.platformLinkWrapper .platformImage {
    width: 48px;
    height: 48px;
}

.platformLinkWrapper .platformImage img{
    object-fit: cover;
}

.platformLinkWrapper{
    background: rgb(44,44,44);
    background: linear-gradient(180deg, rgba(44,44,44,0.65) 0%, rgba(64,64,64,0.65) 50%, rgba(44,44,44,1) 100%);
    border-radius: 12px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.platformLinkWrapper i{
    font-size: 18px;
}

.platformLinkWrapper .platformName{
    font-family: "Poppins-Regular";
}

.cancellationTitle{
    font-size: 16px;
    font-family: "Poppins-Regular";
    font-weight: 600;
}

.selectSongTitle{
    font-family: "Poppins-Regular";
    font-weight: 600;
}

.songBoxLabel{
    padding: 10px;
    padding-right: 25px;
    background: rgb(44,44,44);
    background: linear-gradient(180deg, rgba(44,44,44,0.65) 0%, rgba(64,64,64,0.65) 50%, rgba(44,44,44,1) 100%);
    border-radius: 7px;
    cursor: pointer;
    margin-bottom: 15px;
}

.songBoxLabel .songImage{
    width: 75px;
    height: 75px;
}

.songBoxLabel .songImage img{
    object-fit: cover;
    border-radius: 7px;
}

.songBoxLabel .songName{
    font-size: 16px;
    font-family: "Poppins-Regular";
    font-weight: 600;
}

.songBoxFakeCheckbox{
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #e1e1e1;
}

.songBoxLabel input{
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #e1e1e1;
    accent-color: #f10000;
}

.selectSongsArea{
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e150;
}

.selectedSongsDetails .totalPrice span,
.selectedSongsDetails .totalPrice{
    font-size: 18px;
    font-family: "Poppins-Regular";
    font-weight: 600;
}

.selectedSongsDetails .songCounter{
    font-family: "Poppins-Light";
}

.selectSongsButton{
    padding: 12px 16px;
    border-radius: 7px;
    background: linear-gradient(
        139deg,
        rgba(255, 17, 0, 0.5) 0%,
        #c64c85 100%,
        #c54b8c 100%
    );
}

.deleteAllSongsBtn{
    font-family: "Poppins-Regular";
    color: #939393;
    display: flex;
    align-items: center;
    gap: 5px;
}

.deleteAllSongsBtn::before{
    content: '\f2ed';
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
}

.customSssPageOuter
{
    width:100%;
    min-height:50px;
    background-color:rgb(21 21 21);
    padding:0px;
    padding-top: 105px;
    position:relative;
}

.customSSSPageTitle
{
    width:100%;
    min-height:20px;
    text-align:center;
    font-size: 32px;
    font-weight: 600;
    font-family: "Orbitron";
}

.customSssPageBoxes
{
    width:100%;
    min-height:20px;
    margin-top:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:140px;
}

.customSssPageBox
{
    flex:1;
    height:100%;
    background-color:#000;
    border:0.5px solid #232323;
    padding:20px;
    border-radius:5px;
    margin-bottom:-90px;
}

.customSssPageBoxCircle
{
    width:40px;
    height:40px;
    background-color:#232323;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.customSssPageBoxCircle i
{
    font-size:18px;
}

.customSssPageBox h3
{
    width:100%;
    font-size:16px;
    font-weight:600;
    font-family: "Orbitron";
    margin-top:25px;
    margin-bottom:20px;
}

.customSssPageBox p
{
    width:100%;
    height:130px;
    font-size:13px;
    line-height:25px;
    margin:0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.customSssPageBoxBtn
{
    width:100%;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:25px;
    border-radius:5px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    background-color:#232323;
    font-weight:300;
}

.customSssPageBoxBtn:before
{
    content:'';
    width:0%;
    height:35px;
    position:absolute;
    z-index:1;
    background: linear-gradient( 139deg, rgba(255, 17, 0, 0.5) 0%, #c64c85 100%, #c54b8c 100% );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    left:0px;
}

.customSssPageBoxBtn:hover:before
{
    width:100%;
}

.customSssPageBoxBtn span
{
    z-index:9;
    font-weight:600;
    font-family: "Orbitron";
    font-size:13px;
    letter-spacing:1px;
}

.customSssPageSearchLine
{
    width:60%;
    height:50px;
    background-color:#ffffff26;
    display:flex;
    align-items:center;
    justify-content: center;
    margin:0px 20%;
    margin-top:35px;
    border-radius:4px;
    padding:5px;
    gap:10px;
}

.customSssPageSearchLine button
{
    width:40px;
    height:40px;
    background-color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
    border:0px;
    outline:0px;
}   

.customSssPageSearchLine button i
{
    font-size:17px;
}

.customSssPageSearchLine input
{
    flex:1;
    height:40px;
    border:0px;
    outline:0px;
    color:#fff;
    background-color:rgba(0,0,0,0);
    font-size:18px;
    padding-bottom:2px;
}

.customSssPageSearchOuter
{
    width:100%;
    padding-bottom:75px;
    margin-bottom:45px;
    border-bottom:1px solid #232323;
}

@media only screen and (max-width: 600px) 
{
    .customSssPageBoxes
    {
        flex-direction:column;
    }

    .customSssPageBox
    {
        margin-bottom:0px;
    }

    .customSssPageBox:last-child
    {
        margin-bottom:-90px;
    }

    .customSSSPageTitle
    {
        font-size: 22px;
    }

    .customSssPageSearchLine
    {
        width:100%;
        margin:0px;
        margin-top:35px;
    }
}

.pageTitleMiniText
{
    width:100%;
    text-align:center;
    font-size:13px;
    font-weight:300;
    color:#fff;
    margin-top:10px;
    margin-bottom:55px;
}

.customSssLinesOuter
{
    width:100%;
    min-height:20px;
    padding:0px 20%;
}

.customSssLineBoxTitle
{
    width:100%;
    min-height:20px;
    background: linear-gradient(134deg, #f10000 0%, #c54b8c 100%);
    padding:8px;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    margin-bottom:15px;
}

.customSssLineBox
{
    width:100%;
    min-height:20px;
    padding:8px;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    margin-bottom:15px;
    border:1px solid #333;
}

.customSssLineBoxText
{
    flex:1;
    min-height:10px;
    font-size:13px;
    color:#fff;
    padding-bottom:2px;
    padding-left:5px;
}

.customSssLineBoxPlus
{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.customSssLineBoxPlus i
{
    font-size:18px;
    color:#fff;
}

.customSssLineText
{
    width:100%;
    min-height:20px;
    padding:15px;
    border-radius:4px;
    margin-bottom:15px;
    background-color:#232323;
    font-size:13px;
    font-weight:300;
    line-height:25px;
}

@media only screen and (max-width: 600px) 
{
    .customSssLinesOuter
    {  
        padding:0px;
    }
}

@media (min-width: 576px)
{
    .payModalDialog
    {
        max-width: 900px!important;
    }
}

.customPayTitle
{
    width:100%;
    min-height:10px;
    font-size:35px;
    font-weight:600;
    color:#fff;
}

.customPayText
{
    width:100%;
    min-height:10px;
    font-size:35px;
    font-weight:600;
    color:#fff;
    margin-top:25px;
}

.customPayText p
{
    width:100%;
    font-size:14px;
    font-weight:400;
    color:#fff;
    margin:0px;
    margin-bottom:14px;
}

.customPayText select
{
    width:50%;
    margin-top:25px;
    margin-bottom:25px;
}

.customPayText .profileDetailsBtn
{
    width:150px;
    margin-top:25px;
    margin-bottom:25px;
}

.customInvitationLine
{
    width:50%;
    height:40px;
    display:flex;   
    align-items:center;
    justify-content:center;    
    gap:10px;
}

.customInvitationLine input
{
    flex:1;
    height:40px;
}

.paySuccessBtn
{
    background: linear-gradient( 139deg, rgba(255, 17, 0, 0.5) 0%, #c64c85 100%, #c54b8c 100% );
    height:40px;
    padding-left:15px;
    padding-right:15px;
    border:0px;
    border-radius:5px;
}

.payPrimaryBtn
{
    background-color:rgb(57, 57, 57);
    height:40px;
    padding-left:15px;
    padding-right:15px;
    border:0px;
    border-radius:5px;
}

@media only screen and (max-width: 600px) 
{
    .customPayText select
    {   
        width:100%;    
    }

    .customInvitationLine
    {
        width:100%;
        height:auto;
        flex-direction: column;
    }

    .customInvitationLine input
    {
        flex:auto;
        width:100%;
    }

    .customInvitationLine button
    {
        flex:auto;
        width:100%;
    }
}