.color {
    width: 100%
}

.swal-custom-size {
    width: 600px;
    /* ajuste o valor conforme necessário */
    font-size: 1.2rem;
    /* ajuste o tamanho da fonte conforme necessário */
}

.darktextboxes {
    background-color: #1f2933;
    border-color: #2c3844;
    color: #fff
}

.darkgray {
    color: #a9a9a9
}

.gray {
    color: gray
}

.darkerrortext {
    color: red
}

.errortext {
    color: darkred
}

.pp::-webkit-scrollbar {
    display: none
}

.pp {
    -ms-overflow-style: none;
    scrollbar-width: none
}

body.dark {
    background-image: url("https://images2.alphacoders.com/130/1308322.jpeg");
    color: #fff
}

select.dark {
    background-color: #1f2933;
    border-color: #2c3844;
    color: #ffffff
}

#colors {
    height: 120px;
    display: flex;
    flex-direction: row
}

@font-face {
    font-family: MinecraftRegular;
    src: url(../fonts/MinecraftRegular.otf)
}

@font-face {
    font-family: MinecraftBold;
    src: url(../fonts/MinecraftBold.otf)
}

@font-face {
    font-family: MinecraftItalic;
    src: url(../fonts/MinecraftItalic.otf)
}

@font-face {
    font-family: MinecraftBoldItalic;
    src: url(../fonts/MinecraftBoldItalic.otf)
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(../fonts/Quicksand/300.ttf) format('truetype')
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(../fonts/Quicksand/500.ttf) format('truetype')
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(../fonts/Quicksand/600.ttf) format('truetype')
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/Quicksand/700.ttf) format('truetype')
}

@font-face {
    font-family: quicksand;
    font-style: regular;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/Quicksand/regular.ttf) format('truetype')
}

#coloredNick {
    font-size: 4rem;
    word-wrap: break-word
}

.minecraft {
    font-family: MinecraftRegular
}

.minecraftbold {
    font-family: MinecraftBold
}

.minecraftitalic {
    font-family: MinecraftItalic
}

.minecraftibold {
    font-family: MinecraftBoldItalic
}

.minecraftunderline {
    text-decoration: underline
}

.minecraftustrike {
    text-decoration: underline line-through
}

.minecraftstrike {
    text-decoration: line-through
}

footer {
    display: table;
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    margin-top: 120px
}

#title {
    position: relative;
    background: linear-gradient(to right, #6666ff, #0099ff, #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
    cursor: default
}

#outputText {
    white-space: pre-wrap;
    cursor: pointer;
    height: 95px;
    font-family: MinecraftRegular
}

#inputs {
    position: relative
}

@keyframes rainbow_animation {

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

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

body {
    background-image: url("https://images5.alphacoders.com/131/1311254.png");
    background-size: auto cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: scroll;
    height: 100vh;
    margin: 0;
}

/*.tudo {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(91, 91, 92, 0.801);
    max-width: auto;
    padding: 10;
    width: 90%;
    margin: 20px auto;
}*/

.row-hex-bg {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(91, 91, 92, 0.801);
    max-width: auto;
    padding: 20;
    width: 110%;
    margin: 20px auto;
}

.row-body-bg {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(91, 91, 92, 0.801);
    max-width: auto;
    padding: 20;
    width: 90%;
    margin: auto -15px;
    
}

.row-bg {
    
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(91, 91, 92, 0.801);
    max-width: auto;
    padding: 20;
    width: 30%;
    margin: auto -15px;
    
}
.row-bg
.form-control{
     width: 350%;
}

.container-bg {
  margin-top: 30px;
  display: flex;
  gap: 50px; /* espaço entre os blocos */
}


::-webkit-scrollbar{
    display: none;
}
