* {
	margin: 0px;
	padding: 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	-webkit-tap-highlight-color: transparent;
}
html {
	scroll-behavior: smooth;
	-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none;
}
body {
	font-size: 16px;
	color: #222;
	background: #fffefe;
	-ms-user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	user-select: none;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
a, a:link, a:visited {
	text-decoration: none;
	color: #8950FC;
}
input, textarea {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	outline: none !important;
	box-shadow: none;
    background-color: transparent;
	padding: 10px 16px;
    border-radius: 6px;
	font-size: 16px;
}
.la, .las {
	margin-right: 7px;
	font-size: 20px;
}
.btn, .swal2-styled {
    padding: 13px 20px;
    border-radius: 8px;
	cursor: pointer;
    background-color: #dbe0ec;
	border: none!important;
	outline: none!important;
    vertical-align: middle;
	transition: .3s;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 5%);
}
.swal2-styled {
	/* display: flex!important; */
}
.btn:hover {
    background: #a2a2a2;
	/* color: #e7e7e7; */
	-webkit-box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 25%);
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 25%);
}
.btn.success {
	background: #50af58!important;
}
.btn.warning {
	background: #f9bf2e!important;
}
.btn.error {
	background: #e34444!important;
}
.block {
	padding: 15px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;
	border-radius: 6px;
}

.wd-20 {
	width: 20px;
	min-width: 20px;
	max-width: 20px;
}
.wd-40 {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}
.wd-80 {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}
.wd-100 {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
.wd-150 {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}
.wd-200 {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}
.p-0 {
	padding: 0px;
}


.page {
	width: 100%;
	min-width: 330px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	background: #8950FC;
	background: linear-gradient(312deg, #6928eb 0%, #8950FC 83%);
}
.header {
	display: flex;
    width: calc(100% - 20px);
    flex-direction: row;
    padding: 40px 20px;
	padding-right: 0;
    padding-bottom: 0px;
    justify-content: space-between;
    align-items: start;
	overflow-x: hidden;
}
.header h1 {
	font-size: 23px;
    color: #fff;
	margin-top: 45px;
	margin-right: -60px;
}
.header h1 i {
	font-size: 26px;
}
.header h1 span {
	display: block;
    font-size: 40px;
	color: #fff;
	margin-top: 5px;
}
.header h1 img {
	display: none;
	width: 60px;
}
.header h1 a {
	display: block;
	font-size: 14px;
}
.header a img {
	display: block;
    width: 120px;
}
.content {
	display: flex;
	width: calc(100% - 40px);
	flex-direction: column;
	justify-content: start;
	align-items: start;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-top: -2px;
	background: #fdfdfd;
	border-radius: 12px 12px 0 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 25%);
}
.block_cats {
	width: calc(100% + 40px);
	margin: 0 -20px;
	overflow: hidden;
	overflow-x: scroll;
	padding: 20px 0px;
    background: #fff;
	position: -webkit-sticky;
    position: sticky;
    top: 0px;
	border-radius: 12px 12px 0 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 20%);
	z-index: 3;
}
.block_cats::-webkit-scrollbar {
  display: none;
}
.url_cats {
	display: flex;
	list-style-type: none;
	flex-direction: row;
	justify-content: start;
	align-items: start;
}
.url_cats li {
	display: flex;
    width: 100%;
	min-width: max-content;
    flex-direction: row;
    justify-content: start;
    align-items: center;
	margin-left: 20px;
}
.url_cats li a {
	display: flex;
    width: 100%;
	min-width: max-content;
    flex-direction: row;
    justify-content: start;
    align-items: center;
	border-radius: 8px;
	background: #f6f6f6;
    padding: 10px 20px;
	padding-left: 17px;
    font-size: 14px;
    color: #4a4a4a;
}
.url_cats li.active a {
	background: #8950FC;
	color: #fff;
}
.cats {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: start;
}
.cats .cat {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: start;
	margin-top: 40px;
	scroll-margin-top: 100px;
}
.cats .search_form {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: start;
	margin-top: 35px;
	position: relative;
}
.cats .search_form .result {
    display: none;
    width: calc(100% - 40px);
    flex-direction: column;
	border-radius: 0 0 8px 8px;
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
	position: absolute;
	top: 41px;
    -webkit-box-shadow: 0px 16px 13px 9px rgb(82 63 105 / 22%);
    box-shadow: 0px 16px 13px 9px rgb(82 63 105 / 22%);
}
.cats .search_form .result.active {
    display: flex;
}
.cats .search_form .result a {
    display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
    width: 100%;
    padding: 5px 0;
    color: #444;
    border-bottom: 1px solid #fbfbfb;
	transition: .3s;
	font-size: 14px;
	font-weight: bold;
}
.cats .search_form .result a span {
    display: block;
	width: 100%;
	margin-top: 3px;
    color: #999;
	font-size: 13px;
	font-weight: normal;
}
.cats .search_form .result a img {
    display: block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 6px;
}
.cats .search_form .result a:hover {
    color: #e34444;
}
.cats .search_form .result a:last-child {
    border-bottom: none;
}
.cats .search_form .search_input {
	width: 100%;
}
.cats .search_form i {
	position: absolute;
    margin-top: 10px;
    margin-left: 10px;
	color: #999;
}
.cats .search_form i.close {
	display: none;
	top: 0;
    right: 0;
	cursor: pointer;
}
.cats .search_form i.close.active {
	display: block;
}
.cats .search_form input {
	padding-left: 37px;
	width: calc(100% - 53px);
	background: #fff;
    -webkit-box-shadow: 0px 4px 10px 1px rgb(82 63 105 / 3%);
    box-shadow: 0px 4px 10px 1px rgb(82 63 105 / 3%);
}
.cats .cat .cat_header h2 {
	font-size: 22px;
}
.cats .cat .cat_header p {
	display: block;
	color: #9a9a9a;
	font-size: 16px;
	margin-top: 5px;
}
.cats .cat .cat_items {
	width: calc(100% + 20px);
	display: flex;
	flex-flow: wrap;
    justify-content: start;
    align-items: stretch;
	margin: 0 -20px;
	padding-left: 20px;
}
.cats .cat .cat_item {
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-grow: 1;
	min-width: 200px;
	max-width: calc(50% - 50px);
	margin-right: 20px;
	margin-top: 20px;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 8%);
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 8%);
	text-align: center;
	scroll-margin-top: 100px;
	transition: .3s;
}
.cats .cat .cat_item:hover {
	cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 30%);
}
.cat_item .img {
	display: block;
	width: calc(100% - 30px);
    height: 80px;
    margin: 20px 0px;
    border-radius: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cat_item h4 {
	display: block;
	font-size: 16px;
}
.cat_item p {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 7px;
	font-size: 13px;
	color: #9a9a9a;
}
.cat_item p i {
	font-size: 16px;
	margin-right: 3px;
}
.cats .cat .cat_item.add_item {
	/* background: #a6d6aa; */
    /* color: #fff; */
}
.cats .cat .cat_item.add_item p {
    /* color: #f4f4f4; */
}
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none;
	transition: .3s;
}
#overlay.active {
	display: block;
	background: rgba(0,0,0,.3);
}
#overlay.super-active {
	display: block;
	background: rgba(0,0,0,.3);
	z-index: 6;
}
.bottomsheet {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
    position: fixed;
	left: 0px;
	bottom: 0px;
    width: calc(100% - 60px);
    padding: 30px 30px;
	padding-bottom: 70px;
	overflow-y: scroll;
	overflow-x: hidden;
    height: calc(100vh - 220px);
	background: #fff;
	border-radius: 20px 20px 0 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 50%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 50%);
	z-index: 5;
    transform: translateY(200%);
    transition: transform .3s;
}
.bottomsheet::-webkit-scrollbar {
  /* display: none; */
}
.bottomsheet.active {
	transform: translateY(0);
}
.bottomsheet .img {
	display: block;
	width: 90%;
	min-height: 120px;
	height: 120px;
	margin: 20px;
	border-radius: 8px;
	margin-top: 30px;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bottomsheet .short, .bottomsheet .place {
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 16px;
	color: #9a9a9a;
	margin-bottom: 5px;
	line-height: 20px;
	text-align: center;
}
.bottomsheet .control {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 30px 0;
	margin-bottom: 0px;
}
.bottomsheet .control.bottom-control {
	margin-top: auto;
}
.bottomsheet .control a, .bottomsheet .control button {
	display: flex;
    min-width: max-content;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 17px;
    font-size: 16px;
	background: #8950FC;
    color: #fff;
	font-weight: bold;
    margin: 0px 15px;
	border: none;
}
.swal2-styled.swal2-confirm {
	background: #50af58!important;
	box-shadow: none!important;
}
.bottomsheet .control a.active {
	background: #1BC5BD;
}
.bottomsheet .control a.close {
	border: 1px solid #e0e0e0!important;
    background: #f6f6f6;
    color: #4a4a4a;
    box-shadow: none;
	transition: .3s;
}
.bottomsheet .control a.close:hover {
    background: #d7d7d7;
}
.bottomsheet .control a.close i {
	line-height: 16px;
}
.bottomsheet .sep {
	display: block;
	width: 100%;
	margin: 30px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
}
.bottomsheet .desc {
	display: flex;
	width: 100%;
    max-width: 100%;
	flex-direction: column;
    justify-content: start;
    align-items: start;
	font-size: 15px;
	color: #444;
	margin-bottom: 30px;
	user-select: text;
	-webkit-tap-highlight-color: initial;
	white-space: break-spaces;
}
.bottomsheet .desc p {
	display: block;
	margin-top: 7px;
}
.bottomsheet .desc img.screenshot {
	display: block;
	width: calc(100% - 20px);
	max-width: 500px;
	margin: 20px auto;
}
.bottomsheet .desc h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 16px;
}
.bottomsheet .desc ul {
	width: 100%;
    margin: 10px 0;
}
.bottomsheet .desc ul li {
	margin-left: 20px;
    margin-bottom: 7px;
}
.bottomsheet .desc a {
	overflow-wrap: break-word;
}
.bottomsheet .addFrom {
	display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: start;
	width: 100%;
	margin-bottom: 30px;
}
.bottomsheet .addFrom form {
	width: 100%;
}
.bottomsheet .addFrom .form_group {
	display: flex;
	flex-direction: column;
    justify-content: start;
    align-items: start;
	width: 100%;
}
.bottomsheet .addFrom .form_group label {
	display: block;
	font-size: 14px;
	color: #9a9a9a;
	margin-top: 20px;
	margin-bottom: 10px;
}
.bottomsheet .addFrom .form_group input {
	display: block;
	width: calc(100% - 32px);
}
.bottomsheet .addFrom .form_group input:read-only {
	background: #ebebeb;
    color: #6e6e6e;
}
.bottomsheet .addFrom .form_group textarea {
	width: calc(100% - 32px);
}


.footer {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	padding: 20px 30px;
	background: #2f2f2f;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.scrolltop {
	display: none;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    border-radius: 6px;
    color: #fff;
    background: #8950FC;
	position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.5;
	cursor: pointer;
	transition: .3s;
}

.scrolltop:hover {
	opacity: 1;
}

.scrolltop.active {
	display: flex;
}

.scrolltop i {
	margin-right: 0px;
}

@media screen and (max-width: 550px) {
	.cats .cat .cat_item {
		width: calc(50% - 50px);
		min-width: calc(50% - 50px);
	}
}

.page.fileupload {
	background: linear-gradient(312deg, rgb(0 47 147) 0%, rgb(28 76 173) 83%);
}

.page.fileupload .header h1 {
	color: #d2e1ff;
}

#uploadForm {
	margin: 20px;
}
#uploadForm button {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.fileresults {
	display: flex;
	flex-direction: column;
	min-height: 50vh;
	width: 100%;
}
.fileresults .file {
	width: 100%;
	display: flex;
	flex-direction: row;
    justify-content: start;
    align-items: center;
	margin-top: 30px;
}
.fileresults .file .img {
	display: block;
	width: 60px;
	min-width: 60px;
	height: 60px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-right: 20px;
}
.fileresults .file h4 {
	width: 100%;
	margin-right: 20px;
	user-select: all;
}
.fileresults .file a {
	display: flex;
	min-width: 90px;
	color: #000;
}

















