/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-gray-100 {
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.bg-gray-200 {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.bg-gray-300 {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.bg-gray-400 {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.bg-gray-500 {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.bg-gray-600 {
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.bg-gray-800 {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.bg-gray-900 {
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.bg-red-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.bg-red-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.bg-red-400 {
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.bg-red-500 {
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.bg-red-600 {
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.bg-red-800 {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.bg-orange-500 {
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.bg-orange-600 {
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.bg-yellow-600 {
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.bg-green-400 {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.bg-green-600 {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.bg-green-800 {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.bg-teal-200 {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.bg-teal-600 {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.bg-blue-400 {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.bg-blue-500 {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.bg-blue-600 {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.bg-blue-800 {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.bg-pink-400 {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.bg-pink-600 {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.bg-pink-800 {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.hover\:bg-gray-400:hover {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.hover\:bg-gray-600:hover {
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.hover\:bg-gray-800:hover {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.hover\:bg-red-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.hover\:bg-green-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.hover\:bg-green-800:hover {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.hover\:bg-blue-600:hover {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.hover\:bg-blue-800:hover {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.from-gray-800 {
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.bg-center {
  background-position: center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-cover {
  background-size: cover !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-gray-200 {
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.border-gray-300 {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.border-gray-400 {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.border-gray-500 {
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.border-gray-600 {
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.border-gray-700 {
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.border-gray-800 {
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.border-gray-900 {
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.border-red-400 {
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.border-red-500 {
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.border-red-600 {
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.border-green-300 {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.border-blue-400 {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.border-blue-600 {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-gray-400:hover {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.focus\:border-blue-300:focus {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.focus\:border-blue-700:focus {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.focus\:border-purple-500:focus {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border {
  border-width: 1px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.table-cell {
  display: table-cell !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900 !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-10 {
  line-height: 2.5rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.list-none {
  list-style-type: none !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.-mt-8 {
  margin-top: -2rem !important;
}

.-mb-8 {
  margin-bottom: -2rem !important;
}

.-ml-12 {
  margin-left: -3rem !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-screen-lg {
  max-width: 1024px !important;
}

.max-w-screen-xl {
  max-width: 1280px !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-full {
  min-width: 100% !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

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

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

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

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.top-auto {
  top: auto !important;
}

.resize {
  resize: both !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.fill-current {
  fill: currentColor !important;
}

.table-auto {
  table-layout: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

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

.text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-gray-100 {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.text-gray-200 {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.text-gray-300 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.text-gray-400 {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.text-gray-500 {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.text-gray-600 {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.text-gray-700 {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.text-gray-800 {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.text-red-400 {
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.text-red-500 {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.text-red-600 {
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.text-red-700 {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.text-red-800 {
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.text-orange-500 {
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.text-orange-600 {
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.text-green-500 {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.text-green-600 {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.text-green-700 {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.text-green-800 {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.text-teal-600 {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.text-blue-400 {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.text-blue-500 {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.text-blue-600 {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.text-blue-700 {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.text-indigo-400 {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.italic {
  font-style: italic !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.visible {
  visibility: visible !important;
}

.break-words {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-52 {
  width: 13rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-50 {
  z-index: 50 !important;
}

.-z-1 {
  z-index: -1 !important;
}

.gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.transition-all {
  transition-property: all !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity {
  transition-property: opacity !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.inline--sound-effects-nav .category-dropdown {
  position: absolute;
  max-height: 300px !important;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  max-height: 200px;
  min-width: 200px;
  border: 1px solid #a6a6a6;
  text-align: left;
  padding: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1345ac transparent;
}

.inline--sound-effects-nav .category-dropdown .category-dropdown-active {
  color: #1345ac;
}

.inline--sound-effects-nav .category-dropdown ul {
  max-height: 200px;
}

.inline--sound-effects-nav .category-dropdown ul li {
  padding: 5px 0px;
}

.inline--sound-effects-nav .category-dropdown::-webkit-scrollbar {
  width: 12px;
}

.inline--sound-effects-nav .category-dropdown::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.inline--sound-effects-nav .category-dropdown::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #1345ac;
}

.inline--creators-effects-list .effects-wrap {
  margin-top: 20px;
}

.inline--creators-effects-list .no-sfx {
  text-align: center;
  padding-top: 100px;
}

.inline--creators-effects-list .no-sfx .btn-outline {
  margin-top: 30px;
}

.inline--black-friday-banner .bg-blackfriday {
  background-color: #50bdfe;
}

.inline--black-friday-banner .xs-image {
  width: 100%;
  max-width: 300px;
}

.inline--single-sfx .sfx-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 5px;
  overflow: hidden;
  height: 40px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.inline--single-sfx .sfx-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  filter: blur(4px);
}

.inline--form-categories-with-tags .btn-outline-updated {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #1345ac;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  transition: all 0.2s ease-in;
}

.inline--form-categories-with-tags .category-wrap {
  position: relative;
}

.inline--form-categories-with-tags .category-wrap input {
  padding: 0 40px 0 20px;
}

.inline--form-categories-with-tags .category-wrap svg {
  position: absolute;
  right: 10px;
  top: 6px;
}

.inline--form-categories-with-tags .sfx-category-modal .list-cat li {
  position: relative;
}

.inline--form-categories-with-tags .sfx-category-modal .list-cat svg {
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.inline--form-categories-with-tags .category::-webkit-scrollbar {
  width: 11px;
}

.inline--form-categories-with-tags .category::-webkit-scrollbar-thumb {
  background-color: #333;
}

.inline--form-tags-input {
  /* Tags styling */
  /* some stylings for the autocomplete layer */
  /* the selected item in the autocomplete layer, should be highlighted */
  /* style the placeholders color across all browser */
  /* default styles for all the tags */
  /* the styles if a tag is invalid */
  /* if the user input is invalid, the input color should be red */
}

.inline--form-tags-input label {
  color: #FFF;
  font-weight: 100;
}

.inline--form-tags-input .vue-tags-input {
  max-width: 100% !important;
  background-color: rgb(41, 44, 51) !important;
  color: #b7c4c9;
}

.inline--form-tags-input .vue-tags-input .ti-input {
  border: 1px solid #8b9396;
  border-radius: 0.25rem !important;
  transition: border-bottom 200ms ease;
}

.inline--form-tags-input .vue-tags-input .ti-autocomplete {
  background: rgb(41, 44, 51);
  border: 1px solid #8b9396;
  border-top: none;
}

.inline--form-tags-input .vue-tags-input .ti-item.ti-selected-item {
  background: transparent;
  color: #FFF;
}

.inline--form-tags-input .vue-tags-input ::-webkit-input-placeholder {
  color: #a4b1b6;
}

.inline--form-tags-input .vue-tags-input ::-moz-placeholder {
  color: #a4b1b6;
}

.inline--form-tags-input .vue-tags-input :-ms-input-placeholder {
  color: #a4b1b6;
}

.inline--form-tags-input .vue-tags-input :-moz-placeholder {
  color: #a4b1b6;
}

.inline--form-tags-input .vue-tags-input .ti-tag {
  position: relative;
  background: #0a0a0a;
  color: #a4b1b6;
  padding: 0 0 0 6px !important;
  border-radius: 0.25rem !important;
}

.inline--form-tags-input .ti-tag .ti-actions i {
  background: transparent;
  border: none;
}

.inline--form-tags-input .vue-tags-input .ti-autocomplete {
  background: rgb(60, 63, 70);
  color: #a4b1b6;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  left: 0;
  top: 100%;
  padding: 3px 5px;
  font-size: 0.85em;
}

.inline--form-tags-input .vue-tags-input .ti-tag.ti-invalid {
  background-color: #e88a74;
}

.inline--form-tags-input .vue-tags-input .ti-new-tag-input.ti-invalid {
  color: #e88a74;
}

.inline--form-tags-input .vue-tags-input .ti-new-tag-input-wrapper input {
  background-color: rgb(41, 44, 51) !important;
  color: #b7c4c9;
}

.inline--form-tags-input .vue-tags-input .ti-new-tag-input-wrapper input,
.inline--form-tags-input .vue-tags-input .ti-new-tag-input-wrapper label {
  color: #FFF;
  font-weight: 100;
  border: none !important;
}

.inline--form-tags-input .vue-tags-input .ti-new-tag-input-wrapper input {
  padding: 2px 0;
  border-bottom: 1px solid #282829;
  color: #FFF;
}

.inline--form-builder .drop-wrap {
  position: relative;
  color: #f56565;
  font-size: 10px;
}

.inline--form-builder .upload-error {
  position: absolute;
  right: 5px;
  top: 5px;
  float: right;
}

.inline--form-builder .password-container {
  position: relative;
}

.inline--form-builder .password-hint-enter,
.inline--form-builder .password-hint-leave-to {
  opacity: 0;
}

.inline--form-builder .password-hint-enter-active,
.inline--form-builder .password-hint-leave-active {
  transition: all 1s;
}

.inline--form-builder .valid {
  color: #1345ac;
}

.inline--form-builder .hints {
  position: absolute;
  bottom: 50px;
  padding: 5px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  position: absolute;
}

.inline--form-builder .hints::after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 27px;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #a6a6a6 transparent transparent transparent;
}

.inline--form-builder .hints:hover {
  color: white !important;
}

.inline--form-builder .hints ul {
  margin: 0;
  position: initial;
  width: 100%;
}

.inline--form-builder .hints ul li {
  background: none;
  border: none;
  padding: 5px 0;
}

.inline--form-builder .error {
  color: #f00;
  font-size: 14px;
}

.inline--form-builder input,
.inline--form-builder label {
  color: #FFF;
  font-weight: 100;
}

.inline--form-builder input {
  border-bottom: 1px solid #282829;
  color: #FFF;
}

.inline--form-builder select {
  background-color: rgb(41, 44, 51) !important;
  border: 1px solid #4a5568;
  border-radius: 0.25rem !important;
}

.inline--form-builder select option {
  color: #4a5568 !important;
}

.inline--form-builder input:not(:-moz-placeholder-shown) ~ label {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  --transform-translate-y: -1.5rem;
}

.inline--form-builder input:focus-within ~ label,
.inline--form-builder input:not(:placeholder-shown) ~ label {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  --transform-translate-y: -1.5rem;
}

.inline--form-builder input:focus-within ~ label {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.inline--form-builder div.custom-margin {
  margin-top: 30px;
  margin-bottom: 10px;
}

.inline--form-builder .error-text {
  font-size: 12px;
  color: #f00;
  position: absolute;
  right: 0;
  top: -10px;
  opacity: 0.8;
}

.inline--form-builder .rcp {
  width: 100px;
  height: 100px;
}

.inline--creators-dashboard .chart-selector {
  position: fixed;
  right: -300px;
  top: 0px;
  z-index: 10000;
  width: 300px;
  /*background-color: rgb(41, 44, 51);*/
  background-color: rgb(51, 54, 60);
  transition: right 300ms;
  height: 100%;
  overflow-y: scroll;
}

.inline--creators-dashboard .chart-selector.active {
  right: 0;
}

.inline--creators-dashboard .chart-selector .chart-select-wrap {
  margin: 10px;
  border: 2px solid rgb(41, 44, 51);
  text-align: center;
  border-radius: 4px;
  padding: 20px;
}

.inline--creators-dashboard .chart-selector .chart-select-wrap.disabled {
  opacity: 0.4;
}

.inline--creators-dashboard .chart-selector .chart-select-wrap img {
  width: 80%;
  margin: 0 auto;
}

.inline--creators-dashboard .chart-selector .chart-select-wrap button {
  margin-top: 10px;
}

.inline--creators-dashboard .chart-selector .title-wrap {
  background-color: rgb(41, 44, 51);
  position: relative;
}

.inline--creators-dashboard .chart-selector .title-wrap > div {
  position: absolute;
  right: 20px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.inline--sound-effect .single-sfx {
  position: relative;
  border-bottom: 1px solid #232323;
  padding: 20px 0;
}

.inline--sound-effect .single-sfx .sfx-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inline--sound-effect .waiting {
  background-color: rgba(79, 189, 255, 0.2);
}

.inline--sound-effect .convert {
  background-color: rgba(255, 255, 255, 0.3);
}

.inline--sound-effect .convert p {
  font-size: 12px;
}

.inline--sound-effect .rejected {
  background-color: rgba(160, 39, 18, 0.2);
}

.inline--sound-effect .single-sfx .sfx-overlay h1 {
  font-size: 20px;
  text-align: center;
  padding: 5px 30px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
}

.inline--sound-effect .single-sfx .sfx-overlay h1 > div {
  font-size: 15px;
}

.inline--sound-effect .single-sfx .m-auto {
  padding: 0 5px;
}

.inline--sound-effect .single-sfx .triangle-right,
.inline--sound-effect .single-sfx .pause-song {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.inline--sound-effect .sfx-tags {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #555;
  transition: all 0.2s ease-in;
}

.inline--sound-effect .sfx-tags b {
  display: block;
  margin-bottom: 10px;
}

.inline--sound-effect-admin .single-sfx {
  position: relative;
  border-bottom: 1px solid #232323;
  padding: 20px 0;
}

.inline--sound-effect-admin .single-sfx .sfx-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
}

.inline--sound-effect-admin .waiting {
  background-color: rgba(79, 189, 255, 0.2);
}

.inline--sound-effect-admin .convert {
  background-color: rgba(255, 255, 255, 0.3);
}

.inline--sound-effect-admin .convert p {
  font-size: 12px;
}

.inline--sound-effect-admin .rejected {
  background-color: rgba(160, 39, 18, 0.2);
}

.inline--sound-effect-admin .single-sfx .sfx-overlay h1 {
  font-size: 20px;
  text-align: center;
  padding: 5px 30px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 400;
}

.inline--sound-effect-admin .single-sfx .sfx-overlay h1 > div {
  font-size: 15px;
}

.inline--sound-effect-admin .single-sfx .m-auto {
  padding: 0 5px;
}

.inline--sound-effect-admin .triangle-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 11px solid #1345ac;
  border-bottom: 6px solid transparent;
  transition: 100ms all ease;
  cursor: pointer;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.inline--sound-effect-admin .pause-song {
  width: 13px;
  height: 13px;
  border-style: double;
  transition: 100ms all ease;
  border-width: 0px 0px 0px 13px;
  border-color: #1345ac;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.inline--sound-effect-admin .sfx-tags {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #555;
  transition: all 0.2s ease-in;
}

.inline--sound-effect-admin .sfx-tags b {
  display: block;
  margin-bottom: 10px;
}

.inline--sound-effect-admin .wave-container {
  width: 200px;
}

.inline--creators-admin-dashboard .chart-selector {
  position: fixed;
  right: -300px;
  top: 0px;
  z-index: 10000;
  width: 300px;
  /*background-color: rgb(41, 44, 51);*/
  background-color: rgb(51, 54, 60);
  transition: right 300ms;
  height: 100%;
  overflow-y: scroll;
}

.inline--creators-admin-dashboard .chart-selector.active {
  right: 0;
}

.inline--creators-admin-dashboard .chart-selector .chart-select-wrap {
  margin: 10px;
  border: 2px solid rgb(41, 44, 51);
  text-align: center;
  border-radius: 4px;
  padding: 20px;
}

.inline--creators-admin-dashboard .chart-selector .chart-select-wrap.disabled {
  opacity: 0.4;
}

.inline--creators-admin-dashboard .chart-selector .chart-select-wrap img {
  width: 80%;
  margin: 0 auto;
}

.inline--creators-admin-dashboard .chart-selector .chart-select-wrap button {
  margin-top: 10px;
}

.inline--creators-admin-dashboard .chart-selector .title-wrap {
  background-color: rgb(41, 44, 51);
  position: relative;
}

.inline--creators-admin-dashboard .chart-selector .title-wrap > div {
  position: absolute;
  right: 20px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.inline--creators-admin-projects .filter-wrap {
  position: relative;
}

.inline--creators-admin-projects .filter-wrap input {
  background-color: transparent;
  border: 1px solid #e2e8f0;
}

.inline--creators-admin-projects .filter-wrap svg {
  position: absolute;
  left: 195px;
  top: 3px;
  width: 18px;
  cursor: pointer;
}

.inline--sfx-single-record .single-sfx {
  position: relative;
  border-bottom: 1px solid #232323;
  padding: 20px 0;
}

.inline--sfx-single-record .single-sfx .sfx-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inline--common-modal .title {
  font-size: 30px;
  color: #1345ac;
  display: block;
  margin-top: 10px;
}

.inline--common-modal .modal-footer button {
  margin-left: 20px;
}

.inline--common-modal .btn-link {
  color: white;
}

.inline--projects .all-playlists .playlist h2 {
  background-color: rgba(0, 0, 0, 0.5);
}

.inline--single-project .discover-music {
  padding-top: 120px;
}

.inline--sounds-nav .slide-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.inline--sounds-nav .slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.inline--sounds-nav .slide-enter-to,
.inline--sounds-nav .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.inline--sounds-nav .slide-enter,
.inline--sounds-nav .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  background-color: #0a0a0a;
  color: #f5f5f5;
  scrollbar-color: #333333 transparent;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button,
input,
optgroup,
select,
textarea,
body {
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1000px) {
  .nav-public {
    padding: 0;
    margin-left: 45px;
  }

  .nav-logged {
    padding: 0;
    margin-left: 45px;
  }
}

@media (max-width: 760px) {
  .nav-public {
    padding: 0;
    margin-left: 10px;
  }

  .nav-logged {
    padding: 0;
    margin-left: 30px;
  }
}

.text-special {
  color: #1345ac;
}

.border-image {
  border-color: #202020;
}

.svg-row-down {
  height: 20px;
  width: 20px;
  color: #1345ac;
}

.max60p {
  max-width: 60px;
}

.routenote-branding {
  position: relative;
  padding-top: 75px;
  padding-bottom: 20px;
  background-image: url("/imgs/rt-branding/header-bg.webp");
}

.routenote-branding::before {
  background-image: linear-gradient(90deg, #432bd4, #fd5858, #c67d6d, #613fcd);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
}

.routenote-branding::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url("/imgs/rt-branding/header-lights.webp");
  z-index: 2;
}

/*
* Add to header tag when open modal window
*/

.image-header {
  margin-bottom: 20px;
  background-position: center top;
  position: relative;
  align-items: center;
  padding: 50px 0;
  background-position: center center;
}

.image-header .blur-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(18, 16, 13, 0.5);
  filter: blur(5px);
}

.image-header .header-menu-wrap {
  z-index: 400;
}

.image-header .header-menu-wrap nav ul {
  display: inline-block;
}

.image-header .header-menu-wrap nav a {
  font-weight: bold;
  position: relative;
}

.image-header .header-menu-wrap nav a span {
  display: inline-block;
}

.image-header .header-menu-wrap nav a i {
  position: absolute;
  right: 0;
  border-width: 0 3px 3px 0;
  font-size: 20px;
  font-weight: bold;
}

.image-header .header-menu-wrap nav .fake-radio .btn {
  width: 13px;
  height: 13px;
}

.image-header .header-menu-wrap nav .fake-radio.active .btn {
  border: 2px;
}

.image-header h1 {
  z-index: 400;
  line-height: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.image-header nav {
  z-index: 400;
  margin: 0 !important;
}

.image-header nav .filter-title {
  line-height: 32px;
}

.sound-header {
  padding: 30px 0;
  text-align: center;
}

.sound-header h2 {
  z-index: 40;
  line-height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}

.absolute-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  background-color: rgba(10, 10, 10, 0.98);
}

@media (max-width: 768px) {
  .header-mobile-expanded-bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

header {
  z-index: 1010;
  background-color: transparent;
  /*
  * Nav account mobile
  */
}

header .main-menu-account.drop-down-wrap {
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  position: relative;
}

@media (max-width: 768px) {
  header .main-menu-account.drop-down-wrap {
    background-color: transparent;
    border: 0;
  }
}

@media (min-width: 769px) {
  header .main-menu-account.drop-down-wrap::after {
    content: " ";
    position: absolute;
    z-index: 1001;
    top: -17px;
    right: 27px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #a6a6a6 transparent;
  }

  header .main-menu-account.drop-down-wrap::before {
    content: " ";
    position: absolute;
    top: -23px;
    left: 30px;
    width: 100%;
    height: 30px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
  }
}

header .main-menu-account.drop-down-wrap:hover {
  color: white !important;
}

header .main-menu-account.drop-down-wrap ul {
  margin: 0;
  position: initial;
  width: 100%;
}

header .main-menu-account.drop-down-wrap ul li {
  background: none;
  border: none;
  padding: 5px 0;
}

header .main-menu-account.drop-down-wrap ul li a {
  padding: 5px 20px;
}

header .h-right-menu {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 769px) {
  header .account-menu-dropdown:hover .main-menu-account {
    display: block !important;
  }

  header .account-menu-dropdown .main-menu-account {
    display: none !important;
  }
}

@media (max-width: 768px) {
  header .xs-block {
    display: flex !important;
  }

  header .xs-hidden {
    display: none !important;
  }
}

.search-wrap {
  position: relative;
  height: 40px;
  border: 1px solid #a6a6a6;
  padding: 1px;
  font-size: 1rem;
  width: 100%;
  /* Works on Chrome/Edge/Safari */
}

@media (max-width: 767px) {
  .search-wrap {
    width: 80%;
  }
}

.search-wrap .search-icon-wrap {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 10px;
  cursor: pointer;
}

.search-wrap .search-result {
  border-radius: 5px;
  border: 1px solid transparent;
  width: 100%;
  height: 300px !important;
  left: 0;
  position: absolute;
  left: 0;
  top: 35px;
  scrollbar-width: thin;
  scrollbar-color: #333 transparent;
}

.search-wrap .search-result ul {
  z-index: 1000;
  max-height: 300px !important;
}

.search-wrap .search-result ul::-webkit-scrollbar-track {
  background: transparent;
}

.search-wrap .search-result ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 3px solid transparent;
}

.search-wrap .search-result ul::-webkit-scrollbar {
  width: 12px;
}

.search-wrap .search-type-selector {
  float: left;
  width: 140px;
  /*text-align: center;*/
  /*border-right: 1px solid #1345ac;*/
  padding-top: 1px;
  color: #1345ac;
  margin-top: 8px;
  padding-bottom: 1px;
  padding-left: 10px !important;
  margin-bottom: 2px;
  font-style: normal;
  font-size: 0.9rem !important;
}

.search-wrap .search-type-selector .search-type-text {
  min-width: 125px;
  padding-right: 20px;
  line-height: 120%;
  text-align: center;
}

.search-wrap svg {
  right: 10px;
  height: 20px;
  position: absolute;
  width: 20px;
  top: 0px;
}

.search-wrap .search-selected {
  border-right: 1px solid #a6a6a6;
  height: 20px;
  color: #a6a6a6;
  display: flex;
  align-items: center;
  position: relative;
}

.search-wrap .search-selected svg {
  right: 0;
  margin-right: 4px;
  height: 20px;
  position: absolute;
  width: 20px;
  top: 0px;
  color: #1345ac;
}

.search-wrap input {
  background-color: transparent;
  color: #f4f4f4;
  width: 72%;
  font-size: 1.1rem;
}

.search-wrap input::-moz-placeholder {
  color: #f4f4f4;
  opacity: 0.7;
}

.search-wrap input::placeholder {
  color: #f4f4f4;
  opacity: 0.7;
}

.search-wrap ul {
  position: absolute;
  margin-left: -5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  box-shadow: -3px -1px 1px -2px rgba(0, 0, 0, 0.12), 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.search-wrap ul li {
  cursor: pointer;
  text-align: left;
  padding: 2px 10px;
  margin-bottom: 2px;
}

.search-wrap--no-dropdown {
  border: 0;
  border-bottom: 1px solid #a6a6a6;
}

.search-wrap--no-dropdown svg {
  right: 0;
}

.search-wrap--no-dropdown .search-type-dropdown {
  display: flex;
  align-items: center;
}

.search-wrap--no-dropdown .search-type-dropdown .search-type-select {
  font-size: 0.9rem;
  color: #a6a6a6;
  display: flex;
  align-items: center;
}

.search-wrap--no-dropdown .search-type-dropdown .search-type-select:focus {
  outline: none;
  color: #f4f4f4;
}

.search-wrap--no-dropdown .search-type-dropdown .search-type-select svg {
  position: static;
  stroke: #a6a6a6;
}

.search-wrap--no-dropdown .search-type-dropdown .search-type-options {
  position: absolute;
  top: 35px;
  right: 0;
  margin-left: -5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  box-shadow: -3px -1px 1px -2px rgba(0, 0, 0, 0.12), 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  min-width: 150px;
  z-index: 1000;
}

.search-wrap--no-dropdown .search-type-dropdown .search-type-options li {
  text-align: left;
  margin-bottom: 2px;
}

.search-wrap--no-dropdown .search-type-dropdown .search-type-options li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.homepage-top-title-unlimited::after {
  content: "";
  opacity: 0.9;
  z-index: -1;
  background-color: #1345ac;
  border-radius: 999px;
  width: 22%;
  height: 14px;
  min-height: 7px;
  transition: all 0.1s;
  display: block;
  position: absolute;
  top: 30%;
  left: 80px;
}

.header-solid-background {
  background-color: #0a0a0a;
}

.logo-icon {
  display: inline-block;
  height: 40px;
}

.full-logo .logo-icon {
  margin-right: 25px;
}

.btn-outline {
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #1345ac;
  padding: 5px 25px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  transition: all 0.2s ease-in;
}

.btn-outline-updated {
  background-color: transparent;
  border-radius: 0;
  background-color: #1345ac;
  padding: 0.8125rem 2rem;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.2s ease-in;
}

.btn-outline-navigation {
  background-color: transparent;
  border-radius: 0;
  background-color: #1345ac;
  padding: 0.2rem 1rem;
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: all 0.2s ease-in;
}

.btn-outline:hover {
  transition: all 0.2s ease-in;
}

.btn-subscriptions {
  background-color: #1345ac;
  color: white;
  border-radius: 0;
  padding: 5px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

.main-color {
  color: #1345ac;
}

.modal.show {
  z-index: 10000;
}

footer {
  background-color: rgb(0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1000px) {
  footer {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

footer p {
  color: #fafafa;
  font-size: 10px;
}

footer p img {
  margin-right: 10px;
  height: 30px;
}

footer ul li {
  display: inline-block;
}

footer ul li a,
footer ul li button {
  font-size: 12px;
}

footer a:hover {
  color: #1345ac;
}

.footer-text-company div {
  float: left;
}

.footer-text-company div img {
  height: 30px;
  float: left;
  margin-right: 15px;
}

.footer-text-company div p {
  float: left;
  font-size: 12px;
  margin-top: 5px;
}

.footer-text-company ul {
  font-size: 14px;
  margin-top: 2px;
  margin-left: 50px;
  float: left;
}

@media (max-width: 1000px) {
  .footer-text-company ul {
    margin-left: 25vw;
    margin-top: 5px;
  }
}

@media (max-width: 760px) {
  .footer-text-company ul {
    margin-left: 0;
  }
}

.footer-text-company ul li:after {
  content: "|";
  color: #3b3b3b;
  margin: 0 10px;
}

@media (max-width: 760px) {
  .footer-text-company ul li:after {
    margin: 0 5px;
  }
}

.footer-text-company ul li:last-child:after {
  content: "";
}

.text-blue-600 {
  color: #1345ac !important;
}

.hover\:text-blue-600:hover {
  color: #1345ac !important;
}

.bg-blue-600 {
  background: #4fbdff !important;
}

.border-blue-600 {
  border-color: #4fbdff !important;
}

@media (max-width: 1000px) {
  .logo-icon {
    font-size: 0 !important;
  }
}

.home-top {
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover;
  background-position: center center;
}

.home-top h1 {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #fafafa;
  margin-bottom: 10px;
}

.home-top h2 {
  color: #1345ac;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 55px;
}

.global-search {
  width: 695px;
  background-color: rgba(10, 10, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin: 0 auto;
  position: relative;
}

.global-search input[name=g_find_text] {
  background-color: transparent;
  border: 0;
  font-size: 22px;
  font-weight: 300;
  color: #fafafa;
  width: 93%;
  padding-top: 5px;
}

.global-search input[name=g_find_text]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fafafa;
  opacity: 1;
  /* Firefox */
}

.global-search input[name=g_find_text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fafafa;
  opacity: 1;
  /* Firefox */
}

.global-search input[name=g_find_text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fafafa;
}

.global-search input[name=g_find_text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fafafa;
}

.global-search button {
  vertical-align: middle;
}

.global-search button span {
  position: absolute;
  font-size: 50px;
  font-weight: 100;
  top: 0;
  right: 15px;
}

.sounds-container {
  padding-left: 120px;
  padding-right: 80px;
}

.sfx-preview .description {
  color: white;
}

.sfx-preview .tags {
  color: #1345ac;
}

.sfx-preview .contributor-name {
  color: #1345ac;
}

.sfx-preview .actions {
  margin-left: 0;
}

.sfx-preview .actions .dropdown-btn-menu {
  position: relative;
  right: auto;
  left: 0;
}

.sfx-preview .actions .dropdown-btn-menu .menu {
  z-index: 1000;
  position: absolute;
  right: auto;
  left: -20px;
}

.sfx-preview .actions .dropdown-btn-menu .menu .triangle-top {
  right: auto;
  left: 20px;
}

.sfx-preview .actions ul {
  background-color: #171717;
}

.sfx-preview .btn-download-dropdown {
  right: auto;
  left: 0;
  top: 10px;
}

.sound .actions li:first-child {
  margin-left: 0;
}

.sound .actions .dropdown-btn-menu {
  position: relative;
}

.sound .actions .dropdown-btn-menu ul {
  background-color: #171717;
}

.sound .actions .dropdown-btn-menu .menu {
  position: absolute;
  top: 40px;
  right: -10px;
  z-index: 5;
}

.sound .actions .dropdown-btn-menu .menu-up {
  position: absolute !important;
  top: -130px;
  right: 60px;
  z-index: 5;
}

.comma-separated *:after {
  content: " | ";
  color: white;
}

.comma-separated *:last-child:after {
  content: "";
}

.comma-separator *:after {
  content: ", " !important;
}

.comma-separator *:last-child:after {
  content: "" !important;
}

.cap {
  text-transform: capitalize;
}

.wave-wrapper {
  width: 50%;
}

@media (max-width: 768px) {
  .wave-wrapper {
    width: 100%;
  }

  .sounds-container {
    padding-left: 20px;
  }
}

.body-content,
.homepage {
  min-height: calc(100vh - 161px);
  margin-bottom: 30px;
}

.body-content h4,
.homepage h4 {
  color: #1345ac;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 25px;
}

.body-content nav,
.homepage nav {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .body-content nav,
.homepage nav {
    margin-bottom: 0;
  }
}

.body-content nav a,
.homepage nav a {
  position: relative;
  transition: all 0.2s ease-in;
}

.body-content nav a.active,
.body-content nav a:hover,
.homepage nav a.active,
.homepage nav a:hover {
  color: #1345ac;
  transition: all 0.2s ease-in;
}

.body-content nav a.active .arrow-up,
.body-content nav a:hover .arrow-up,
.homepage nav a.active .arrow-up,
.homepage nav a:hover .arrow-up {
  margin-bottom: -4px;
}

.body-content nav i,
.homepage nav i {
  margin-left: 10px;
}

.body-content nav.have-active,
.homepage nav.have-active {
  margin-bottom: 20px;
}

.body-content .sound,
.homepage .sound {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #141414;
  border-color: #141414 !important;
}

.body-content .sound .thumb,
.homepage .sound .thumb {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 60px;
}

.body-content .sound h5,
.homepage .sound h5 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease-in;
}

.body-content .sound h5:hover,
.homepage .sound h5:hover {
  color: #1345ac;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.body-content .sound .bpm,
.homepage .sound .bpm {
  color: white;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  padding-left: 5px;
}

.body-content .sound .sound-title,
.homepage .sound .sound-title {
  display: inline-block;
  vertical-align: middle;
}

.body-content .sound .sound-title span a,
.homepage .sound .sound-title span a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in;
}

.body-content .sound .sound-title span a:hover,
.homepage .sound .sound-title span a:hover {
  color: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.body-content .sound .sound-title .comma,
.homepage .sound .sound-title .comma {
  color: #555555;
}

.body-content .sound .sound-title .comma,
.homepage .sound .sound-title .comma {
  color: #555555;
}

.body-content .sound .triangle-right,
.homepage .sound .triangle-right {
  margin-right: 60px;
}

.body-content .sound .pause-song,
.homepage .sound .pause-song {
  margin-right: 60px;
}

.body-content .sound .categories a,
.homepage .sound .categories a {
  font-weight: 500;
  font-size: 12px;
  color: white;
  transition: all 0.2s ease-in;
}

.body-content .sound .categories a:hover,
.homepage .sound .categories a:hover {
  color: #1345ac;
  transition: all 0.2s ease-in;
}

.body-content .sound .categories a:not(:first-child):before,
.homepage .sound .categories a:not(:first-child):before {
  content: ", ";
}

.body-content .sound .categories a:hover::before,
.homepage .sound .categories a:hover::before {
  color: #555555;
}

.body-content .sound .time,
.homepage .sound .time {
  display: inline-block;
  color: white;
  font-size: 10px;
  font-family: "Lato", sans-serif;
}

.body-content .sound .last-col,
.homepage .sound .last-col {
  text-align: right;
}

.body-content .sound .last-col .btn-outline,
.homepage .sound .last-col .btn-outline {
  margin-right: 45px;
}

.body-content .sound .license-key-box,
.homepage .sound .license-key-box {
  margin-bottom: 15px;
  font-weight: 100;
}

.body-content .sound .license-key-box span,
.homepage .sound .license-key-box span {
  font-weight: bold;
}

.body-content .version-sound,
.homepage .version-sound {
  border-top: 1px solid #141414;
  padding-top: 20px;
  margin-top: 20px;
}

.body-content .version-sound .first-col,
.homepage .version-sound .first-col {
  padding-left: 85px;
}

.body-content .version-sound .col-categories,
.homepage .version-sound .col-categories {
  padding-left: 30px;
}

.body-content .versions-sounds-visible,
.homepage .versions-sounds-visible {
  height: auto;
}

.body-content .versions-sounds-hidden,
.homepage .versions-sounds-hidden {
  height: 0;
  overflow: hidden;
}

.body-content .sound:last-child,
.homepage .sound:last-child {
  border-bottom: 1px solid #141414;
  margin-bottom: 30px;
}

.body-content .wave-container canvas,
.body-content .wave-container wave,
.homepage .wave-container canvas,
.homepage .wave-container wave {
  z-index: 0 !important;
}

.homepage .free-tracks a,
.homepage .create-new-collection {
  width: 150px;
  height: 150px;
}

@media (max-width: 600px) {
  .homepage .free-tracks a,
.homepage .create-new-collection {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}

@media (max-width: 422px) {
  .homepage .free-tracks a,
.homepage .create-new-collection {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }

  .homepage .create-new-collection span {
    display: none;
  }
}

.homepage .hp-gray-text {
  color: #898989;
}

.homepage .hp-artist-photo {
  background-image: url("/imgs/hp-bottom-info-artist.jpg");
  background-position: center top;
  background-size: cover;
  height: 460px;
}

@media (max-width: 600px) {
  .homepage .hp-artist-photo {
    height: 350px;
  }
}

@media (min-width: 1536px) {
  .homepage .hp-top-title {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

.homepage .pricing {
  font-weight: 300;
}

.homepage .pricing .gray-color {
  color: #505050;
}

.homepage .pricing h4 {
  border-color: #3c3c3c !important;
  color: white;
  font-size: inherit;
  font-weight: 500;
}

.homepage .pricing .pricing-options {
  border-color: #3c3c3c !important;
}

.homepage .pricing h5 {
  margin-top: 23px;
}

.artist-info .actions-artist .actions {
  width: auto;
}

.body-content.discover-music .sounds-container,
.body-content.sound-preview .sounds-container {
  padding-left: 20px;
  padding-right: 0px;
}

input:checked ~ .toggle__dot {
  transform: translateX(73px);
  background-color: #48bb78;
}

.actions {
  width: 73px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 639px) {
  .actions {
    margin-left: 0;
  }
}

.actions li.main:first-child {
  margin-left: 0px;
}

.actions li.main {
  margin-left: 5px;
}

.actions li a .no-hover {
  display: inline;
}

.actions li a .hover {
  display: none;
}

.actions li a:hover .no-hover,
.actions li a.active .no-hover {
  display: none;
}

.actions li a:hover .hover,
.actions li a.active .hover {
  display: inline;
}

.actions li,
.actions img {
  display: inline-block;
}

.actions .dropdown-btn-menu .menu {
  display: none;
  top: 40px;
  right: -20px;
}

.actions .dropdown-btn-menu .menu-up {
  display: none;
  position: absolute;
  top: -130px;
  right: 60px;
  background: #141414;
}

.actions .dropdown-btn-menu .menu ul li,
.actions .dropdown-btn-menu .menu-up ul li {
  display: block;
  margin-left: 0;
  font-size: 12px;
  padding: 10px;
  width: 120px;
}

.actions .dropdown-btn-menu .menu ul li a,
.actions .dropdown-btn-menu .menu-up ul li a {
  transition: all 0.2s ease-in;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
}

.actions .dropdown-btn-menu .menu ul li a span,
.actions .dropdown-btn-menu .menu-up ul li a span {
  display: inline-block;
  width: 17px;
  margin-right: 5px;
}

.actions .dropdown-btn-menu .menu ul li a:hover,
.actions .dropdown-btn-menu .menu-up ul li a:hover {
  transition: all 0.2s ease-in;
}

.actions .dropdown-btn-menu.is-active .menu,
.actions .dropdown-btn-menu.is-active .menu-up {
  display: block;
}

.artist-info .actions-artist .actions {
  width: auto;
}

.body-content.discover-music .sounds-container,
.body-content.sound-preview .sounds-container {
  padding-left: 20px;
  padding-right: 20px;
}

.sound-preview-container .actions .dropdown-btn-menu {
  position: relative;
}

.sound-preview-container .actions .dropdown-btn-menu .menu,
.sound-preview-container .actions .dropdown-btn-menu .menu-up {
  position: absolute;
  right: auto;
  left: -25px;
}

.sound-preview-container .actions .dropdown-btn-menu .menu .triangle-top,
.sound-preview-container .actions .dropdown-btn-menu .menu-up .triangle-top {
  right: auto;
  left: 20px;
}

.sound-preview-container .actions .dropdown-btn-menu ul {
  background-color: #171717;
}

.body-content.discover-music {
  padding-top: 0;
  z-index: 1;
}

.body-content.discover-music .content-type {
  font-size: 24px;
  font-weight: bold;
}

i {
  border: solid #1345ac;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  margin-bottom: 2px;
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-up {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.triangle-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 11px solid #1345ac;
  border-bottom: 6px solid transparent;
  transition: 100ms all ease;
  cursor: pointer;
}

@media (max-width: 639px) {
  .triangle-right {
    border-top: 11px solid transparent;
    border-left: 16px solid #1345ac;
    border-bottom: 11px solid transparent;
  }
}

.triangle-right-hidden {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 11px solid #1345ac;
  border-bottom: 6px solid transparent;
  transition: 100ms all ease;
  cursor: default;
  opacity: 0;
}

@media (max-width: 639px) {
  .triangle-right-hidden {
    border-top: 11px solid transparent;
    border-left: 16px solid #1345ac;
    border-bottom: 11px solid transparent;
  }
}

.triangle-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 13px solid #1345ac;
  border-bottom: 8px solid transparent;
  transition: 100ms all ease;
  cursor: pointer;
}

.triangle-left-hidden {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 13px solid #1345ac;
  border-bottom: 8px solid transparent;
  transition: 100ms all ease;
  cursor: default;
  opacity: 0;
}

.just-line-addon {
  width: 1px;
  background-color: #1345ac;
  width: 2px;
  height: 16px;
  display: inline-block;
}

.just-line-addon-hidden {
  width: 1px;
  background-color: #1345ac;
  width: 2px;
  height: 16px;
  display: inline-block;
  opacity: 0;
}

.pause-song {
  width: 13px;
  height: 13px;
  border-style: double;
  transition: 100ms all ease;
  border-width: 0px 0px 0px 13px;
  border-color: #1345ac;
  display: inline-block;
}

.border-color-special {
  border-color: #1345ac;
}

.VueCarousel-dot {
  background-color: transparent !important;
  border: 2px solid rgb(68, 68, 64) !important;
  padding: 0 !important;
}

.VueCarousel-dot--active {
  border: 2px solid #1345ac !important;
}

.VueCarousel-pagination {
  position: absolute;
  bottom: 20px;
  padding-left: 10px;
}

.VueCarousel-slide .slide-container {
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
}

.VueCarousel-slide .content {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.VueCarousel-slide .content span {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #1345ac;
}

.VueCarousel-slide .content h6 {
  font-size: 60px;
  font-weight: 500;
  color: #fafafa;
}

.VueCarousel-slide .content p {
  font-weight: 300;
  color: #fafafa;
  margin-bottom: 40px;
}

.VueCarousel-dot-container button {
  margin-right: 10px;
}

.btn-full-color {
  background-color: #1345ac;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 40px;
  display: inline-block;
  color: #0a0a0a;
  font-size: 14px;
}

.dropdown-btn-menu.in-actions .menu ul,
.dropdown-btn-menu.in-actions .menu-up ul {
  width: 120px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.global-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #141414;
  z-index: 1002;
  height: 100px;
}

.global-player .headers {
  overflow: hidden;
  max-width: 150px;
  width: 150px;
}

.global-player .thumb {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.global-player .name-of-track {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.global-player .bpm {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  display: inline-block;
}

.global-player .playlist-name {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.global-player .prev {
  min-width: 20px;
  margin-top: 5px;
}

.global-player .prev .just-line-addon {
  margin-right: -5px;
}

.global-player .next {
  min-width: 20px;
  margin-top: 5px;
}

.global-player .next .just-line-addon {
  margin-left: -5px;
}

.global-player .controlls {
  padding-left: 20px;
}

.global-player .controlls .play-pause {
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  margin-top: -1px;
}

.global-player .pause-song {
  height: 15px;
  margin-top: 2px;
}

.global-player .close {
  color: #505050;
  font-size: 50px;
  font-weight: 100;
  right: 35px;
}

.global-player .btn-full-color {
  margin-right: 45px;
}

.global-player .volume-icon {
  width: 20px;
  height: 17px;
  margin-left: 25px;
  margin-right: 10px;
}

.global-player .centered-box {
  display: flex;
  flex-wrap: wrap;
}

.global-player .time {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  display: inline-block;
}

.global-player .global-player-wave {
  margin-left: -50px;
}

.global-player .share-btns {
  padding-left: 5px;
}

.global-player .dropdown-btn-menu .menu {
  top: -180px;
  right: -20px;
}

.global-player .dropdown-btn-menu .menu .triangle-top {
  display: none;
}

.global-player .triangle-right {
  border-top: 8px solid transparent;
  border-left: 13px solid #1345ac;
  border-bottom: 8px solid transparent;
}

.vue-slider {
  width: 140px !important;
  margin: 0;
}

.vue-slider-rail {
  background-color: #505050;
  border-radius: 0;
}

.vue-slider-process {
  background-color: #1345ac;
}

.vue-slider-dot {
  width: 3px !important;
  border-radius: 0 !important;
  background-color: #fafafa !important;
}

.sub-categories-container {
  padding-left: 120px;
  margin-top: -2px;
  padding-right: 80px;
}

@media (max-width: 1000px) {
  .sub-categories-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sub-categories-container .sub-category {
  margin-right: 20px;
}

.sub-categories-container .sub-category span {
  font-size: 16px;
  padding-left: 5px;
  color: #1345ac;
}

.sub-categories-container .sub-category .remove {
  display: none;
}

.sub-categories-container .sub-category .add {
  display: inline;
}

.sub-categories-container .sub-category.active {
  color: #1345ac;
}

.sub-categories-container .sub-category.active .add {
  display: none;
}

.sub-categories-container .sub-category.active .remove {
  display: inline;
  color: #f5f5f5;
}

.sub-categories-container .sub-category:last-child {
  margin-right: 0;
}

.sub-categories-container .sub-category:first-child {
  margin-left: -40px;
}

.selected-cats .tag {
  background-color: #191919;
  padding: 10px 15px;
  color: #1345ac;
  margin-right: 5px;
  border-radius: 20px;
}

@media (max-width: 1000px) {
  .selected-cats .tag {
    display: inline-block;
  }
}

.selected-cats .tag span {
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
}

.sfx-categories {
  padding-top: 2px;
  padding-bottom: 2px;
}

.similar-sfx a {
  font-weight: 500;
  font-size: 12px;
  color: white;
  transition: all 0.2s ease-in;
}

.similar-sfx a:hover {
  color: #1345ac;
  transition: all 0.2s ease-in;
}

.similar-sfx a:hover::before {
  color: #555555;
}

.sfx-sub-cat {
  overflow-y: scroll;
  max-height: 395px;
  scrollbar-width: thin;
}

.sfx-sub-cat::-webkit-scrollbar {
  width: 11px;
}

.sfx-sub-cat::-webkit-scrollbar-thumb {
  background-color: #333;
}

.max-h-200p {
  max-height: 200px;
}

.sub-categories {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  --thumbBG: transparent;
  max-height: 395px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.sub-categories::-webkit-scrollbar {
  width: 11px;
}

.sub-categories::-webkit-scrollbar-thumb {
  background-color: #333;
}

@media (max-width: 1000px) {
  .sub-categories {
    max-width: 300px;
    margin: 0 auto;
    max-height: 100px;
    overflow: auto;
    margin-bottom: 20px;
  }

  .sub-categories .sub-category:first-child {
    margin-left: 0;
  }

  .sub-categories .sub-category {
    margin-right: 0;
  }

  .sub-categories a {
    display: block;
    text-align: center;
  }
}

.header-search-results {
  position: absolute;
  left: 0;
  top: 70px;
  background-color: rgba(10, 10, 10, 0.85);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  border-right: 1px solid #232323;
  min-height: 100%;
  height: 100%;
  z-index: 100;
  padding-bottom: 80px;
  width: 380px;
}

.header-search-results ul {
  height: 100%;
  overflow: scroll;
  margin: 0;
  padding: 0;
}

.header-search-results ul li {
  margin-bottom: 20px;
}

.header-search-results ul li a {
  transition: all 0.2s ease-in;
}

.header-search-results ul li a:hover {
  transition: all 0.2s ease-in;
  color: #1345ac;
}

.sound-preview-container .btn-outline {
  padding: 10px 40px;
}

.sound-preview-container .header {
  height: 400px;
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid #232323;
  margin-bottom: 30px;
}

.sound-preview-container .header h1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  color: #fafafa;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .sound-preview-container .header h1 {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .sound-preview-container .header h1 {
    font-size: 26px;
  }
}

.sound-preview-container .header .playlists-in {
  font-size: 22px;
  color: #1345ac;
}

.sound-preview-container .header .playlists-in li + li::before {
  content: " | ";
}

.sound-preview-container .header .collections-in {
  font-size: 22px;
  color: #1345ac;
}

.sound-preview-container .header .collections-in li + li::before {
  content: " | ";
}

@media (max-width: 1000px) {
  .sound-preview-container .header .collections-in {
    font-size: 18px;
  }
}

.sound-preview-container .header .centered {
  text-align: center;
}

.sound-preview-container .header .btn-container {
  margin-bottom: 10px;
}

.sound-preview-container .categories h3 {
  max-width: 175px;
}

.sound-preview-container .categories .sub_categories span {
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.sound-preview-container .categories .sub_categories span:not(:first-child):before {
  content: ", ";
}

.sound-preview-container .categories .sub_categories span:hover::before {
  color: #555555;
}

.sound-preview-container .similar-tracks h4 {
  text-align: center;
  font-size: 30px;
}

.sound-preview-container .song-by {
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
}

.sound-preview-container .song-by a {
  color: #1345ac;
}

.sound-preview-container .song-by .artist:not(:first-child):before {
  content: ", ";
  color: #1345ac;
}

.sound-preview-container .bordered-icon {
  width: 25px;
  height: 25px;
  border: 0;
  display: inline-block;
  margin: 0;
}

.sound-preview-container .bordered-icon img {
  height: 20px;
}

.sound .pause-btn {
  width: 34px;
  height: 34px;
}

.bordered-icon {
  width: 120px;
  height: 120px;
  border-radius: 80px;
  border: 1px solid #232323;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 35px;
}

.my-playlists {
  padding-top: 35px;
  padding-bottom: 35px;
}

.my-playlists h1 {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #232323;
  font-size: 30px;
  color: #1345ac;
  font-weight: 200;
}

.my-playlists .container-playlists {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.my-playlists .container-playlists .playlist {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #232323;
}

.my-playlists .container-playlists .playlist .left-col {
  display: flex;
  padding-top: 17px;
}

.my-playlists .container-playlists .playlist .left-col .actions-playlist {
  display: none;
  cursor: pointer;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name {
  width: 80%;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name h2 {
  display: inline-block;
  max-width: 300px;
  margin-right: 10px;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name h2.active {
  color: #1345ac;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name:hover {
  color: #1345ac;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name:hover .actions-playlist {
  display: inline-block;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name:hover .actions-playlist a {
  margin-right: 10px;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name:hover .actions-playlist a img {
  display: inline;
}

.my-playlists .container-playlists .playlist .left-col .control {
  width: 10%;
}

.my-playlists .container-playlists .playlist .left-col .control a .arrow-up {
  display: none;
}

.my-playlists .container-playlists .playlist .left-col .control a .arrow-down {
  display: inline-block;
}

.my-playlists .container-playlists .playlist .left-col .control a.active .arrow-up {
  display: inline-block;
}

.my-playlists .container-playlists .playlist .left-col .control a.active .arrow-down {
  display: none;
}

.my-playlists .container-playlists .playlist .left-col .count span {
  font-size: 14px;
  color: #555555;
}

.my-playlists .container-playlists .playlist .thumbs .thumb img {
  opacity: 0.5;
  float: right;
}

.my-playlists .container-playlists .playlist .thumbs .thumb img.active {
  opacity: 1;
}

.my-playlists .container-playlists .playlist .sounds {
  height: 0px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
}

.my-playlists .container-playlists .playlist .sounds.active {
  height: auto;
  transform: scaleY(1);
}

.modal-add-to-playlist .field {
  cursor: pointer;
  position: relative;
}

.modal-add-to-playlist .field .dropdown {
  display: block;
  position: absolute;
  width: 100%;
}

.modal-add-to-playlist .field .dropdown ul {
  background-color: #171717;
  width: 100%;
}

.modal-add-to-playlist .field .dropdown ul li {
  padding: 15px;
  border-bottom: 1px solid #202020;
  text-align: left;
}

.modal-add-to-playlist .field .dropdown ul li a {
  color: #fafafa;
}

.modal-add-to-playlist .field .dropdown ul li a:hover {
  color: #1345ac;
}

.modal-add-to-playlist .field .dropdown ul li:last-child {
  border-bottom: 0;
}

.modal-add-to-playlist .arrow-down {
  position: absolute;
  top: 15px;
  right: 0;
}

.modal-add-to-playlist .field.is-active .dropdown {
  display: block;
}

.modal-add-to-playlist .dropdown.is-active .menu,
.modal-add-to-playlist .dropdown.is-active .menu-up {
  display: block;
}

.modal-add-to-playlist .dropdown.is-active a.show-dropdown {
  color: #1345ac;
}

.modal-add-to-playlist .bottom-create {
  padding-top: 190px;
}

.modal-add-to-playlist .modal-content .site-form .field:last-child {
  margin-bottom: 20px;
}

.modal-add-to-playlist .modal-content .site-form .field {
  margin-bottom: 40px;
  position: relative;
}

.modal-add-to-playlist .modal-content .site-form .field input,
.modal-add-to-playlist .modal-content .site-form .field textarea {
  background-color: transparent;
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #282829;
  padding-bottom: 20px;
  font-weight: 100;
}

.modal-add-to-playlist .modal-content .site-form .field span {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 12px;
  font-weight: 300;
  color: red;
}

.modal-add-to-playlist .modal-content .site-form .field .clarification {
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 100;
}

.modal-add-to-playlist .modal-content .site-form .field.code input {
  padding-left: 40px;
}

.modal-add-to-playlist .modal-content .site-form .field.code .before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
}

.modal-add-to-playlist .modal-content .site-form .field input::-moz-placeholder, .modal-add-to-playlist .modal-content .site-form .field textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.modal-add-to-playlist .modal-content .site-form .field input::placeholder,
.modal-add-to-playlist .modal-content .site-form .field textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

.modal-add-to-playlist .modal-content .site-form .field input::-ms-input-placeholder,
.modal-add-to-playlist .modal-content .site-form .field textarea::-ms-input-placeholder {
  color: #ffffff;
}

.modal-add-to-playlist .modal-content .site-form .arrow-down {
  position: absolute;
  top: 15px;
  right: 0;
}

.modal-add-to-playlist .modal-content .site-form .field-dropdown.is-active .dropdown {
  display: block;
}

.modal-add-to-playlist .modal-content .site-form .dropdown.is-active .menu,
.modal-add-to-playlist .modal-content .site-form .dropdown.is-active .menu-up {
  display: block;
}

.modal-add-to-playlist .modal-content .site-form .dropdown.is-active a.show-dropdown {
  color: #1345ac;
}

.modal-add-to-playlist .modal-content .tag-field {
  position: relative;
  background-color: transparent;
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #282829;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 100;
}

.modal-add-to-playlist .modal-content .tag-field input {
  background-color: transparent;
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
  margin-left: -5px;
}

.modal-add-to-playlist .modal-content .tag-field input::-moz-placeholder, .modal-add-to-playlist .modal-content .tag-field textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.modal-add-to-playlist .modal-content .tag-field input::placeholder,
.modal-add-to-playlist .modal-content .tag-field textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

.modal-add-to-playlist .modal-content .tag-field input::-ms-input-placeholder,
.modal-add-to-playlist .modal-content .tag-field textarea::-ms-input-placeholder {
  color: #ffffff;
}

.modal-add-to-playlist .modal-content .tag-field .dropdown {
  font-size: 16px;
  position: absolute;
  width: 100%;
  top: 100%;
  font-size: 16px;
  z-index: 2;
  display: block;
}

.modal-add-to-playlist .modal-content .tag-field .dropdown ul {
  background-color: #171717;
  width: 100%;
}

.modal-add-to-playlist .modal-content .tag-field .dropdown ul li {
  padding: 15px;
  border-bottom: 1px solid #202020;
  text-align: left;
}

.modal-add-to-playlist .modal-content .tag-field .dropdown ul li a {
  color: #fafafa;
}

.modal-add-to-playlist .modal-content .tag-field .dropdown ul li a:hover {
  color: #1345ac;
}

.modal-add-to-playlist .modal-content .tag-field .dropdown ul li:last-child {
  border-bottom: 0;
}

.modal-add-to-playlist .modal-content .tag-field .tags {
  display: inline-block;
}

.modal-add-to-playlist .modal-content .tag-field .tags .tag {
  display: inline-block;
  background-color: #191919;
  padding: 10px 15px;
  color: #1345ac;
  margin-right: 5px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.modal-add-to-playlist .modal-content .tag-field .tags .tag a {
  font-size: 25px;
  line-height: 14px;
  color: #fafafa;
  vertical-align: middle;
}

.modal-add-to-playlist .modal-content .results .dropdown {
  max-height: 330px;
  overflow: auto;
}

.synchedin-blue {
  color: #00b3ff;
}

.licensing-blue {
  color: #1345ac !important;
}

.licensing-blue-bg {
  background-color: #1345ac !important;
}

.hover\:licensing-blue-bg:hover {
  background-color: #1345ac !important;
}

.home-bottominfo-licensing {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.main-special-color {
  color: #1345ac;
}

.download-svg path,
.download-svg circle,
.collection-svg path,
.collection-svg circle,
.share-svg path,
.share-svg circle,
.more-svg path,
.more-svg circle {
  fill: #1345ac;
}

.btn-download-dropdown {
  width: 120px;
  top: 0;
  right: 0;
  margin-top: 30px;
}

.btn-download-dropdown ul {
  background-color: #171717;
}

.btn-download-dropdown ul li {
  border-bottom: 1px solid #202020;
  text-align: left;
}

.btn-download-dropdown ul li a {
  color: #fafafa;
}

.btn-download-dropdown ul li a:hover {
  color: #1345ac;
}

.btn-download-dropdown ul li:last-child {
  border-bottom: 0;
}

.global-player .btn-download-dropdown {
  top: auto;
  bottom: 0;
  margin-top: auto;
  margin-bottom: 50px;
}

@media (max-width: 1475px) {
  .global-player .btn-download-dropdown {
    margin-left: -54px;
    margin-bottom: 39px;
    margin-top: auto;
  }
}

@media (max-width: 768px) {
  .global-player .btn-download-dropdown {
    margin-left: -38px;
    margin-bottom: 29px;
    margin-top: auto;
  }
}

.sound-preview-container .btn-download-dropdown {
  right: auto;
  left: 0;
  margin-top: 47px;
}

@media (max-width: 768px) {
  .sound-preview-container .sm-max-h-43p {
    max-height: 43px;
  }
}

.sound-preview-container .actions {
  margin-left: 0;
}

.my-playlists .body-content {
  padding-top: 20px !important;
  margin-bottom: 0 !important;
}

.inner-play-btn {
  padding-left: 58px !important;
  padding-right: 58px !important;
}

.favourite-artists-page {
  padding-top: 0 !important;
}

.favourite-artists-page .artist {
  max-width: 160px;
  margin: 0 auto;
}

.favourite-artists-page .artist img {
  transition: all 0.2s ease-in;
  border-radius: 160px;
  border: 3px solid transparent;
  margin-bottom: 15px;
}

.favourite-artists-page .artist h3 {
  font-size: 18px;
  text-align: center;
  display: block;
  transition: all 0.2s ease-in;
  color: #f5f5f5;
}

.favourite-artists-page .artist .artist-remove {
  color: #f5f5f5;
  transition: all 0.2s ease-in;
}

.favourite-artists-page .artist-image-and-title:hover img {
  transition: all 0.2s ease-in;
  border-color: #1345ac;
}

.favourite-artists-page .artist-image-and-title:hover h3 {
  color: #1345ac;
  transition: all 0.2s ease-in;
}

.favourite-artists-page .artist-remove:hover {
  color: #e3342f;
  transition: all 0.2s ease-in;
}

.artist-container {
  padding: 50px;
}

/*
* Modal
*/

.modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.98);
  min-height: 100%;
  overflow-y: auto;
}

.modal .modal-content {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center;
}

.sign-form .field:last-child {
  margin-bottom: 20px;
}

.sign-form .field {
  margin-bottom: 30px;
  position: relative;
}

.sign-form .field input {
  background-color: transparent;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #282829;
  padding-bottom: 20px;
  font-weight: 100;
}

.sign-form .field span {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 12px;
  font-weight: 300;
}

.sign-form .field .error {
  color: red;
}

.sign-form .field input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.sign-form .field input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.sign-form .field input:-ms-input-placeholder {
  color: #ffffff;
}

.sign-form .field input::-ms-input-placeholder {
  color: #ffffff;
}

.sign-form .description {
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 50px;
}

.sign-form .terms {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}

.sign-form .terms a {
  color: #1345ac;
}

.sign-form form {
  margin-bottom: 40px;
}

.sign-form .btn-outline {
  padding-left: 60px;
  padding-right: 60px;
}

.sign-form .bottom {
  padding-top: 20px;
  margin-bottom: 20px;
}

.sign-form .bottom p {
  font-weight: 500;
  font-size: 20px;
}

.sign-form .bottom p a,
.sign-form .bottom p button {
  color: #1345ac;
}

.sign-form .right-btn {
  text-align: right;
  margin-bottom: 40px;
}

.sign-form .right-btn a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.sign-form .gray {
  border: 2px solid #232323;
}

.sign-form .gray:hover {
  background-color: #232323;
  color: #fafafa;
}

.site-modal .title {
  font-size: 40px;
  color: #1345ac;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .site-modal .title {
    font-size: 20px;
  }
}

.site-modal .close {
  color: #ffffff;
  font-size: 50px;
  font-weight: 100;
  display: block;
  margin-bottom: 30px;
  transition: all 0.2s ease-in;
}

.site-modal .close:hover,
.site-modal .close:focus {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.modal-delete-playlist .modal-content .title {
  margin-bottom: 40px;
}

.modal-delete-playlist .modal-content .description {
  margin-bottom: 5px;
}

.modal-delete-playlist .modal-content h3 {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 80px;
}

.modal-delete-playlist .modal-content .confirm a:first-child {
  margin-bottom: 15px;
}

.all-playlists {
  padding-left: 20px;
  padding-right: 20px;
}

.all-playlists .playlist {
  opacity: 0.8;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #0a0a0a;
  max-width: 600px;
  min-height: 200px;
  height: 270px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}

.all-playlists .playlist h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.all-playlists .project-container {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent !important;
}

.all-playlists .project-container .background {
  position: absolute;
  background-color: #1345ac;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-position-y: center;
  background-size: cover;
  opacity: 0.3;
  filter: blur(4px);
  border: 2px solid transparent;
}

.all-playlists .project-container:hover .background {
  filter: blur(1px);
  border: 2px solid #4fbdff !important;
}

.playlist-preview-page .header {
  display: flex;
  height: 400px;
  background-size: cover;
  background-position: center center;
  align-items: center;
  justify-content: center;
}

.playlist-preview-page .header h1 {
  font-size: 40px;
  color: #fafafa;
  margin-bottom: 20px;
}

.playlist-preview-page .playlist-preview-container {
  padding-left: 20px;
  padding-right: 20px;
}

.playlist-preview-page .collection-thumbnail {
  min-width: 235px;
}

.artist-preview-page .header {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}

.artist-preview-page .header .artist-profile-img {
  width: 160px;
  margin-bottom: 20px;
}

.artist-preview-page .header h1 {
  font-size: 40px;
  color: #fafafa;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .artist-preview-page .header h1 {
    font-size: 20px;
  }
}

.artist-preview-page .artist-preview-container {
  padding-left: 20px;
  padding-right: 20px;
}

.artist-preview-page .description {
  max-width: 600px;
  font-size: 13px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.contributor-preview-page .header {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}

.contributor-preview-page .header .profile-img {
  width: 160px;
  min-height: 208px;
}

.contributor-preview-page .header .profile-img img {
  margin: 0 auto;
}

.contributor-preview-page .header h1 {
  font-size: 40px;
  color: #fafafa;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contributor-preview-page .header h1 {
    font-size: 20px;
  }
}

.contributor-preview-page .actions {
  width: auto;
  text-align: left;
}

.contributor-preview-page .actions li {
  margin-left: 0;
  margin-right: 4px;
}

.contributor-preview-page .contributor-info {
  min-height: 208px;
}

.contributor-preview-page .preview-container {
  padding-left: 20px;
  padding-right: 20px;
}

.contributor-preview-page .description {
  max-width: 600px;
  font-size: 13px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.contributor-preview-page .contributor-menu .nav {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: transparent;
  font-size: 22px;
}

.contributor-preview-page .contributor-menu .nav a {
  margin-right: 25px;
}

.contributor-preview-page .contributor-menu .nav a.router-link-active {
  color: #1345ac;
  transition: all 0.2s ease-in;
}

.modal-terms .modal-content {
  max-width: 960px;
}

.modal-terms .modal-content div,
.modal-terms .modal-content p {
  font-weight: 100;
}

.about-us .header {
  background-image: url("/imgs/about-us-header.jpg");
  background-size: cover;
  background-position: center center;
  height: 400px;
  padding-top: 150px;
  text-align: center;
}

@media (max-width: 640px) {
  .about-us .header {
    height: 280px;
    padding-top: 80px;
  }
}

.about-us .header h3 {
  display: block;
  font-size: 40px;
  color: #1345ac;
}

.about-us .header h2 {
  font-size: 22px;
  color: #fafafa;
  font-weight: 100;
}

.about-us .nav {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #0f0f0f;
  font-size: 14px;
  text-transform: uppercase;
}

.about-us .nav a {
  margin-right: 25px;
  transition: all 0.2s ease-in;
}

.about-us .nav a:hover,
.about-us .nav a.router-link-active {
  color: #1345ac;
  transition: all 0.2s ease-in;
}

.about-us .about-content {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .about-us .about-content {
    padding-top: 30px;
  }
}

.about-us .about-content .affiliate-page span {
  color: white;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
}

.about-us .about-content .affiliate-page h1 {
  display: block;
  font-size: 40px;
  color: #1345ac;
  text-align: center;
  margin-bottom: 30px;
}

.about-us .about-content .affiliate-page h2 {
  color: #1345ac;
}

.about-us .about-content .affiliate-page .rounded-box {
  height: 235px;
}

@media (max-width: 1100px) {
  .about-us .about-content .affiliate-page .rounded-box {
    height: 225px;
  }
}

@media (max-width: 640px) {
  .about-us .about-content .affiliate-page .rounded-box {
    height: auto;
  }
}

@media (max-width: 1100px) {
  .about-us .about-content .affiliate-page .rounded-box p {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .about-us .about-content .affiliate-page .rounded-box p {
    font-size: 12px;
  }
}

.about-us .about-content .who-we-are {
  font-weight: 100;
}

.about-us .about-content .who-we-are .image-left {
  max-width: 460px;
}

.about-us .about-content .who-we-are h1 {
  font-size: 40px;
  color: #1345ac;
  margin-bottom: 35px;
}

.about-us .about-content .who-we-are p {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 30px;
  font-weight: 400;
}

.about-us .about-content .who-we-are span {
  color: white;
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
  font-weight: 400;
}

.about-us .about-content .pricing {
  font-weight: 300;
}

.about-us .about-content .pricing .xs-yearly {
  display: none;
}

.about-us .about-content .pricing .gray-color {
  color: #505050;
}

.about-us .about-content .pricing .top-texts {
  text-align: center;
  margin-bottom: 65px;
}

.about-us .about-content .pricing .top-texts h2 {
  font-size: 40px;
  color: #1345ac;
  margin-bottom: 15px;
}

.about-us .about-content .pricing .top-texts span {
  color: #1345ac;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

.about-us .about-content .pricing .top-texts h1 {
  font-size: 22px;
  color: #fafafa;
}

@media (max-width: 640px) {
  .about-us .about-content .pricing .xs-yearly {
    display: block;
  }

  .about-us .about-content .pricing .xs-hidden {
    display: none !important;
  }

  .about-us .about-content .pricing .top-texts {
    margin-bottom: 30px;
  }
}

.about-us .about-content .pricing .info-box {
  display: flex;
  font-size: 16px;
  margin-bottom: 50px;
}

.about-us .about-content .pricing .info-box img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.about-us .about-content .pricing .info-box .info {
  padding-top: 30px;
}

.about-us .about-content .pricing .info-box .info h2 {
  color: #1345ac;
}

.about-us .about-content .pricing .info-box .info p {
  color: white;
}

@media (max-width: 640px) {
  .about-us .about-content .pricing .info-box .info {
    padding-top: 10px;
  }

  .about-us .about-content .pricing .info-box img {
    width: 70px;
    height: 70px;
  }
}

.about-us .about-content .pricing h4 {
  border-color: #292929 !important;
}

.about-us .about-content .pricing .pricing-options {
  border-color: #292929 !important;
}

.about-us .about-content .pricing h5 {
  margin-top: 23px;
}

.accordion {
  margin-bottom: 40px;
}

.accordion .panel {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #141414;
}

.accordion .panel .question {
  cursor: pointer;
}

.accordion .panel .question .left {
  float: left;
}

.accordion .panel .question .right {
  float: right;
}

.accordion .panel .question span {
  color: #1345ac;
}

.accordion .panel .question p {
  display: inline;
}

.accordion .panel .answer {
  height: 0px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
  overflow: hidden;
  color: white;
}

.accordion .panel .answer.active {
  transform: scaleY(1);
  padding-top: 20px;
  height: auto;
}

.accordion .panel:first-child {
  border-top: 1px solid #141414;
}

.about-faq a {
  color: #1345ac;
}

.about-contact h1 {
  display: block;
  font-size: 40px;
  color: #1345ac;
  text-align: center;
  margin-bottom: 30px;
}

.about-contact .site-form {
  max-width: 460px !important;
  margin: 0 auto;
}

.about-contact .site-form .btn-outline {
  padding-left: 60px;
  padding-right: 60px;
}

.about-contact .isSuccess {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.about-contact .isSuccess .icon {
  display: block;
  width: 218px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.about-contact .isSuccess h2 {
  display: block;
  font-size: 40px;
  color: #1345ac;
  margin-bottom: 30px;
  font-weight: 100;
}

.about-contact .isSuccess p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 100;
}

.about-contact .isSuccess .border {
  display: inline-block;
  width: 225px;
  background-color: #555555;
  height: 1px;
  margin-bottom: 90px;
  border: 0;
}

.about-contact .isSuccess .btn-outline {
  padding: 15px 85px;
}

.fake-radio {
  cursor: pointer;
}

.fake-radio .btn {
  background-color: #232323;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.fake-radio .text {
  text-transform: uppercase;
  vertical-align: top;
  font-size: 14px;
}

.fake-radio.active .btn {
  background-color: #1345ac;
  width: 19px;
  height: 19px;
  border: 6px solid #232323;
  border-radius: 50px;
  display: inline-block;
}

.fake-radio.active .text {
  color: #1345ac;
}

.fake-radio:last-child {
  margin-right: 0;
}

.account .nav {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
}

.account .nav a {
  margin-right: 25px;
  transition: all 0.2s ease-in;
}

.account .nav a:last-child {
  margin-right: 0;
}

.account .nav a:hover,
.account .nav a.router-link-active {
  color: #1345ac;
  transition: all 0.2s ease-in;
}

.account .subnav {
  text-transform: none !important;
}

@media (max-width: 768px) {
  .account .subnav {
    margin-bottom: 50px;
  }
}

.account .account-content {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .account .account-content {
    padding-bottom: 40px;
  }
}

.account .contributors-sidenav {
  border-right: 1px solid #232323;
}

.account .subscription {
  margin: 0 auto;
  text-align: center;
}

.account .subscription .icon {
  display: block;
  width: 218px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.account .subscription h2 {
  display: block;
  font-size: 14px;
  color: #1345ac;
}

.account .subscription p {
  color: #fafafa;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 100;
}

.account .subscription .text {
  display: inline-block;
  max-width: 400px;
  margin-bottom: 80px;
  font-size: 16px;
  color: #555555;
}

.account .subscription .border {
  display: inline-block;
  width: 225px;
  background-color: #191919;
  height: 1px;
  margin-bottom: 40px;
  border: 0;
}

.account .subscription .btn-outline {
  padding: 12px 35px;
}

.account .subscription table,
.account .subscription td,
.account .subscription th {
  border-color: #232323;
}

.account .personal-info h1,
.account .change-password h1,
.account .payment-details h1,
.account .affiliate-program h1,
.account .earnings h1 {
  display: block;
  font-size: 40px;
  color: #1345ac;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .account .personal-info h1,
.account .change-password h1,
.account .payment-details h1,
.account .affiliate-program h1,
.account .earnings h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.account .personal-info .site-form,
.account .change-password .site-form,
.account .payment-details .site-form,
.account .affiliate-program .site-form,
.account .earnings .site-form {
  max-width: 460px !important;
  margin: 0 auto;
}

.account .personal-info .site-form .btn-outline,
.account .change-password .site-form .btn-outline,
.account .payment-details .site-form .btn-outline,
.account .affiliate-program .site-form .btn-outline,
.account .earnings .site-form .btn-outline {
  padding-left: 60px;
  padding-right: 60px;
}

.account .personal-info .site-form .btn-outline span,
.account .change-password .site-form .btn-outline span,
.account .payment-details .site-form .btn-outline span,
.account .affiliate-program .site-form .btn-outline span,
.account .earnings .site-form .btn-outline span {
  color: #1345ac;
}

.account .personal-info .site-form input,
.account .personal-info .site-form textarea,
.account .change-password .site-form input,
.account .change-password .site-form textarea,
.account .payment-details .site-form input,
.account .payment-details .site-form textarea,
.account .affiliate-program .site-form input,
.account .affiliate-program .site-form textarea,
.account .earnings .site-form input,
.account .earnings .site-form textarea {
  padding-bottom: 5px !important;
}

.account .earnings .btn-outline {
  padding-left: 30px !important;
  padding-right: 60px;
  text-transform: none !important;
}

.account .earnings .btn-outline span {
  color: #1345ac;
}

.account .earnings h2 {
  display: block;
  font-size: 20px;
  color: #1345ac;
}

.account .earnings .earnings-form-step-two .btn-outline {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.account .affiliate-program .code-field {
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.account .affiliate-program table {
  max-width: auto;
  margin: 0;
}

.account .affiliate-program table td {
  height: 80px;
}

.account .affiliate-program table td u {
  display: block;
}

.account .affiliate-program table,
.account .affiliate-program td,
.account .affiliate-program th {
  border-color: #232323;
}

.account .affiliate-program svg {
  fill: currentColor;
  color: #ffffff;
}

.account .affiliate-program h2 {
  text-align: center;
  margin-bottom: 20px;
}

.account .affiliate-program h2 b {
  color: #1345ac;
}

.account .affiliate-program h3 {
  text-align: center;
  margin-bottom: 20px;
}

.account .affiliate-program span {
  display: inline-block;
  background-color: rgba(10, 10, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.account .payment-details h2 {
  display: block;
  font-size: 14px;
  color: #1345ac;
  margin-bottom: 30px;
}

.account .payment-details p {
  color: #fafafa;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 100;
}

.account .payment-details .payment-type {
  padding: 0 0 20px 10px;
  border-bottom: 1px solid #232323;
}

.account .payment-details .payment-type .radio-btns {
  margin: 0 auto;
}

.account .payment-details .affiliate-info {
  max-width: 600px;
  margin: 0 auto;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .account .payment-details .affiliate-info {
    font-size: 14px;
  }
}

.account .payment-details .field.cvv {
  width: 50%;
}

.account .payment-details .expiry-date {
  margin-bottom: 40px;
  display: flex;
}

.account .payment-details .expiry-date .title,
.account .payment-details .expiry-date .dates .text-field,
.account .payment-details .expiry-date .slash {
  background-color: transparent;
  font-size: 20px;
  color: #ffffff;
  width: 50%;
  display: inline-block;
  border-bottom: 1px solid #282829;
  padding-bottom: 20px;
  font-weight: 100;
}

.account .payment-details .expiry-date .dates {
  width: 50%;
}

.account .payment-details .expiry-date .dates .text-field {
  width: 44%;
  color: #3c3c3c;
  text-align: center;
}

.account .payment-details .expiry-date .dates .slash {
  width: 10%;
  font-size: 20px;
  color: #3c3c3c;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}

.account .payment-details .paypal-button {
  width: 65px;
}

.account .payment-details .paypal-button-wrap {
  width: 250px;
  height: 30px;
  background-color: #0096ff;
}

.account .payment-details .paypal-button-wrap:hover {
  background-color: #00b3ff;
}

.account .contributor-dashboard .link-blue:hover {
  color: #1345ac;
}

.account .contributor-dashboard .filter-wrap {
  position: relative;
}

.account .contributor-dashboard .dropdown-content {
  position: absolute;
  z-index: 1;
  min-width: 140px;
}

.account .contributor-dashboard .dropdown-content ul {
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.9);
}

.account .contributor-dashboard .dropdown-content ul li:hover {
  color: #1345ac !important;
}

.contributors-info .site-form {
  max-width: 760px !important;
}

.contributors-info .site-form .formbuilder-wrap {
  display: flex;
  flex-flow: column wrap;
}

.contributors-info .site-form .formbuilder-wrap .profile_image,
.contributors-info .site-form .formbuilder-wrap .cover_image {
  width: 50%;
  margin-right: 50px;
  margin-top: 20px;
}

@media (max-width: 760px) {
  .contributors-info .site-form .formbuilder-wrap .profile_image,
.contributors-info .site-form .formbuilder-wrap .cover_image {
    width: 100%;
  }
}

.contributors-info .site-form .formbuilder-wrap .profile_image .drop-wrap {
  width: 250px;
  height: 250px;
}

.contributors-info .site-form .formbuilder-wrap .cover_image .dropzone {
  position: relative;
  padding-top: 21%;
}

.contributors-info .site-form .formbuilder-wrap .cover_image .dropzone .drop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.contributors-info .site-form .formbuilder-wrap .profile_name {
  width: 50%;
  -moz-column-break-before: always;
       break-before: always;
}

@media (max-width: 760px) {
  .contributors-info .site-form .formbuilder-wrap .profile_name {
    width: 100%;
  }
}

.contributors-info .site-form .formbuilder-wrap .youtube_link,
.contributors-info .site-form .formbuilder-wrap .soundcloud_link,
.contributors-info .site-form .formbuilder-wrap .facebook_link,
.contributors-info .site-form .formbuilder-wrap .instagram_link,
.contributors-info .site-form .formbuilder-wrap .linkedin_link,
.contributors-info .site-form .formbuilder-wrap .spotify_link,
.contributors-info .site-form .formbuilder-wrap .twitter_link,
.contributors-info .site-form .formbuilder-wrap .website_link,
.contributors-info .site-form .formbuilder-wrap .description {
  width: 50%;
}

@media (max-width: 760px) {
  .contributors-info .site-form .formbuilder-wrap .youtube_link,
.contributors-info .site-form .formbuilder-wrap .soundcloud_link,
.contributors-info .site-form .formbuilder-wrap .facebook_link,
.contributors-info .site-form .formbuilder-wrap .instagram_link,
.contributors-info .site-form .formbuilder-wrap .linkedin_link,
.contributors-info .site-form .formbuilder-wrap .spotify_link,
.contributors-info .site-form .formbuilder-wrap .twitter_link,
.contributors-info .site-form .formbuilder-wrap .website_link,
.contributors-info .site-form .formbuilder-wrap .description {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .contributors-info .site-form .formbuilder-wrap {
    display: block;
  }
}

.contributors-info .site-form .btn-outline {
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
}

.contributor-application h1 {
  line-height: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.gray-bg {
  background-color: #171717;
}

.light-gray-bg {
  background-color: #454545;
}

.site-special-color {
  color: #1345ac;
}

.price-percent {
  font-size: 19px;
}

.discount-info {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.page-404 {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.page-404 .icon {
  display: block;
  width: 218px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.page-404 h2 {
  display: block;
  font-size: 40px;
  color: #1345ac;
  margin-bottom: 30px;
}

.page-404 span {
  display: inline-block;
  max-width: 400px;
  margin-bottom: 80px;
  font-size: 16px;
  color: #555555;
}

.page-404 .btn-outline {
  padding: 15px 85px;
}

.site-form .field:last-child {
  margin-bottom: 20px;
}

.site-form .field {
  margin-bottom: 30px;
  position: relative;
}

.site-form .field input,
.site-form .field textarea {
  background-color: transparent;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #282829;
  padding-bottom: 20px;
  font-weight: 100;
}

.site-form .field span {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 12px;
  font-weight: 300;
  color: red;
}

.site-form .field input::-moz-placeholder, .site-form .field textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.site-form .field input::placeholder,
.site-form .field textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

.site-form .field input:-ms-input-placeholder,
.site-form .field textarea:-ms-input-placeholder {
  color: #ffffff;
}

.site-form .field input::-ms-input-placeholder,
.site-form .field textarea::-ms-input-placeholder {
  color: #ffffff;
}

.site-form .field-dropdown {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.site-form .field-dropdown .dropdown {
  display: none;
  position: absolute;
  width: 100%;
}

.site-form .field-dropdown .dropdown ul {
  background-color: #171717;
  width: 100%;
}

.site-form .field-dropdown .dropdown ul li {
  padding: 15px;
  border-bottom: 1px solid #202020;
  text-align: left;
}

.site-form .field-dropdown .dropdown ul li a {
  color: #fafafa;
}

.site-form .field-dropdown .dropdown ul li a:hover {
  color: #1345ac;
}

.site-form .field-dropdown .dropdown ul li:last-child {
  border-bottom: 0;
}

.site-form .arrow-down {
  position: absolute;
  top: 15px;
  right: 0;
}

.site-form .field-dropdown.is-active .dropdown {
  display: block;
}

.site-form .dropdown.is-active .menu,
.site-form .dropdown.is-active .menu-up {
  display: block;
}

.site-form .dropdown.is-active a.show-dropdown {
  color: #1345ac;
}

.triangle-top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #171717;
  position: absolute;
  top: -10px;
  right: 20px;
}

.page-404 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mobile-nav-btn {
  float: right;
}

.admin-bar {
  background-color: #1345ac;
  color: #fafafa;
}

.migration-bar {
  background-color: #1345ac;
  color: #fafafa;
  font-size: 0.8rem;
  z-index: 100;
}

@media (max-width: 400px) {
  .migration-bar {
    font-size: 0.7rem;
  }
}

@media (max-width: 1000px) {
  .creator-button-wrap {
    padding: 0px 12px;
    z-index: 100;
    text-align: center;
    background-color: white;
    color: #1345ac;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px !important;
  }
}

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

.social-icons li {
  margin-left: 10px;
}

@media (max-width: 1000px) {
  .social-icons li {
    margin: 0 10px;
  }
}

.social-icons li a .hover {
  display: none;
}

.social-icons li a .no-hover {
  display: inline-block;
}

.social-icons li a:hover .hover {
  display: inline-block;
}

.social-icons li a:hover .no-hover {
  display: none;
}

.download-history {
  padding: 50px 15px;
}

.download-history .history {
  margin-bottom: 15px;
}

.download-history .text-cont {
  align-items: center;
}

.download-history .btn-outline {
  font-size: 12px;
  padding: 8px 14px;
}

.download-history .btn-outline:first-child {
  margin-right: 5px;
}

.download-history .btn-download-dropdown {
  margin-top: 40px;
}

.download-history .filter-wrap {
  position: relative;
  min-width: 150px;
}

.download-history .dropdown-content {
  position: absolute;
  z-index: 1;
}

.download-history .dropdown-content ul {
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.9);
}

.confirmation-send {
  margin-bottom: 15px;
}

.modal-privacy .text-left {
  font-weight: 100 !important;
}

.modal-privacy table,
.modal-privacy th,
.modal-privacy td {
  border: 1px solid #333;
}

.modal-privacy table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-privacy table th,
.modal-privacy table td {
  padding: 8px;
}

.loading-dots:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  80%, 100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}

.card-form {
  margin-bottom: 25px;
}

.card-form label {
  font-size: 18px;
  color: #ffffff;
  font-weight: 100;
  display: inline-block;
  margin-bottom: 15px;
}

.card-form .card-cvc,
.card-form .card-expiry,
.card-form .card-number {
  position: relative;
}

.card-form .card-expiry {
  padding-right: 5px;
}

.card-form .card-cvc {
  padding-left: 5px;
}

.card-form .error {
  font-size: 12px;
  font-weight: 300;
  color: red;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 15px;
  font-size: 16px;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*
* Media Queries
*/

@media (min-width: 1475px) {
  .global-player .controlls {
    margin-right: 0px;
  }

  .all-playlists {
    max-width: 1840px;
    margin: 0 auto;
  }

  .all-playlists .playlist {
    height: 250px;
  }

  .modal .modal-content {
    max-width: 560px;
  }
}

@media (max-width: 1475px) {
  .home-top h1 {
    font-size: 38px;
  }

  .home-top h2 {
    font-size: 20px;
  }

  .body-content .sound .last-col .btn-outline {
    margin-right: 10px;
  }

  .body-content .sound .triangle-right,
.body-content .sound .pause-song,
.body-content .sound .thumb,
.body-content .sound .col {
    margin-right: 20px;
  }

  .btn-outline {
    font-size: 12px;
    padding: 8px 20px;
  }

  .global-player .btn-full-color {
    font-size: 12px;
    padding: 8px 20px;
    margin-right: 10px;
  }

  .global-player .global-player-wave {
    margin-left: 0;
  }

  .vue-slider {
    width: 100px !important;
  }
}

@media (max-width: 1310px) {
  .home-top h1 {
    font-size: 36px;
  }

  .home-top h2 {
    font-size: 18px;
  }

  .full-logo .logo-icon {
    height: 25px;
    margin-right: 10px;
  }
}

@media (max-width: 1310px) and (max-width: 1000px) {
  .full-logo .logo-icon {
    margin-right: 0;
  }
}

@media (max-width: 1310px) {
  .global-player .bpm {
    font-size: 9px;
  }
}

@media (max-width: 1100px) {
  .home-top h1 {
    font-size: 32px;
  }

  .home-top h2 {
    font-size: 14px;
  }

  .global-search {
    padding: 10px;
    width: 100%;
    max-width: 495px;
  }

  .global-search input[name=g_find_text] {
    font-size: 16px;
    padding-top: 0;
  }

  .global-search button img {
    height: 20px;
  }

  .body-content .sound .thumb,
.body-content .sound .triangle-right,
.body-content .sound .pause-song,
.body-content .sound .col {
    margin-right: 10px;
  }

  .body-content .sound .last-col .btn-outline {
    margin-right: 0;
  }

  .global-player {
    height: 80px;
  }

  .global-player .thumb {
    height: 80px;
    width: 80px;
  }

  .global-player .time {
    top: 30px;
  }

  .global-player .volume-icon {
    display: none;
  }

  .global-player .vue-slider {
    margin: 0 auto;
    margin-top: 8px;
  }

  .global-player .btn-full-color {
    margin-right: 3px;
  }

  .global-player .vue-slider {
    margin-left: 0px;
  }

  .global-player .centered-box {
    padding-left: 10px;
  }

  .header-search-results {
    width: 220px;
  }
}

@media (max-width: 1000px) {
  .header-mobile {
    padding: 0;
    background-color: rgb(0, 0, 0);
    box-sizing: initial;
  }

  .mobile-search-icon {
    padding-left: 5px;
    margin-right: 55px;
  }

  .VueCarousel-slide .content h6 {
    font-size: 50px;
  }

  .dropdown-btn-menu .menu ul li a {
    margin-bottom: 0;
  }

  .body-content .sounds-container {
    padding-left: 20px;
    padding-right: 40px;
  }

  .all-playlists .playlist {
    height: 250px;
  }

  .global-player .sounds-container .close {
    bottom: 0;
  }

  .global-player .sounds-container .name-of-track {
    font-size: 14px;
    max-width: 100px;
  }

  .global-player .sounds-container .playlist-name {
    font-size: 12px;
  }

  .global-player .global-player-wave {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .home-top h1 {
    font-size: 24px;
  }

  .global-player .share-btns {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .global-player .time {
    padding-right: 5px;
  }
}

@media (max-width: 768px) {
  .discount-info {
    font-size: 14px;
  }

  .wave-box {
    display: none;
  }

  .contrls {
    width: 60% !important;
  }

  .full-logo .logo-icon {
    height: 50px;
  }

  .close-xs-header-search {
    font-size: 100px;
    line-height: 20px;
    color: #1345ac;
    font-weight: 100;
    margin-left: -10px;
  }
}

@media (max-width: 768px) and (max-width: 1000px) {
  .close-xs-header-search {
    margin-left: -5px;
    margin-right: 0;
  }
}

@media (max-width: 768px) and (max-width: 760px) {
  .close-xs-header-search {
    margin-left: -5px;
    margin-right: 9px;
  }
}

@media (max-width: 768px) {
  .close-xs-header-nav {
    font-size: 70px;
    line-height: 20px;
    color: #1345ac;
    font-weight: 70;
  }
}

@media (max-width: 768px) {
  .header-search-container {
    display: none;
  }
}

@media (max-width: 768px) and (max-width: 1000px) {
  .header-search-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    padding-bottom: 3%;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 768px) and (max-width: 760px) {
  .header-search-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    padding: 5% 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 768px) {
  .top-header-s-visibled {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-top-search-container--inner {
    background-color: rgba(10, 10, 10, 0.98);
    position: absolute;
    z-index: 1004;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .header-top-search-container--inner form {
    position: relative;
  }

  .header-top-search-container--inner input[name=find_text] {
    font-size: 20px;
    max-width: 100%;
  }

  .header-top-search-container--inner button {
    position: absolute;
    right: 0;
    top: 0;
  }

  .header-top-search-container--inner button img {
    height: 30px;
  }
}

@media (max-width: 768px) {
  .header-search-results {
    width: 100% !important;
    top: 80px;
    text-align: center;
    z-index: 1003;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .VueCarousel-slide .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .VueCarousel-slide .content h6 {
    font-size: 40px;
  }

  .VueCarousel-slide .content p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100%;
    overflow: scroll;
  }

  .modal .modal-content {
    width: 100%;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .sign-form .btn-outline {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sign-form .right-btn a {
    font-size: 14px;
  }

  .sign-form .title {
    font-size: 30px;
  }

  .sign-form .field {
    font-size: 16px;
    padding-bottom: 10px;
    position: static;
  }

  .sign-form .field span {
    position: static;
    top: 0;
  }

  .sign-form .close {
    margin-bottom: 30px;
  }

  .sign-form .bottom p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .container-playlists .playlist .left-col .playlist-name {
    width: 100% !important;
  }

  .container-playlists .playlist .left-col .control {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .all-playlists .playlist {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .footer-social-xs {
    margin-bottom: 20px;
  }

  .footer-social-xs ul {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .footer-text-company {
    text-align: center;
  }

  .footer-text-company img {
    height: 20px !important;
  }

  .footer-text-company p {
    font-size: 12px !important;
  }
}

.home-top {
  padding-left: 15px;
  padding-right: 15px;
}

.modal {
  z-index: 1002;
}

.body-content {
  padding-top: 25px;
}

.body-content .sounds-container {
  padding-left: 15px;
  padding-right: 15px;
}

.body-content .sound .thumb {
  width: 45px;
  height: 45px;
}

.body-content .sound h5 {
  font-size: 12px;
}

.body-content .sound .last-col {
  text-align: center;
}

.body-content .sound .last-col .btn-outline {
  font-size: 10px;
  padding: 5px 10px;
}

.global-player .name-of-track {
  font-size: 12px;
}

.global-player .sounds-container {
  padding-right: 15px;
}

.global-player .global-player-wave {
  margin-left: 0;
}

.global-player .btn-full-color {
  padding: 5px 10px;
  font-size: 10px;
}

.global-player .close {
  bottom: 5px;
}

.global-player .controlls {
  float: left;
  margin-left: 15px;
  padding-left: 0;
}

.global-player .controlls .play-pause {
  margin-left: 15px;
  margin-right: 15px;
}

.global-search input[name=g_find_text] {
  width: calc(100% - 30px);
}

.global-search button span {
  top: -18px;
}

footer p {
  font-size: 10px;
}

footer p img {
  height: 20px;
}

.site-form {
  padding-left: 15px;
  padding-right: 15px;
}

.my-playlists .container-playlists .playlist .left-col .playlist-name {
  width: 75px;
  overflow: hidden;
}

.my-playlists .container-playlists .playlist .left-col .control {
  width: 75px;
}

.my-playlists .container-playlists .playlist .left-col .count {
  width: 180px;
}

.my-playlists .container-playlists .playlist .right-col .thumbs {
  float: right;
  width: 100%;
}

.about-us .about-content .pricing .info-box .bordered-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: relative;
}

.about-us .about-content .pricing .info-box .bordered-icon img {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}

.sound-preview-container .header {
  height: 320px;
}

.playlist-preview-page .header {
  height: 320px;
}

.body-content .sound .sound-title span a {
  font-size: 11px;
  line-height: 11px;
}

.share-btns {
  padding-right: 50px;
}

.share-btns .btn-full-color {
  text-align: center;
}

.artist-container {
  padding: 20px;
}

@media (max-width: 640px) {
  .sound-preview-container .header {
    height: auto;
  }

  .VueCarousel-slide .slide-container {
    height: 320px;
  }

  .VueCarousel-slide .slide-container .content {
    padding-top: 0px;
  }

  .global-player {
    height: 70px;
  }

  .global-player .sounds-container {
    padding-left: 15px;
  }

  .global-player .sounds-container .close {
    bottom: 0;
    right: 15px;
  }

  .global-player .headers {
    overflow: visible;
    max-width: 100px;
  }

  .global-player .controlls {
    margin-left: 20px;
  }

  .global-player .thumb {
    height: 50px;
    width: 50px;
  }

  .global-player .name-of-track {
    line-height: 14px;
  }

  .global-player .wave-grid {
    display: none;
  }

  .global-player .actions {
    display: none;
  }
}

@media (max-width: 480px) {
  .artist-container {
    padding: 8px;
  }

  .btn-outline-updated {
    font-size: 0.875rem;
    line-height: 1.3rem;
    padding: 0.75rem 1.75rem;
  }
}

@media (max-width: 400px) {
  .global-player .close {
    right: 15px;
  }

  .global-player .volume {
    display: none;
  }
}

@keyframes menuAnim {
  from {
    opacity: 0;
    transform: translate(0, -10px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.w-40p {
  width: 40px;
}

.w-200p {
  width: 220px;
}

.w-225p {
  width: 225px;
}

.w-250p {
  width: 250px;
}

.w-300p {
  width: 300px;
}

.collection-list .collection-item {
  width: 204px;
  height: 204px;
  position: relative;
}

.collection-list .synchedin-logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

.collection-list .edit-button,
.collection-list .top-button {
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.collection-list .delete-button,
.collection-list .heart-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.collection-list .bg-collection-square {
  background-size: cover;
}

.collection-list .VueCarousel-navigation-next {
  right: 50px !important;
  outline: none !important;
}

.collection-list .VueCarousel-navigation-prev {
  left: 50px !important;
  outline: none !important;
}

.collection-list .VueCarousel-slide {
  flex-basis: auto;
}

.collection-list.collection-list-home .collection-item {
  width: 150px;
  height: 150px;
  position: relative;
}

@media (max-width: 600px) {
  .collection-list.collection-list-home .collection-item {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 422px) {
  .collection-list.collection-list-home .collection-item {
    width: 90px;
    height: 90px;
  }
}

.collection-list.collection-list-home--user .collection-item span {
  text-overflow: ellipsis;
}

.collection-thumbnail {
  width: 250px;
  height: 250px;
  background-size: cover;
}

.collection-preview-page h1 {
  font-size: 40px;
  color: #fafafa;
  margin-bottom: 20px;
}

.collection-preview-page .playlist-preview-container .sound-slot {
  background-color: #232323;
  min-height: 120px;
}

.collection-preview-page .playlist-preview-container .sound-slot .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  min-height: 80px;
  cursor: pointer;
}

.collection-preview-page .playlist-preview-container .sound-slot .play-btn svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.collection-preview-page .playlist-preview-container .sound-slot .play-btn:hover {
  opacity: 1;
}

.collection-preview-page .playlist-preview-container .sound-slot .sfx-wave {
  height: 125px;
  width: 90%;
}

.collection-preview-page .playlist-preview-container .sfx-slot .play-btn img {
  transform: translateY(-30%);
}

.max-w-200 {
  max-width: 200px;
}

.max-w-140 {
  max-width: 140px;
}

.red-color {
  color: #be0a07;
}

.main-menu-red-exclamation {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: x-large;
}

.images-gallery {
  border-left: 1px solid #232323;
}

@media (max-width: 1000px) {
  .images-gallery {
    border-left: none;
    border-top: 1px solid #232323;
  }
}

@media (max-width: 1000px) {
  .masonry-wall {
    margin: 0 !important;
  }
}

@media (max-width: 760px) {
  .masonry-wall .item a {
    display: flex !important;
    justify-content: center !important;
  }
}

.gallery-wrap .masonry-wall {
  margin: 0 !important;
}

.filters-nav {
  padding: 0 10px;
}

.filters-nav p {
  cursor: pointer;
}

.filters-nav p:hover {
  color: #1345ac !important;
}

.filters-nav svg {
  cursor: pointer;
}

.filters-nav .filter-content-wrapper {
  overflow-y: scroll;
  scrollbar-width: thin;
  margin-right: 10px;
}

.filters-nav .filter-content-wrapper::-webkit-scrollbar {
  width: 11px;
}

.filters-nav .filter-content-wrapper::-webkit-scrollbar-thumb {
  background-color: #333;
}

.filters-nav .filter-content-wrapper .filter-content {
  margin-bottom: 5px;
  margin-left: 32px;
  margin-right: 32px;
}

@media (min-width: 200px) {
  .filters-nav .filter-content-wrapper .filter-content {
    margin-left: 112px;
    margin-right: 112px;
  }
}

@media (min-width: 768px) {
  .filters-nav .filter-content-wrapper .filter-content {
    margin-left: 300px;
    margin-right: 300px;
  }
}

@media (min-width: 1024px) {
  .filters-nav .filter-content-wrapper .filter-content {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.filters-nav .filter-content-wrapper .filter-content label {
  margin-left: 20px;
  cursor: pointer !important;
}

.filters-nav .filter-content-wrapper .filter-content label:hover {
  color: #1345ac;
}

.filters-nav .filter-content-wrapper .filter-content input {
  cursor: pointer !important;
}

.filters-nav .filter-content-wrapper .filter-content .custom-checkbox {
  -webkit-appearance: none;
}

.filters-nav .filter-categories {
  max-height: 395px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

@media (max-width: 1000px) {
  .filters-nav .filter-categories {
    max-height: 120px;
  }
}

.gallery-wrap .item {
  cursor: pointer;
}

.image-popup {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100%;
  overflow-y: auto;
}

.image-popup .close {
  font-size: 3rem;
}

.image-popup .single-image {
  color: white;
  background-color: #0a0a0a;
  min-height: 100%;
}

.single-image .main {
  cursor: pointer;
}

.single-image .actions {
  width: 30px !important;
}

.single-image .collections-in-imgs {
  color: #1345ac;
}

.single-image .info-button {
  fill: #1345ac;
}

.single-image .info-button:hover {
  fill: white;
  cursor: pointer;
}

.single-image .dropdown-btn-menu {
  position: relative;
  right: auto;
  left: 0;
}

.single-image .dropdown-btn-menu .menu {
  z-index: 1000;
  position: absolute;
  right: auto;
  left: -20px;
}

.single-image .dropdown-btn-menu .menu ul {
  background-color: #171717;
}

.single-image .dropdown-btn-menu .menu .triangle-top {
  right: auto;
  left: 20px;
}

.single-image .info-popup {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100%;
  overflow-y: auto;
}

.single-image .info-popup .background {
  background-color: #0a0a0a;
}

.single-image .info-popup .background h4 {
  margin-bottom: 0 !important;
  color: #1345ac;
}

.single-image .info-popup .background .image-title,
.single-image .info-popup .background .image-type,
.single-image .info-popup .background .image-ori,
.single-image .info-popup .background .image-licence {
  text-transform: capitalize;
}

.single-image .info-popup .close {
  font-size: 3rem;
}

.header-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.sound-preview-container .header-overlay {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 30px;
}

@media (max-width: 640px) {
  .sound-preview-container .header-overlay {
    padding-bottom: 20px;
  }
}

.artist-preview-page .header-overlay {
  padding-top: 131px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 131px;
}

@media (max-width: 640px) {
  .artist-preview-page .header-overlay {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.contributor-preview-page .header-overlay {
  padding-top: 111px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 81px;
}

@media (max-width: 640px) {
  .contributor-preview-page .header-overlay {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

#chat-container {
  max-height: 300px;
  overflow-y: scroll;
}

.message-container {
  width: 45%;
}

.message {
  border-radius: 10px;
  padding: 0.5em;
  /*   margin-bottom: .5em; */
  font-size: 0.8em;
}

.message-out {
  margin-left: 50%;
}

.message-out .message {
  background: #407FFF;
  color: white;
}

.message-in .message {
  background: #F1F0F0;
  color: black;
}

.red-dot-mark {
  position: absolute;
  top: 2px;
  right: 2px;
  background: red;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 100%;
}

.dot-outline {
  top: -5px;
  right: -10px;
}

.dot-middle {
  top: calc(50% - 7px);
}

.delete-collection {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.delete-collection .no-hover {
  display: inline;
}

.delete-collection .hover {
  display: none;
}

.delete-collection:hover .no-hover {
  display: none;
}

.delete-collection:hover .hover {
  display: inline;
}

.cookie-consent-rt-bg {
  background-color: #141414;
}

.cookie-consent {
  background-color: rgba(20, 20, 20, 0.45);
  z-index: 10000;
}

@media (min-width: 768px) {
  .md\:max-w-none {
    max-width: none !important;
  }
}

.mt-2\.5 {
  margin-top: 0.625rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.border-gray-700 {
  border-color: #374151 !important;
}

.max-h-40 {
  max-height: 10rem !important;
}

@media (min-width: 768px) {
  .md\:max-h-full {
    max-height: none !important;
  }
}

.swiper-slide {
  width: auto !important;
}

.homepage .collection-list .swiper .swiper-button-prev, .homepage .collection-list .swiper .swiper-button-next {
  color: #1345ac !important;
}

.homepage .collection-list .swiper .swiper-slide {
  width: 174px !important;
  height: 174px !important;
}

@media (max-width: 422px) {
  .homepage .collection-list .swiper .swiper-slide {
    width: 114px !important;
    height: 114px !important;
  }
}

@media (min-width: 422px) and (max-width: 600px) {
  .homepage .collection-list .swiper .swiper-slide {
    width: 144px !important;
    height: 144px !important;
  }
}

.distribution-bar {
  background-color: #1345ac;
  color: #fafafa;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  z-index: 101;
  font-size: 0.8rem;
}

@media (max-width: 400px) {
  .distribution-bar {
    font-size: 0.7rem;
  }
}

.distribution-bar .distribution-bar-text {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .distribution-bar .distribution-bar-text {
    transform: none;
    flex: 1;
  }
}

.distribution-bar .distribution-bar-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .distribution-bar .distribution-bar-actions {
    gap: 8px;
  }
}

.distribution-bar .distribution-bar-button {
  background-color: rgba(250, 250, 250, 0.2);
  color: #fafafa;
  padding: 1px 16px;
  text-decoration: none;
  border: 1px solid rgba(250, 250, 250, 0.3);
  transition: all 0.2s ease;
  display: inline-block;
}

.distribution-bar .distribution-bar-button:hover {
  background-color: rgba(250, 250, 250, 0.3);
  border-color: rgba(250, 250, 250, 0.5);
}

.distribution-bar .distribution-bar-button:active {
  background-color: rgba(250, 250, 250, 0.4);
}

@media (max-width: 400px) {
  .distribution-bar .distribution-bar-button {
    padding: 4px 6px;
  }
}

.distribution-bar .distribution-bar-close {
  background: none;
  border: none;
  color: #fafafa;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  opacity: 0.8;
}

.distribution-bar .distribution-bar-close:hover {
  opacity: 1;
}

.distribution-bar .distribution-bar-close:active {
  opacity: 0.7;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .sm\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:leading-5 {
    line-height: 1.25rem !important;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .md\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

  .md\:-ml-20 {
    margin-left: -5rem !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:top-0 {
    top: 0 !important;
  }

  .md\:left-0 {
    left: 0 !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .lg\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:mr-96 {
    margin-right: 24rem !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .xl\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1440px) {
  .hxl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .hxl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .hxl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .hxl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .hxl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .hxl\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {
    .hxl\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .\32xl\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:text-5xl {
    font-size: 3rem !important;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .\32xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667% !important;
  }
}