body
{
	font-family: Arial, sans-serif;
	width: 100%;
	background-color: #0d0d0d;
	/* background-image: url(header.png); */
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	color: #ffffff;
}

.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;
}
#bal
{
	float:left;
	margin-left:36%;
}
#jobb
{
	float:right;
	margin-right:35%;
}
.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 5px
}
.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
}

.whisper {
    color: #eda841
}

.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
}

a{
    color: #F8E183;
}

a:hover{
    opacity: 0.5;
    color: #F8E183;
}

.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;
}

.btn-success {
    color: #fff;
    background-color: transparent;
    border: 2px solid #F8E183;
}

.btn-success:hover {
    color: black;
    background-color: #ffffff;
    border-color: #161616;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}