* {
	font-family: jetbrains mono, monospace;
}

#hecarim {
	position: fixed;
	bottom: 0;
	background-color: transparent;
	font-size: 80%;
	text-align: center;
	font-family: jetbrains mono, monospace;
	margin-inline: 50%;
}

.smm-container {
    max-width: 360px;
    width: 50vw;
    max-height: 300px;
    height: 90vh;
    background-color: rgba(255, 0, 0, 0.03); /* Assuming vivrant-red is some kind of red */
    border-radius: 16px;
    padding: 8px;
    display: flex;
    justify-content: start;
    overflow-y: auto;
}

.table {
	font-size: inherit !important;
	width:50%;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;	
}

.donatebutton {
	display: inline-block;
}

.user-type-staff {
	background-color: #201C2B;
}

.user-type-admin {
	background-color: #FFB300;
}

.user-type-global_mod {
	background-color: #0C683A;
}

.broadcaster-type-partner {
	background-color: #B08CF1;
}

.broadcaster-type-affiliate {
	background-color: #B2F7A5;
}

.isExtensionsDeveloper-status-yes {
	background-color: #B2F7A5;
}

.isExtensionsApprover-status-yes {
	background-color: #B2F7A5;
}

.vod-card {
	width: 322px;
}

.channel-card {
	width: 322px;
	margin: 0px 4px 4px 0px;
}

.channel-card-big {
	width: 642px;
	margin: 0px 4px 4px 0px;
}

.stream-preview {
	width: 322px;
	height: 180px;
}

.stream-preview-img {
	width: 100%;
	height: 100%;
	background-image: url("https://web.archive.org/web/20191127153544im_/https://static-cdn.jtvnw.net/ttv-static/404_preview-320x180.jpg");
	display: inline-block;
}

.stream-preview-big {
	width: 642px;
	height: 360px;
}

#navbarNavAltMarkup {
	place-content: center;
}

.col-md-2 {
	margin-bottom: 1.25rem;
}

.hidden {
	display: none !important;
}

.error-table {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-width: fit-content;
    max-width: fit-content;
}

#loading {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	border-top-color: #aaabad;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	margin-right: auto;
    margin-left: auto;
	margin-top: 4%;
}

.nav-item {
	max-width: fit-content;
	white-space: nowrap;
}

.nav-item a.active {
	border-bottom: 1px solid #007bff!important;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.card {
	width: 350px;
	background-color: #efefef;
	border: none;
	cursor: pointer;
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
	box-shadow: 1.5px 5px 9px grey;
}

.card:hover {
	box-shadow: 1.4px 5px 15px rgb(100, 100, 100);
	-webkit-transition: box-shadow .2s ease-in;
	transition: box-shadow .2s ease-in;
}

.image img {
	transition: all 0.5s
}

.card:hover .image img {
	transform: scale(1.5)
}

.btn-card {
	height: 140px;
	width: 140px;
	border-radius: 50%
}

.name {
	font-size: 22px;
	font-weight: bold
}

.idd {
	font-size: 14px;
	font-weight: 600
}

.idd1 {
	font-size: 12px
}

.number {
	font-size: 22px;
	font-weight: bold
}

.follow {
	font-size: 12px;
	font-weight: 500;
	color: #444444
}

.btn1 {
	height: 40px;
	width: 150px;
	border: none;
	color: rgb(243, 238, 230);
	font-size: 15px
}

.text span {
	font-size: 13px;
	color: #545454;
	font-weight: 500
}

.brand-name {
	cursor:pointer;
	color:#007bff;
	position: absolute;
    left: 15px;
    top: 10px;
	font-size:1.25rem
}

@media only screen and (max-width: 681px) {
	.table {
		white-space: nowrap;
		min-width: 570px;
	}
}

@media only screen and (max-width: 655px) {
	.table {
		white-space: nowrap;
		min-width: 530px;
	}
}

@media only screen and (max-width: 612px) {
	.table {
		white-space: nowrap;
		min-width: 500px;
	}
}

@media only screen and (max-width: 605px) {
	.table {
		white-space: nowrap;
		min-width: 480px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 564px) {
	.table {
		white-space: nowrap;
		min-width: 429px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 510px) {
	.table {
		white-space: nowrap;
		min-width: 392px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.container-lol {
	padding-right: 20%;
	padding-left:0px!important;
	overflow: hidden;
}

@media only screen and (max-width: 1130px) {
	.container-lol {
		padding-right: 10%
	}
}

@media only screen and (max-width: 980px) {
	.container-lol {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 470px) {
	.table {
		white-space: nowrap;
		min-width: 357px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media only screen and (max-width: 435px) {
	.table {
		white-space: nowrap;
		min-width: 334px;
	}
	td, th {
		max-width: 10px!important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.brand-name:hover {
	color:#0056b3
}

.contact-me {
    cursor: pointer;
	position: absolute;
	top: 12px;
	left: 98%;
	box-sizing: border-box;
	color: #afafaf;
}

.contact-me:hover {
	color:#a970ff
}

.icons i {
	font-size: 19px
}

hr .new1 {
	border: 1px solid
}

.join {
	font-size: 13px;
	color: #363636;
	font-weight: bold;
	overflow-wrap: anywhere;
}

.date {
	background-color: #ccc
}

.blurred-loading {
	filter: blur(5px)
}

.blur-img-hidden {
	filter: brightness(1.2);
}

.hidden {
	display: none
}

.btn-available {
	background-color: #4bab50;
	color: #fff;
	border-color: #5fbd64;
	box-shadow: 1.5px 15px 25px rgba(90, 223, 86, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.btn-available-2 {
	background-color: #3871bb;
	color: #fff;
	border-color: #5f6dbd;
	box-shadow: 1.5px 15px 25px rgba(86, 111, 223, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}


.btn-not-available {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 1.5px 15px 25px rgb(225 83 97 / 50%);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.card-not-available {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 1.5px 15px 25px rgb(225 83 97 / 50%);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.card-available {
	background-color: #4bab50;
	color: #fff;
	border-color: #5fbd64;
	box-shadow: 1.5px 15px 25px rgba(90, 223, 86, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.card-available-2 {
	background-color: #4b80ab;
	color: #fff;
	border-color: #5f78bd;
	box-shadow: 1.5px 15px 25px rgba(86, 168, 223, 0.5);
	outline: 5px auto-webkit-focus-ring-color;
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.btn-not-available:hover {
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	transition-property: brightness, filter;
	transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
}

#playerIcon:hover {
	width:150px;
	height:150px
}

#playerUsername:hover, #playerLevel:hover, #playerRegion:hover {
	text-shadow:0 0 1px #fff, 0 0 1px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 1px #fff, 0 0 0px #fff;
	transition-property: text-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
}

.opacity-0 {
	opacity: 0
}

.form-inline {
    place-content: center;
}

#playerIcon {
	border: 2px solid white;
	transition: width 0.5s, height 0.5s;
}

@media only screen and (max-width: 613px) {
	.form-inline input {
		width: 40% !important
	}
}

@media only screen and (max-width: 435px) {
	#btnCheckAvailability {
		margin-top: 5px;
	}
}

.donation-card {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.donation-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.cards-container {
	margin-top: 60px;
	margin-left: 20px;
	max-width: 100%;
	display: flex;
    gap: 20px;
    flex-direction: column;
}

.donation-card-body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.kofitext {
	font-size: 17px;
}

hr {
	border: 0;
	clear: both;
	display: block;
	width: 100%;
	background-color: #d7d7d7;
	height: 1px;
}



/*
     FILE ARCHIVED ON 15:35:44 Nov 27, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:01:13 Jun 16, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 172.314
  exclusion.robots: 0.185
  exclusion.robots.policy: 0.177
  cdx.remote: 0.069
  esindex: 0.009
  LoadShardBlock: 144.064 (3)
  PetaboxLoader3.datanode: 161.132 (4)
  CDXLines.iter: 16.611 (3)
  PetaboxLoader3.resolve: 80.861 (2)
  load_resource: 132.143
*/