.main_content_users_button{
	position: absolute;
	top: 20px;
	left: 18px;
	width: 36px;
	height: 32px;
	background: url(/static/img/main/users.svg) center/contain no-repeat;
	z-index: 2;
}

.page_wrapper[account_type="delegated"] .main_content_users_button,
.page_wrapper[account_type="delegated"] .main_edit_buttons_wrap,
.page_wrapper[account_type="delegated"] .main_select_city_edit{
	display: none;
}

.users_header{
	text-align: center;
	margin: 10px 0 0;
	font-family: 'MontserratMedium';
	font-size: 24px;
	line-height: 29px;
}

.users_tabs{
	display: flex;
	margin: 20px 0 0;
	background: rgb(43 75 155 / 10%);
	border-radius: 5px;
	padding: 4px;
}

.users_tab{
	width: 50%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-family: 'MontserratMedium';
	border-radius: 4px;
	color: var(--blue);
}

.users_tab[active="1"]{
	background: var(--blue);
	color: white;
}

.users_page_list{
	margin-top: 16px;
}

.users_top_action{
	margin: 10px 0 0;
}

.users_profile_head{
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);
	padding: 12px;
}

.users_profile_info{
	min-width: 0;
}

.users_profile_name{
	font-family: 'MontserratMedium';
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.users_profile_login,
.users_profile_additional,
.users_device_address{
	font-size: 12px;
	line-height: 15px;
	color: #838383;
	margin-top: 4px;
}

.users_profile_section_title{
	font-family: 'MontserratMedium';
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 24px 0 10px;
}

.users_row_actions{
	display: flex;
	align-items: center;
	margin-left: auto;
	flex-shrink: 0;
}

.users_remove_button{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: url(/static/img/main/cancel.svg) center/12px no-repeat rgb(227 74 74 / 12%);
	margin-left: 10px;
}

.users_link_button{
	height: 30px;
	border-radius: 5px;
	background: var(--blue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	font-size: 12px;
	font-family: 'MontserratMedium';
	margin-left: 10px;
}

.users_empty{
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin: 50px 20px 0;
	color: #838383;
}

.users_devices_toolbar{
	background: white;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);
	padding: 12px;
	margin: 10px 0 0;
}

.users_select_label{
	font-size: 12px;
	line-height: 15px;
	color: #838383;
}

.users_select{
	width: 100%;
	height: 34px;
	margin-top: 6px;
	padding: 0 8px;
	border-radius: 5px;
	background: #ededed;
	color: #353535;
	font-family: 'MontserratMedium';
	font-size: 15px;
}

.users_devices_toolbar .page_item_add_button{
	width: 100%;
	margin-top: 10px;
}

.users_devices_toolbar[ready="0"] .page_item_add_button{
	opacity: 0.35;
}

.users_device_checkbox{
	width: 20px;
	height: 20px;
	border: 1px solid #353535;
	border-radius: 5px;
	margin-right: 10px;
	flex-shrink: 0;
}

.users_device_checkbox[active="1"]{
	border: 0;
	background: var(--blue);
	position: relative;
}

.users_device_checkbox[active="1"]::before{
	content: '';
	display: block;
	width: 15px;
	height: 12px;
	background: url(/static/img/main/checked.svg) center/auto no-repeat;
	position: absolute;
	left: 2.5px;
	top: 5px;
}

.users_pop_label{
	margin-top: 20px;
}

.users_created_title{
	text-align: center;
	font-family: 'MontserratMedium';
	font-size: 20px;
	line-height: 24px;
}

.users_created_credentials{
	width: 100%;
	margin: 24px auto 0;
	background: #ededed;
	border-radius: 5px;
	padding: 12px;
}

.users_created_row{
	margin-top: 12px;
}

.users_created_row:first-child{
	margin-top: 0;
}

.users_created_label{
	font-size: 12px;
	line-height: 15px;
	color: #838383;
}

.users_created_value{
	font-family: 'MontserratMedium';
	font-size: 16px;
	line-height: 20px;
	margin-top: 3px;
	color: #353535;
	word-break: break-word;
}

@media(min-width: 720px){
	.users_tabs,
	.users_header{
		width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(min-width: 960px){
	.users_tabs,
	.users_header{
		width: 600px;
	}
}

@media(min-width: 1120px){
	.main_content_users_button{
		display: none;
	}

	.page_wrapper[account_type="delegated"] .page_main_desktop_menu_button[type="users"]{
		display: none;
	}

	.page_main_desktop_menu_button[type="users"]{
		padding-top: 42px;
		background-image: url(/static/img/main/users.svg);
		background-size: 38px auto;
	}

	.users_tabs,
	.users_header{
		width: 445px;
	}

	.users_tab,
	.users_link_button,
	.users_select_label,
	.users_device_address{
		font-size: 15px;
		line-height: 18px;
	}

	.users_tab{
		height: 36px;
		cursor: pointer;
	}

	.users_remove_button,
	.users_link_button,
	.users_device_checkbox,
	.users_select,
	.users_top_action,
	.users_page_list .page_list_item{
		cursor: pointer;
		user-select: none;
	}

	.users_profile_name{
		font-size: 22px;
		line-height: 27px;
	}

	.users_profile_login,
	.users_profile_additional{
		font-size: 15px;
		line-height: 18px;
	}

	.users_created_credentials{
		width: 300px;
	}
}
