/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, 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";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.top-\[15px\] {
  top: 15px;
}

.right-\[15px\] {
  right: 15px;
}

.left-1\/2 {
  left: 50%;
}

.right-full {
  right: 100%;
}

.-top-\[24px\] {
  top: -24px;
}

.left-0 {
  left: 0px;
}

.top-9 {
  top: 2.25rem;
}

.-top-\[20px\] {
  top: -20px;
}

.-left-\[40px\] {
  left: -40px;
}

.-top-\[13px\] {
  top: -13px;
}

.-right-\[30px\] {
  right: -30px;
}

.left-1 {
  left: 0.25rem;
}

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

.z-\[1\] {
  z-index: 1;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-4 {
  margin: 1rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

.-mt-32 {
  margin-top: -8rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

.ml-16 {
  margin-left: 4rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

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

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

.-mr-48 {
  margin-right: -12rem;
}

.mt-24 {
  margin-top: 6rem;
}

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-0 {
  margin-right: 0px;
}

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

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

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-0 {
  margin-left: 0px;
}

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

.mb-\[-3px\] {
  margin-bottom: -3px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

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

.-mr-\[4px\] {
  margin-right: -4px;
}

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.ml-px {
  margin-left: 1px;
}

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

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

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

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

.-mb-\[1px\] {
  margin-bottom: -1px;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

.block {
  display: block;
}

.\!block {
  display: block !important;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-\[400px\] {
  height: 400px;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-4 {
  height: 1rem;
}

.h-20 {
  height: 5rem;
}

.h-12 {
  height: 3rem;
}

.h-\[75\%\] {
  height: 75%;
}

.h-\[35rem\] {
  height: 35rem;
}

.h-10 {
  height: 2.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-24 {
  height: 6rem;
}

.h-px {
  height: 1px;
}

.h-16 {
  height: 4rem;
}

.h-\[20px\] {
  height: 20px;
}

.max-h-\[570px\] {
  max-height: 570px;
}

.min-h-full {
  min-height: 100%;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-4 {
  width: 1rem;
}

.w-20 {
  width: 5rem;
}

.w-12 {
  width: 3rem;
}

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

.w-\[200px\] {
  width: 200px;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-0 {
  width: 0px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-10 {
  width: 2.5rem;
}

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

.w-24 {
  width: 6rem;
}

.w-44 {
  width: 11rem;
}

.w-36 {
  width: 9rem;
}

.w-\[180px\] {
  width: 180px;
}

.w-64 {
  width: 16rem;
}

.min-w-\[100px\] {
  min-width: 100px;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-\[90\%\] {
  max-width: 90%;
}

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

.max-w-\[330px\] {
  max-width: 330px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[40px\] {
  max-width: 40px;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[100px\] {
  max-width: 100px;
}

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-16 {
  --tw-translate-y: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-12 {
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.animate-fade {
  -webkit-animation: fadeOut 5s ease-in-out;
          animation: fadeOut 5s ease-in-out;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

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

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

.gap-16 {
  gap: 4rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-blue-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

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

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[34px\] {
  border-radius: 34px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

.border-\[3px\] {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

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

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

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

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

.border-l-2 {
  border-left-width: 2px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-blue-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[\#9bcde5\] {
  --tw-border-opacity: 1;
  border-color: rgb(155 205 229 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-\[\#0C6CA1\] {
  --tw-border-opacity: 1;
  border-color: rgb(12 108 161 / var(--tw-border-opacity));
}

.border-warm-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-b-warm-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-b-red-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-b-slate-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#e1f0cf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 240 207 / var(--tw-bg-opacity));
}

.bg-blue-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}

.bg-blue-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-\[\#21a5a7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 165 167 / var(--tw-bg-opacity));
}

.bg-blue-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.bg-\[\#edf7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 247 247 / var(--tw-bg-opacity));
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}

.bg-\[\#252525\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

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

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}

.bg-\[\#0c4441\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 65 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.\!bg-\[\#2794be\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 148 190 / var(--tw-bg-opacity)) !important;
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-\[\#63aeab\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 174 171 / var(--tw-bg-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-\[\#0A839D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 131 157 / var(--tw-bg-opacity));
}

.bg-\[\#076073\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 96 115 / var(--tw-bg-opacity));
}

.bg-\[\#085f70\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 95 112 / var(--tw-bg-opacity));
}

.bg-\[\#064d5b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 77 91 / var(--tw-bg-opacity));
}

.bg-\[\#0FB4D8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 180 216 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#149fbe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 159 190 / var(--tw-bg-opacity));
}

.bg-\[\#76B4C1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 180 193 / var(--tw-bg-opacity));
}

.bg-\[\#252525\]\/30 {
  background-color: rgb(37 37 37 / 0.3);
}

.\!bg-\[\#ECF3FF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 243 255 / var(--tw-bg-opacity)) !important;
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-loop-svg {
  background-image: url('../../img/svgs/loop_chordu.svg');
}

.bg-chord-diags-svg {
  background-image: url('../../img/svgs/chord_diags_chordu.svg');
}

.bg-upload-chordu-svg {
  background-image: url('../../img/svgs/upload_chordu.svg');
}

.bg-edit-chordu-svg {
  background-image: url('../../img/svgs/edit_chordu.svg');
}

.bg-midi-chordu-svg {
  background-image: url('../../img/svgs/midi_chordu.svg');
}

.bg-download-chordu-svg {
  background-image: url('../../img/svgs/download_chordu.svg');
}

.bg-bpm-chordu-svg {
  background-image: url('../../img/svgs/bpm_chordu.svg');
}

.bg-capo3-chordu-svg {
  background-image: url('../../img/svgs/capo3_chordu.svg');
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-teal-500 {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-to: rgb(20 184 166 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0A839D\] {
  --tw-gradient-from: #0A839D;
  --tw-gradient-to: rgb(10 131 157 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-teal-600 {
  --tw-gradient-to: #0d9488;
}

.to-transparent {
  --tw-gradient-to: transparent;
}

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

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

.fill-white {
  fill: #fff;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.pb-36 {
  padding-bottom: 9rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

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

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

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

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

.pt-16 {
  padding-top: 4rem;
}

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

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

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

.pb-48 {
  padding-bottom: 12rem;
}

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.pt-\[150px\] {
  padding-top: 150px;
}

.pb-\[44px\] {
  padding-bottom: 44px;
}

.pl-\[50px\] {
  padding-left: 50px;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

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

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

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

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

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

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

.align-\[-2px\] {
  vertical-align: -2px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\!text-\[10px\] {
  font-size: 10px !important;
}

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

.font-extrabold {
  font-weight: 800;
}

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

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

.font-thin {
  font-weight: 100;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-8 {
  line-height: 2rem;
}

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

.leading-3 {
  line-height: .75rem;
}

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

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.-tracking-\[1px\] {
  letter-spacing: -1px;
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blue-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-blue-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-blue-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

.text-warm-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-warm-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}

.text-\[\#0b8479\] {
  --tw-text-opacity: 1;
  color: rgb(11 132 121 / var(--tw-text-opacity));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#d4fff6\] {
  --tw-text-opacity: 1;
  color: rgb(212 255 246 / var(--tw-text-opacity));
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-\[\#FDFF95\] {
  --tw-text-opacity: 1;
  color: rgb(253 255 149 / var(--tw-text-opacity));
}

.text-\[\#00189e\] {
  --tw-text-opacity: 1;
  color: rgb(0 24 158 / var(--tw-text-opacity));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-\[\#017e90\] {
  --tw-text-opacity: 1;
  color: rgb(1 126 144 / var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-\[\#008274\] {
  --tw-text-opacity: 1;
  color: rgb(0 130 116 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}

.text-\[\#00a997\] {
  --tw-text-opacity: 1;
  color: rgb(0 169 151 / var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-\[\#059fb5\] {
  --tw-text-opacity: 1;
  color: rgb(5 159 181 / var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-\[\#005b86\] {
  --tw-text-opacity: 1;
  color: rgb(0 91 134 / var(--tw-text-opacity));
}

.text-\[\#595959\] {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.text-\[\#0C6CA1\] {
  --tw-text-opacity: 1;
  color: rgb(12 108 161 / var(--tw-text-opacity));
}

.text-\[\#64fefe\] {
  --tw-text-opacity: 1;
  color: rgb(100 254 254 / var(--tw-text-opacity));
}

.text-\[\#5A626F\] {
  --tw-text-opacity: 1;
  color: rgb(90 98 111 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.placeholder-blue-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-blue-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-blue-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400 {
  --tw-shadow-color: #a3a3a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600 {
  --tw-shadow-color: #525252;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500 {
  --tw-shadow-color: #737373;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300 {
  --tw-shadow-color: #d4d4d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/40 {
  --tw-shadow-color: rgb(115 115 115 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* @layer components { */

@media (max-width: 640px) {
  .csw {
    width: 90vw;
  }
}

.done-icon-svg {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(15 118 110)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

.cross-icon-svg {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg class='mx-auto h-5 w-5 text-gray-400' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(156 163 175)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

.icon-svg {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin: 10px auto 5px auto;
}

.chord_diag-icon-svg {
  width: 60px;
  height: 60px;
  background-image: url(../../img/svgs/chord_diags_chordu.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin: 10px auto 5px auto;
}

.upload-icon-svg {
  width: 60px;
  height: 60px;
  background-image: url(../../img/svgs/upload_chordu.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin: 10px auto 5px auto;
}

.profile-min-height {
  min-height: calc(100vh - 7rem);
}

.chrd_snip p:nth-child(odd) {
  color: #388E3C
}

.chrd_snip p::first-letter {
  font-size: 16px
}

.chrd_snip p {
  margin: 0 3px;
  color: #00796B;
  float: left;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.active-jam-btn {
  box-shadow: inset 0 0 0 2px #479790;
}

.shimmerBorder {
  box-shadow: inset 0 0 0 2px #f1f0f0;
}

.inactive-jam-btn {
  box-shadow: inset 0 0 0 2px #e1e1e1;
}

.customscrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: .5;
}

.customscrollbar::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
  background: transparent;
}

/* Handle */

.customscrollbar::-webkit-scrollbar-thumb {
  background: rgb(54, 54, 54);
  border-radius: 10px;
}

.shimmerBG {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
          animation-name: shimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1200px 100%;
}

.lite-subscribe-btn-bg {
  background:radial-gradient(#04adc5, #3b9cb5);
}

.lite-subscribe-btn-bg:hover {
  background:radial-gradient(#04adc5, #328397);
}

.prem-subscribe-btn-bg {
  background: radial-gradient(#00c3b0, #3dac9b);
}

.prem-subscribe-btn-bg:hover {
  background: radial-gradient(#00c3b0, #369789);
}

.feature-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #005b86;
  font-weight: 600;
}

.feature-title::first-letter {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #455a64;
}

@media (min-width: 768px) {
  .feature-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .feature-title::first-letter {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 640px) {
  .neumorphicShadow {
    box-shadow:  7px 7px 10px #1e1e1e,
                 -7px -7px 10px #303232;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }

  100% {
    background-position: 1200px 0;
  }
}

@media (max-width: 380px) {
  .custom-video-card {
    width: 140px;
    height: 79px;
  }
}

@media (min-width: 640px) {
  .custom-card-image-sm {
    min-width: 160px;
  }
}

@media (min-width: 1024px) {
  .custom-card-image-lg {
    min-width: 192px;
  }
}

@media (max-width: 374px) {
  .custom-width-xxs {
    width: 128px;
  }
}

/* @media (min-width: 640px) {
        .custom-card-image {
            min-width: 160px;
        }
    } */

/* main_new.css file starts from here  */

html {
  font-family: 'Play', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

#recaptcha {
  display: none
}

body {
  margin: 0
}

article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
  display: block
}

audio,
    canvas,
    progress,
    video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
    template {
  display: none
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
    optgroup,
    strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

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

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre,
    textarea {
  overflow: auto
}

code,
    kbd,
    pre,
    samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
    input,
    optgroup,
    select,
    textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

.pure-button,
    input {
  line-height: normal
}

button {
  overflow: visible
}

button,
    select {
  text-transform: none
}

button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
    html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
    input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=checkbox],
    input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

.pure-button,
    .pure-form input:not([type]),
    .pure-menu {
  box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend,
    td,
    th {
  padding: 0
}

legend {
  border: 0
}

.hidden,
    [hidden] {
  display: none!important
}

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3
}

.pure-menu-item,
    .pure-menu-list {
  position: relative
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
  /* font-size: 120% */
}

.pure-menu-item .material-icons {
  font-size: 18px;
}

.pure-menu-heading,
    .pure-menu-link {
  display: block;
  text-decoration: none;
  white-space: nowrap
}

.pure-menu-item .pure-menu-item {
  display: block
}

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit
}

.pure-menu-active>.pure-menu-children,
    .pure-menu-allow-hover:hover>.pure-menu-children {
  display: block;
  position: absolute
}

.pure-menu-has-children>.pure-menu-link:after {
  padding-left: .5em;
  content: "\25B8";
  font-size: small
}

.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
  content: "\25BE"
}

.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
  display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: .5em 0
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator,
    .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 .3em
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto
}

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64
}

.pure-menu-link {
  color: #777
}

.pure-menu-children {
  background-color: #fff
}

.pure-menu-disabled,
    .pure-menu-heading,
    .pure-menu-link {
  padding: .5em 1em
}

.pure-menu-disabled {
  opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent
}

.pure-menu-active>.pure-menu-link,
    .pure-menu-link:focus,
    .pure-menu-link:hover {
  background-color: #eee
}

.pure-menu-selected .pure-menu-link,
    .pure-menu-selected .pure-menu-link:visited {
  color: #000
}

* {
  box-sizing: border-box
}

:before,
    :after {
  box-sizing: border-box
}

html,
    button,
    input,
    select,
    textarea,
    .pure-g[class *=pure-u] {
  font-family: 'Play', sans-serif
}

body {
  min-width: 320px;
  background-color: #252525;
  color: #777;
  line-height: 1.6;
  box-shadow: inset 0px -10px 0 0px #161616;
}

h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  font-weight: 700;
  color: #4b4b4b
}

h3 {
  font-size: 1.25em
}

h4 {
  font-size: 1.125em
}

a {
  color: #3b8bba;
  text-decoration: none
}

a:visited {
  color: #265778
}

dt {
  font-weight: 700
}

dd {
  margin: 0 0 10px
}

aside {
  background: #1f8dd6;
  margin: 1em 0;
  padding: .3em 1em;
  border-radius: 3px;
  color: #fff
}

aside a,
    aside a:visited {
  color: #a9e2ff
}

#layout {
  position: relative;
  padding-left: 0
}

#layout.active #menu {
  left: 0;
  width: 250px;
  padding-top: 0;
  z-index: 9
}

#main {
  padding-top: 55px
}

#searchResults {
  padding-top: 55px;
  width: 100%
}

.l-box {
  padding: 1em
}

.l-wrap {
  margin-left: auto;
  margin-right: auto
}

.content .l-wrap {
  margin-left: -1em;
  margin-right: -1em
}

.header {
  padding: .5em;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  background: #252525;
  letter-spacing: .05em;
}

.header h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0
}

.header .material-icons {
  font-size: 24px
}

.chord_header h1,
    .header h2 {
  font-size: 120%;
  font-weight: 100;
  line-height: 1.5;
  margin: 0;
  color: #dfdfdf;
  letter-spacing: -.02em
}

.content {
  margin-bottom: 115px
}

.content .content-subhead {
  margin: 2em 0 1em;
  font-weight: 300;
  color: #888;
  position: relative
}

.content .content-spaced {
  line-height: 1.8
}

.content .content-quote {
  font-family: "Georgia", serif;
  color: #666;
  font-style: italic;
  line-height: 1.8;
  border-left: 5px solid #ddd;
  padding-left: 1.5em
}

.content-link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 20px;
  background: transparent url(/img/link-icon.png) no-repeat center center;
  background-size: 20px 20px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .content-link {
    background-image: url(/img/link-icon@2x.png)
  }
}

pre,
    code {
  font-family: Consolas, Courier, monospace;
  color: #333;
  background: #fafafa
}

code {
  padding: .2em .4em;
  white-space: nowrap
}

.content p code {
  font-size: 90%
}

.code {
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em;
  border: 1px solid #eee;
  border-left-width: 0;
  border-right-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.code code {
  font-size: 95%;
  white-space: pre;
  word-wrap: normal;
  padding: 0;
  background: none
}

.code-wrap code {
  white-space: pre-wrap;
  word-wrap: break-word
}

.footer {
  font-size: 87.5%;
  border-top: 1px solid #eee;
  margin-top: 3.4286em;
  padding: 1.1429em;
  background: #fafafa
}

.legal {
  line-height: 1.6;
  text-align: center;
  margin: 0 auto
}

.legal-license {
  margin-top: 0
}

.legal-links {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}

.legal-copyright {
  margin-top: 0;
  margin-bottom: 0
}

#layout,
    #menu,
    .menu-link {
  transition: all .2s ease-out
}

#menu {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  bottom: 0;
  z-index: 9;
  background: #191919;
  border-right: 1px solid #282828;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden
}

#menu::-webkit-scrollbar {
  width: 7px;
}

#menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgb(0 0 0 / 0.3)
}

#menu::-webkit-scrollbar-thumb {
  background-color: #2d2c2c;
  border: 1px solid black;
  border-radius: 10px
}

#menu a {
  color: #999;
  border: none;
  white-space: normal
}

#menu .pure-menu-open {
  background: transparent;
  border: 0
}

#menu .pure-menu ul {
  border: none;
  background: transparent;
  display: block;
  padding-top: 55px
}

#menu .pure-menu .menu-item-divided {
  border-bottom: 1px solid #1f2323
}

#menu .pure-menu li a:hover,
    #menu .pure-menu li a:focus {
  background: #052e33;
  background-image: linear-gradient(rgba(41, 41, 41, 0.12), #043636), linear-gradient(135deg, #053e49, #01262c);
  border-left: 5px solid #8BC34A;
  color: #dfe6ec
}

#topnavbar {
  display: block;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #093431;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), linear-gradient(135deg, #0d4c49, #0d4c49);
  z-index: 998
}

#topnavbar.navbar-show {
  opacity: 1;
  transition: transform .25s, background 2s, color .3s;
  transform: translate(0, 0)
}

#topnavbar.navbar-hide {
  opacity: 0;
  transition: transform .2s, background .3s, color .3s, opacity 0 .3s;
  transform: translate(0, -60px)
}

#topnavbar .title-area {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  padding: 8px
}

#topnavbar a {
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  color: #e8e8e8
}

#topnavbar #logo {
  line-height: 39px
}

.menu-link {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  z-index: 999;
  width: 55px;
  height: 55px;
  padding: 10px
}

.menu-link:hover,
    .menu-link:focus {
  background: rgba(0, 0, 0, 0)
}

.menu-link span {
  position: relative;
  display: block;
  margin-top: .9em
}

.menu-link span,
    .menu-link span:before,
    .menu-link span:after {
  background-color: #fff;
  width: 100%;
  height: .2em;
  transition: all .4s
}

.menu-link span:before,
    .menu-link span:after {
  position: absolute;
  top: -.55em;
  content: " "
}

.menu-link span:after {
  top: .55em
}

.menu-link.active span {
  background: transparent
}

.menu-link.active span:before {
  transform: rotate(45deg) translate(.5em, .4em)
}

.menu-link.active span:after {
  transform: rotate(-45deg) translate(.4em, -.3em)
}

#menu .pure-menu-heading {
  display: block;
  font-size: 125%;
  font-weight: 300;
  letter-spacing: .1em;
  color: #fff;
  margin-top: 0;
  padding: .5em .8em;
  text-transform: uppercase
}

#menu .pure-menu-heading:hover,
    #menu .pure-menu-heading:focus {
  color: #999
}

#menu .pure-menu-selected {
  background: #2d3233
}

#menu .pure-menu-selected a {
  color: #c5c5c5
}

#menu li.pure-menu-selected a:hover,
    #menu li.pure-menu-selected a:focus {
  background: none
}

.pure-img-responsive {
  max-width: 100%;
  height: auto
}

.pure-paginator .pure-button {
  box-sizing: content-box
}

.pure-button {
  font-family: inherit
}

a.pure-button-primary {
  color: #fff
}

.notice {
  background-color: #61B842;
  color: #fff
}

.muted {
  color: #ccc
}

@media screen and (min-width: 35.5em) {
  .legal-license {
    text-align: left;
    margin: 0
  }

  .legal-copyright,
        .legal-links,
        .legal-links li {
    text-align: right;
    margin: 0
  }
}

@media screen and (min-width: 48em) {
  .header h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0
  }

  .header .material-icons {
    font-size: 28px
  }

  .chord_header h1,
        .header h2 {
    font-size: 135%
  }

  .content p {
    font-size: 1.125em
  }

  .code {
    margin-left: auto;
    margin-right: auto;
    border-left-width: 1px;
    border-right-width: 1px
  }
}

@media (max-width: 58em) {
  #layout.active {
    position: relative
  }

  .tinfo {
    font-size: 16px!important
  }
}

@media (max-width: 350px) {
  .hide_350 {
    display: none!important
  }

  #welcome_text {
    font-size: 22px!important
  }

  .durationViewer {
    padding-right: 0!important;
    font-size: 18px!important;
    letter-spacing: 3px!important
  }
}

@media (min-width: 58em) {
  #layout {
    left: 0
  }

  #menu {
    left: -250px;
    z-index: 9
  }

  #main {
    left: 0
  }

  .menu-link {
    position: fixed;
    font-size: 18px
  }

  #topnavbar {
    z-index: 10;
    text-align: unset
  }

  #topnavbar .title-area {
    float: left
  }
}

#chordcontainer {
  width: 100%;
  overflow-x: hidden
}

#chordbar_v2 {
  position: relative;
  width: 100%;
  padding: 4px;
  background: radial-gradient(#2a3233, #0c1113);
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0
}

#allChords {
  display: none;
  position: relative;
  width: 100%;
  padding: 2px;
  background: #252525;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 5px
}

#allChordSnap {
  display: block;
  position: relative;
  width: 100%;
  padding: 2px;
  background: #252525;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 5px
}

#allChords span {
  height: 50px;
  width: 50px;
  display: inline-block;
  color: grey;
  background: #141414;
  border: 1px solid #141414;
  border-radius: 5px;
  padding: 7px 0;
  font-size: 22px;
  font-stretch: condensed;
  text-align: center;
  margin: 1px;
  vertical-align: bottom
}

#allChords span p::first-letter {
  font-size: 22px;
  font-weight: 600;
  color: #d2ad04
}

#allChords span p {
  font-size: 18px;
  margin: 0
}

#toggleDiagGrids {
  display: none;
  float: left;
  padding: 5px;
  font-size: 30px;
  border-radius: 10px;
  background: #0a3937;
  color: #c9c9c9;
  margin-top: 7px
}

#toggleDiagGrids.diag_grid_on {
  background: #009688;
  color: #eee
}

#savepdfbtn {
  float: left;
  padding: 5px;
  font-size: 30px;
  border-radius: 10px;
  background: #293736;
  margin-top: 7px
}

#savepdfbtn:active {
  background: #a6d7dd;
  transform: scale(0.9)
}

#savepdfbtn:hover {
  background: #2199a7
}

#instrument_changer {
  display: inline-block;
  width: 100%
}

#instrument_changer > button {
  width: 23%;
  float: left;
  text-align: center;
  height: 31px;
  line-height: 16px;
  color: #cecece;
  background-color: #505152;
  padding: 0;
  font-size: 16px;
  border: 1px solid rgba(128, 128, 128, 0);
  border-radius: 10px;
  margin: 5px 1% 0;
  box-shadow: 1px 2px 5px 0 #000
}

#instrument_changer > button:active {
  transform: scale(0.9)
}

#instrument_changer .inst_active {
  border-color: #6c6c6c;
  background: #1f1f1f;
  color: #efefef
}

#chord_mode_changer {
  width: calc(100% - 20px);
  float: left;
  margin: 5px 10px;
  box-shadow: 1px 2px 5px 0 #000;
  border-radius: 5px
}

div#chord_mode_changer .chord_mode_active {
  background: #202020;
  color: #c6c6c6;
  box-shadow: none;
  border: none;
  position: relative
}

div#chord_mode_changer .chord_mode_active::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 80px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #535c63;
  border-width: 2px;
  margin-left: -40px;
  margin-top: 0
}

@media (min-width: 730px) {
  #instrument_changer {
    width: 50%;
    float: right
  }

  #chord_mode_changer {
    width: calc(45% - 20px);
    float: left;
    margin-bottom: 0;
    max-width: 375px
  }
}

#chord_mode_changer > button {
  width: 50%;
  float: left;
  text-align: center;
  height: 31px;
  padding: 0 10px;
  color: #cecece;
  background-color: #143a38;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid #009688
}

.ac_active {
  background: #535c63!important;
  border-color: #252525!important
}

#allChords span.has_chrd {
  background: #32383c!important;
  color: #b89700;
  border-color: #7d7d7d!important
}

#allChords span.has_chrd.hl_active_chrd {
  border-color: #bac2c1!important;
  background: #0f5a5a!important;
  background-image: linear-gradient(rgba(41, 41, 41, .12), #0a2e2e), linear-gradient(135deg, #317684, #12b796)!important;
  box-shadow: inset 0 0 5px 0 #031917
}

#chordcontainer .activeChord {
  background: #07414a;
  background-image: linear-gradient(rgba(41, 41, 41, 0.12), #072e2e), linear-gradient(135deg, #177688, #0a5042);
  border: 1px solid #2e2e2e
}

.chordblocks {
  position: relative;
  height: 42px;
  width: 42px;
  float: left;
  display: inline-block;
  color: grey;
  background: radial-gradient(#242424, #1c1c1c);
  border: 1px solid #434343;
  border-radius: 7px;
  margin: 0 1px;
  padding: 3px 0;
  text-align: center
}

.chordblocks p {
  font-size: 16px;
  font-stretch: condensed;
  margin: 0
}

.chordblocks p::first-letter {
  font-size: 20px;
  font-weight: 600
}

.hchrd {
  visibility: hidden
}

.full-progress-bar-bg {
  height: 3px;
  width: 100%;
  background-color: #000;
  transition: all .1s linear
}

#full-progress-bar-container {
  height: 100%;
  background: linear-gradient(90deg, rgba(40, 195, 171, 0.50) 0px, transparent 0);
  cursor: pointer;
  transition: all .1s linear
}

.full-progress-bar {
  width: 0;
  height: 100%;
  background-color: #068c59;
  cursor: pointer;
  position: relative;
  transition: all .1s linear
}

.full-progress-bar div {
  width: 25px;
  height: 3px;
  position: absolute;
  right: 0;
  margin-right: -2px;
  border-radius: 1px;
  background-color: #01ae6d;
  transition: all .1s linear
}

#player_control,
    #player_control_overlaper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #151515;
  background: radial-gradient(#2a3233, #151515);
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#player_control_overlaper {
  z-index: 1001;
  display: block;
  opacity: .9;
  height: 73px;
  text-align: center
}

#control_keyset_left {
  width: 25%;
  height: 58px;
  float: left;
  text-align: center;
  padding: 12px 2px 12px 0;
  margin-bottom: 6px
}

#control_keyset_center {
  width: 50%;
  height: 58px;
  float: left;
  text-align: center;
  color: #a5a5a5;
  margin-bottom: 6px
}

#control_keyset_right {
  width: 25%;
  height: 58px;
  float: left;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 6px
}

#control_keyset_left i,
    #control_keyset_right i {
  text-shadow: 2px 2px 4px #000
}

#ytplayerContainer {
  display: block;
  width: 100%;
  height: 250px;
  background: #000
}

#ytplayer {
  max-height: 250px;
  z-index: 2
}

#cdiagconatiner {
  width: max-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  height: 250px;
  background: rgba(57, 57, 57, 0.48);
  background: radial-gradient(grey, #151819);
  overflow: hidden;
  text-align: center;
  display: inline-block
}

#cloadingconatiner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 8;
  display: none;
  background-image: url(loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px 100px
}

#page_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.11);
  text-align: center;
  z-index: 8;
  display: none
}

.chordDiag {
  z-index: 3;
  float: left;
  margin-top: 42.5px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: rgba(175, 175, 175, 0.77);
  color: #4d4d4d;
  font-size: 18px
}

.chordDiag.largeDiag {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px
}

.chordDiag::first-letter {
  font-size: 24px;
  font-weight: 700;
  color: #313131
}

.chordDiag.largeDiag::first-letter {
  font-size: 28px
}

.chordDiag.allChordsDiag {
  float: unset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin: 10px
}

.chordDiag.allChordsDiag.acd_active {
  box-shadow: 0 0 5px 1px #0dd7c4
}

.show731 {
  display: none
}

#chords_option_bar {
  float: left;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 2px;
  position: relative
}

@media (max-width: 359px) {
  .hide359 {
    display: none
  }

  #ytplayer {
    position: relative
  }

  .chordDiag {
    height: 165px;
    width: 110px;
    margin-right: calc(25vw - 55px);
    margin-left: calc(25vw - 55px)
  }

  .largeDiag {
    margin-right: calc(25vw - 70px);
    margin-left: calc(25vw - 70px);
    height: 210px;
    width: 140px
  }

  #displayOptionBar_small {
    display: block!important
  }
}

@media (max-width: 730px) and (min-width: 360px) {
  #ytplayer {
    position: relative
  }

  #cdiagconatiner {
    height: 220px
  }

  .chordDiag {
    height: 130px;
    width: 86.6px;
    margin-right: calc(16.66vw - 43.3px);
    margin-left: calc(16.66vw - 43.3px)
  }

  .largeDiag {
    margin-right: calc(16.66vw - 60px);
    margin-left: calc(16.66vw - 60px);
    height: 180px;
    width: 120px
  }

  #displayOptionBar_small {
    display: block!important
  }
}

@media (min-width: 731px) {
  .show731 {
    display: block
  }

  #ytplayer {
    position: absolute
  }

  #ytplayerContainer {
    position: absolute
  }

  .chordDiag {
    height: 165px;
    width: 110px;
    margin-right: calc(10vw - 55px - 1.7px);
    margin-left: calc(10vw - 55px - 1.7px)
  }

  .largeDiag {
    margin-right: calc(10vw - 70px - 1.7px);
    margin-left: calc(10vw - 70px - 1.7px);
    height: 210px;
    width: 140px
  }

  #displayOptionBar_large {
    display: block!important
  }

  #cdiagconatiner_wrapper {
    height: 250px
  }

  .chord_layout_2row #ytplayerContainer {
    position: static
  }

  .chord_layout_2row #displayOptionBar_small {
    display: block
  }

  .chord_layout_2row #displayOptionBar_large {
    display: none!important
  }

  .chord_layout_2row #cdiagconatiner_wrapper {
    height: unset
  }

  #change_row_view {
    display: block!important
  }

  #all_chords_auto_scroll:hover {
    background: #0e9864
  }

  #control_keyset_right div.playbarDesc {
    display: inline-block!important
  }

  #chords_option_bar {
    padding-bottom: 7px!important
  }
}

@media (min-width: 462px) {
  #ytplayer {
    max-width: 300px;
    max-height: 167px;
    margin-left: calc(50% - 150px);
    transform: scale(1.48)
  }

  #ytplayerContainer {
    padding-top: 41px
  }

  #yt_player_hourglass,
        #yt_player_hourglass {
    margin-top: -41px
  }
}

#cdiagconatiner_wrapper {
  width: 100%;
  overflow: hidden
}

#displayOptionBar_large {
  width: 100%;
  padding: 5px 3px;
  float: left;
  background: #252525;
  text-align: right;
  display: none;
  border-bottom: 1px solid #202020
}

#change_row_view {
  margin-right: 5px;
  height: 32px;
  font-size: 0;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 3px rgba(4, 4, 4, 0);
  display: none
}

#change_row_view div {
  display: inline-block;
  padding: 2px 8px;
  color: #e2e2e2;
  height: 32px;
  cursor: pointer;
  background: #252525
}

#change_row_view .row_view_active {
  background: #313131!important;
  border-color: #313131!important;
  cursor: default!important;
  color: rgba(255, 255, 255, 0.52)!important
}

#displayOptionBar_small {
  width: 100%;
  padding: 5px 3px;
  float: left;
  background: #252525;
  text-align: right;
  display: none;
  border-bottom: 1px solid #202020
}

.displayOptionBar>div>div {
  display: inline-block;
  position: relative;
  padding: 2px 10px;
  color: #fafafa;
  font-size: 15px;
  cursor: pointer;
  background: #004f59;
  border-top: 2px solid #00966e;
  box-shadow: 1px 1px 4px 1px rgba(4, 4, 4, 0.57)
}

.displayOptionBar>div>div:hover {
  border-color: #00d26b;
  color: #d5d5d5;
  background: #042b29
}

.currentSelected {
  background: #202020!important;
  cursor: default!important;
  color: #cacaca!important;
  box-shadow: 1px 1px 5px 2px rgba(4, 4, 4, 0)!important;
  border-bottom-left-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
  font-size: 16px!important;
  border: none!important
}

.currentSelected::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 80px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #008469;
  border-width: 2px;
  margin-left: -40px;
  margin-top: -1px
}

#searchContainer {
  float: right;
  width: calc(100% - 175px)
}

#search-bar {
  position: relative;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-right: 10px;
  max-width: 100%;
  width: 264px
}

#search-input,
    #search-input-home {
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 15px;
  padding-left: 1em;
  padding-right: 2.8em;
  background: #eaeaea;
  border: 1px solid #a7a7a7;
  color: #4e5860;
  font-size: .9em;
  height: 40px;
  margin-top: 7.5px;
  width: 100%
}

#search-input:focus,
    #search-input-home:focus,
    button:focus {
  outline-width: 0
}

#search-input::-moz-placeholder, #search-input-home::-moz-placeholder {
  color: #989898
}

#search-input:-ms-input-placeholder, #search-input-home:-ms-input-placeholder {
  color: #989898
}

#search-input::placeholder,
    #search-input-home::placeholder {
  color: #989898
}

[placeholder] {
  text-overflow: ellipsis
}

#search-button {
  position: absolute;
  top: 7.5px;
  color: #8d9aa5;
  height: 40px;
  margin-left: -41px;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border-left: 1px solid #d5d5d5
}

#search-button:focus {
  outline-width: 0
}

@media (max-width: 430px) {
  .hide_430 {
    display: none!important
  }

  .search_hide_title {
    display: none!important
  }

  .search_expand_conatiner {
    width: calc(100% - 57px)!important
  }
}

#chord_tile {
  color: #bbb;
  font-weight: 400
}

#chord_tile .material-icons {
  vertical-align: -2px;
  cursor: pointer;
  color: rgb(130, 179, 203);
  margin: 0px 10px;
  font-size: 20px;
  border: 1px solid rgb(101, 101, 101);
  border-radius: 8px;
  padding: 1px 5px 2px 4px;
}

#chord_tile .material-icons:hover {
  cursor: pointer;
  color: #c3c3c3;
}

.track {
  width: 100%;
  position: relative;
  height: 92px;
  display: inline-block;
  padding: 1px 5px
}

.timg {
  width: 160px;
  float: left;
  margin-right: 10px;
  max-height: 90px
}

.timg img {
  width: 160px;
  max-height: 90px;
  border-radius: 9px
}

.timg:hover {
  cursor: pointer
}

.timg div {
  width: 160px;
  height: 90px;
  border-radius: 9px;
  background-size: cover;
  background-color: #000;
  position: relative;
}

.tinfo {
  width: calc(100% - 171px);
  float: right;
  height: 90px;
  border-bottom: 1px solid #f6f6f6;
  overflow: hidden;
  padding: 5px 0;
  font-size: 18px
}

.removeFev {
  display: none;
  width: 44px;
  float: right;
  height: 90px;
  border-bottom: 1px solid #313131;
  overflow: hidden;
  padding: 33px 10px;
  font-size: 18px;
  color: #ff4e24
}

.track a {
  color: #4a4a4a
}

.tname {
  margin: 0;
  font-size: 16px!important;
  overflow: hidden;
  width: 100%;
  max-height: 44px;
  text-overflow: ellipsis;
  color: #757575;
  line-height: 22px;
  position: relative;
  float: left;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.tname.link {
  color: #4a4a4a
}

.chrd_action {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 36px;
  text-overflow: ellipsis;
  padding: 5px 5px 0 1px;
  line-height: 26px;
  position: relative;
  float: left;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.est_chrd {
  height: 28px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(129, 129, 129, 0.6);
  color: #464646;
  background-color: rgba(198, 210, 208, 0.11);
  font-weight: 600;
  outline: none;
  box-shadow: 1px 1px 1px 0 rgba(129, 129, 129, 0.6);
  transition: background-color 300ms ease-out
}

.est_chrd:hover {
  background-color: #d2fffb
}

.ext_loader_img {
  float: left;
  width: 21px;
  height: 21px;
  background: url(chord-circle-loader.gif);
  background-size: cover;
  margin: 1px 5px 0 0
}

.tdur {
  position: absolute;
  left: 5px;
  bottom: 0;
  color: #f0f8ff;
  padding: 0 4px;
  margin: 3px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px
}

.chrd_snip {
  font-weight: 600;
  color: #de6944;
  display: inline-block;
  height: 26px
}

.chrd_snip p:nth-child(odd) {
  color: #388E3C
}

.chrd_snip p::first-letter {
  font-size: 16px
}

.chrd_snip p {
  margin: 0 3px;
  color: #00796B;
  float: left;
  font-size: 12px
}

@media (max-width: 380px) {
  .timg {
    width: 140px
  }

  .timg img {
    width: 140px;
    margin: 8px 0 3px
  }

  .timg div {
    width: 140px;
    height: 79px
  }

  .tinfo {
    width: calc(100% - 150px);
    height: 79px;
    padding: 0
  }

  .removeFev {
    height: 79px;
    padding: 26px 10px
  }

  .track {
    height: 81px
  }

  .chrd_action {
    padding: 3px 3px 0 1px
  }

  .tname {
    font-size: 14px!important
  }
}

.material-icons {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}

#site_container {
  position: relative;
  width: 100%;
  margin: 0 auto
}

#sidebar {
  display: block;
  width: 100%
}

@media (min-width: 1024px) {
  #site_container {
    max-width: 71.25rem
  }

  #searchResults {
    padding-top: 55px;
    width: 66.45%;
    float: left
  }

  #sidebar {
    padding-top: 55px;
    display: block;
    float: right;
    width: 33.5%;
    right: 0;
    height: 100%
  }

  #similarTracks .track {
    width: 50%
  }

  .boxViewArtists {
    margin: 20px 5px 10px 0 !important
  }
}

.elem_artist_container {
  display: inline-block;
  text-align: center
}

.elem_artist {
  width: 50%;
  max-width: 103px;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 3px
}

.elem_artist img {
  width: 103px
}

.elem_artist .label {
  position: absolute;
  left: 0;
  bottom: 10px;
  line-height: 20px;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #f5fbff;
  font-size: 12px;
  text-shadow: 0 0 2px #f5fbff;
  font-family: inherit;
  text-transform: capitalize;
  background-image: url(dot.png);
  background-position: top center
}

.elem_artist:hover img,
    .elem_artist:hover {
  transform: scale(1.1);
  z-index: 2;
  border: 1px solid rgba(129, 129, 129, 0.6);
  box-shadow: 1px 1px 3px 1px rgba(129, 129, 129, 0.6);
  border-radius: 10px
}

.side_header {
  padding: 1px 5px;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin: 12px 5px;
  color: #3f6172;
  text-align: left;
  border-bottom: 1px solid #ececec;
  box-shadow: 1px 1px 4px 0 #ececec
}

#control_keys .material-icons:hover {
  cursor: pointer;
  color: #c3c3c3
}

#social_share div {
  float: left;
  margin: 10px
}

#twshare {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url(social-icons.png);
  background-position: -43.5px 0;
  background-size: cover
}

#googleshare {
  width: 30px;
  height: 31px;
  border-radius: 5px;
  background: url(social-icons.png);
  background-position: -91.5px 0;
  background-size: cover
}

#pinshare {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url(social-icons.png);
  background-position: -132.5px -.5px;
  background-size: cover
}

#washare {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url(whatsapp_logo.png);
  background-size: 35px 35px;
  background-position: -3px -2px
}

#fbmshare {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url(fbm.png);
  background-size: 55px 55px;
  background-position: -13px -13px
}

.modal {
  display: none;
  position: fixed;
  z-index: 1002;
  padding: 100px 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5)
}

.modal-content {
  background-color: #fefefe;
  text-align: center;
  margin: auto;
  padding: 10px;
  width: 100%;
  max-width: 500px
}

.modal-content .close {
  color: #aaa;
  float: right;
  font-weight: 700
}

.modal-content .close:hover,
    .modal-content .close:focus {
  color: #e8400c;
  text-decoration: none;
  cursor: pointer
}

#favCtrl {
  font-size: 30px;
  margin-right: 12%;
  color: #a17465
}

#favCtrl:hover {
  color: #bf755c!important
}

#favCtrl:hover svg {
  fill: #bf755c!important;
}

#favCtrl.added_favorite svg {
  fill: #e54008!important
}

#control_keyset_right div {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  vertical-align: top
}

.tuneCtrlWrapper {
  border-left: 1px solid #995e18;
  border-radius: 13px;
  padding-left: 2px;
  cursor: pointer
}

#tuneCtrl {
  font-size: 32px;
  color: #bbd7d5
}

.tuneCtrlWrapper:hover #tuneCtrl {
  color: #e75e12!important
}

.tuneCtrlWrapper:hover .playbarDesc {
  color: #fafafa!important
}

#control_keyset_right div.playbarDesc {
  display: none;
  height: 32px;
  line-height: 32px;
  background: radial-gradient(#363636, #202020);
  border-right: 2px solid #5c401d;
  border-radius: 12px;
  padding: 0 4px 0 3px;
  color: #adadad;
  font-size: 14px
}

#favCtrl.added_favorite,
    #favCtrl.added_favorite:hover {
  color: #c63506!important
}

#favCtrl.added_favorite,
    #favCtrl.added_favorite:hover svg {
  fill: #c63506!important
}

.blink_me {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0
  }
}

@keyframes blinker {
  50% {
    opacity: 0
  }
}

#shareModal,
    #tuneModal,
    #loginModal {
  padding-top: calc(50vh - 220px);
  z-index: 1005
}

#miscModal {
  padding-top: calc(50vh - 235px)
}

#miscModalContent {
  clear: both;
  margin-bottom: 10px;
  display: none
}

button#modalOkay {
  float: none;
  color: #dedede;
  padding: 3px 20px;
  font-size: 18px;
  border: 0;
  border-radius: 3px;
  background-color: #076a6a;
  box-shadow: 0 0 5px 0 #262626
}

button#modalOkay:hover {
  background-color: #0f845d
}

#tuneModal .modal-content {
  background: #0e1519;
  background: radial-gradient(#424141, #0e1519);
  border: 1px solid #292c2d;
  box-shadow: 1px 1px 7px #050708;
  border-radius: 10px
}

#transposeChordsSnip {
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 36px;
  line-height: 24px;
  text-overflow: ellipsis
}

#tuneModal .modal-content .close:hover,
    .modal-content .close:focus {
  color: #f6f6f6
}

#transposeChordsCtrl {
  display: block;
  font-size: 24px
}

#capoCount {
  color: #cbcbcb;
  margin-left: 10px
}

#capoCtrl {
  display: inline;
  margin-left: 40px;
  height: 24px
}

#capoCtrl .capoCtrlDisabled {
  background: #777!important;
  border: none!important
}

#capoCtrl .material-icons {
  background: #ebebeb;
  color: #373737;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #555;
  box-shadow: 1px 1px 2px 0 #434343;
  cursor: pointer;
  vertical-align: text-top
}

#transposeChordsType button {
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0 8px;
  background: #dadada
}

#transposeChordsType button.typeUsing {
  background: #0e5950;
  color: #faebd7;
  border: 1px solid grey;
  pointer-events: none;
  cursor: default
}

#similarTracks .header {
  margin-bottom: 10px;
  border-color: #2e2e2e
}

#similarTracks .tinfo {
  border-color: #313131
}

#similarTracks .tname {
  color: #bbb
}

#similarTracks .tname.link {
  color: #d4d4d4
}

#similarTracks .est_chrd {
  background: #d6d6d6;
  border: 1px solid #595959;
  box-shadow: 1px 1px 5px 0 #000;
  border-radius: 6px
}

#similarTracks .est_chrd:hover {
  background-color: rgba(185, 255, 255, 0.88)
}

#ppBody .innerText {
  width: 100%;
  position: relative;
  word-wrap: break-word
}

#all_chords_options {
  display: none;
  position: fixed;
  top: calc(50% - 100px);
  right: 0;
  line-height: 20px;
  width: 47px;
  color: #d8d8d8;
  z-index: 10;
  cursor: pointer;
  background: #000;
  border: 2px solid #000;
  box-shadow: -1px 1px 4px rgba(3, 3, 3, 0.44);
  padding: 2px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px
}

#all_chords_auto_scroll {
  padding: 5px;
  font-size: 30px;
  float: left;
  border-radius: 10px;
  background: #293736
}

#all_chords_auto_scroll.auto_scroll_on {
  background: #0e9864
}

div#userinfo {
  width: 249px;
  float: left;
  padding: 10px 5px 10px 10px
}

.userimageContainer {
  position: relative;
  width: 100%;
  float: left
}

.userimage {
  width: 80px;
  border-radius: 40px;
  border: 1px solid #08414b;
  float: left
}

.username {
  float: left;
  width: calc(100% - 80px);
  font-size: 18px;
  color: #b0bec5;
  padding-left: 10px
}

.username p {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize
}

#topBarUserImg {
  height: 44px;
  width: 44px;
  border-radius: 25px;
  border: 1px solid #9E9E9E;
  margin: 6.5px 10px 6.5px 1px;
  float: right;
  display: inline-block;
  background-size: cover;
  background-repeat: round
}

.feat_area_cont {
  height: 300px;
  width: 100%;
  margin-left: inherit;
  padding-top: 55px
}

.feat_area {
  text-align: center;
  background-size: cover;
  background-position: center 25%;
  background-image: url(https://chordu.com/guitar_home.jpg);
  background-color: #151515;
  height: 400px;
  width: 100%
}

#welcome_text {
  font-size: 24px;
  color: #eaeaea;
  padding: 20px 10%;
  min-height: 100px
}

#welcome_text b {
  color: #cec7bf
}

@media (max-width: 629px) {
  #topBarUserImg {
    display: none
  }
}

#lovedTracksModal #similarTracks::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px
}

#lovedTracksModal #similarTracks::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

#lovedTracksModal #similarTracks::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px
}

#lovedTracksModal #similarTracks .track {
  width: 100%!important
}

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

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

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

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

.lds-ring > div {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  border: 3px solid #fff;
  border-color: #2cb1a4 transparent transparent;
  -webkit-animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite
}

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

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

.lds-ring > div:nth-child(4) {
  -webkit-animation-delay: .585s;
          animation-delay: .585s
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 90px;
    left: 90px;
    width: 0;
    height: 0;
    opacity: 1
  }

  100% {
    top: 15px;
    left: 15px;
    width: 150px;
    height: 150px;
    opacity: 0
  }
}

@keyframes lds-ripple {
  0% {
    top: 90px;
    left: 90px;
    width: 0;
    height: 0;
    opacity: 1
  }

  100% {
    top: 15px;
    left: 15px;
    width: 150px;
    height: 150px;
    opacity: 0
  }
}

.lds-ripple {
  position: relative
}

.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 10px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.lds-ripple div:nth-child(1) {
  border-color: #fff
}

.lds-ripple div:nth-child(2) {
  border-color: #fff;
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  100% {
    transform: rotate(1800deg)
  }
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  50% {
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  100% {
    -webkit-transform: rotate(1800deg)
  }
}

.lds-hourglass:after {
  content: " ";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: center center no-repeat;
  background-size: cover;
  width: 0;
  height: 0;
  background: none;
  border-radius: 50%;
  border: 70px solid;
  border-color: #1ca995 transparent #1c99a9;
  animation: lds-hourglass 3s linear infinite;
  -webkit-animation: lds-hourglass 3s linear infinite
}

@keyframes lds-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, .5);
            animation-timing-function: cubic-bezier(.5, 0, 1, .5)
  }

  0% {
    transform: rotateY(0deg)
  }

  50% {
    transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, .5, .5, 1);
            animation-timing-function: cubic-bezier(0, .5, .5, 1)
  }

  100% {
    transform: rotateY(3600deg)
  }
}

@-webkit-keyframes lds-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, .5)
  }

  0% {
    -webkit-transform: rotateY(0deg)
  }

  50% {
    -webkit-transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, .5, .5, 1)
  }

  100% {
    -webkit-transform: rotateY(3600deg)
  }
}

.lds-circle {
  position: relative
}

.lds-circle div {
  display: none;
  position: relative;
  top: 40px;
  left: 40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #21a5a7;
  background: url(https://chordu.com/apple-icon-180x180.png);
  background-size: cover;
  -webkit-animation: lds-circle 3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-circle 3s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.playListContainer {
  background: #fdfdfd;
  margin: 20px 10px;
  padding: 0 5px;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2)
}

.playListContainer .view_more {
  float: right;
  padding: 0 10px;
  transform: translateY(-30%);
  background: #d3d3d3;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3)
}

.playListContainerHeader {
  text-align: center;
  top: 0;
  transform: translateY(-50%);
  width: calc(100% - 20px)
}

.playListContainerHeader a {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  background: #058377;
  padding: 7px;
  border: 1px solid;
  border-radius: 4px;
  color: #dee7eb;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6)
}

#home_search {
  position: relative;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  width: 80%
}

.durationViewer {
  position: relative;
  display: inline-block;
  float: right;
  height: 22px;
  vertical-align: middle;
  padding-right: 5px;
  text-align: center;
  font-size: 22px;
  color: rgba(221, 221, 221, 0.3);
  line-height: 1.2;
  letter-spacing: 5px
}

#is_play_when_done {
  margin-right: 7px;
  margin-top: -2px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer
}

.cnf1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  float: left;
  width: 100%;
  font-style: normal
}

.cnf2 {
  font-size: 12px;
  line-height: 1;
  float: left;
  width: 100%;
  font-style: normal
}

#player_control_overlaper .line {
  display: inline-block;
  width: 35px;
  height: 25px;
  border-radius: 20px;
  box-shadow: 0 0 3px 2px #b7c7c5;
  background-color: #0c3f46;
  margin: 5px
}

#player_control_overlaper .line:nth-last-child(1) {
  -webkit-animation: loadingC .6s .1s linear infinite;
          animation: loadingC .6s .1s linear infinite
}

#player_control_overlaper .line:nth-last-child(2) {
  -webkit-animation: loadingC .6s .2s linear infinite;
          animation: loadingC .6s .2s linear infinite
}

#player_control_overlaper .line:nth-last-child(3) {
  -webkit-animation: loadingC .6s .3s linear infinite;
          animation: loadingC .6s .3s linear infinite
}

@-webkit-keyframes loadingC {
  50% {
    transform: translate(0, 0) translate(0, 15px)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes loadingC {
  50% {
    transform: translate(0, 0) translate(0, 15px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  margin-right: 8px
}

.switch input {
  display: none
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s
}

input:checked + .slider {
  background-color: #0e8291
}

input:focus + .slider {
  box-shadow: 0 0 1px #0e8291
}

input:checked + .slider:before {
  transform: translateX(26px)
}

.slider.round {
  border-radius: 34px
}

.slider.round:before {
  border-radius: 50%
}

.saved_capo {
  display: none;
  float: left;
  height: 31px;
  font-size: 16px;
  margin-left: 20px;
  border: none;
  border-radius: 10px;
  color: #c5cccd;
  background: #212121;
  background: radial-gradient(#242424, #1c1c1c);
  border: 1px solid rgba(67, 67, 67, 0.44)
}

#changePlaybackRates button {
  margin: 0 7px;
  border-radius: 6px;
  padding: 0 8px;
  background: #252525;
  background: radial-gradient(#242424, #1c1c1c);
  border: 1px solid rgba(67, 67, 67, 0.44);
  color: #d3d3d3;
  font-size: 18px
}

.tempoUsing {
  background: radial-gradient(#01292d, #025f6b)!important;
  border-color: #607D8B!important
}

.button {
  height: 38px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(129, 129, 129, 0.6);
  color: #464646;
  background-color: rgba(198, 210, 208, 0.11);
  font-weight: 600;
  outline: none;
  box-shadow: 1px 1px 1px 0 rgba(129, 129, 129, 0.6);
  transition: background-color 300ms ease-out;
  padding: 5px 15px;
  margin: 0 5px
}

.save-btn {
  background: #009688;
  color: #fff
}

.save-btn:hover {
  background: #056158
}

.cancel-btn {
  background: #ff6156;
  color: #fff
}

.cancel-btn:hover {
  background: #d0352a
}

.tuner_in_content {
  padding: 5px!important;
  width: calc(100% - 10px);
  border: 1px solid #292c2d;
  margin: 5px;
  border-radius: 10px;
  float: left;
  box-shadow: 1px 1px 7px #050708
}

.tuner_in_content_box {
  padding: 5px!important;
  width: calc(100% - 10px);
  border: 1px solid #292c2d;
  margin: 5px;
  border-radius: 10px;
  float: left;
  box-shadow: 1px 1px 7px #050708
}

#tuner_animator {
  z-index: 2;
  position: absolute;
  width: 200px;
  padding: 50px calc(50% - 120px)
}

.tuner_in_content #tuner_animator,
    .tuner_in_content_box #tuner_animator {
  padding: 0 calc(50% - 120px) !important
}

.tuner_in_content .modal-content {
  float: left;
  width: 100%;
  max-width: 100%;
  box-shadow: none!important;
  border: none!important
}

.tuner_in_content_box .modal-content {
  box-shadow: none!important;
  border: none!important;
  width: 100%;
  max-width: 100%
}

.tuner_in_content .modal-content .close,
    .tuner_in_content_box .modal-content .close,
    .tuner_in_content h3,
    .tuner_in_content_box h3 {
  display: none!important
}

@media screen and (min-width: 650px) {
  .tuner_in_content #capo_container {
    float: left;
    width: 33%
  }

  .tuner_in_content #transposeChordsType {
    float: left;
    width: 33%;
    margin-bottom: 0!important
  }

  .tuner_in_content #changePlaybackRates {
    margin-bottom: 0!important;
    float: left;
    width: 33%
  }

  .tuner_in_content .lds-circle div {
    top: 10px;
    width: 100px;
    height: 100px
  }
}

div.chordcontainer_scroll {
  overflow-x: auto!important
}

.chordcontainer_scroll::-webkit-scrollbar {
  height: 7px
}

.chordcontainer_scroll::-webkit-scrollbar-track {
  background: #1f1f1f
}

.chordcontainer_scroll::-webkit-scrollbar-thumb {
  background: #748b82;
  width: 40px;
  border-radius: 3px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px
}

.chordcontainer_scroll::-webkit-scrollbar-thumb:hover {
  background: #ccc
}

#allChordSnap .snapDiag {
  display: inline-block;
  height: 44px;
  width: 80px;
  float: unset;
  background: #fafafa;
  background: radial-gradient(#fff, #a5a5a5);
  border: 2px solid #047677;
  box-shadow: 0 0 10px 2px #000;
  margin: 10px
}

.diagSliderOn #cs_heading {
  /* display: inline-block; */
  width: 100%;
}

#cs_heading {
  font-size: 20px;
  font-weight: 700;
  color: #c0cdd0;
  border-top: 2px solid #00966e;
  margin-bottom: 3px;
  margin-top: 5px;
  border-radius: 8px;
  background: radial-gradient(#45504f, #0e1519)!important;
  display: none;
}

.diagSliderOn #allChords {
  padding-top: 8px;
  width: calc(100% - 10px);
  float: left;
  box-shadow: #050708 1px 1px 7px;
  display: block!important;
  border-radius: 7px;
  margin: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #3c4345;
  -o-border-image: initial;
     border-image: initial
}

.diagSliderOn #allChords #allChordsDiagCont {
  display: none
}

#allChords .read-more {
  display: none
}

.diagSliderOn #allChords .read-more {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 50px 0 0;
  background-image: linear-gradient(to bottom, transparent, #333)
}

button.read-more-button {
  text-align: center;
  height: 40px;
  line-height: 20px;
  width: 100%;
  padding: 8px 40px;
  color: #cbe5e8;
  background: radial-gradient(#156465, rgb(0 80 90 / 50%));
  font-size: 20px;
  border: 0;
  border-top: 1px solid #00966e;
  box-shadow: 1px 1px 5px 1px #000504c9;
}

.chordSheetOn #allChords {
  height: auto!important
}

.chordSheetOn .tuner_in_content_box {
  display: none!important
}

span#cb_active {
  border-color: #7e7e7e
}

span#cb_active p::first-letter {
  color: #fff
}

span#cb_active p {
  color: #e0e0e0
}

#cb1 p,
    #cb6 p {
  color: #86827e
}

#cb2 p,
    #cb5 p {
  color: #a77334
}

#cb3 p,
    #cb4 p {
  color: #d48a31
}

@media screen and (max-width: 479px) {
  #cb1,
        #cb6 {
    display: none
  }

  .chordblocks {
    width: calc(60% / 4)
  }

  span#cb_active {
    width: calc(40% - 10px)
  }
}

@media screen and (min-width: 480px) {
  .chordblocks {
    width: calc(60% / 6)
  }

  span#cb_active {
    width: calc(40% - 14px)
  }
}

.dot_cont {
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 2px;
  padding: 0 6px;
  overflow: hidden
}

.dot_cont .dot {
  position: relative;
  min-width: 1px;
  float: left;
  height: 2.5px;
  margin: 1px;
  border-radius: 5px;
  background: #868686
}

#snackbar {
  visibility: hidden;
  width: 100%;
  margin-left: -50%;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 130px;
  z-index: 9
}

#toastMsg {
  display: inline-block;
  background-color: #333;
  background: radial-gradient(#444343, #1c1c1c);
  color: #ececec;
  border-radius: 15px;
  padding: 8px 14px;
  font-size: 18px;
  border: 1px solid #21a5a7;
  box-shadow: 1px 1px 5px 1px #000;
  margin: 0 15px
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout .5s 3.5s;
  animation: fadein 0.5s, fadeout .5s 3.5s
}

button.close.modalPromptButton {
  float: none;
  color: #dedede;
  padding: 3px 20px;
  font-size: 18px;
  border: 0;
  border-radius: 3px;
  background-color: #076a6a;
  box-shadow: 0 0 5px 0 #262626;
}

#infoModalContent {
  padding: 15px 2px;
  color: #bdbdbd;
}

#infoModal .modal-content {
  background: radial-gradient(rgb(22 22 22),rgb(25 30 33));
  padding: 15px;
  border-radius: 7px;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 130px;
    opacity: 1
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 130px;
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 130px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes fadeout {
  from {
    bottom: 130px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 0
  }
}

.play {
  background: #F44336;
  border-radius: 50% / 10%;
  color: #FFF;
  font-size: 20px;
  height: 60px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: .1em;
  transition: all 150ms ease-out;
  width: 4em;
  cursor: pointer
}

.play:hover {
  background: #00906c
}

.play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: .75em;
  height: 0;
  margin: -1em 0 0 -.75em;
  top: 50%;
  position: absolute;
  width: 0
}

#hourglass_play_btn {
  width: 100%;
  text-align: center;
  height: 250px;
  position: absolute;
  top: 0;
  padding-top: 76px
}

#chords_option_bar_overlapper {
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(65, 70, 72, 0.85);
  border-radius: 6px
}

.player_loading {
  display: none
}

#social_box {
  padding: 5px;
  width: calc(100% - 10px);
  border: 1px solid #292c2d;
  background: radial-gradient(#333, #000);
  margin: 5px;
  border-radius: 10px;
  float: left;
  box-shadow: 1px 1px 7px #050708
}

#social_share_box,
    #fb_page_box {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center
}

#social_share_box {
  border-top: 1px solid #3f3f40;
  margin-top: 10px
}

@media (min-width: 730px) {
  #social_share_box,
        #fb_page_box {
    width: 50%;
    height: 130px
  }

  #social_share_box {
    padding-top: 20px;
    border-top: none;
    margin-top: 0
  }
}

#social_share_box_txt {
  width: 100%;
  font-size: 20px;
  color: #d4cdcd
}

#social_share_box a div {
  display: inline-block;
  margin: 10px
}

#fbshare_box {
  width: 35px;
  height: 36px;
  border-radius: 10px;
  background: url(social-icons.png);
  background-position: -.5px 0;
  background-size: cover
}

#twshare_box {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: url(social-icons.png);
  background-position: -51.5px 0;
  background-size: cover
}

#googleshare_box {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: url(social-icons.png);
  background-position: -103.5px 0;
  background-size: cover
}

#pinshare_box {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: url(social-icons.png);
  background-position: -154.5px -.5px;
  background-size: cover
}

#washare_box {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: url(whatsapp_logo.png);
  background-size: cover
}

#fbmshare_box {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: url(fbm.png);
  background-size: 65px 65px;
  background-position: -16px -16px
}

#in_chord_sheet_ad {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 2px 0;
  background: #202020;
  border-bottom: 2px solid #0c4543
}

#in_chord_sheet_ad.navbar-show {
  top: 55px
}

#in_chord_sheet_ad.navbar-hide {
  top: 0
}

#menu {
  height: 100vh;
}

#chord_mode_changer > button {
  width: 27%;
  padding: 0 5px;
  font-size: 16px;
  border-bottom: 1px solid #535c63;
}

#allLyrics input {
  width: calc(50% - 1.2vw);
  height: 31px;
  margin-bottom: 4px;
  border-radius: 5px;
  border: 1px solid #000000;
  box-shadow: inset 0px 0px 2px 1px #484848;
  background: rgb(37, 37, 37);
  color: #e2e2e2;
  padding: 5px;
  outline: none;
}

#allLyrics {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  padding-top: 2px;
}

.displayOptionBar .editLyricsToggle {
  display: none;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: 6px;
  border: 0;
  background: #3e3e3e;
}

#hideLyricsbtn {
  display: none;
}

.editLyricsToggle:active {
  transform: scale(0.9);
}

.edit_chords.chordSheetOn .editLyricsToggle {
  display: inline-block;
}

.edit_chords.chordSheetOn.showLyrics #allLyrics, .edit_chords.chordSheetOn.showLyrics .hideLyrics #allLyrics, .chordSheetOn.showLyrics #allLyrics, .chordSheetOn.showLyrics #hideLyricsbtn {
  display: inline-block;
}

.edit_chords.chordSheetOn.showLyrics .hideLyrics #allChords span, .edit_chords.chordSheetOn.showLyrics #allChords span, .chordSheetOn.showLyrics #allChords span {
  margin-bottom: 37px;
}

.chordSheetOn.showLyrics .hideLyrics #allChords span {
  margin-bottom: 1px;
}

.chordSheetOn.showLyrics .hideLyrics #allLyrics {
  display: none;
}

#allLyrics input:nth-child(2n+1) {
  margin-right: 1%;
}

#allChords.bpl12 span {
  height: calc(8vw - 4px);
  width: calc(8vw - 4px);
  padding: 1vw 0;
}

#allLyrics.bpl12 input {
  margin-top: calc(8vw - 1px);
}

#allChords.bpl12 span p::first-letter {
  font-size: 3vw;
}

#allChords.bpl12 span p, #allChords.bpl12 .cnf1 {
  font-size: 2.5vw;
}

#allChords.bpl12 .cnf2 {
  font-size: 2vw;
}

#allChords.bpl12 span:nth-child(3n+1) {
  margin-left: 1vw;
}

#allChords.bpl12 span:nth-child(12n+13) {
  margin-left: 0vw;
}

#allChords.bpl16 span {
  height: calc(6.125vw - 4px);
  width: calc(6.125vw - 5px);
  padding: 0.8vw 0;
}

#allLyrics.bpl16 input {
  margin-top: calc(6.125vw - 1px);
}

#allChords.bpl16 span p::first-letter {
  font-size: 2.5vw;
}

#allChords.bpl16 span p, #allChords.bpl16 .cnf1 {
  font-size: 2.2vw;
}

#allChords.bpl16 .cnf2 {
  font-size: 1.5vw;
}

#allChords.bpl16 span:nth-child(4n+1) {
  margin-left: 1vw;
}

#allChords.bpl16 span:nth-child(16n+17) {
  margin-left: 0vw;
}

#allChords span:first-child, #allChords.bpl12 span:first-child, #allChords.bpl16 span:first-child {
  margin-left: 0vw;
}

#allChords span.ac_active {
  background: #535c63!important;
  border-color: #252525!important;
}

#allChords span.has_chrd.ac_active {
  border-color: #bac2c1!important;
  background: #0f5a5a!important;
  background-image: linear-gradient(rgba(41,41,41,.12),#0a2e2e),linear-gradient(135deg,#317684,#12b796)!important;
  box-shadow: inset 0 0 5px 0 #031917
}

#allChords span.curr_edit {
  border-color: #00BCD4!important;
  color: #00e2ff;
  box-shadow: inset 0 0 5px 0 #031917;
  background: radial-gradient(#00000000, #06a2b6);
}

#allChords span.curr_edit p::first-letter {
  color: #00e2ff;
}

#allChordsDiagCont {
  border-radius: 10px;
  border-bottom: 2px solid #202020;
}

.edit_chords .showChordDiag, .edit_chords #chords_option_bar, .edit_chords #all_chords_options, .edit_chords #allChordsDiagCont, .edit_chords #useChordTypeBoth {
  display: none !important;
}

.edit_chords #in_chord_sheet_ad {
  position: relative;
  top: unset;
}

#editchordsbtn, #hideLyricsbtn {
  float: left;
  padding: 5px;
  font-size: 30px;
  border-radius: 10px;
  background: #293736;
  margin-top: 7px;
}

#chord_edits_input {
  display: none;
  position: relative;
  width: 100%;
  padding: 4px;
  background: radial-gradient(#2a3233,#0c1113);
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

#chord_edit_op {
  display: none;
  position: fixed;
  top: 0;
  height: 55px;
  width: 100%;
  padding: 7px 4px 4px 4px;
  background: radial-gradient(#363636,#212528);
  border-bottom: 1px solid #32383c;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

.ecinp {
  float: left;
  display: inline-block;
  color: #b1b1b1;
  background: radial-gradient(#242424,#1c1c1c);
  border: 1px solid #434343;
  border-radius: 7px;
  margin: 0 1px;
  padding: 3px 10px;
  text-align: center;
  height: 42px;
}

.ecinp:focus {
  background: #1e2426;
  outline: none;
}

#chord_edits_input .ecinp {
  width: calc(20% - 2px);
  padding: 7px;
  cursor: pointer;
}

#chord_edits_input .ecinp.ecroot {
  border-color: #3e5059;
  font-size: 18px;
  font-weight: 600;
}

#chord_edits_input .ecinp.ectype {
  border-color: #3e5059;
}

#chord_edits_input .ecinp.ecbackspace {
  width: 14%;
  float: right;
  color: #b38c62;
  border-color: #5d554c;
}

.usingflat #ecrootsharp, .usingsharp #ecrootflat {
  display: none !important;
}

#chord_edits_input div:hover, #chord_edits_input select:hover, #chord_edits_input i:hover, #chord_edit_op div:hover {
  background: #2a2c2e;
  cursor: pointer;
}

#chord_edits_input div:active, #chord_edits_input i:active, #chord_edit_op div:active {
  transform: scale(0.9);
  background: #2a2c2e;
  cursor: pointer;
}

#tsedit:hover, .ecwinp i:hover, i.ecwinp:hover, input.ecwinp:hover {
  color: #CDDC39 !important;
  cursor: pointer;
}

#tsedit:active, .ecwinp i:active, i.ecwinp:active, input.ecwinp:active {
  transform: scale(0.9);
  color: #CDDC39 !important;
  cursor: pointer;
}

#ecuser_info {
  width: 70%;
  float: left;
  display: inline-block;
  color: #bbbbbb;
  padding: 5px 10px 5px 6px;
  border: 1px solid #424242;
  background: rgba(135, 135, 135, 0.1);
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ecsuser_info:active {
  transform: scale(0.95);
}

#editusrinfrat.ownedits #ecuser_info {
  width: 100%;
}

#editusrinfrat.ownedits #ecuser_rat {
  display: none;
}

#ecuser_info:after {
  position: relative;
  float: right;
  content: "";
  top: 12px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #fff transparent transparent transparent;
}

#editusrinfrat {
  padding: 7px 17px;
  width: 100%;
  float: left;
  background: radial-gradient(#424141,rgba(14, 21, 25, 0.2));
  margin-top: 7px;
  display: none;
}

#ecuser_rat {
  padding: 8px;
  width: 30%;
  float: right;
  text-align: center;
}

#ecuser_rat span {
  display: inline-block;
  vertical-align: middle;
}

#like_count, #dislike_count {
  width: calc(43% - 30px);
  overflow: hidden;
}

#ecuserimg {
  height: 32px;
  width: 32px;
  border-radius: 25px;
  border: 1px solid #9E9E9E;
  float: left;
  margin-right: 7px;
  display: inline-block;
  background-size: cover;
  background-repeat: round;
}

#ecusername {
  height: 32px;
  width: calc(100% - 60px);
  display: inline-block;
  float: left;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.edit_chord_active #editusrinfrat {
  display: inline-block;
}

@media (max-width:720px) {
  #allLyrics input {
    width: calc(100% - 4vw);
  }

  #allLyrics input:nth-child(2n+1) {
    margin-right: 0;
  }

  #allChords.bpl12 span {
    height: calc(16vw - 4px);
    width: calc(16vw - 4px);
    padding: 2vw 0;
  }

  #allLyrics.bpl12 input {
    margin-top: calc(16vw - 1px);
  }

  #allChords.bpl12 span:nth-child(6n+7) {
    margin-left: 0vw;
  }

  #allChords.bpl12 span p::first-letter {
    font-size: 6vw;
  }

  #allChords.bpl12 span p, #allChords.bpl12 .cnf1 {
    font-size: 5vw;
  }

  #allChords.bpl12 .cnf2 {
    font-size: 4vw;
  }

  #allChords.bpl16 span {
    height: calc(12.375vw - 4px);
    width: calc(12.375vw - 4px);
    padding: 1.6vw 0;
  }

  #allLyrics.bpl16 input {
    margin-top: calc(12.375vw - 1px);
  }

  #allChords.bpl16 span:nth-child(8n+9) {
    margin-left: 0vw;
  }

  #allChords.bpl16 span p::first-letter {
    font-size: 5vw;
  }

  #allChords.bpl16 span p, #allChords.bpl16 .cnf1 {
    font-size: 4.4vw;
  }

  #allChords.bpl16 .cnf2 {
    font-size: 3.2vw;
  }

  #ecuser_info {
    width: calc(100% - 150px);
  }

  #ecuser_rat {
    width: 150px;
  }
}

@media (min-width:1200px) {
  .chordSheetOn #allChords, #allLyrics, #usrNotes {
    width: 74vw !important;
    margin-left: calc(50% - 37vw);
  }

  #allChords.bpl12 span {
    height: calc(6vw - 4px);
    width: calc(6vw - 4px);
    padding: 1vw 0;
  }

  #allLyrics.bpl12 input {
    margin-top: calc(6vw - 1px);
  }

  #allChords.bpl12 span:nth-child(12n+13) {
    margin-left: 0vw;
  }

  #allChords.bpl12 span p::first-letter {
    font-size: 2vw;
  }

  #allChords.bpl12 span p, #allChords.bpl12 .cnf1 {
    font-size: 1.7vw;
  }

  #allChords.bpl12 .cnf2 {
    font-size: 1.2vw;
  }

  #allChords.bpl16 span {
    height: calc(4.5vw - 4px);
    width: calc(4.5vw - 4px);
    padding: 0.6vw 0;
  }

  #allLyrics.bpl16 input {
    margin-top: calc(4.5vw - 1px);
  }

  #allChords.bpl16 span:nth-child(16n+17) {
    margin-left: 0vw;
  }

  #allChords.bpl16 span p::first-letter {
    font-size: 1.7vw;
  }

  #allChords.bpl16 span p, #allChords.bpl16 .cnf1 {
    font-size: 1.5vw;
  }

  #allChords.bpl16 .cnf2 {
    font-size: 1vw;
  }
}

.ecsuser_info {
  width: 100%;
  display: inline-block;
  color: #bbbbbb;
  padding: 5px 10px 5px 6px;
  background: rgba(135, 135, 135, 0.1);
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#owneditList .ecsuser_info {
  text-align: left;
  background: linear-gradient(45deg, #111414, #2f2f2f);
}

#editSelectList .modal-content, #chooseJamList .modal-content {
  background-color: #252525;
  border-radius: 5px;
}

.ecsuserimg {
  height: 32px;
  width: 32px;
  border-radius: 25px;
  border: 1px solid #9E9E9E;
  float: left;
  margin-right: 7px;
  display: inline-block;
  background-size: cover;
  background-repeat: round;
}

.ecsusername {
  height: 32px;
  width: calc(100% - 60px);
  display: inline-block;
  float: left;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#editListWrapper {
  text-align: left;
}

#editSelectList h3, #chooseJamList h3 {
  margin: 0 0 12px 0;
  border-bottom: 1px solid #202020;
  color: #9E9E9E;
  text-align: left;
  padding-bottom: 3px;
  padding-left: 5px;
  background: linear-gradient(45deg, #1f1f1f, transparent);
}

.ecwinp span {
  width: 100%;
  display: block;
  height: 19px;
  font-size: 12px;
  padding-left: 2px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#chord_ecw_input {
  display: none;
  position: relative;
  width: 100%;
  padding: 4px;
  background: #1e1e1e;
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}

.ecwinp {
  float: left;
  display: inline-block;
  color: #b1b1b1;
  background: radial-gradient(#242424,#1c1c1c);
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  border-radius: 7px;
  margin: 0 1%;
  padding: 3px 10px;
  text-align: center;
  height: 42px;
}

#bpminp {
  margin: 0;
  width: calc(34% - 56px);
  border-right: 1px solid #3c3c3c;
  border-left: none;
  font-weight: bold;
  color: #00bfca;
}

#tsedit {
  padding: 1px;
  width: 15%;
}

#shiftedit {
  padding: 1px;
  width: 46%;
}

.ecwinp.bpmctrl {
  display: none;
}

.ecwinp.bpmactive {
  display: inline-block !important;
  width: calc(8% - 6px);
  padding: 0;
  margin: 0 4px;
  line-height: 40px;
  color: #4CAF50;
}

#tsedit.bpmeditact {
  display: none;
}

@media (max-width:720px) {
  #shiftedit.bpmeditact {
    display: none;
  }

  #bpminp.bpmeditact {
    width: calc(54% - 56px);
  }

  .ecwinp.bpmactive {
    width: calc(22% - 6px);
  }
}

#likebtn:hover, #dislikebtn:hover {
  color: #adadad;
  cursor: pointer;
}

#likebtn.active {
  color: #00b3ca;
  cursor: pointer;
}

#dislikebtn.active {
  color: #cd7a00;
  cursor: pointer;
}

#keybpminfo {
  display: inline-block;
  width: 100%;
}

#keybpminfo div {
  width: 42%;
  margin: 5px 4% 1px 4%;
  padding-bottom: 3px;
  float: left;
  border: 1px solid #25282a;
  border-radius: 7px;
  box-shadow: inset 0px 0px 5px 0px black;
}

#keybpminfo > div > span {
  width: 100%;
  display: inline-block;
  margin: 0;
}

@media (max-width: 350px) {
  #control_keyset_left, #control_keyset_right {
    width: 30%;
  }

  #control_keyset_center{
    width: 40%;
  }
}

#loop_control {
  display: inline-block;
  line-height: 22px;
  padding: 0 1%;
  cursor: pointer;
}

#usrNotes {
  width: 100%;
  text-align: left;
  padding: 1vw 2vw 0 2vw;
  border-top: 1px solid #141414;
  border-radius: 10px;
  display: none;
}

.chordSheetOn #usrNotes {
  display: inline-block;
}

#usernoteinput {
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #000000;
  box-shadow: inset 0px 0px 2px 1px #484848;
  background: #1d1d1d;
  color: #c4c4c4;
  resize: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#editprivacy {
  display: none;
  width: 100%;
}

#editprivacy span {
  display: inline-block;
  float: left;
  line-height: 28px;
}

.edit_chords #editprivacy {
  display: inline-block;
}

/** After styles**/

#chord_mode_changer > button {
  width: 27%;
  padding: 0 5px;
  font-size: 16px;
  border-bottom: 1px solid #535c63;
}

.diagSliderOn #cs_heading {
  /* display: inline-block; */
  width: 100%;
}

.diagSliderOn #allChords {
  padding-top: 2px;
  border: 0;
  border-bottom: 1px solid #3c4345;
  box-shadow: rgb(5, 7, 8) 0px 1px 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

#cs_heading {
  font-size: 20px;
  font-weight: 700;
  color: #c0cdd0;
  border-top: 2px solid #00966e;
  margin-bottom: 3px;
  margin-top: 5px;
  border-radius: 8px;
  background: radial-gradient(#45504f,#0e1519)!important;
  display: none;
}

.dm-uploader {
  border: 0.25rem solid transparent;
  border-radius: 0.5rem;
  text-align: center;
}

.dm-uploader.active {
  border-color: red;
  border-style: solid;
}

.dm-uploader {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.dm-uploader .btn {
  position: relative;
  overflow: hidden
}

.dm-uploader .btn input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  width: 100%;
  opacity: 0;
  cursor: pointer
}

.bg-error {
  background: #df9d88;
}

/* #drag-and-drop-zone {
        display: none;
        margin: 10px;
        color: #dcdcdc;
        background: radial-gradient(#3a555a, #000000);
    } */

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}

.progress-striped .progress-bar,
    .progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
    .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.btn {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #FFFFFF;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}

.btn:hover {
  color: #000000;
  background-color: #FFFFFF;
}

#status-upload {
  top: 1px;
  left: 5px;
  background: radial-gradient(black, rgb(0 0 0 / 20%));
  border-radius: 50%;
  width: 160px;
  height: 90px;
  border-radius: 9px;
  display: inline-block;
  position: absolute;
  text-align: center;
  padding-top: 34px;
}

#status-upload.text-uploading {
  color: #098b9c;
}

#status-upload.text-estimating {
  color: #05bf81;
}

#uploads_container {
  background: #252525;
  min-height: 100vh;
  padding-top: 60px;
}

#jamlistinput{
  width: 100%;
  height: 31px;
  margin-bottom: 4px;
  border-radius: 5px;
  border: 1px solid #000000;
  box-shadow: inset 0px 0px 2px 1px #484848;
  background: rgb(37, 37, 37);
  color: #e2e2e2;
  padding: 7px;
  font-size: 15px;
  outline: none;
}

#newjamlistsave{
  display: inline-block;
  width: 25%;
  font-size: 15px;
  vertical-align: sub;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #00e4cf;
  cursor: pointer;
}

#newjamlistsave:active {
  transform: scale(0.9);
}

#ownjamList::-webkit-scrollbar, #usernoteinput::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px
}

#ownjamList::-webkit-scrollbar-track, #usernoteinput::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

#ownjamList::-webkit-scrollbar-thumb, #usernoteinput::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px
}

.deleteListItem {
  display: none;
  float: right;
  height: 30px;
  line-height: 32px;
  padding: 4px 2px;
  color: #ff4e24;
}

#editUploadedTracks {
  margin-left: 10px;
  font-size: 14px;
  color: #b8aca9;
  font-weight: normal;
  border: 1px solid #939393;
  padding: 2px 6px;
  border-radius: 8px;
  vertical-align: 2px;
  float: right;
  cursor: pointer;
}

#editJamlists, #editLovedTracks, .removeFevBtn{
  cursor: pointer;
}

.downloads_wrapper {
  display: block;
  margin-bottom: 2px;
  width: 100%;
  padding: 10px;
  border-top: 2px solid #151515;
  background: linear-gradient(0deg, #191919, transparent);
}

.pdwnld_btn {
  margin-right: 12px;
  color: #b8aca9;
  font-weight: normal;
  border-bottom: 2px solid #006359;
  background: #003944;
  padding: 4px 7px;
  border-radius: 6px;
  cursor: pointer;
}

span.pdwnld_btn:active {
  background: #09523f;
  border-bottom: 2px solid #42976f;
}

.diagSliderOn .downloads_wrapper {
  display: none;
}

.clearHead {
  padding-top: 1px;
  margin-right: -9px;
}

.modalHead {
  margin-top: -10px;
  margin-left: -15px;
  margin-bottom: 8px;
  width: calc(100% + 30px);
  padding: 12px 16px 12px 16px;
  color: #e0e0e0;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
  border-radius: 2px;
  background: #171717;
  border: 1px solid #252525;
  border-bottom-color: rgba(233, 236, 239, 0);
}

.editListOptBtn {
  margin-left: 2%;
  font-size: 15px;
  color: #b8aca9;
  font-weight: normal;
  background: #454a4b;
  padding: 4px 6px;
  border-radius: 8px;
}

/* } */

.placeholder\:text-neutral-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.placeholder\:text-neutral-400:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.placeholder\:text-neutral-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-1::before {
  content: var(--tw-content);
  left: -0.25rem;
}

.before\:-bottom-1::before {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.before\:h-6::before {
  content: var(--tw-content);
  height: 1.5rem;
}

.before\:w-6::before {
  content: var(--tw-content);
  width: 1.5rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-\[\#63AEAB\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(99 174 171 / var(--tw-bg-opacity));
}

.before\:duration-200::before {
  content: var(--tw-content);
  transition-duration: 200ms;
}

.visited\:text-sky-600:visited {
  color: rgb(2 132 199 );
}

.invalid\:border-b-red-500:invalid {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.invalid\:text-red-600:invalid {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:rounded-full:hover {
  border-radius: 9999px;
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0c4441\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 68 65 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#054553\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 69 83 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#149fbe\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 159 190 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#118eaa\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 142 170 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.focus\:border-b-teal-500:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:z-20 {
  z-index: 20;
}

.group:hover .group-hover\:mb-0 {
  margin-bottom: 0px;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:before\:translate-x-6::before {
  content: var(--tw-content);
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:-ml-\[1px\] {
    margin-left: -1px;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:\!block {
    display: block !important;
  }

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

  .sm\:\!inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:\!flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[34rem\] {
    height: 34rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-\[30px\] {
    height: 30px;
  }

  .sm\:h-\[100px\] {
    height: 100px;
  }

  .sm\:w-\[385px\] {
    width: 385px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

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

  @media (min-width: 640px) {
    .sm\:sm\:w-1\/2 {
      width: 50%;
    }
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-\[380px\] {
    width: 380px;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-\[180px\] {
    padding-top: 180px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:mt-\[120px\] {
    margin-top: 120px;
  }

  .md\:mb-\[220px\] {
    margin-bottom: 220px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:-mt-\[100px\] {
    margin-top: -100px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

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

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[220px\] {
    padding-top: 220px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-\[160px\] {
    margin-top: 160px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-\[112px\] {
    height: 112px;
  }

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

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-\[438px\] {
    max-width: 438px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-\[40px\] {
    border-radius: 40px;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-r-\[40px\] {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-black\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }
}

@media (min-width: 1280px) {
  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mb-\[220px\] {
    margin-bottom: 220px;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:-mt-\[64px\] {
    margin-top: -64px;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:h-\[39rem\] {
    height: 39rem;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:max-w-\[1430px\] {
    max-width: 1430px;
  }

  .\32xl\:max-w-\[715px\] {
    max-width: 715px;
  }
}


