:root {
  --panel: #141629;
  --border: #222544;
  --back: #080B1B;
  --text: #FFF;
  --text-2: #A0A5D0;
  --input: #22233E;
  --accent: #4AA0EA;
  --hover: #262746;
}
body {
  background: var(--back);
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
/* Left panel */
#left-panel {
  background: var(--panel);
  border-right: 1px solid var(--border);
  width: 350px;
  left: 0px;
  top: 0px;
  height: 100%;
  position: absolute;
}
#left-panel-header {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid var(--border);
  width: 100%;
}
#logo {
  color: var(--text);
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}
#logo img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -7px;
}
#logo span {
  margin-left: 3px;
  font-weight: 400;
  color: var(--text-2);
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: var(--input);
  border-radius: 5px;
}
#user-settings {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: var(--input);
  text-align: center;
  position: absolute;
  right: 15px;
  top: 10px;
}
#user-settings img {
  margin-top: 5px;
}
#user-settings:hover {
  cursor: pointer;
  opacity: .6;
}
#user-settings-dropdown {
  width: 170px;
  border-radius: 5px;
  background: var(--panel);
  position: absolute;
  right: -126px;
  top: 50px;
  color: var(--text);
  border: 1px solid var(--border);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  z-index: 99999;
  line-height: auto;
  display: none;
}
.show-user-settings {
  display: block!important;
}
.user-option {
  text-indent: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 45px;
  height: 45px;
  text-decoration: none;
  color: var(--text)!important;
  display: block;
}
.user-option:hover {
  background: var(--hover);
  cursor: pointer;
}

/* Panel options */
.panel-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid var(--border);
  padding-top: 15px;
  padding-bottom: 10px;
  z-index: 999999999;
}
.panel-section:last-child {
  border-bottom: 0px!important;
}
.panel-head {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 5px;
}
#nice-select {
  height: 75px;
}
#left-panel-content {
  overflow-y: hidden;
  overflow-x: hidden;
  height: calc(100% - 124px);
}
#left-panel-content:hover {
  overflow-y: overlay;
}
.nice-select {
  width: 100%;
  background-color: var(--input);
  color: var(--text);
  font-family: Inter;
  border: 1px solid var(--border);
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  padding: 0px;
  height: 60px;
}
.nice-select.open {
  border: 1px solid var(--border);
}
.nice-select:hover {
  border: 1px solid var(--border)!important;;
}
.nice-select:focus {
  outline: none!important;
  border: 1px solid var(--border)!important;
}
.list {
  width: 100%;
  background-color: var(--input)!important;
  color: var(--text)!important;
  font-family: Inter!important;
  overflow-y: auto!important;
}
.current img {
    border-radius: 5px 0px 0px 5px;
}
.option {
  padding: 0px!important;
  border-bottom: 5px solid var(--input);
  box-sizing: border-box;
}
.mockup-img {
  display: inline-block;
  vertical-align: middle;
  height: 59px;
  margin-right: 15px;
}
.select-2 {
  background: var(--panel)!important;
  border: 0px!important;
  margin-top: 0px;
  margin-left: 10px;
  width: 95%;
}
.select-2:hover, .select-2:focus {
  border: 0px!important;
  cursor: pointer;
}
.select-2 .mockup-img {
  width: 25px;
  height: 25px;
  margin-left: 7px;
  margin-top: 13px;
  margin-right: 10px;
}
.select-2 .mockup-info {
  margin-top: 10px;
}
.select-2 .list {
  background: var(--panel)!important;
  overflow-y: auto!important;
}
.select-2 .list img {
  margin-left: 15px;
}
.select-2 .option {
  border-bottom: 0px!important;
  padding-top: 5px;
  padding-bottom: 10px!important;
}
.mockup-info {
  display: inline-block;
  vertical-align: middle;
  line-height: normal!important;
}
.mockup-name {
  font-family: Inter;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}
.mockup-details {
  font-family: Inter;
  color: var(--text-2);
  font-size: 14px;
  font-weight: 400;
}
.option:hover {
  background-color: var(--hover)!important;
}
.selected {
  font-weight: 500!important;
  background-color: var(--input)!important;
}
#upload {
  width: 100%;
  margin-top: 15px;
  background-color: var(--input);
  border: 1px solid var(--border);
  border-radius: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#upload:hover {
  cursor: pointer;
  background-color: var(--hover);
}
#upload img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#upload-thumb {
  margin-bottom: 15px;
  width: 150px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-height: 150px;
  display: block;
}
#dragndrop {
  color: var(--text);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
#extra {
  color: var(--text-2);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
}
#crop {
  height: 40px;
  background-color: var(--input);
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  border-radius: 5px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  color: var(--text-2);
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
}
#crop img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 18px;
}
#crop:hover {
  cursor: pointer!important;
}
/* Colors */
#colors {
  border-spacing: 16px 13px;
  margin-left: -16px;
  width: calc(100% + 17px);
}
.color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--border);
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  margin: 0px;
}
.color:not(.color-active):hover {
  cursor: pointer;
}
.color:not(.color-active):after {
  width: 35px;
  height: 35px;
  content: "";
  display: block;
  position: absolute;
  top: -4.5px;
  left: -4.5px;
  border: 2px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: -5px;
  margin-top: -5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  margin: 0px;
  padding: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.color:not(.color-active):hover:after {
  opacity: .6;
}
.color-active:after {
  width: 35px;
  height: 35px;
  content: "";
  display: block;
  position: absolute;
  top: -4.5px;
  left: -4.5px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#color1 {
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
#color2 {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}
#color3 {
  background-color: #8EC5FC;
  background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
}
#color4 {
  background-color: #FBAB7E;
  background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}
#color5 {
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
#color6 {
  background-color: #FFE53B;
  background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
}
#color7 {
  background-color: #FBDA61;
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}
#color8 {
  background-color: #A9C9FF;
  background-image: linear-gradient(180deg, #A9C9FF 0%, #FFBBEC 100%);
}
#color9 {
  background-image: linear-gradient(to top, #7028e4 0%, #e5b2ca 100%);
}
#color10 {
  background-image: linear-gradient(to top, #50cc7f 0%, #f5d100 100%);
}
#color11 {
  background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
}
#color12 {
  background: #000000;
}
#color13 {
  background: #FFFFFF;
}
#color14 {
  background: #1D1E37;
}
#color14 img {
  margin-top: 3px;
}
/* Animation */
#panel-animation-options {
  margin-top: 15px;
  padding-bottom: 10px;
}
.section-input {
  display: table;
  width: 100%;
  border: 0px;
  margin-top: 10px;
}
.section-label {
  color: var(--text-2);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.section-right {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}
.select-3, .select-5, .select-6, .select-7, .select-8, .select-9, .select-10 {
  width: 100%;
  position: relative;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin: 0px;
  text-indent: 10px;
}
.select-3 .list, .select-4 .list, .select-5 .list, .select-6 .list, .select-7 .list, .select-8 .list, .select-9 .list, .select-10 .list {
  overflow-y: auto;
  max-height: 150px;
}
.select-4, .select-8 {
  width: 58%;
  position: relative;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin: 0px;
  text-indent: 10px;
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.select-4 .current, .select-8 .current {
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.section-right .dimensions input {
  display: inline-block;
  width: 70px;
}
.section-right .dimensions:after {
  margin-top: 10px;
}
.section-right .dimensions {
  display: inline-block;
}
/* Actions area */
#left-panel-actions {
  position: absolute;
  border: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  border-top: 1px solid var(--border);
  padding-bottom: 10px;
  padding-top: 10px;
  background: var(--panel);
}
#copy {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: var(--text)!important;
  font-size: 14px;
  font-weight: 500;
  font-family: Inter;
  margin-bottom: 10px;
  background-color: var(--input);
}
#download {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: var(--text);
  background: var(--accent);
  font-size: 14px;
  font-weight: 500;
  font-family: Inter;
}
#download:hover, #copy:hover {
  cursor: pointer!important;
  opacity: .6;
}
#copy img {
  width: 17px;
}
#copy img, #download img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
/* Main content */
#love {
  position: absolute;
  text-decoration: none;
  color: var(--text-2);
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  right: 20px;
  top: 20px;
  z-index: 9999999;
}
#love img {
  display: inline-block;
  margin-right: 1px;
  margin-left: 1px;
  vertical-align: middle;
  width: 20px;
  transition: all .2s cubic-bezier(.05,.03,.35,1);
}
#love:hover img {
  transform: scale(1.2);
}
#content-area {
  position: absolute;
  left: 350px;
  width: calc(100% - 350px);
  height: 100%;
  top: 0px;
}
/* Selector area */
#top-selector {
  width: 350px;
  height: 60px;
  border-radius: 0px 0px 15px 15px;
  background: var(--panel);
  border: 1px solid var(--border);
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999999;
  position: absolute;
}
/* Help area */
#help {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid transparent;
}
#help:hover {
  cursor: pointer;
  background-color: var(--panel);
  border: 1px solid var(--border);
}
#help img {
  margin-top: 12px;
}
#help-dropdown {
  position: absolute;
  bottom: 60px;
  right: 15px;
  background-color: var(--panel);
  border: 1px solid var(--border);
  border-radius: 5px;
  width: 150px;
  display: none;
  z-index: 9999;
}
.help-show {
  display: block!important
}
.help-option {
  font-family: Inter;
  font-size: 14px;
  text-indent: 10px;
  color: var(--text)!important;
  font-weight: 500;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  display: block;
}
.help-option:hover {
  cursor: pointer;
  background: var(--hover);
}
/* Play area */
#play {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: var(--accent);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  z-index: 99999;
  display: block;
  background-color: rgba(20,22,41,.9);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#play:hover {
  cursor: pointer;
  opacity: .6;
}
#play img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* Tools area */
#tools {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: fit-content;
  height: 55px;
  border-radius: 15px 15px 0px 0px;
  background: var(--panel);
  border: 1px solid var(--border);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  z-index: 9999;
}
.tool {
  width: 60px;
  height: 100%;
  color: var(--text-2);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.tool-active:after {
  display: block;
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 5px 5px 0px 0px;
  bottom: 0px;
  width: inherit;
  background: var(--accent);
  margin-bottom: -5px;
}
.tool-active {
  color: var(--accent);
}
.tool:hover:not(.tool-active) {
  cursor: pointer;
  background: var(--hover)!important;
}
.tool img {
  display: block;
  margin-top: 8px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.tool span {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  bottom: 6px;
}
.vl {
  background: var(--border);
  height: 40px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
#stacking {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.stacking-off {
  opacity: .4;
  pointer-events: none;
}
#stacking img {
  display: block;
  text-align: center;
  margin-left: 5px;
  margin-bottom: 15px;
}
#stacking img:hover {
  cursor: pointer;
  opacity: .6;
}
#stacking img:last-child {
  margin-bottom: 0px!important;
}

/* Canvas */
.canvas-container {
  top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
  margin: auto;
  z-index: 999;
  position: absolute!important;
}
canvas {
  top: 0px!important;
  bottom: 0px!important;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
}
#canvas-area {
  height: 100%;
  left: 350px;
  width: calc(100% - 350px);
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

/* Text options */
#text-options {
  height: 56px;
  border-radius: 5px;
  border: 1px solid var(--border);
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
  background: var(--panel);
  position: absolute;
  z-index: 9999;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 487px;
}
.show-text {
  display: block!important;
}
.font-picker {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  border: 1px solid var(--border);
  background-color: var(--input);
  display: inline-block;
}
.list {
  max-height: 270px;
  overflow-y: auto;
}
#color-choose {
  width: 30px;
  height: 30px;
  border: 2px solid var(--border);
  background: #000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  box-sizing: border-box;
}
#color-choose:hover {
  cursor: pointer;
}
#text-format {
  display: inline-block;
  margin-left: 5px;
  margin-top: 17px;
}
.text-format {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.text-format:hover {
  cursor: pointer;
  opacity: .6;
}
#text-align {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--input);
  border-radius: 5px;
  height: 40px;
}
.text-align {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
}
.text-align:hover:not(.text-align-active) {
  cursor: pointer;
  opacity: .6;
}
.text-align img {
  margin-top: 9px;
}
.align-text-active {
  background-color: var(--accent);
  width: 45px;
  margin-top: -2px;
  height: 45px;
  border-radius: 5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
}
.align-text-active img {
  margin-top: 12px;
}
.arrow {
  border: solid var(--border);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  background-color: var(--panel);
  position: absolute;
  top: 46px;
  right: 253px;
  border-radius: 0px 0px 5px 0px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* Color pickers */
.backpicker, .textpicker {
  position: absolute!important;
  z-index: 9999;
  top: 320px;
  left: 360px;
  background: var(--panel)!important;
  overflow: hidden!important;
  border-radius: 5px!important;
}
.backpicker input, .textpicker input {
  background: var(--input)!important;
  border: 1px solid var(--border)!important;
  border-radius: 5px!important;
  color: var(--text)!important;
  font-family: Inter!important;
}
.backpicker .pcr-type, .textpicker .pcr-type {
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05)!important;
}
.backpicker .pcr-type.active , .textpicker .pcr-type.active {
  background: var(--accent)!important;
}
.textpicker {
  top: -225px;
  left: 170px;
}
/* Custom dimensions */
#custom-dimensions {
  position: sticky;
  bottom: 0px;
  left: 0px;
  background: var(--panel);
  border-top: 1px solid var(--border);
  width: 100%;
  height: 50px;
}
#wrap-inputs {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.dimensions {
  display: inline-block;
  margin-top: 5px;
  position: relative;
}
.dimensions input {
  background: var(--input);
  border-radius: 5px;
  height: 35px;
  border: 1px solid var(--border);
  font-family: Inter;
  font-size: 14px;
  color: var(--text);
  text-indent: 5px;
  width: 145px;
}
.dimensions:first-child {
  margin-right: 10px;
}
.dimensions:after {
  content: attr(data-label);
  color: var(--text-2);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0px;
  margin-left: -20px;
  text-align: right;
  position: absolute;
}
/* Download popup */
#download-popup {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 999999999;
  display: none;
  pointer-events: none;
}
.show-download {
  display: block!important;
  pointer-events: auto!important;
}
#overlay {
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#download-modal {
  height: 600px;
  width: 900px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 5px;
  background: var(--back);
  border: 1px solid var(--border);
  box-sizing: border-box;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
  display: table;
  z-index: 9999999999;
}
#download-preview {
  display: table-cell;
  height: 100%;
  width: 65%;
  position: relative;
  overflow: hidden;
}
#download-settings {
  display: table-cell;
  height: 100%;
  width: 35%;
  background: var(--panel);
  border-left: 1px solid var(--border);
  position: relative;
}
/* Download info */
#download-info {
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
}
#heading {
  margin-left: 5%;
  color: var(--text);
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
#body-text {
  margin-left: 5%;
  width: 85%;
  color: var(--text-2);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
}
#download-bottom {
  position: absolute;
  bottom: 0px;
  background: var(--panel);
  border-top: 1px solid var(--border);
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
#download-button {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  background: var(--accent);
  text-align: center;
  color: var(--text);
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.downloading {
  pointer-events: none;
  opacity: .6;
}
#download-button img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#download-button:hover {
  cursor: pointer;
  opacity: .6;
}
#canvasrecord {
  border-radius: 5px;
  margin: auto;
  transform: scale(.7);
  pointer-events: none;
}
#watermark {
  height: 40px;
  color: var(--text-2);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
}
#watermark-text {
  margin-left: 5%;
  margin-top: 10px;
  display: inline-block;
  margin-top: 2px;
}
/* Cool switch */
.switch {
  position: relative;
  display: inline-block;
  float: right;
  width: 41px;
  height: 24px;
  margin-right: 5%;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--input);
  -webkit-transition: .2s;
  transition: .2s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: var(--accent);
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--accent);
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.slider.round {
  border-radius: 30px;
}
.slider.round:before {
  border-radius: 50%;
}
/* Upgrade popup */
#upgrade-popup {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 9999999999;
  display: none;
}
.show-upgrade {
  display: block!important;
  pointer-events: auto!important;
}
#upgrade-overlay {
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#close-upgrade, #close-settings {
  position: absolute;
  right: -15px;
  top: -15px;
}
#close-upgrade:hover, #close-settings:hover {
  cursor: pointer;
  opacity: .6;
}
#upgrade-modal {
  padding: 20px;
  height: min-content;
  width: 340px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 5px;
  background: var(--back);
  border: 1px solid var(--border);
  box-sizing: border-box;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
  display: block;
  z-index: 9999999999;
}
#upgrade-emoji {
  font-size: 16px;
}
#upgrade-title {
  color: var(--text);
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
#upgrade-subtitle {
  color: var(--text-2);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 22px;
}
#upgrade-price {
  color: var(--text);
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
#upgrade-price span {
  color: var(--text-2);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}
#upgrade-modal hr {
  height: 1px;
  width: 100%;
  background-color: var(--border);
  outline: none;
  border: 0px;
  margin-top: 20px;
}
#upgrade-items {
  margin-top: 20px;
}
.upgrade-item {
  color: var(--text);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.upgrade-item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#upgrade-button {
  height: 45px;
  line-height: 45px;
  color: var(--text);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--accent);
  text-align: center;
  width: 100%;
  border-radius: 5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
#upgrade-button:hover, #sign-in-button:hover {
  cursor: pointer;
  opacity: .6;
}
#sign-in-button {
  height: 45px;
  line-height: 45px;
  color: var(--panel);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  background-color: #FFF;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
#sign-in-button img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
#sign-in-already {
  color: var(--text-2);
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  line-height: 150%;
}
#sign-in-already span {
  color: var(--text);
}
#sign-in-already a {
  text-decoration: none;
  color: var(--text)!important;
}
#sign-in-already:hover {
  cursor: pointer;
}
.pro-label {
  text-align: center;
  color: var(--text);
  background: var(--accent);
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
}

/* Paddle frame */
.paddle-frame {
  z-index: 9999999999!important;
}

/* Scrollbar width */
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background: transparent;
}
/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(160, 165, 208, 0.2);
    border: 4.5px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
    opacity: .3;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(160, 165, 208, 0.4);
}
/* Weird scrollbar gap */
::-webkit-scrollbar-corner {
    background: transparent;
}
/* Mobile disclaimer */
#mobile-disclaimer, #safari-disclaimer {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 999999999;
  display: none;
}
#mobile-overlay {
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#mobile-disclaimer-modal {
  padding: 20px;
  height: min-content;
  width: 300px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 5px;
  background: var(--back);
  border: 1px solid var(--border);
  box-sizing: border-box;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
  display: table;
  z-index: 9999999999;
}
#mobile-button {
  height: 40px;
  line-height: 40px;
  background: var(--accent);
  color: var(--text);
  font-family: Inter;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.05), inset 0px -2px 1px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 1130px) {
  #love, #ph {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #mobile-disclaimer {
    display: block!important;
  }
}
#ph {
  position: absolute;
  z-index: 9999999;
  top: 5px;
  left: 365px;
}
