body {
    font-family: Arial, sans-serif;
    width: 100%;
    background: #24282e;
    margin: 0;
    color: #b2b2b2;
}

html::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.textarea-input {
    width: 100%;
    border-radius: 5px;
    resize: none;
}

.generated {
    width: max-content;
}

#name {
    max-width: 280px;
    text-transform: capitalize
}

.pld1 {
    float: left;
    width: 280px;
    margin: auto;
    margin-right: 5px;
}

.pld2 {
    float: left;
    width: 280px;
    margin: auto;
    margin-right: 5px;
}

.pld3 {
    float: left;
    width: 280px;
    margin: auto;
    margin-right: 5px;
}

.pld4 {
    float: left;
    width: 280px;
    margin: auto;
    margin-right: 5px;
}

.clog_settings {
    font-weight: bold;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    align-items: center;
}

label {
    margin-right: 5px;

    text-transform: uppercase;
    font-size: .8em;
    color: #fffe;
    margin-bottom: 10px;
}

input {
    display: inline-block;
}


#bal {
    float: left;
    margin-left: 1%;
}

#jobb {
    float: right;
    margin-right: 1%;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.output {
    line-height: 0;
    -webkit-font-smoothing: none !important;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 0;
    font-size: 12px
}

.generated {
    background-color: #000;
    display: inline-block;
    padding: 8px 0px
}

.me {
    color: #c2a2da
}

.death {
    color: #ff0000
}

.yellow {
    color: #ff0
}

.paleyellow {
    color: #ffec8b
}

.grey {
    color: #bbb
}

.lightgrey {
    color: #e2e2e2
}

.hide {
    display: none
}

.green {
    color: #3a3
}

.money {
    color: #008000
}

.radioColor {
    color: #ffec8b
}

.megafon {
    color: #e7e700
}

.news {
    color: #10F441
}

.radio {
    color: #FFEC8B
}

.dep {
    color: #FB8483
}

.whisper {
    color: #ffff01
}

.carwhisper {
    color: #fdfc1c
}

.tavol {
    color: #999999
}

.borton {
    color: #fc6246
}

.white {
    color: #fff
}

textarea {
    margin-top: 20px
}

pre.pre-scrollable {
    max-height: 100px
}

.fontsize {
    margin-bottom: 20px
}

.sp-replacer {
    display: block;
    width: 50px
}

.button {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 10;
    border-radius: 10px;
}

.button:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.button:active {
    color: #000
}

.button:active:after {
    background: transparent;
}

.button:hover:before {
    opacity: 1;
}

.button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}   
.row {
    display: flex;
    align-items: center;
}


.color-picker-input {
    display: inline-block;
    margin-right: 1%;

}


#jobb .col-xs-12 {
    display: flex;
    align-items: center;
}

.color-picker-label {
    margin-right: 10px;
}

.color-picker-input {
    flex-shrink: 0;
}

.clog_settings .row {
    display: flex;
}

.clog_settings .col-xs-12 {
    flex: 1;
}

.clog_settings .color-picker-label {
    margin-right: auto;
}

.textarea-container {
    position: relative;
    width: 100%;
}

.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    pointer-events: none;
}

.logo-overlay img {
    opacity: 15%;
    max-width: auto; 
    max-height: auto; 
}

.cube-container {
    perspective: 800px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d; /* 3D dönüşlerin korunması */
    animation: rotateCube 5s linear infinite;
}

.face {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.front  { transform: translateZ(100px); }
.back   { transform: rotateY(180deg) translateZ(100px); }
.top    { transform: rotateX(90deg) translateZ(100px); }
.bottom { transform: rotateX(-90deg) translateZ(100px); }
.left   { transform: rotateY(-90deg) translateZ(100px); }
.right  { transform: rotateY(90deg) translateZ(100px); }

@keyframes rotateCube {
    from {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}