.pagination {

}
.pagination a {
	color: #333 !important;
}
.pagination .active a {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff !important;
}
.pagination .active a:hover {
	background: #E68722;
	border-color: #E68722;
}
.motd {
	font-size:13px;
	font-weight:600 !important;
	color:#a30d28;
	word-break: break-all;
}
.motd.motd-desc {
	color: #222;
	word-break: break-word;
	white-space: pre-wrap;
	text-align: left;
	padding: 20px;
	background-color: #edf5f7;
	border: 1px solid #ddd;
	margin-top: 10px;
}

.pad {
padding: 7px 8px;
}

.green {
background: #00ff3738;
}

.red {
background: #f2dede;
}


#Payments .notification {
	color : #a30d28 !important;
	font-size:  16px;
	margin-bottom: 10px;
} 

#Payments .notification.bad {
	color : #a30d28 !important;
} 

#Payments .notification.good {
	color : green !important;
}

#Payments select  {
	width:  170px !important;
	min-width: max-content;
	margin-top : 0;
}

#Payments button  {
	margin-top : 0;
}

option:disabled {
	background: #00000038;
	color: #ff000087;
}
.shopexp {
	width: max-content;
	margin: auto;
}
.shopexp form {
	white-space: nowrap;
}
.maincard .btn.btn-index {
	display: block !important;
	width: 100% !important;
}
.navbar-user span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 60px;
	display: inline-block;
	line-height: 10px;
}


	 
p {
	margin: 0;
}
.qiwi .hidden {
	display: none;
}
 
.qiwi .visible {
	display: block;
}
 
.qiwi .bold {
	font-weight: 700;
	/* font-size: 24px; */
	letter-spacing: 1px;
}
 
.qiwi .blue {
	color: #5398cf;
}
 
.qiwi .flex {
	display: flex;
}

.qiwi .flex.center {
	justify-content: center;
}
 
.qiwi {
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fbfbfb;
	padding: 60px 40px;
	box-shadow: 0 7px 20px rgb(2 2 2 / 9%);
}
 
.qiwi .line {
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	margin-bottom: 30px;
}
 
.qiwi .title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
 
.qiwi .title_s {
	font-size: 18px;
	margin: 20px 0;
}
 
.qiwi .timer {
	font-size: 34px;
	margin-bottom: 20px;
	color: #f12020;}
 
.qiwi .buttons {
	margin: 20px 0;
}
 
.qiwi a {
	font-size: 16px;
	line-height: 35px;
	padding: 0 40px;
	margin: 0 10px;
	cursor: pointer;
	border: none;
}
 
.qiwi .agree {color: #243c09;}
 
.qiwi .cancel {color: #7a7a7a;}
 
.qiwi a:hover {
	box-shadow: 0 3px 10px rgb(2 2 2 / 9%);
	transform: scale(1.1);
}
 
.qiwi .transition {
  transition: 0.5s;
}
 
.qiwi a.agree {
	background-color: #88b555;
}

.center {
	text-align: center;
}
 
#loading-screen {
	text-align: center;
}


#loading-screen img{
	height: 120px;
}
@keyframes alarm {
    0% { height: 0; padding: 0 10px; opacity: 0; }
    10% { height: 50px; padding: 10px; opacity: 1; }
    90% { height: 50px; padding: 10px; opacity: 1; }
    100% { height: 0; padding: 0 10px; opacity: 0; }
}
.alarm {
	position:  absolute;
	top: 50px;
	padding: 0 10px;
	line-height: 30px;
	z-index: 9999;
	left: 10vw;
	max-width: 85vw;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 0;
	animation-name: alarm;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	opacity: 0;
}
.report-form {
	display: grid;
	grid-template-columns: auto auto auto auto 1fr auto auto auto auto auto auto;
	grid-gap: 5px;
	width: 100%;
}
.report-form .btn {
	line-height: 32px;
	padding: 0 10px;
	height: 34px !important;
}
.repot-subhead td,
.repot-head td {
	text-align: center;
}
.repot-head td {
	font-weight: bold !important;
}
.repot-subhead td {
	line-height: 10px !important;
	font-size: 12px;
}
.report-row td {
	text-align: right;
	font-family: mono, monospace;
}
.report-row td:nth-child(1) {
	text-align: left;
	font-family: inherit;
}
.report-row.fiat + .report-row.crypto td {
	border-top-width: 5px;
}


.links{
	text-align: center;
}