:root {
    --bg: #050505;
    --white-100: #111111;
    --white-200: #151515;
    --white-300: #222222;
    --white-400: #444;
    --white-500: #555;
    --white-600: #666;
    --white-700: #aaa;
    --white-800: #ccc;
    --white-900: #eee;
    --white-1000: #f2f2f2;

    --bg-tran: rgba(6, 6, 6, 0.95);
    --tran-dark-900: rgba(200, 200, 200, 0.15);
    --surface: #0f0f10;
    --surface-2: #171719;

    --border: #2a2a2d;
    --border: #2a2a2d;
    --text: #f5f5f5;
    --muted: #a1a1aa;

    --white: #ffffff;
    --black: #000000;
    --gray: #2f3033;
    --blue: rgb(0, 136, 255);
    --red: rgb(244, 67, 54);
    --yellow: rgb(255 235 59);
    --purple: rgb(101 103 241);
    --pink: rgb(244 47 114);
    --green: rgb(139, 195, 74);
    --green-pale: rgba(0, 220, 173);
    --cyan: rgb(64, 224, 208);
    --orange: rgb(255, 141, 24);

    --blue-light: rgba(0, 136, 255, 0.1);
    --red-light: rgba(244, 67, 54, 0.1);
    --yellow-light: rgba(255, 235, 59, 0.1);
    --purple-light: rgba(101, 103, 241, 0.1);
    --pink-light: rgba(244, 47, 114, 0.1);
    --green-light: rgba(139, 195, 74, 0.1);
    --green-pale-light: rgba(0, 220, 173, 0.1);
    --cyan-light: rgba(64, 224, 208, 0.1);
    --orange-light: rgba(255, 141, 24, 0.1);

    --radius: 5px;
    --radius-100: 10px;
    --radius-200: 20px;
    --radius-300: 100px;
    --radius-btn: 999px;

    --s-0: 0px;
    --s-2: 2px;
    --s-4: 4px;
    --s-8: 8px;
    --s-10: 10px;
    --s-15: 15px;
    --s-20: 20px;
    --font-main: YekanBakh , Tahoma, sans-serif;
}


*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.bg-transparent {
    background:transparent;
}
textarea , input {
    color:var(--white-200);
}
.border-0 {
    border: 0 !important;
    outline:0 !important;
}
.main-prompt-video-gen {
    min-height:60px;
    color: var(--white);
    font-weight:400;
    resize: none;
}
.main-prompt-video-gen::placeholder {
    color: #999;
    opacity: 1;
}
::placeholder {
    color: white;
}
progress {
    width: 100%;
    height: 3px;
    margin:0px 10px;
    border: none;
    border-radius: 999px;
    overflow: hidden;
    background:transparent;
}

progress::-webkit-progress-bar {
    background:transparent;
    border-radius: 999px;
}

progress::-webkit-progress-value {
    background: #2196F3;
    border-radius: 999px;
}

progress::-moz-progress-bar {
    background: #2196F3;
    border-radius: 999px;
}

.w-100 {
    width:100%;
    /* background: currentColor; */
}
@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/YekanBakhFaNum-Regular.woff) format("woff"), url(fonts/YekanBakhFaNum-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/YekanBakhFaNum-SemiBold.woff) format("woff"), url(fonts/YekanBakhFaNum-SemiBold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/YekanBakhFaNum-Bold.woff) format("woff"), url(fonts/YekanBakhFaNum-Bold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 800;
    src: url(fonts/YekanBakhFaNum-ExtraBold.woff) format("woff"), url(fonts/YekanBakhFaNum-ExtraBold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/YekanBakhFaNum-Black.woff) format("woff"), url(fonts/YekanBakhFaNum-Black.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 950;
    src: url(fonts/YekanBakhFaNum-ExtraBlack.woff) format("woff"), url(fonts/YekanBakhFaNum-ExtraBlack.woff2) format("woff2");
    font-display: swap
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

.icon-10 {
    width: 10px;
    height: 10px;
}
.icon-btn {
    width: 18px;
    height: 18px;
}
.icon-default {
    width: 18px;
    height: 18px;
}

.icon-48 {
    width: 48px;
    height: 48px;
}

.icon-36 {
    width: 36px;
    height: 36px;
}
.icon-24 {
    width: 24px;
    height: 24px;
}
.icon-16 {
    width: 16px;
    height: 16px;
}

body {
    margin: 0;
    font-family: var(--font-main);
    font-size: 0.825rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--white-1000);
    text-align: right;
    background: var(--bg);
    direction: rtl;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0
}

p {
    margin-bottom: .625em
}

abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address, dl, hr, ol, ul {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bold
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

.svg {
    margin: 0;
    padding: 0;
}

sup {
    top: -.5em
}

a {
    color: var(--white-1000);
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--white);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: monospace
}

.monospace {
    font-family: monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    display: block;
    font-size: 87.5%;
    color: #212529
}

img, svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 15px 15px;
    padding-bottom: 15px 15px;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border:none !important;
    background:transparent !important;
}

button:focus {
    outline: 0px !important;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    /* color: white; */
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.5
}

.h1, h1 {
    font-size: 1.3rem
}

.h2, h2 {
    font-size: 1.225rem
}

.h3, h3 {
    font-size: 1.2rem;
}

.h4, h4 {
    font-size: 1.15rem
}

.h5, h5 {
    font-size: 1.1rem
}

.h6, h6 {
    font-size: 1rem
}

.display-1 {
    font-size: 2.2rem;
    line-height: 1.2
}

.display-2 {
    font-size: 2rem;
    line-height: 1.2
}

.display-3 {
    font-size: 1.8rem
}

.display-4 {
    font-size: 1.5rem
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd {
    font-size: 87.5%
}

code {
    word-wrap: break-word;
    color: #e83e8c
}

a > code, pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .1875rem;
    -webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


/* Padding */
.shadow-twin {
    box-shadow: var(--tran-dark-900) 1px 1px inset, var(--tran-dark-900) -1px -1px inset;
}

.shadow {
    box-shadow: 0px 2px 10px var(--black);
}

.shadow-100 {
    box-shadow: 0px 5px 20px var(--black);
}

.shadow-200 {
    box-shadow: 0px 10px 30px -5px var(--black);
}
.inline-block{
    display:inline-block
}
.text-white {
    color: white;
}
.text-blue {
    color:var(--blue)
}
.text-red {
    color:var(--red)
}
.text-black {
    color:var(--black)
}
.row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.col-1 { grid-column: span 1; }
.col-2 { grid-column: span 2; }
.col-3 { grid-column: span 3; }
.col-4 { grid-column: span 4; }
.col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; }
.col-auto {
    grid-column: auto;
    width: fit-content;
}

@media (min-width: 640px) {
    .sm\:col-1 { grid-column: span 1; }
    .sm\:col-2 { grid-column: span 2; }
    .sm\:col-3 { grid-column: span 3; }
    .sm\:col-4 { grid-column: span 4; }
    .sm\:col-5 { grid-column: span 5; }
    .sm\:col-6 { grid-column: span 6; }
    .sm\:col-auto {
        grid-column: auto;
        width: fit-content;
    }
}

@media (min-width: 768px) {
    .md\:col-1 { grid-column: span 1; }
    .md\:col-2 { grid-column: span 2; }
    .md\:col-3 { grid-column: span 3; }
    .md\:col-4 { grid-column: span 4; }
    .md\:col-5 { grid-column: span 5; }
    .md\:col-6 { grid-column: span 6; }

    .md\:col-auto {
        grid-column: auto;
        width: fit-content;
    }
}

@media (min-width: 1024px) {
    .lg\:col-1 { grid-column: span 1; }
    .lg\:col-2 { grid-column: span 2; }
    .lg\:col-3 { grid-column: span 3; }
    .lg\:col-4 { grid-column: span 4; }
    .lg\:col-5 { grid-column: span 5; }
    .lg\:col-6 { grid-column: span 6; }
    .lg\:col-auto {
        grid-column: auto;
        width: fit-content;
    }
    .orvg-chat-user {
        /* margin-left:30px; */
        /* flex: 0 30%; */
    }
    .orvg-chat-assistant {
        margin-right:30px;
    }
}

.p-0 {
    padding: var(--s-0);
}

.p-2 {
    padding: var(--s-2);
}

.p-4 {
    padding: var(--s-4);
}

.p-8 {
    padding: var(--s-8);
}
.p-12 {
    padding: 12px;
}
.p-10 {
    padding: var(--s-10);
}

.p-15 {
    padding: var(--s-15);
}

.p-20 {
    padding: var(--s-20);
}

.px-0 {
    padding-left: var(--s-0);
    padding-right: var(--s-0);
}

.px-2 {
    padding-left: var(--s-2);
    padding-right: var(--s-2);
}

.px-4 {
    padding-left: var(--s-4);
    padding-right: var(--s-4);
}

.px-8 {
    padding-left: var(--s-8);
    padding-right: var(--s-8);
}

.px-10 {
    padding-left: var(--s-10);
    padding-right: var(--s-10);
}

.px-15 {
    padding-left: var(--s-15);
    padding-right: var(--s-15);
}

.px-20 {
    padding-left: var(--s-20);
    padding-right: var(--s-20);
}

.py-0 {
    padding-top: var(--s-0);
    padding-bottom: var(--s-0);
}

.py-2 {
    padding-top: var(--s-2);
    padding-bottom: var(--s-2);
}

.py-4 {
    padding-top: var(--s-4);
    padding-bottom: var(--s-4);
}

.py-8 {
    padding-top: var(--s-8);
    padding-bottom: var(--s-8);
}

.py-10 {
    padding-top: var(--s-10);
    padding-bottom: var(--s-10);
}

.py-15 {
    padding-top: var(--s-15);
    padding-bottom: var(--s-15);
}

.py-20 {
    padding-top: var(--s-20);
    padding-bottom: var(--s-20);
}

.pt-0 {
    padding-top: var(--s-0);
}

.pt-2 {
    padding-top: var(--s-2);
}

.pt-4 {
    padding-top: var(--s-4);
}

.pt-8 {
    padding-top: var(--s-8);
}

.pt-10 {
    padding-top: var(--s-10);
}

.pt-15 {
    padding-top: var(--s-15);
}

.pt-20 {
    padding-top: var(--s-20);
}

.pb-0 {
    padding-bottom: var(--s-0);
}

.pb-2 {
    padding-bottom: var(--s-2);
}

.pb-4 {
    padding-bottom: var(--s-4);
}

.pb-8 {
    padding-bottom: var(--s-8);
}

.pb-10 {
    padding-bottom: var(--s-10);
}

.pb-15 {
    padding-bottom: var(--s-15);
}

.pb-20 {
    padding-bottom: var(--s-20);
}

.pl-0 {
    padding-left: var(--s-0);
}

.pl-2 {
    padding-left: var(--s-2);
}

.pl-4 {
    padding-left: var(--s-4);
}

.pl-8 {
    padding-left: var(--s-8);
}

.pl-10 {
    padding-left: var(--s-10);
}

.pl-15 {
    padding-left: var(--s-15);
}

.pl-20 {
    padding-left: var(--s-20);
}

.pr-0 {
    padding-right: var(--s-0);
}

.pr-2 {
    padding-right: var(--s-2);
}

.pr-4 {
    padding-right: var(--s-4);
}

.pr-8 {
    padding-right: var(--s-8);
}

.pr-10 {
    padding-right: var(--s-10);
}

.pr-15 {
    padding-right: var(--s-15);
}

.pr-20 {
    padding-right: var(--s-20);
}

/* Margin */
.m-0 {
    margin: var(--s-0);
}

.m-2 {
    margin: var(--s-2);
}

.m-4 {
    margin: var(--s-4);
}

.m-8 {
    margin: var(--s-8);
}

.m-10 {
    margin: var(--s-10);
}

.m-15 {
    margin: var(--s-15);
}

.m-20 {
    margin: var(--s-20);
}

.mx-0 {
    margin-left: var(--s-0);
    margin-right: var(--s-0);
}

.mx-2 {
    margin-left: var(--s-2);
    margin-right: var(--s-2);
}

.mx-4 {
    margin-left: var(--s-4);
    margin-right: var(--s-4);
}

.mx-8 {
    margin-left: var(--s-8);
    margin-right: var(--s-8);
}

.mx-10 {
    margin-left: var(--s-10);
    margin-right: var(--s-10);
}

.mx-15 {
    margin-left: var(--s-15);
    margin-right: var(--s-15);
}

.mx-20 {
    margin-left: var(--s-20);
    margin-right: var(--s-20);
}

.my-0 {
    margin-top: var(--s-0);
    margin-bottom: var(--s-0);
}

.my-2 {
    margin-top: var(--s-2);
    margin-bottom: var(--s-2);
}

.my-4 {
    margin-top: var(--s-4);
    margin-bottom: var(--s-4);
}

.my-8 {
    margin-top: var(--s-8);
    margin-bottom: var(--s-8);
}

.my-10 {
    margin-top: var(--s-10);
    margin-bottom: var(--s-10);
}

.my-15 {
    margin-top: var(--s-15);
    margin-bottom: var(--s-15);
}

.my-20 {
    margin-top: var(--s-20);
    margin-bottom: var(--s-20);
}

.mt-auto {
    margin-top: auto;
}

.my-auto {
    margin: auto;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.mt-0 {
    margin-top: var(--s-0);
}

.mt-2 {
    margin-top: var(--s-2);
}

.mt-4 {
    margin-top: var(--s-4);
}

.mt-8 {
    margin-top: var(--s-8);
}

.mt-10 {
    margin-top: var(--s-10);
}

.mt-15 {
    margin-top: var(--s-15);
}

.mt-20 {
    margin-top: var(--s-20);
}

.mb-0 {
    margin-bottom: var(--s-0);
}

.mb-2 {
    margin-bottom: var(--s-2);
}

.mb-4 {
    margin-bottom: var(--s-4);
}

.mb-8 {
    margin-bottom: var(--s-8);
}

.mb-10 {
    margin-bottom: var(--s-10);
}

.mb-15 {
    margin-bottom: var(--s-15);
}

.mb-20 {
    margin-bottom: var(--s-20);
}

.ml-0 {
    margin-left: var(--s-0);
}

.ml-2 {
    margin-left: var(--s-2);
}

.ml-4 {
    margin-left: var(--s-4);
}

.ml-8 {
    margin-left: var(--s-8);
}

.ml-10 {
    margin-left: var(--s-10);
}

.ml-15 {
    margin-left: var(--s-15);
}

.ml-20 {
    margin-left: var(--s-20);
}

.mr-0 {
    margin-right: var(--s-0);
}

.mr-2 {
    margin-right: var(--s-2);
}

.mr-4 {
    margin-right: var(--s-4);
}

.mr-8 {
    margin-right: var(--s-8);
}

.mr-10 {
    margin-right: var(--s-10);
}

.mr-15 {
    margin-right: var(--s-15);
}

.mr-20 {
    margin-right: var(--s-20);
}

/* =========================
   TABLET - 768px+
========================= */
@media (min-width: 768px) {
    .md-p-0 {
        padding: var(--s-0);
    }

    .md-p-2 {
        padding: var(--s-2);
    }

    .md-p-4 {
        padding: var(--s-4);
    }

    .md-p-8 {
        padding: var(--s-8);
    }

    .md-p-10 {
        padding: var(--s-10);
    }

    .md-p-15 {
        padding: var(--s-15);
    }

    .md-p-20 {
        padding: var(--s-20);
    }

    .md-px-0 {
        padding-left: var(--s-0);
        padding-right: var(--s-0);
    }

    .md-px-2 {
        padding-left: var(--s-2);
        padding-right: var(--s-2);
    }

    .md-px-4 {
        padding-left: var(--s-4);
        padding-right: var(--s-4);
    }

    .md-px-8 {
        padding-left: var(--s-8);
        padding-right: var(--s-8);
    }

    .md-px-10 {
        padding-left: var(--s-10);
        padding-right: var(--s-10);
    }

    .md-px-15 {
        padding-left: var(--s-15);
        padding-right: var(--s-15);
    }

    .md-px-20 {
        padding-left: var(--s-20);
        padding-right: var(--s-20);
    }

    .md-py-0 {
        padding-top: var(--s-0);
        padding-bottom: var(--s-0);
    }

    .md-py-2 {
        padding-top: var(--s-2);
        padding-bottom: var(--s-2);
    }

    .md-py-4 {
        padding-top: var(--s-4);
        padding-bottom: var(--s-4);
    }

    .md-py-8 {
        padding-top: var(--s-8);
        padding-bottom: var(--s-8);
    }

    .md-py-10 {
        padding-top: var(--s-10);
        padding-bottom: var(--s-10);
    }

    .md-py-15 {
        padding-top: var(--s-15);
        padding-bottom: var(--s-15);
    }

    .md-py-20 {
        padding-top: var(--s-20);
        padding-bottom: var(--s-20);
    }

    .md-m-0 {
        margin: var(--s-0);
    }

    .md-m-2 {
        margin: var(--s-2);
    }

    .md-m-4 {
        margin: var(--s-4);
    }

    .md-m-8 {
        margin: var(--s-8);
    }

    .md-m-10 {
        margin: var(--s-10);
    }

    .md-m-15 {
        margin: var(--s-15);
    }

    .md-m-20 {
        margin: var(--s-20);
    }

    .md-mx-0 {
        margin-left: var(--s-0);
        margin-right: var(--s-0);
    }

    .md-mx-2 {
        margin-left: var(--s-2);
        margin-right: var(--s-2);
    }

    .md-mx-4 {
        margin-left: var(--s-4);
        margin-right: var(--s-4);
    }

    .md-mx-8 {
        margin-left: var(--s-8);
        margin-right: var(--s-8);
    }

    .md-mx-10 {
        margin-left: var(--s-10);
        margin-right: var(--s-10);
    }

    .md-mx-15 {
        margin-left: var(--s-15);
        margin-right: var(--s-15);
    }

    .md-mx-20 {
        margin-left: var(--s-20);
        margin-right: var(--s-20);
    }

    .md-my-0 {
        margin-top: var(--s-0);
        margin-bottom: var(--s-0);
    }

    .md-my-2 {
        margin-top: var(--s-2);
        margin-bottom: var(--s-2);
    }

    .md-my-4 {
        margin-top: var(--s-4);
        margin-bottom: var(--s-4);
    }

    .md-my-8 {
        margin-top: var(--s-8);
        margin-bottom: var(--s-8);
    }

    .md-my-10 {
        margin-top: var(--s-10);
        margin-bottom: var(--s-10);
    }

    .md-my-15 {
        margin-top: var(--s-15);
        margin-bottom: var(--s-15);
    }

    .md-my-20 {
        margin-top: var(--s-20);
        margin-bottom: var(--s-20);
    }
}

/* =========================
   DESKTOP - 1024px+
========================= */
@media (min-width: 1024px) {
    .lg-p-0 {
        padding: var(--s-0);
    }

    .lg-p-2 {
        padding: var(--s-2);
    }

    .lg-p-4 {
        padding: var(--s-4);
    }

    .lg-p-8 {
        padding: var(--s-8);
    }

    .lg-p-10 {
        padding: var(--s-10);
    }

    .lg-p-15 {
        padding: var(--s-15);
    }

    .lg-p-20 {
        padding: var(--s-20);
    }
    .lg-pl-20 {
        padding-left: var(--s-20);
    }
    .lg-px-0 {
        padding-left: var(--s-0);
        padding-right: var(--s-0);
    }

    .lg-px-2 {
        padding-left: var(--s-2);
        padding-right: var(--s-2);
    }

    .lg-px-4 {
        padding-left: var(--s-4);
        padding-right: var(--s-4);
    }

    .lg-px-8 {
        padding-left: var(--s-8);
        padding-right: var(--s-8);
    }

    .lg-px-10 {
        padding-left: var(--s-10);
        padding-right: var(--s-10);
    }

    .lg-px-15 {
        padding-left: var(--s-15);
        padding-right: var(--s-15);
    }

    .lg-px-20 {
        padding-left: var(--s-20);
        padding-right: var(--s-20);
    }

    .lg-py-0 {
        padding-top: var(--s-0);
        padding-bottom: var(--s-0);
    }

    .lg-py-2 {
        padding-top: var(--s-2);
        padding-bottom: var(--s-2);
    }

    .lg-py-4 {
        padding-top: var(--s-4);
        padding-bottom: var(--s-4);
    }

    .lg-py-8 {
        padding-top: var(--s-8);
        padding-bottom: var(--s-8);
    }

    .lg-py-10 {
        padding-top: var(--s-10);
        padding-bottom: var(--s-10);
    }

    .lg-py-15 {
        padding-top: var(--s-15);
        padding-bottom: var(--s-15);
    }

    .lg-py-20 {
        padding-top: var(--s-20);
        padding-bottom: var(--s-20);
    }

    .lg-m-0 {
        margin: var(--s-0);
    }

    .lg-m-2 {
        margin: var(--s-2);
    }

    .lg-m-4 {
        margin: var(--s-4);
    }

    .lg-m-8 {
        margin: var(--s-8);
    }

    .lg-m-10 {
        margin: var(--s-10);
    }

    .lg-m-15 {
        margin: var(--s-15);
    }

    .lg-m-20 {
        margin: var(--s-20);
    }

    .lg-mx-0 {
        margin-left: var(--s-0);
        margin-right: var(--s-0);
    }

    .lg-mx-2 {
        margin-left: var(--s-2);
        margin-right: var(--s-2);
    }

    .lg-mx-4 {
        margin-left: var(--s-4);
        margin-right: var(--s-4);
    }

    .lg-mx-8 {
        margin-left: var(--s-8);
        margin-right: var(--s-8);
    }

    .lg-mx-10 {
        margin-left: var(--s-10);
        margin-right: var(--s-10);
    }

    .lg-mx-15 {
        margin-left: var(--s-15);
        margin-right: var(--s-15);
    }

    .lg-mx-20 {
        margin-left: var(--s-20);
        margin-right: var(--s-20);
    }

    .lg-my-0 {
        margin-top: var(--s-0);
        margin-bottom: var(--s-0);
    }

    .lg-my-2 {
        margin-top: var(--s-2);
        margin-bottom: var(--s-2);
    }

    .lg-my-4 {
        margin-top: var(--s-4);
        margin-bottom: var(--s-4);
    }

    .lg-my-8 {
        margin-top: var(--s-8);
        margin-bottom: var(--s-8);
    }

    .lg-my-10 {
        margin-top: var(--s-10);
        margin-bottom: var(--s-10);
    }

    .lg-my-15 {
        margin-top: var(--s-15);
        margin-bottom: var(--s-15);
    }

    .lg-my-20 {
        margin-top: var(--s-20);
        margin-bottom: var(--s-20);
    }
}

@media (max-width: 760px) {
    .container, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1130px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1130px
    }
}

/* =========================
   BREAKPOINTS
   sm: 640px
   md: 768px
   lg: 1024px
========================= */


/* =========================
   12 COLUMN GRID
========================= */

.hidden {
    display: none
}

.flex {
    display: flex;
}

.block {
    display: block;
}

/* sm */
@media (min-width: 640px) {
    .sm\:hidden {
        display: none;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:block {
        display: block;
    }
}

/* md */
@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }

    .md\:flex {
        display: flex;
    }

    .md\:block {
        display: block;
    }
}

/* lg */
@media (min-width: 1024px) {
    .lg\:hidden {
        display: none !important;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:block {
        display: block;
    }
}

.grid {
    display: grid;
}
.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-12-gap-8 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
}

.grid-12-gap-16 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}

.gap-8px {
    gap: 8px;
}


.gap-12px {
    gap: 12px;
}

.gap-16px {
    gap: 16px;
}

.gap-10px {
    gap: 10px;
}
.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10,minmax(0,1fr))
}

.grid-cols-11 {
    grid-template-columns: repeat(11,minmax(0,1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.grid-cols-7 {
    grid-template-columns: repeat(7,minmax(0,1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8,minmax(0,1fr))
}

.grid-cols-9 {
    grid-template-columns: repeat(9,minmax(0,1fr))
}

.grid-rows-1 {
    grid-template-rows: repeat(1,minmax(0,1fr))
}

.grid-rows-10 {
    grid-template-rows: repeat(10,minmax(0,1fr))
}

.grid-rows-11 {
    grid-template-rows: repeat(11,minmax(0,1fr))
}

.grid-rows-12 {
    grid-template-rows: repeat(12,minmax(0,1fr))
}

.grid-rows-2 {
    grid-template-rows: repeat(2,minmax(0,1fr))
}

.grid-rows-3 {
    grid-template-rows: repeat(3,minmax(0,1fr))
}

.grid-rows-4 {
    grid-template-rows: repeat(4,minmax(0,1fr))
}

.grid-rows-5 {
    grid-template-rows: repeat(5,minmax(0,1fr))
}

.grid-rows-6 {
    grid-template-rows: repeat(6,minmax(0,1fr))
}

.grid-rows-8 {
    grid-template-rows: repeat(8,minmax(0,1fr))
}

.grid-rows-9 {
    grid-template-rows: repeat(9,minmax(0,1fr))
}


.full-w {
    width:100vw
}
.full-h {
    height:100vh
}
/* =========================
   FLEX BASE
========================= */
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fx {
    display: flex;
}

.ifx {
    display: inline-flex;
}

.fx-row {
    flex-direction: row;
}

.fx-row-reverse {
    flex-direction: row-reverse;
}

.fx-col {
    flex-direction: column;
}

.fx-col-reverse {
    flex-direction: column-reverse;
}

.fx-wrap {
    flex-wrap: wrap;
}

.fx-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.fx-nowrap {
    flex-wrap: nowrap;
}

.fx-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* justify-content */

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}


/* align-items */

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}


/* align-content */

.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-center {
    align-content: center;
}

.content-between {
    align-content: space-between;
}

.content-around {
    align-content: space-around;
}

.content-evenly {
    align-content: space-evenly;
}

.content-stretch {
    align-content: stretch;
}


/* align-self */

.self-auto {
    align-self: auto;
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.self-stretch {
    align-self: stretch;
}

.self-baseline {
    align-self: baseline;
}


/* flex value */

.fx-1 {
    flex: 1 1 0%;
}

.fx-auto {
    flex: 1 1 auto;
}

.fx-initial {
    flex: 0 1 auto;
}

.fx-none {
    flex: none;
}


/* grow / shrink */

.grow {
    flex-grow: 1;
}

.grow-0 {
    flex-grow: 0;
}

.shrink {
    flex-shrink: 1;
}

.shrink-0 {
    flex-shrink: 0;
}


/* basis */

.basis-0 {
    flex-basis: 0;
}

.basis-auto {
    flex-basis: auto;
}

.basis-full {
    flex-basis: 100%;
}

.basis-1-12 {
    flex-basis: 8.333333%;
}

.basis-2-12 {
    flex-basis: 16.666667%;
}

.basis-3-12 {
    flex-basis: 25%;
}

.basis-4-12 {
    flex-basis: 33.333333%;
}

.basis-5-12 {
    flex-basis: 41.666667%;
}

.basis-6-12 {
    flex-basis: 50%;
}

.basis-7-12 {
    flex-basis: 58.333333%;
}

.basis-8-12 {
    flex-basis: 66.666667%;
}

.basis-9-12 {
    flex-basis: 75%;
}

.basis-10-12 {
    flex-basis: 83.333333%;
}

.basis-11-12 {
    flex-basis: 91.666667%;
}

.basis-12-12 {
    flex-basis: 100%;
}

.content {
    /* overflow-x:hidden; */
}
/* =========================
   SM: 640px+
========================= */

@media (min-width: 640px) {
    .sm\:grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)); }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .sm\:grid-cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .sm\:grid-cols-5 { grid-template-columns: repeat(5,minmax(0,1fr)); }
    .sm\:grid-cols-6 { grid-template-columns: repeat(6,minmax(0,1fr)); }
    .sm\:grid-cols-7 { grid-template-columns: repeat(7,minmax(0,1fr)); }
    .sm\:grid-cols-8 { grid-template-columns: repeat(8,minmax(0,1fr)); }
    .sm\:grid-cols-9 { grid-template-columns: repeat(9,minmax(0,1fr)); }
    .sm\:grid-cols-10 { grid-template-columns: repeat(10,minmax(0,1fr)); }
    .sm\:grid-cols-11 { grid-template-columns: repeat(11,minmax(0,1fr)); }
    .sm\:grid-cols-12 { grid-template-columns: repeat(12,minmax(0,1fr)); }

    .sm\:grid-rows-1 { grid-template-rows: repeat(1,minmax(0,1fr)); }
    .sm\:grid-rows-2 { grid-template-rows: repeat(2,minmax(0,1fr)); }
    .sm\:grid-rows-3 { grid-template-rows: repeat(3,minmax(0,1fr)); }
    .sm\:grid-rows-4 { grid-template-rows: repeat(4,minmax(0,1fr)); }
    .sm\:grid-rows-5 { grid-template-rows: repeat(5,minmax(0,1fr)); }
    .sm\:grid-rows-6 { grid-template-rows: repeat(6,minmax(0,1fr)); }
    .sm\:grid-rows-7 { grid-template-rows: repeat(7,minmax(0,1fr)); }
    .sm\:grid-rows-8 { grid-template-rows: repeat(8,minmax(0,1fr)); }
    .sm\:grid-rows-9 { grid-template-rows: repeat(9,minmax(0,1fr)); }
    .sm\:grid-rows-10 { grid-template-rows: repeat(10,minmax(0,1fr)); }
    .sm\:grid-rows-11 { grid-template-rows: repeat(11,minmax(0,1fr)); }
    .sm\:grid-rows-12 { grid-template-rows: repeat(12,minmax(0,1fr)); }

    .sm\:fx {
        display: flex;
    }

    .sm\:ifx {
        display: inline-flex;
    }

    .sm\:fx-row {
        flex-direction: row;
    }

    .sm\:fx-row-reverse {
        flex-direction: row-reverse;
    }

    .sm\:fx-col {
        flex-direction: column;
    }

    .sm\:fx-col-reverse {
        flex-direction: column-reverse;
    }

    .sm\:fx-wrap {
        flex-wrap: wrap;
    }

    .sm\:fx-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .sm\:fx-nowrap {
        flex-wrap: nowrap;
    }

    .sm\:fx-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sm\:fx-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:justify-end {
        justify-content: flex-end;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:justify-around {
        justify-content: space-around;
    }

    .sm\:justify-evenly {
        justify-content: space-evenly;
    }

    .sm\:items-start {
        align-items: flex-start;
    }

    .sm\:items-end {
        align-items: flex-end;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:items-baseline {
        align-items: baseline;
    }

    .sm\:items-stretch {
        align-items: stretch;
    }

    .sm\:content-start {
        align-content: flex-start;
    }

    .sm\:content-end {
        align-content: flex-end;
    }

    .sm\:content-center {
        align-content: center;
    }

    .sm\:content-between {
        align-content: space-between;
    }

    .sm\:content-around {
        align-content: space-around;
    }

    .sm\:content-evenly {
        align-content: space-evenly;
    }

    .sm\:content-stretch {
        align-content: stretch;
    }

    .sm\:self-auto {
        align-self: auto;
    }

    .sm\:self-start {
        align-self: flex-start;
    }

    .sm\:self-end {
        align-self: flex-end;
    }

    .sm\:self-center {
        align-self: center;
    }

    .sm\:self-stretch {
        align-self: stretch;
    }

    .sm\:self-baseline {
        align-self: baseline;
    }

    .sm\:fx-1 {
        flex: 1 1 0%;
    }

    .sm\:fx-auto {
        flex: 1 1 auto;
    }

    .sm\:fx-initial {
        flex: 0 1 auto;
    }

    .sm\:fx-none {
        flex: none;
    }

    .sm\:grow {
        flex-grow: 1;
    }

    .sm\:grow-0 {
        flex-grow: 0;
    }

    .sm\:shrink {
        flex-shrink: 1;
    }

    .sm\:shrink-0 {
        flex-shrink: 0;
    }

    .sm\:basis-0 {
        flex-basis: 0;
    }

    .sm\:basis-auto {
        flex-basis: auto;
    }

    .sm\:basis-full {
        flex-basis: 100%;
    }

    .sm\:basis-1-12 {
        flex-basis: 8.333333%;
    }

    .sm\:basis-2-12 {
        flex-basis: 16.666667%;
    }

    .sm\:basis-3-12 {
        flex-basis: 25%;
    }

    .sm\:basis-4-12 {
        flex-basis: 33.333333%;
    }

    .sm\:basis-5-12 {
        flex-basis: 41.666667%;
    }

    .sm\:basis-6-12 {
        flex-basis: 50%;
    }

    .sm\:basis-7-12 {
        flex-basis: 58.333333%;
    }

    .sm\:basis-8-12 {
        flex-basis: 66.666667%;
    }

    .sm\:basis-9-12 {
        flex-basis: 75%;
    }

    .sm\:basis-10-12 {
        flex-basis: 83.333333%;
    }

    .sm\:basis-11-12 {
        flex-basis: 91.666667%;
    }

    .sm\:basis-12-12 {
        flex-basis: 100%;
    }
}


/* =========================
   MD: 768px+
========================= */

@media (min-width: 768px) {
    .md\:grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)); }
    .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)); }
    .md\:grid-cols-6 { grid-template-columns: repeat(6,minmax(0,1fr)); }
    .md\:grid-cols-7 { grid-template-columns: repeat(7,minmax(0,1fr)); }
    .md\:grid-cols-8 { grid-template-columns: repeat(8,minmax(0,1fr)); }
    .md\:grid-cols-9 { grid-template-columns: repeat(9,minmax(0,1fr)); }
    .md\:grid-cols-10 { grid-template-columns: repeat(10,minmax(0,1fr)); }
    .md\:grid-cols-11 { grid-template-columns: repeat(11,minmax(0,1fr)); }
    .md\:grid-cols-12 { grid-template-columns: repeat(12,minmax(0,1fr)); }

    .md\:grid-rows-1 { grid-template-rows: repeat(1,minmax(0,1fr)); }
    .md\:grid-rows-2 { grid-template-rows: repeat(2,minmax(0,1fr)); }
    .md\:grid-rows-3 { grid-template-rows: repeat(3,minmax(0,1fr)); }
    .md\:grid-rows-4 { grid-template-rows: repeat(4,minmax(0,1fr)); }
    .md\:grid-rows-5 { grid-template-rows: repeat(5,minmax(0,1fr)); }
    .md\:grid-rows-6 { grid-template-rows: repeat(6,minmax(0,1fr)); }
    .md\:grid-rows-7 { grid-template-rows: repeat(7,minmax(0,1fr)); }
    .md\:grid-rows-8 { grid-template-rows: repeat(8,minmax(0,1fr)); }
    .md\:grid-rows-9 { grid-template-rows: repeat(9,minmax(0,1fr)); }
    .md\:grid-rows-10 { grid-template-rows: repeat(10,minmax(0,1fr)); }
    .md\:grid-rows-11 { grid-template-rows: repeat(11,minmax(0,1fr)); }
    .md\:grid-rows-12 { grid-template-rows: repeat(12,minmax(0,1fr)); }
    .md\:fx {
        display: flex;
    }

    .md\:ifx {
        display: inline-flex;
    }

    .md\:fx-row {
        flex-direction: row;
    }

    .md\:fx-row-reverse {
        flex-direction: row-reverse;
    }

    .md\:fx-col {
        flex-direction: column;
    }

    .md\:fx-col-reverse {
        flex-direction: column-reverse;
    }

    .md\:fx-wrap {
        flex-wrap: wrap;
    }

    .md\:fx-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .md\:fx-nowrap {
        flex-wrap: nowrap;
    }

    .md\:fx-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .md\:fx-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:justify-end {
        justify-content: flex-end;
    }

    .md\:justify-center {
        justify-content: center;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:justify-around {
        justify-content: space-around;
    }

    .md\:justify-evenly {
        justify-content: space-evenly;
    }

    .md\:items-start {
        align-items: flex-start;
    }

    .md\:items-end {
        align-items: flex-end;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:items-baseline {
        align-items: baseline;
    }

    .md\:items-stretch {
        align-items: stretch;
    }

    .md\:content-start {
        align-content: flex-start;
    }

    .md\:content-end {
        align-content: flex-end;
    }

    .md\:content-center {
        align-content: center;
    }

    .md\:content-between {
        align-content: space-between;
    }

    .md\:content-around {
        align-content: space-around;
    }

    .md\:content-evenly {
        align-content: space-evenly;
    }

    .md\:content-stretch {
        align-content: stretch;
    }

    .md\:self-auto {
        align-self: auto;
    }

    .md\:self-start {
        align-self: flex-start;
    }

    .md\:self-end {
        align-self: flex-end;
    }

    .md\:self-center {
        align-self: center;
    }

    .md\:self-stretch {
        align-self: stretch;
    }

    .md\:self-baseline {
        align-self: baseline;
    }

    .md\:fx-1 {
        flex: 1 1 0%;
    }

    .md\:fx-auto {
        flex: 1 1 auto;
    }

    .md\:fx-initial {
        flex: 0 1 auto;
    }

    .md\:fx-none {
        flex: none;
    }

    .md\:grow {
        flex-grow: 1;
    }

    .md\:grow-0 {
        flex-grow: 0;
    }

    .md\:shrink {
        flex-shrink: 1;
    }

    .md\:shrink-0 {
        flex-shrink: 0;
    }

    .md\:basis-0 {
        flex-basis: 0;
    }

    .md\:basis-auto {
        flex-basis: auto;
    }

    .md\:basis-full {
        flex-basis: 100%;
    }

    .md\:basis-1-12 {
        flex-basis: 8.333333%;
    }

    .md\:basis-2-12 {
        flex-basis: 16.666667%;
    }

    .md\:basis-3-12 {
        flex-basis: 25%;
    }

    .md\:basis-4-12 {
        flex-basis: 33.333333%;
    }

    .md\:basis-5-12 {
        flex-basis: 41.666667%;
    }

    .md\:basis-6-12 {
        flex-basis: 50%;
    }

    .md\:basis-7-12 {
        flex-basis: 58.333333%;
    }

    .md\:basis-8-12 {
        flex-basis: 66.666667%;
    }

    .md\:basis-9-12 {
        flex-basis: 75%;
    }

    .md\:basis-10-12 {
        flex-basis: 83.333333%;
    }

    .md\:basis-11-12 {
        flex-basis: 91.666667%;
    }

    .md\:basis-12-12 {
        flex-basis: 100%;
    }
}


.w-screen {
    width: 100%;
}

.h-svh {
    height: 100vh;
}

.flex {
    display: flex;
    /* justify-content: space-evenly; */
}

@media (min-width: 1024px) {
    .lg\:grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)); }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .lg\:grid-cols-5 { grid-template-columns: repeat(5,minmax(0,1fr)); }
    .lg\:grid-cols-6 { grid-template-columns: repeat(6,minmax(0,1fr)); }
    .lg\:grid-cols-7 { grid-template-columns: repeat(7,minmax(0,1fr)); }
    .lg\:grid-cols-8 { grid-template-columns: repeat(8,minmax(0,1fr)); }
    .lg\:grid-cols-9 { grid-template-columns: repeat(9,minmax(0,1fr)); }
    .lg\:grid-cols-10 { grid-template-columns: repeat(10,minmax(0,1fr)); }
    .lg\:grid-cols-11 { grid-template-columns: repeat(11,minmax(0,1fr)); }
    .lg\:grid-cols-12 { grid-template-columns: repeat(12,minmax(0,1fr)); }

    .lg\:grid-rows-1 { grid-template-rows: repeat(1,minmax(0,1fr)); }
    .lg\:grid-rows-2 { grid-template-rows: repeat(2,minmax(0,1fr)); }
    .lg\:grid-rows-3 { grid-template-rows: repeat(3,minmax(0,1fr)); }
    .lg\:grid-rows-4 { grid-template-rows: repeat(4,minmax(0,1fr)); }
    .lg\:grid-rows-5 { grid-template-rows: repeat(5,minmax(0,1fr)); }
    .lg\:grid-rows-6 { grid-template-rows: repeat(6,minmax(0,1fr)); }
    .lg\:grid-rows-7 { grid-template-rows: repeat(7,minmax(0,1fr)); }
    .lg\:grid-rows-8 { grid-template-rows: repeat(8,minmax(0,1fr)); }
    .lg\:grid-rows-9 { grid-template-rows: repeat(9,minmax(0,1fr)); }
    .lg\:grid-rows-10 { grid-template-rows: repeat(10,minmax(0,1fr)); }
    .lg\:grid-rows-11 { grid-template-rows: repeat(11,minmax(0,1fr)); }
    .lg\:grid-rows-12 { grid-template-rows: repeat(12,minmax(0,1fr)); }

    .lg\:fx {
        display: flex;
    }

    .lg\:ifx {
        display: inline-flex;
    }

    .lg\:fx-row {
        flex-direction: row;
    }

    .lg\:fx-row-reverse {
        flex-direction: row-reverse;
    }

    .lg\:fx-col {
        flex-direction: column;
    }

    .lg\:fx-col-reverse {
        flex-direction: column-reverse;
    }

    .lg\:fx-wrap {
        flex-wrap: wrap;
    }

    .lg\:fx-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .lg\:fx-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:fx-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lg\:fx-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:justify-around {
        justify-content: space-around;
    }

    .lg\:justify-evenly {
        justify-content: space-evenly;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:items-end {
        align-items: flex-end;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:items-baseline {
        align-items: baseline;
    }

    .lg\:items-stretch {
        align-items: stretch;
    }

    .lg\:content-start {
        align-content: flex-start;
    }

    .lg\:content-end {
        align-content: flex-end;
    }

    .lg\:content-center {
        align-content: center;
    }

    .lg\:content-between {
        align-content: space-between;
    }

    .lg\:content-around {
        align-content: space-around;
    }

    .lg\:content-evenly {
        align-content: space-evenly;
    }

    .lg\:content-stretch {
        align-content: stretch;
    }

    .lg\:self-auto {
        align-self: auto;
    }

    .lg\:self-start {
        align-self: flex-start;
    }

    .lg\:self-end {
        align-self: flex-end;
    }

    .lg\:self-center {
        align-self: center;
    }

    .lg\:self-stretch {
        align-self: stretch;
    }

    .lg\:self-baseline {
        align-self: baseline;
    }

    .lg\:fx-1 {
        flex: 1 1 0%;
    }

    .lg\:fx-auto {
        flex: 1 1 auto;
    }

    .lg\:fx-initial {
        flex: 0 1 auto;
    }

    .lg\:fx-none {
        flex: none;
    }

    .lg\:grow {
        flex-grow: 1;
    }

    .lg\:grow-0 {
        flex-grow: 0;
    }

    .lg\:shrink {
        flex-shrink: 1;
    }

    .lg\:shrink-0 {
        flex-shrink: 0;
    }

    .lg\:basis-0 {
        flex-basis: 0;
    }

    .lg\:basis-auto {
        flex-basis: auto;
    }

    .lg\:basis-full {
        flex-basis: 100%;
    }

    .lg\:basis-1-12 {
        flex-basis: 8.333333%;
    }

    .lg\:basis-2-12 {
        flex-basis: 16.666667%;
    }

    .lg\:basis-3-12 {
        flex-basis: 25%;
    }

    .lg\:basis-4-12 {
        flex-basis: 33.333333%;
    }

    .lg\:basis-5-12 {
        flex-basis: 41.666667%;
    }

    .lg\:basis-6-12 {
        flex-basis: 50%;
    }

    .lg\:basis-7-12 {
        flex-basis: 58.333333%;
    }

    .lg\:basis-8-12 {
        flex-basis: 66.666667%;
    }

    .lg\:basis-9-12 {
        flex-basis: 75%;
    }

    .lg\:basis-10-12 {
        flex-basis: 83.333333%;
    }

    .lg\:basis-11-12 {
        flex-basis: 91.666667%;
    }

    .lg\:basis-12-12 {
        flex-basis: 100%;
    }
}

@media (max-width: 576px) {
    .helper-holder {
        display: none;
    }

    .font-size-m-10px {
        font-size: 10px !important
    }

    .font-size-m-11px {
        font-size: 11px !important
    }

    .font-size-m-12px {
        font-size: 12px !important
    }

    .font-size-m-13px {
        font-size: 13px !important
    }

    .font-size-m-14px {
        font-size: 14px !important
    }

    .font-size-m-15px {
        font-size: 15px !important
    }

    .font-size-m-16px {
        font-size: 16px !important
    }

    .font-size-m-17px {
        font-size: 17px !important
    }

    .font-size-m-18px {
        font-size: 18px !important
    }

    .font-size-m-19px {
        font-size: 19px !important
    }

    .font-size-m-20px {
        font-size: 20px !important
    }
}
.font-size-10 {
    font-size: 10px !important
}
.font-size-11 {
    font-size: 11px !important
}
.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}
.text-center {
    text-align:center;
}
.text-100 {
    color: var(--white-900)
}

.text-200 {
    color: var(--white-800)
}

.history-modal-prompt .orvg-input-images {
    display:flex;

}
.history-modal-prompt .orvg-input-images img {
    border-radius:100px;
    margin-right: -5px;
    border:2px solid var(--white-300);
    width:40px;
    height:40px;
    box-shadow:0px 10px 30px var(--bg);
}

.history-modal-prompt .orvg-input-images > * {
    margin-right: -5px;
}

.history-modal-prompt .orvg-input-images > *:first-child {
    margin-right: 0;
}

.text-300 {
    color: var(--white-700)
}

.text-400 {
    color: var(--white-600)
}

.line-height-100 {
    line-height: 1;
}

.line-height-200 {
    line-height: 1.2;
}

.line-height-300 {
    line-height: 1.4;
}

.content-max {
    width: 100%;
    max-width: 640px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: var(--radius-btn);
    font-family: var(--font-main);
    font-weight: 500;
    border-radius: var(--radius-100);
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease;
    user-select: none;
}

.btn:hover {
    /* transform: translateY(-1px); */
    /* opacity: 0.9; */
}

.btn:active {
    transform: translateY(0);
}

.btn:disabled,
.btn.disabled {
    opacity: 0.45;
    pointer-events: none;
}

/* Button Sizes */
.btn-sm {
    height: 30px;
    font-weight: 200;
    padding-inline: 12px;
    font-size: 10px;
}

.btn-md {
    height: 48px;
    padding-inline: 24px;
    font-size: 15px;
}


.btn-lg {
    height: 48px;
    padding-inline: 28px;
    font-size: 15px;
}

.btn-48 {
    width: 45px;
    height: 45px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-24 {
    width: 24px;
    height: 24px;
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-36 {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


.btn-h50 {
    min-width: 45px;
    gap: 8px;
    height: 45px;
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-h48 {
    min-width: 48px;
    gap: 8px;
    height: 48px;
    padding: 0 16px;
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Solid Buttons */


.btn-white {
    background: var(--white) !important;
    color: var(--white-300);
}

.btn-black {
    background: var(--black);
    color: var(--white);
    border-color: var(--border);
}

.btn-gray {
    background: var(--gray);
    color: var(--white);
}

.btn-blue {
    background: var(--blue);
    color: var(--white);
}

.btn-red {
    background: var(--red);
    color: var(--white);
}
.btn-primary {
    border:1px solid var(--border);
    color: var(--white-900);
}
.btn-primary:hover {
    border:1px solid var(--white-300);
    background:var(--white-100);
    color: var(--white-1000);
}
.btn-secondary {
    border:1px solid var(--white-300);
    background:var(--white-300);
    color: var(--white-800);
}
.btn-secondary:hover {
    border:1px solid var(--white-300);
    background:var(--white-300);
    color: var(--white-900);
}

.btn-border-white {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-border-white:hover {
    background: rgba(255, 255, 255, 0.08);
}

.btn-border-gray {
    background: transparent;
    color: #d4d4d8;
    border-color: rgba(161, 161, 170, 0.5);
}

.btn-border-gray:hover {
    background: rgba(161, 161, 170, 0.1);
}

.rounded {
    border-radius: var(--radius)
}

.rounded-100 {
    border-radius: var(--radius-100)
}

.rounded-200 {
    border-radius: var(--radius-200)
}

.rounded-300 {
    border-radius: var(--radius-300)
}
.navbar {
    position:sticky;
    top:0
}

.pu-presets {
    position: relative;
    gap: 4px;
    padding: 4px;
    background: var(--white-300);
    border-radius: 16px;
    width: fit-content;
    overflow: hidden;
}
.pu-presets span {
    display:block;
    line-height: 1;
    color: var(--white-800);
    font-weight: 200;
    margin-bottom: 5px;
}
.pu-presets .active span {
    color: var(--white-500);
}
.pu-presets::before {
    content: "";
    position: absolute;
    top: 4px;
    right: var(--active-right, 4px);
    width: var(--active-width, 120px);
    height: calc(100% - 8px);
    background: white;
    border-radius: 13px;
    transition: right 0.3s ease, width 0.3s ease;
    z-index: 1;

}

.pu-presets button {
    position: relative;
    z-index: 2;
    border: 0;
    background: transparent;
    padding: 12px 18px;
    border-radius: 12px;
    cursor: pointer;
    color: var(--white-900);
    font-size: 16px;
    opacity: 0.85;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.pu-presets button.active {
    color: #111;
    opacity: 1;
}

/* Base Badge */
.badge {

    border-radius: 999px;
    font-size: 10px;
    padding:2px 7px;
    font-weight: 300;
    border: 1px solid transparent;
}

/* Colors */

.mobile-holder-list li a {
    display:flex;
    gap:10px;
    padding:12px 12px;
    align-items:center;
    border-bottom:1px solid var(--white-100);
}
.border-100 {
    border: 1px solid var(--white-100) !important
}

.border-200 {
    border: 1px solid var(--white-200) !important
}

.border-300 {
    border: 1px solid var(--white-300) !important
}

.border-top {
    border-top: 1px solid var(--white-200) !important
}

.border-bottom {
    border-bottom: 1px solid var(--white-200) !important
}

.badge-blue {
    color: var(--blue);
    background: var(--blue-light);
}

.badge-red {
    color: var(--red);
    background: var(--red-light);
}

.badge-yellow {
    color: var(--yellow);
    background: var(--yellow-light);
}

.badge-purple {
    color: var(--purple);
    background: var(--purple-light);
}

.badge-pink {
    color: var(--pink);
    background: var(--pink-light);
}

.badge-green {
    color: var(--green);
    background: var(--green-light);
}

.badge-green-pale {
    color: var(--green-pale);
    background: var(--green-pale-light);
}

.badge-cyan {
    color: var(--cyan);
    background: var(--cyan-light);
}

.badge-orange {
    color: var(--orange);
    background: var(--orange-light);
}

.bg-100 {
    background: var(--white-100)
}

.sidebarname {
    position:fixed;
    bottom:0
}

.bg-200 {
    background: var(--white-200)
}

.bg-300 {
    background: var(--white-300)
}

.alert {
    padding: 16px;
    border-radius: var(--radius);
    border: 1px solid transparent;
    font-size: 15px;
}

.alert-info {
    background: rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.35);
    color: #93c5fd;
}

.alert-success {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.35);
    color: #86efac;
}

.alert-warning {
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.35);
    color: #fcd34d;
}

.alert-danger {
    background: rgba(220, 38, 38, 0.12);
    border-color: rgba(220, 38, 38, 0.35);
    color: #fca5a5;
}

.alert-gray {
    background: rgba(161, 161, 170, 0.1);
    border-color: rgba(161, 161, 170, 0.25);
    color: #d4d4d8;
}

.sidebar {
    width: 260px;
    border-left: 1px solid var(--white-100);
    height: 100vh;
}

.main-sections-list-items li a {
    padding: 6px 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: var(--radius-100);
}

.main-sections-list-items li a:hover {
    background: var(--white-100);
}

.sidebar-recent-list ul {
    list-style: none;
}

.sidebar-recent-list {
    max-height: none;
    overflow: visible;
    scrollbar-width: thin;
    scrollbar-color: var(--white-500) transparent;
}

.sidebar-recent-item {
    padding: 6px 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: var(--radius-100);
    color: inherit;
    min-width: 0;
}

.sidebar-recent-item:hover {
    background: var(--white-100);
}
.sidebar-recent-list a.active {
    background: var(--white-200);
}

.sidebar-recent-item span {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-recent-loading {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-right: auto;
    border-radius: 50%;
    border: 2px solid var(--white-300);
    border-top-color: var(--white-900);
    animation: sidebarRecentSpin .8s linear infinite;
}

@keyframes sidebarRecentSpin {
    to {
        transform: rotate(360deg);
    }
}

.orvg-profile-wrap {
    width: min(100%, 760px);
    margin: 20px auto;
}

.orvg-profile-tabs {
    width: fit-content;
    padding: 4px;
    background: var(--white-200);
    border-radius: var(--radius-300);
    flex-wrap: wrap;
}

.orvg-profile-tabs .active {
    background: var(--white);
    color: var(--white-200);
}

.orvg-profile-form input,
.orvg-profile-form textarea {
    width: 100%;
    background: var(--white-200);
    border: 1px solid var(--white-300);
    border-radius: var(--radius-100);
    color: var(--white-1000);
    padding: 12px;
    outline: 0;
}

.orvg-profile-form textarea {
    resize: vertical;
}

.orvg-profile-preset {
    color: var(--white-1000);
    cursor: pointer;
}

.orvg-profile-preset:hover {
    background: var(--white-300);
}

.orvg-profile-usage-card {
    min-height: 180px;
    text-align: center;
}

.orvg-profile-circle {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
            radial-gradient(circle at center, var(--white-200) 0 58%, transparent 59%),
            conic-gradient(var(--green-pale) calc(var(--value) * 1%), var(--white-300) 0);
}

.orvg-profile-circle span {
    font-size: 24px;
    font-weight: 700;
}

.pu-history table {
    width: 100%;
}

.pricing-plan {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
}

.pricing-plan input {
    width: auto;
}

.pricing-plan span {
    font-size: 18px;
    font-weight: 700;
}

.pricing-plan small {
    color: var(--green-pale);
}

.pricing-orders-table {
    width: 100%;
}

.pricing-active-plan {
    border: 1px solid var(--white-300);
}

.arrow-down {

}


.form-upload-60 {
    width:80px;
    height:80px;
    position: relative;
    overflow:hidden;
    border:1px dashed var(--white-400);
}

.form-upload-60 #orvg_first_image_result,
.form-upload-60 #orvg_main_image_result,
.form-upload-60 #orvg_reference_image_result {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}
#orvg_first_image_result img,
#orvg_main_image_result img,
#orvg_reference_image_result img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.form-upload-60 .uploader-remove {
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:1;
}
#orvg_first_image_result:not(:empty),
#orvg_main_image_result:not(:empty),
#orvg_reference_image_result:not(:empty) {
    animation: loaderIMG 3s ease 999;
}
.opacity-50 {
    opacity:0.5;
}
@keyframes loaderIMG {
    0% {
        background:var(--white-200)
    }
    50% {
        background:var(--white-300);
    }
    100% {
        background:var(--white-200);
    }
}
.orvg-field label {
    margin:0;
    padding:0;
}
.orvg-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#orvg-status {
    text-align:center;
    position:relative;
    box-shadow: white 1px 1px inset, white -1px -1px inset;
    z-index:10;
    margin:0px 30px;
    font-size: 14px;
    border-radius: 60px;
    padding: 15px;
    background:rgba(255,255,255,0.2);
    transform:translateY(-100px)
}
#orvg-status:empty {
    display:none;
    transform:translateY(0px)
}
.orvg-main-label {
    font-size: 13px;
}

.orvg-radio-tabs {
    display: flex;
    /* flex-wrap: wrap; */
    text-align: center;
    gap: 2px;
    padding: 2px;
    border-radius: var(--radius-300);
    background: var(--white-200);
    /* justify-content: stretch; */
}

.orvg-radio-tabs input[type="radio"] {
    display: none;
}

.orvg-radio-tabs label {
    cursor: pointer;
    width: 100%;
    padding: 10px 8px;
    /* border: 1px solid #ddd; */
    border-radius: var(--radius-300);
    /* background: #fff; */
    color: var(--white-800);
    font-size: 13px;
    opacity:0.8;
    line-height: 1;
    transition: 0.2s ease;
    user-select: none;
}

.orvg-radio-tabs label:hover {
    border-color: #999;
}

.orvg-radio-tabs input[type="radio"]:checked + label {
    background: var(--white-300);
    box-shadow: var(--tran-dark-900) 1px 1px inset, var(--tran-dark-900) -1px -1px inset;
    /* border-color: #111; */
    color: #fff;
    opacity:1;
}

.orvg-ios-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.orvg-ios-switch input {
    display: none;
}

.orvg-ios-slider {
    position: relative;
    width: 36px;
    height: 20px;
    background: var(--white-400);
    border-radius: 999px;
    transition: 0.2s ease;
    flex: 0 0 auto;
}

.orvg-ios-slider::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 2px;
    top: 2px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

.orvg-ios-switch input:checked + .orvg-ios-slider {
    background: var(--blue);
}

.orvg-ios-switch input:checked + .orvg-ios-slider::before {
    right: 18px;
}

.orvg-ios-text {
    /* font-size: 13px; */
    /* color: #333; */
}
.downpop-wrap-button {
    cursor:pointer
}

.downpop-wrap-radio .downpop-wrap-content label {
    position: relative;
    display: block;
    cursor:pointer;
    transition:all 300ms;
}

.downpop-wrap-radio .downpop-wrap-content input[type="radio"] {
    display: none;
}

.downpop-wrap-radio .downpop-wrap-content input[type="radio"]:checked + label {
    background: var(--white-200);
    box-shadow:var(--white-400) 1px 1px inset, var(--white-400) -1px -1px inset
}

.downpop-wrap-radio .downpop-wrap-content label:hover {
    background: var(--white-300);
}

.downpop-wrap-radio .downpop-wrap-content label {

}
.btn-vip-header {
    position:relative
}
.btn-vip-header div {
    position:absolute;
    top: -5px;
    background: rgba(0,0,0,0.3);
    left: 0;
    width: 100%;
    z-index: 10;
    /* background-color: red; */
    color: white;
    padding: 0px 2px;
    line-height: 1.2;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}
.btn-vip-header svg {
    animation: bvhsv 3s ease 999;
}

@keyframes bvhsv {
    0% {
        transform:rotate(0deg)
    }
    50% {
        transform:rotate(30deg) scale(1.5);

    }
    100% {
        transform:rotate(0deg)
    }
}
.orvg-running {
    animation: loadimgg 3s ease 999;
}

@keyframes loadimgg {
    0% {
        box-shadow: rgb(37, 150, 255) 0px 50px 200px -50px inset, rgb(255, 101, 170) 50px 0px 0px -50px inset, rgb(255, 114, 13) 0px -50px 120px -50px inset, rgb(42, 35, 251) 0px -50px 120px -50px inset;
    }

    20% {
        box-shadow: rgb(37, 150, 255) 0px 50px 200px -50px inset, rgb(255, 101, 170) 50px 0px 0px -50px inset, rgb(255, 114, 13) 0px -50px 120px -50px inset, rgb(42, 35, 251) 0px -50px 320px -50px inset;
    }

    40% {
        box-shadow: rgb(37, 150, 255) 20px 50px 120px -50px inset, rgb(255, 101, 170) 50px 0px 320px -50px inset, rgb(255, 114, 13) 0px -50px 0px -50px inset, rgb(42, 35, 251) -50px -50px 60px -50px inset;
    }

    60% {
        box-shadow: rgb(37, 150, 255) 0px 50px 120px -50px inset, rgb(255, 101, 170) 50px 0px 100px -50px inset, rgb(255, 114, 13) -100px -100px 200px -50px inset, rgb(42, 35, 251) 0px -50px 120px -50px inset;
    }

    80% {
        box-shadow: rgb(37, 150, 255) 0px 50px 120px -50px inset, rgb(255, 101, 170) 50px 0px 0px -50px inset, rgb(255, 114, 13) 0px -50px 320px -50px inset, rgb(42, 35, 251) 0px -50px 300px -50px inset;
    }

    100% {
        box-shadow: rgb(37, 150, 255) 0px 50px 200px -50px inset, rgb(255, 101, 170) 50px 0px 0px -50px inset, rgb(255, 114, 13) 0px -50px 120px -50px inset, rgb(42, 35, 251) 0px -50px 120px -50px inset;
    }
}
.orvg-item-message {
    position:absolute;
    z-index:20;
    top:45%;
    font-size:12px;
    width:100%;
    text-align:center;
}
.orvg-history-item {
    overflow: hidden;
    height: 160px;
    max-width: 160px;
    position:relative;
    width: 100%;
    border-radius:5px;
}
.orvg-item-video  {
    position:relative;
    overflow: hidden;
    min-height: 160px;
    width: 100%;
}
.orvg-item-video video {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height:100%;
    display: block;
}
.orvg-item-video img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height:100%;
    display: block;
}

.orvg-item-video .oiv-desc {
    position:absolute;
    bottom: 0;
    font-size: 10px;
    right: 0;
    width: 100%;
    padding: 30px 10px 10px;
    background: linear-gradient(to top, black, transparent);
}

.circle-progress {
    --percent: 0;

    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: conic-gradient(
            #0088ff calc(var(--percent) * 1%),
            #e5e5e5 0
    );

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 13px;
    font-weight: 600;
}

.circle-progress::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
}

.circle-progress span {
    position: relative;
    z-index: 2;
}

.mobile-holder {
    display:none;
    width:100%;
    height: calc(100vh - 70px);
    top: 70px;
    overflow-y: auto;
    right:0;
    background:var(--bg);
    position:fixed;
    z-index: 40;
}
.mobile-holder-show {
    display:block
}

#orvg-single-video-result.show {
    width:95%;
    position:fixed;
    max-width:640px;
    min-height:60%;
    right:50%;
    top:50%;
    background:var(--white-100);
    z-index:30;
    border-radius: var(--radius-100);
    transform:translate(50%, -50%);
    box-shadow:0px 10px 30px -5px var(--black);
}
.orvg-single-video-result video{
    min-height:250px;
}

.video-creater-ai-content {
    position:relative;
}

.custom-post-type-item {
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: right;
    width: 100%;
}
.custom-post-type-item img {
    border-radius: var(--radius)
}
.template-modal-mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    z-index: 9999;
}

.template-modal-mask.show {
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 20px;
}


.template-modal {
    width: min(80%, 520px);
    background: var(--white-100);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    direction: rtl;
    flex-direction: column;
    transform-style: preserve-3d;
}
.template-modal textarea {
    display:none;
}
.template-modal.flip {
    animation: none;
}

#template-modal-photo.flip {
    animation: templatePhotoFlip 1s ease;
    transform-style: preserve-3d;
}

@keyframes templatePhotoFlip {
    from {
        transform:rotate(5deg) scale(0.2);
        opacity: 0;
    }

    to {
        transform:rotate(0deg) scale(1);
        opacity: 1;
    }
}

.template-modal-close {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 34px;
    color: white;
    background: var(--white-300);
    height: 34px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    line-height: 34px;
}

#template-modal-title {
    margin: 0 0 15px;
    font-size: 15px;
}

#template-modal-photo {
    display: block;
    max-width: 40%;
    /* height: auto; */
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

#template-modal-photo:not([src]),
#template-modal-photo[src=""] {
    display: none;
}
.orvg-history-filters .btn{
    color:var(--white-900) !important
}
.orvg-history-filters .btn.active{
    color:var(--white-100) !important;
    background:var(--white) !important;
}

#template-modal-prompt {
    width: 100%;
    min-height: 70px;
    resize: vertical;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.templates-video img {
    width:100%;
    height:auto;
    border-radius:5px;
}

.templates-video-item  {
    position:relative;
}

.templates-video-item span {
    position:absolute;
    bottom:10px;
    right:10px;
}
.login-wrap {
    max-width:400px;
    width:95%;
}
.mol-form {
    display:flex;
    padding:20px 0;
    gap:20px;
    flex-direction: column
}
.mol-form input {
    background: transparent;
    border:1px solid var(--white-400);
    border-radius:var(--radius);
    padding: 6px 12px;
}

.mol-form button {
    background:white !important;
    border-radius:var(--radius);
    padding: 6px 12px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.energyflow {
    position: relative;
}
.energyflow::before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: rgba(10,10,10,0.98);
    position: absolute;
    backdrop-filter: blur(15px);
    right: 1px;
    top: 1px;
    border-radius: 9px;
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes border-beam {
    0% {
        --angle: 0deg;
    }

    100% {
        --angle: 360deg;
    }
}
.position-relative {
    position:relative;
}

.thinking-text {
    display: inline-block;
    font-weight: 600;
    color: #999;

    background: linear-gradient(
            to right,
            #eee 0%,
            #ddd 45%,
            #777 50%,
            #ddd 55%,
            #eee 100%
    );

    background-size: 250% 100%;
    background-position: 100% 0;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    animation: thinking-shine 4s linear infinite;
}



.thinking-text2 {
    display: inline-block;
    font-weight: 600;
    color: #ffe0b2;

    background: linear-gradient(
            to right,
            #ffe0b2 0%,
            #ffe0b2 45%,
            #ffa726 50%,
            #ffe0b2 55%,
            #ffe0b2 100%
    );

    background-size: 250% 100%;
    background-position: 100% 0;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    animation: thinking-shine 4s linear infinite;
}
textarea {
    color:white;
}
@keyframes thinking-shine {
0 {
    background-position: 200% 0;
}
50% {
    background-position: -200% 0;
}
100% {
    background-position: -200% 0;
}
}











@media (min-width: 980px) {
    .downpop-wrap {
        position: relative;
        z-index: 10;
    }

    .downpop-wrap-content {
        display: none;
        box-shadow: 0px 10px 30px 10px var(--black);
        width: 400px;
        position: absolute;
        top: 50px;
        animation: fadeInBox 0.35s ease forwards;
    }
    @keyframes fadeInBox {
        from {
            opacity: 0;
            transform: translateY(8px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .downpop-wrap-content-show {
        display: block;
    }

}

#mask {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    right:0;
    z-index:20;
    top:0;
    background:rgba(0,0,0,0.8);
    backdrop-filter:blur(10px) brightness(3)
}



.skeltion-modal-loading {
    display:flex;
    padding: 20px;
    min-height:300px;
    width:100%;
}
.skeltion-modal-loading .s1 {
    content:'';
    height:280px;
    border-radius:10px;
    display:block;
    animation: skeleton-shimmer 1s infinite;
    width:64%;
    background:var(--white-300);
}
.skeltion-modal-loading .s2 {
    height:200px;
    content:'';
    width:33.5%;
    display:block;
    background:var(--white-300);
    animation: skeleton-shimmer 1s infinite;
    border-radius:10px;
    margin-right:auto
}
.video-alert {
    width:100%;
    min-height:160px;
    border:1px dashed var(--bg-300)
}

#orvg-result,
#orvg-image-result {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    border-radius:6px;
    overflow:hidden;
    min-height: 460px;
    right: 0;
    display:none;
}
#orvg-result.resultBox-show,
#orvg-image-result.resultBox-show {
    display:flex;justify-content:center;
    align-items:center;
    animation: loadimgg 12s ease 999;
    background: black;
}
#orvg-result.resultBox-show-finished,
#orvg-image-result.resultBox-show-finished {
    display:block;
    animation: none;
    background: black;
}
#orvg-result video,
#orvg-image-result img {
    max-width:100%;height:100%;
    display:block;
    margin:0 auto;
    object-fit: contain;
}
.close-result-box {
    position:absolute;
    top:20px;
    border-radius: 40px;
    left:20px;
    color: black;
    background:white;
    padding: 4px 12px;
}
.resultBox-imgbg {
    position: absolute;
    top: 0;
    opacity: 0.2;
    filter: blur(5px);
    width: 100%;
    right: 0;
    height: 100%;
    z-index: -1;
}
#orvg-result .resultBox-imgbg {
    display:block;
}
@keyframes skeleton-shimmer {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}


/* ADDCHATGPT */

.orvg-chat-app {
    position: fixed;
    inset: 0;
    top: 60px;
    z-index: 20;
    width: calc(100% - 245px);
    right: 245px;
    max-width: none;
    /* padding-right: 300px; */
}

.orvg-chat-shell {
    width: 100%;
    max-width: 640px;
    height: calc(100% );
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
}

.orvg-chat-messages {
    flex: 1;
    display: flex;
    padding:0px 10px;
    flex-direction: column;
    position: relative;
    overflow: auto;
    /* display: flex; */
    gap:20px;
    padding-bottom: 42vh;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--white-500) transparent;
}

#orvg-chat-model-bar {
    max-height: 72px;
    opacity: 1;

    transition: opacity 0.2s ease, max-height 0.2s ease, margin 0.2s ease;
}

#orvg-chat-model-bar.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;

    scrollbar-width: thin;
    scrollbar-color: #555 transparent;
}

/* Chrome / Edge / Safari */
.sidebar::-webkit-scrollbar {
    width: 8px;
}

.sidebar::-webkit-scrollbar-track {
    background: #2b2b2b;
    border-radius: 999px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #555, #444);
    border-radius: 999px;
    border: 2px solid #2b2b2b;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #666, #4a4a4a);
}
.orvg-chat-intro {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    padding: 20px;
    opacity: 1;
    animation: orvgChatIntroIn 0.22s ease-out both;
}

.orvg-chat-intro.is-leaving {
    animation: orvgChatIntroOut 0.18s ease-in both;
    pointer-events: none;
}

.orvg-chat-intro-inner {
    width: min(100%, 460px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
}

.orvg-chat-intro-logo {
    display: flex;
    justify-content: center;
}

.orvg-chat-intro-grid {
    width: 100%;
}

.orvg-chat-intro-card {
    border: 0;
    color: inherit;
    cursor: pointer;
    min-height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.orvg-chat-intro-card:hover {
    background: var(--white-200);
}

@keyframes orvgChatIntroIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes orvgChatIntroOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.orvg-chat-user span {
    background:var(--white-300);
    padding: 12px 16px;
    display: inline-block;
    border-radius: 26px;
}

.orvg-chat-message-attachment {
    display: block;
    width: 64px;
    height: 64px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid var(--white-300);
}

.orvg-chat-message-attachment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.orvg-chat-actions {
    margin-top: 8px;
    position: relative;
}

.orvg-chat-actions .btn-36 {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    border-radius:6px !important;
    justify-content: center;
    background: transparent;
    color: var(--white-1000);
    cursor: pointer;
}

.orvg-chat-actions .btn-36.is-active {
    background: var(--white-300);
}

.orvg-chat-error-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    background: var(--red-light);
    color: var(--red);
    border-radius: var(--radius-100);
    padding: 10px 12px;
}

.orvg-chat-error-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.orvg-chat-error-card .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.orvg-chat-more-wrap {
    position: relative;
}

.orvg-chat-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 20;
    width: 120px;
    padding: 6px;
}

.orvg-chat-dropdown[hidden] {
    display: none !important;
}

.orvg-chat-dropdown-row {
    width: 100%;
    min-height: 30px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: var(--white-1000);
    text-align: right;
    font-size: 11px;
    border-radius: var(--radius);
}

.orvg-chat-dropdown-row:hover {
    background: var(--white-200);
}

.orvg-chat-topic-row {
    position: relative;
}

.orvg-chat-topic-row > a {
    min-width: 0;
}

.orvg-chat-topic-menu {
    position: relative;
}

.orvg-chat-topic-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    width: 120px;
    z-index: 20;
    padding: 6px;
}

.orvg-chat-topic-dropdown[hidden] {
    display: none !important;
}

.orvg-chat-topic-dropdown button {
    width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--white-1000);
    border-radius: var(--radius);
    cursor: pointer;
    text-align: right;
}

.orvg-chat-topic-dropdown button:hover {
    background: var(--white-200);
}

.orvg-chat-messages::-webkit-scrollbar {
    width: 8px;
}

.orvg-chat-messages::-webkit-scrollbar-track {
    background: transparent;
}

.orvg-chat-messages::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, var(--white-500), var(--white-300));
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
}

.orvg-chat-messages::-webkit-scrollbar-thumb:hover {
    background: var(--white-600);
    border: 2px solid transparent;
    background-clip: padding-box;
}

.orvg-chat-form {
    padding: 6px 6px 6px 6px;
    position: sticky;
    bottom: 0;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    border-radius: 29px;
}

#orvg-chat-message {
    resize: none;
    /* transition: all 300ms; */
}

.orvg-chat-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    direction: rtl;
}

.orvg-chat-form textarea {
    order: 2;
    flex: 1;
    width: 100%;
    max-height: 180px;
    overflow: auto;
    resize: none;
    background: transparent;
}

.orvg-chat-add {
    order: 1;
    flex: 0 0 auto;
}

.orvg-chat-send {
    order: 3;
    flex: 0 0 auto;
    align-self: end;
}

.orvg-chat-form.is-multiline .orvg-chat-input-row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.orvg-chat-form.is-multiline textarea {
    order: 1;
    margin: 10px 10px 0px;
    flex: 0 0 95%;
    width: 80%;
}

.orvg-chat-form.is-multiline .orvg-chat-add {
    order: 2;
}

.orvg-chat-form.is-multiline .orvg-chat-send {
    order: 3;
}

.orvg-chat-send[disabled] {
    opacity: 0.45;
    pointer-events: none;
}

.orvg-chat-attachment-preview {
    min-height: 0;
}

.orvg-chat-attachment-card {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.orvg-chat-attachment-card img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    display: block;
}

.orvg-chat-attachment-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.45);
}

.orvg-chat-attachment-spinner:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: orvgChatSpin 0.8s linear infinite;
}

.orvg-chat-file-box {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 11px;
}

.orvg-chat-thinking {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.orvg-chat-thinking-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    animation: orvgChatBlink 1s ease-in-out infinite;
}

.orvg-chat-title-typing:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-right: 4px;
    vertical-align: -0.12em;
    background: currentColor;
    animation: orvgChatBlink 0.8s ease-in-out infinite;
}

.orvg-chat-login-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 20px;
    background: rgba(0, 0, 0, 0.72);
    color: var(--white-1000);
}

.orvg-chat-login-modal[hidden] {
    display: none !important;
}

.orvg-chat-login-box {
    position: relative;
    width: min(100%, 420px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    background: var(--surface);
    border: 1px solid var(--border);
}

.orvg-chat-login-close {
    position: absolute;
    top: 10px;
    left: 10px;
}

.orvg-chat-login-form {
    padding-top: 16px;
}

@media (max-width: 768px) {
    .orvg-chat-app {
        right: 0;
        width: 100%;
    }

    .orvg-chat-shell {
        max-width: none;
        width: 100%;
        padding-top: 10px;
    }
}

@keyframes orvgChatSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes orvgChatBlink {
    0%,
    100% {
        opacity: 0.25;
    }

    50% {
        opacity: 1;
    }
}


@media (max-width: 980px) {
    .skeltion-modal-loading {
        display:flex;
        flex-direction: column;
    }
    .skeltion-modal-loading .s1 {
        content:'';
        height:280px;
        border-radius:10px;
        width:100%;
    }
    .skeltion-modal-loading .s2 {
        height:80px;
        margin-top:20px;
        content:'';
        width:100%;
    }


    #mask-mobile {
        display:none;
        position:fixed;
        width:100%;
        height:100%;
        right:0;
        z-index:20;
        top:0;
        background:rgba(0,0,0,0.8);
        backdrop-filter:blur(10px) brightness(3)
    }
    .content {
        padding-top:80px;
    }

    .sidebar-bg-blur {
        position:fixed;
        z-index:3;
        width:100%;
        right:0;
        top:0;
        height:20px;
        backdrop-filter:blur(10px);
        background:rgba(0,0,0,0.1);
    }
    .sidebar {
        position:fixed;
        height: auto;
        overflow: hidden;
        z-index: 55;
        width: 100%;
        top:0;
        border: 0;
        background: linear-gradient(to bottom, black, transparent);
        right: 0;
        transition:all 300ms;
        /* max-width:320px; */
    }
    .sidebar.show-side {
        height: 100vh;
        overflow-y: auto;
    }
    .main-sections-list {
        overflow:hidden;
        z-index: 100;
        height: 45px;
        box-shadow:var(--white-400) 1px 1px inset, var(--white-400) -1px -1px inset, black 10px 20px 20px -5px;
        width:150px;
        border-radius:28px;
        background:#1e1e1edb;
        backdrop-filter:blur(5px)
    }
    .main-sections-mobile-key {
        height:45px;
    }


    .downpop-wrap-content-show.closed {
        transform: translateY(150%);
    }

    .downpop-wrap-content {
        position:fixed;
        border-radius: 20px 20px 0 0;
        right:0;
        z-index:30;
        border-top: 1px solid var(--white-300);
        box-shadow: 0px -30px 20px black;
        height:calc(100% - 100px);
        width: 100%;
        transform: translateY(150%);
        transition: transform 0.3s ease;
    }
    .downpop-wrap-content-show {
        transform: translateY(0px);
        transition: transform 0.3s ease;
    }


    .sheet-handle {
        width:100%;
        height:40px;
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius: 20px;
        cursor: grab;
        touch-action: none;
    }
    .sheet-handle:before {
        content:"";
        width:60px;
        display:block;
        height:5px;
        border-radius:10px;
        background:var(--white-500)
    }
}
