<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: GSOFT
Version: 1.0
*/

* {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img {
	max-width: 100%;
	display: block;
}

article&gt;*+* {
	margin-top: 0;
}

input,
button,
textarea,
select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s !important;
	outline: none !important;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	transition: 0.5s;
	text-decoration: none;
	color: #27a3e2;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	color: #27a3e2;
}

::-webkit-scrollbar,
div::-webkit-scrollbar {
	width: 6px;
	background: #fff;
}

::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
	width: 6px;
	background: #333e48;
}



html,
body {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 1.3;
	color: #2c3e50;
	font-weight: 400;
	overflow-x: hidden;
}

strong {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 12px 0 12px;
	font-family: Open Sans;
	font-weight: 600;
	width: 100%;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 19px;
}

p {
	margin: 12px 0;
}



.container {
	max-width: 1240px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.row {
	width: 100%;
	display: block;
}

.btn,
a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 12px 18px;
	width: auto;
	height: 48px;
	font-size: 15px;
	line-height: 1;
	border-radius: 10px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	white-space: nowrap;
}

.btn.inline-block,
a.btn.inline-block {
	display: inline-block;
	height: auto;
}

.block-submit-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.w100,
.btn.w100 {
	width: 100%;
}

.w50,
.btn.w50 {
	width: calc(50% - 11px);
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.btn-info,
a.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover,
a.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-outline-info,
a.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}

.btn-outline-info:hover,
a.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	background-image: none;
	border-color: #17a2b8;
}

.btn-danger,
a.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover,
a.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-outline-danger,
a.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}

.btn-outline-danger:hover,
a.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	background-image: none;
	border-color: #dc3545;
}

.btn-warning,
a.btn-warning {
	color: #212529;
	background-color: #ffc107;
}

.btn-warning:hover,
a.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
}

.btn-outline-warning,
a.btn-outline-warning {
	color: #212529;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}

.btn-outline-warning:hover,
a.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	background-image: none;
	border-color: #ffc107;
}

.btn-success,
a.btn-success {
	color: #fff;
	background-color: #28a745;
}

.btn-success:hover,
a.btn-success:hover {
	color: #fff;
	background-color: #218838;
}

.btn-outline-success,
a.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}

.btn-outline-success:hover,
a.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	background-image: none;
	border-color: #28a745;
}

.btn-primary,
a.btn-primary {
	color: #fff;
	background-color: #007bff;
}

.btn-primary:hover,
a.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
}

.btn-outline-primary,
a.btn-outline-primary {
	color: #0069d9;
	background-color: transparent;
	background-image: none;
	border-color: #0069d9;
}

.btn-outline-primary:hover,
a.btn-outline-primary:hover {
	color: #fff;
	background-color: #0069d9;
	background-image: none;
	border-color: #0069d9;
}

.btn-dark,
a.btn-dark {
	color: #fff;
	background-color: #343a40;
}

.btn-dark:hover,
a.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
}

.btn-outline-dark,
a.btn-outline-dark {
	color: #23272b;
	background-color: transparent;
	background-image: none;
	border-color: #23272b;
}

.btn-outline-dark:hover,
a.btn-outline-dark:hover {
	color: #fff;
	background-color: #23272b;
	background-image: none;
	border-color: #23272b;
}

.alert {
	position: relative;
	padding: 15px 20px;
	margin: 15px 0;
	border: none;
	border-radius: 10px;
	font-size: 15px;
}

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

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

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.form-status .alert {
	text-align: center;
}

input,
button,
textarea,
select {
	padding: 12px 15px;
	border-radius: 10px;
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
	width: 100%;
	height: 48px;
	outline: none;
}

input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: none;
}

.one-input input:disabled {
	background: #343a4010;
}

.parent-form {
	width: 100%;
}

.form-heading {
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 7px;
}

.form-mini-heading {
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 15px;
}

.h-one-input {
	font-size: 17px;
	font-weight: 600;
	margin: 12px 0 0;
	padding-left: 63px;
}

.one-input,
.block-submit-btn {
	margin: 9px 0;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.one-input input {
	width: calc(100% - 48px);
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	border-left: none;
}

.one-input select {
	width: calc(100% - 48px);
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	padding: 12px 12px;
}

.one-input span.select2.select2-container {
	width: calc(100% - 48px) !important;
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	height: 48px;
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}

.one-input span.select2.select2-container .selection,
.select2-container .select2-selection--single {
	width: 100% !important;
	height: 46px !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 0 10px 10px 0 !important;
	border: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px !important;
}

.description-input {
	font-size: 14px;
	margin: 0 0 5px;
}



.image-form-bonus {
	width: 100%;
	margin: 7px 0 0 63px;
	position: relative;
}

.delete-btn {
	position: absolute;
	top: 7px;
	right: 7px;
	background: #dc3545;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	cursor: pointer;
	box-shadow: 0 0 10px -2px rgba(255, 255, 255, .075);
}

.image-form-bonus img {
	border-radius: 10px;
	height: 105px;
}

.one-input textarea {
	width: calc(100% - 48px);
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	border-left: none;
	height: 160px;
}

.icon-input {
	background: #e6e6e7;
	width: 48px;
	height: 48px;
	border-radius: 10px 0 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e6e6e7;
	border-right: none;
}

.eye-pass {
	background: #e6e6e7;
	width: 48px;
	height: 48px;
	border-radius: 0 10px 10px 0;
	position: absolute;
	left: calc(100% - 48px);
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}

.eye-pass i:nth-child(2),
.eye-pass.active i:nth-child(1) {
	display: none;
}

.eye-pass.active i:nth-child(2) {
	display: flex;
}

.block-form-btn {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 25px 0 0;
}

.one-input .btn,
.one-input a.btn {
	margin-left: 10px;
}

.form-status {
	width: 100%;
}



.header {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e150;
}

.header .container {
	justify-content: space-between;
}

.logo {
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logo img {
	height: 60px;
}



.topmenu {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topmenu a {
	color: #2c3e50;
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	margin: 0 10px;
}



.header-btn {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-btn a.btn {
	margin-left: 15px;
}

.header-btn a.btn i {
	display: none;
}

.close-menu {
	display: none;
}



.content {
	min-height: 100vh;
}

#background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
}

.auth-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #CC2AFA, #5097E8);
	/* background-image: url(/wp-content/uploads/bg-login.webp); */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: 50% 50%; */
	padding: 50px 0;
}

.auth-page .form {
	width: 100%;
}

.auth-page .btn-header-lang {
	width: 54px;
	padding: 0;
	margin: 0 0 3px;
}

.auth-page .btn-header-lang select {
	padding: 4px 5px;
}

.auth-page .container {
	justify-content: center;
}

.auth-page .logo-parent-form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}

.auth-page .logo-parent-form img {
	width: 100%;
	max-width: 320px;
}

.auth-page .parent-form {
	max-width: 480px;
	padding: 60px 50px 70px;
	background: #fff;
	border-radius: 10px;
	z-index: 5;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.auth-page .form-heading,
.auth-page .form-mini-heading {
	text-align: center;
	width: 100%;
}



.top-heading {
	max-width: 1200px;
	padding: 0;
}

.top-heading h1 {
	padding: 0;
}

.top-heading .h-mini-heading {
	padding: 0;
	margin: 0;
}

.breadcrumbs {
	width: 100%;
	margin: 7px 0 0;
	color: #ccc;
	font-size: 13px;
	display: none;
}

.breadcrumbs a {
	color: #ccc;
}

.content-page-text {
	max-width: 1200px;
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 1.4;
}

.content-page-text p {
	margin: 0 0 18px;
}

.ql-editor em,
.content-page-text em {
	font-style: italic;
}

.content-page-text h1,
.content-page-text h2,
.content-page-text h3,
.content-page-text h4,
.content-page-text h5,
.content-page-text h6 {
	padding: 0;
	margin: 0 0 15px;
}

blockquote {
	border-left: 5px solid #17a2b8;
	padding: 10px 0 10px 15px;
	margin: 18px 0;
	display: block;
}

.ql-snow .ql-tooltip {
	z-index: 999;
}



.account-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}



.header-account {
	padding: 15px 22px 15px 252px;
	border-bottom: 1px solid #e1e1e150;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	background: #343a40;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.header-account a {
	color: #dde9f8;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: 15px;
}

.close-account-menu,
.overlay-account-menu {
	display: none;
}

.btn-header-account {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.btn-header-lang {
	padding: 5px;
}

.btn-header-lang select {
	padding: 1px 2px;
	height: auto;
}

.header-account .btn-header-account:nth-child(2) a {
	margin-left: 15px;
}

.header-account a .icon-menu {
	width: 20px;
	text-align: center;
	margin-right: 7px;
	font-size: 17px;
	border-radius: 4px;
}

.header-account a.support-top-link.active .icon-menu {
	background-color: #F85C4D;
}

.header-account a .text-menu {
	font-size: 15px;
	white-space: nowrap;
}



.account-menu {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 230px;
	height: 100vh;
	position: fixed;
	background: #343a40;
	overflow-y: auto;
	z-index: 6;
}

.account-menu-container {
	width: 100%;
}

.account-logo {
	padding: 22px 22px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.account-logo a {
	background: #fff;
	padding: 12px 12px;
	border-radius: 10px;
}

.account-menu-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #dde9f830;
	padding-bottom: 30px;
}

.account-menu-list ul {
	width: 100%;
}

.account-menu-list ul li {
	width: 100%;
	border-bottom: 1px solid #dde9f830;
}

.account-menu-list ul li a {
	position: relative;
	width: 100%;
	color: #dde9f8;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 22px;
}

.account-menu-list ul li ul li a {
	background: #3f4750;
	padding-left: 35px;
}

.account-menu-list ul .menu-item-has-children&gt;a:first-child:after {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

.account-menu-list ul .menu-item-has-children&gt;.closed:after {
	content: "\f107"
}

.account-menu-list ul .menu-item-has-children&gt;.opened:after {
	content: "\f105"
}

.account-menu-list ul li a:hover,
.account-menu-list ul li.current-menu-item a,
.account-menu-list ul li.current_page_item a {
	background: #17a2b8;
	color: #fff;
}

.one-account-menu-list {
	width: 100%;
	border-bottom: 1px solid #dde9f830;
}

.one-account-menu-list a {
	color: #dde9f8;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 22px;
}

.one-account-menu-list a.active,
.one-account-menu-list a:hover {
	background: #17a2b8;
	color: #fff;
}

.one-account-menu-list a .icon-menu {
	width: 20px;
	text-align: center;
	margin-right: 12px;
	font-size: 17px;
}

.one-account-menu-list a .text-menu {
	font-size: 16px;
}



.account-content {
	width: calc(100% - 230px);
	min-height: calc(100vh - 61px);
	position: relative;
	top: 0;
	left: 230px;
	padding: 70px 22px 70px 22px;
}

.content-container-content {
	width: 100%;
}

.h-mini-heading {
	font-size: 26px;
	text-align: left;
	width: 100%;
	font-weight: 500;
	margin: 0 0 15px;
}

.h-micro-heading {
	font-size: 18px;
	text-align: left;
	width: 100%;
	font-weight: 400;
	margin: 0 0 15px;
}

.h3-heading {
	font-size: 21px;
	text-align: left;
	width: 100%;
	font-weight: 500;
	margin: 0 0 10px;
}

.mini-heading {
	font-size: 26px;
	text-align: left;
	width: 100%;
	font-weight: 500;
	margin: 0 0 10px;
}

.full-width {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 22px;
	margin-bottom: 22px;
}

.one-container-content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-radius: 10px;
	/* overflow-x: hidden; */
}

.one-container1-content {
	flex-basis: 100%;
}

.one-container2-content {
	flex-basis: calc(50% - 11px);
}

.one-container3-content {
	flex-basis: calc(33.33% - 15px);
}

.one-container4-content {
	flex-basis: calc(25% - 17px);
}

.one-container5-content {
	flex-basis: calc(20% - 18px);
}



.form-account {
	width: 100%;
}

.form-account .form {
	width: 100%;
	max-width: 400px;
}

.form_change_pass {
	margin-top: 45px;
}

.account-btns {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}

.account-btns .btn,
.account-btns a.btn {
	display: inline-flex;
}

table.with-table {
	width: 100%;
	margin: 0 0 20px;
	font-size: 15px;
}

table.with-table tr td {
	padding: 9px 8px;
	border-bottom: 1px solid #33435420;
}

table.with-table tr td:nth-child(1) {
	font-weight: 600;
}



.link-profile {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 22px;
}

a.one-link-profile {
	flex-basis: calc(50% - 11px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #2c3e50;
	border: 1px solid #242e4230;
	border-radius: 10px;
	padding: 22px;
}

.icon-one-link-profile {
	width: 56px;
	font-size: 44px;
	line-height: 1;
	text-align: center;
	color: #17a2b8;
}

.icon-one-link-profile i {
	color: #17a2b8;
}

.content-one-link-profile {
	width: calc(100% - 71px);
}

.h-one-link-profile {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
	color: #17a2b8;
}

.text-link-profile {
	margin: 5px 0 0;
	font-size: 15px;
}

a.one-link-profile:hover {
	background: #17a2b8;
	color: #fff;
}

a.one-link-profile:hover .icon-one-link-profile,
a.one-link-profile:hover .icon-one-link-profile i,
a.one-link-profile:hover .h-one-link-profile,
a.one-link-profile:hover .text-link-profile {
	color: #fff;
}



#notifycation-tooltip {
	display: none;
	position: absolute;
	width: 380px;
	top: 20px;
	right: 20px;
	padding: 12px;
	background-color: #333;
	color: #fff;
	font-size: 13px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	transition: opacity 5s;
}

#notifycation-tooltip.active {
	display: block;
}



































.container-table {
	overflow-x: auto;
	width: 100%;
	max-width: 100%;
}

.container-table table {
	width: 100%;
}

.container-table table tr th,
.container-table table tr td {
	padding: 12px 12px;
	font-size: 15px;
	vertical-align: middle;
}

.container-table table tr th {
	font-weight: 600;
	background: #17a2b8;
	padding: 14px 12px;
	color: #fff;
}

.container-table table tr th a {
	color: #fff;
	white-space: nowrap;
}

.container-table table tr th a i {
	margin-left: 6px;
}

.container-table table tr th:first-child {
	border-radius: 10px 0 0 10px;
}

.container-table table tr th:last-child {
	border-radius: 0 10px 10px 0;
}

.container-table table thead tr {
	border-bottom: none;
}

.container-table table tbody tr:nth-child(even) {
	background: rgba(0, 0, 0, .075);
}

.container-table table tbody tr:last-child {
	border-bottom: none;
}

.container-table.container-table-users-admin table tbody tr {
	background: #fff;
	border-bottom: 1px solid #e6e6e7;
}

.container-table.container-table-users-admin table tbody tr:nth-child(even).child-user-super {
	background: rgba(0, 0, 0, .075);
}

.container-table table tr td.date-td {
	width: 100px;
	font-size: 13px;
	font-weight: 400;
	color: #a8aab1;
	text-align: center;
}

.container-table.fs14 table tr th,
.container-table.fs14 table tr td {
	font-size: 14px;
}

.container-table input[type=checkbox] {
	width: 24px;
	height: 24px;
	box-shadow: none;
	position: relative;
}

.container-table input[type=checkbox]:disabled:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: #888;
	border-radius: 4px;
}

.one-container-table-btn {
	/* margin: 22px 0 0; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.all-check-array {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 8px;
}

.all-check-array span {
	white-space: nowrap;
}

.all-check-array label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.status-block {
	padding: 4px 7px;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	border: 1px solid transparent;
	white-space: nowrap;
}

.td-select-table {
	width: 150px;
}

input.table-input-text {
	width: 74px;
	height: auto;
	padding: 7px 5px;
	font-weight: 600;
}

.container-table table tr td.td-select-table {
	vertical-align: top;
}








.status-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb !important;
}

.status-pending {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba !important;
}

.status-processed {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb !important;
}

.status-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb !important;
}

.status-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.status-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.status-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.status-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}



.container-table table.transfers-table tr th {
	padding: 9px 7px;
	font-size: 13px;
	line-height: 1.15;
	white-space: nowrap;
}

.container-table table.transfers-table tr td {
	padding: 9px 7px;
	font-size: 14px;
}

.container-table table.transfers-table .btn,
.container-table table.transfers-table a.btn {
	margin: 3px 0;
	padding: 3px 5px;
	height: 26px;
	font-size: 13px;
}

.container-table table.stat-table tr th,
.container-table table.stat-table tr td {
	font-size: 14px;
}






.pagination,
.wp-pagenavi {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 20px 0 0;
}

.pagination {
	/* margin: 0; */
}

.pagination a,
.wp-pagenavi a,
.wp-pagenavi span {
	background: #17a2b8;
	color: #fff;
	padding: 10px 15px;
	margin: 0 1px;
	border-radius: 5px;
}

.pagination a.active,
.pagination a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #333e48;
	color: #fff;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.pages {
	display: none;
}



.search-admin {
	width: 100%;
}

form.form-list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
}

.count-block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin: 0;
}

.count-text {
	width: 100%;
	font-weight: 700;
}

.select-count {
	margin-left: 15px;
}

.count-block span.select2.select2-container {
	border-radius: 10px;
	height: 48px;
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}

.count-block span.select2.select2-container .selection,
.count-block .select2-container .select2-selection--single {
	width: 100% !important;
	height: 46px !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 10px !important;
	border: none !important;
}

.count-block span.select2.select2-container .selection,
.count-block .select2-container .select2-selection--single {
	width: 100% !important;
	height: 46px !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 10px !important;
	border: none !important;
}



.table-total-line,
table tbody tr:last-child.table-total-line {
	background: #17a2b8 !important;
	color: #fff;
}



.list-post {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 22px;
}

.one-post {
	width: calc(50% - 11px);
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
	padding: 22px;
	border-radius: 10px;
}

.h-one-post {
	font-size: 20px;
	margin: 0 0 6px;
	font-weight: 600;
}

.h-one-post a {
	color: #2c3e50;
	color: #17a2b8;
}

.h-one-post a:hover {
	color: #17a2b8;
}

.date-one-post {
	font-size: 13px;
	margin: 0 0 4px;
}

.text-one-post p {
	margin: 0;
}



#chat-main-block {
	max-width: 500px;
	max-width: 100%;
	width: 100%;
	box-shadow: 0px 2px 6px 0px #969AB6;
	background: #fff;
	border-radius: 13px;
}

.close-sidebar {
	display: none;
	align-items: center;
	color: #B2BFE2;
	cursor: pointer;
	font-weight: 400;
}

.close-sidebar svg {
	fill: #969AB6;
	width: 16px;
	margin-left: 8px;
}

.close-sidebar:hover {
	color: #969AB6;
}

.close-sidebar:hover svg {
	fill: #888CA7;
}

















form#post-form .one-input {
	margin-bottom: 30px;
}

form#post-form .one-input input,
form#post-form .one-input textarea,
form#post-form .one-input select {
	margin-left: 0;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #e6e6e7;
}

.acf-fields.acf-form-fields .acf-label {
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	margin: 12px 0 10px;
}

ul.checkbox-list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

ul.checkbox-list li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 6px 0;
}

ul.checkbox-list li label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	cursor: pointer;
}

form#post-form .one-input.one-input-checkbox ul.checkbox-list input[type=checkbox],
.one-input.one-input-checkbox ul.checkbox-list input[type=checkbox],
form#post-form .one-input.one-input-checkbox ul.checkbox-list input[type=radio],
.one-input.one-input-checkbox ul.checkbox-list input[type=radio] {
	width: 22px;
	height: 22px;
	margin: 0 8px 0 0;
	border-radius: 10px;
}

form#post-form .h-one-input {
	padding-left: 15px;
}

form#post-form #message.updated {
	display: none;
}

.td-balance-gamer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 17px;
	line-height: 1;
}

.plus-balance,
.minus-balance {
	font-size: 22px;
	cursor: pointer;
}

.ql-toolbar.ql-snow {
	border-radius: 10px 10px 0 0;
	border: 1px solid #e6e6e7;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
}

.ql-container.ql-snow {
	border: 1px solid #e6e6e7;
}

.ql-editor {
	font-size: 16px;
	padding: 14px 22px;
	min-height: 200px;
}

.ql-editor p {
	margin: 8px 0;
}

.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
	margin: 15px 0;
}

.ql-toolbar.ql-snow .ql-formats {
	margin-right: 5px;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
	box-shadow: none;
	height: 28px;
	width: 28px;
}



.form-two-colunms {
	width: 100%;
	gap: 22px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.form-w100 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.form-w50 {
	width: calc(50% - 11px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.form-w33 {
	width: calc(33.33% - 15px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.form-w25 {
	width: calc(25% - 17px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.input-no-icon .one-input .icon-input {
	display: none;
}

.input-no-icon .one-input input,
.input-no-icon .one-input select,
.input-no-icon .one-input textarea {
	border: 1px solid #e6e6e7;
	border-radius: 10px;
	width: 100%;
	margin-left: 0;
}

.input-no-icon .h-one-input {
	padding-left: 15px;
}

.form-two-colunms .h-one-input {
	margin: 7px 0 0;
}

.form-two-colunms .one-input {
	margin: 9px 0 0;
}

.block-balance {
	width: 100%;
}

.h-block-balance {
	width: 100%;
}

.number-block-balance {
	width: 100%;
	margin: 5px 0 0;
}

.number-block-balance strong {
	padding-right: 5px;
	font-size: 24px;
}



.modal-win#balance,
.modal-win#balance-users {
	max-width: 480px;
}

.span-balance {
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.radio-input {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.one-radio-input {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 10px;
}

.one-radio-input label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.one-radio-input input {
	width: 24px;
	height: 24px;
	margin: 0 7px 0 0;
	border-radius: 50%;
}

.text-one-radio-input {
	width: calc(100% - 31px);
}

.statistics-table table {
	font-size: 14px;
}

.statistics-table th {
	white-space: nowrap;
}

.container-table.statistics-table table tr th,
.container-table.statistics-table table tr td {
	font-size: 14px;
}

.container-table.statistics-table table tr td {
	padding: 7px 12px;
}

.container-table.statistics-table table tbody tr th {
	width: 200px;
	border-radius: 0;
	border-bottom: 1px solid #e6e6e7;
	text-align: left;
	white-space: nowrap;
}

.container-table.statistics-table table tbody tr:first-child th {
	border-radius: 10px 0 0 0;
}

.container-table.statistics-table table tbody tr:last-child th {
	border-radius: 0 0 0 10px;
}

.btn-statistics-gamers {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0;
	gap: 15px;
}

.btn-statistics-gamers .btn {
	width: 100%;
}

hr {
	border-color: #dde9f830;
	margin: 35px 0;
	width: 100%;
}

.video-dashboard {
	margin-top: 75px;
}

.video-dashboard iframe {
	width: 100%;
	height: 600px;
	margin: 10px 0 0;
	border-radius: 10px;
}



.block-copy-link {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 5px 0 0;
	gap: 15px;
}



.open-child-user-td {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA/ElEQVR4nO3YPW4CMRCGYR+Egjqzn3KBzO4RxnQ0CG5BLhVuAhdIQUvuEARaRTQEhb/d9Uz0vZIly278aDqnxBhjjDHGQoZmMqo0b6S2dbtPgRGfVZ0P7RLN29fGxikuwvY/Kx/aszCTwRniRfNc3iZTUfsOMxlcQJzuwmDwByIMBjcg3GNwB8ItBg8g3GHwBMINBh0gimPQIaIYBj0gBsegR8RgGAyA6B2DARG9YUogOseURHSG8YB4GuMJ8TDGI+JujGfEzZgIiKuYcwTUFsl5UFv8+tAQzatIiMsY+0iV5nfRvJPGZilY0thMavtCbcvSb2GMMcYY+88dAYcEUBXFbbJJAAAAAElFTkSuQmCC");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 auto;
	transform: scaleY(-1);
}

.open-child-user-td.active {
	transform: scaleY(1);
}

.circle-icon-td {
	font-size: 5px;
}

.flex{
	display: flex;
}

form.form-date-stat {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
	font-weight: 400;
}

form.form-range-statistic {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	gap: 15px;
	font-weight: 400;
	margin-right: 15px;
}

.page-template-page-spins-statistics form.form-date-stat input[name=date_start],
.page-template-page-spins-statistics form.form-date-stat input[name=date_end] {
	max-width: 25%;
}

.text-mark-form {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 48px
}

.checkbox-list-valutes {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.one-checkbox-list-valutes {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.one-checkbox-list-valutes input {
	width: 20px !important;
	height: 20px;
}


























































.footer {
	background: rgba(0, 0, 0, .075);
	padding: 22px 0 22px 230px;
	font-size: 13px;
	font-weight: 500;
}

.footer .container {
	margin: 0;
}





.modal-overflow {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 16px;
	background-color: rgba(3, 11, 21, .45);
	opacity: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.modal-overflow.active {
	z-index: 9991;
	opacity: 1;
}

.modal-container {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: -1;
}

.modal-container.active {
	opacity: 1;
	z-index: 9992;
}

.modal-win {
	min-width: 400px;
	background: #fff;
	padding: 22px;
	border-radius: 10px;
	display: none;
	z-index: -1;
	position: relative;
}

.modal-win.active {
	z-index: 9993;
	display: block;
}

.close-small {
	color: #2c3e50;
	line-height: 1;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 9;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-modal-win {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}

.h-modal-win {
	width: 100%;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 15px;
}

.content-modal-win {
	width: 100%;
}



.hidden {
	display: none;
}





@media screen and (max-width: 1280px) {

	.h-one-input {
		font-size: 15px;
	}

	.form-w20,
	.form-w25 {
		width: calc(33.33% - 15px);
	}






}



@media screen and (max-width: 1200px) {



	.one-container4-content,
	.one-container5-content {
		flex-basis: calc(33.33% - 15px);
	}

	.video-dashboard iframe {
		height: 500px;
		margin: 5px 0 0;
	}







}



@media screen and (max-width: 991px) {

	.close-menu,
	.close-account-menu {
		cursor: pointer;
		color: #17a2b8;
		font-size: 28px;
		line-height: 1;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 10px;
		right: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.close-account-menu {
		right: auto;
		left: 20px;
		top: 11px;
		color: #fff;
		z-index: 20;
	}

	.close-menu i:nth-child(2),
	.close-menu.active i:nth-child(1),
	.close-account-menu i:nth-child(2),
	.close-account-menu.active i:nth-child(1) {
		display: none;
	}

	.close-menu.active i:nth-child(2),
	.close-account-menu.active i:nth-child(2) {
		display: inline;
	}

	.header-account {
		padding: 15px 22px 15px 48px;
	}

	.header-account .btn-header-account:nth-child(1) a {
		display: none;
	}

	.header-account .btn-header-account:nth-child(2) a:nth-child(2) .text-menu {
		display: none;
	}

	.header-account .btn-header-account:nth-child(2) a:nth-child(2) .icon-menu {
		margin-right: 0;
	}

	.account-menu {
		height: calc(100vh - 47px);
		top: 47px;
		display: none;
	}

	.overlay-account-menu {
		position: fixed;
		width: calc(100% - 230px);
		height: calc(100vh - 47px);
		top: 47px;
		right: 0;
		z-index: 20;
		background: #242e4250;
		cursor: pointer;
	}

	.account-container.active .account-menu,
	.account-container.active .overlay-account-menu {
		display: flex;
	}

	.account-menu-list ul li a {
		font-size: 15px;
	}

	.account-content {
		width: 100%;
		min-height: calc(100vh - 47px);
		top: 0;
		left: 0;
	}

	.h-mini-heading {
		font-size: 22px;
		margin: 0 0 12px;
	}

	.one-container3-content,
	.one-container4-content,
	.one-container5-content {
		flex-basis: calc(50% - 11px);
	}

	.form-w20,
	.form-w25,
	.form-w33 {
		width: calc(50% - 11px);
	}

	.video-dashboard iframe {
		height: 450px;
	}

























	.footer {
		padding: 15px 0 15px 0px;
	}

}



@media screen and (max-width: 768px) {

	html,
	body {
		font-size: 15px;
	}

	.form-w20,
	.form-w25,
	.form-w33,
	.form-w50 {
		width: 100%;
	}

	.form-account .form {
		max-width: 100%;
	}

	.one-input .one-radio-input input {
		width: 24px;
		height: 24px;
		margin: 0 7px 0 0;
		border-radius: 50%;
	}

	.ql-snow.ql-toolbar button,
	.ql-snow .ql-toolbar button {
		height: 25px;
		width: 25px;
	}

	.btn-statistics-gamers {
		flex-wrap: wrap;
		gap: 8px;
	}

	.btn-statistics-gamers .btn {
		width: calc(50% - 4px);
		font-size: 13px;
	}

	.container-table.statistics-table table tbody tr th {
		width: 150px;
		white-space: break-spaces;
		font-weight: 400;
		font-size: 13px;
	}

	.h-one-input {
		padding-left: 58px;
	}

	.one-input .one-radio-input input {
		width: 20px;
		height: 20px;
	}

	.text-one-radio-input {
		font-size: 14px;
		width: calc(100% - 27px);
	}

	.h-mini-heading {
		font-size: 20px;
		margin: 0 0 8px;
	}

	.h-micro-heading {
		font-size: 16px;
		margin: 0 0 12px;
	}

	ul.checkbox-list li label {
		font-size: 14px;
	}

	form#post-form .one-input.one-input-checkbox ul.checkbox-list input[type=checkbox],
	.one-input.one-input-checkbox ul.checkbox-list input[type=checkbox],
	form#post-form .one-input.one-input-checkbox ul.checkbox-list input[type=radio],
	.one-input.one-input-checkbox ul.checkbox-list input[type=radio] {
		width: 20px;
		height: 20px;
	}

	.account-btns {
		gap: 8px;
	}

	.video-dashboard {
		margin-top: 35px;
	}

	.video-dashboard iframe {
		height: 320px;
	}

	.mini-heading {
		font-size: 20px;
		margin: 0 0 6px;
	}

	form.form-date-stat {
		flex-wrap: wrap;
	}

	.text-mark-form {
		width: 20px;
		height: 44px;
	}

	.page-template-page-spins-statistics form.form-date-stat input[name=date_start],
	.page-template-page-spins-statistics form.form-date-stat input[name=date_end],
	form.form-date-stat input {
		max-width: calc(100% - 35px);
		width: calc(100% - 35px);
	}

	form.form-date-stat button.btn {
		width: 100%;
	}

























	.auth-page {
		align-items: flex-start;
		padding: 0;
	}

	.auth-page .container {
		padding: 0;
	}

	.auth-page .parent-form {
		max-width: 100%;
		border-radius: 0;
		padding: 45px 30px 45px;
	}

	.auth-page .logo-parent-form {
		margin: 0 0 20px;
	}

	.auth-page .logo-parent-form img {
		max-width: 220px;
	}

	.auth-page .form-heading {
		font-size: 22px;
	}

	.auth-page .form-mini-heading {
		font-weight: 400;
		font-size: 16px;
		margin: 0px 0 12px;
	}

	.block-submit-btn {
		flex-wrap: wrap;
	}

	.block-submit-btn .btn.w50 {
		width: 100%;
		margin: 0 0 9px;
	}

	.form-two-colunms {
		width: 100%;
		gap: 11px;
	}

	.form-w50 {
		width: 100%;
	}

	.h-one-input {
		font-size: 14px;
	}

	.form-two-colunms .one-input {
		margin: 6px 0 0;
	}

	.alert {
		padding: 12px 20px;
		margin: 10px 0;
	}

	.btn,
	a.btn {
		padding: 10px 18px;
		height: 44px;
		font-size: 14px;
	}

	input,
	button,
	select {
		padding: 10px 15px;
		height: 44px;
	}

	select {
		padding: 10px 12px;
	}

	.icon-input {
		width: 44px;
		height: 44px;
		font-size: 15px;
	}

	.one-input input,
	.one-input select {
		width: calc(100% - 44px);
		margin-left: 44px;
	}

	.one-input textarea {
		width: calc(100% - 44px);
		margin-left: 44px;
		height: 130px;
	}

	.eye-pass {
		width: 44px;
		height: 44px;
		left: calc(100% - 44px);
	}

	.full-width {
		gap: 18px;
		margin-bottom: 18px;
	}

	form.form-list,
	.count-block {
		flex-wrap: wrap;
	}

	form.form-list {
		gap: 8px;
	}

	form.form-list .btn,
	form.form-list a.btn {
		width: calc(50% - 4px);
	}

	.count-text,
	.select-count {
		width: 100%;
		margin-left: 0;
	}

	.container-table table tr th {
		padding: 12px 9px;
		font-size: 13px;
	}

	.container-table table tr td {
		padding: 9px 9px;
		font-size: 14px;
	}

	.td-balance-gamer {
		gap: 4px;
		font-size: 14px;
	}

	.plus-balance,
	.minus-balance {
		font-size: 20px;
	}

	.modal-win {
		border-radius: 0;
	}

	.h-modal-win {
		font-size: 18px;
		margin: 0 0 8px;
	}

	.one-post {
		width: 100%;
	}

	.h-one-post {
		font-size: 17px;
	}

	.status-block {
		padding: 2px 5px;
		font-size: 11px;
	}

	.list-post,
	.link-profile {
		gap: 18px;
	}

	a.one-link-profile {
		flex-basis: 100%;
		padding: 18px;
	}

	.icon-one-link-profile {
		width: 36px;
		font-size: 30px;
	}

	.content-one-link-profile {
		width: calc(100% - 48px);
	}

	.h-one-link-profile {
		font-size: 16px;
	}

	.text-link-profile {
		margin: 2px 0 0;
		font-size: 13px;
	}

	.one-container1-content,
	.one-container2-content,
	.one-container3-content,
	.one-container4-content,
	.one-container5-content {
		flex-basis: 100%;
	}















}



@media screen and (max-width: 480px) {}</pre></body></html>