@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*----------------------
   Global
------------------------*/

body {
	background-image: url(../img/mask-line-a.png),
		linear-gradient(
			90deg,
			rgb(24, 40, 72) 0%,
			rgb(24, 40, 72) 0%,
			rgb(75, 108, 183) 100%,
			rgb(75, 108, 183) 100%
		);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Poppins';
	color: white;
}

.customScroll::-webkit-scrollbar {
	width: 7px;
}

.customScroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.customScroll::-webkit-scrollbar-thumb {
	background: #888;
}

.customScroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.thead-sticky tr:nth-child(1) th {
	background-color: rgb(1, 12, 22);
	position: sticky;
	top: 0px;
	z-index: 10;
}

button[disabled] {
	cursor: not-allowed;
}

.blue-element {
	font-weight: bold;
	color: #7ab9ff;
}

.modal {
	color: black;
}

.tooltip .tooltip-inner {
	background-color: #0062cc;
}

.tooltip.bs-tooltip-auto[x-placement^='right'] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
	border-right-color: #0062cc;
}

.tooltip.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #0062cc;
}

.rotating180Btn {
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.rotating180Btn.half {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.tableLoader {
	text-align: center;
	color: #7ab9ff !important;
}

.tableLoader p {
	font-size: 18px;
}

#mainLoader {
	font-size: 32px;
}

.ml7 {
	position: relative;
}

.ml7 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden;
}

.ml7 .letter {
	transform-origin: 0 100%;
	display: inline-block;
	line-height: 1em;
}

/*----------------------
   Main Nav Bar
------------------------*/
.navbar-wrapper {
	background-color: rgba(0, 0, 0, 0.35);
}

.navbar-dark .navbar-toggler {
	color: white;
	border-color: white;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
	color: white;
	font-size: 13px;
	font-weight: 900;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #7ab9ff;
}

.navbar-dark .navbar-brand span {
	font-size: 25px;
	line-height: 50px;
}

/*----------------------
   User Nav Bar
------------------------*/
.user-nav .nav .nav-link {
	font-size: 13px;
	font-weight: 900;
}

#tron-is-not-connected {
	color: #7ab9ff;
}

#tron-is-connected .nav-link span {
	color: #7ab9ff;
}

.pulse {
	animation: pulse 1s infinite;
	animation-timing-function: linear;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}

/*----------------------
   Cards
------------------------*/
.card-title {
	color: #7ab9ff;
	font-size: 25px;
}

.title-card .card {
	background-color: unset;
}

.pool-card .card {
	background-color: rgba(0, 0, 0, 0.35);
}

#headingZero {
	background-color: #181c1f;
}

.staking-cards-user .card-body {
	background-color: rgb(179 214 255 / 20%);
}

.staking-cards-user .card-body .nav-link {
	color: #b6b6b6;
}

.staking-cards-user .card-body .nav-link span {
	color: #7ab9ff;
}

/*----------------------
   Forms
------------------------*/

.form-title {
	font-size: 14px;
	font-weight: bold;
	color: #7ab9ff;
}

.form-control {
	background-color: #d4d4d4;
	color: black;
}

.form-control:focus {
	background-color: #f1f0f0;
	color: black;
	border-color: #7ab9ff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem #7ab9ff5e;
}

/*----------------------
   Footer
------------------------*/

.social {
	width: 40px;
	height: 40px;
	padding: 7px 10px;
	border-radius: 25px;
	font-size: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.35);
	text-decoration: none;
	color: white;
}

.footer-2 a {
	color: white;
	font-size: 13px;
}
