@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic');
@import url('../../fonts/font.css');

/* ------------------------- */
/* NORMALIZE */
/* ------------------------- */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: .67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button,
input { overflow: visible; }
button, select { text-transform: none; }
[type=button], [type=reset], [type=submit], button { -webkit-appearance: button; }
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; }
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: .35em .75em .625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type=checkbox], [type=radio] { box-sizing: border-box; padding: 0; }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; }
[type=search] { -webkit-appearance: textfield; outline-offset: -2px; }
[type=search]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
[hidden], template { display: none; }
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre { margin: 0; }
button { background-color: transparent; background-image: none; padding: 0; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
fieldset, ol, ul { margin: 0; padding: 0; }
ol, ul { list-style: none; }

/* ------------------------- */
/* BASE */
/* ------------------------- */
html, body { scrollbar-color: #3E4353 #1A1C23; scrollbar-width: auto | thin | none; }
::-webkit-scrollbar { width: .5rem; height: .2rem; background-color: #1A1C23; }
::-webkit-scrollbar-thumb { background-color: #373c4c; border-radius: .3em; }
::-webkit-scrollbar-thumb:hover { background-color: #3e4353; }
::-webkit-scrollbar-button:vertical:start:decrement { background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%); background-color: #1A1C23; }
::-webkit-scrollbar-button:vertical:end:increment { background: linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%); background-color: #1A1C23; }
::-webkit-scrollbar-button:horizontal:start:decrement { background: linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%); background-color: #1A1C23; }
::-webkit-scrollbar-button:horizontal:end:increment { background: linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%); background-color: #1A1C23; }

html {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}
*, :after, :before { box-sizing: border-box; border: 0 solid #d5d6d7; }
hr { border-top-width: 1px; }
img { border-style: solid; }
textarea { resize: vertical; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #a0aec0; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #a0aec0; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #a0aec0; }
input::placeholder, textarea::placeholder { color: #a0aec0; }
[role=button], button { cursor: pointer; }
table { border-collapse: collapse; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; }
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }
audio, canvas, embed, iframe, img, object, svg, video { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }

/* ------------------------- */
/* CUSTOM */
/* ------------------------- */
.ast a, .full-story a > b {
    transition-duration: .15s;
    font-weight: 600;
    color: #d23f40;
    padding: 0 .1rem;
    border-radius: .375rem;
}
.ast a:hover, .full-story a:hover > b {
    color: #fff;
    background-color: #d23f40;
    padding: 0 .1rem;
    border-radius: .1rem;
}
div.pic > img {
    display: block;
    margin: 0 auto;
}
.full-story img {
    display: block; 
    margin: 0 auto;
}
.full-story img[alt=drop3] {
    float: left;
}
.form_submit button {
    display: block;
    margin: 0 auto;
}
.full-story b {
    color: #f4f5f7;
}
.full-story iframe{
	display: block;
    margin: 0 auto;
	width: 934px;
	height: 556px;
}
.border-t-gray {
    border-top: 1px solid #2b2b2b;
}
.border-s-gray {
    border: 1px solid #2b2b2b;
}
.box-shadow-in {
    box-shadow: inset -20px 0px 5px 2px rgba(0, 0, 0, 0.8);
}
.gradient-blue-400 {
    background:-webkit-gradient(radial, 184 0, 0, 210 -246, 439, from(#2463d0), to(#1956bf));
}

.m-0a { margin: 0 auto; }

.userinfo img.ava {
    width: 100%;
}
.pt-2 {
    padding-top: .5rem;
}
.pt-4 {
    padding-top: 1rem;
}
.fll {
    float: left;
}

.short-container > #dle-content {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    /*border-radius: .5rem;*/
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .5);
    background-color: #1a1c23;
    font-size: .875rem;
    color: #9e9e9e;
}

.shortstory-main-news > a, .shortstory-main-events > a {
    display: block;
}
.shortstory-main-news > a > div {
    padding: .5rem;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: .5rem;
    height: 15.6rem;
}
.shortstory-main-events > a > div {
    padding: .5rem;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: .5rem;
    height: 12.6rem;
}
.shortstory-main-news > a > div:hover {
    border: solid 1px rgba(122, 196, 255, 0.5);
    background-color: rgba(122, 196, 255, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(122, 196, 255, 0.8);
    -webkit-box-shadow: 0px 0px 5px rgba(122, 196, 255, 0.8);
    box-shadow: 0px 0px 5px rgba(122, 196, 255, 0.8);
}
.shortstory-main-events > a > div:hover {
    border: solid 1px rgba(255, 237, 122, 0.5);
    background-color: rgba(255, 237, 122, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(255, 242, 122, 0.8);
    -webkit-box-shadow: 0px 0px 5px rgba(255, 242, 122, 0.8);
    box-shadow: 0px 0px 5px rgba(255, 242, 122, 0.8);
}
.shortstory-main-news > a > div:hover > .story:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #242D39 100%);
}
.shortstory-main-events > a > div:hover > .story:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #393624 100%);
}
.shortstory-main-news > a > div:hover > .img {
    transition-duration: .15s;
    border: solid 1px rgba(122, 196, 255, 0.5);
}
.shortstory-main-events > a > div:hover > .img {
    transition-duration: .15s;
    border: solid 1px rgba(255, 233, 122, 0.5);
}
.shortstory-main-news > a > div > .img, .shortstory-main-events > a > div > .img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.5rem;
    margin-bottom: .2rem;
    border-radius: .25rem;
    border: solid 1px rgba(255, 255, 255, 0.1);
}
/* ------------------------ */
/* -- -- -- article.FULLSTORY */
/* ------------------------ */
.twd-header-txt {
	margin-bottom: 3rem;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.twd-header-txt h1 {
	color: #fff;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
	font-family: "Roboto Condensed",sans-serif;
}
.twd-header-txt p {
	color: rgba(207,194,245,.7);
    margin: 0;
    padding: 0;
}
.twd-container {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    margin: 0 auto;
    max-width: 944px;
    width: 100%;
}
.twd-drops {
	display: flex;
	width: 314px;
    justify-content: center;
	padding: 10px;
}


@media (min-width:320px) {
    .shortstory-main-news > a > div > .img { height: 10rem; }
    .shortstory-main-news > a > div { height: 17.6rem; }
    .shortstory-main-events > a > div > .img { height: 10rem; }
    .shortstory-main-events > a > div { height: 15.6rem; }
	.full-story iframe{ width: 284px; height: 169px;}
}
@media (min-width:480px) {
    .shortstory-main-news > a > div > .img { height: 19.5rem; }
    .shortstory-main-news > a > div { height: 25.6rem; }
    .shortstory-main-events > a > div > .img { height: 19.5rem; }
    .shortstory-main-events > a > div { height: 25.6rem; }
	.full-story iframe{ width: 512px; height: 305px;}
}
@media (min-width:640px) {
    .shortstory-main-news > a > div > .img { height: 19.5rem; }
    .shortstory-main-news > a > div { height: 24.6rem; }
    .shortstory-main-events > a > div > .img { height: 19.5rem; }
    .shortstory-main-events > a > div { height: 24.6rem; }
	.full-story iframe{ width: 550px; height: 327px;}
}
@media (min-width:768px) {
    .shortstory-main-news > a > div > .img { height: 8.5rem; }
    .shortstory-main-news > a > div { height: 16.6rem; }
    .shortstory-main-events > a > div > .img { height: 8.5rem; }
    .shortstory-main-events > a > div { height: 14.6rem; }
    .short-container > #dle-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.full-story iframe{ width: 518px; height: 308px;}
}
@media (min-width:992px) {
    .shortstory-main-news > a > div > .img { height: 11.5rem; }
    .shortstory-main-news > a > div { height: 17.6rem; }
    .shortstory-main-events > a > div > .img { height: 11.5rem; }
    .shortstory-main-events > a > div { height: 15.6rem; }
	.full-story iframe{ width: 664px; height: 395px;}
}
@media (min-width:1024px) {
    .shortstory-main-news > a > div > .img { height: 15rem; }
    .shortstory-main-news > a > div { height: 20.2rem; }
    .shortstory-main-events > a > div > .img { height: 15rem; }
    .shortstory-main-events > a > div { height: 19.2rem; }
	.full-story iframe{ width: 874px; height: 520px;}
}
@media (min-width:1280px) {
    .shortstory-main-news > a > div > .img { height: 7.5rem; }
    .shortstory-main-news > a > div { height: 15.6rem; }
    .shortstory-main-events > a > div > .img { height: 7.5rem; }
    .shortstory-main-events > a > div { height: 12.6rem; }
    .short-container > #dle-content { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.full-story iframe{ width: 934px; height: 556px;}
}
.shortstory-main-news > a > div > .img > img, .shortstory-main-events > a > div > .img > img {
    min-height: 100%;
    object-fit: cover;
}
.shortstory-main-news > a > div > .date, .shortstory-main-events > a > div > .date {}
.shortstory-main-news > a > div > .story, .shortstory-main-events > a > div > .story {
    overflow: hidden;
    position: relative;
}
.shortstory-main-news > a > div > .story:after, .shortstory-main-events > a > div > .story:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2.5em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1A1C23 100%);
    pointer-events: none;
}

.text-color-info {
    color: #49bb77;
}
.title-link-info > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-info > a:hover, a:hover > div > p.cat1link {
    transition-duration: .15s;
    color: #69e79b;
}
.text-color-news {
    color: #6CA7D7;
}
.title-link-news > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-news > a:hover, a:hover > div > p.cat2link {
    transition-duration: .15s;
    color: #9ad2ff;
}
.text-color-events {
    color: #d7c96c;
}
.title-link-events > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-events > a:hover, a:hover > div > p.cat2link {
    transition-duration: .15s;
    color: #eedf81;
}
.text-color-changes {
    color: #cb800b;
}
.title-link-changes > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-changes > a:hover, a:hover > div > p.cat3link {
    transition-duration: .15s;
    color: #fcab2e;
}
.text-color-warning {
    color: #ee4c4c;
}
.title-link-warning > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-warning > a:hover, a:hover > div > p.cat4link {
    transition-duration: .15s;
    color: #ff7c7c;
}
.text-color-updates {
    color: #4a90ff;
}
.title-link-updates > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-updates > a:hover, a:hover > div > p.cat5link {
    transition-duration: .15s;
    color: #6ba5ff;
}
.text-color-wipe {
    color: #9a5eff;
}
.title-link-wipe > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-wipe > a:hover, a:hover > div > p.cat7link {
    transition-duration: .15s;
    color: #ae80ff;
}
.text-color-bans {
    color: #902528;
}
.title-link-bans > a {
    transition-duration: .15s;
    border-bottom: dotted 1px;
}
.title-link-bans > a:hover {
    transition-duration: .15s;
    color: #9a3a3c;
}

/* ------------------------- */
/* NAVIGATION-PAGE */
/* ------------------------- */
.navigation-page {
    text-align: center;
    clear:both;
    display:block;
    cursor:default;
}
.navigation-page span {
    color:#fff;
    font-size:12px;}
.navigation-page span {
    text-decoration:none;
    text-align:center;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-left: .2rem;
    background: #73638d;
}
.navigation-page span:hover {
    background:#73638d;
    text-decoration:none;
}
a.swchItem span {
    color:#fff;
    text-decoration:none;
}
a.swchItem:hover {
    background:#363739;
    text-decoration:none;
}
.navigation-page a, .swchItem {
    background:#6c2bd9;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-left: .2rem;
    text-align: center;
    text-decoration:none;
    transition-duration: .3s;
}
.navigation-page a:hover {
    color:#fff;
    background: #782ef3;
    text-decoration:none;
}
span.swchItemDots span {
    color: #818181;
}

.border-top-line {
    border-top: solid 1px #24262D;
}

/* ------------------------- */
/* SELECT, INPUT, TEXTAREA */
/* ------------------------- */
.font-style-fira { font-family: 'Fira Sans Extra Condensed', sans-serif; }
.font-style-roboto { font-family: 'Roboto', sans-serif; }
.font-style-rust { font-family: 'Rust', sans-serif; }

/* ------------------------- */
/* SELECT, INPUT, TEXTAREA */
/* ------------------------- */
.select select, .xfieldst select.categoryselect, .xfieldst td select, #dlepopup select  {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: .875rem;
    border-color: #4c4f52;
    background-color: #24262d;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3E%3Cpath d='M15.3 9.3a1 1 0 011.4 1.4l-4 4a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem 2.5rem .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-position: right .5rem center;
    background-size: 1.5em 1.5em;
}
.select select:focus, .xfieldst select:focus.categoryselect, .xfieldst td select:focus, #dlepopup select:focus {
    border-color: #707275;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(213, 214, 215, .45)
}

.xfieldst table tr td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.xfieldst table tr td .btn-raised {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
    line-height: 1.25rem;
    height: auto;
    color: #fff;
    font-size: .875rem;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: .15s;
    background-color: #6c2bd9;
    background-image: none;
    border-width: 1px;
    border-color: transparent;
    border-radius: .5rem;

}
.xfieldst table tr td .btn-raised:active {
    background-color: #6c2bd9;
}
.xfieldst table tr td .btn-raised:hover {
    background-color: #581fb8;
}
.xfieldst table tr td .btn-raised:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(202, 191, 253, .45);
}

.xfieldst table tr td div.uploadedfile {
    display: inline-block;
    width: 115px;
    height: 160px;
    margin: 10px 5px 5px 5px;
    border: solid 1px #4c4f52;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #24262d;
    border-radius: .25rem;
}

.input > input, .input > textarea, .xfieldst td input, #dlepopup > input {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: .875rem;
    border-color: #4c4f52;
    background-color: #24262d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}
.input > input::-moz-placeholder, .input > textarea::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.input > input:-ms-input-placeholder, .input > textarea:-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.input > input::-ms-input-placeholder, .input > textarea::-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.input > input::placeholder, .input > textarea::placeholder {
    color: #9e9e9e;
    opacity: 1
}
.input > input:focus, .input > textarea:focus, .xfieldst td input:focus, #dlepopup > input:focus {
    border-color: #707275;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(213, 214, 215, .45);
}

.checkbox > input, .checkbox > label > input {
    color: #7e3af2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1.5em;
    width: 1.5em;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem;
    margin-right: .5rem
}
.checkbox > input:checked, .checkbox > label > input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}
.checkbox > input:focus, .checkbox > label > input:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(202, 191, 253, .45)
    border-color: #63b3ed
}

.admin_checkboxs > .checkbox {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.input .bb-pane {
    background-color: #24262d;
    background-image: none;
    border: 1px solid #707275;
}

/* ------------------------- */
/* UI */
/* ------------------------- */
.ui-front { z-index: 1000; }
.ui-button-icon-only { overflow: hidden; text-indent: -9999px; }

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5 filter:alpha(opacity=5);
    left: 0; top: 0; right: 0; bottom: 0;
    position: fixed;
}
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }
.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 420px;
    border-radius: 8px;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,1.0);
    border: solid 1px #171717;
    background-color: #1A1C23;
    color: #a7a7a7;
    background-clip: padding-box;
    outline: none;
}
.ui-dialog-titlebar { padding: 20px 20px; position: relative; border-bottom: 1px solid #494949; }
.ui-dialog-title { float: left; font-weight: bold; font-size: 1em; }
.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px; top: 50%;
    margin-top: -16px !important;
    height: 23px !important;
    width: 32px;
    border: 0 none !important;
    background-color: inherit !important;
    box-shadow: none !important;
    padding: 0px !important;
    background-image: inherit !important;
}
.ui-dialog-titlebar-close .ui-icon {
    display: block;
    margin: 0 auto;
    width: 14px; height: 14px;
    background-image: url(../../dleimages/close-16.png);
    -webkit-background-size: 14px auto; background-size: 14px auto;
    opacity: .5;
}
.ui-button {
    float: right;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    line-height: 1.25rem;
    border-radius: .375rem;
    font-size: .875rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: bold;
    transition-duration: .15s;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    background-color: #7e3af2;
    background-image: none;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon { overflow: hidden; text-indent: -9999px; }
.ui-dialog label { color: #575757; }
.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; border-top: 1px solid #494949; }
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
.ui-button { margin: 0 3px; }
.ui-helper-hidden-accessible{display: none;}

#dlepopup {
    border: none;
    background-color: #24262D;
    font-size: .875rem;
}
#mediaupload {
    border: none;
    background-color: #616265;
}

/* ------------------------- */
/* BUTTON */
/* ------------------------- */
.btn, .bbcodes {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    line-height: 1.25rem;
    border-radius: .375rem;
    font-size: .875rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    background-color: #7e3af2;
    background-image: none;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.ui-button { padding: 4px 12px; height: 30px; font-size: 11px; margin: 2px; }

.btn:hover, .bbcodes:hover, .ui-button:hover {
    background-color: #8849f3;
    background-image: none;
}
.btn:active, .bbcodes:active, .ui-button:active {
    background: #7e3af2;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.14); -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.14);
    border: none;
}
.btn > .icon { fill: #fff; }

/* ------------------------- */
/* QUOTE, SPOILER, CODE */
/* ------------------------- */
.scriptcode, .title_quote,
.title_spoiler, .text_spoiler {
    padding: 1rem .5rem;
    background: #24262D;
    border: solid 1px #2b2b2b; }

.title_spoiler > a {
    float: left;
    line-height: 1rem;
    margin-right: .5rem;
}
.title_quote { margin-top: 2px; font-weight: bold; }
.quote, blockquote {
    padding: 2px 20px;
    margin: 1.5em 0;
    border-left: 3px solid #95c00e;
    font-family: Georgia, serif; font-style: italic;
    font-size: 1.2em;
    color: #999;
}
.title_spoiler {
    font-weight: 600;
    font-size: .875rem;
}
.title_spoiler > a > img {
    height: 19px;
    width: 19px
}

.title_spoiler img { vertical-align: middle; margin: -1px 0 0 !important }
.scriptcode { color: #4c6d0f; text-align: left; font-family: "Courier New" }
.text_spoiler { border-top: 0; text-align: left; }

.hide { background-color: #f0f0f0; padding: 5px; color: #4c6d0f; margin: 0 0 1em 0 }
.hide a { text-decoration: underline; } .hide a:hover { text-decoration: none }

/* ------------------------- */
/* SCREEN */
/* ------------------------- */
.container {
    width: 100%
}
@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}
/*
@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}*/

/* ------------------------- */
/* ELEMENTS */
/* ------------------------- */
.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}
.form-input::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-input:-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-input::-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-input::placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
    border-color: #63b3ed
}
.form-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}
.form-textarea::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-textarea:-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-textarea::-ms-input-placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-textarea::placeholder {
    color: #9e9e9e;
    opacity: 1
}
.form-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
    border-color: #63b3ed
}
.form-multiselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}
.form-multiselect:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
    border-color: #63b3ed
}
.form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3E%3Cpath d='M15.3 9.3a1 1 0 011.4 1.4l-4 4a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem;
    padding: .5rem 2.5rem .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-position: right .5rem center;
    background-size: 1.5em 1.5em
}
.form-select::-ms-expand {
    color: #a0aec0;
    border: none
}
@media not print {
    .form-select::-ms-expand {
        display: none
    }
}
@media print and (-ms-high-contrast:active),
print and (-ms-high-contrast:none) {
    .form-select {
        padding-right: .75rem
    }
}
.form-select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
    border-color: #63b3ed
}
.form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1em;
    width: 1em;
    color: #4299e1;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem
}
.form-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}
@media not print {
    .form-checkbox::-ms-check {
        border-width: 1px;
        color: transparent;
        background: inherit;
        border-color: inherit;
        border-radius: inherit
    }
}
.form-checkbox:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
    border-color: #63b3ed
}
.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    border-radius: 100%;
    height: 1em;
    width: 1em;
    color: #4299e1;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px
}
.form-radio:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}
@media not print {
    .form-radio::-ms-check {
        border-width: 1px;
        color: transparent;
        background: inherit;
        border-color: inherit;
        border-radius: inherit
    }
}
.form-radio:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
    border-color: #63b3ed
}
.space-y-2>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem*var(--space-y-reverse))
}
.space-x-3>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem*var(--space-x-reverse));
    margin-left: calc(0.75rem*(1 - var(--space-x-reverse)))
}
.space-y-4>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem*var(--space-y-reverse))
}
.space-x-4>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem*var(--space-x-reverse));
    margin-left: calc(1rem*(1 - var(--space-x-reverse)))
}
.space-x-6>:not(template)~:not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--space-x-reverse)))
}
.divide-y>:not(template)~:not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px*var(--divide-y-reverse))
}
.divide-gray-700>:not(template)~:not(template) {
    --divide-opacity: 1;
    border-color: #24262d;
    border-color: rgba(36, 38, 45, var(--divide-opacity))
}
.bg-dc { background-color: rgba(114, 137, 214, 0.5); }
.bg-dc:hover { background-color: #7289D6; color: #f4f5f7;}
.bg-vk { background-color: rgba(42, 135, 240, 0.5); }
.bg-vk:hover { background-color: #2A87F0; }
.bg-tg { background-color: rgba(48, 163, 230, 0.5); }
.bg-tg:hover { background-color: #30A3E6; }

.bg-purple-800 {
    background-color: #431295;
}
.bg-purple-700 {
    background-color: #581fb8;
}
.bg-purple-600 {
    background-color: #6c2bd9;
}
.bg-brown-600 {
    background-color: #931f1f;
}
.bg-brown-800 {
    background-color: #630d0d;
}
.hover\:bg-brown-600:hover {
    background-color: #a52a2a;
}
.hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f4f5f7;
    background-color: rgba(244, 245, 247, var(--bg-opacity))
}
.hover\:bg-purple-700:hover {
    background-color: #7e3af2;
}
.active\:bg-transparent:active {
    background-color: transparent
}
.active\:bg-purple-600:active {
    background-color: #6c2bd9;
}
.bg-gray-50 {
    background-color: #cecece;
}
.bg-gray-300 {
    background-color: #434444;
}
.bg-gray-500 {
    background-color: #303136;
}
.bg-gray-700 {
    background-color: #24262d;
}
.bg-gray-800 {
    background-color: #1a1c23;
}
.bg-gray-900 {
    background-color: #121317;
}
.bg-red-600 {
    background-color: #e02424;
}
.bg-red-700 {
    background-color: #c81e1e;
}
.bg-orange-500 {
    background-color: #ff5a1f;
}
.bg-orange-550 {
    background-color: #a36110;
}
.bg-orange-600 {
    background-color: #d03801;
}
.bg-green-500 {
    background-color: #0e9f6e;
}
.bg-green-700 {
    background-color: #046c4e;
}
.bg-teal-500 {
    background-color: #0694a2;
}
.bg-blue-800 {
    background-color: #0a3784;
}
.bg-blue-600 {
    background-color: #2463d0;
}
.bg-blue-500 {
    background-color: #3f83f8;
}
.hover\:bg-gray-800:hover {
    background-color: #1a1c23;
}
.hover\:bg-gray-750:hover {
    background-color: #292c38;
}
.bg-opacity-50 {
    --bg-opacity: 0.5
}
.border-transparent {
    border-color: transparent
}
.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}
.border-gray-100 {
    --border-opacity: 1;
    border-color: #f4f5f7;
    border-color: rgba(244, 245, 247, var(--border-opacity))
}
.border-gray-300 {
    --border-opacity: 1;
    border-color: #d5d6d7;
    border-color: rgba(213, 214, 215, var(--border-opacity))
}
.border-red-600 {
    --border-opacity: 1;
    border-color: #e02424;
    border-color: rgba(224, 36, 36, var(--border-opacity))
}
.border-green-600 {
    --border-opacity: 1;
    border-color: #057a55;
    border-color: rgba(5, 122, 85, var(--border-opacity))
}
.border-purple-600 {
    --border-opacity: 1;
    border-color: #7e3af2;
    border-color: rgba(126, 58, 242, var(--border-opacity))
}
.focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #707275;
    border-color: rgba(112, 114, 117, var(--border-opacity))
}
.focus\:border-red-400:focus {
    --border-opacity: 1;
    border-color: #f98080;
    border-color: rgba(249, 128, 128, var(--border-opacity))
}
.focus\:border-green-400:focus {
    --border-opacity: 1;
    border-color: #31c48d;
    border-color: rgba(49, 196, 141, var(--border-opacity))
}
.focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #cabffd;
    border-color: rgba(202, 191, 253, var(--border-opacity))
}
.focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #ac94fa;
    border-color: rgba(172, 148, 250, var(--border-opacity))
}
.hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #707275;
    border-color: rgba(112, 114, 117, var(--border-opacity))
}
.border-gray-600 {
    border-color: #4c4f52;
}
.border-gray-700 {
    border-color: #24262d;
}
.border-gray-800 {
    border-color: #1a1c23;
}
.rounded-02 {
    border-radius: .2rem
}
.rounded {
    border-radius: .25rem
}
.rounded-md {
    border-radius: .375rem
}
.rounded-lg {
    border-radius: .5rem
}
.rounded-full {
    border-radius: 9999px
}
.rounded-r-md {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}
.rounded-l-md {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}
.rounded-t-lg {
    border-top-left-radius: .5rem
}
.rounded-r-lg,
.rounded-t-lg {
    border-top-right-radius: .5rem
}
.rounded-r-lg {
    border-bottom-right-radius: .5rem
}
.rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}
.rounded-tr-lg {
    border-top-right-radius: .5rem
}
.rounded-br-lg {
    border-bottom-right-radius: .5rem
}
.border-0 {
    border-width: 0
}
.border-2 {
    border-width: 2px
}
.border {
    border-width: 1px
}
.border-r-0 {
    border-right-width: 0
}
.border-t {
    border-top-width: 1px
}
.border-b {
    border-bottom-width: 1px
}
.cursor-not-allowed {
    cursor: not-allowed
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.table {
    display: table
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.block {
    display: block
}
.hidden {
    display: none
}
.flex-col {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap
}
.items-end {
    align-items: flex-end
}
.items-center {
    align-items: center
}
.justify-end {
    justify-content: flex-end
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.flex-1 {
    flex: 1 1 0%
}
.flex-shrink-0 {
    flex-shrink: 0
}
.font-medium {
    font-weight: 500
}
.font-semibold {
    font-weight: 600
}
.font-bold {
    font-weight: 700
}
.h-3 {
    height: .75rem
}
.h-4 {
    height: 1rem
}
.h-5 {
    height: 1.25rem
}
.h-6 {
    height: 1.5rem
}
.h-7 {
    height: 1.75rem
}
.h-8 {
    height: 2rem
}
.h-10 {
    height: 2.5rem
}
.h-12 {
    height: 3rem
}
.h-32 {
    height: 8rem
}
.h-full {
    height: 100%
}
.h-screen {
    height: 100vh
}.text-xssss {
     font-size: .5rem
 }
.text-xsss {
    font-size: .6rem
}
.text-xss {
    font-size: .7rem
}
.text-xs {
    font-size: .75rem
}
.text-sm {
    font-size: .875rem
}
.text-s {
    font-size: 1rem
}
.text-lg {
    font-size: 1.125rem
}
.text-xl {
    font-size: 1.25rem
}
.text-2xl {
    font-size: 1.5rem
}
.text-3xl {
    font-size: 1.75rem
}
.text-4xl {
    font-size: 2rem
}
.text-4xl-2-3 {
     font-size: 2.3rem
 }
.text-4xl-2-4 {
    font-size: 2.4rem
}
.text-5xl {
    font-size: 3rem
}
.text-6xl {
    font-size: 4rem
}
.leading-3 {
    line-height: .75rem
}
.leading-4 {
    line-height: 1rem
}
.leading-5 {
    line-height: 1.25rem
}
.leading-6 {
    line-height: 1.5rem
}
.leading-none {
    line-height: 1
}
.leading-tight {
    line-height: 1.25
}
.my-3 {
    margin-top: .3rem;
    margin-bottom: .3rem
}
.my-4 {
    margin-top: .5rem;
    margin-bottom: .5rem
}
.my-5 {
    margin-top: 1rem;
    margin-bottom: 1rem
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}
.mt-1 {
    margin-top: .25rem
}
.mr-02 {
    margin-right: .2rem
}
.mr-1 {
    margin-right: .25rem
}
.mt-2 {
    margin-top: .5rem
}
.mr-2 {
    margin-right: .5rem
}
.mb-1 {
    margin-bottom: .25rem
}
.mb-2 {
    margin-bottom: .5rem
}
.mb-3 {
    margin-bottom: .75rem
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-6 {
    margin-bottom: 1.5rem
}
.mb-8 {
    margin-bottom: 2rem
}
.mb-10 {
    margin-bottom: 2.5rem
}
.mb-12 {
    margin-bottom: 3rem
}
.ml-1 {
    margin-left: .25rem
}
.ml-2 {
    margin-left: .5rem
}
.mr-3 {
    margin-right: .75rem
}
.ml-3 {
    margin-left: .75rem
}
.mt-4 {
    margin-top: 1rem
}
.mr-4 {
    margin-right: 1rem
}
.ml-4 {
    margin-left: 1rem
}
.mr-5 {
    margin-right: 1.25rem
}
.mt-6 {
    margin-top: 1.5rem
}
.mr-6 {
    margin-right: 1.5rem
}
.ml-6 {
    margin-left: 1.5rem
}
.mt-8 {
    margin-top: 2rem
}
.mt-16 {
    margin-top: 4rem
}
.-mr-1 {
    margin-right: -.25rem
}
.-ml-1 {
    margin-left: -.25rem
}
.-mb-4 {
    margin-bottom: -1rem
}
.max-h-0 {
    max-height: 0
}
.max-h-xl {
    max-height: 36rem
}
.max-h-30 {
    max-height: 30rem
}
.max-h-25 {
    max-height: 25rem
}
.max-h-20 {
    max-height: 20rem
}
.max-h-15 {
    max-height: 15rem
}
.max-h-10 {
    max-height: 10rem
}
.max-w-2 {
    max-width: 2rem
}
.max-w-3 {
    max-width: 3rem
}
.max-w-5 {
    max-width: 5rem
}
.max-w-7 {
    max-width: 7rem
}
.max-w-8 {
    max-width: 8rem
}
.max-w-xl {
    max-width: 36rem
}
.max-w-2xl {
    max-width: 42rem
}
.max-w-4xl {
    max-width: 56rem
}
.min-h-screen {
    min-height: 100vh
}
.min-w-0 {
    min-width: 0
}
.min-w-5 {
    min-width: 5rem;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}
.opacity-0 {
    opacity: 0
}
.opacity-25 {
    opacity: .25
}
.opacity-50 {
    opacity: .5
}
.opacity-100 {
    opacity: 1
}
.focus\:outline-none:focus {
    outline: 0
}
.overflow-hidden {
    overflow: hidden
}
.overflow-x-auto {
    overflow-x: auto
}
.overflow-y-auto {
    overflow-y: auto
}
.p-1 {
    padding: .25rem
}
.p-2 {
    padding: .5rem
}
.p-3 {
    padding: .75rem
}
.p-4 {
    padding: 1rem
}
.p-6 {
    padding: 1.5rem
}
.py-02 {
    padding-top: .2rem;
    padding-bottom: .2rem
}
.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}
.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}
.px-1-5 {
    padding-left: .313rem;
    padding-right: .313rem
}
.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}
.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}
.pr-2 {
    padding-right: .5rem
}
.pl-2 {
    padding-left: .5rem
}
.pl-8 {
    padding-left: 2rem
}
.pr-10 {
    padding-right: 2.5rem
}
.pl-10 {
    padding-left: 2.5rem
}
.pb-2 {
    padding-bottom: .5rem
}
.pb-4 {
    padding-bottom: 1rem
}
.pb-8 {
    padding-bottom: 2rem
}
.pb-16 {
    padding-bottom: 4rem
}
.pr-20 {
    padding-right: 5rem
}
.pl-20 {
    padding-left: 5rem
}
.placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c4f52;
    color: rgba(76, 79, 82, var(--placeholder-opacity))
}
.placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c4f52;
    color: rgba(76, 79, 82, var(--placeholder-opacity))
}
.placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c4f52;
    color: rgba(76, 79, 82, var(--placeholder-opacity))
}
.placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #4c4f52;
    color: rgba(76, 79, 82, var(--placeholder-opacity))
}
.focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707275;
    color: rgba(112, 114, 117, var(--placeholder-opacity))
}
.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707275;
    color: rgba(112, 114, 117, var(--placeholder-opacity))
}
.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707275;
    color: rgba(112, 114, 117, var(--placeholder-opacity))
}
.focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707275;
    color: rgba(112, 114, 117, var(--placeholder-opacity))
}
.placeholder-gray-500::-moz-placeholder {
    color: #707275;
}
.placeholder-gray-500:-ms-input-placeholder {
    color: #707275;
}
.placeholder-gray-500::-ms-input-placeholder {
    color: #707275;
}
.placeholder-gray-500::placeholder {
    color: #707275;
}
.focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #4c4f52;
}
.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #4c4f52;
}
.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #4c4f52;
}
.focus\:placeholder-gray-600:focus::placeholder {
    color: #4c4f52;
}
.pointer-events-none {
    pointer-events: none
}
.fixed {
    position: fixed
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.inset-0 {
    right: 0;
    left: 0
}
.inset-0,
.inset-y-0 {
    top: 0;
    bottom: 0
}
.top-0 {
    top: 0
}
.right-0 {
    right: 0
}
.left-0 {
    left: 0
}
.-left-2 {
    left: -.5rem;
}
.shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .8)
}
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .5)
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .5)
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .5)
}
.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .5)
}
.fill-current {
    fill: currentColor
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.focus-within\:text-purple-500:focus-within {
    --text-opacity: 1;
    color: #9061f9;
    color: rgba(144, 97, 249, var(--text-opacity))
}
.focus-within\:text-purple-600:focus-within {
    --text-opacity: 1;
    color: #7e3af2;
    color: rgba(126, 58, 242, var(--text-opacity))
}
.hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #24262d;
    color: rgba(36, 38, 45, var(--text-opacity))
}
.active\:text-gray-500:active {
    --text-opacity: 1;
    color: #707275;
    color: rgba(112, 114, 117, var(--text-opacity))
}
.text-white {
    color: #fff;
}
.text-gray-100 {
    color: #f4f5f7;
}
.text-gray-200 {
    color: #e5e7eb;
}
.text-gray-201 {
    color: #626365;
}
.text-gray-300 {
    color: #d5d6d7;
}
.text-gray-400 {
    color: #9e9e9e;
}
.text-gray-700 {
    color: #3d3d3d;
}
.text-gray-800 {
    color: #343434;
}
.text-gray-900 {
    color: #2b2b2b;
}
.text-gray-950 {
    color: #24262d;
}
.text-red-100 {
    color: #fde8e8;
}
.text-red-400 {
    color: #f98080;
}
.text-orange-50 {
    color: #ffa48d;
}
.text-orange-100 {
    color: #ffab90;
}
.text-orange-200:hover {
    color: #ffab90;
}
.text-orange-200 {
    color: #ff8963;
}
.text-orange-300:hover {
    color: #ff6d40;
}
.text-orange-300 {
    color: #ff4800;
}
.text-yellow-100 {
    color: #ffffa4;
}
.text-yellow-200 {
    color: #ffff59;
}
.text-yellow-300 {
    color: #FFFF00;
}
.text-green-100 {
    color: #def7ec;
}
.text-green-200 {
    color: #8de5c4;
}
.text-green-300 {
    color: #52dca9;
}
.text-green-400 {
    color: #31c48d;
}
.text-green-600 {
    color: #167954;
}
.text-teal-100 {
    color: #d5f5f6;
}
.text-blue-100 {
    color: #e1effe;
}
.text-blue-125 {
    color: #9bbdff;
}
.text-blue-150 {
    color: #5e9aff;
}
.text-purple-300 {
    color: #cabffd;
}
.text-purple-400 {
    color: #ac94fa;
}
.focus-within\:text-purple-400:focus-within {
    color: #ac94fa;
}
.hover\:text-gray-200:hover {
    color: #e5e7eb;
}
.uppercase {
    text-transform: uppercase
}
.hover\:underline:hover,
.underline {
    text-decoration: underline
}
.tracking-wide {
    letter-spacing: .025em
}
.align-middle {
    vertical-align: middle
}
.whitespace-no-wrap {
    white-space: nowrap
}
.w-1 {
    width: .25rem
}
.w-3 {
    width: .75rem
}
.w-4 {
    width: 1rem
}
.w-5 {
    width: 1.25rem
}
.w-6 {
    width: 1.5rem
}
.w-7 {
    width: 1.75rem
}
.w-8 {
    width: 2rem
}
.w-10 {
    width: 2.5rem
}
.w-12 {
    width: 3rem
}
.w-56 {
    width: 14rem
}
.w-64 {
    width: 16rem
}
.w-80 {
    width: 20rem
}
.w-50p {
    width: 50%
}
.w-full {
    width: 100%
}
.z-10 {
    z-index: 10
}
.z-20 {
    z-index: 20
}
.z-30 {
    z-index: 30
}
.gap-2 {
    grid-gap: .5rem;
    gap: .5rem
}
.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}
.gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem
}
.gap-8 {
    grid-gap: 2rem;
    gap: 2rem
}
.gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem
}
.gap-12 {
    grid-gap: 3rem;
    gap: 3rem
}
.col-span-2 {
    grid-column: span 2/span 2
}
.col-span-3 {
    grid-column: span 3/span 3
}
.col-span-4 {
    grid-column: span 4/span 4
}
.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}
.translate-x-1 {
    --transform-translate-x: 0.25rem
}
.-translate-x-20 {
    --transform-translate-x: -5rem
}
.-translate-y-1 {
    --transform-translate-y: -0.25rem
}
.translate-y-1\/2 {
    --transform-translate-y: 50%
}
.transition-all {
    transition-property: all
}
.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}
.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
}
.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.duration-150 {
    transition-duration: .15s
}
.duration-300 {
    transition-duration: .3s
}
.focus\:shadow-outline-gray:focus {
    box-shadow: 0 0 0 3px rgba(213, 214, 215, .45)
}
.focus\:shadow-outline-red:focus {
    box-shadow: 0 0 0 3px rgba(248, 180, 180, .45)
}
.focus\:shadow-outline-green:focus {
    box-shadow: 0 0 0 3px rgba(132, 225, 188, .45)
}
.focus\:shadow-outline-purple:focus {
    box-shadow: 0 0 0 3px rgba(202, 191, 253, .45)
}
.focus\:shadow-outline-gray:focus {
    box-shadow: 0 0 0 3px rgba(213, 214, 215, .45)
}
@media (min-width:640px) {
    .sm\:space-y-0>:not(template)~:not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--space-y-reverse)));
        margin-bottom: calc(0px*var(--space-y-reverse))
    }
    .sm\:space-x-6>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1.5rem*var(--space-x-reverse));
        margin-left: calc(1.5rem*(1 - var(--space-x-reverse)))
    }
    .sm\:rounded-lg {
        border-radius: .5rem
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:items-center {
        align-items: center
    }
    .sm\:justify-end {
        justify-content: flex-end
    }
    .sm\:justify-center {
        justify-content: center
    }
    .sm\:m-4 {
        margin: 1rem
    }
    .sm\:mt-auto {
        margin-top: auto
    }
    .sm\:max-w-xl {
        max-width: 36rem
    }
    .sm\:p-12 {
        padding: 3rem
    }
    .sm\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .sm\:w-auto {
        width: auto
    }
    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}
@media (min-width:768px) {
    .md\:space-x-4>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(1rem*var(--space-x-reverse));
        margin-left: calc(1rem*(1 - var(--space-x-reverse)))
    }
    .md\:block {
        display: block
    }
    .md\:hidden {
        display: none
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:items-end {
        align-items: flex-end
    }
    .md\:h-auto {
        height: auto
    }
    .md\:w-1\/2 {
        width: 50%
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}
@media (min-width:1024px) {
    .lg\:mr-32 {
        margin-right: 8rem
    }
}
@media (min-width:1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

.__ym_wv_ign {
    display: none;
}