*, *:before, *:after {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/*@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");*/
:root {
	--accent: #5d0369;
	--accent-light: #8e02a1;
	--accent-color: var(--accent);
	
	--z-dialog: 1111;
	--background-0: #000000;
    --background-1: #151520;
    --background-2: #303040;
    --background-3: #454560;
    --text: #aaa;
    --text-highlight: #fff;
    --text-muted: #777;
    color-scheme: dark;
    --artist-background: #a223;
    --artist-background-hover: #a228;
    --character-background: #2a23;
    --character-background-hover: #2a28;
    --copyright-background: #b4b3;
    --copyright-background-hover: #b4b8;
    --metadata-background: #f823;
    --metadata-background-hover: #f828;
	
	--line-height-small: 24px;
    --line-height: 32px;
    --box-height: 36px;
    --line-height-large: 44px;
    --grid-gap: 1rem;
    --small-gap: .5rem;
    --tiny-gap: 4px;
    --icon-size: 32px;
    --body-width: 800px;
    --border-radius: 5px;
    --border-radius-large: 10px;
    --border-radius-full: 100px;
    --scrollbar-size: 6px;
    --text-size-small: 12px;
    --text-size: 14px;
    --text-size-large: 16px;
    --text-size-h1: 3.75rem;
    --text-size-h3: 1.5rem;
    --default-transition-behaviour: .2s ease-out;
    --text-link: #58a6ff;
    --default-shadow: 0px 3px 10px 3px rgba(0, 0, 0, .75);
}
button.svelte-liwfm9 {
    height: var(--box-height);
    padding-inline:var(--box-height);
	border: none;
	border-radius: var(--border-radius);
	border-color: var(--accent);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
	cursor: pointer;
}

button.svelte-liwfm9:disabled {
    background-color: var(--background-2)
}

button.primary.svelte-liwfm9:not(:disabled) {
    color: var(--text-accent);
    background-color: var(--accent)
}

button.secondary.svelte-liwfm9:not(:disabled) {
    color: var(--text);
    background-color: var(--background-1)
}

@media (hover: hover) {
    button.svelte-liwfm9 {
        transition:background-color var(--default-transition-behaviour)
    }

    button.primary.svelte-liwfm9:not(:disabled):hover {
        background-color: var(--accent-light)
    }

    button.secondary.svelte-liwfm9:not(:disabled):hover {
        background-color: var(--background-2)
    }

    button.svelte-liwfm9:disabled:hover {
        background-color: var(--background-2);
        cursor: not-allowed
    }
}
section.svelte-xy4r9s {
    display: flex;
    flex-direction: column;
    background-color: var(--background-0);
    gap: var(--grid-gap);
    padding: var(--grid-gap);
    max-width: 500px;
    border-radius: var(--border-radius-large);
	text-transform: none;
}

h1.svelte-xy4r9s {
    font-family: Zen Kaku Gothic New,sans-serif;
    font-size: 34px;
    color: var(--accent);
    margin-block:-.25em;
}

@media (max-width: 600px) {
    h1.svelte-xy4r9s {
        font-size:8vw;
    }
}

span.svelte-xy4r9s {
    background-color: var(--background-1);
    height: 2px
}

h1.svelte-xy4r9s,h2.svelte-xy4r9s,h3.svelte-xy4r9s,p.svelte-xy4r9s {
    text-align: center;
	margin-block: unset;

}

:root[data-cookies=false] .backdrop {
    display: flex;
}

.backdrop.svelte-xy4r9s {
    z-index: var(--z-dialog);
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

@media not (min-width: 600px) {
    .backdrop.svelte-xy4r9s {
        background-color:var(--background-0)
    }
}

@media (min-width: 600px) {
    section.svelte-xy4r9s {
        border:solid 2px var(--accent);
        box-shadow: 0 0 100px 100px #000
    }
}

.row.svelte-xy4r9s {
    align-self: center;
    display: flex;
    gap: var(--grid-gap)
}
div.svelte-y4yge7 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    contain: strict;
    padding-inline:var(--small-gap)}

a.svelte-y4yge7 {
    color: var(--accent);
    background: var(--background-0);
    padding: var(--grid-gap);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--border-radius);
    display: flex;
    gap: var(--small-gap);
    border: solid 2px currentColor
}

img.svelte-y4yge7 {
    display: block;
    object-fit: contain;
    height: min(100%,150px);
    width: min(100%,214px);
    aspect-ratio: 1231 / 864
}


body{line-height:1.5;font-family:sans-serif;text-transform:uppercase;font-size:16px;color:#fff;margin:0;padding:0;}
a{text-decoration:none;color:#fff}
#header{background:#1E262D;width:100%;position:relative;padding-bottom: 5px;/*box-shadow: #db6fff 0px 0px 10px -5px;*/box-shadow: #50006b 0px 0px 5px 0px;
    border-bottom: solid #50006b 1px;min-height: 95px;}
#header:after{content:"";clear:both;display:block;box-shadow: #db6fff 0px 0px 10px -5px;}
.search{float:right;padding:30px}
input{border:none;padding:10px;border-radius:20px}
.logo{float:left;padding:26px 0 26px}
.logo a{font-size:28px;display:block;padding:0 0 0 20px}
nav{ 
	/*float:right;*/
	left: 55px;
    top: -10px;
    position: relative;
}
nav>ul{float:left;position:relative}
nav li{list-style:none;float:left}
nav .dropdown{position:relative;    z-index: 5;}
nav li a{
	float: left;
    padding: 10px;
    padding-bottom: 1px;
}
nav li a:hover{
	/*background:#2C3E50;*/
	text-shadow: #8b008b 1px 0 10px;
    box-shadow: inset 0px 0px 10px 3px #8b008b;
    border-radius: 5px 5px 5px 5px;
}
nav li ul{display:none}
nav li:hover ul{display:inline}
nav li li{float:none}
nav .dropdown ul{position:absolute;left:0;top:100%;background:#fff;padding:20px 0;border-bottom:3px solid #34495e}
nav .dropdown li{white-space:nowrap}
nav .dropdown li a{padding: 10px 10px 15px 10px;font-size:13px;min-width:200px}
nav .mega-dropdown{width:100%;position:absolute;top:100%;left:0;background:#fff;overflow:hidden;padding:20px 35px;border-bottom:3px solid #34495e;z-index: 1;}
nav li li a{float:none;color:#333;display:block;padding:8px 10px;border-radius:3px;font-size:13px}
nav li li a:hover{background:#bdc3c7;background:#FAFBFB;}

.wcolorpicker {
  /*background: white;*/
  padding: 0 32px;
  display: inline-block;
  /*margin: 50px auto;*/
  /*box-shadow: 0 3px 5px rgba(0,0,0,.2);*/
}

.wcolorpicker-picker{
  padding: 28px 0 12px 0;
}

.wcolorpicker-colors{
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.wcolorpicker-color-group {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
}

.wcolorpicker-color{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 4px;
  cursor: pointer;
  -webkit-transition: .2s transform;
  &:not(.wcolorpicker-color--main){
    display: none;
  }
  
  &:hover{
    box-shadow: 0 0 0 2px #ccc; 
    transform: scale(1.2);
  }
  
  &:active{
    transform: scale(1);
  }
}

.wcolorpicker-color--clear {
  position: relative;
  &:before{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    left: 50%;
    background: #ccc;
    transform: rotate(45deg);
    transform-origin: center;
  }
}


.wcolorpicker-color--white{
  background: #FFF;
}

.wcolorpicker-color--black{
  background: #000;
}

.wcolorpicker-resets{
  display: flex;
  /*justify-content: center;*/
  
  > .wcolorpicker-color{
    margin: 0 4px;
    border: 1px solid #ccc;
  }
}

.wcolorpicker-settings{
  padding: 28px 0;
}

.wcolorpicker--more .wcolorpicker-color{
  display: block !important;
}

.wcolorpicker-toggle{
  color: #0095ec;
  border: none;
  background-color: transparent;
  cursor: pointer;
}	

#tagCountContents {
	position: relative;
    display: inline-block;
    background: #595959;
    padding: 2px;
    padding-right: 4px;
    margin-top: -3px;
    height: 24px;
    width: min-content;
    border-radius: 0px 5px 5px 0px;
    float: right;
    margin-right: -5px;
}
/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
#UserViewLvlCont{
	width: max-content;
	display: block;
    position: relative;
    top: -5px;
    left: 0px
}
.SearchPredictTypeBtn{
	margin-top: 39px;
	display: flex;
    position: absolute;
    height: 30px;
    background: #222;
	border-radius: 0px 0px 10px 0px;
    /*border-radius: 15px 15px 0px 0px;*/
    padding: 2px;
    border-bottom: 1px solid #8e00eba3;
    border-left: 1px solid #8e00eba3;
    border-right: 1px solid #8e00eba3;
	cursor: pointer;
}
.SearchPredictTypeBtnAct{
	    box-shadow: inset 15px 15px 12px 0px #8e00eb;
}
.AddListItem {
	display: flex;
    margin: 10px;
    background: #212121;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 4px;
}
.AddListItemUPLOAD {
	display: block;
    position: relative;
    padding: 5px;
    border: 1px solid #4a4a4a;
    border-radius: 25px 0px 2px 25px;
    float: left;
    width: 190px;
}
.AddListItemUPLOAD img {
   width: 150px;
	margin-bottom: unset;
}
.AddListItemH {
    display: inline-block;
    width: 100%;
    float: right;
    overflow: hidden;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #444;
    border-left: 0px;
}
.AddListItemHR {
	width: 110px;
    position: relative;
    display: inline-block;
    font-size: 10pt;
    text-align: center;
    border: 1px solid #333;
    padding: 2px;
    margin: 2px;
}

#grid-view {
	display: none;
    position: fixed;
    padding: 10px;
    top: 45%;
    z-index: 999;
    background: #9b598b;
}
.sinputt {
	border: 2px solid #0181ff;
    background: #222;
    color: wheat;
    margin: 10px;
}
.btnInfo {
	color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 188 212 / 14%), 0 3px 1px -2px rgb(0 188 212 / 20%), 0 1px 5px 0 rgb(0 188 212 / 12%);
	position: relative;
    padding: 12px 30px;
    margin: 0.3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
	color: #ffffff;
    background-color: #0181ff;
    border-color: #0181ff;
    box-shadow: none;
}
#licnt387C{
	/*margin: 15px;
    border: 0;
    opacity: 1;
    height: 15;
    position: relative;*/
	width: 88px;
	display: none;
}
.wayAttr {
	display:inline-block;
	cursor: pointer;
	margin-right: 5px;
	user-select: none;
}
#rootModlaInfArtist{
	display: block;
    position: fixed;
    margin: 0 auto;
    z-index: 10000;
    background: #303030;
    width: 100%;
    /* height: 100%;*/
    top: 0px;
}
.unselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.mega-col{width:25%;float:left}
#menu-icon{position:absolute;right:0;top:50%;margin-top:-12px;margin-right:30px;display:none}
#menu-icon span{border:2px solid #fff;width:30px;margin-bottom:5px;display:block;-webkit-transition:all .2s;transition:all .1s}
@media only screen and (max-width: 1170px) {
  /*nav >ul>li >a{padding:35px 15px}*/
}

body{background: #111;}
#grid {
	display: inline-block;
}
.container{
    padding: 1em;
    column-count: 4;
}
.container2{
    padding: 1em;
    column-count: 4;
}
.material-icons {
	    vertical-align: top;
		user-select: none;
		cursor: pointer;
		font-display: fallback;
}
.imgDivInfoB {
	display: block;
    position: relative;
    /*width: 100%;*/
    height: 100%;
    top: 0px;
	z-index: 1;
	user-select: none;
}
.imgDivInfoBsubMore {
	text-align: center;
    position: absolute;
    bottom: -5px;
    left: -4px;
    background: #222a31;
    width: 46px;

    overflow: hidden;
    display: none;
    border: 1px solid;
    border-radius: 35px 35px 35px 35px;
    z-index: -1;
    padding-top: 15px;
	user-select: none;

}
.imgDivInfoBsub:hover .imgDivInfoBsubMore{

	display: block;
	opacity: 1;
}
.imgDivInfoBsub:hover {
	opacity: 1;
}
.imgDivInfoBsub {
	background: #222a31;
    left: 12px;
    bottom: 36px;
    color: #7a468b;
    position: absolute;
    border: 1px solid;
    width: 40px;
    height: 40px;
    padding: 2px;
    border-radius: 30px;
	user-select: none;
	opacity: 0.7;
}
#mrootDescMETA div {
	user-select: none;
	cursor: pointer;
	margin-left: 4px;
}
a.img-wrap>img {
    width: 100%;
    margin-bottom: 1em;
	background: #68686814;
	opacity: 1;
	border-radius: 20px 20px;
	cursor: pointer;
	min-height: 220px;
	transition: transform 1s ease;
}
#rootModlaInfArtistCBTN{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
}
#rmINFartist {
	background: #383838;
    border: 1px solid #222;
    width: 80%;
    margin: 10vw;
    position: absolute;
	margin: 5vh 10vw;
}
#rmINFartistL img {
	width: 100%;
    margin-bottom: 1em;
    background: #686868;
    opacity: 1;
    border-radius: 20px 20px;
    cursor: pointer;
	transition: transform 1s ease;
}
#rmINFartistL {
    position: relative;
    float: left;
    padding: 10px;
    text-align: center;
    width: 30%;
}

#rmINFartistR {
	position: relative;
    float: right;
    padding: 10px;
    text-align: center;
    width: 70%;
}
#persimg {
	width: 100px;
    position: relative;
    display: block;
    z-index: 99999;
    height: 100px;
    opacity: 1;
    margin: 0 auto;
    border-radius: 100px;
}
.infoIMG {
    z-index: 99;
    position: absolute;
    padding: 5px;
    background: #000000b0;
    margin-top: 10px;
    border-radius: 10px;
    display: none;
    margin-left: 10px;
    border: 1px solid #673ab7;
}
.grid__item:hover .infoIMG{
	transition: 0.3s display;
  	display: block;
}
.contIMG {
    position: relative;
	/*padding-top: 10px;*/
}
.loadedsIMG {
		opacity: 1;
	    -webkit-transition: opacity 350ms;
    	-moz-transition: opacity 350ms;
    	-ms-transition: opacity 350ms;
    	transition: opacity 350ms;
		transition: transform 1s ease;
}
.blur {
	/*filter: blur(5px);*/
}
.grid__item{
			
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #111;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #89529c;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
.infoIMGs {
	position: absolute;
    bottom: 25px;
    background: red;
    width: 100%;
    height: 100%;
}
.refreshPageBtn {
    background-color: #222;
    color: #d0d0d0;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    margin-left: 25px;
    cursor: pointer;
}
.refreshPageBtn:hover {
    background-color: #ddd;
    color: black;
	
}
.no-select {
	user-select: none;
}
.material-icons-outlined {
	user-select: none;
	font-display: fallback;
}
.searchfl { 
	display: inline-block;
    width: 50%;
    float: left;
    border-radius: 20px 0px 0px 20px;
	background: #222;
	/*border: 1px solid #424242;*/
	color: whitesmoke;
	border: 1px solid #8e00eba3;
    box-shadow: 0px 0px 6px 0px #8e00eb;
}
.searchflModal { 
    /*display: block;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background: #121212;
    margin-bottom: 10px;
    color: whitesmoke;
    border: 2px solid #8019e6;*/
	top: -2px;
    left: -1px;
    position: relative;
    display: block;
    border-radius: 0px 0px 20px 20px;
    background: #121212;
    margin-bottom: 10px;
    color: whitesmoke;
    border: 2px solid #8019e6;
}
#rfilter-tagslist {
	position: relative;
    display: inline-block;
    width: 100%;
    float: right;
    min-height: 40px;
    border: 1px solid #424242;
    border-radius: 0px 20px 20px 0px;
    background: #222;
}
#rfilter-tags {
	display: flex;
}
.tag-taglist { 
	background: #7a468b;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    height: 25px;
    font-size: 12px;
    display: inline-block;
    margin: 7px;
	vertical-align: top;
}
#rfilter-tagslist-fb {
	display: flex;
    position: absolute;
    left: 20px;
    top: -30px;
    width: 54px;
    height: 30px;
    background: #222;
    border-radius: 15px 15px 0px 0px;
    padding: 2px;
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
}
#rfilter-tagslist-fsort {
	display: flex;
    position: absolute;
    left: 235px;
    top: -30px;
    width: 60px;
    height: 30px;
    background: #222;
    border-radius: 15px 15px 0px 0px;
    padding: 2px;
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
}
#rfilter-tagslist-ar {
	display: flex;
    position: absolute;
    left: 80px;
    top: -30px;
    width: 105px;
    height: 30px;
    background: #222;
    border-radius: 10px 10px 0px 0px;
    padding: 2px;
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
	padding-left: 5px;
	text-align: center;
}
#rfilter-tagslist-colors {
	display: flex;
    position: absolute;
    left: 190px;
    top: -30px;
    width: 40px;
    height: 30px;
    background: #222;
    border-radius: 10px 10px 0px 0px;
    padding: 2px;
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding-left: 6px;
    text-align: center;
}
#rfilter-tagslist-order{
	display: flex;
    position: absolute;
    left: 235px;
    top: -30px;
    width: 65px;
    height: 30px;
    background: #222;
    border-radius: 10px 10px 0px 0px;
    padding: 2px;
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding-left: 6px;
    text-align: center;
}
#rfilter-tagslist-sort {
    display: flex;
    position: absolute;
    left: 120px;
    top: -30px;
    width: 300px;
    height: 30px;
    background: #222;
    border-radius: 10px 10px 0px 0px;
    padding: 2px;
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding-left: 5px;
}
#rfilter-ar select {
	background: #222;
    color: gainsboro;
    border: 2px solid #52A;
    padding: 2px;
    font-size: 16px;
}
#rfilter-ar{
	margin-left: 5px;
}
.rf-b-disable {
	color: #7a468b;
	cursor: pointer;
}
.rf-b-enable {
	color: #db6fff;	
	border-bottom: 1px dashed #db6fff;
	cursor: pointer;
}
nav li li a:hover {
	background: #1f1b2c;
	color: #ebf3ff;
}
nav .dropdown ul {
    background: #222222;
	
}
nav li li a {
	color: #ebf3ff;
}
#userAvatarNav {
	margin: 0 auto;
    width: 200px;
    height: 200px;
    background-size: cover;
	margin-bottom: 20px;
}
@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}	
#bodyContentUserSetting{
	margin: 50px auto;
    width: 90%;
    height: 100%;
    background: red;
    position: relative;
}
div.scrollup {
position: fixed;

    color: #fff;
    background-color: #286090;
    right: 20px;
    bottom: 20px;
    padding: 5px 15px;
    font-size: 30px;
    border-radius: 4px;
    /* border-top-right-radius: 4px; */
    cursor: pointer;
    display: none;
    text-align: center;
}
div.scrollup:hover {
  background-color: #000; /* цвет заднего фона при наведении */
}
.codeSimplText {
	font-size: smaller;
    background: #111;
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    padding: 5px;
    border: 1px solid #444;
    border-radius: 4px;
    overflow-wrap: anywhere;
}
.litebox {
    padding: 15px;
    text-transform: none;
	background: #222;
	margin: 15px;
	border-radius: 4px;
	border: 1px solid #333;
}
.previous {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
	float:left;
	margin-left: 25px;
	cursor: pointer;
}
.next {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
	float:right;
	margin-right: 25px;
}
.previous:hover {
    background-color: #ddd;
    color: black;
}
.next:hover {
    background-color: #ddd;
    color: black;
	
}

.previous {
    background-color: #222;
    color: #d0d0d0;
}

.next {
    background-color: #9b598b;
    color: white;
	cursor: pointer;
}

.round {
    border-radius: 50%;
}
#navARROW {
	margin-top: 20px;

}
.lvlsafe {
	/*box-shadow: 2px 2px 5px 1px green;*/
}
.lvlecchi {
	/*box-shadow: 2px 2px 5px 1px #ffae00;*/
	box-shadow: 0px 4px 4px 0px #ffae00;
	border: 2px solid #ffae00;
}
.lvlnotsafe {
	/*box-shadow: 2px 2px 5px 1px red;*/
	/*border: 1px solid red;*/
	box-shadow: 0px 4px 4px 0px red;
	border: 2px solid red;
	
}
#mroot{
	position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #222222;
    top: 0;
    left: 0;
	padding: 15px;
	
}
hr {
	border: 1px solid #424242;
	background: #424242;
}
#mrootIMG{
	width: 50vw;
    height: 100%;
	display: inline-block;
}
#mrIMG{
	object-fit: contain;
    width: 100%;
    height: 100%;
		background: none;
}

#mrootDesc{
	width: 45vw;
    display: inline-block;
    float: right;
    position: relative;
	height: 35vh;
    margin-top: 5vh;
}
#mrootClosedBotton{
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
    color: red;
    z-index: 99999;
    /*background: green;*/
    text-align: right;	
}
.fcolorGUI {
	border-radius: 6px;
    border: 1px solid rgb(51, 51, 51);
    height: 15px;
    width: 35px;
    display: inline-block;
    background: #cd5c5c;
    position: relative;
    float: right;
}
#fcolorGUIicon {
	font-size: 20px;
    margin-right: 5px;
    top: -3px;
	color:#d0d0d0;
    position: relative;
}
.mrootDescTagsElem {
	display: inline-block;
    background: #949494;
    padding: 5px;
    border-radius: 15px;
    margin: 5px;
}
#mrootDescTags {
	display: block;
    position: relative;
    height: 40vh;
	overflow: auto;
    overflow-x: hidden;
	border: 1px solid #424242;
}
.tag-taglist a {
    cursor: pointer;
}
#mr-desc-tags-c-items {
	    overflow: hidden;
	    max-width: 100%;
}
:root {
  --color-text: #FFF;
  --color-front: darkslateblue;
  --color-back: hsl(252deg, 100%, 60%);
}
.tag {
 	position: relative;
    display: inline-block;
    border-radius: 6px;
   /* clip-path: polygon(20px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 20px);*/
    background: var(--color-front);
    padding: 5px 10px;
    margin: 5px;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-text);
   /* /* transition: clip-path 500ms;*/
   /* margin-bottom: 10px;*/
    cursor: pointer;
}

/*.tag:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--color-back);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
}*/

.tag:hover {
 /* clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 0px);*/
}
/*
.tag:hover:after {
  transform: translate(-100%, -100%);
}*/
	.b-green {
		background: green; 
	}
	.b-dred {
		background: darkred;
	}
	.b-dmagenta {
		background: darkmagenta;
	}
#rfilter {
	display: inline-block;
    padding: 15px;
    background: #222a31;
    width: 100%;
	box-shadow: #50006b 0px 0px 5px 0px;
    border-bottom: solid #50006b 1px;
}
#rfilter-meta {
    /* display: inline-block; */
    display: none;
    width: 100%;
    float: right;
    /* height: 40px; */
    border: 1px solid #424242;
    border-radius: 20px 20px 20px 20px;
    background: #222;
    padding: 7px;
    margin-top: 10px;
}
	
/* DD COLORS */
.ddbtn {
	color: #db6fff;
    border-bottom: 1px dashed #db6fff;
    cursor: pointer;
 	border: none;
}

.dd {
  position: relative;
  display: inline-block;
}

.dd-content {
  display: none;
  position: absolute;
  background: #222222;
  border: 1px solid #5a5a5a;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;  	

}

.dd-content span {
     color: black;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
    width: 35px;
    height: 35px;
    margin: 5px;
		cursor: pointer;
}

.dd-content span:hover {background-color: #f1f1f1}

.dd:hover .dd-content {
    display: flex;
    width: 260px;
    height: fit-content;
    flex-flow: wrap;
	border-radius: 4px;
}

.dd:hover .ddbtn {
  
}
.dd-groupHR {
	display: block;
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
}
.btn-not-sell{cursor: pointer;user-select: none;}
.hot-tags-root{
	/*background: #410075;*/
	background: #222;
    margin: 10px;
    border: 1px solid #303030;
    border-radius: 4px;
}

.hot-tags-root .tag-taglist{
cursor: pointer;
/*display: inline-block;*/
    display: inline-table;
}

.hot-tags-root .material-icons-outlined {
    padding: 8px;
	color: #d00000;
	cursor: pointer;
}

#hot-tags-emotion .tag-taglist small {
    display: none;
}
.tag-taglist small {
    position: relative;
    display: block;
    text-overflow: ellipsis;
	border-top: 1px #db6fff solid;
    /*box-shadow: inset 0px 1.1px 1px 1px #db6fff;*/
    /*padding: 5px;*/
}
.modTagsElem {
	position: absolute;
    min-width: 98px;
    max-width: 85%;
    height: 100%;
    background: #444141;
    top: 0px;
    right: -130px;
    /*text-align: center;*/
    vertical-align: middle;
	padding: 4px;
	transition: all 1s;
	padding-left: 5px;
	white-space: nowrap;
}
.mrootDescTagsElem:hover .modTagsElem{
    right: 0px;
	border-radius: 10px 0px 0px 10px;
}
.mrootDescTagsElem:after .modTagsElem{
    right: -130px;
	border-radius: 10px 0px 0px 10px;
}
html {
    scrollbar-color: #9029c787 #252525;
    scrollbar-width: 10px;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #252525;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px hsl(279deg 66% 47%);
}
.hot-tags-container {
	display: contents;
}
.tag small {
	position: relative;
    display: block;
    text-overflow: ellipsis;
	border-top: 1px #db6fff solid;
}
@media(max-width: 2000px){
    .container{
        column-count: 10;
    }
	nav {
    float: left;
	}	
}
@media(max-width: 1800px){
    .container{
        column-count: 6;
    }
	nav {
    float: left;
	}
}
@media(max-width: 1700px){
    .container{
        column-count: 6;
    }
	nav {
    float: left;
	}
}
@media(max-width: 1600px){
    .container{
        column-count: 6;
    }
	nav {
    float: left;
	}
}
@media(max-width: 1200px){
    .container{
        column-count: 4;
    }
	nav {
    float: left;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 960px) {
  nav{display:block!important}
}
@media only screen and (max-width: 959px) {
  nav{display:none;width:100%;clear:both;float:none;max-height:400px;overflow-y:scroll;}
  #menu-icon{display:inline;top:45px;cursor:pointer}
  #menu-icon.active .first{transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:10px}
  #menu-icon.active .second{transform:rotate(135deg);-webkit-transform:rotate(135deg);position:relative;top:-9px;}
  #menu-icon.active .third{display:none}
  .search{float:none}
  .search input{width:100%}
  nav{padding:10px; margin-bottom: 15px;}
  nav ul{float:none}
  nav li{float:none}
  nav ul li a{float:none;padding:8px;display:block}
  #header nav ul ul{display:block;position:static;background:none;border:none;padding:0}
  #header nav a{color:#fff;padding:8px}
  #header nav a:hover{color:#fff;border-radius:3px}
  #header nav ul li li a:before{content:"- "}
  .mega-col{width:100%}
	
  nav .dropdown {
    float: right;
    border: 1px solid #44304b;
    margin-bottom: 60px;
    margin-top: -45px;
    text-align: center;
  }
	nav .dropdown {
    float: right;
    border: 1px solid #44304b;
    margin-bottom: 60px;
    margin-top: -45px;
    text-align: center;
    width: 90%;
	}
	.dropdown a {
    	width: 100%;
	}
	nav a {
    	width: 40px;
	}  
}
@media(max-width: 800px){
    .container{
        column-count: 2; /* 3 */
    }
	#mroot{
		overflow-y: auto;
	}
	#mrootIMG {
    width: 90vw;
    height: 100%;
    display: block;
    float: right;
	}
	#mrootDesc {
    width: 90vw;
    /*height: 100%;*/
    display: block;
	float:left;
	}
	nav .dropdown {
    float: right;
    border: 1px solid #44304b;
    margin-bottom: 60px;
    margin-top: -45px;
    text-align: center;
    width: 90%;
	}
	.dropdown a {
    	width: 100%;
	}
	nav a {
    	width: 40px;
	}
	nav {
		margin-bottom: 15px;
	}
	li.dropdown ul li a {
    	height: 50px;
	}
	
}
@media(max-width: 600px){
	.hot-tags-container {
		display: flex;
		overflow: scroll;
		overflow-y: hidden;
		height: 100px;
	}
	.hot-tags-root {
		display: none;
		background: #222;
		margin: 10px;
		border: 1px solid #303030;
		border-radius: 4px;
		height: min-content;
	}
	#grid-view {
		display: block;
	}
    .container{
        column-count: 1;
    }
	.container2{
        column-count: 2;
    }
	#mroot{
		overflow-y: auto;
	}
	#mrootIMG {
    width: 90vw;
    height: unset;
    display: block;
    float: right;
	}
	#mrootDesc {
    width: 90vw;
    height: 100%;
    display: block;
	float:left;
	margin-top: unset;
	}
	
	#rfilter-tags {
    display: block;
	}
	.searchfl {
    display: inline-block;
    width: 100%;
    float: left;
    border-radius: 20px 20px 0px 0px;
    background: #222;
    border: 1px solid #424242;
    color: whitesmoke;
	}
	#rfilter-tagslist {
    display: inline-block;
    width: 100%;
    float: right;
	min-height: 40px;
    height: auto;
    border: 1px solid #424242;
    border-radius: 0px 0px 10px 10px;
    background: #222;
	}
	
	#rfilter-tagslist-fb {
		right: 20px;
		left: auto;
	}
	#rfilter-tagslist-ar {
		right: 45px;
		left: auto;
		top: -66px;
	}
	#rfilter-tagslist-colors {
		left: 25px;
		top: -66px;
	}
	#rfilter-tagslist-order{
		right: 155px;
    	left: auto;
    	top: -66px;
	}
	#rfilter-tagslist-fsort {
		left: 165px;
    	top: -66px;
	}
	.dd:hover .dd-content {
    	display: flex;
		width: 260px;
		background: #614d7d;
    	border: 1px solid #5a5a5a;
	}
	.dd-content{
		width: 260px;
		background: #614d7d;
    	border: 1px solid #5a5a5a;
		color: white; 
	}
	/* Artist INF */
	#rootModlaInfArtist {
    	overflow: auto;
		position: fixed;
		height: 100%;
	}
	#rootModlaInfArtistCBTN{
		position: fixed;
	}
	#rmINFartist {
	background: #383838;
    border: 1px solid #222;
    width: none;
    position: absolute;
	}
	#rmINFartistL img {
	width: 100%;
    margin-bottom: 0em;
	}
	#rmINFartistL {
    position: relative;
    float: none;
    padding: 10px;
    text-align: center;
    width: 100%;
	}

	#rmINFartistR {
	position: relative;
    float: none;
    padding: 10px;
    text-align: center;
    width: 100%;
	}
	
	#navARROW span {
		margin-left: 5px;
    	font-size: larger;
	}
	
	#navARROW a {
		font-size: smaller;
	}
	#navARROW {
		text-align: center;
	}
	nav .dropdown {
    float: right;
    border: 1px solid #44304b;
    margin-bottom: 60px;
    margin-top: -45px;
    text-align: center;
	width: 85%;
  }
  #userAvatarNav {
    width: 70px;
    height: 100px;
    margin-bottom: 20px;
    background-position: center;
 }	
	nav ul {
		padding-left: 5px;
	}
	nav {
		margin-bottom: 15px;
	}
	li.dropdown ul li a {
    	height: 50px;
	}
}
@media(max-width: 400px){
	#grid-view {
		display: block;
	}
    .container{
        column-count: 1;
    }
	.container2{
        column-count: 2;
    }
	#mroot{
		overflow-y: auto;
		display: grid;
	}
	#mrootIMG {
    width: 90vw;
    height: 100%;
    display: block;
    float: right;
	}
	#mrootDesc {
    width: 90vw;
    height: 100%;
    display: block;
	float:left;
	}
	
	#rfilter-tags {
    display: block;
	}
	.searchfl {
    display: inline-block;
    width: 100%;
    float: left;
    border-radius: 20px 20px 0px 0px;
    background: #222;
    border: 1px solid #424242;
    color: whitesmoke;
	}
	#rfilter-tagslist {
    display: inline-block;
    width: 100%;
    float: right;
	min-height: 40px;
    height: auto;
    border: 1px solid #424242;
    border-radius: 0px 0px 10px 10px;
    background: #222;
	}
	#rfilter-tagslist-fb {
		right: 20px;
		left: auto;
	}
	#rfilter-tagslist-ar {
		right: 45px;
		left: auto;
		top: -66px;
	}
	#rfilter-tagslist-fsort {
		left: 165px;
    	top: -66px;
	}
	.dd:hover .dd-content {
    	display: flex;
		width: 260px;
		background: #614d7d;
    	border: 1px solid #5a5a5a;
	}
	.dd-content{
		width: 260px;
		background: #614d7d;
    	border: 1px solid #5a5a5a;
	}
	#navARROW span {
		margin-left: 5px;
    	font-size: larger;
	}
	
	#navARROW a {
		font-size: smaller;
	}
	#navARROW {
		text-align: center;
	}
	nav .dropdown {
    float: right;
    border: 1px solid #44304b;
    margin-bottom: 60px;
    margin-top: -45px;
    text-align: center;
	width: 85%;
   }
	#userAvatarNav {
    width: 70px;
    height: 100px;
    margin-bottom: 20px;
    background-position: center;
	}	

	nav ul {
		padding-left: 5px;
	}
	nav {
		margin-bottom: 15px;
	}
	li.dropdown ul li a {
    	height: 50px;
	}
	.hot-tags-root {
		display: none;
	}
}
#dragBox {
    position: fixed;
    left: 50px;
    top: 50px;
    border-radius: 5%;
    background: #252525;
    border: 2px solid #1075ec;
	width: 520px;
    height: 500px;
	z-index: 999999;
}
.FButtonGUI {
	display: flex;
    position: absolute;
    background: #ad6f6f;
    right: 52px;
    top: 10px;
}
.InputButtonGUI {
	/*display: inline-block;*/
	border: 1px #1075ec dashed;
    padding: 5px;
    border-radius: 5px;
    background: #3d3d3d;
    color: coral;
    width: 80px;
}
.InputButtonGUIact {
	/*display: inline-block;*/

    background: #2f2f2f;
    border: 1px solid #5d277a;
    text-align: center;
    cursor: pointer;
    padding: 2px;
    color: #0181ff;
}
.closeButtonGUI {
    width: 20px;
    height: 20px;
    position: absolute;
    background: red;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    color: black;
}
.contenerBoxGUI {
	width: calc(100% - 20px);
    height: calc(100% - 50px);
    margin: 10px;
    margin-top: 40px;
    border-top: 1px solid #333;
	    overflow: auto;
}
.prewTag {
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
	border-radius: 6px;
	color: #333333;
	background: #fff;
	padding: 5px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	position: absolute;
	width: 115px;
	height: 115px;
}
.prewTag img {
	border-radius: 15px;
	margin-top: -15px;
}

/* Rainbow Shadow*/
.shadow {
  position: relative;
  background: linear-gradient(#000, #262626);
}

.shadow img {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
}

.shadow:before, .shadow:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
  background-size: 500%;
	border-radius: 4px;
  z-index: -1;
  animation: amimate 30s ease infinite;
}

.shadow:after {
	filter: blur(2px);
}

@keyframes amimate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes spinPreLoad {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.spinnerPreLoad {
	position: absolute;
    z-index: 9;
    margin: 1em auto;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: solid 5px #323130;
    border-left: solid 5px #9c27b0;
	
  animation-name: spinPreLoad; /* Применяем анимацию вращения */
  animation-duration: 1s; /* Период вращения */
  animation-iteration-count: infinite; /* Если не указать, то сделает только одно вращение */
  animation-timing-function: linear; /* Для того, чтобы вращение было равномерным */
}
.defSpinner {
	position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 20px);
	    cursor: pointer;
}
.AdminItemGUIother {
	display: block;
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: -90px;
    z-index: 1;
    user-select: none;
}
.AdminItemGUIotherBody {
	background: #222a31;
    left: 12px;
    bottom: 36px;
    color: #7a468b;
    position: absolute;
    border: 1px solid;
    width: 40px;
    height: 40px;
    padding: 1px;
    border-radius: 30px;
    user-select: none;
    opacity: 0.7;
    text-align: center;
}
.AdminItemGUIotherButtons {
	text-align: center;
    position: absolute;
    bottom: -5px;
    left: -4px;
    background: #222a31;
    width: max-content;
    height: 48px;
    overflow: hidden;
    display: none;
    border: 1px solid;
    border-radius: 35px 35px 35px 35px;
    z-index: -1;
    padding-top: 5px;
    padding-left: 45px;
    user-select: none;
	padding-right: 10px;
	transition: 0.4s;
}
.AdminItemGUIotherBody:hover .AdminItemGUIotherButtons{
	display: block;
	opacity: 1;
	transition: 0.4s;
}
.AdminItemGUIotherBody:hover {
	opacity: 1;
}
.AdminItemGUIlvl {
	display: block;
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: -45px;
    z-index: 1;
    user-select: none;
}
.AdminItemGUIlvlBody {
	background: #222a31;
    left: 12px;
    bottom: 36px;
    color: #7a468b;
    position: absolute;
    border: 1px solid;
    width: 40px;
    height: 40px;
    padding: 1px;
    border-radius: 30px;
    user-select: none;
    opacity: 0.7;
    text-align: center;
}
.AdminItemGUIlvlButtons {
	text-align: center;
    position: absolute;
    bottom: -5px;
    left: -4px;
    background: #222a31;
    width: 180px;
    height: 48px;
    overflow: hidden;
    display: none;
    border: 1px solid;
    border-radius: 35px 35px 35px 35px;
    z-index: -1;
    padding-top: 5px;
    padding-left: 35px;
    user-select: none;
}
.AdminItemGUIlvlBody:hover .AdminItemGUIlvlButtons{
	display: block;
	opacity: 1;
}
.AdminItemGUIlvlBody:hover {
	opacity: 1;
}
.AdminItemGUIway {
	display: block;
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 0px;
    z-index: 1;
    user-select: none;
}
.AdminItemGUIwayBody {
	background: #222a31;
    left: 12px;
    bottom: 36px;
    color: #7a468b;
    position: absolute;
    border: 1px solid;
    width: 40px;
    height: 40px;
    padding: 1px;
    border-radius: 30px;
    user-select: none;
    opacity: 0.7;
    text-align: center;
}
.AdminItemGUIwayButtons {
	text-align: center;
    position: absolute;
    bottom: -5px;
    left: -4px;
    background: #222a31;
    width: max-content;
    height: 48px;
    overflow: hidden;
    display: none;
    border: 1px solid;
    border-radius: 35px 35px 35px 35px;
    z-index: -1;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 10px;
    user-select: none;
}
.AdminItemGUIwayBody:hover .AdminItemGUIwayButtons{
	display: block;
	opacity: 1;
}
.AdminItemGUIwayBody:hover {	
	opacity: 1;
}
.AdminItemGUIactive{
	color:#4caf50;
	cursor: pointer;
	font-size: 25px;
}
.AdminItemGUIactiveSelected{
	color:green;
}

.gifLabel {
	position: absolute;
    font-size: 50px;
    top: 15px;
    right: 15px;
    width: fit-content;
    background: #2d41ad;
    border-radius: 20px 0px;
}
#RFtype {
	background: #222222;
    margin-left: 30px;
    margin-top: 10px;
    height: 36px;
    border: 1px solid #003d85;
    padding-top: 5px;
    border-radius: 6px;
    position: absolute;
    left: 100px;
    bottom: 5px;
	    z-index: 1;
}

#RFtype span {
	margin: 0px 10px 0px 0px;
	font-size: 12pt;
}

#RFtype span:first-child {
	padding: 5px;
    margin-left: -10px;
    background: #222222;
    border: 1px solid #003d85;
    margin-top: -20px;
    color: #db6fff;
    border-radius: 6px;
	cursor: help;
	font-size: 15pt;
}




/* Component Needs */

.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red;
}

/* Visual Styles */

$activeColor: #ffffff;
$unactiveColor: #eeeeee;
$unactiveHoverColor: #dddddd;

.pc-tab { 
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      label {
        font-family: "Raleway";
        float: left;
        padding: 15px 25px;
        border: 1px solid #ddd;
        border-bottom: 0;
        background: $unactiveColor;
        color: #444;
        &:hover {
          background: $unactiveHoverColor;
        }
        &:active {
          background: $activeColor;
        }
      }
      &:not(:last-child) label {
         border-right-width: 0; 
      }
    }
  }
  section {
    font-family: "Droid Serif";
    clear: both;
    div {
      padding: 20px; 
      width: 100%;
      border: 1px solid #ddd;
      background: #fff;
      line-height: 1.5em;
      letter-spacing: 0.3px;
      color: #444;
      h2 {
        margin: 0;
        font-family: "Raleway";
        letter-spacing: 1px;
        color: #34495e;
      }
    }
  }
}
#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2 {
  label {
    background: white;
    color: #111;
    position: relative;
    &:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: $activeColor;
      left: 0;
      bottom: -1px;
    }
  }
}
.pc-tab nav#navTags {
    display: block;
}

/* tabs-widget */
.tabs-widget > .tabs-widget-content {
  position: relative;
	border: 2px solid #8019e6;
    border-radius: 4px;
}

/* // Скрываем пустой блок, предназначенный для отмены скролла */
.tabs-widget > .tabs-widget-content > .tabs-widget-scroller {
  display: none;
}

/*// Следующий за целевым элементов таб отображаем поверх первого таба */
.tabs-widget > .tabs-widget-content > .tabs-widget-scroller:target + .tabs-widget-item {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/* // Первый таб всегда должен иметь относительное позиционирование */
.tabs-widget > .tabs-widget-content > .tabs-widget-scroller:target + .tabs-widget-item.-tabs-widget-default {
  position: relative;
}
.tabs-widget {
	margin-left: -5px;
}
/*// Стили табов
// Обратите внимание на наличие указанной максимальной высоты таба, иначе
// большие табы будут вылезать за пределы размеров таба по умолчанию,
// если тот меньше них */
.tabs-widget > .tabs-widget-content > .tabs-widget-item {
  background-color: #222222;
  color: #fdfbfb;
  padding: 20px;
  display: none;
  /*height: 280px;*/
  overflow-y: auto;
}

/* // Всегда отображаем первый таб */
.tabs-widget > .tabs-widget-content > .tabs-widget-item.-tabs-widget-default {
  display: block;
  z-index: 1;
}

@keyframes tabs {
  0% {
	color: #fdfbfb;
    
  }
  100% {
    color: #ffffff;	
  }
}

.tabs-widget > .tabs-widget-content > .tabs-widget-scroller:target + .tabs-widget-item {
  animation: tabs 1s;
}

.tabs-widget-header a {
	margin: 6px;
    padding: 10px;
    border: 2px solid;
    background: #222222;
    color: #8019e6;
    padding-top: 15px;
    border-radius: 4px;
}
.tabs-widget-header-colors {
	display: inline-flex;
    background: #4d1262;
    border: 1px solid #6e27b5;
    border-radius: 4px;
    padding: 4px;
    position: relative;
    top: -2px;
}
/* other */
#mrootDescMETAcontent {
	display: inline-flex;
	background: #48117f;
    border: 1px solid #812ad8;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    width: calc(100% + 4px);
} 
#mrootDescMETAcmd {
	display: inline-flex;
	background: #48117f;
    border: 1px solid #812ad8;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    /* width: calc(100% + 4px); */
    margin: 4px;
    float: right;

} 

/* REPOST VK */

#RootReVK {
	line-height: normal;
	top: 5%;
    left: 5%;
    right: 5%;
    display: block;
    width: 60%;
    height: 60%;
    position: fixed;
    margin: 10% auto;
    background: #333333;
    z-index: 9;
	padding: 10px;
}

#PersReVK {
	background: #252424;
    width: 100%;
    height: 50%;
    border: 1px solid #083e79;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
}
.PersReItems {
	background: #2f2f2f;
    width: 100%;
	display: inline-flex;
    padding: 5px;
    justify-content: flex-start;
	margin-top: -10px; 
}
.PersReItems:first-child {
	 margin-top: 0px;
}
.PersReItemsIMG {
	width: 50px;
    height: 50px;
}
.PersReItemsIMG img{
	opacity: 1;
    width: 50px;
    height: 50px;
    border: 1px solid darkgray;
    border-radius: 50px;
    min-height: unset;
}
.PersReItemsContent {
    padding: 5px;
	line-height: 1.5;
    font-family: sans-serif;
    text-transform: initial;
    font-size: 10pt;
    color: #fff;
	
	text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    white-space: nowrap;
}


.hero {
	font-size: clamp(20px, 25vw, 20px);
    line-height: 1;
    display: inline-block;
    color: #fff;
    z-index: 2;
    letter-spacing: 0px;
    filter: drop-shadow(0 1px 3px);
}

.demo {
  height: 100px;
  background: #fff;
}

.layers {
  position: relative;
}

.layers::before,
.layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
}

.layers::before {
  top: 10px;
  left: 15px;
  color: #e0287d;
}

.layers::after {
  top: 5px;
  left: -10px;
  color: #1bc7fb;
}

.single-path {
  clip-path: polygon(
    0% 12%,
    53% 12%,
    53% 26%,
    25% 26%,
    25% 86%,
    31% 86%,
    31% 0%,
    53% 0%,
    53% 84%,
    92% 84%,
    92% 82%,
    70% 82%,
    70% 29%,
    78% 29%,
    78% 65%,
    69% 65%,
    69% 66%,
    77% 66%,
    77% 45%,
    85% 45%,
    85% 26%,
    97% 26%,
    97% 28%,
    84% 28%,
    84% 34%,
    54% 34%,
    54% 89%,
    30% 89%,
    30% 58%,
    83% 58%,
    83% 5%,
    68% 5%,
    68% 36%,
    62% 36%,
    62% 1%,
    12% 1%,
    12% 34%,
    60% 34%,
    60% 57%,
    98% 57%,
    98% 83%,
    1% 83%,
    1% 53%,
    91% 53%,
    91% 84%,
    8% 84%,
    8% 83%,
    4% 83%
  );
}

.paths {
  animation: paths 5s step-end infinite;
}

@keyframes paths {
  0% {
    clip-path: polygon(
      0% 43%,
      83% 43%,
      83% 22%,
      23% 22%,
      23% 24%,
      91% 24%,
      91% 26%,
      18% 26%,
      18% 83%,
      29% 83%,
      29% 17%,
      41% 17%,
      41% 39%,
      18% 39%,
      18% 82%,
      54% 82%,
      54% 88%,
      19% 88%,
      19% 4%,
      39% 4%,
      39% 14%,
      76% 14%,
      76% 52%,
      23% 52%,
      23% 35%,
      19% 35%,
      19% 8%,
      36% 8%,
      36% 31%,
      73% 31%,
      73% 16%,
      1% 16%,
      1% 56%,
      50% 56%,
      50% 8%
    );
  }

  5% {
    clip-path: polygon(
      0% 29%,
      44% 29%,
      44% 83%,
      94% 83%,
      94% 56%,
      11% 56%,
      11% 64%,
      94% 64%,
      94% 70%,
      88% 70%,
      88% 32%,
      18% 32%,
      18% 96%,
      10% 96%,
      10% 62%,
      9% 62%,
      9% 84%,
      68% 84%,
      68% 50%,
      52% 50%,
      52% 55%,
      35% 55%,
      35% 87%,
      25% 87%,
      25% 39%,
      15% 39%,
      15% 88%,
      52% 88%
    );
  }

  30% {
    clip-path: polygon(
      0% 53%,
      93% 53%,
      93% 62%,
      68% 62%,
      68% 37%,
      97% 37%,
      97% 89%,
      13% 89%,
      13% 45%,
      51% 45%,
      51% 88%,
      17% 88%,
      17% 54%,
      81% 54%,
      81% 75%,
      79% 75%,
      79% 76%,
      38% 76%,
      38% 28%,
      61% 28%,
      61% 12%,
      55% 12%,
      55% 62%,
      68% 62%,
      68% 51%,
      0% 51%,
      0% 92%,
      63% 92%,
      63% 4%,
      65% 4%
    );
  }

  45% {
    clip-path: polygon(
      0% 33%,
      2% 33%,
      2% 69%,
      58% 69%,
      58% 94%,
      55% 94%,
      55% 25%,
      33% 25%,
      33% 85%,
      16% 85%,
      16% 19%,
      5% 19%,
      5% 20%,
      79% 20%,
      79% 96%,
      93% 96%,
      93% 50%,
      5% 50%,
      5% 74%,
      55% 74%,
      55% 57%,
      96% 57%,
      96% 59%,
      87% 59%,
      87% 65%,
      82% 65%,
      82% 39%,
      63% 39%,
      63% 92%,
      4% 92%,
      4% 36%,
      24% 36%,
      24% 70%,
      1% 70%,
      1% 43%,
      15% 43%,
      15% 28%,
      23% 28%,
      23% 71%,
      90% 71%,
      90% 86%,
      97% 86%,
      97% 1%,
      60% 1%,
      60% 67%,
      71% 67%,
      71% 91%,
      17% 91%,
      17% 14%,
      39% 14%,
      39% 30%,
      58% 30%,
      58% 11%,
      52% 11%,
      52% 83%,
      68% 83%
    );
  }

  76% {
    clip-path: polygon(
      0% 26%,
      15% 26%,
      15% 73%,
      72% 73%,
      72% 70%,
      77% 70%,
      77% 75%,
      8% 75%,
      8% 42%,
      4% 42%,
      4% 61%,
      17% 61%,
      17% 12%,
      26% 12%,
      26% 63%,
      73% 63%,
      73% 43%,
      90% 43%,
      90% 67%,
      50% 67%,
      50% 41%,
      42% 41%,
      42% 46%,
      50% 46%,
      50% 84%,
      96% 84%,
      96% 78%,
      49% 78%,
      49% 25%,
      63% 25%,
      63% 14%
    );
  }

  90% {
    clip-path: polygon(
      0% 41%,
      13% 41%,
      13% 6%,
      87% 6%,
      87% 93%,
      10% 93%,
      10% 13%,
      89% 13%,
      89% 6%,
      3% 6%,
      3% 8%,
      16% 8%,
      16% 79%,
      0% 79%,
      0% 99%,
      92% 99%,
      92% 90%,
      5% 90%,
      5% 60%,
      0% 60%,
      0% 48%,
      89% 48%,
      89% 13%,
      80% 13%,
      80% 43%,
      95% 43%,
      95% 19%,
      80% 19%,
      80% 85%,
      38% 85%,
      38% 62%
    );
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    clip-path: none;
  }
}

.movement {
  /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
  position: relative;
  animation: movement 8s step-end infinite;
}

@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }

  15% {
    top: 10px;
    left: 10px;
  }

  60% {
    top: 5px;
    left: -10px;
  }

  75% {
    top: -5px;
    left: 20px;
  }

  100% {
    top: 10px;
    left: 5px;
  }
}

.opacity {
  animation: opacity 5s step-end infinite;
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }

  5% {
    opacity: 0.7;
  }

  30% {
    opacity: 0.4;
  }

  45% {
    opacity: 0.6;
  }

  76% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.8;
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    opacity: 0;
  }
}

.font {
  animation: font 7s step-end infinite;
}

@keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    filter: blur(3px);
  }

  20% {
    font-weight: 500;
    color: #fff;
    filter: blur(0);
  }

  50% {
    font-weight: 300;
    color: #1bc7fb;
    filter: blur(2px);
  }

  60% {
    font-weight: 700;
    color: #fff;
    filter: blur(0);
  }

  90% {
    font-weight: 500;
    color: #e0287d;
    filter: blur(6px);
  }
}

.glitch span {
  animation: paths 5s step-end infinite;
}

.glitch::before {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 7s step-end infinite, movement 8s step-end infinite;
}

.hero-container {
	position: absolute;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    left: 30px;
}

.environment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}


