html {
	height: 100%;
}
.grecaptcha-badge {
	display: none;
}
.bulks {
	position:absolute;
	background-position: 0 -10px;
	top: 410px;
	left: 200px;
	width: 80px;
	background: rgba(255, 255, 255, 0.3);
	background-repeat: repeat-x;
	border: 1px solid;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	color: #333333;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 9px 14px;
	display: inline-block;
	line-height: normal;
	font-family: inherit;
	font: 99% sans-serif;
}
.bulk {
	text-transform: uppercase;
	background-color: transparent;
	width: 500px;
	height: 350px;
	resize: none;
	font-size: 17px;
	padding-top:10px;
	margin-bottom:-4px;
	font-family:tahoma, arial, sans-serif;
	text-align: center;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:table;
	margin:0 auto;
}
pre, code {
	font: 1em Menlo, Monaco, Consolas, "Courier New", monospace;
	color: #009933;
}
p {
	display:inline;
}
pre {
	font-size: 12px;
	/*width: 100%;
	*/
	background-color: #fefefe;
	background-image: -moz-linear-gradient(top, #e2f1f7 1px, transparent 1px);
	background-image: -ms-linear-gradient(top, #e2f1f7 1px, transparent 1px);
	background-image: -webkit-linear-gradient(top, #e2f1f7 1px, transparent 1px);
	background-image: -o-linear-gradient(top, #e2f1f7 1px, transparent 1px);
	background-image: linear-gradient(top, #e2f1f7 1px, transparent 1px);
	background-size: 100% 22px;
	border-radius: 6px;
	color: #222222;
	line-height: 22px;
	padding: 0 10px;
	margin: 0 4px 5px;
	position: relative;
	white-space: pre-wrap;
}
.rup-initial {
	word-break: normal;
}
.rup-all {
	word-break: break-all;
}
.bills {
	max-width: 1250px;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: blue;
}
a {
	color: red;
	text-decoration: none;
}
/* scos sa se aseze checkeru.container {
	top: 30%;
	width: 100%;
	position: absolute;
}
*/
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
/*.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
*/
.inlogin {
	margin-left: -15px;
}
.numberCircle {
	border-radius: 50%;
	/*display: inline-block;
	*/
	width: 28px;
	height: 28px;
	padding: 4px;
	background: #fff;
	border: 2px solid #666;
	color: #666;
	text-align: center;
}
.container > header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.container > header h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #666;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
.container > header h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #666;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
/* GLOBALS */
html, body, aside {
	display: block;
	margin: 0;
	padding: 0;
}
body {
    /*background: #eedfcc url(wall.jpg) no-repeat center top;
	background-color: #ededed;*/
	
    background: rgb(191,224,213);
    background: -moz-linear-gradient(180deg, rgb(191 224 213) 0%, rgb(201 118 96 / 45%) 100%);
    background: -webkit-linear-gradient(180deg, rgb(191 224 213) 0%, rgb(201 118 96 / 45%) 100%);
    background: linear-gradient(180deg, rgb(191 224 213) 0%, rgb(201 118 96 / 45%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfe0d5",endColorstr="#c97960",GradientType=1);
	padding: 40px;
	background-attachment: fixed;
	/* background-position: 100% 0;*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 100%;
	/* min-width: 400px;*/
	max-width: 1280px;
	margin: 0 auto;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	/* overflow-y: hidden;*/
	overflow-x: hidden;
}
aside {
	width: 233px;
	min-height: 500px;
}
aside.right {
	margin-left: auto;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.inblock {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -20px;
	line-height: 28px;
	font-size: 13px;
	color: red;
	display: block;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	body {
		padding: 20px;
	}
	.inlogin {
		margin-left: 0px;
		font-size: 13px
}
}
@media screen and (max-width: 767px) {
	body {
		padding: 10px;
	}
	aside {
		width: auto;
	}
	.inlogin {
		margin-left: 0px;
		font-size: 13px
}
}
*,*:after,*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
#twitter {
	padding-top: 15px;
}
#news-ticker {
	height: 30px;
	padding: 0 0 190px;
	padding-top: 30px;
	overflow: hidden;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}
#news-ticker li {
	height: 40px;
	width: 100%;
	display:table;
	clear:both;
	/* This is to ensure that there is no overlap */
}
.footer {
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404010;
	font-size: 16px;
	overflow: visible !important;
	cursor: default;
	overflow: hidden;
	border: solid 0 transparent;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue",sans-serif;
	-ms-content-zooming: none;
	text-align: center;
	position: fixed;
	bottom: 20px;
	width: 100%;
	display:block;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
select {
	/* Size and position */
	width: 100%;
	padding: 0 10px;
	/*border: none;*/
	background: white;
	/* Fallback */
	background: rgba(255,255,255,0.2);
	/* box-shadow: inset 0 0 10px rgba(255,255,255,0.5); inchis pentru payment gateways */
	font-family: 'Montserrat', sans-serif;
	/* text-indent: 20%;*/
	color: #ee4c8d;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 18px;
	text-align: center;
	text-align: -moz-center;
    text-align: -webkit-center;
	text-align-last: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
}
/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
	select {
		text-shadow:none;
	}
}
@supports (-webkit-overflow-scrolling: touch) {
	select {
		text-shadow:none;
	}
}
select:focus {
	outline: none;
}
input[type="checkbox"] {
	/* display:none;
	*/
}
input[type="checkbox"] + label {
	color:#f2f2f2;
	font-family:Arial, sans-serif;
	font-size:14px;
}
input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(sheet.png) left top no-repeat;
	cursor:pointer;
}
input[type="checkbox"]:checked + label span {
	background:url(sheet.png) -19px top no-repeat;
}
input[type="radio"] {
	display:none;
}
input[type="radio"] + label {
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:14px;
}
input[type="radio"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(sheet.png) -38px top no-repeat;
	cursor:pointer;
}
input[type="radio"]:checked + label span {
	background:url(sheet.png) -57px top no-repeat;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* Demo 2 */
.class-1 {
	/* Size and position */
	display: table;
	min-width: 5%;
	max-width: 80%;
	height: auto;
	margin: 0px auto 0px;
	padding: 10px 10px;
	position: relative;
	background: white;
	/* Fallback */
	background: rgba(255,255,255,0.2);
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-border-radius: 6px;
	color: #7e7975;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.class-2 {
	/* Size and position */
	display: table;
	min-width: 300px;
	max-width: 1200px;
	height: auto;
	margin: 0px auto 30px;
	padding: 15px 15px;
	position: relative;
	background: white;
	/* Fallback */
	background: rgba(255,255,255,0.2);
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	border-radius: 6px;
	color: #7e7975;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	word-break: break-word;
	font-weight: normal;
}
.form-5 {
	/* Size and position */
	width: 500px;
	/*Modificat pentru incadrare nume servicii width: 460px;
	*/
	/*Modificat pentru twitter margin: 60px auto 60px;
	*/
	margin: 15px auto 15px;
	position: relative;
	/* Styles */
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1);
}
.form-5 p {
	width: 80%;
	float: left;
	border-radius: 5px 0 0 5px;
	border: 1px solid #fff;
	border-right: none;
}
.form-5 input[type=text] {
	/* Size and position */
	width: 100%;
	height: 50px;
	padding: 0 10px;
	/* Styles */
	border: none;
	/* Remove the default border */
	background: white;
	/* Fallback */
	background: rgba(255,255,255,0.2);
	box-shadow:inset 0 0 10px rgba(255,255,255,0.5);
	/* Font styles */
	font-family: 'Montserrat', sans-serif;
	text-indent: 10px;
	color: #ee4c8d;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 20px;
}
.form-5 input[type=text] {
	border-bottom: 1px solid #fff;
	/* Fallback */
	border-bottom: 1px solid rgba(255,255,255,0.7);
	border-radius: 5px 0 0 0;
}
.form-5 input[type=text]:hover,.form-5 input[type=text]:focus {
	background: #f7def7;
	/* Fallback */
	background: rgba(255,255,255,0.4);
	outline: none;
}
.form-5 input::-webkit-input-placeholder {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	font-family: 'Handlee', cursive;
}
.form-5 input:-moz-placeholder {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	font-family: 'Handlee', cursive;
}
.form-5 input:-ms-input-placeholder {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	font-family: 'Handlee', cursive;
}
.form-5 button {
	/* Size and position */
	width: 20%;
	height: 52px;
	float: right;
	position: relative;
	overflow: hidden;
	/* Styles */
	background: #ee4c8d;
	background: url(noise.png), -moz-radial-gradient(center, ellipse cover, #ee4c8d 0%, #b53467 100%);
	background: url(noise.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ee4c8d), color-stop(100%,#b53467));
	background: url(noise.png), -webkit-radial-gradient(center, ellipse cover, #ee4c8d 0%,#b53467 100%);
	background: url(noise.png), -o-radial-gradient(center, ellipse cover, #ee4c8d 0%,#b53467 100%);
	background: url(noise.png), -ms-radial-gradient(center, ellipse cover, #ee4c8d 0%,#b53467 100%);
	background: url(noise.png), radial-gradient(ellipse at center, #ee4c8d 0%,#b53467 100%);
	border-radius: 0 5px 5px 0;
	box-shadow:inset 0 0 4px rgba(255, 255, 255, 0.7),inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	border: none;
	border-left: 1px solid silver;
	cursor: pointer;
	line-height: 52px;
	/* Same as height */
}
.form-5 button i {
	position: absolute;
	width: 100%;
	height: 100%;
	/* top: 2px; 5 Iunie 2023 */
	left: -20px;
	font-size: 40px;
	line-height: 52px;
	color: #8d1645;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form-5 button span {
	display: block;
	/* Font styles */
	color: #8d1645;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px; /* font-size: 26px; 5 Iunie 2023 */
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	/*
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
}
/* Focus and hover on button */
.form-5 button:focus {
	outline: none;
}
.form-5 button:hover span,.form-5 button:focus span {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: rotate(-90deg) translateY(-20px);
	-moz-transform: rotate(-90deg) translateY(-20px);
	-ms-transform: rotate(-90deg) translateY(-20px);
	-o-transform: rotate(-90deg) translateY(-20px);
	transform: rotate(-90deg) translateY(-20px);
}
.form-5 button:hover i,.form-5 button:focus i {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	left: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/* Click on button */
.form-5 button:active span,.form-5 button:active i {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.form-5 button:active span {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.form-5 button:active i {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	left: 0;
	color: #fff;
}
.container > header h1,.container > header h2 {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
input:focus {
	outline:none !important;
}
.apiaccesskey {
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 410px;
	height: 42px;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.5);
	-webkit-border-radius: 42px;
	border-radius: 42px;
	font: normal 20px/normal "Antic", Helvetica, sans-serif;
	text-decoration: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: rgba(33,35,34,0);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
	-webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.apiaccesskey:hover {
	color: rgba(181,181,181,1);
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.apiaccesskey:focus {
	width: 430px;
	cursor: default;
	padding: -13px 20px 0;
	color: rgba(255,255,255,1);
	-webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.buton {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 150px;
	height: 40px;
	border: 2px solid rgba(0,0,0,0.5);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	font: normal 20px/40px "Alef", Helvetica, sans-serif;
	color: rgba(33,35,34,1);
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(33,35,34,0);
	cursor: pointer;
}
.buton:hover {
	color: rgba(33,35,34,1);
	background: rgba(40,40,40,0.4);
}
.buton:active {
	width: 150px;
	height: 40px;
	cursor: pointer;
	margin: 0 auto;
	color: rgba(255,255,255,1);
	border: 2px solid rgba(0,0,0,0.5);
	font: normal 20px/40px "Alef", Helvetica, sans-serif;
	background: rgba(0,0,0,0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.amount {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90px;
	height: 42px;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.5);
	-webkit-border-radius: 42px;
	border-radius: 42px;
	font: normal 20px/normal "Antic", Helvetica, sans-serif;
	text-decoration: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: rgba(33,35,34,0);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
	-webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.amount:hover {
	color: rgba(181,181,181,1);
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.amount:focus {
	width: 100px;
	cursor: default;
	padding: -13px 20px 0;
	color: rgba(255,255,255,1);
	-webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	-o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
	transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}
.trustpilot {
        right: 8px;
        bottom: 8px;
        position: fixed;
        transform: none;
        text-decoration: none;
        z-index: 99999;
}

.center-space {
	height: 15%;
}

.center-space-2 {
	height: 5%;
}

.captcha-center {
	margin: 0 15% 20px 15%;
}

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: sans-serif;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.btn-outline-primary {
    color: #0d6efd;
    border: 1px solid #0d6efd;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
    font-size: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-hover tbody tr:hover {
    background-color: #f1f3f5;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.pre-like {
    white-space: pre;
    font-family: monospace;
    font-size: 1rem;
    padding: 1rem;
    overflow-x: auto;
}

.settings-text {
	font-size: 20px;
	color: #7e7975;
	font-weight: normal;
}

.page {
	background-color: white;
	width: 90%;
	margin: auto;
	padding: 50px;
	border-radius: 10px;
}
