.app-root,
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
[data-bs-theme="dark"] body,
[data-bs-theme="dark"] .app-root {
    background-color: #1c1c1d;
}
[data-bs-theme="light"] body,
[data-bs-theme="light"] .app-root {
    background-color: #ffffff;
}

.home-shell {
    min-height: 100vh;
    overflow: hidden;
}

.home-surface {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(37, 39, 40, 0.96);
    backdrop-filter: blur(14px);
}
[data-bs-theme="light"] .home-surface {
    border-color: rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
}

.home-surface-title {
    color: #ffffff;
}
[data-bs-theme="light"] .home-surface-title {
    color: #0f172a;
}

.home-surface-copy {
    color: #cbd5e1;
}
[data-bs-theme="light"] .home-surface-copy {
    color: #475569;
}

[data-bs-theme="light"] .home-surface .text-slate-200 {
    color: #334155 !important;
}
[data-bs-theme="light"] .home-surface .text-slate-300 {
    color: #475569 !important;
}
[data-bs-theme="light"] .home-surface .text-slate-400 {
    color: #64748b !important;
}
[data-bs-theme="light"] .home-surface .bg-white\/5 {
    background: rgba(15, 23, 42, 0.04) !important;
}
[data-bs-theme="light"] .home-surface .border-white\/10 {
    border-color: rgba(15, 23, 42, 0.08) !important;
}
[data-bs-theme="light"] .home-surface .hover\:bg-white\/10:hover {
    background: rgba(15, 23, 42, 0.06) !important;
}
[data-bs-theme="light"] .home-surface .hover\:text-white:hover {
    color: #0f172a !important;
}

.home-hero {
    background: #1c1c1d;
}
[data-bs-theme="light"] .home-hero {
    background: #f8fafc;
}

.home-hero__bg {
    background: radial-gradient(circle at top right, rgba(0, 80, 255, 0.18), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.06), transparent 28%);
}
[data-bs-theme="light"] .home-hero__bg {
    background: radial-gradient(circle at top right, rgba(0, 80, 255, 0.12), transparent 26%), radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.05), transparent 26%);
}

.home-badge {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
}
[data-bs-theme="light"] .home-badge {
    border-color: rgba(15, 23, 42, 0.08);
    background: rgba(15, 23, 42, 0.04);
    color: #334155;
}

.home-title {
    color: #ffffff;
}
[data-bs-theme="light"] .home-title {
    color: #0f172a;
}

.home-copy {
    color: #cbd5e1;
}
[data-bs-theme="light"] .home-copy {
    color: #475569;
}

.home-search__field {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(37, 39, 40, 0.96);
}
[data-bs-theme="light"] .home-search__field {
    border-color: rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.home-search__input {
    color: #ffffff;
}
[data-bs-theme="light"] .home-search__input {
    color: #0f172a;
}

.home-chip {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
}
.home-chip:hover {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}
[data-bs-theme="light"] .home-chip {
    border-color: rgba(15, 23, 42, 0.08);
    background: rgba(15, 23, 42, 0.03);
    color: #475569;
}
[data-bs-theme="light"] .home-chip:hover {
    border-color: rgba(0, 0, 255, 0.22);
    background: rgba(0, 0, 255, 0.06);
    color: #0f172a;
}

.home-cta-primary {
    background: #0000ff;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 255, 0.22);
}
.home-cta-primary:hover {
    background: #0000e6;
    color: #ffffff;
}

.home-waveframe {
    border: 0;
    background: transparent;
}
[data-bs-theme="light"] .home-waveframe {
    border: 0;
    background: transparent;
}

.home-waveframe__glow {
    background: radial-gradient(circle at 30% 20%, rgba(0, 80, 255, 0.16), transparent 28%), radial-gradient(circle at 70% 75%, rgba(15, 23, 42, 0.05), transparent 22%);
}
[data-bs-theme="light"] .home-waveframe__glow {
    background: radial-gradient(circle at 30% 20%, rgba(0, 80, 255, 0.12), transparent 26%), radial-gradient(circle at 70% 75%, rgba(15, 23, 42, 0.06), transparent 22%);
}

.home-wavegrid {
    background-image: linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at center, black 30%, transparent 78%);
}
[data-bs-theme="light"] .home-wavegrid {
    background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
}

.home-wavebar {
    width: 12px;
    height: var(--bar-h);
    border-radius: 999px;
    background: linear-gradient(180deg, #0000ff 0%, rgba(0, 0, 255, 0.3) 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    transform-origin: bottom center;
    animation: homeWavePulse 2.8s ease-in-out infinite;
    animation-delay: var(--delay);
}
[data-bs-theme="light"] .home-wavebar {
    background: linear-gradient(180deg, #0000ff 0%, rgba(0, 0, 255, 0.18) 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 255, 0.04) inset;
}

.home-wavebar:nth-child(3n) {
    height: calc(var(--bar-h) + 18px);
}
.home-wavebar:nth-child(4n) {
    height: calc(var(--bar-h) - 8px);
}

.home-wave-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(0.2px);
    opacity: 0.92;
    animation: homeFloat 6s ease-in-out infinite;
}
.home-wave-orb--one {
    right: 14%;
    top: 16%;
    width: 92px;
    height: 92px;
    background: radial-gradient(circle at 30% 30%, rgba(0, 0, 255, 0.82), rgba(0, 0, 255, 0.16));
}
.home-wave-orb--two {
    left: 16%;
    bottom: 18%;
    width: 68px;
    height: 68px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.04));
    animation-delay: -1.2s;
}
.home-wave-orb--three {
    left: 42%;
    top: 18%;
    width: 20px;
    height: 20px;
    background: #0000ff;
    box-shadow: 0 0 24px rgba(0, 0, 255, 0.55);
    animation-delay: -2.2s;
}

@keyframes homeWavePulse {
    0%, 100% {
        transform: scaleY(0.82);
        opacity: 0.72;
    }
    50% {
        transform: scaleY(1.08);
        opacity: 1;
    }
}

@keyframes homeFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -10px, 0);
    }
}

.btn-square-sm {
    width: 34px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 34px !important;
    text-align: center;
    padding: 0px;
}
.main-landing {
    margin-top: -82px;
}
.btn-facebook {
    background-color: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-200);
    color: var(--bs-gray-500)
}

.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover {
    background-color: #1877f2!important;
    border-color: #1877f2!important;
    color: #fff!important
}

.btn-google {
    background-color: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-200);
    color: var(--bs-gray-500)
}

.btn-google:active,.btn-google:focus,.btn-google:hover {
    background-color: #ea4335!important;
    border-color: #ea4335!important;
    color: #fff!important
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}
[data-bs-theme="dark"] .hide-on-light {
    display: none;
}
[data-bs-theme="light"] .hide-on-dark {
    display: none;
}
[data-bs-theme="dark"] #app-title-bar {
    background-color: #232326;
    border-bottom: 1px;
    border-color: #e6e6e9;
}
[data-bs-theme="light"] #app-title-bar {
    background-color: #fafafb;
    border-bottom: 1px;
    border-color: #fafafb;
}

/* hide number arrow */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.outline-0, .outline-0:focus, .outline-0:active {
    outline: none !important;
    box-shadow: none;
}

.smaller {
    font-size: 70% !important;
}
@media (min-width: 1600px) {
    .row-cols-xxxl-7 > * {
        flex: 0 0 auto;
        width: 14.285714285714286%;
    }
}

@media (min-width: 1920px) {
    .row-cols-xxxxl-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 2560px) {
    .row-cols-xxxxxl-9 > * {
        flex: 0 0 auto;
        width: 11.111111111111111%;
    }
}

@media (min-width: 2560px) {
    .row-cols-xxxxxxl-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }
}

.border-light {
    border-color: rgba(var(--bs-light-rgb), 1) !important;
}
[data-bs-theme="light"] .border-light {
    border-color: #e5e5e8 !important;
}
.border-bottom-4 {
    border-bottom: 4px var(--bs-border-style) var(--bs-border-color) !important;
}
[data-bs-theme="dark"] .sound-item-row:hover:after {
    content: '';
    background-color: #232326;
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 0;
    top: 0;
    border-radius: 0.5rem;
    z-index: -1;
}
[data-bs-theme="dark"] .sound-item-row.sound-item-row-playing:after {
    content: '';
    background-color: #000a33;
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 0;
    top: 0;
    border-radius: 0.5rem;
    z-index: -1;
}
.drag-able {

}
.drag-able:hover:after {
    content: '';
    background-color: #45cb85 !important;
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 0;
    top: 0;
    border-radius: 0.5rem;
    z-index: -1;
}
[data-bs-theme="dark"] .drag-able:hover:after {
    background-color: #198754 !important;
}
.dropdown-toggle::after {
    display: none;
}
.hover-child {
    visibility: hidden;
}
.hover-parent {
    position: relative;
}
.hover-parent:hover .hover-child {
    visibility: visible;
}

.filter-slider {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #63656d;
}
[data-bs-theme="dark"] .filter-slider {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #fff;
}
.filter-slider-thumb {
    width: 16px;
    height: 16px;
    cursor: pointer;
    right: -8px;
    box-shadow: none;
    top: -7px;
    border-radius: 8px;
    background: #686cff;
}
.filter-slider-thumb:after {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 4px inset;
    position: absolute;
    left: 5px;
    top: 5px;
    content: "";
    border-radius: 4px;
}
.filter-slider-track.filter-slider-track-0 {
    height: 4px;
    background-color: #686cff;
}
.filter-slider-track.filter-slider-track-1 {
    height: 4px;
    background-color: white;
}
[data-bs-theme="light"] .filter-slider .track-slider-track.track-slider-track-0 {
    background-color: #63656d;
}
[data-bs-theme="light"] .filter-slider .track-slider-track.track-slider-track-1 {
    background-color: #c8c9cc;
}
[data-bs-theme="light"] .filter-slider .playback-slider .track-slider-track.track-slider-track-0 {
    background: #1053ff;
}
[data-bs-theme="light"] .filter-slider .track-slider-thumb {
    background: white;
    box-shadow: 0 0 0 1px #0000001a, 0 2px 2px #0000000d, 0 1px 1px #0000000d;
}

.playback-slider {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.track-slider-thumb {
    width: 12px;
    height: 12px;
    cursor: pointer;
    right: -8px;
    box-shadow: none;
    top: -5px;
    border-radius: 8px;
    background: white;
}
.track-slider-thumb:after {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 4px inset;
    position: absolute;
    left: 5px;
    top: 5px;
    content: "";
    border-radius: 4px;
}
.track-slider-track.track-slider-track-0 {
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
}
.track-slider-track.track-slider-track-1 {
    height: 4px;
    background-color: rgb(85 85 85);
    border-radius: 2px;
}
.playback-slider .track-slider-track.track-slider-track-0 {
    background: #1053ff;
    height: 3px;
    border-radius: 0;
}
[data-bs-theme="light"] .track-slider-track.track-slider-track-0 {
    background-color: #63656d;
}
[data-bs-theme="light"] .track-slider-track.track-slider-track-1 {
    background-color: #c8c9cc;
}
[data-bs-theme="light"] .playback-slider .track-slider-track.track-slider-track-0 {
    background: #1053ff;
}
[data-bs-theme="light"] .track-slider-thumb {
    background: white;
    box-shadow: 0 0 0 1px #0000001a, 0 2px 2px #0000000d, 0 1px 1px #0000000d;
}
.playback-slider .track-slider-track.track-slider-track-1 {
    background: transparent;
}
.playback-slider .track-slider-thumb {
    display: none;
}
.highlight-box {
    position: relative;
    border-radius: 12px;
}
.highlight-box-1::before, .highlight-box-2::before, .highlight-box-3::before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 16px;
    z-index: -2;
}
.highlight-box-1::after, .highlight-box-2::after, .highlight-box-3::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 16px;
    z-index: -1;
}
.btn-primary-highlight {
    position: relative;
}
[data-bs-theme="dark"] .highlight-box-1::before, [data-bs-theme="dark"] .highlight-box-2::before, [data-bs-theme="dark"] .highlight-box-3::before {
    background-image: linear-gradient(to bottom, #3b3d40 20%, #252728 100%);
}
[data-bs-theme="dark"] .highlight-box-2::before {
    background-image: linear-gradient(to bottom, #3b3d40 20%, #252728 100%);
}
[data-bs-theme="dark"] .highlight-box-3::before {
    background-image: linear-gradient(to bottom, #3b3d40 20%, #252728 100%);
}
[data-bs-theme="dark"] .highlight-box-1::after, [data-bs-theme="dark"] .highlight-box-2::after, [data-bs-theme="dark"] .highlight-box-3::after {
    background-image: linear-gradient(to bottom, #252728 20%, #1c1c1d 100%, #252728 65%);
}
[data-bs-theme="dark"] .highlight-box-3::after {
    background-image: linear-gradient(to bottom, #252728 20%, #1c1c1d 100%, #252728 65%);
}
[data-bs-theme="dark"] .btn-primary-highlight {
    background-image: linear-gradient(to right, #0000ff 0%, #0000ff 100%);
}
[data-bs-theme="dark"] .btn-primary-highlight::before {
    background: linear-gradient(45deg, #0000ff, #0000ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


[data-bs-theme="light"] .btn-primary-highlight {
    background-image: linear-gradient(306deg, #0000ff 48%, #0000ff);
    color: white !important;
}
[data-bs-theme="light"] .btn-primary-highlight::before {

}
.pricing_badge {
    position: absolute;
    top: 35px;
    right: -40px;
    background-image: linear-gradient(306deg, #0000ff 48%, #0000ff);
    color: #ffffff;
    width: 192px;
    padding: 5px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 600;
    text-align: center;
}
.avatar {
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-sm {
    height: 2rem;
    width: 2rem
}

.avatar-md {
    height: 2.5rem;
    width: 2.5rem
}

.avatar-lg {
    height: 3.5rem;
    width: 3.5rem
}

.avatar-xl {
    height: 5rem;
    width: 5rem
}

.avatar-xxl {
    height: 7rem;
    width: 7rem
}
.hero-section .overlay-1, .hero-section .overlay-2 {
    background: linear-gradient(180deg, transparent 27.96%, #000);
}
[data-bs-theme="dark"]  .hero-section .overlay-5 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 29%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
}
.hero-section .overlay-6 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 1) 100%);
}
[data-bs-theme="dark"]  .hero-section .overlay-6 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 29%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 1) 100%);
}
.hero-section .overlay-5 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 29%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 1) 100%);
}
.hero-section .overlay-3 {
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .15));
}
.hero-section .overlay-4 {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15), #000);
}

.css-f4w11s {
    vertical-align: middle;
    width: 140px;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 0px);
}
@media screen and (min-width: 768px) {
    .css-f4w11s {
        width: 204px;
        bottom: -16px;
    }
}

@media screen and (min-width: 960px) {
    .css-f4w11s {
        width: 204px;
        bottom: -16px;
    }
}


@media screen and (min-width: 1200px) {
    .css-f4w11s {
        width: 204px;
        bottom: -16px;
    }

}


.css-1trla8u {
    vertical-align: middle;
    width: 140px;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    position: absolute;
    filter: blur(15px);
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 0px);
}
@media screen and (min-width: 768px) {
    .css-1trla8u {
        width: 233px;
        bottom: -30px;
    }
}

@media screen and (min-width: 960px) {
    .css-1trla8u {
        width: 293px;
        bottom: -40px;
    }

}


@media screen and (min-width: 1200px) {
    .css-1trla8u {
        width: 293px;
        bottom: -40px;
    }

}


.css-1c43hvv {
    position: absolute;
    display: none;
    right: 0px;
    width: 350px;
    height: 350px;
    top: 0;
}
@media screen and (min-width: 768px) {
    .css-1c43hvv {
        width: 640px;
        height: 640px;
    }

}

@media screen and (min-width: 960px) {
    .css-1c43hvv {
        width: 740px;
        height: 740px;
    }
}


@media screen and (min-width: 1200px) {
    .css-1c43hvv {
        display: flex;
        width: 420px;
        height: 466px;
    }

}


.css-1ve98t1 {
    position: absolute;
    display: none;
    left: 0px;
    width: 350px;
    height: 350px;
    top: 0;

}
@media screen and (min-width: 768px) {
    .css-1ve98t1 {
        width: 640px;
        height: 640px;
    }
}

@media screen and (min-width: 960px) {
    .css-1ve98t1 {
        width: 740px;
        height: 740px;

    }
}
@media screen and (min-width: 1200px) {
    .css-1ve98t1 {
        display: flex;
        width: 420px;
        height: 450px;
    }

}


.css-a90ua2 {
    vertical-align: middle;
    width: 130px;
    height: 36px;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
}

@media screen and (min-width: 768px) {
    .css-a90ua2 {
        width: 161px;
        height: 26px;
    }

}
.css-1k1zoy6 {
    z-index: -1;
    background-image: var(--overlay-highlight-linear);
    height: 120px;
    width: 160px;
    filter: blur(50px);
    --chakra-backdrop-blur: blur(50px);
    position: absolute;
    top: 70px;
    left: 50%;
    border-radius: 900px;
    transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
    .css-1k1zoy6 {
        height: 250px;
        width: 450px;
        filter: blur(80px);
        --chakra-backdrop-blur: blur(80px);
        top: 80px;
    }
}

@media screen and (min-width: 960px) {
    .css-1k1zoy6 {
        height: 450px;
        width: 650px;
        filter: blur(100px);
        --chakra-backdrop-blur: blur(100px);
        top: 130px;
    }
}


@media screen and (min-width: 1200px) {
    .css-1k1zoy6 {
        height: 600px;
        width: 1346px;
        top: 160px;
    }

}



@media screen and (min-width: 1200px)
    .css-106xajs {
        width: 1360px;
    }
    .css-106xajs {
        z-index: 2;
        max-height: max-content;
        max-width: 100%;

    }

    .css-11jbh47 {
        top: 120px;
        transform: translate(0px, -50%);
        left: -12px;
        position: absolute;
        width: 60px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 10.1683px 61.0098px;
        background: white;
        z-index: 2;
    }
    @media screen and (min-width: 768px) {
        .css-11jbh47 {
            top: 250px;
            left: -20px;
            width: 130px;
            border-radius: 14px;
        }
    }

    @media screen and (min-width: 960px) {
        .css-11jbh47 {
            top: 340px;
            left: -20px;
            width: 180px;
            border-radius: 20px;
        }
    }

    @media screen and (min-width: 1200px) {
        .css-11jbh47 {
            top: 500px;
            left: -40px;
            width: 250px;
        }
    }


    @media screen and (min-width: 1600px) {
        .css-11jbh47 {
            left: -45px;
        }

    }

    .css-a6ihmd {
        top: 50%;
        transform: translate(0px, -50%);
        right: -8px;
        position: absolute;
        border-radius: 8px;
        width: 100px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 10.1683px 61.0098px;
        background: white;
        z-index: 2;
    }
    @media screen and (min-width: 768px) {
        .css-a6ihmd {
            top: 47%;
            right: -8px;
            border-radius: 14px;
            width: 215px;
        }

    }
    @media screen and (min-width: 960px) {
        .css-a6ihmd {
            top: 39%;
            right: -20px;
            border-radius: 20px;
            width: 270px;
        }
    }

    @media screen and (min-width: 1200px) {
        .css-a6ihmd {
            right: -30px;
            width: 408px;
        }

    }











    .backgrounds {
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1; }
.backgrounds .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed; }

.overlay:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #3F51B5;
    opacity: 0.8; }

/**
 * Hero
 */
.hero-section {
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
    color: #FFF;
    text-align: center;
}

.hero-section-description {
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px); }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px); }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }

.octocat {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px; }
.octocat img {
    display: block;
    width: 100%; }

.chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 20px; }

.chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.chevron.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

/**
 * Sections
 */
.section {
    width: 100%;
    float: left;
    overflow: hidden; }

.section-title {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    clear: both; }

.code {
    width: 40%;
    clear: both;
    height: 200px;
    background: #FFF;
    border-radius: 2px;
    margin: 12vh 0;
    padding: 10px; }
.code pre, .code code {
    height: 100%;
    margin: 0; }
.code code {
    padding: 20px 0 0 20px; }
.code--small code {
    padding-top: 75px; }
.code--left {
    float: left; }
.code--right {
    float: right; }
.code--wider {
    width: 60%; }
.code--wider code {
    padding-top: 60px; }

.section--more {
    color: #FFF;
    background: #0E0F34;
    padding: 20px 0 40px 0; }

.section-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0; }
.section-group h3 {
    margin: 0 0 20px 0;
    text-transform: uppercase; }
.section-group h4 {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6); }
.section-group code {
    padding: 20px;
    font-size: 1.2em; }
.section-group .btn {
    margin-right: 20px; }

.text-highlight {
    background: linear-gradient(85.3deg, #007AFF 36.04%, #FF09BA 59.31%, #8A00CB 80.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.circular-chart {
    display: block;
}

.circle-gray {
    stroke: #e2e8f0;
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
}

.circle {
    stroke: #4008d3;
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
[data-bs-theme="dark"] .circle {
    stroke: #ffffff;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}


.preset-single-artwork {
    width: 390px;
}
.preset-single-artwork img {
    width: 390px;
    height: 390px;
}
.preset-single-play-button {
    width: 100px;
    height: 100px;
}
@media (max-width:780px) {
    .preset-single-artwork {
        width: 100%;
    }
    .preset-single-artwork img {
        width: 240px;
        height: 240px;
    }
    .preset-single-play-button {
        width: 64px;
        height: 64px;
    }
    .filter-column, .sound-effects-column {
        width: 100%;
    }
}
.modal-body .icons a{
    text-decoration: none;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.modal-body .icons a:nth-child(1){
    color: #1877F2;
    border-color: #B7D4FB;
}

.modal-body .icons a:nth-child(1):hover{
    background-color: #1877F2;
    color: #fff;
}

.modal-body .icons a:nth-child(2){
    color: #46C1F6;
    border-color: #b6e7fc;
}

.modal-body .icons a:nth-child(2):hover{
    background-color: #46C1F6;
    color: #fff;
}

.modal-body .icons a:nth-child(3){
    color: #e1306c;
    border-color: #f5bccf;
}

.modal-body .icons a:nth-child(3):hover{
    background-color: #e1306c;
    color: #fff;
}

.modal-body .icons a:nth-child(4){
    color: #25d366;
    border-color: #bef4d2;
}

.modal-body .icons a:nth-child(4):hover{
    background-color: #25d366;
    color: #fff;
}


.modal-body .icons a:nth-child(5){
    color: #0088cc;
    border-color: #b3e6ff;
}

.modal-body .icons a:nth-child(5):hover{
    background-color: #0088cc;
    color: #fff;
}

.modal-body .icons a:hover{
    border-color: transparent;
}

.modal-body .icons a span{
    transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span{
    transform: scaleX(1.1);
}

.modal-body .field{
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px;
}

.modal-body .field.active{
    border-color: #7d2ae8;
}

.field span{
    width: 50px;
    font-size: 1.1rem;
}

.field.active span{
    color: #7d2ae8;
}

.field input{
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%;
}

.field button{
    padding: 5px 16px;
    color: #fff;
    background: #7d2ae8;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
}

@media (max-width: 330px) {
    .modal-body .icons a{
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }
}
