@charset "UTF-8";
:root {
    --bs-blue: #335dff;
    --bs-indigo: #754ffe;
    --bs-purple: #8957FF;
    --bs-pink: #FF579A;
    --bs-red: #DF325C;
    --bs-orange: #FF5630;
    --bs-yellow: #fa9e25;
    --bs-green: #1cbd64;
    --bs-teal: #22DDDD;
    --bs-cyan: #00D4FF;
    --bs-white: #FFF;
    --bs-gray: #7E8299;
    --bs-gray-dark: #81838A;
    --bs-gray-100: #F5F8FA;
    --bs-gray-200: #EFF2F5;
    --bs-gray-300: #E4E6EF;
    --bs-gray-400: #B5B5C3;
    --bs-gray-500: #A1A5B7;
    --bs-gray-600: #7E8299;
    --bs-gray-700: #fff;
    --bs-gray-800: #81838A;
    --bs-gray-900: #1F2023;
    --bs-primary: #624de3;
    --bs-secondary: #E4E6EF;
    --bs-tertiary: #FF579A;
    --bs-success: #1cbd64;
    --bs-info: #00D4FF;
    --bs-warning: #fa9e25;
    --bs-danger: #DF325C;
    --bs-white: #FFF;
    --bs-light: #EFF2F5;
    --bs-dark: #1F2023;
    --bs-gray-100: #F5F8FA;
    --bs-gray-200: #EFF2F5;
    --bs-gray-300: #E4E6EF;
    --bs-gray-400: #B5B5C3;
    --bs-gray-500: #000000;
    --bs-gray-600: #7E8299;
    --bs-gray-700: #fff;
    --bs-gray-800: #81838A;
    --bs-gray-900: #1F2023;
    --bs-primary-rgb: 98, 77, 227;
    --bs-secondary-rgb: 228, 230, 239;
    --bs-tertiary-rgb: 255, 87, 154;
    --bs-success-rgb: 28, 189, 100;
    --bs-info-rgb: 0, 212, 255;
    --bs-warning-rgb: 250, 158, 37;
    --bs-danger-rgb: 223, 50, 92;
    --bs-white-rgb: 255, 255, 255;
    --bs-light-rgb: 239, 242, 245;
    --bs-dark-rgb: 31, 32, 35;
    --bs-gray-100-rgb: 245, 248, 250;
    --bs-gray-200-rgb: 239, 242, 245;
    --bs-gray-300-rgb: 228, 230, 239;
    --bs-gray-400-rgb: 181, 181, 195;
    --bs-gray-500-rgb: 161, 165, 183;
    --bs-gray-600-rgb: 126, 130, 153;
    --bs-gray-700-rgb: 94, 98, 120;
    --bs-gray-800-rgb: 129, 131, 138;
    --bs-gray-900-rgb: 31, 32, 35;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 94, 98, 120;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Inter";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #5E6278;
    --bs-body-bg: #FFF;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: #F5F8FA;
    background-color: currentColor;
    border: 0;
    opacity: 0.9;
}

hr:not([size]) {
    height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4;
    color: var(--bs-gray-900);
}

h6 {
    color: white;
}

h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
}

h2, .h2 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.75rem;
    }
}

h3, .h3 {
    font-size: calc(1.2625rem + 0.15vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.375rem;
    }
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.875rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 600;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #624de3;
    text-decoration: none;
}

a:hover {
    color: #5341c1;
    text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #FF579A;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #FFF;
    background-color: #1F2023;
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 600;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-gray-500);
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.125rem;
    font-weight: 400;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
}

.row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}


@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--bs-gray-700);
    background-color: #E4E6EF;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: var(--bs-gray-700);
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    outline: 0;
    box-shadow: 0 0 0 #E4E6EF;
}

.form-control::-webkit-date-and-time-value {
    height: 1.4em;
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #E4E6EF;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.75rem 1.5rem;
    margin: -0.75rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    color: var(--bs-gray-700);
    background-color: #E4E6EF;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #d9dbe3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.75rem 1.5rem;
    margin: -0.75rem -1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    color: var(--bs-gray-700);
    background-color: #E4E6EF;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #d9dbe3;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #7E8299;
    text-align: center;
    white-space: nowrap;
    background-color: #E4E6EF;
    border: 1px solid #E4E6EF;
    border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 6rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.4;
    color: #5E6278;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #5E6278;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.collapse:not(.show) {
    display: none;
}


.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--bs-gray-700);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: var(--theme-color);
}

.nav-link.disabled {
    color: #B5B5C3;
    pointer-events: none;
    cursor: default;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*padding-top: 0.75rem;*/
    padding-right: 0;
    /*padding-bottom: 0.75rem;*/
    padding-left: 0;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    /*margin-right: 1rem;*/
    font-size: 1.25rem;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}


.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    transition: box-shadow 0.15s ease-in-out;
    min-width: 32px;
}

@media screen and (min-width: 992px){
    #menu-close{
        display:none!important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 1px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }



    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}





.navbar-dark .navbar-brand {
    color: #FFF;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFF;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: var(--theme-color);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #FFF;
}

.navbar-dark .navbar-toggler {
    color: #FFF;
    border-color: rgba(255, 255, 255, 0.1);
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #EFF2F5;
    background-clip: border-box;
    border: 1px solid #EFF2F5;
    border-radius: 10px;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
    color: #5E6278;
}



.card-footer {
    padding: 0.25rem 0.5rem !important;
    color: var(--bs-gray-900);
    background-color: #454545;
    border-top: 1px solid #EFF2F5;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}



@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}


.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}





.toast-container > :not(:last-child) {
    margin-bottom: 1rem;
}





.modal-footer > * {
    margin: 0.5rem;
}





.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}


@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}



@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}



@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}


@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}



.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.d-flex {
    display: flex !important;
}


.shadow-none {
    box-shadow: none !important;
}


.border-0 {
    border: 0 !important;
}

.border-0 {
    border-width: 0 !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}


.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}



.mt-auto {
    margin-top: auto !important;
}



.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}



.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}


.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}


.pe-3 {
    padding-right: 1rem !important;
}



.pb-2 {
    padding-bottom: 0.1rem !important;
}


.ps-0 {
    padding-left: 0 !important;
}


.fs-xs {
    font-size: 0.75rem !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}



.text-gray-500 {
    color: #A1A5B7 !important;
}



.text-muted {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    color: #fca311;
}

.text-muted strong{
    color: #fca311;
}


.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}


.shadow-none {
    box-shadow: none !important;
}



@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }

    .me-lg-4 {
        margin-right: 2rem !important;
    }


    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-250 {
        width: 350px !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .ms-xl-4 {
        margin-left: 2rem !important;
    }
}

@media (min-width: 1400px) {

    .w-xxl-300 {
        width: 400px !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }


    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

:root {
    --bs-gray-100: #121317 !important;
    --bs-gray-200: #1b1d22 !important;
    --bs-gray-300: #24262e !important;
    --bs-gray-400: #555a6d !important;
    --bs-gray-500: #fff !important;
    --bs-gray-600: #989dae !important;
    --bs-gray-700: #c0c3ce !important;
    --bs-gray-800: #d1d3db !important;
    --bs-gray-900: white !important;
    --bs-gray-100-rgb: 18, 19, 23 !important;
    --bs-gray-200-rgb: 27, 29, 34 !important;
    --bs-gray-300-rgb: 36, 38, 46 !important;
    --bs-gray-400-rgb: 85, 90, 109 !important;
    --bs-gray-500-rgb: 112, 119, 143 !important;
    --bs-gray-600-rgb: 152, 157, 174 !important;
    --bs-gray-700-rgb: 192, 195, 206 !important;
    --bs-gray-800-rgb: 209, 211, 219 !important;
    --bs-gray-900-rgb: 255, 255, 255 !important;
    --bs-body-color: #fff !important;
    --bs-body-color-rgb: 18, 19, 23 !important;
    --bs-body-bg-rgb: 18, 19, 23 !important;
    --bs-body-bg: #121317 !important;
}



.light-logo {
    display: block;
}


.avatar img {
    width: 100%;
    border-radius: inherit;
}

.game-ratio iframe {
    z-index: 10;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.comment-toolbar ul {
    flex: 0 0 auto;
    width: 100%;
}

.comment-toolbar ul a {
    padding: 0 1.25rem 1rem;
    color: rgba(255, 255, 255, 0.65);
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    position: relative;
}


.comment-toolbar ul a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-style: solid;
    border-width: 3px;
    border-color: transparent;
}



.comment-form .form-control {
    resize: none;
    min-height: auto;
    color: var(--bs-gray-700);
}

.comment-form .btn {
    padding: 0.75rem 1.5rem;
}




.comments-list .spoiler-btn span {
    font-weight: 500;
}

.comments-list .comment-footer .like svg,
.comments-list .comment-footer .dislike svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    fill: var(--bs-gray-500);
}

.comments-list .comment-footer .like span,
.comments-list .comment-footer .dislike span {
    font-size: 12px;
    color: var(--bs-gray-500);
}

.comments-list .comment-footer .like.voted svg, .comments-list .comment-footer .like:hover svg,
.comments-list .comment-footer .dislike.voted svg,
.comments-list .comment-footer .dislike:hover svg {
    cursor: pointer;
    fill: var(--theme-color);
}

.comments-list form {
    display: none;
}


@media (min-width: 1400px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1440px;
    }

    .container-fluid {
        /*padding-left: 100px;*/
    }
}

@media (max-width: 1399.98px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1300px;
    }

    .container-fluid {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
    }
}

.layout-section {
    padding: 0.4rem 0 2rem;
}

@media (max-width: 767.98px) {
    .layout-section {
        padding: 0.4rem 0 1rem;
    }
}

.layout-text h2, .layout-text .h2 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.layout-text h3, .layout-text .h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.layout-text h4, .layout-text .h4 {
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.layout-text p {
    margin-bottom: 1rem;
    color: var(--bs-gray-500);
}

.rating span {
    position: relative;
}

.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.rating span label {
    background-color: var(--bs-gray-400);
    display: block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.125rem;
    position: relative;
    top: -0.04rem;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9185 14.3201C17.6595 14.5711 17.5405 14.9341 17.5995 15.2901L18.4885 20.2101C18.5635 20.6271 18.3875 21.0491 18.0385 21.2901C17.6965 21.5401 17.2415 21.5701 16.8685 21.3701L12.4395 19.0601C12.2855 18.9781 12.1145 18.9341 11.9395 18.9291H11.6685C11.5745 18.9431 11.4825 18.9731 11.3985 19.0191L6.96851 21.3401C6.74951 21.4501 6.50151 21.4891 6.25851 21.4501C5.66651 21.3381 5.27151 20.7741 5.36851 20.1791L6.25851 15.2591C6.31751 14.9001 6.19851 14.5351 5.93951 14.2801L2.32851 10.7801C2.02651 10.4871 1.92151 10.0471 2.05951 9.65011C2.19351 9.25411 2.53551 8.96511 2.94851 8.90011L7.91851 8.17911C8.29651 8.14011 8.62851 7.91011 8.79851 7.57011L10.9885 3.08011C11.0405 2.98011 11.1075 2.88811 11.1885 2.81011L11.2785 2.74011C11.3255 2.68811 11.3795 2.64511 11.4395 2.61011L11.5485 2.57011L11.7185 2.50011H12.1395C12.5155 2.53911 12.8465 2.76411 13.0195 3.10011L15.2385 7.57011C15.3985 7.89711 15.7095 8.12411 16.0685 8.17911L21.0385 8.90011C21.4585 8.96011 21.8095 9.25011 21.9485 9.65011C22.0795 10.0511 21.9665 10.4911 21.6585 10.7801L17.9185 14.3201Z' fill='currentColor'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9185 14.3201C17.6595 14.5711 17.5405 14.9341 17.5995 15.2901L18.4885 20.2101C18.5635 20.6271 18.3875 21.0491 18.0385 21.2901C17.6965 21.5401 17.2415 21.5701 16.8685 21.3701L12.4395 19.0601C12.2855 18.9781 12.1145 18.9341 11.9395 18.9291H11.6685C11.5745 18.9431 11.4825 18.9731 11.3985 19.0191L6.96851 21.3401C6.74951 21.4501 6.50151 21.4891 6.25851 21.4501C5.66651 21.3381 5.27151 20.7741 5.36851 20.1791L6.25851 15.2591C6.31751 14.9001 6.19851 14.5351 5.93951 14.2801L2.32851 10.7801C2.02651 10.4871 1.92151 10.0471 2.05951 9.65011C2.19351 9.25411 2.53551 8.96511 2.94851 8.90011L7.91851 8.17911C8.29651 8.14011 8.62851 7.91011 8.79851 7.57011L10.9885 3.08011C11.0405 2.98011 11.1075 2.88811 11.1885 2.81011L11.2785 2.74011C11.3255 2.68811 11.3795 2.64511 11.4395 2.61011L11.5485 2.57011L11.7185 2.50011H12.1395C12.5155 2.53911 12.8465 2.76411 13.0195 3.10011L15.2385 7.57011C15.3985 7.89711 15.7095 8.12411 16.0685 8.17911L21.0385 8.90011C21.4585 8.96011 21.8095 9.25011 21.9485 9.65011C22.0795 10.0511 21.9665 10.4911 21.6585 10.7801L17.9185 14.3201Z' fill='currentColor'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background-color: #fa9e25;
}


.rating-star i {
    margin-right: 0.125rem;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    position: relative;
    top: -0.04rem;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9185 14.3201C17.6595 14.5711 17.5405 14.9341 17.5995 15.2901L18.4885 20.2101C18.5635 20.6271 18.3875 21.0491 18.0385 21.2901C17.6965 21.5401 17.2415 21.5701 16.8685 21.3701L12.4395 19.0601C12.2855 18.9781 12.1145 18.9341 11.9395 18.9291H11.6685C11.5745 18.9431 11.4825 18.9731 11.3985 19.0191L6.96851 21.3401C6.74951 21.4501 6.50151 21.4891 6.25851 21.4501C5.66651 21.3381 5.27151 20.7741 5.36851 20.1791L6.25851 15.2591C6.31751 14.9001 6.19851 14.5351 5.93951 14.2801L2.32851 10.7801C2.02651 10.4871 1.92151 10.0471 2.05951 9.65011C2.19351 9.25411 2.53551 8.96511 2.94851 8.90011L7.91851 8.17911C8.29651 8.14011 8.62851 7.91011 8.79851 7.57011L10.9885 3.08011C11.0405 2.98011 11.1075 2.88811 11.1885 2.81011L11.2785 2.74011C11.3255 2.68811 11.3795 2.64511 11.4395 2.61011L11.5485 2.57011L11.7185 2.50011H12.1395C12.5155 2.53911 12.8465 2.76411 13.0195 3.10011L15.2385 7.57011C15.3985 7.89711 15.7095 8.12411 16.0685 8.17911L21.0385 8.90011C21.4585 8.96011 21.8095 9.25011 21.9485 9.65011C22.0795 10.0511 21.9665 10.4911 21.6585 10.7801L17.9185 14.3201Z' fill='currentColor'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9185 14.3201C17.6595 14.5711 17.5405 14.9341 17.5995 15.2901L18.4885 20.2101C18.5635 20.6271 18.3875 21.0491 18.0385 21.2901C17.6965 21.5401 17.2415 21.5701 16.8685 21.3701L12.4395 19.0601C12.2855 18.9781 12.1145 18.9341 11.9395 18.9291H11.6685C11.5745 18.9431 11.4825 18.9731 11.3985 19.0191L6.96851 21.3401C6.74951 21.4501 6.50151 21.4891 6.25851 21.4501C5.66651 21.3381 5.27151 20.7741 5.36851 20.1791L6.25851 15.2591C6.31751 14.9001 6.19851 14.5351 5.93951 14.2801L2.32851 10.7801C2.02651 10.4871 1.92151 10.0471 2.05951 9.65011C2.19351 9.25411 2.53551 8.96511 2.94851 8.90011L7.91851 8.17911C8.29651 8.14011 8.62851 7.91011 8.79851 7.57011L10.9885 3.08011C11.0405 2.98011 11.1075 2.88811 11.1885 2.81011L11.2785 2.74011C11.3255 2.68811 11.3795 2.64511 11.4395 2.61011L11.5485 2.57011L11.7185 2.50011H12.1395C12.5155 2.53911 12.8465 2.76411 13.0195 3.10011L15.2385 7.57011C15.3985 7.89711 15.7095 8.12411 16.0685 8.17911L21.0385 8.90011C21.4585 8.96011 21.8095 9.25011 21.9485 9.65011C22.0795 10.0511 21.9665 10.4911 21.6585 10.7801L17.9185 14.3201Z' fill='currentColor'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



b,
strong {
    font-weight: 600;
}

.morecontent span {
    display: none;
}


.text-editor img {
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}

.text-editor ul {
    padding-left: 1rem;
}

.text-editor h1, .text-editor .h1 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem;
}

.text-editor h2, .text-editor .h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem;
}

.text-editor h3, .text-editor .h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem;
}

.text-editor a {
    color: #81838A;
    text-decoration: none;
    cursor: pointer;
}

.text-editor a:focus, .text-editor a:hover {
    color: #624de3;
    text-decoration: none;
}


.btn-icon .btn-inner-icon svg {
    vertical-align: -2px;
}

.card {
    border: 0;
    background-color: var(--bs-gray-200);
    position: relative;
}

.card-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 20px;
    /*grid-auto-rows: minmax(140px, auto);*/
    /*grid-auto-flow: dense;*/
}

.card-masonry .card {
    border: 0;
    position: relative;
    overflow: hidden;
}

.card-masonry .card picture {
    position: relative;
}

.card-masonry .card picture img {
    position: relative;
    z-index: 1;
}

.card-masonry .card picture.lazyloaded:before {
    display: none;
}

.card-masonry .card picture:befoxre {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(-45deg, var(--bs-gray-200), var(--bs-body-bg));
    background-size: 400% 400%;
    animation: animatedBackground 1s linear infinite;
}

.card-masonry .card .card-body {
    position: absolute;
    inset: 0 0 -2rem 0;
    text-align: center;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(19, 19, 21, 0.1) 0%, rgba(19, 19, 21, 0.45) 75%, rgba(19, 19, 21, 0.76) 100%);
    z-index: 10;
    opacity: 0;
    transition: 0.25s;
}

.card-masonry .card h3, .card-masonry .card .h3 {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
}

.card-masonry .card.large {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.card-masonry .card.large h3, .card-masonry .card.large .h3 {
    font-size: 1rem;
}

.card-masonry .card:hover .card-body {
    opacity: 1;
    bottom: 0;
}


.card-tags a {
    background-color: var(--bs-gray-200);
    padding: 0.45rem 1rem;
    border-radius: 0.375rem;
    font-weight: normal;
    color: var(--bs-gray-600);
    font-size: 0.75rem;
    margin: 0 0.35rem 0.535rem 0;
    display: inline-flex;
    transition: all 0.3s;
}

.card-tags a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.card-category a {
    color: var(--bs-gray-500);
    font-size: 0.875rem;
    position: relative;
    transition: all 0.3s;
}

.card-category a:hover {
    text-decoration: underline;
    color: var(--theme-color);
}


@keyframes animatedBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.nav-category .nav-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    transition: all 0.3s;
}

.nav-category .nav-icon svg,
.nav-category .nav-icon img {
    height: 2rem;
    width: auto;
}

.layout-header .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.layout-header .form-search {
    background-color: var(--bs-gray-200);
    padding: 0.25rem 1.5rem;
    border-radius: 100px;
}

.layout-header .form-search .form-control {
    font-size: 0.875rem;
    box-shadow: none;
    color: var(--bs-body-color);
}

.layout-header .form-search .form-control::placeholder {
    color: var(--bs-gray-500);
}

.footer {
    background: var(--bs-gray-200);
    position: relative;
    /*padding-left: 80px;*/
    width:100%;
    max-width: 1440px;
    margin: auto;
}

.footer::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0px;
    background: #1b1d22;
    height: 26px;
    -webkit-clip-path: polygon(0% 100%, 30% 0%, 36% 100%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 30% 0%, 36% 100%, 100% 0%, 100% 100%);
}

.btn-theme {
    transition: transform 0.3s ease;
}

.btn-theme:hover {
    transform: scale(1.1);
    color:#fca311;
}

.game-main {
    background: linear-gradient(91deg, #ee7752, #e73c7e, #23a6d5, #27312f) 0 0 / 300% 300%;
    animation: gradient 10s ease infinite;
    background-size: 400% 400%;
    border-radius: 15px;
}

.box-title {
    position: relative;
    display: flex;
    align-items: center;
}

.icon-flag {
    background-color: #fca311;
    color: #000;
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-flag img{
    width:22px;
    height:22px;
}

.box-title span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

:root {
    --background: #fca311;
    --navbar-width-min: 80px;
    --navbar-dark-primary: #121317;
    --navbar-dark-secondary: #2c3e50;
    --navbar-light-primary: #f5f6fa;
    --navbar-light-secondary: #8392a5;
}


#nav-toggle ~ #nav-content .nav-button span {
    opacity: 0;
    transition: opacity .1s;
}


.nav-button span {
    transition: opacity 1s;
}

.back_to_top {
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    z-index: 1000;
    /*height: 5rem;*/
    /*width: 5rem;*/
    box-shadow: 0 0 28px #0000009c;
    cursor: pointer;
    display: flex;
    background: linear-gradient(270deg, rgb(39 39 39) 0%, rgb(101 101 101) 100%);
    border-radius: 40px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: large;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.back_to_top img {
    width: 65%;
    height: 65%;
}

.text-align-center{
    text-align:center;
}

.text-copyright{
    font-size: 0.9rem;
    color: #fff;
}

.margin-top-10{
    margin-top:10px;
    text-align:center;
}

.navbar-expand-lg{
    background: rgba(33, 34, 51, 0.9);
    backdrop-filter: blur(8px);
    justify-content: space-between;
    flex-flow: wrap;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    position: fixed;
    width: 100%;
}

.card-footer h1,h2,h3,h4,h5,h6{
    text-align: center;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.desc-info{
    text-align: left;
    color: #fff;
    font-weight: 400;
}

.game-ratio{
    max-width:978px;
    margin:auto;
    width:100%;
}

.px-lg-3{
    max-width:1180px;
    margin:2rem auto 0;
}

@media screen and (max-width: 568px) {
    .btn-theme {
        width:auto!important;
    }
}

.btn-theme{
    margin: 1rem auto 2rem;
    z-index: 100;
    background-color: var(--bs-gray-200);
    border-radius: 80px;
    width: 50%;
    font-weight: bold;
    font-size: 2rem;
    color:#fff;
}

.game-title{
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin: 20px;
}

.game-icon-img{
    width: 25%;
    border: 2px solid white;
    border-radius: 0.7rem;
    margin: 2% auto;
    z-index: 100;
}

.game-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-category a{
    color: #fca311;
    font-weight:bold;
}
