* {
    background: none;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}
	
body {
    color: #fff;
    background: #0e1929;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
html {-webkit-font-smoothing: antialiased;scroll-behavior: smooth;}
img {width: 100%; height: 100%; object-fit: cover;}
a {color: #62d755; text-decoration: none;}
ol, ul {list-style: none;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
input[type="text"], input[type="password"], input[type="email"] {width: 100%; padding: 11px 16px 11px 16px;
    background-color: #2e384d; color: #fff; border-radius: 10px; font-family: inherit;
    font-size: 14px; resize: vertical;}
textarea {padding: 9px 20px 9px 20px; width: 100%; background: #2e384d; color: #fff; border-radius: 20px;
    font-family: inherit; font-size: 14px; resize: vertical;}
select {padding: 11px; color: #fff; background: #2e384d; border-radius: 10px;}
button, input[type="submit"], input[type="button"], input[type="reset"], .qq-upload-button {display: inline-flex; align-items: center;
    min-height: 34px; padding: 0 15px; background: #62d755; color: #101c33; border-radius: 15px; cursor: pointer;}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .qq-upload-button:hover {background: #5bbb50;}
.form_label {display: inline-block; margin-bottom: 4px; color: #a0acbf;}
.form-check-input {margin-right: 4px;}
.xfieldsrow {display: flex; gap: 15px; flex-wrap: wrap; align-items: center; margin-bottom: 10px;}
.xfieldscolright {flex: 1 1 0;}
form .xfieldsrow {flex-direction: column; align-items: normal;}
#dle-captcha img {border-radius: 12px;}

#dropmenudiv {display: flex; flex-direction: column; background: #252f45; border-radius: 20px; border: 1px solid #2f3a4f70;
    padding: 8px; gap: 5px;}
#dropmenudiv a {display: block; border-radius: 15px; font-size: 14px; padding: 12px 10px; background: #2e384d; color: inherit; line-height: 1;}
#dropmenudiv a:hover {background: #354057;}

@font-face {font-family: 'Rubik'; src: url('../fonts/Rubik-300.woff2') format('woff2');
	font-weight: 300; font-style: normal; font-display: swap;}
@font-face {font-family: 'Rubik'; src: url('../fonts/Rubik-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'Rubik'; src: url('../fonts/Rubik-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Rubik'; src: url('../fonts/Rubik-600.woff2') format('woff2');
	font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'Rubik'; src: url('../fonts/Rubik-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}
	
.ui-front {z-index: 1000;}
.ui-dialog {background: #252f45; border-radius: 24px; border: 1px solid #2f3a4f; overflow: hidden;}
.ui-draggable .ui-dialog-titlebar {cursor: move;}
.ui-dialog-titlebar {display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; position: relative; font-weight: 500;}
.ui-dialog-content {padding: 20px 15px; overflow: auto; position: relative;}
.ui-dialog-buttonpane {padding: 10px 30px; text-align: center;}
.ui-dialog-buttonset {display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}