@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 

:root {
    --btn_bg_def: #0077ff;
    --btn_red: #ff5555;
    --btn_yellow: #efc609;
    --btn_orange: #ff8800;
    --btn_green: #00cc00;
    --btn_grey: #666666;
    --bs-shadow-s: 1px;
    --bs-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000;
    --bsT-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 3px 0 #000, 1px 3px 0 #000;
    --bs-shadow1: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    --bs-shadow-big: -2px -2px 0 #000000, 0 -2px 0 #000000, 2px -2px 0 #000000, 2px 0 0 #000000, 2px 2px 0 #000000, 0 2px 0 #000000, -2px 2px 0 #000000, -2px 0 0 #000000, 0 3.5px 0 #000000, -2px 3.5px 0 #000000, 2px 3.5px 0 #000000;
}
.yellowButton {
    border-radius: 3px;
    background: linear-gradient(to bottom, #eec408, #ecae15) !important;
}
.yellowButton::after {
    background: #a7542c !important;
}
.yellowButton::before {
    background: linear-gradient(30deg, #fbef44 95%, #fff896 96%) !important;
}
.blueButton,#closeFinalVideo, #dl, .downloadVideoButton {
    cursor: pointer;
    padding: 5px 10px;
    background: var(--btn_bg_def);
    border-radius: 3px;
    color: #fff;
    font-family: "Brawl", sans-serif;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #000;
    box-shadow: 0px 1px 0px #000, 0px 2px 0px #00f5;
    transform: skewX(-4deg);
    font-family: "Lilita One";
    font-weight: lighter;
    text-transform: uppercase;
    transition: .03s;
    user-select: none;
    text-shadow: var(--bs-shadow);
}
.blueButton > p, #dl > p, .downloadVideoButton > p {
    transform: skewX(4deg);
    color: #ffffff;
    text-shadow: var(--bs-shadow);
    font-family: "Lilita One";
    font-weight: lighter;
    text-transform: uppercase;
    user-select: none;
    padding: 5px 10px 8px 5px;
}
.blueButton > .onlyIcon {
    padding: 0;
    height: 20px;
    transform: skewX(4deg) scale(1.4) translateY(-1px);
    user-select: none;
}
.blueButton::after,#closeFinalVideo::after, #dl::after, .downloadVideoButton::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0003;
    width: 100%;
    height: 3px;
}
.blueButton::before,#closeFinalVideo::before, #dl::before, .downloadVideoButton::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(30deg, #fff3 95%, #fff6 96%);
    width: 100%;
    height: 3px;
}
.blueButton:active, #dl:active, .downloadVideoButton:active {
    transform: skewX(-4deg) scale(0.95);
}

#startRecording, #addIcon {
    appearance: none;
    position: absolute;
}

#addIcon, #addImage {
    display: none;
}

#startRecording:checked ~ .yellowButton {
    background: #f33 !important;
}
#startRecording:checked ~ .yellowButton::before {
    background: linear-gradient(30deg, #ff6a6a 95%, #ffb4b4 96%) !important;
}
#startRecording:checked ~ .yellowButton::after {
    background: rgb(126, 43, 43) !important;
}

#dl,#dlc, .downloadVideoButton {
    z-index: 99;
    background: #0e5;
    text-decoration: none;
    color: #ffffff;
}

#closeFinalVideo {
    z-index: 99;
    position: relative;
    background: var(--btn_red);
    padding: 20px 20px;
}
#closeFinalVideo > .closePreviewIcon{
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../../nuxt_/icons/ico_close.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}
.blackDisabled {
    pointer-events: none;
}
.blackDisabled {
    background: #0008;
    color: #fff;
    cursor: default;
    box-shadow: none;
}
.blackDisabled p {
    padding: 1px 5px;
    text-transform: none;
}
.blackDisabled::before, .blackDisabled::after {
    content: none !important;
}

.clearIconButton {
    padding: 2px 6px;
    background: var(--btn_red);
}

#hiddenImage {
    appearance: none;
    display: none;
}
.checkBoxButton{
    padding: 4px;
    width: 30px;
    height: 30px;
    background: url(../../nuxt_/icons/checkbox_off_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    border: 0;
    outline: 0;
}
.checkBoxButton img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
#hiddenImage:checked + .checkBoxButton img {
    opacity: 1;
}

.rangeInputControl{
    width: 100%;
    margin: .5rem;
    height: 20px;
    -webkit-appearance: none;;
    border-radius: 2px;
    background: #22223f;
    transform: skewX(-3deg);
    outline: none;
    border: 1px solid #000;
    box-shadow: 0px 2px 0px #000;
}
.rangeInputControl::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 30px;
    --c1: #09f;
    --c2: #07f;
    --c3: #049;
    background: linear-gradient(to bottom, var(--c1) 10%, var(--c2) 10%, var(--c2) 90%, var(--c3) 90%);
    border-radius: 2px;
    cursor: pointer;
    box-shadow: var(--bs-shadow);
}