*{
	margin: 0;
	padding: 0;
}

span{
	display: block;
}

table{
	border: none;
}

td{
	min-width: 64px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 700;
}

p, table{
	margin-bottom: 5px;
	font-family: 'PT Sans', sans-serif;
}

.header-user-info{
	max-width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}

.user-info{
	font-size: 16px;
	margin-right: 10px;
}

.notice{
	color: #D30000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-wrapper{
	background-color: #000;
	padding: 15px;
}

.header-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	color: #fff;
}

.logo-container{
	font: 700 32px 'PT Sans', sans-serif;
	display: block;
	width: 320px;
}

.login-type{
	cursor: pointer;
	width: 34px;
}

.login-type > span{
	font-size: 34px;
}

.login-container{
	width: 430px;
	margin: 0 auto;
	margin-top: 350px;
	display: flex;
	justify-content: start;
	flex-direction: column;
	align-items: center;
	font-family: 'PT Sans', sans-serif;
}

.login-editor-container{
	width: 430px;
	display: flex;
	justify-content: start;
	flex-direction: column;
	align-items: center;
	font-family: 'PT Sans', sans-serif;
}

.title{
	margin-bottom: 15px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
}

.mail_template_margins{
	margin-left: 15px;
}

.login-form > form, .inputs-wrap{
	display: flex;
	justify-content: start;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

.input-cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-bottom: 5px;
}

.input-cont > .non-icons{
	width: 150px;
}

.inputs-wrap:last-child{
	margin-bottom: 0;
}

label{
	margin-right: 5px;
}

.upload-container > form{
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
}

.letter-counter{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	font-family: 'PT Sans', sans-serif;
}

.inputs{
	width: 300px;
	padding: 5px;
	height: 20px;
	margin-bottom: 5px;
	outline: none;
	border: 1px solid #000;
}

select{
	width: 190px;
	padding: 5px;
	height: 32px;
	margin-bottom: 5px;
	outline: none;
	border: 1px solid #000;
	background-color: #fff;
}

.start{
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
}

.start > *{
	margin-right: 10px;
}

.input-file-row {
	display: inline-block;
}
.input-file {
	position: relative;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	outline: none;
}
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: #000;
	text-align: center;
	border-radius: 4px;
	background-color: #60FF9D;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/Active */
.input-file:hover span {
	background-color: #59be6e;
}
.input-file:active span {
	background-color: #2E703A;
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}
 
/* Список файлов */
.input-file-list {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-direction: column;
	padding: 10px 0;
	font-family: 'PT Sans', sans-serif;
}
.input-file-list-item {
	margin-bottom: 10px;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
}
.input-file-list-remove {
	color: #D30000;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
}

.long-text{
	width: 500px;
	height: 128px;
	padding: 5px;
	outline: none;
	border: 1px solid #000;
	resize: none;
}

.btn-success{
	width: 260px;
	padding: 5px;
	height: 40px;
	border: none;
	background-color: #60FF9D;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	margin-bottom: 5px;
}

.main-content{
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: row;
}

.aside-menu{
	background-color: #000;
	width: 230px;
	height: calc(100vh - 102px);
	padding: 15px;
	color: #fff;
}

.aside-menu > ul{
	list-style: none;
}

.aside-menu > ul > li{
	margin: 5px 0;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
}

.aside-menu > ul > li > a{
	padding: 5px;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.content{
	
	height: calc(100vh - 102px);
	overflow-y: scroll;
}

.startside{
	width: 800px;
	align-self: start;
}

.leftside{
	width: 600px;
	padding: 0 15px 0 0;
	border-right: 1px solid #000;
}

.rightside{
	padding: 0 0 0 15px;
	width: calc(100% - 631px);
}

.content-container{
	padding: 15px;
	width: calc(100% - 260px);
	height: calc(100vh - 102px);
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: row;
}

.stat-table{
	width: 100%;
}

.stat-table > table > body > tr > td{
	font-weight: 400;
	width: 55%;

}

.topics-list > ul{
	list-style: none;
}

.stat-block{
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
}

.topics-list > ul > li{
	margin: 5px 0;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
}

.topics-list > ul > li > a{
	padding: 5px;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

/* Helpers */

.material-symbols-outlined{
	margin-right: 5px;
}

.search-line{
	width: 300px;
	padding: 5px 0;
	height: 20px;
	margin-bottom: 5px;
	border: 1px solid #000;
	line-height: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.search-line > form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.search-line-input{
	border: none;
	padding: 5px;
	height: 20px;
	display: block;
	width: 268px;
	outline: none;
}

.btn-search{
	display: block;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	cursor: pointer;
}

.btn-delete-regular{
	display: block;
	width: 32px;
	height: 32px;
	background-color: #fff;
	color: #D30000;
	border: none;
	cursor: pointer;
}

.question-block{
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: row;
}

.marked{
	margin-right: 15px;
}

.add-new{
	width: 210px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
	padding: 0 25px;
}

textarea{
	margin-bottom: 15px;
}