:root {
  --black: #000000;
  --bg-color: #131015;
  --color: white;
  --darker-white: #e8e6e3;
  --color-hover: var(--color-hover);
  --nav-bg-color: #0b0a0c;
  --footer-color: #dadada;
  --sidebar-bg-color: #161318;
  --sidebar-hover-bg-color: #1e1a21;
  --sidebar-color: #d7d3ce;
  --sidebar-hover-color: #e4ddcf;
  --sidebar-focus-bg-color: #002f40;
  --sidebar-focus-color: #23c3ff;
  --box-bg-color: #0c0a0e;

  --text-purple: #ad81ff;
  --light-purple: #6441a5;
  --light-purple-hover: #6f49b6;
  --purple: #442d7a;
  --dark-purple: #3a256b;
  --light-red: #ff6f6f;
  --light-red-hover: #ff5555;
  --red: #ca1717;
  --red-hover: #b10e0e;
  --light-green: #74ff6f;
  --light-green-hover: #66ff55;
  --dark-green: #0f3106;
  --green: #1b630a;
  --dark-grey: #393939;
  --grey: #7a7a7a;
  --info-bg-color: rgba(0, 0, 0, 0.95);
  --link-color: #ad81ff;
  --link-hover-color: #9968f5;

  --audio-bg-color: rgba(40, 45, 53, 0.55);

  --nunito: 'Nunito', sans-serif;
  --quicksand: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  --roboto: "Roboto", sans-serif;
  --justdance: "Just Dance", sans-serif;
}

@font-face {
  font-family: 'Mexican Pride Urban';
  font-style: normal;
  font-weight: 400;
  src: local('Mexican Pride Urban'), url('../assets/fonts/MexicanPrideUrban.woff') format('woff');
}

@font-face {
  font-family: 'Long Shot';
  font-style: normal;
  font-weight: 400;
  src: local('Long Shot'), url('../assets/fonts/LongShot.woff') format('woff');
}

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  src: local('Bebas'), url('../assets/fonts/Bebas.woff') format('woff');
}

@font-face {
  font-family: 'Bombardier';
  font-style: normal;
  font-weight: 400;
  src: local('Bombardier'), url('../assets/fonts/Bombardier.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/nunito.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/quicksand.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/material-icon.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.green {
  color: rgb(81, 217, 177);
}

.red {
  color: rgb(217, 81, 81);
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

img {
  user-select: none;
}

.error-fix {
  margin-top: 0;
}

.color-fix {
  color: var(--darker-white);
}

.info-link {
  font-weight: bold;
  text-decoration: none;
  color: var(--link-color);
}

.info-link:hover {
  color: var(--link-hover-color);
}

.kofi-link {
  text-decoration: underline;
  color: var(--sidebar-focus-color);
  text-decoration-color: rgb(177, 235, 255);
  word-break: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  cursor: pointer;
}

.kofi-link:hover {
  color: rgb(26, 193, 255);
  text-decoration-color: rgb(26, 193, 255);
}

small.info {
  color: var(--light-red);
  font-weight: bold;
}

.no-select {
  cursor: not-allowed !important;
}

.details-text {
  font-size: .75rem;
  margin-top: -.4rem;
  margin-bottom: .75rem;
  min-height: 30px;
}

.audio-file {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  max-width: 500px;
  margin-bottom: 16px;
  background-color: var(--audio-bg-color);
  color: var(--darker-white);
}

.betaBox {
  border: 1px solid #1962b6;
  background-color: #3787e3;
  padding: .1rem .3rem;
  color: var(--color);
  font-size: 1.2rem;
  border-radius: 4px;
}

.sidebar-item-text .betaBox {
  border: 1px solid #1962b6;
  background-color: #3787e3;
  padding: 1px .15rem;
  color: var(--color);
  font-size: .8rem;
}

/* Alert Text Box */
.alert {
  display: none;
  text-align: center;
  padding: 0.75rem 1.25rem;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  z-index: 1;
  overflow: initial;
}

.alert.important {
  color: #ffffff;
  background-color: #b11826;
  border-color: #790a15;
  font-weight: bold;
}

.alert .info-link {
  color: #cfb6ff;
}

.alert .info-link:hover {
  color: #c5a5ff;
}

/* Webhook Status */
.webhook-span {
  display: flex;
  align-items: center;
}

.webhook-status {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.webhook-status.disconnected {
  color: var(--light-red);
}

.webhook-status.connected {
  color: var(--light-green);
}

.webhook-status i {
  margin-right: 0.2rem;
}

/* Coloris custom style */
.square.clr-field button,
.circle.clr-field button {
  width: 22px;
  height: 22px;
  left: 5px;
  right: auto;
  border-radius: 5px;
}

.square.clr-field input,
.circle.clr-field input {
  padding-left: 36px;
}

.circle.clr-field button {
  border-radius: 50%;
}

.full.clr-field button {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: var(--quicksand);
  overflow: hidden;
}

/* Image flickering fix */
body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../assets/img/twitch-hover.png") url('../assets/img/sack-dollar-hover.svg') url('../assets/img/star-hover.svg') url('../assets/img/user-hover.svg') url('../assets/img/basket-shopping-hover.svg') url('../assets/img/gear-hover.svg') url('../assets/img/sack-dollar-focus.svg') url('../assets/img/star-focus.svg') url('../assets/img/user-focus.svg') url('../assets/img/basket-shopping-focus.svg') url('../assets/img/gear-focus.svg');
}

html,
body {
  background: var(--bg-color);
  color: var(--color);
  max-width: 1200px;
  margin: auto auto;
}

.main-view-with-alert {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  height: calc(100vh - 90px);
}

.main-view {
  position: relative;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

.loggedin {
  display: none;
}

.footer,
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto auto;
}

.header {
  height: 50px;
}

.header .header-box {
  display: flex;
  align-items: center;
  flex: 1;
  user-select: none;
}

.header .header-box .header-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}

.header .header-box .header-img img {
  width: 3rem;
  height: 3rem;
}

.header .header-box .header-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.header .header-user {
  display: none;
  align-items: center;
}

.header .header-user .user-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.header .header-user .user-logo img {
  width: 42px;
  height: 42px;
  margin-right: .75rem;
  border-radius: 50%;
  border: 2px solid var(--light-purple-hover);
}

.header .header-user .user-name {
  color: var(--color);
  font-size: .9rem;
  font-weight: bold;
  max-width: 75px;
  text-overflow: ellipsis;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 24px;
}

.content .content-site {
  display: block;
}

.loginBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loggingIn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 375px;
  height: auto;
  border: 2px solid var(--sidebar-hover-bg-color);
  background: var(--box-bg-color);
  color: var(--color);
  padding: 0.75rem 1rem;
  border-radius: 1rem;
}

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

.login-box .error-box {
  display: none;
  border-radius: 4px;
  border: 2px solid #890b0b;
  background: #aa1313;
  width: 350px;
  text-align: center;
  margin: 0;
  color: var(--color);
  padding: 8px 12px;
  margin-bottom: 24px;
  font-weight: bold;
}

.login-box .info-box {
  display: none;
  border-radius: 4px;
  border: 2px solid #003e63;
  background: #027dc4;
  width: 350px;
  text-align: center;
  margin: 0;
  color: var(--color);
  padding: 8px 12px;
  margin-bottom: 24px;
  font-weight: bold;
}

.lologin-boxgin .success {
  border-radius: 4px;
  border: 2px solid #0b610b;
  background: #0c920c;
  width: 350px;
  text-align: center;
  margin: 0;
  color: var(--color);
  padding: 8px 12px;
  margin-bottom: 24px;
  font-weight: bold;
}

.login-img {
  text-align: center;
  padding-bottom: 18px;
}

.login-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  position: relative;
  color: var(--color);
  text-decoration: none;
  font-weight: bold;
  background: var(--light-purple);
  border: 2px solid var(--dark-purple);
  border-radius: 5px;
  text-align: right;
  margin-bottom: 0.5rem;
  user-select: none;
}

.login-btn .login-logo {
  width: 32px;
  height: 32px;
  z-index: 1;
  margin-right: 5px;
  margin-left: -5px;
  background-image: url("../assets/img/twitch.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left;
  background-origin: content-box;
  user-select: none;
}

.login-btn .twitch-login {
  position: relative;
  color: var(--color);
  text-decoration: none;
  font-weight: bold;
  user-select: none;
}

.login-btn:hover {
  background: var(--light-purple-hover);
  border: 2px solid var(--purple);
  color: var(--color-hover);
  cursor: pointer;
}

.login-btn:hover .login-logo {
  background-image: url("../assets/img/twitch-hover.png");
}

.login-box .info {
  padding-bottom: 1rem;
}

.logout-btn {
  font-family: var(--nunito);
  display: flex;
  align-items: center;
  padding: 8px 16px;
  text-align: center;
  touch-action: manipulation;
  white-space: nowrap;
  transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
  color: var(--light-red);
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  font-weight: bold;
  user-select: none;
}

.logout-btn>i.fas {
  padding-right: .5rem;
  user-select: none;
}

.logout-btn:hover {
  color: var(--light-red-hover);
}

h1 {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.login-header-box {
  display: flex;
  align-items: center;
  flex: 1;
}

.login-header-box .login-header-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}

.login-header-box .login-header-img img {
  width: 3rem;
  height: 3rem;
}

.login-header-box .login-header-text {
  font-size: 2rem;
  font-weight: bold;
}

b {
  font-weight: bold;
  color: var(--color);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 50px;
  background-color: var(--nav-bg-color);
  box-shadow: rgb(0 0 0 / 5%) 0px 5px 8px, rgb(0 0 0 / 5%) 0px 5px 16px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 40px;
  background-color: var(--nav-bg-color);
  box-shadow: rgb(0 0 0 / 5%) 0px -5px 8px, rgb(0 0 0 / 5%) 0px -5px 16px;
}

.checkbox {
  padding-left: 0;
  margin-bottom: 8px;
  margin-top: 8px;
  min-width: 210px;
}

.checkbox.no-label {
  margin: 0;
  height: 46px;
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  margin-bottom: 8px;
  height: 26px;
  cursor: pointer;
  white-space: pre;
  text-overflow: ellipsis;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin-left: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #002f40;
  border-color: #005e82;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #00384f;
  border-color: #005e82;
}

.checkbox label::before {
  border-color: rgb(62, 68, 70);
  background-color: rgb(24, 26, 27);
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: 0;
  border: 2px solid var(--darker-white);
  border-radius: 3px;
  background-color: var(--bg-color);
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
  -o-transition: border .15s ease-in-out, color .15s ease-in-out;
  transition: border .15s ease-in-out, color .15s ease-in-out;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: rgb(232, 230, 227);
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox input[type="checkbox"]:checked+label::after {
  content: "✔";
  font-weight: 900;
  font-size: 14px;
  padding-left: 26px;
}

.checkbox input[disabled="true"]+label::before,
.checkbox input[disabled="true"]+label,
.checkbox input[disabled="true"]+label::after {
  opacity: .5;
}

.checkbox label::after {
  color: rgb(178, 172, 162);
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}

/* HIDE RADIO */
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
  margin-right: .4rem;
  border: 2px solid rgba(120, 111, 99, 0.2);
  cursor: pointer;
}

[type=radio]:hover+img {
  border: 2px solid rgb(120, 111, 99);
}

/* CHECKED STYLES */
[type=radio]:checked+img {
  border-radius: 4px;
  border: 2px solid var(--sidebar-focus-color);
  transition: border 0.3s ease-in-out;
}

.radio-box {
  display: flex;
  flex-wrap: wrap;
  gap: .01rem;
  transition: border 0.3s ease-in-out;
  width: 100%;
}

.text-style-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.text-style-checkbox+img {
  margin-right: .4rem;
  border: 2px solid rgba(120, 111, 99, 0.2);
  cursor: pointer;
}

.text-style-checkbox:hover+img {
  border: 2px solid rgb(120, 111, 99);
}

.text-style-checkbox:checked+img {
  border-radius: 4px;
  border: 2px solid var(--sidebar-focus-color);
  transition: border 0.3s ease-in-out;
}

.text-style-icon {
  width: 50px;
  height: 50px;
  padding: 0.4rem;
}

.bold {
  font-weight: bold;
}

.padding {
  padding: .75rem;
}

.padding-t-b {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.margin-b {
  margin-bottom: 0.75rem;
}

.margin-t-b {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
}

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

input[type="file"] {
  display: block;
}

input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  background-color: -internal-light-dark(rgb(24, 26, 27), rgba(70, 90, 126, 0.4)) !important;
  background-image: none !important;
  border-color: rgb(62, 68, 70) !important;
  color: fieldtext !important;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.element-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}

.element-group.variation {
  flex-direction: column;
  flex-wrap: nowrap;
}

.element {
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  flex: 1 1 150px;
  min-width: 200px;
}

.variation .element {
  flex: 1;
  width: 100%;
}

.element.hint {
  display: flex;
  align-items: center;
  color: rgb(165, 157, 146);
  font-size: 15px;
  margin: 1.5rem 0;
}

.element.hint>p {
  margin-left: 0.2rem;
}

.sub-element {
  display: flex;
  align-items: center;
}

.m-l-16 {
  margin-left: 1rem;
}

.textarea-box {
  display: block;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 1rem;
  width: 100% !important;
  line-height: 1.42857143;
  vertical-align: middle;
  background-color: rgb(24, 26, 27);
  background-image: none;
  color: rgb(200, 195, 188);
  border: 2px solid rgba(120, 111, 99, 0.2) !important;
  transition: border .3s ease-in-out;
  outline: none;
  cursor: text;
  box-shadow: none;
  resize: vertical;
}

.textarea-box:hover {
  border: 2px solid rgb(120, 111, 99) !important;
}

input[type=range] {
  -webkit-appearance: none;
  min-height: 46px;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  background: #1c1f20;
  border-radius: 25px;
  border: 0 solid #000101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 4px 10px rgb(14 81 106 / 30%), 0 0 0 #0e516a, 0 2px 5px rgb(14 81 106 / 30%), 0 0 0 #0e516a;
  border: 0 solid #0e516a;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #0c7fa9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9.3px;
}

input[type=range]:hover::-webkit-slider-runnable-track {
  background: #2b2f30;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: .2s;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  background: #1c1f20;
  border-radius: 25px;
  border: 0 solid #000101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 #093748, 0 0 0 #0e516a;
  border: 0 solid #0e516a;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #0c7fa9;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: .2s;
  background: 0 0;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent
}

input[type=range]::-ms-fill-lower {
  background: #e8e8e8;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d
}

input[type=range]::-ms-fill-upper {
  background: #e8e8e8;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d
}

input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 #093748, 0 0 0 #0e516a;
  border: 0 solid #0e516a;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #0c7fa9;
  cursor: pointer;
}

input[type=range]:hover::-ms-fill-lower {
  background: #2b2f30;
}

input[type=range]:hover::-ms-fill-upper {
  background: #2b2f30;
}

.select-wrapper {
  max-height: 300px;
  overflow-y: visible;
}

.slider {
  transition: border .3s ease-in-out;
  outline: none;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  min-height: 45px;
}

.select-box {
  display: block;
  width: 100%;
  height: 46px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: rgb(24, 26, 27);
  background-image: none;
  color: rgb(200, 195, 188);
  border-color: rgb(62, 68, 70);
  border: 2px solid rgba(120, 111, 99, 0.2) !important;
  transition: border .3s ease-in-out;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  min-height: 46px;
}

.select-box:hover {
  border: 2px solid rgb(120, 111, 99) !important;
}

select {
  margin: 0;
}

option {
  cursor: pointer;
}

.select-box>option:nth-child(1) {
  color: rgb(217, 214, 209);
}

.upload-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.image-preview,
.video-file {
  min-width: 128px;
  max-width: 128px;
}

.input-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid rgba(120, 111, 99, 0.2) !important;
  transition: border 0.3s ease-in-out;
  border-radius: 8px !important;
  width: 100%;
}

.input-box:hover {
  border-color: rgb(120, 111, 99) !important;
}

.input-box .input {
  border: none !important;
  outline: none;
  margin: 0 !important;
  background-color: rgb(24, 26, 27);
  background-image: none;
  color: rgb(200, 195, 188);
  border-color: rgb(62, 68, 70);
  box-shadow: none;
  border-radius: 8px;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  width: 100%;
  height: 46px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  vertical-align: middle;
}

.input-box .input.blur:not(:focus) {
  color: transparent;
  text-shadow: 0 0 5px rgb(200 195 188);
}

.choosefile-btn::file-selector-button,
.choosefile-btn::-webkit-file-upload-button {
  background-color: #002f40;
  color: var(--sidebar-focus-color);
  border: 1px solid #005e82;
  border-radius: 25px;
  padding: .8rem 1rem;
  margin-right: 16px;
  margin-left: 16px;
  cursor: pointer;
  user-select: none;
}

.choosefile-btn::file-selector-button:hover,
.choosefile-btn::-webkit-file-upload-button:hover {
  background-color: #00384f;
  color: var(--sidebar-focus-color);
  border: 1px solid #005e82;
  user-select: none;
}

.copy-btn,
.update-btn {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  margin-bottom: 0;
  background-color: #002f40;
  color: var(--sidebar-focus-color);
  border: 1px solid #005e82;
  font-weight: 700;
  border-radius: 8px;
  max-width: 130px;
  min-width: 110px;
  width: 130px;
  height: 38px;
  padding: 8px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: none;
  text-transform: none;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
  user-select: none;
  margin-right: 5px;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
}

.copy-btn:hover,
.update-btn:hover {
  background-color: #00384f;
}

.default-btn {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: rgb(28, 31, 32);
  height: 46px;
  padding: 8px 16px;
  color: rgb(183, 177, 168);
  border-radius: 100px;
  border: 2px solid rgba(120, 111, 99, 0.2);
  text-transform: none;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  user-select: none;
}

.default-btn:hover {
  color: rgb(222, 214, 202);
  border: 2px solid rgb(120, 111, 99);
}

.send-test-alert-btn,
.cancel-btn,
.save-btn {
  font-family: var(--nunito);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 46px;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
  color: var(--darker-white);
  background-color: #007eaf;
  border: 1px solid #007cab;
  cursor: pointer;
  user-select: none;
  font-size: 1.2rem;
  font-weight: bold;
  user-select: none;
}

.send-test-alert-btn:hover,
.cancel-btn:hover,
.save-btn:hover {
  border-color: var(--color);
}

.send-test-alert-btn:focus,
.cancel-btn:focus,
.save-btn:focus {
  border: 2px solid var(--color);
}

.cancel-btn {
  background-color: #888888;
  border: 1px solid #373737;
}

.delete-btn {
  font-family: var(--nunito);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 46px;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
  color: var(--darker-white);
  background-color: var(--red);
  border: 1px solid var(--red-hover);
  cursor: pointer;
  user-select: none;
  font-size: 1.2rem;
  font-weight: bold;
  user-select: none;
}

.delete-btn:hover {
  border-color: var(--color);
}

.delete-btn:focus {
  border: 2px solid var(--color);
}

.sidebar {
  display: none;
  min-width: 290px;
  width: 290px;
  height: 100%;
  padding-top: 1rem;
  z-index: 1;
  background: var(--sidebar-bg-color);
  box-shadow: rgb(0 0 0 / 5%) 8px 4px 10px 0px;
  overflow: auto;
  transition: width 300ms;
}

.sidebar .sidebar-content {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar .sidebar-content .sidebar-header-text {
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.sidebar .sidebar-content .sidebar-btn {
  display: flex;
  font-weight: 800;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: var(--sidebar-bg-color);
  color: var(--sidebar-color);
  border-radius: 50px;
  border: none;
  outline: none;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  margin-bottom: .5rem;
  border-color: initial;
  outline-color: initial;
  padding: 0 16px;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  user-select: none;
}

.sidebar .sidebar-content .sidebar-btn>i.fas {
  font-size: 18px;
  user-select: none;
  min-width: 18px;
}

.fa-sack-dollar {
  background-image: url('../assets/img/sack-dollar.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.fa-star {
  background-image: url('../assets/img/star.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.fa-user {
  background-image: url('../assets/img/user.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.fa-basket-shopping {
  background-image: url('../assets/img/basket-shopping.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.fa-settings {
  background-image: url('../assets/img/gear.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.fa-star:before,
.fa-user:before,
.fa-settings:before,
.fa-basket-shopping:before,
.fa-sack-dollar:before {
  content: '' !important;
}

.sidebar .sidebar-content .sidebar-btn:hover {
  background-color: var(--sidebar-hover-bg-color);
  color: var(--sidebar-hover-color);
}

.sidebar .sidebar-content .sidebar-btn:hover .fa-sack-dollar {
  background-image: url('../assets/img/sack-dollar-hover.svg');
}

.sidebar .sidebar-content .sidebar-btn:hover .fa-star {
  background-image: url('../assets/img/star-hover.svg');
}

.sidebar .sidebar-content .sidebar-btn:hover .fa-user {
  background-image: url('../assets/img/user-hover.svg');
}

.sidebar .sidebar-content .sidebar-btn:hover .fa-basket-shopping {
  background-image: url('../assets/img/basket-shopping-hover.svg');
}

.sidebar .sidebar-content .sidebar-btn:hover .fa-settings {
  background-image: url('../assets/img/gear-hover.svg');
}

.sidebar .sidebar-content .sidebar-btn.active,
.sidebar .sidebar-content .sidebar-btn:focus {
  background-color: var(--sidebar-focus-bg-color);
  color: var(--sidebar-focus-color);
}

.sidebar .sidebar-content .sidebar-btn.active .fa-sack-dollar,
.sidebar .sidebar-content .sidebar-btn:focus .fa-sack-dollar {
  background-image: url('../assets/img/sack-dollar-focus.svg');
}

.sidebar .sidebar-content .sidebar-btn.active .fa-star,
.sidebar .sidebar-content .sidebar-btn:focus .fa-star {
  background-image: url('../assets/img/star-focus.svg');
}

.sidebar .sidebar-content .sidebar-btn.active .fa-user,
.sidebar .sidebar-content .sidebar-btn:focus .fa-user {
  background-image: url('../assets/img/user-focus.svg');
}

.sidebar .sidebar-content .sidebar-btn.active .fa-basket-shopping,
.sidebar .sidebar-content .sidebar-btn:focus .fa-basket-shopping {
  background-image: url('../assets/img/basket-shopping-focus.svg');
}

.sidebar .sidebar-content .sidebar-btn.active .fa-settings,
.sidebar .sidebar-content .sidebar-btn:focus .fa-settings {
  background-image: url('../assets/img/gear-focus.svg');
}

.sidebar .sidebar-content .sidebar-btn .sidebar-item-text {
  padding: 0 16px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto auto;
  width: 100%;
  height: 40px;
  font-size: 0.9rem;
  color: var(--footer-color);
  text-align: center;
}

/* Custom Scrollbar Style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #202324;
  color: #aba499;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #454a4d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-corner {
  background-color: #181a1b;
}

::-webkit-scrollbar-track {
  background-color: black;
  border-radius: 0;
}

/* Variation Style */
.variation-list {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}

.variation-entry-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: .4rem;
}

.variation-entry-no-data .variation-entry-center {
  display: flex;
  align-items: center;
}

.variation-entry-no-data .variation-entry-center .variation-entry-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.variation-entry-no-data .variation-entry-center .variation-entry-text .variation-no-data-img {
  width: 64px;
  height: 64px;
}

.variation-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.variation-footer .variation-btn {
  font-family: var(--nunito);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 46px;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
  color: var(--darker-white);
  background-color: #07660b;
  border: 1px solid #053e07;
  cursor: pointer;
  user-select: none;
  font-size: 1.2rem;
  font-weight: bold;
  user-select: none;
}

.variation-footer .variation-btn:hover {
  border-color: var(--color);
}

.variation-footer .variation-btn:focus {
  border: 2px solid var(--color);
}

.variation-box {
  color: var(--color);
  text-align: left;
}

.error-box {
  display: none;
  font-size: .9rem;
  color: var(--light-red);
  font-weight: bold;
  margin-top: -0.4rem;
}

.variation-dialog {
  max-width: 875px;
  width: 100%;
  max-height: 800px;
  height: 100%;
  padding: 0;
}

.variation-dialog .swal2-title {
  padding-top: 0.65em;
}

.variation-dialog .variation-box {
  position: relative;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

.variation-dialog .variation-box .content-site {
  margin: 0 2.85em;
}

.variation-list .variation-entry {
  display: flex;
  width: 100%;
  min-height: 50px;
  background-color: #232131;
  border-top: 1px solid #312e44;
  cursor: grab;
}

.variation-list .variation-entry.chosen {
  cursor: grabbing !important;
  opacity: 1;
}

.ghost {
  opacity: .5;
}

.variation-list .variation-entry .variation-left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.variation-list .variation-entry .variation-left-content .variation-switch {
  height: 0;
  width: 0;
  visibility: hidden;
}

.variation-list .variation-entry .variation-left-content .variation-switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 25px;
  background: #4f4a52;
  display: block;
  border-radius: 25px;
  position: relative;
}

.variation-list .variation-entry .variation-left-content .variation-switch-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #eee;
  border-radius: 21px;
  transition: 0.3s;
}

.variation-list .variation-entry .variation-left-content .variation-switch:checked+.variation-switch-label {
  background: #0b7fa9;
}

.variation-list .variation-entry .variation-left-content .variation-switch:checked+.variation-switch-label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.variation-list .variation-entry .variation-center-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.variation-list .variation-entry .variation-center-content .variation-text {
  font-size: 1.1rem;
  font-weight: bold;
}

.variation-list .variation-entry .variation-center-content .variation-description {
  font-size: .9rem;
}

.variation-list .variation-entry .variation-right-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.5rem;
}

.variation-list .variation-entry .variation-right-content .variation-delete-btn,
.variation-list .variation-entry .variation-right-content .variation-settings-btn,
.variation-list .variation-entry .variation-right-content .variation-duplicate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--color);
  cursor: pointer;
  user-select: none;
}

.variation-list .variation-entry .variation-right-content .variation-delete-btn {
  color: var(--light-red);
}

.variation-list .variation-entry .variation-right-content .variation-settings-btn:hover,
.variation-list .variation-entry .variation-right-content .variation-duplicate-btn:hover {
  color: var(--darker-white);
}

.variation-list .variation-entry .variation-right-content .variation-delete-btn:hover {
  color: var(--light-red-hover);
}

.variation-list .variation-entry .variation-right-content .variation-delete-btn>i,
.variation-list .variation-entry .variation-right-content .variation-settings-btn>i,
.variation-list .variation-entry .variation-right-content .variation-duplicate-btn>i {
  font-size: 1.4rem;
  user-select: none;
}

/* TTS Filter Style */
.tts-filter-list {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}

.tts-filter-entry-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: .4rem;
}

.tts-filter-entry-no-data .tts-filter-entry-center {
  display: flex;
  align-items: center;
}

.tts-filter-entry-no-data .tts-filter-entry-center .tts-filter-entry-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.tts-filter-entry-no-data .tts-filter-entry-center .tts-filter-entry-text .tts-filter-no-data-img {
  width: 64px;
  height: 64px;
}

.tts-filter-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.tts-filter-footer .tts-filter-btn {
  font-family: var(--nunito);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 46px;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s;
  color: var(--darker-white);
  background-color: #07660b;
  border: 1px solid #053e07;
  cursor: pointer;
  user-select: none;
  font-size: 1.2rem;
  font-weight: bold;
  user-select: none;
}

.tts-filter-footer .tts-filter-btn:hover {
  border-color: var(--color);
}

.tts-filter-footer .tts-filter-btn:focus {
  border: 2px solid var(--color);
}

.tts-filter-box {
  color: var(--color);
  text-align: left;
}

.error-box {
  display: none;
  font-size: .9rem;
  color: var(--light-red);
  font-weight: bold;
  margin-top: -0.4rem;
}

.tts-filter-dialog {
  max-width: 875px;
  width: 100%;
  max-height: 800px;
  height: 100%;
  padding: 0;
}

.tts-filter-dialog .swal2-title {
  padding-top: 0.65em;
}

.tts-filter-dialog .tts-filter-box {
  position: relative;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

.tts-filter-dialog .tts-filter-box .content-site {
  margin: 0 2.85em;
}

.tts-filter-list .tts-filter-entry {
  display: flex;
  width: 100%;
  min-height: 50px;
  background-color: #232131;
  border-top: 1px solid #312e44;
}

.tts-filter-list .tts-filter-entry .tts-filter-left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.tts-filter-list .tts-filter-entry .tts-filter-left-content .tts-filter-switch {
  height: 0;
  width: 0;
  visibility: hidden;
}

.tts-filter-list .tts-filter-entry .tts-filter-left-content .tts-filter-switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 25px;
  background: #4f4a52;
  display: block;
  border-radius: 25px;
  position: relative;
}

.tts-filter-list .tts-filter-entry .tts-filter-left-content .tts-filter-switch-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #eee;
  border-radius: 21px;
  transition: 0.3s;
}

.tts-filter-list .tts-filter-entry .tts-filter-left-content .tts-filter-switch:checked+.tts-filter-switch-label {
  background: #0b7fa9;
}

.tts-filter-list .tts-filter-entry .tts-filter-left-content .tts-filter-switch:checked+.tts-filter-switch-label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.tts-filter-list .tts-filter-entry .tts-filter-center-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.tts-filter-list .tts-filter-entry .tts-filter-center-content .tts-filter-text {
  font-size: 1.1rem;
  font-weight: bold;
}

.tts-filter-list .tts-filter-entry .tts-filter-center-content .tts-filter-description {
  font-size: .9rem;
}

.tts-filter-list .tts-filter-entry .tts-filter-right-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.5rem;
}

.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-delete-btn,
.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-settings-btn,
.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-duplicate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--color);
  cursor: pointer;
  user-select: none;
}

.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-delete-btn {
  color: var(--light-red);
}

.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-settings-btn:hover,
.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-duplicate-btn:hover {
  color: var(--darker-white);
}

.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-delete-btn:hover {
  color: var(--light-red-hover);
}

.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-delete-btn>i,
.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-settings-btn>i,
.tts-filter-list .tts-filter-entry .tts-filter-right-content .tts-filter-duplicate-btn>i {
  font-size: 1.4rem;
  user-select: none;
}

.tts-filter-content {
  position: relative;
}

.tts-filter-loading {
  font-family: var(--quicksand);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 150px;
  height: 100%;
  width: 100%;
  background: rgb(19 16 21 / 90%);
}

/* Profanity style */
.profanity-info {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 6px;
  font-weight: bold;
  background-color: #982424;
  margin-top: 0.4rem;
  width: fit-content;
  max-width: 95%;
}

.profanity-info > i {
  padding-right: 0.7rem;
  margin-left: -0.25rem;
}

.profanity-highlight {
  color: var(--light-red);
  font-weight: bold;
}

/* Filter style */
.filter-box .checkbox-success input[type="checkbox"]:checked+label::after {
  color: #545454;
}

.filter-box .checkbox-success.kofi_donation input[type="checkbox"]:checked+label::before,
.filter-box .checkbox-success.donation input[type="checkbox"]:checked+label::before {
  background-color: rgb(70, 220, 179);
  border-color: rgb(41, 177, 141);
}

.filter-box .checkbox.kofi_donation input[type="checkbox"]:checked+label,
.filter-box .checkbox.donation input[type="checkbox"]:checked+label {
  color: rgb(70, 220, 179);
}

.filter-box .checkbox-success.monthly-kofi_donation input[type="checkbox"]:checked+label::before,
.filter-box .checkbox-success.monthly-donation input[type="checkbox"]:checked+label::before {
  background-color: rgb(108, 164, 247);
  border-color: rgb(61, 109, 182);
}

.filter-box .checkbox.monthly-kofi_donation input[type="checkbox"]:checked+label,
.filter-box .checkbox.monthly-donation input[type="checkbox"]:checked+label {
  color: rgb(108, 164, 247);
}

.filter-box .checkbox-success.kofi_member input[type="checkbox"]:checked+label::before,
.filter-box .checkbox-success.member input[type="checkbox"]:checked+label::before {
  background-color: rgb(249, 175, 21);
  border-color: rgb(195, 136, 8);
}

.filter-box .checkbox.kofi_member input[type="checkbox"]:checked+label,
.filter-box .checkbox.member input[type="checkbox"]:checked+label {
  color: rgb(249, 175, 21);
}

.filter-box .checkbox-success.kofi_shop input[type="checkbox"]:checked+label::before,
.filter-box .checkbox-success.shop input[type="checkbox"]:checked+label::before {
  background-color: rgb(255, 51, 255);
  border-color: rgb(195, 31, 195);
}

.filter-box .checkbox.kofi_shop input[type="checkbox"]:checked+label,
.filter-box .checkbox.shop input[type="checkbox"]:checked+label {
  color: rgb(255, 51, 255);
}

.filter-box .checkbox-success.SE_follow input[type="checkbox"]:checked+label::before {
  background-color: #5684FD;
  border-color: #3665da;
}

.filter-box .checkbox.SE_follow input[type="checkbox"]:checked+label {
  color: #5684FD;
}

.filter-box .checkbox-success.SE_subscriber input[type="checkbox"]:checked+label::before {
  background-color: #EFB142;
  border-color: #db9926;
}

.filter-box .checkbox.SE_subscriber input[type="checkbox"]:checked+label {
  color: #EFB142;
}

.filter-box .checkbox-success.SE_tip input[type="checkbox"]:checked+label::before {
  background-color: #F53656;
  border-color: #d52340;
}

.filter-box .checkbox.SE_tip input[type="checkbox"]:checked+label {
  color: #F53656;
}

.filter-box .checkbox-success.SE_cheer input[type="checkbox"]:checked+label::before {
  background-color: #56D5FD;
  border-color: #35acd1;
}

.filter-box .checkbox.SE_cheer input[type="checkbox"]:checked+label {
  color: #56D5FD;
}

.filter-box .checkbox-success.SE_subgift input[type="checkbox"]:checked+label::before {
  background-color: #46DC8E;
  border-color: #2fb871;
}

.filter-box .checkbox.SE_subgift input[type="checkbox"]:checked+label {
  color: #46DC8E;
}

.filter-box .checkbox-success.SE_raid input[type="checkbox"]:checked+label::before {
  background-color: #8442EF;
  border-color: #682acd;
}

.filter-box .checkbox.SE_raid input[type="checkbox"]:checked+label {
  color: #8442EF;
}

.filter-box .checkbox-success.SE_event input[type="checkbox"]:checked+label::before {
  background-color: #B4B4B1;
  border-color: #9e9e9c;
}

.filter-box .checkbox.SE_event input[type="checkbox"]:checked+label {
  color: #B4B4B1;
}

.filter-box .checkbox-success.SE_merch input[type="checkbox"]:checked+label::before {
  background-color: #FF00B8;
  border-color: #cb0091;
}

.filter-box .checkbox.SE_merch input[type="checkbox"]:checked+label {
  color: #FF00B8;
}

.filter-box .checkbox-success.SE_redemption input[type="checkbox"]:checked+label::before {
  background-color: #FFFFFF;
  border-color: #cecccc;
}

.filter-box .checkbox.SE_redemption input[type="checkbox"]:checked+label {
  color: #FFFFFF;
}

.filter-box .checkbox-success.SE_purchase input[type="checkbox"]:checked+label::before {
  background-color: #FF00B8;
  border-color: #cb0091;
}

.filter-box .checkbox.SE_purchase input[type="checkbox"]:checked+label {
  color: #FF00B8;
}

.filter-box .checkbox-success.SE_charityCampaignDonation input[type="checkbox"]:checked+label::before {
  background-color: #F53656;
  border-color: #bf1d38;
}

.filter-box .checkbox.SE_charityCampaignDonation input[type="checkbox"]:checked+label {
  color: #F53656;
}

.filter-box .checkbox-success.kofi_test input[type="checkbox"]:checked+label::before,
.filter-box .checkbox-success.test input[type="checkbox"]:checked+label::before {
  background-color: rgb(242 242 242);
  border-color: rgb(174 174 174);
}

.filter-box .checkbox.kofi_test input[type="checkbox"]:checked+label,
.filter-box .checkbox.test input[type="checkbox"]:checked+label {
  color: rgb(242 242 242);
}

.filter-box .checkbox input[type="checkbox"]+label {
  color: rgba(255, 255, 255, 0.8);
}

/* Activity feed list style */
.activity-feed-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.activity-feed-list .activity-feed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.5rem;
  padding: 0 12px;
  background-color: #1a1924;
}

.activity-feed-list .activity-feed-header .activity-feed-header-left {
  display: flex;
  height: 3rem;
}

.activity-feed-list .activity-feed-header .activity-feed-header-left .popout-btn {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  user-select: none;
}

.activity-feed-list .activity-feed-header .activity-feed-header-left .popout-btn>i {
  font-size: 1.4rem;
  user-select: none;
}

.activity-feed-list .activity-feed-header .activity-feed-header-right {
  display: flex;
  align-items: center;
  height: 3rem;
}

.activity-feed-list .activity-feed-header .activity-feed-header-right .pause-btn,
.activity-feed-list .activity-feed-header .activity-feed-header-right .unpause-btn,
.activity-feed-list .activity-feed-header .activity-feed-header-right .skip-btn,
.activity-feed-list .activity-feed-header .activity-feed-header-right .mute-btn,
.activity-feed-list .activity-feed-header .activity-feed-header-right .unmute-btn,
.activity-feed-list .activity-feed-header .activity-feed-header-right .reload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  user-select: none;
}

.activity-feed-list .activity-feed-header .activity-feed-header-right .pause-btn>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .unpause-btn>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .skip-btn>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .mute-btn>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .unmute-btn>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .reload-btn>i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  user-select: none;
  width: 24px;
  height: 24px;
  color: #a7a7a7;
}

.activity-feed-list .activity-feed-header .activity-feed-header-right .pause-btn:hover>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .skip-btn:hover>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .mute-btn:hover>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .reload-btn:hover>i {
  color: white;
}

.activity-feed-list .activity-feed-header .activity-feed-header-right .unpause-btn,
.activity-feed-list .activity-feed-header .activity-feed-header-right .unmute-btn {
  display: none;
}

.activity-feed-list .activity-feed-header .activity-feed-header-right .unpause-btn>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .unmute-btn>i {
  color: var(--light-red);
}

.activity-feed-list .activity-feed-header .activity-feed-header-right .unpause-btn:hover>i,
.activity-feed-list .activity-feed-header .activity-feed-header-right .unmute-btn:hover>i {
  color: var(--light-red-hover);
}

.activity-feed-list .sec-activity-feed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.5rem;
  padding: 0 12px;
  background-color: #232131;
  border-bottom: 2px solid #474558;
}

.activity-feed-list .sec-activity-feed-header .sec-activity-feed-header-left {

  display: flex;
  justify-content: space-between;
}

.activity-feed-list .sec-activity-feed-header .sec-activity-feed-header-left .filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
  margin-bottom: 0;
  background-color: #002f40;
  color: var(--sidebar-focus-color);
  border: 1px solid #005e82;
  font-weight: 700;
  border-radius: 8px;
  height: 35px;
  padding: 8px;
  width: 100%;
  min-width: 65px;
  text-align: center;
  z-index: 1;
  text-transform: none;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
  user-select: none;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
}

.activity-feed-list .sec-activity-feed-header .sec-activity-feed-header-left .filter-btn:hover {
  background-color: #00384f;
}

.activity-feed-list .sec-activity-feed-header .sec-activity-feed-header-left .filter-btn>i {
  margin-left: .4rem;
  user-select: none;
}

.activity-feed-list .sec-activity-feed-header .sec-activity-feed-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
}

.activity-feed-list .sec-activity-feed-header .sec-activity-feed-header-right .mark-all-read-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.activity-feed-list .sec-activity-feed-header .sec-activity-feed-header-right .mark-all-read-btn>i {
  font-size: 1.4rem;
}

.activity-feed-list .activity-feed-content-list {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #232131;
  height: 100%;
  width: 100%;
  max-height: 600px;
}

.activity-feed-list .activity-feed-content {
  position: relative;
  background-color: #232131;
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
  height: 600px;
}

.activity-feed-list .activity-feed-entry {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 6px 12px 20px;
  border-top: 1px solid #312e44;
  cursor: pointer;
  transition: all 0.1s ease-out 0s;
  background-color: #232131;
}

.activity-feed-list .activity-feed-entry:hover {
  background-color: #191723;
}

.activity-feed-list .activity-feed-entry::before {
  display: block;
  top: 10%;
  height: 80%;
  content: "";
  width: 4px;
  transition: all 0.1s ease-out 0s;
  border-radius: 2px;
  position: absolute;
  left: 8px;
}

.activity-feed-list .activity-feed-entry.streamelements {
  background-color: #010821;
  border-top: 1px solid #1C233D;
}

.activity-feed-list .activity-feed-entry.streamelements:hover {
  background-color: #1C233D;
  border-top: 1px solid #344171;
}

.activity-feed-list .activity-feed-entry.donation::before,
.activity-feed-list .activity-feed-entry.kofi_donation::before {
  background-color: rgb(70, 220, 179);
}

.activity-feed-list .activity-feed-entry.monthly-donation::before,
.activity-feed-list .activity-feed-entry.monthly-kofi_donation::before {
  background-color: rgb(108, 164, 247);
}

.activity-feed-list .activity-feed-entry.member::before,
.activity-feed-list .activity-feed-entry.kofi_member::before {
  background-color: rgb(249, 175, 21);
}

.activity-feed-list .activity-feed-entry.shop::before,
.activity-feed-list .activity-feed-entry.kofi_shop::before {
  background-color: rgb(255, 51, 255);
}

.activity-feed-list .activity-feed-entry.SE_follow::before {
  background-color: #5684FD;
}

.activity-feed-list .activity-feed-entry.SE_subscriber::before {
  background-color: #EFB142;
}

.activity-feed-list .activity-feed-entry.SE_tip::before {
  background-color: #F53656;
}

.activity-feed-list .activity-feed-entry.SE_cheer::before {
  background-color: #56D5FD;
}

.activity-feed-list .activity-feed-entry.SE_subgift::before {
  background-color: #46DC8E;
}

.activity-feed-list .activity-feed-entry.SE_host::before {
  background-color: #8442EF;
}

.activity-feed-list .activity-feed-entry.SE_raid::before {
  background-color: #8442EF;
}

.activity-feed-list .activity-feed-entry.SE_event::before {
  background-color: #B4B4B1;
}

.activity-feed-list .activity-feed-entry.SE_merch::before {
  background-color: #FF00B8;
}

.activity-feed-list .activity-feed-entry.SE_redemption::before {
  background-color: #FFFFFF;
}

.activity-feed-list .activity-feed-entry.SE_purchase::before {
  background-color: #FF00B8;
}

.activity-feed-list .activity-feed-entry.SE_charityCampaignDonation::before {
  background-color: #F53656;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-text-log.streamelements {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.info-box-one {
  margin-right: 0.25rem;
  border-radius: 4px;
  padding: 0px 0.25rem;
  height: 1.25rem;
  box-shadow: none;
  white-space: nowrap;
  font-weight: 900;
}

.alertColor {
  position: relative;
  margin-right: 0.25rem;
}

.alertText {
  color: rgb(255 255 255 / 67%);
  overflow-wrap: break-word;
  font-size: 0.875rem;
}

.alertText.streak {
  color: rgb(255 255 255 / 87%);
  word-break: break-word;
}

.alertText .recipients {
  color: white;
  font-weight: bold;
  font-size: .9rem;
}

.info-box-one.SE_subscriber {
  background-color: #efb142;
  color: #543907;
}

.alertColor.SE_subscriber {
  background-color: rgba(239, 177, 66, 0.16);
  color: #efb142;
}

.info-box-one.SE_tip {
  background-color: #F53656;
  color: #550412;
}

.alertColor.SE_tip {
  background-color: rgba(245, 54, 86, 0.16);
  color: #F53656;
}

.info-box-one.SE_follow {
  background-color: #5684FD;
  color: #011D65;
}

.alertColor.SE_follow {
  background-color: rgba(86, 132, 253, 0.16);
  color: #5684FD;
}

.info-box-one.SE_cheer {
  background-color: #56D5FD;
  color: #002E35;
}

.alertColor.SE_cheer {
  background-color: rgba(86, 213, 253, 0.16);
  color: #56D5FD;
}

.info-box-one.SE_subgift {
  background-color: #46DC8E;
  color: #0B3A22;
}

.alertColor.SE_subgift {
  background-color: rgba(70, 220, 142, 0.16);
  color: #46DC8E;
}

.info-box-one.SE_raid {
  background-color: #8442EF;
  color: #250754;
}

.alertColor.SE_raid {
  background-color: rgba(132, 66, 239, 0.16);
  color: #8442EF;
}

.info-box-one.SE_charityCampaignDonation {
  background-color: #F53656;
  color: #550412;
}

.alertColor.SE_charityCampaignDonation {
  background-color: rgba(245, 54, 86, 0.16);
  color: #F53656;
}

.activity-feed-list .activity-feed-entry.is-read {
  opacity: .5;
}

.activity-feed-list .activity-feed-entry.is-read::before {
  top: calc(50% - 2px);
  height: 4px;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-left .activity-feed-entry-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  user-select: none;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-left .activity-feed-entry-icon>i {
  width: 20px;
  height: 20px;
  user-select: none;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-center {
  flex: 1;
  margin-left: .4rem;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-center .activity-feed-entry-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-center .activity-feed-entry-text .activity-feed-entry-text-log {
  font-size: 1rem;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-center .activity-feed-entry-text .activity-feed-entry-text-msg {
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-top: 0.5rem;
  color: #d4d3db;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-center .activity-feed-entry-text .activity-feed-entry-text-msg.streamelements {
  color: rgba(255, 255, 255, 0.87);
  font-weight: bold;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-center .activity-feed-entry-text .activity-feed-entry-text-msg>i {
  margin-right: 0.5rem;
  color: #ff6f6f;
  font-size: 1rem;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-center .activity-feed-entry-text .activity-feed-entry-text-msg>span,
.activity-feed-list .activity-feed-entry .activity-feed-entry-center .activity-feed-entry-text .activity-feed-entry-text-msg a {
  font-size: .8rem;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-right {
  display: flex;
  align-items: center;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-right .activity-feed-entry-date {
  display: flex;
  align-items: center;
  margin-right: .2rem;
  cursor: pointer;
  width: 100%;
  font-size: .8rem;
  color: #d4d3db;
  word-break: break-word;
  text-align: center;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-right .activity-feed-entry-date .chatter-time {
  font-size: .8rem;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-right .activity-feed-entry-again {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 1.6rem;
  user-select: none;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-right .activity-feed-entry-again>i {
  font-size: 1rem;
  color: #d4d3db;
  user-select: none;
}

.activity-feed-list .activity-feed-entry .activity-feed-entry-right .activity-feed-entry-again:hover>i {
  font-size: 1rem;
  color: #e3e2e9;
}

.activity-feed-list .activity-feed-entry-no-data {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-out 0s;
}

.activity-feed-list .activity-feed-entry-no-data .activity-feed-entry-center {
  flex: 1;
}

.activity-feed-list .activity-feed-entry-no-data .activity-feed-entry-center .activity-feed-entry-text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.activity-feed-loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(25 24 35 / 90%);
}

/* Snackbar */
.js-snackbar-container {
  align-items: center !important;
}

@media only screen and (max-width: 500px) {
  .js-snackbar__message-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .js-snackbar__wrapper {
    min-width: 80vw !important;
  }
}

/* Sidebar */
@media only screen and (max-width: 1200px) {
  .sidebar {
    min-width: 70px;
    width: 70px;
    transition: width 300ms;
  }

  .sidebar .sidebar-content .sidebar-btn {
    padding: 0;
    justify-content: center;
  }

  .sidebar .sidebar-content .sidebar-btn .sidebar-item-text {
    display: none;
  }
}

/* @media only screen and (max-width: 768px) {
  .sidebar {
    position: absolute;
    min-width: 325px;
    width: 325px;
    z-index: 999;
    overflow: auto;
    transition: width 300ms;
  }

  .sidebar .sidebar-content .sidebar-btn {
    padding: 6px 12px;
    justify-content: flex-start;
  }

  .sidebar .sidebar-content .sidebar-btn .sidebar-item-text {
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .sidebar {
    position: absolute;
    min-width: 100%;
    width: 100%;
    z-index: 999;
    overflow: auto;
    transition: width 300ms;
  }

  .sidebar .sidebar-content .sidebar-btn {
    padding: 6px 12px;
    justify-content: flex-start;
  }

  .sidebar .sidebar-content .sidebar-btn .sidebar-item-text {
    display: block;
  }
} */