:root {
    --bg-primary: #2b2d48;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.manutencaoAviso {
    background: #000;
    margin-bottom: 10px;
    opacity: .5;
}
.manutencaoAviso > p {
    color: #fc0;
    font-family: "Lilita One", sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    user-select: none;
    text-shadow: var(--bs-shadow);
    padding: 10px;
    text-align: center;
}

body {
    position: relative;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow-x: hidden;
    background: var(--bg-primary);
}

#textInfo {
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
    font-size: 20px;
    font-family: "Lilita One", sans-serif;
    color: #eee;
    text-shadow: var(--bsT-shadow);
    animation: dropTextinfo 6s ease-out forwards;
    transform-origin: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#textInfo::before,#textInfo::after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 150%;
    height: 20px;
    border-radius: 50%;
    background: #5B20BAef;
    filter: blur(14px);
}
#textInfo::after {
    filter: blur(8px);
}
@keyframes dropTextinfo {
    0% { 
        transform: scale(0.5) translate(-50%, -30%);
        opacity: 0;
    }
    5% { 
        transform: scale(1) translate(-50%, -40%);
        opacity: 1;
    }
    40% {
        transform: scale(1) translate(-50%, -85%);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(-50%, -85%);
        opacity: 0;
    }
}

.tbs {
    color: #ffffff;
    text-shadow: var(--bs-shadow);
    font-family: "Lilita One";
    font-weight: lighter;
    text-transform: uppercase;
    user-select: none;
    font-size: medium;
}

.systemFont {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    color: #ccc;
}

header {
    width: 100%;
    height: 130px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    --b: 1.3rem;
    position: relative;
    padding-bottom: var(--b);
    margin-bottom: var(--b);
    filter: drop-shadow(0px 5px 10px #0008);
}
header img {
    width: 55px;
}
header div > h1 {
    font-family: "lilita One", sans-serif;
    font-weight: lighter;
    text-shadow: var(--bsT-shadow);
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    transform: skewY(-2deg) translateY(-2px);
}
header div > p {
    font-family: "lilita One", sans-serif;
    font-weight: lighter;
    text-shadow: var(--bsT-shadow);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transform: skewY(-2deg) translateY(-2px);
}
header::after{
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0070ff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 40% 88%, 60% 94%, 0% 100%);
}

.screenView {
    z-index: 999;
    position: sticky;
    width: 100%;
    top: 10px;
    display: flex;
    gap: 10px;
    padding: .2rem .2rem;
    flex-direction: row;
    background: #27273f;
    border: 1px solid #0002;
    border-radius: 6px;
}
.screenRecording {
    width: 100%;
}

canvas {
    width: 1280px;
    border: 1px solid #fff2;
    border-radius: 3px;
    /* box-shadow: 0px 5px 20px  #0025; */
    background: #000000;
    /* padding: 5px; */
}


.videoContainer{
    width: 200px;
}
.videoList{
    width: 150px;
}



.addIconsContaier,.addImageContaier {
    display: flex;
    /* background: #0003; */
    /* width: max-content; */
    /* height: 100px; */
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.iconsList, .imageList {
    /* background: #000; */
    background-color: #0054;
    padding: .7rem;
    gap: .7rem;
    border: 1px solid black;
    border-radius: 2px;
    flex-wrap: wrap;
}
#statusIconsMessage {
    color: #fc0;
    font-family: "Lilita One", sans-serif;
    font-weight: lighter;
    text-transform: none;
    user-select: none;
    text-shadow: var(--bs-shadow);
    padding: 5px 10px;
    text-align: center;
}
.statusIcons {
    padding: 2px !important;
}
.statusIcons img{
    height: 20px;
}
.iconGroupButtons {
    
}
.iconGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80px;
}
.iconBg,.imageBgr {
    height: 50px;
    /* transform: skewX(2deg); */
    /* background-image: url(https://brawlmenu-api-lite.netlify.app/assets/pattern.png); */
}

.bsff {
    font-family: "lilita One", sans-serif;
    font-weight: lighter;
    text-shadow: var(--bsT-shadow);
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
.bsf {
    font-family: "lilita One", sans-serif;
    font-weight: lighter;
    text-shadow: var(--bsT-shadow);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.bsfm {
    font-family: "lilita One", sans-serif;
    font-weight: lighter;
    /* text-shadow: var(--bsT-shadow); */
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.newVideo {
    text-align: center;
}
main {
    width: 100%;
    /* height: 100vh; */
    /* margin-top: 50%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 .5rem;
    gap: 15px;
    /* background: #0469ff; */
}
.imageAndIcons {
    gap: 20px;
    flex-wrap: wrap;
}
.customizepanel {
    display: flex;
    /* background-color: #0000004d; */
    padding: 10px;
    /* transform: skewX(-2deg); */
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 10%;
}
.editElements {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}
.ajustIcons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    gap: 10px;
}
.editControls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.createdBackgroundList {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-image: linear-gradient(transparent, #008cff44, #00ccff88);
    padding: 20px;
    /* transform: skewX(-2deg); */
    padding-bottom: 35px;
    overflow-x: scroll;
    justify-content: flex-start;
    align-items: center;
}
.createdBackgroundList::-webkit-scrollbar {
    scrollbar-width: none;
}
.createdBackgroundList::after {
    content: '';
    z-index: -1;
    position: sticky;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,#4bffff88 4%, transparent 4%, transparent 96%, #4bffff88 96%);
    -webkit-mask-image: linear-gradient(transparent, #ffffff44, #ffffff88);
    left: 0px;bottom: 0px;
}
.videoContainer {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translateY(-10px) skewX(-2deg);
}
.videoContainer > video{
    border-radius: 3px;
    border: 1px solid;
    box-shadow: 0px 5px 0px -2px #0005;
}
.videoContainer > .downloadVideoButton {
    position: absolute;
    bottom: -20px;
    transform: skewX(0deg);
}

.displayImageHidden {
    gap: 10px;
}





.finalVideoContainer {
    position: relative;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    /* height: 200px; */
    /* background: #0084; */
    gap: 10px;
}
.finalVideo,.finalVideoCompressed {
    position: relative;
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    /* height: 100%; */
    transition: .2s;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, #26189d 32%, #1650d3 32%);
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0px 3px 0px 0px #0005, 4px 6px 0px 0px #0005;
    transform: skewX(-2deg) scale(1);
    animation: bump .2s cubic-bezier(0.5, 0.5, 0.7, 1.5) forwards;
    overflow: hidden;
}
@keyframes bump {
    0% {
        transform: skewX(-2deg) scale(0.8);
    }
    100% {
        transform: skewX(-2deg) scale(1);
    }
}
.finalVideo::before,.finalVideoCompressed::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10%;
    background-image: url(../../nuxt_/icons/bg_flare.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 0;
    width: 100%;
    opacity: .5;
    height: 100%;
    animation: spin 20s linear infinite;
}
.spin {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.finalVideo > video,.finalVideoCompressed > video {
    width: 100%;
    z-index: 1;
    /* width: 100px; */
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0px 5px 0px -2px #000f, 5px 10px 0px 0px #000f;
    transform: scale(.8) translateY(15px);
}
.videoControls{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.buttonsAction {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: skewX(2deg);
    padding: 0px 5px;
}
.finalVideoMessage {
    color: #fff;
    text-align: center;
    transform: skewX(2deg);
}
#message {
    color: #fff;
    font-family: "Lilita One", sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    user-select: none;
    text-shadow: var(--bs-shadow);
    background: #0008;
    padding: 10px;
    text-align: center;
}




/* ABOUT */

#sobre-ferramenta {
    border-top: 10px solid #000;
    position: relative;
    background-image: linear-gradient(#202020, #000000);
    color: #bbb;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 1rem;
    padding-bottom: 5rem;
}
#sobre-ferramenta::after{
    z-index: 0;
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../nuxt_/icons/patt.png);
    -webkit-mask-image: radial-gradient( black 40%, transparent);
    background-size: 100px;
    opacity: .01;
    background-position: 0px 0px;
    animation: up 10s infinite linear;
}
@keyframes up {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 100px -100px;
    }
}
.flexrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.cardContent {
    padding: 10px;
}
.cardContent h2 {
    margin: 3px 0px;
}
.cardContent h3 {
    margin: 4px 0px;
}
ul,ol {
    margin-left: 20px;
}

.donate_{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

/* FOOTER */

footer {
    /* position: fixed;
    bottom: 0; */
    background: #000;
    width: 100%;
    /* height: 100px; */
    display: flex;
    flex-direction: row;
    padding: 0 1rem;
}
footer > hr {
    border: 0;
    width: 1px;
    background: #2b2b2b;
    margin: 25px 0px;
}
.socials {
    width: 100%;
    background: #000;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.fancontent {
    padding: 0 5rem;
    background: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancontent > p {
    color: #aaa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    text-align: center;
}
.fancontent > p > a {
    color: #0099ff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.socialContainer {
    display: flex;
    flex-direction: column;
}
.socialTexts {
    color: #bbb;
    font-weight: bold;
    padding-bottom: .5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.socialIconsList {
    display: flex;
    flex-direction: row;
    height: 50%;
    gap: 10px;
}
.gustavoIcon {
    /* margin-top: -14px; */
    /* transform: scale(1.6); */
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background-size: 158%;
    background-position: -13px -15px;
    background-image: url(../../nuxt_/icons/gustavo.barros.png);
}