
:root {
	--RR_ThemeColor_default: #FD7C1A;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color:black;
}

.hidden {
	display: none;
}

.backgroundStatic {
	position: fixed;
	height: 100%;
	width: auto;
	left: 50%;
	filter: blur(10px);
	z-index: -1;
	transform: translate(-50%) scale(1.3);
	min-width: 60%;
	transition: all 0.5s ease-in-out;
}

.RRserverScale {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.RRGlow_white {
	-webkit-box-shadow: 0px 0px 8px 1px #FFFFFF;
	box-shadow: 0px 0px 8px 1px #FFFFFF;
}

.RRGlow_orange {
	-webkit-box-shadow: 0px 0px 8px 1px #FD7C1A;
	box-shadow: 0px 0px 8px 1px #FD7C1A;
}

.RRGlow_gold {
	-webkit-box-shadow: 0px 0px 3px 1px #FFD700;
	box-shadow: 0px 0px 3px 1px #FFD700;
}

.RRGlow_silver {
	-webkit-box-shadow: 0px 0px 3px 1px #C0C0C0;
	box-shadow: 0px 0px 3px 1px #C0C0C0;
}

.RRGlow_bronze {
	-webkit-box-shadow: 0px 0px 3px 1px #CD7F32;
	box-shadow: 0px 0px 3px 1px #CD7F32;
}

#logo img {
	width: 100%;
}

#logo:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100px;
	width: 70px;
	height: 100%;
	background: rgba(255,255,255, 0.3);
	transform: skewX(-30deg);
	animation-name: slide;
	animation-duration: 7s;
	animation-timing-function: ease-in-out;
	animation-delay: .3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}

@keyframes slide {
	0% {
		left: -100;
		top: 0;
	}

	50% {
		left: 120px;
		top: 0px;
	}

	100% {
		left: 290px;
		top: 0;
	}
}

.fixRounding {
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
	perspective: 1px;
}

.RRShineScale, .RRShineScale-3, .RRShineScale-2, .RRShineScale-1, .RRShine {
	position: relative;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.RRShineScale-1:hover {
	transform: scale(1.01);
}

.RRShineScale-2:hover {
	transform: scale(1.03);
}

.RRShineScale-2:hover {
	transform: scale(1.02);
}

.RRShineScale:hover {
	transform: scale(1.05);
}

.RRGlow:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.44);
	-moz-box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.44);
	box-shadow: 0px 0px 10px 1px rgba(255,255,255,0.44);
}

.RRShine::after {
	content: "";
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.15) 100%);
	position: absolute;
	height: 400px;
	width: 500px;
	opacity: 0.25;
	top: 0px;
	transform: rotate(60deg) translateY(-65%);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.RRShine:hover:after {
	transform: rotate(75deg) translateY(-60%) translateY(-15%);
}

.btn-rustreborn-orange {
	color: #fff;
	background-color: #fc6f03;
	border-color: #fc6f03;
}

	.btn-rustreborn-orange:hover {
		color: #fff;
		background-color: #e36402;
		border-color: #ca5902;
	}

	.btn-check:focus + .btn-rustreborn-orange, .btn-rustreborn-orange:focus {
		color: #fff;
		background-color: #e36402;
		border-color: #ca5902;
		box-shadow: 0 0 0 0.25rem rgba(151, 67, 2, 0.5);
	}

	.btn-check:checked + .btn-rustreborn-orange, .btn-check:active + .btn-rustreborn-orange, .btn-rustreborn-orange:active, .btn-rustreborn-orange.active, .show > .btn-rustreborn-orange.dropdown-toggle {
		color: #fff;
		background-color: #ca5902;
		border-color: #ca5902;
	}

		.btn-check:checked + .btn-rustreborn-orange:focus, .btn-check:active + .btn-rustreborn-orange:focus, .btn-rustreborn-orange:active:focus, .btn-rustreborn-orange.active:focus, .show > .btn-rustreborn-orange.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.25rem rgba(151, 67, 2, 0.5);
		}

	.btn-rustreborn-orange:disabled, .btn-rustreborn-orange.disabled {
		color: #fff;
		background-color: #fc6f03;
		border-color: #fc6f03;
	}

/* nav pills */

.nav-pills {
	background-color: rgba(15,15,15,0.75);
}

	.nav-pills .nav-link.active,
	.nav-pills .show > .nav-link {
		color: #fff;
		background-color: #404040;
		border-color: #4d4d4d;
	}

		.nav-link.active:hover, .nav-pills .show > .nav-link:hover {
			color: #fc6f03;
			background-color: #333333;
		}

/* Buttons */

.btn-rustreborn-dark {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
}

	.btn-rustreborn-dark:hover {
		color: #fc6f03;
		background-color: #333333;
		border-color: #4d4d4d;
	}

	.btn-check:focus + .btn-rustreborn-dark, .btn-rustreborn-dark:focus {
		color: #fff;
		background-color: #333333;
		border-color: #4d4d4d;
		box-shadow: none;
	}

	.btn-check:checked + .btn-rustreborn-dark, .btn-check:active + .btn-rustreborn-dark, .btn-rustreborn-dark:active, .btn-rustreborn-dark.active, .show > .btn-rustreborn-dark.dropdown-toggle {
		color: #fff;
		background-color: #333333;
		border-color: #4d4d4d;
	}

		.btn-check:checked + .btn-rustreborn-dark:focus, .btn-check:active + .btn-rustreborn-dark:focus, .btn-rustreborn-dark:active:focus, .btn-rustreborn-dark.active:focus, .show > .btn-rustreborn-dark.dropdown-toggle:focus {
			box-shadow: none;
		}

	.btn-rustreborn-dark:disabled, .btn-rustreborn-dark.disabled {
		color: #fff;
		background-color: #303030;
		border-color: #272727;
		box-shadow: none;
	}

/* RRLoading */

.RRLoading {
}

#RRLoading > div {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	border-radius: 0px;
}

	#RRLoading > div > div {
		margin: 0px 0px 0px 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0);
		border-radius: 0px;
	}

.RRLoading-content > div > img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
	-webkit-animation: breathing 2s ease-in-out infinite normal;
	animation: breathing 2s ease-in-out infinite normal;
	-webkit-font-smoothing: antialiased;
}

.RRLoading-content > h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/* Animation key frames */
@keyframes breathing {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	50% {
		-webkit-transform: scale(1.2) rotate(360deg);
		-ms-transform: scale(1.2) rotate(360deg);
		transform: scale(1.2) rotate(360deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(720deg);
		-ms-transform: scale(1) rotate(720deg);
		transform: scale(1) rotate(720deg);
	}
}

/* Copy Icon Button */
.tooltip-wrapper {
	position: relative;
	display: inline-block;
}
	
	.tooltip-text {
		position: absolute;
		bottom: 125%;
		left: 50%;
		transform: translateX(-50%);
		background-color: #111;
		color: #fff;
		font-size: 12px;
		padding: 4px 8px;
		border-radius: 6px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.15s ease-in-out;
		white-space: nowrap;
	}
	
	.tooltip-wrapper:hover .tooltip-text {
		opacity: 1;
	}
	
	.w-3 { width: 0.75rem; }
	.h-3 { height: 0.75rem; }
	
	.transition-colors {
		transition: color 0.2s ease-in-out;
	}
	
	.text-success-500 { color: #fc6f03; }
	
	.text-\[var\(--text-secondary\)\] {
		color: var(--text-secondary);
	}
	
	.text-\[var\(--text-primary\)\] {
		color: var(--text-primary);
	}
	
	.text-\[var\(--text-muted\)\] {
		color: var(--text-muted);
	}
	
	button {
		background: none;
		border: none;
		cursor: pointer;
	}
	.tooltip-wrapper.boxed {
		display: inline-flex;       /* keep inline */
		align-items: center;        /* vertical center inside the box */
		
		max-width: 100%;           /* allows shrinking, but stays inline */
		padding: 3px 8px;
		border-radius: 6px;
		border: 1px solid #2b2d31;
		background-color: #1e1f22;
		box-sizing: border-box;
	}
	
	/* Button inside the wrapper */
	.tooltip-wrapper.boxed .copy-btn {
		display: inline-flex;      /* inline-flex so it does NOT stretch */
		align-items: center;
		gap: 4px;
	
		flex: 0 1 auto;            /* allow shrink but do not force full width */
		overflow: hidden;
	
		font-family: Consolas, monospace;
		font-size: 13px;
	}
	
	/* Text inside button (truncated if too long) */
	.tooltip-wrapper.boxed .copy-btn .copy-text {
		flex: 1 1 auto;           /* only text shrinks */
		min-width: 0;             /* critical for ellipsis */
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	/* Icon always visible */
	.tooltip-wrapper.boxed .copy-btn .icon-copy,
	.tooltip-wrapper.boxed .copy-btn .icon-check {
		flex: 0 0 auto;           /* do not shrink */
		margin-left: 4px;
	}

/* Section Cards */
.section-card {
	background: #1b1f24;
	border: 1px solid #2a2f36;
	border-radius: 12px;
	padding: 10px;
	margin-bottom: 18px;

	box-shadow: 0 4px 18px rgba(0,0,0,0.25);
	transition: border-color 0.2s ease, transform 0.15s ease;
}

	.section-card:hover {
		border-color: #3a4048;
	}

/* Section Dividers */
.section-divider {
	height: 1px;
	background: linear-gradient(to right, transparent, #2a2f36, transparent);
	margin: 10px 0;
}

/* Custom scrollbar */
/* width */
::-webkit-scrollbar {
	width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}