/*   
Theme Name: Sega Niko Engine
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
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 > * + * {
	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: Manrope;
	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: Manrope;
	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;
	width: 100%;
}

.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;
}

.description-input{
	font-size: 14px;
	margin: 0 0 5px;
}

.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);
}

.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%;
}



.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);
	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 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;
}

hr{
	border-color: #dde9f830;
	margin: 35px 0;
	width: 100%;
}



.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;
}

.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);
}

#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;
}