body {
    color: rgb(239, 239, 241);
    font-family: Roobert, Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    color: rgb(169, 112, 255);
}
input[disabled] {
    background: #3e0000;
}
input, select { width: 100%; }
input[type="submit"] {
    background: rgb(62, 34, 104);
    cursor: pointer;
}
input[type="submit"]:hover {
    background: rgb(169, 112, 255);
}
input[type="button"], button {
    background: #7c63ac;
    cursor: pointer;
}


body {
	    background: rgb(14, 14, 16);
}

/*DIV für die Anzeige des Twitchnamens und Twitchaccounts nach dem Login*/
#user_data {
	font-size: small;
	font-weight: normal;
}

/*der Link vor dem Login*/
#authorize,
 {
    background-image: url('/twitch_misc/twitch_login.png');
    height: 32px;
    display: block;
    /* padding-left: 180px; */
    background-repeat: no-repeat;
    line-height: 32px;
		margin: auto;
}

#infernocountdown {
	height:25px;
	font-size:25px;
}

/*das DIV für die Rückmeldung, dass das Gebot abgegeben wurde*/
.response{
	height:30px;
}

/*DIV in dem das Form-Feld ist*/
#bid_form {

}

/*formfield für den Betrag*/
#bidvalue {
	width:300px;
	height: 35px;
	margin:auto;
	color: black;
	font-weight: bold;
	padding-left: 10px;
}

/*Checkbox, ob man ein Hurensohn ist*/
#checkbid {
	float:left;
}

/*Hurensohn Infotext*/
.infotext{
	overflow: hidden; 
	font-weight: 200;
	font-size: 14px;
	color: #7e7e7e;
}

/*Submit-Button*/
#submitbid {
	display:none;
	width:250px;
	margin: 20px auto;
	padding: 15px;
	border-style: hidden;
	text-transform: uppercase;
}

/*Response Status Auktion*/
.badresponse {
	margin-bottom: 25px;
	background-color: red;
	padding: 10 5;
}

.goodresponse {
	margin-bottom: 25px;
	background-color: green;
	padding: 10 5;
}

/*Toplist-Überschrift*/
#toplist {
	width:400px;
	font-size: 32px;
	font-weight: bold;
	margin: 20px auto;
	text-transform: uppercase;
}

/*TopBids DIV*/
#topbids {
	margin: auto;

	width: 500px;
}

/*TopBids DIV*/
#disclaimer {
	margin: auto;
	width: 500px;
	text-align:justify;
}

/*TopRow Höchstbieter*/
.rowtop1 {
	display: flex;
	flex-direction: row;
	align-items: center;
  -webkit-align-items: center;
  justify-content: center;
	row-gap: 20px;
	border-radius: 10px;
	border-color: rgb(169, 112, 255);
	border-width: 2px;
	border-style: solid;
	padding: 20px;
	margin-bottom: 12px;
	background-color: rgba(10, 10, 10, 0.8);
}



/*TopRow DIV. Die ganze Zeile als Container*/
.rowtop {
	display: flex;
	flex-direction: row;
	align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
	margin-bottom: 10px;
	background-color: rgba(10, 10, 10, 0.8);
	padding: 10px 20px;
	border-radius: 10px;
}

/*die Zeilennummer*/
.numbertop, .numbertop1 {
	display: inherit;
}


/*der Betrag in der Topliste*/
.bidtop, .bidtop1{
	font-weight:bold;
  color: rgb(169, 112, 255);
	padding-left: 10px;
	align-content: flex-start;
}

/*Name in der Topliste*/
.nametop, .nametop1{
  color: rgb(169, 112, 255);
	padding: 10 0;
	padding-right: 10px;
	font-style: italic;
}

/*Timestamp in der Topliste*/
.timetop, .timetop1 {
	font-size:10px;
	color: #7e7e7e;
	display: inherit;
	padding-right: 10px;
}